aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdan Binshtok <eb578m@intl.att.com>2017-10-04 09:33:23 +0300
committerEdan Binshtok <eb578m@intl.att.com>2017-10-04 09:36:04 +0300
commitf8907f0c4fc0ba4bb97a1d636a50c5b40c2642f2 (patch)
tree3d04d86910c93e42c055e5ed699ab1919482d5be
parent733e00df0a6fa19dd92ec7392966340345dd1885 (diff)
Initial seed
Initial upload of django test framework Change-Id: I643a7f4efc52cfafe4cc6d92e3178f36a0c1837c Issue-Id: VVP-1 Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
-rw-r--r--Dockerfile94
-rw-r--r--LICENSE.TXT38
-rw-r--r--LICENSE.uWSGI363
-rw-r--r--README.md68
-rwxr-xr-x__pycache__/settings.cpython-36.pycbin0 -> 5026 bytes
-rw-r--r--deployment/create_ice_tables.sh88
-rw-r--r--deployment/ice-ci.ENV84
-rwxr-xr-xdocker-entrypoint.sh91
-rw-r--r--geckodriver.log407
-rwxr-xr-xice_ci_db.dbbin0 -> 135168 bytes
-rw-r--r--iceci/__init__.py38
-rw-r--r--iceci/__init__.pycbin0 -> 137 bytes
-rw-r--r--iceci/__pycache__/__init__.cpython-36.pycbin0 -> 133 bytes
-rw-r--r--iceci/__pycache__/admin.cpython-36.pycbin0 -> 1942 bytes
-rw-r--r--iceci/__pycache__/apps.cpython-36.pycbin0 -> 347 bytes
-rw-r--r--iceci/__pycache__/mail.cpython-36.pycbin0 -> 4890 bytes
-rw-r--r--iceci/__pycache__/models.cpython-36.pycbin0 -> 1002 bytes
-rw-r--r--iceci/__pycache__/serializers.cpython-36.pycbin0 -> 1557 bytes
-rw-r--r--iceci/__pycache__/urls.cpython-36.pycbin0 -> 510 bytes
-rw-r--r--iceci/__pycache__/views.cpython-36.pycbin0 -> 6513 bytes
-rw-r--r--iceci/admin.py123
-rw-r--r--iceci/admin.pycbin0 -> 2637 bytes
-rw-r--r--iceci/apps.py43
-rw-r--r--iceci/apps.pycbin0 -> 414 bytes
-rw-r--r--iceci/decorator/__init__.py38
-rw-r--r--iceci/decorator/__init__.pycbin0 -> 147 bytes
-rw-r--r--iceci/decorator/__pycache__/__init__.cpython-36.pycbin0 -> 143 bytes
-rw-r--r--iceci/decorator/__pycache__/exception_decor.cpython-36.pycbin0 -> 995 bytes
-rw-r--r--iceci/decorator/__pycache__/logFuncEntry.cpython-36.pycbin0 -> 1402 bytes
-rw-r--r--iceci/decorator/exception_decor.py70
-rw-r--r--iceci/decorator/logFuncEntry.py75
-rw-r--r--iceci/decorator/logFuncEntry.pycbin0 -> 1760 bytes
-rw-r--r--iceci/decorator/repeat.py49
-rw-r--r--iceci/mail.py173
-rwxr-xr-xiceci/mail.pycbin0 -> 5239 bytes
-rw-r--r--iceci/migrations/0001_initial.py73
-rwxr-xr-xiceci/migrations/0001_initial.pycbin0 -> 1379 bytes
-rw-r--r--iceci/migrations/0002_auto_20160728_1111.py64
-rwxr-xr-xiceci/migrations/0002_auto_20160728_1111.pycbin0 -> 1006 bytes
-rw-r--r--iceci/migrations/0003_auto_20160914_1004.py57
-rwxr-xr-xiceci/migrations/0003_auto_20160914_1004.pycbin0 -> 843 bytes
-rw-r--r--iceci/migrations/0004_testresults_build_id.py58
-rwxr-xr-xiceci/migrations/0004_testresults_build_id.pycbin0 -> 887 bytes
-rw-r--r--iceci/migrations/0005_auto_20161219_0619.py64
-rw-r--r--iceci/migrations/__init__.py38
-rwxr-xr-xiceci/migrations/__init__.pycbin0 -> 148 bytes
-rw-r--r--iceci/migrations/__pycache__/0001_initial.cpython-36.pycbin0 -> 1070 bytes
-rw-r--r--iceci/migrations/__pycache__/0002_auto_20160728_1111.cpython-36.pycbin0 -> 781 bytes
-rw-r--r--iceci/migrations/__pycache__/0003_auto_20160914_1004.cpython-36.pycbin0 -> 635 bytes
-rw-r--r--iceci/migrations/__pycache__/0004_testresults_build_id.cpython-36.pycbin0 -> 670 bytes
-rw-r--r--iceci/migrations/__pycache__/0005_auto_20161219_0619.cpython-36.pycbin0 -> 779 bytes
-rw-r--r--iceci/migrations/__pycache__/__init__.cpython-36.pycbin0 -> 144 bytes
-rw-r--r--iceci/models.py55
-rw-r--r--iceci/models.pycbin0 -> 1282 bytes
-rw-r--r--iceci/serializers.py63
-rwxr-xr-xiceci/serializers.pycbin0 -> 2052 bytes
-rw-r--r--iceci/urls.py48
-rwxr-xr-xiceci/urls.pycbin0 -> 631 bytes
-rw-r--r--iceci/views.py245
-rwxr-xr-xiceci/views.pycbin0 -> 8136 bytes
-rwxr-xr-xlogs/ice-db.log5
-rwxr-xr-xlogs/ice-debug.log409
-rwxr-xr-xlogs/ice-info.log5
-rwxr-xr-xlogs/ice-requests.log5
-rwxr-xr-xlogsice-db.log53
-rwxr-xr-xlogsice-debug.log1382
-rwxr-xr-xlogsice-info.log53
-rwxr-xr-xlogsice-requests.log53
-rw-r--r--manage.py48
-rw-r--r--pom.xml122
-rw-r--r--rados/__init__.py38
-rw-r--r--rados/rgwa_client.py593
-rw-r--r--rados/rgwa_client_factory.py87
-rw-r--r--requirements.txt54
-rw-r--r--services/__init__.py38
-rw-r--r--services/__pycache__/__init__.cpython-36.pycbin0 -> 136 bytes
-rw-r--r--services/__pycache__/constants.cpython-36.pycbin0 -> 56696 bytes
-rw-r--r--services/__pycache__/helper.cpython-36.pycbin0 -> 6085 bytes
-rw-r--r--services/__pycache__/session.cpython-36.pycbin0 -> 2462 bytes
-rw-r--r--services/__pycache__/types.cpython-36.pycbin0 -> 2304 bytes
-rw-r--r--services/api/__init__.py38
-rw-r--r--services/api/__pycache__/__init__.cpython-36.pycbin0 -> 140 bytes
-rw-r--r--services/api/__pycache__/api_bridge.cpython-36.pycbin0 -> 1860 bytes
-rw-r--r--services/api/__pycache__/api_checklist.cpython-36.pycbin0 -> 5491 bytes
-rw-r--r--services/api/__pycache__/api_gitlab.cpython-36.pycbin0 -> 10952 bytes
-rw-r--r--services/api/__pycache__/api_jenkins.cpython-36.pycbin0 -> 1191 bytes
-rw-r--r--services/api/__pycache__/api_user.cpython-36.pycbin0 -> 7760 bytes
-rw-r--r--services/api/__pycache__/api_virtual_function.cpython-36.pycbin0 -> 9579 bytes
-rw-r--r--services/api/api_bridge.py74
-rw-r--r--services/api/api_checklist.py219
-rw-r--r--services/api/api_gitlab.py394
-rw-r--r--services/api/api_jenkins.py81
-rw-r--r--services/api/api_rados.py161
-rw-r--r--services/api/api_user.py308
-rw-r--r--services/api/api_virtual_function.py368
-rw-r--r--services/constants.py1036
-rw-r--r--services/database/__init__.py38
-rw-r--r--services/database/__pycache__/__init__.cpython-36.pycbin0 -> 145 bytes
-rw-r--r--services/database/__pycache__/db_bridge.cpython-36.pycbin0 -> 1251 bytes
-rw-r--r--services/database/__pycache__/db_checklist.cpython-36.pycbin0 -> 12128 bytes
-rw-r--r--services/database/__pycache__/db_cms.cpython-36.pycbin0 -> 8742 bytes
-rw-r--r--services/database/__pycache__/db_general.cpython-36.pycbin0 -> 10828 bytes
-rw-r--r--services/database/__pycache__/db_user.cpython-36.pycbin0 -> 11452 bytes
-rw-r--r--services/database/__pycache__/db_virtual_function.cpython-36.pycbin0 -> 8197 bytes
-rw-r--r--services/database/db_bridge.py60
-rw-r--r--services/database/db_checklist.py386
-rw-r--r--services/database/db_cms.py265
-rwxr-xr-xservices/database/db_general.py416
-rw-r--r--services/database/db_user.py417
-rw-r--r--services/database/db_virtual_function.py227
-rw-r--r--services/frontend/__init__.py38
-rw-r--r--services/frontend/__pycache__/__init__.cpython-36.pycbin0 -> 145 bytes
-rw-r--r--services/frontend/__pycache__/fe_checklist.cpython-36.pycbin0 -> 19862 bytes
-rw-r--r--services/frontend/__pycache__/fe_checklist_template.cpython-36.pycbin0 -> 7809 bytes
-rw-r--r--services/frontend/__pycache__/fe_cms.cpython-36.pycbin0 -> 5739 bytes
-rw-r--r--services/frontend/__pycache__/fe_dashboard.cpython-36.pycbin0 -> 8915 bytes
-rw-r--r--services/frontend/__pycache__/fe_detailed_view.cpython-36.pycbin0 -> 12656 bytes
-rw-r--r--services/frontend/__pycache__/fe_general.cpython-36.pycbin0 -> 7558 bytes
-rw-r--r--services/frontend/__pycache__/fe_invite.cpython-36.pycbin0 -> 5783 bytes
-rw-r--r--services/frontend/__pycache__/fe_overview.cpython-36.pycbin0 -> 14678 bytes
-rw-r--r--services/frontend/__pycache__/fe_user.cpython-36.pycbin0 -> 12392 bytes
-rwxr-xr-xservices/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pycbin0 -> 7434 bytes
-rw-r--r--services/frontend/__pycache__/fe_wizard.cpython-36.pycbin0 -> 6150 bytes
-rw-r--r--services/frontend/base_actions/__init__.py38
-rw-r--r--services/frontend/base_actions/__pycache__/__init__.cpython-36.pycbin0 -> 158 bytes
-rw-r--r--services/frontend/base_actions/__pycache__/click.cpython-36.pycbin0 -> 2607 bytes
-rw-r--r--services/frontend/base_actions/__pycache__/enter.cpython-36.pycbin0 -> 3741 bytes
-rw-r--r--services/frontend/base_actions/__pycache__/get.cpython-36.pycbin0 -> 3014 bytes
-rw-r--r--services/frontend/base_actions/__pycache__/wait.cpython-36.pycbin0 -> 6396 bytes
-rw-r--r--services/frontend/base_actions/click.py108
-rw-r--r--services/frontend/base_actions/enter.py139
-rw-r--r--services/frontend/base_actions/get.py127
-rw-r--r--services/frontend/base_actions/wait.py317
-rw-r--r--services/frontend/fe_checklist.py755
-rw-r--r--services/frontend/fe_checklist_template.py254
-rw-r--r--services/frontend/fe_cms.py157
-rw-r--r--services/frontend/fe_dashboard.py289
-rw-r--r--services/frontend/fe_detailed_view.py359
-rw-r--r--services/frontend/fe_general.py261
-rw-r--r--services/frontend/fe_invite.py198
-rw-r--r--services/frontend/fe_next_step.py56
-rw-r--r--services/frontend/fe_overview.py427
-rw-r--r--services/frontend/fe_user.py403
-rw-r--r--services/frontend/fe_wizard.py216
-rw-r--r--services/helper.py210
-rw-r--r--services/logging_service.py20
-rw-r--r--services/session.py106
-rw-r--r--services/types.py91
-rw-r--r--tests/__init__.py38
-rw-r--r--tests/__init__.pycbin0 -> 137 bytes
-rw-r--r--tests/__pycache__/__init__.cpython-36.pycbin0 -> 133 bytes
-rw-r--r--tests/apiTests/__init__.py38
-rw-r--r--tests/apiTests/__pycache__/__init__.cpython-36.pycbin0 -> 142 bytes
-rw-r--r--tests/apiTests/__pycache__/test_api_base.cpython-36.pycbin0 -> 2163 bytes
-rw-r--r--tests/apiTests/__pycache__/test_negative_requests.cpython-36.pycbin0 -> 8936 bytes
-rw-r--r--tests/apiTests/test_api_base.py101
-rw-r--r--tests/apiTests/test_negative_requests.py271
-rw-r--r--tests/signalTests/__init__.py38
-rw-r--r--tests/signalTests/__pycache__/__init__.cpython-36.pycbin0 -> 145 bytes
-rw-r--r--tests/signalTests/__pycache__/test_checklist_signal.cpython-36.pycbin0 -> 1392 bytes
-rw-r--r--tests/signalTests/__pycache__/test_git_signal.cpython-36.pycbin0 -> 7892 bytes
-rw-r--r--tests/signalTests/__pycache__/test_signal_base.cpython-36.pycbin0 -> 2218 bytes
-rw-r--r--tests/signalTests/test_checklist_signal.py68
-rw-r--r--tests/signalTests/test_git_signal.py320
-rw-r--r--tests/signalTests/test_signal_base.py103
-rw-r--r--tests/uiTests/__init__.py38
-rw-r--r--tests/uiTests/__init__.pycbin0 -> 145 bytes
-rw-r--r--tests/uiTests/__pycache__/__init__.cpython-36.pycbin0 -> 141 bytes
-rw-r--r--tests/uiTests/__pycache__/portalVariables.cpython-36.pycbin0 -> 301 bytes
-rw-r--r--tests/uiTests/__pycache__/test_admin_dropdown.cpython-36.pycbin0 -> 5470 bytes
-rwxr-xr-xtests/uiTests/__pycache__/test_admin_section.cpython-36-PYTEST.pycbin0 -> 1893 bytes
-rw-r--r--tests/uiTests/__pycache__/test_admin_section.cpython-36.pycbin0 -> 1910 bytes
-rw-r--r--tests/uiTests/__pycache__/test_checklist_validations.cpython-36.pycbin0 -> 6956 bytes
-rw-r--r--tests/uiTests/__pycache__/test_cms_news_and_announcementsion.cpython-36.pycbin0 -> 5211 bytes
-rw-r--r--tests/uiTests/__pycache__/test_dashboard_feature.cpython-36.pycbin0 -> 5858 bytes
-rw-r--r--tests/uiTests/__pycache__/test_detailed_view.cpython-36.pycbin0 -> 9396 bytes
-rw-r--r--tests/uiTests/__pycache__/test_edit_checklist_template.cpython-36.pycbin0 -> 3506 bytes
-rw-r--r--tests/uiTests/__pycache__/test_export_excel.cpython-36.pycbin0 -> 1561 bytes
-rw-r--r--tests/uiTests/__pycache__/test_feedback_modal.cpython-36.pycbin0 -> 1303 bytes
-rw-r--r--tests/uiTests/__pycache__/test_invitations_and_throttle_logic.cpython-36.pycbin0 -> 4509 bytes
-rw-r--r--tests/uiTests/__pycache__/test_left_nav_panel.cpython-36.pycbin0 -> 6075 bytes
-rwxr-xr-xtests/uiTests/__pycache__/test_login_with_new_user.cpython-36-PYTEST.pycbin0 -> 17046 bytes
-rw-r--r--tests/uiTests/__pycache__/test_login_with_new_user.cpython-36.pycbin0 -> 16051 bytes
-rw-r--r--tests/uiTests/__pycache__/test_next_step.cpython-36.pycbin0 -> 6496 bytes
-rwxr-xr-xtests/uiTests/__pycache__/test_next_step_validations.cpython-36.pycbin0 -> 4699 bytes
-rw-r--r--tests/uiTests/__pycache__/test_notification_for_new_user.cpython-36.pycbin0 -> 2973 bytes
-rw-r--r--tests/uiTests/__pycache__/test_portal_homepage.cpython-36.pycbin0 -> 946 bytes
-rw-r--r--tests/uiTests/__pycache__/test_progress_bar.cpython-36.pycbin0 -> 2301 bytes
-rw-r--r--tests/uiTests/__pycache__/test_remove_user_from_eng.cpython-36.pycbin0 -> 3793 bytes
-rw-r--r--tests/uiTests/__pycache__/test_reset_password.cpython-36.pycbin0 -> 1872 bytes
-rw-r--r--tests/uiTests/__pycache__/test_sanity.cpython-36.pycbin0 -> 4685 bytes
-rw-r--r--tests/uiTests/__pycache__/test_set_stage.cpython-36.pycbin0 -> 3807 bytes
-rw-r--r--tests/uiTests/__pycache__/test_ssh_key.cpython-36.pycbin0 -> 2614 bytes
-rwxr-xr-xtests/uiTests/__pycache__/test_ui_base.cpython-36-PYTEST.pycbin0 -> 2795 bytes
-rw-r--r--tests/uiTests/__pycache__/test_ui_base.cpython-36.pycbin0 -> 3592 bytes
-rw-r--r--tests/uiTests/__pycache__/test_user_profile_settings.cpython-36.pycbin0 -> 1962 bytes
-rw-r--r--tests/uiTests/__pycache__/test_validate_signup.cpython-36.pycbin0 -> 3166 bytes
-rw-r--r--tests/uiTests/geckodriver.log392
-rw-r--r--tests/uiTests/test_admin_dropdown.py189
-rw-r--r--tests/uiTests/test_admin_section.py73
-rw-r--r--tests/uiTests/test_bucket_e2e.py140
-rw-r--r--tests/uiTests/test_bucket_url.py75
-rw-r--r--tests/uiTests/test_checklist_validations.py309
-rw-r--r--tests/uiTests/test_cms_news_and_announcementsion.py144
-rw-r--r--tests/uiTests/test_dashboard_feature.py164
-rw-r--r--tests/uiTests/test_detailed_view.py292
-rwxr-xr-xtests/uiTests/test_detailed_view.pycbin0 -> 6149 bytes
-rw-r--r--tests/uiTests/test_edit_checklist_template.py111
-rw-r--r--tests/uiTests/test_export_excel.py70
-rw-r--r--tests/uiTests/test_feedback_modal.py66
-rw-r--r--tests/uiTests/test_invitations_and_throttle_logic.py178
-rw-r--r--tests/uiTests/test_left_nav_panel.py200
-rw-r--r--tests/uiTests/test_login_with_new_user.py545
-rw-r--r--tests/uiTests/test_next_step.py245
-rw-r--r--tests/uiTests/test_notification_for_new_user.py108
-rwxr-xr-xtests/uiTests/test_notification_for_new_user.pycbin0 -> 4743 bytes
-rw-r--r--tests/uiTests/test_overview.py68
-rw-r--r--tests/uiTests/test_portal_homepage.py55
-rw-r--r--tests/uiTests/test_progress_bar.py96
-rwxr-xr-xtests/uiTests/test_progress_bar.pycbin0 -> 2327 bytes
-rw-r--r--tests/uiTests/test_rados_perms.py104
-rw-r--r--tests/uiTests/test_remove_user_from_eng.py116
-rw-r--r--tests/uiTests/test_reset_password.py77
-rwxr-xr-xtests/uiTests/test_reset_password.pycbin0 -> 3117 bytes
-rw-r--r--tests/uiTests/test_rgwa_credentials.py80
-rw-r--r--tests/uiTests/test_sanity.py173
-rw-r--r--tests/uiTests/test_set_stage.py115
-rw-r--r--tests/uiTests/test_ssh_key.py98
-rwxr-xr-xtests/uiTests/test_ssh_key.pycbin0 -> 3447 bytes
-rw-r--r--tests/uiTests/test_ui_base.py146
-rw-r--r--tests/uiTests/test_user_profile_settings.py75
-rw-r--r--tests/uiTests/test_validate_signup.py100
-rw-r--r--tox.ini19
-rw-r--r--utils/__init__.py38
-rw-r--r--utils/__init__.pycbin0 -> 137 bytes
-rw-r--r--utils/__pycache__/__init__.cpython-36.pycbin0 -> 133 bytes
-rw-r--r--utils/__pycache__/authentication.cpython-36.pycbin0 -> 716 bytes
-rw-r--r--utils/authentication.py50
-rw-r--r--utils/authentication.pycbin0 -> 859 bytes
-rw-r--r--utils/cryptography.py62
-rw-r--r--uwsgi.ini47
-rw-r--r--web/__init__.py38
-rw-r--r--web/__init__.pycbin0 -> 135 bytes
-rw-r--r--web/__pycache__/__init__.cpython-36.pycbin0 -> 131 bytes
-rw-r--r--web/__pycache__/urls.cpython-36.pycbin0 -> 1060 bytes
-rw-r--r--web/__pycache__/wsgi.cpython-36.pycbin0 -> 498 bytes
l---------web/settings/__init__.py1
-rw-r--r--web/settings/__pycache__/__init__.cpython-36.pycbin0 -> 5226 bytes
-rwxr-xr-xweb/settings/logs/ice-db.log7431
-rwxr-xr-xweb/settings/logs/ice-debug.log105691
-rwxr-xr-xweb/settings/logs/ice-info.log7431
-rwxr-xr-xweb/settings/logs/ice-requests.log7431
-rw-r--r--web/urls.py61
-rwxr-xr-xweb/urls.pycbin0 -> 1155 bytes
-rw-r--r--web/wsgi.py54
-rwxr-xr-xweb/wsgi.pycbin0 -> 583 bytes
256 files changed, 148582 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..6b2218f
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,94 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# This file is being processed when you create the dockerized env and run: sudo docker build -t att/d2-ice-ci:1.0 .
+FROM python:alpine
+
+RUN apk add --no-cache \
+ autoconf \
+ gcc \
+ libffi \
+ libffi-dev \
+ libpq \
+ linux-headers \
+ musl-dev \
+ postgresql-dev \
+ alsa-lib \
+ bash \
+ binutils \
+ bzip2 \
+ ca-certificates \
+ dbus \
+ dbus-glib \
+ firefox-esr==45.6.0-r0 \
+ fontconfig \
+ git==2.8.6-r0 \
+ gtk+3.0 \
+ libxcomposite \
+ openssh=7.2_p2-r4 \
+ py-psycopg2 \
+ py-setuptools \
+ sqlite \
+ ttf-freefont \
+ uwsgi \
+ uwsgi-python \
+ wget \
+ xvfb \
+ && :
+
+COPY . /app
+ENV PATH=$PATH:/firefox:/usr/bin
+WORKDIR /app
+
+RUN ln -s -f /opt/configmaps/settings/__init__.py /app/web/settings/__init__.py
+
+RUN pip install --upgrade setuptools && \
+ pip install uwsgi && \
+ pip install -r requirements.txt
+
+RUN apk del \
+ autoconf \
+ gcc \
+ libffi-dev \
+ linux-headers \
+ musl-dev \
+ postgresql-dev \
+ && :
+
+ENTRYPOINT ["/app/docker-entrypoint.sh"]
+CMD ["/usr/local/bin/uwsgi", "--ini", "/app/web/settings/uwsgi.ini"]
diff --git a/LICENSE.TXT b/LICENSE.TXT
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/LICENSE.TXT
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/LICENSE.uWSGI b/LICENSE.uWSGI
new file mode 100644
index 0000000..ff68963
--- /dev/null
+++ b/LICENSE.uWSGI
@@ -0,0 +1,363 @@
+When installed using the included Dockerfile,
+this project installs and uses the uWSGI application server container,
+available at https://github.com/unbit/uwsgi.
+uWSGI is provided under the GNU General Public License version 2
+with a linking exception, as listed below.
+uWSGI code is not included in or distributed as a part of this repository.
+
+You can find a copy of this license at: https://github.com/unbit/uwsgi/blob/master/LICENSE
+----------------------------------------------------------------------
+
+LINKING EXCEPTION
+
+ In addition to the permissions in the GNU General Public License,
+ the authors give you unlimited permission to link the compiled
+ version of this library into combinations with other programs,
+ and to distribute those combinations without any restriction
+ coming from the use of this file. (The General Public License
+ restrictions do apply in other respects; for example, they cover
+ modification of the file, and distribution when not linked into
+ a combined executable.)
+
+----------------------------------------------------------------------
+
+
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3fdb9fb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,68 @@
+# ICE CI Container (Automat Testing):
+In order to run the container, follow the below steps:
+
+
+## DataBase:
+The CI container uses internal `Sqlite` database.
+It creates its own database tables in order to store the tests results.
+The CI Container needs also the main ICE database configuration (see below).
+
+## Environment:
+The CI container requires the following Environment variables:
+
+ >#### General
+ >* DJANGO_SETTINGS_MODULE=settings
+ >* PYTHONPATH=/app
+ >* DISPLAY=:99
+
+>#### ICE-CI Database Settings
+>* CI_DB_NAME=ice_ci_db
+>* CI_DB_USER=iceci
+
+>#### ICE-EM Database Settings
+>* ICE_DB_NAME=icedb
+>* ICE_DB_USER=_\<ice db user name\>_
+>* ICE_DB_PASSWORD=_\<ice db user password\>_
+>* ICE_DB_HOST=_<ice db host name>_
+>* ICE_DB_PORT=5432
+
+>#### ICE-CI Contact Mail Settings for sending results report
+>* NUMBER_OF_TEST_RESULTS=30
+
+>#### Mail setting
+>* ICE_CI_ENVIRONMENT_NAME=Staging
+>* ICE_EMAIL_HOST=_\<email host name\>_
+>* ICE_CONTACT_FROM_ADDRESS=noreply-ci@d2ice.att.io
+
+>#### Recipients for CI report
+>* ICE_CONTACT_EMAILS=_'\<user mail\>, \<…\> '_
+
+>#### URL of ICE portal (used by Selenium)
+>* ICE_PORTAL_URL=_\<url of ice portal\>_ (e.g: http://development.d2ice.att.io/)
+
+## DB Migration:
+Migrations should be run in the standard way
+
+## Test Execution:
+In order to invoke the test session, run the following ansible playbook.
+It will run the tests and record their results inside the CI dedicated database.
+```
+$ ansible-playbook scripts/playbooks/run_ci_test.yml --extra-vars='test_num=<id_number>'
+```
+
+## Report Only:
+Run the command using the additional tag "ci_report":
+```
+$ ansible-playbook scripts/playbooks/run_ci_test.yml --extra-vars='test_num=<id_number>' --tags ci_report
+```
+
+## Trigger Sending Test Report to mail recipients:
+```
+ GET http://<ci-django-app-host-and-port>/ice-ci/v1/testresultstomail/<identification-number>
+```
+ \<identification-number\> means an arbitrary identifier for the generated report mail.
+
+
+
+
+
diff --git a/__pycache__/settings.cpython-36.pyc b/__pycache__/settings.cpython-36.pyc
new file mode 100755
index 0000000..b6278fb
--- /dev/null
+++ b/__pycache__/settings.cpython-36.pyc
Binary files differ
diff --git a/deployment/create_ice_tables.sh b/deployment/create_ice_tables.sh
new file mode 100644
index 0000000..cf2d743
--- /dev/null
+++ b/deployment/create_ice_tables.sh
@@ -0,0 +1,88 @@
+#!/bin/bash
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+
+Python=`which python`
+
+if [ -z $Python ] ; then
+ echo "[ ERR ] : Python is not installed"
+ exit
+fi
+
+checkResault ()
+{
+ value=$1
+ func=$2
+
+ if [ $value -ne "0" ] ; then
+ echo "[ ERR ] Function $func failed"
+ exit 255
+ fi
+}
+
+
+
+
+#echo "This script should be run ONLY for the first time the application is deployed."
+returnCode=$?
+checkResault $returnCode 'makemigrations'
+#echo "Creating migration for the first time..."
+#python /app/manage.py makemigrations iceci
+#returnCode=$?
+#checkResault $returnCode 'makemigrations'
+
+echo "Checking migration is valid..."
+python /app/manage.py check
+returnCode=$?
+checkResault $returnCode 'check'
+
+echo "Creating Database Tables..."
+python /app/manage.py migrate --noinput
+returnCode=$?
+checkResault $returnCode 'migrate'
+
+
+
+##################################################################################################################################
+# If one wishes to view SQL generated by specific migration, the following command can be used. 0001 is a specific migration name
+#
+# python manage.py sqlmigrate engagementmanager 0001
+##################################################################################################################################
+
+echo "import django; django.setup(); from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('iceci.admin', 'iceci.admin@att.com', 'Aa123456') " | $Python /app/manage.py shell
diff --git a/deployment/ice-ci.ENV b/deployment/ice-ci.ENV
new file mode 100644
index 0000000..88a2744
--- /dev/null
+++ b/deployment/ice-ci.ENV
@@ -0,0 +1,84 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+########################################################################################################################
+# Set various ENV parameters for the ICE CI Application.
+########################################################################################################################
+DJANGO_SETTINGS_MODULE=settings
+PYTHONPATH=/app
+DISPLAY=:99
+LOCAL_TIME_ZONE=UTC-03:00
+ICE_CI_ENVIRONMENT_NAME=Dev
+NUMBER_OF_TEST_RESULTS=30
+
+############################
+# ICE-CI Database Settings
+############################
+CI_DB_NAME=ice_ci_db
+CI_DB_USER=iceci
+CI_DB_PASSWORD=Aa123456
+CI_DB_HOST=db.ice.att.com
+CI_DB_PORT=5432
+
+############################
+# ICE-EM Database Settings
+############################
+ICE_DB_NAME=icedb
+ICE_DB_USER=iceuser
+ICE_DB_PASSWORD=Aa123456
+ICE_DB_HOST=db.ice.att.com
+ICE_DB_PORT=5432
+
+############################
+# ICE-CI Contact Mail Settings
+############################
+ICE_EMAIL_HOST=unixmailrelay.interwise.com
+ICE_CONTACT_EMAILS=af732p@att.com, hk096q@att.com, ya107f@att.com, rg550f@att.com, tc274f@att.com
+ICE_CONTACT_FROM_ADDRESS=noreply-ci@d2ice.att.io
+
+############################
+# ICE-CI Logger (Levels: [DEBUG, INFO, WARNING, ERROR, CRITICAL])
+############################
+ICE_ICE_LOGGER_LEVEL=DEBUG
+ICE_DJANGO_LOGGER_LEVEL=DEBUG
+ICE_ICE_LOGGER_PATH=/app/logs/
+
+############################
+#HTTP
+############################
+ICE_PORTAL_URL=http://127.0.0.1:8181
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
new file mode 100755
index 0000000..c18f521
--- /dev/null
+++ b/docker-entrypoint.sh
@@ -0,0 +1,91 @@
+#!/bin/bash
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+
+Python=`which python`
+
+checkResault ()
+{
+ value=$1
+ func=$2
+
+ if [ $value -ne "0" ] ; then
+ echo "[ ERR ] Function $func failed"
+ exit 255
+ fi
+}
+
+dev_cert=/opt/secrets/site-crt/site.crt
+if [ -e "$dev_cert" ]; then
+ echo >&2 $0: Updating certificates...
+ cp -L "$dev_cert" /usr/local/share/ca-certificates/
+ update-ca-certificates
+fi
+
+
+
+echo >&2 $0: Ensuring logfiles directory...
+mkdir -p /app/logs
+
+echo "Checking migration is valid..."
+python /app/manage.py check
+returnCode=$?
+checkResault $returnCode 'check'
+
+echo "Creating Database Tables..."
+python /app/manage.py migrate --noinput
+returnCode=$?
+checkResault $returnCode 'migrate'
+
+#Collect Static files
+python manage.py collectstatic --noinput
+
+# Run Firefox web driver
+/usr/bin/Xvfb :99 -ac &
+
+#Create DB admin user
+echo "import django; \
+ django.setup(); \
+ from django.contrib.auth import get_user_model; \
+ User = get_user_model(); \
+ User.objects.create_superuser( '${CI_ADMIN_USER}', '${CI_ADMIN_MAIL}', '${CI_ADMIN_PASSWORD}')\
+" | $Python /app/manage.py shell
+
+
+exec "$@"
diff --git a/geckodriver.log b/geckodriver.log
new file mode 100644
index 0000000..352140f
--- /dev/null
+++ b/geckodriver.log
@@ -0,0 +1,407 @@
+1499075490836 geckodriver INFO Listening on 127.0.0.1:59989
+1499075492045 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499075493942 Marionette INFO Listening on port 60002
+1499075494052 Marionette WARN TLS certificate errors will be ignored for this session
+1499075494214 Marionette DEBUG loaded listener.js
+2017-07-03 04:51:34.284 plugin-container[26874:838532] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9d3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-03 04:51:34.286 plugin-container[26874:838532] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa103, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499075494964 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499075494968 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499075494968 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499075494972 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499075494973 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499075494994 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499075495001 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499075495002 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499075495343 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075495346 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075495891 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075495908 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075495908 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075495914 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075495920 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075495995 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075496001 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075496002 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075496340 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075496345 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075500094 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075503912 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075505748 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075506581 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075506893 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075507657 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075568604 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568607 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568608 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568614 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568616 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568627 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568632 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075568632 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075569067 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075569070 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075569338 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075569347 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075569347 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075569355 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075569356 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075569405 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075569448 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075569448 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075569901 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075569905 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075573633 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075577929 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075580529 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075582297 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075582910 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075582912 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075582913 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075582919 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075582921 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075583019 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075583028 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075583028 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075583646 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075583648 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075583985 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075583995 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075583995 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075584141 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075584142 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075584226 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075584229 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075584229 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075584806 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075584809 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075588128 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075592403 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075594589 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075596300 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075597616 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075598509 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075599665 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599668 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599670 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599680 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599682 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599691 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599696 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075599696 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075600173 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075600176 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075600433 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075600513 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075600514 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075600598 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075600600 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075600680 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075600683 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075600683 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075601258 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075601261 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075604608 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075608610 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075610705 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075612178 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075613571 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075614479 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075615593 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615596 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615598 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615608 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615611 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615690 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615694 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075615695 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075616275 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075616277 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075616530 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075616612 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075616612 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075616689 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075616690 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075616773 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075616777 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075616777 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075617442 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075617445 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075620878 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075625068 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075627373 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075629509 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075629809 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075630568 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075691455 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691458 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691458 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691464 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691466 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691478 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691482 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075691482 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075692004 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075692007 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075692423 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075692503 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075692503 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075692585 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075692586 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075692594 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075692670 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075692670 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075693169 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075693172 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075696553 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075700618 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075702742 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075863360 geckodriver INFO Listening on 127.0.0.1:49230
+1499075864370 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499075866013 Marionette INFO Listening on port 49239
+1499075866119 Marionette WARN TLS certificate errors will be ignored for this session
+1499075866293 Marionette DEBUG loaded listener.js
+2017-07-03 04:57:46.354 plugin-container[888:9516] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9e3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-03 04:57:46.355 plugin-container[888:9516] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa103, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499075885804 geckodriver INFO Listening on 127.0.0.1:49301
+1499075886817 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499075888447 Marionette INFO Listening on port 49310
+1499075888515 Marionette WARN TLS certificate errors will be ignored for this session
+1499075888702 Marionette DEBUG loaded listener.js
+2017-07-03 04:58:08.761 plugin-container[923:10659] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-03 04:58:08.761 plugin-container[923:10659] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499075889735 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499075889738 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499075889738 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499075889742 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499075889744 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499075889762 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499075889771 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499075889771 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499075890087 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075890090 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075890552 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075890560 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075890561 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075890570 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075890573 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075890594 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075890604 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075890604 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075890888 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075890892 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075894458 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075898231 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075900171 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075901003 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075901310 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075902083 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075962845 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075962848 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075962848 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075962896 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075962898 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075962968 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075963056 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075963056 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499075964124 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075964128 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075964459 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075964563 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075964563 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075964613 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075964615 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075964802 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499075964811 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499075964811 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499075965756 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499075965760 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499075969469 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499075974211 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076112204 Marionette INFO Ceased listening
+1499076242457 geckodriver INFO Listening on 127.0.0.1:50187
+1499076243464 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499076245106 Marionette INFO Listening on port 50196
+1499076245176 Marionette WARN TLS certificate errors will be ignored for this session
+1499076245357 Marionette DEBUG loaded listener.js
+2017-07-03 05:04:05.424 plugin-container[1131:21405] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-03 05:04:05.426 plugin-container[1131:21405] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499076246060 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499076246063 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499076246064 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499076246068 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499076246069 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499076246093 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499076246101 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499076246101 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499076246417 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076246420 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076246922 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499076246929 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499076246929 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499076246936 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076246939 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076246977 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499076246984 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499076246984 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499076247294 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076247298 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076251116 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076255445 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076257401 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499076258241 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076263773 Marionette DEBUG loaded listener.js
+*************************
+A coding exception was thrown in a Promise resolution callback.
+See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise
+
+Full message: TypeError: this.conn is null
+Full stack: onListTabs/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/server/actors/root.js:288:9
+process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:922:23
+walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:806:7
+scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:742:11
+
+*************************
+console.error:
+ Message: Error: connectionClosed: 'listTabs' active request packet to 'root' can't be sent as the connection just closed.
+ Stack:
+ _getRoot/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/framework/target.js:293:18
+DebuggerClient.requester/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:283:9
+exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:101:14
+emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9
+emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
+emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1322:29
+reject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1145:7
+purgeRequests/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1166:47
+purgeRequests@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1166:5
+onClosed@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1100:5
+close@chrome://marionette/content/server.js -> resource://devtools/shared/transport/transport.js:668:11
+close@chrome://marionette/content/server.js -> resource://devtools/shared/transport/transport.js:664:9
+close@chrome://marionette/content/server.js -> resource://devtools/shared/transport/transport.js:664:9
+cleanup@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:371:7
+detachClients@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:395:9
+DebuggerClient.requester/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:283:9
+exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:101:14
+emitOnObject@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:112:9
+emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/commonjs/sdk/event/core.js:89:38
+emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1322:29
+emitReply@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1021:29
+callFunctionWithAsyncStack@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/platform/chrome/stack.js:69:12
+onPacket@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1023:9
+send/<@chrome://marionette/content/server.js -> resource://devtools/shared/transport/transport.js:570:13
+exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:101:14
+exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:101:14
+
+1499076265363 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076266408 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076605958 geckodriver INFO Listening on 127.0.0.1:50836
+1499076606963 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499076608629 Marionette INFO Listening on port 50845
+1499076608721 Marionette WARN TLS certificate errors will be ignored for this session
+1499076608864 Marionette DEBUG loaded listener.js
+2017-07-03 05:10:08.929 plugin-container[1313:30803] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-03 05:10:08.930 plugin-container[1313:30803] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499076609568 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499076609571 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499076609571 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499076609575 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499076609576 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499076609601 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499076609611 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499076609611 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499076609957 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076609960 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076610427 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499076610433 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499076610433 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499076610444 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076610446 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076610489 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499076610492 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499076610493 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499076610783 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076610786 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076614750 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076619296 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076621080 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499076621904 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076629492 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076630286 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076635408 Marionette DEBUG loaded listener.js
+1499076682769 geckodriver INFO Listening on 127.0.0.1:51277
+1499076683781 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499076685449 Marionette INFO Listening on port 51286
+1499076685544 Marionette WARN TLS certificate errors will be ignored for this session
+1499076685703 Marionette DEBUG loaded listener.js
+2017-07-03 05:11:25.769 plugin-container[1389:33416] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-03 05:11:25.771 plugin-container[1389:33416] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499076686406 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499076686410 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499076686410 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499076686414 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499076686415 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499076686434 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499076686443 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499076686443 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499076686767 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076686770 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076687245 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499076687251 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499076687251 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499076687260 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076687264 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076687300 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499076687305 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499076687305 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499076687599 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499076687602 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499076692092 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499076696168 Marionette DEBUG Canceled page load listener because no navigation has been detected
+[Child 1389] WARNING: pipe error: Broken pipe: file /builds/slave/m-rel-m64-00000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 702
+1499151414546 geckodriver INFO Listening on 127.0.0.1:53307
+1499151415767 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499151417811 Marionette INFO Listening on port 53323
+1499151417904 Marionette WARN TLS certificate errors will be ignored for this session
+1499151418115 Marionette DEBUG loaded listener.js
+2017-07-04 01:56:58.191 plugin-container[10769:370142] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9d3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 01:56:58.192 plugin-container[10769:370142] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa003, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499151418953 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499151418957 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499151418957 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499151418962 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499151418963 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499151418986 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499151418999 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499151418999 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499151419681 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499151419743 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499151420203 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499151420207 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499151420208 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499151420215 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499151420217 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499151420230 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499151420233 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499151420234 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499151420876 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499151420906 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499151424470 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499151428571 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499151430606 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499151431459 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499151431783 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499151432544 Marionette DEBUG Canceled page load listener because no navigation has been detected
diff --git a/ice_ci_db.db b/ice_ci_db.db
new file mode 100755
index 0000000..7049aa5
--- /dev/null
+++ b/ice_ci_db.db
Binary files differ
diff --git a/iceci/__init__.py b/iceci/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/iceci/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/iceci/__init__.pyc b/iceci/__init__.pyc
new file mode 100644
index 0000000..fba9dad
--- /dev/null
+++ b/iceci/__init__.pyc
Binary files differ
diff --git a/iceci/__pycache__/__init__.cpython-36.pyc b/iceci/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..9858793
--- /dev/null
+++ b/iceci/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/admin.cpython-36.pyc b/iceci/__pycache__/admin.cpython-36.pyc
new file mode 100644
index 0000000..3a59b92
--- /dev/null
+++ b/iceci/__pycache__/admin.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/apps.cpython-36.pyc b/iceci/__pycache__/apps.cpython-36.pyc
new file mode 100644
index 0000000..c7a5706
--- /dev/null
+++ b/iceci/__pycache__/apps.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/mail.cpython-36.pyc b/iceci/__pycache__/mail.cpython-36.pyc
new file mode 100644
index 0000000..3804d3d
--- /dev/null
+++ b/iceci/__pycache__/mail.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/models.cpython-36.pyc b/iceci/__pycache__/models.cpython-36.pyc
new file mode 100644
index 0000000..7c18f6a
--- /dev/null
+++ b/iceci/__pycache__/models.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/serializers.cpython-36.pyc b/iceci/__pycache__/serializers.cpython-36.pyc
new file mode 100644
index 0000000..48dc607
--- /dev/null
+++ b/iceci/__pycache__/serializers.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/urls.cpython-36.pyc b/iceci/__pycache__/urls.cpython-36.pyc
new file mode 100644
index 0000000..ce7e0b3
--- /dev/null
+++ b/iceci/__pycache__/urls.cpython-36.pyc
Binary files differ
diff --git a/iceci/__pycache__/views.cpython-36.pyc b/iceci/__pycache__/views.cpython-36.pyc
new file mode 100644
index 0000000..3713997
--- /dev/null
+++ b/iceci/__pycache__/views.cpython-36.pyc
Binary files differ
diff --git a/iceci/admin.py b/iceci/admin.py
new file mode 100644
index 0000000..21d8f3a
--- /dev/null
+++ b/iceci/admin.py
@@ -0,0 +1,123 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.contrib import admin
+from .models import TestResults
+from django.conf import settings
+
+
+def export_csv(modeladmin, request, queryset):
+ import csv
+# import xlwt
+ from django.utils.encoding import smart_str
+ from django.http import HttpResponse
+ response = HttpResponse(content_type='text/csv')
+ response['Content-Disposition'] = 'attachment; filename=ci_Test_Results.csv'
+ writer = csv.writer(response, csv.excel)
+ # BOM (optional...Excel needs it to open UTF-8 file properly)
+ response.write(u'\ufeff'.encode('utf8'))
+ writer.writerow([
+ smart_str(u"testType"),
+ smart_str(u"testFeature"),
+ smart_str(u"testName"),
+ smart_str(u"testResult"),
+ smart_str(u"notes"),
+ smart_str(u"duration"),
+ smart_str(u"build_id"),
+ smart_str(u"create_time"),
+ ])
+
+ total_counter = 0
+ fail_counter = 0
+ pass_counter = 0
+ for obj in queryset:
+ total_counter += 1
+ if obj.testResult == 'FAIL':
+ fail_counter += 1
+ elif obj.testResult == 'PASS':
+ pass_counter += 1
+
+ writer.writerow([
+ smart_str(obj.testType),
+ smart_str(obj.testFeature),
+ smart_str(obj.testName),
+ smart_str(obj.testResult),
+ smart_str(obj.notes),
+ smart_str(obj.duration),
+ smart_str(obj.build_id),
+ smart_str(obj.create_time),
+ ])
+ # calsl evaluation
+ evaultaion = as_percentage_of(pass_counter, total_counter)
+ # title
+ writer.writerow([
+ smart_str(u"total_counter"),
+ smart_str(u"fail_counter"),
+ smart_str(u"pass_counter"),
+ smart_str(u"evaultaion"),
+ ])
+ # values
+ writer.writerow([
+ smart_str(total_counter),
+ smart_str(fail_counter),
+ smart_str(pass_counter),
+ smart_str(evaultaion),
+ ])
+
+ return response
+# export_csv.short_description = u"Export CSV" ### Check this action meaning.
+
+
+def as_percentage_of(part, whole):
+ try:
+ return "%d%%" % (float(part) / whole * 100)
+ except (ValueError, ZeroDivisionError):
+ return ""
+
+
+@admin.register(TestResults)
+class TestResultsModelAdmin(admin.ModelAdmin):
+
+ list_display = ["testType", "testFeature", "testName",
+ "testResult", "notes", "duration", "build_id", "create_time"]
+ list_filter = ["testResult", "testType", "testFeature",
+ "testName", "notes", "duration", "build_id", "create_time"]
+ search_fields = ["testResult", "testType", "testFeature", "testName",
+ "notes", "duration", "build_id", "create_time"]
+ actions = [export_csv]
+ list_per_page = settings.NUMBER_OF_TEST_RESULTS
diff --git a/iceci/admin.pyc b/iceci/admin.pyc
new file mode 100644
index 0000000..c047436
--- /dev/null
+++ b/iceci/admin.pyc
Binary files differ
diff --git a/iceci/apps.py b/iceci/apps.py
new file mode 100644
index 0000000..1e33154
--- /dev/null
+++ b/iceci/apps.py
@@ -0,0 +1,43 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.apps import AppConfig
+
+
+class IceCiConfig(AppConfig):
+ name = 'iceci'
diff --git a/iceci/apps.pyc b/iceci/apps.pyc
new file mode 100644
index 0000000..40ff960
--- /dev/null
+++ b/iceci/apps.pyc
Binary files differ
diff --git a/iceci/decorator/__init__.py b/iceci/decorator/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/iceci/decorator/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/iceci/decorator/__init__.pyc b/iceci/decorator/__init__.pyc
new file mode 100644
index 0000000..46251cd
--- /dev/null
+++ b/iceci/decorator/__init__.pyc
Binary files differ
diff --git a/iceci/decorator/__pycache__/__init__.cpython-36.pyc b/iceci/decorator/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..1c87097
--- /dev/null
+++ b/iceci/decorator/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/iceci/decorator/__pycache__/exception_decor.cpython-36.pyc b/iceci/decorator/__pycache__/exception_decor.cpython-36.pyc
new file mode 100644
index 0000000..582fb86
--- /dev/null
+++ b/iceci/decorator/__pycache__/exception_decor.cpython-36.pyc
Binary files differ
diff --git a/iceci/decorator/__pycache__/logFuncEntry.cpython-36.pyc b/iceci/decorator/__pycache__/logFuncEntry.cpython-36.pyc
new file mode 100644
index 0000000..ce3d14f
--- /dev/null
+++ b/iceci/decorator/__pycache__/logFuncEntry.cpython-36.pyc
Binary files differ
diff --git a/iceci/decorator/exception_decor.py b/iceci/decorator/exception_decor.py
new file mode 100644
index 0000000..467f2ce
--- /dev/null
+++ b/iceci/decorator/exception_decor.py
@@ -0,0 +1,70 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+import traceback
+
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+def exception():
+ """
+ A decorator that wraps the passed in function and logs
+ exceptions should one occur
+
+ @param logger: The logging object
+ """
+
+ def decorator(func):
+
+ def wrapper(*args, **kwargs):
+ try:
+ return func(*args, **kwargs)
+ except:
+ err = "There was an exception in %s" % func.__name__
+ logger.error(err)
+ session.errorCounter += 1
+ session.errorList = traceback.format_exc()
+ raise
+
+ return wrapper
+ return decorator
diff --git a/iceci/decorator/logFuncEntry.py b/iceci/decorator/logFuncEntry.py
new file mode 100644
index 0000000..0995f3b
--- /dev/null
+++ b/iceci/decorator/logFuncEntry.py
@@ -0,0 +1,75 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from services.logging_service import LoggingServiceFactory
+logger = LoggingServiceFactory.get_logger()
+
+def _aop(decorator):
+ '''This decorator can be used to turn simple functions
+ into well-behaved decorators, so long as the decorators
+ are fairly simple. If a decorator expects a function and
+ returns a function (no descriptors), and if it doesn't
+ modify function attributes or docstring, then it is
+ eligible to use this. Simply apply @_aop to
+ your decorator and it will automatically preserve the
+ docstring and function attributes of functions to which
+ it is applied.'''
+ def new_decorator(f):
+ g = decorator(f)
+ g.__name__ = f.__name__
+ g.__doc__ = f.__doc__
+ g.__dict__.update(f.__dict__)
+ return g
+
+ # Now a few lines needed to make _aop itself
+ # be a well-behaved decorator.
+ new_decorator.__name__ = decorator.__name__
+ new_decorator.__doc__ = decorator.__doc__
+ new_decorator.__dict__.update(decorator.__dict__)
+ return new_decorator
+
+#
+# Sample Use:
+#
+@_aop
+def logFuncEntry(func):
+ def foo(*args, **kwargs):
+ logger.debug('calling {}'.format(func.__name__)+" | "+str(args)+" | "+str(kwargs))
+ return func(*args, **kwargs)
+ return foo
+
diff --git a/iceci/decorator/logFuncEntry.pyc b/iceci/decorator/logFuncEntry.pyc
new file mode 100644
index 0000000..541fede
--- /dev/null
+++ b/iceci/decorator/logFuncEntry.pyc
Binary files differ
diff --git a/iceci/decorator/repeat.py b/iceci/decorator/repeat.py
new file mode 100644
index 0000000..38eac03
--- /dev/null
+++ b/iceci/decorator/repeat.py
@@ -0,0 +1,49 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import unittest,time
+def repeat(times):
+ def repeatHelper(f):
+ def callHelper(*args):
+ for i in range(0, times):
+ f(*args)
+ time.sleep(3)
+ return callHelper
+ time.sleep(3)
+ return repeatHelper
+
diff --git a/iceci/mail.py b/iceci/mail.py
new file mode 100644
index 0000000..9f23b90
--- /dev/null
+++ b/iceci/mail.py
@@ -0,0 +1,173 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+##################################################################################################
+'''
+Created on Apr 20, 2016
+
+@author: ya107f
+'''
+import socket
+from string import Template
+import traceback
+
+from django.conf import settings
+from django.core.mail import send_mail
+from django.utils import timezone
+
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+
+
+admin_mail_from = settings.ICE_CONTACT_FROM_ADDRESS
+# lastBuild = ""
+param = "1"
+logger = LoggingServiceFactory.get_logger()
+
+def sendMail(param,email, data, mail_body, mail_subject, mail_from=admin_mail_from):
+ logger.debug("about to send mail to " + email)
+
+ try:
+# lastBuild = param
+ html_msg = mail_body.substitute(data)
+ mail_subject = mail_subject.substitute(data)
+ #send mail with template
+ send_mail(mail_subject, '', Constants.FEGeneral.ProgramName.name +"-CI Report Test Team <" + mail_from + ">",settings.ICE_CONTACT_EMAILS , fail_silently=False, html_message=html_msg)
+ logger.debug("Looks like email delivery to "+email+" has succeeded")
+ except Exception:
+ traceback.print_exc()
+ raise
+
+##########################
+# For Contact Request #
+##########################
+lastBuild= param
+dt = timezone.now().strftime("%Y-%m-%d %H:%M:%S")
+#envIP = str(socket.gethostbyname(socket.gethostname()))
+envIP = str(socket.gethostname())
+testsResults_mail_subject = Template("""CI Testing results """+ str(dt))
+testsResults_mail_to = settings.ICE_CONTACT_EMAILS
+testsResults_mail_body = Template("""
+<html>
+ <head>
+ <title>CI Test Report</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </head>
+ <body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
+ <a href="http://172.20.31.59:9090/">Jenkins Link for Build</a>
+ <h3>Environment name : """+ settings.ICE_CI_ENVIRONMENT_NAME + """</h3>
+ <h3>Environment IP : """ + envIP + """</h3>
+ <h2>Tests summary</h2>
+
+ <table id="versions" style="border:1px solid black">
+ <tr>
+ <th scope="col" class="sortable column-testVersion">
+ <div class="text"><a href="#">Last Build Version</a></div>
+ <div class="clear"></div>
+ </th>
+ </tr>
+ <tbody>
+ $paramData
+ </tbody>
+ </table>
+
+ <table id="statistics" style="border:1px solid black">
+ <tr>
+ <th scope="col" class="sortable column-testTotal">
+ <div class="text"><a href="#">Total</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-testPass">
+ <div class="text"><a href="#">Pass</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-tesFail">
+ <div class="text"><a href="#">Fail</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-testEvaultaion">
+ <div class="text"><a href="#">Successful</a></div>
+ <div class="clear"></div>
+ </th>
+ </tr>
+ <tbody>
+ $statisticData
+ </tbody>
+ </table>
+
+ <table id="result_list" style="border:1px solid blue">
+ <tr>
+ <th scope="col" class="sortable column-testType">
+ <div class="text"><a href="#">TestType</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-testFeature">
+ <div class="text"><a href="#">TestFeature</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-testName">
+ <div class="text"><a href="#">TestName</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-testResult">
+ <div class="text"><a href="#">TestResult</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-notes">
+ <div class="text"><a href="#">Notes</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-duration">
+ <div class="text"><a href="#">Duration</a></div>
+ <div class="clear"></div>
+ </th>
+ <th scope="col" class="sortable column-create_time">
+ <div class="text"><a href="#">Creation time</a></div>
+ <div class="clear"></div>
+ </th>
+ </tr>
+ <tbody>
+ $allData
+ </tbody>
+ </table>
+
+ </body>
+</html>
+
+""")
+
diff --git a/iceci/mail.pyc b/iceci/mail.pyc
new file mode 100755
index 0000000..025ee39
--- /dev/null
+++ b/iceci/mail.pyc
Binary files differ
diff --git a/iceci/migrations/0001_initial.py b/iceci/migrations/0001_initial.py
new file mode 100644
index 0000000..5441f12
--- /dev/null
+++ b/iceci/migrations/0001_initial.py
@@ -0,0 +1,73 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# Generated by Django 1.9.7 on 2016-06-06 13:51
+from __future__ import unicode_literals
+
+import datetime
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ initial = True
+
+ dependencies = [
+ ]
+
+ operations = [
+ migrations.CreateModel(
+ name='TestResults',
+ fields=[
+ ('id', models.AutoField(
+ auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('testType', models.CharField(max_length=64)),
+ ('testCaseName', models.CharField(max_length=64)),
+ ('testResult', models.CharField(max_length=64)),
+ ('testName', models.CharField(max_length=64)),
+ ('notes', models.TextField(
+ blank=True, max_length=1024, null=True)),
+ ('create_time', models.DateTimeField(default=datetime.datetime(
+ 2016, 6, 6, 16, 50, 59, 963000), verbose_name='creation time')),
+ ],
+ options={
+ 'db_table': 'ice_test_results',
+ 'verbose_name_plural': 'Tests Results',
+ },
+ ),
+ ]
diff --git a/iceci/migrations/0001_initial.pyc b/iceci/migrations/0001_initial.pyc
new file mode 100755
index 0000000..090a1ae
--- /dev/null
+++ b/iceci/migrations/0001_initial.pyc
Binary files differ
diff --git a/iceci/migrations/0002_auto_20160728_1111.py b/iceci/migrations/0002_auto_20160728_1111.py
new file mode 100644
index 0000000..e8cdb00
--- /dev/null
+++ b/iceci/migrations/0002_auto_20160728_1111.py
@@ -0,0 +1,64 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# Generated by Django 1.9.7 on 2016-07-28 08:11
+from __future__ import unicode_literals
+
+import datetime
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('iceci', '0001_initial'),
+ ]
+
+ operations = [
+ migrations.RenameField(
+ model_name='testresults',
+ old_name='testCaseName',
+ new_name='testFeature',
+ ),
+ migrations.AlterField(
+ model_name='testresults',
+ name='create_time',
+ field=models.DateTimeField(
+ default=datetime.datetime.now, verbose_name='creation time'),
+ ),
+ ]
diff --git a/iceci/migrations/0002_auto_20160728_1111.pyc b/iceci/migrations/0002_auto_20160728_1111.pyc
new file mode 100755
index 0000000..47ac6fd
--- /dev/null
+++ b/iceci/migrations/0002_auto_20160728_1111.pyc
Binary files differ
diff --git a/iceci/migrations/0003_auto_20160914_1004.py b/iceci/migrations/0003_auto_20160914_1004.py
new file mode 100644
index 0000000..88a27df
--- /dev/null
+++ b/iceci/migrations/0003_auto_20160914_1004.py
@@ -0,0 +1,57 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# Generated by Django 1.9.7 on 2016-09-14 10:04
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('iceci', '0002_auto_20160728_1111'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='testresults',
+ name='notes',
+ field=models.TextField(blank=True, null=True),
+ ),
+ ]
diff --git a/iceci/migrations/0003_auto_20160914_1004.pyc b/iceci/migrations/0003_auto_20160914_1004.pyc
new file mode 100755
index 0000000..308df71
--- /dev/null
+++ b/iceci/migrations/0003_auto_20160914_1004.pyc
Binary files differ
diff --git a/iceci/migrations/0004_testresults_build_id.py b/iceci/migrations/0004_testresults_build_id.py
new file mode 100644
index 0000000..d4ba634
--- /dev/null
+++ b/iceci/migrations/0004_testresults_build_id.py
@@ -0,0 +1,58 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# Generated by Django 1.9.7 on 2016-09-26 13:25
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('iceci', '0003_auto_20160914_1004'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='testresults',
+ name='build_id',
+ field=models.TextField(
+ blank=True, default=b'2016,09,26,25,41', null=True),
+ ),
+ ]
diff --git a/iceci/migrations/0004_testresults_build_id.pyc b/iceci/migrations/0004_testresults_build_id.pyc
new file mode 100755
index 0000000..bd87590
--- /dev/null
+++ b/iceci/migrations/0004_testresults_build_id.pyc
Binary files differ
diff --git a/iceci/migrations/0005_auto_20161219_0619.py b/iceci/migrations/0005_auto_20161219_0619.py
new file mode 100644
index 0000000..ad12901
--- /dev/null
+++ b/iceci/migrations/0005_auto_20161219_0619.py
@@ -0,0 +1,64 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+# Generated by Django 1.9.7 on 2016-12-19 06:19
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('iceci', '0004_testresults_build_id'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='testresults',
+ name='duration',
+ field=models.CharField(default='000', max_length=64),
+ preserve_default=False,
+ ),
+ migrations.AlterField(
+ model_name='testresults',
+ name='build_id',
+ field=models.TextField(
+ blank=True, default=b'2016-12-19-14-18-40', null=True),
+ ),
+ ]
diff --git a/iceci/migrations/__init__.py b/iceci/migrations/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/iceci/migrations/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/iceci/migrations/__init__.pyc b/iceci/migrations/__init__.pyc
new file mode 100755
index 0000000..3c41b4c
--- /dev/null
+++ b/iceci/migrations/__init__.pyc
Binary files differ
diff --git a/iceci/migrations/__pycache__/0001_initial.cpython-36.pyc b/iceci/migrations/__pycache__/0001_initial.cpython-36.pyc
new file mode 100644
index 0000000..a1976ee
--- /dev/null
+++ b/iceci/migrations/__pycache__/0001_initial.cpython-36.pyc
Binary files differ
diff --git a/iceci/migrations/__pycache__/0002_auto_20160728_1111.cpython-36.pyc b/iceci/migrations/__pycache__/0002_auto_20160728_1111.cpython-36.pyc
new file mode 100644
index 0000000..f147368
--- /dev/null
+++ b/iceci/migrations/__pycache__/0002_auto_20160728_1111.cpython-36.pyc
Binary files differ
diff --git a/iceci/migrations/__pycache__/0003_auto_20160914_1004.cpython-36.pyc b/iceci/migrations/__pycache__/0003_auto_20160914_1004.cpython-36.pyc
new file mode 100644
index 0000000..ed2d2ee
--- /dev/null
+++ b/iceci/migrations/__pycache__/0003_auto_20160914_1004.cpython-36.pyc
Binary files differ
diff --git a/iceci/migrations/__pycache__/0004_testresults_build_id.cpython-36.pyc b/iceci/migrations/__pycache__/0004_testresults_build_id.cpython-36.pyc
new file mode 100644
index 0000000..9a9c0a8
--- /dev/null
+++ b/iceci/migrations/__pycache__/0004_testresults_build_id.cpython-36.pyc
Binary files differ
diff --git a/iceci/migrations/__pycache__/0005_auto_20161219_0619.cpython-36.pyc b/iceci/migrations/__pycache__/0005_auto_20161219_0619.cpython-36.pyc
new file mode 100644
index 0000000..fcdb7b6
--- /dev/null
+++ b/iceci/migrations/__pycache__/0005_auto_20161219_0619.cpython-36.pyc
Binary files differ
diff --git a/iceci/migrations/__pycache__/__init__.cpython-36.pyc b/iceci/migrations/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..dfabfb8
--- /dev/null
+++ b/iceci/migrations/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/iceci/models.py b/iceci/models.py
new file mode 100644
index 0000000..a448eb4
--- /dev/null
+++ b/iceci/models.py
@@ -0,0 +1,55 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from __future__ import unicode_literals
+from django.db import models
+import datetime
+from django.conf import settings
+
+class TestResults(models.Model):
+ testType = models.CharField(max_length=64)
+ testFeature = models.CharField(max_length=64)
+ testName = models.CharField(max_length=64)
+ testResult = models.CharField(max_length=64)
+ notes = models.TextField(null=True, blank=True)
+ duration = models.CharField(max_length=64)
+ build_id = models.TextField(null=True, blank=True,default=settings.ICE_BUILD_REPORT_NUM)
+ create_time = models.DateTimeField('creation time', default=datetime.datetime.now)
+ class Meta:
+ db_table = "ice_test_results"
+ verbose_name_plural = 'Tests Results'
diff --git a/iceci/models.pyc b/iceci/models.pyc
new file mode 100644
index 0000000..b61dae6
--- /dev/null
+++ b/iceci/models.pyc
Binary files differ
diff --git a/iceci/serializers.py b/iceci/serializers.py
new file mode 100644
index 0000000..b597c10
--- /dev/null
+++ b/iceci/serializers.py
@@ -0,0 +1,63 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from rest_framework import serializers
+from .models import TestResults
+
+class TestResultsModelSerializer(serializers.ModelSerializer):
+ class Meta:
+ model = TestResults
+ fields = ('testType', 'testFeature', 'testName', 'testResult', 'notes', 'create_time',)
+
+class TestResultsSerializer(serializers.Serializer):
+ class Meta:
+ model = TestResults
+ fields = ('testType', 'testFeature', 'testName', 'testResult', 'notes', 'create_time',)
+
+ def create(self, validated_data):
+ return TestResults(**validated_data)
+
+ def update(self, instance, validated_data):
+ instance.testType = validated_data.get('testType', instance.testType)
+ instance.testFeature = validated_data.get('testFeature', instance.testFeature)
+ instance.testName = validated_data.get('testName', instance.testName)
+ instance.testResult = validated_data.get('testResult', instance.testResult)
+ instance.notes = validated_data.get('notes', instance.notes)
+ instance.duration = validated_data.get('duration', instance.duration)
+ instance.create_time = validated_data.get('create_time', instance.create_time)
+ return instance
diff --git a/iceci/serializers.pyc b/iceci/serializers.pyc
new file mode 100755
index 0000000..de41aa6
--- /dev/null
+++ b/iceci/serializers.pyc
Binary files differ
diff --git a/iceci/urls.py b/iceci/urls.py
new file mode 100644
index 0000000..baf47d2
--- /dev/null
+++ b/iceci/urls.py
@@ -0,0 +1,48 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf.urls import url
+from . import views
+
+urlpatterns = [
+ url(r'^testresults/?$', views.testResult_list),
+ url(r'^testresults/(?P<param>.*)$', views.testResult_detail),
+ url(r'^testresultstomail/(?P<param>.*)$', views.testResult_list_to_mail),
+ url(r'^testresultstohtml/(?P<param>.*)$', views.testResult_list_to_html_file),
+ url(r'^testresultstr/(?P<param>.*)$', views.testResultStr)
+]
diff --git a/iceci/urls.pyc b/iceci/urls.pyc
new file mode 100755
index 0000000..fae3472
--- /dev/null
+++ b/iceci/urls.pyc
Binary files differ
diff --git a/iceci/views.py b/iceci/views.py
new file mode 100644
index 0000000..7e0505d
--- /dev/null
+++ b/iceci/views.py
@@ -0,0 +1,245 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+from string import Template
+
+from django.conf import settings
+from django.http import HttpResponse
+from django.views.decorators.csrf import csrf_exempt
+from rest_framework.parsers import JSONParser
+from rest_framework.renderers import JSONRenderer
+
+from iceci import mail
+from iceci.mail import testsResults_mail_body
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+
+from .models import TestResults
+from .serializers import TestResultsModelSerializer
+
+
+LAST_BUILD_REPORT_NUM = None
+# from django.core.mail import send_mail
+# from . import mail
+logger = LoggingServiceFactory.get_logger()
+
+def index(request):
+ return HttpResponse("Hello, world. You're at the "+Constants.FEGeneral.ProgramName.name+" ci index.")
+
+@csrf_exempt
+def testResult_list(request): # List all tests, or create a new test.
+ if (request.method == 'DELETE' or request.method == 'PUT'):
+ return HttpResponse(status=405)
+
+ if request.method == 'GET':
+ testResult = TestResults.objects.all()
+ serializer = TestResultsModelSerializer(testResult, many=True)
+ return JSONResponse(serializer.data)
+
+ elif request.method == 'POST':
+ data = JSONParser().parse(request)
+ serializer = TestResultsModelSerializer(data=data)
+ if serializer.is_valid():
+ serializer.save()
+ return JSONResponse(serializer.data, status=201)
+ return JSONResponse(serializer.errors, status=400)
+@csrf_exempt
+def testResultStr(request,param): # List all tests, or create a new test.
+ try:
+ testResults = TestResults.objects.filter(build_id=param)
+ pass_counter, total_counter, statisticData, fail_counter = strReportForTestResults(testResults)
+ evaultaion = as_percentage_of(pass_counter, total_counter)
+ except Exception as e:
+ msg = "Something went wrong while trying to send Test Results " + str(e)
+ return HttpResponse(msg, status=500)
+
+ msg = "Total Tests: " + str(total_counter) +" Pass Tests: " + str(pass_counter)+" Fail Tests: "+ str(fail_counter) + " Statistics : " + str(evaultaion) + " BUILD_REPORT_NUM : "+str(param)
+ return HttpResponse(msg, status=200)
+
+@csrf_exempt
+def testResult_detail(request, param): # Retrieve, update or delete a test.
+ if request.method == 'POST':
+ return HttpResponse(status=405)
+
+ param = param.strip("/")
+
+ try:
+ testResult = TestResults.objects.get(name=param)
+ except TestResults.DoesNotExist:
+ return HttpResponse(status=404)
+
+ if request.method == 'GET':
+ serializer = TestResultsModelSerializer(testResult)
+ return JSONResponse(serializer.data)
+
+ elif request.method == 'PUT':
+ data = JSONParser().parse(request)
+ serializer = TestResultsModelSerializer(testResult, data=data)
+ if serializer.is_valid():
+ serializer.save()
+ return JSONResponse(serializer.data)
+ return JSONResponse(serializer.errors, status=400)
+
+ elif request.method == 'DELETE':
+ testResult.delete()
+ return HttpResponse(status=204)
+
+#===============================================================================
+# def testResult_post_action(request, data):
+#
+# logger.debug("about to send mail to " + data['email'])
+#
+# html_msg = mail.mail_body.substitute(data)
+# #send mail with template
+# send_mail(mail.mail_subject,
+# '',
+# mail.mail_from,
+# mail.mail_to,
+# fail_silently=False,
+# html_message=html_msg)
+#===============================================================================
+def createHtmlStrReportForTestResults(testResults):
+ total_counter = 0
+ fail_counter = 0
+ pass_counter = 0
+ statisticData = ""
+ str2 = "<tr class='row1'>" + "<th class='field-testTotal'>@Total</th>" + "<td class='field-testPass'>@Pass</td>" + "<td class='field-tesFail'>@Fail</td>" + "<td class='field-testEvaultaion'>@Evaultaion</td>" + "</tr>"
+ paramData = ""
+ str3 = "<tr class='row2'>" + "<th class='field-testTotal'>@Version</th>" + "</tr>"
+ allData = ""
+ str = "<tr class='row1'>" + "<th class='field-testType'>@TestType</th>" + "<td class='field-testFeature'>@TestFeature</td>" + "<td class='field-testName'>@TestName</td>" + "<td class='field-testResult'>@TestResult</td>" + "<td class='field-notes'>@Notes</td>" + "<td class='field-create_time nowrap'>@Creation_time</td>" + "</tr>"
+ for res in testResults: # testResults
+ allData += str.replace("@TestType", str(res.testType)).replace("@TestFeature", str(res.testFeature)).replace("@TestName", str(res.testName)).replace("@TestResult", str(res.testResult)).replace("@Notes", str(res.notes)).replace("@Creation_time", str(res.create_time))
+ total_counter += 1
+ if (res.testResult == "PASS"):
+ pass_counter += 1
+ else:
+ fail_counter += 1
+
+ return pass_counter, total_counter, statisticData, str2, fail_counter, paramData, str3, allData
+
+def strReportForTestResults(testResults):
+ total_counter = 0
+ fail_counter = 0
+ pass_counter = 0
+ statisticData = ""
+ for res in testResults: # testResults
+ total_counter += 1
+ if (res.testResult == "PASS"):
+ pass_counter += 1
+ else:
+ fail_counter += 1
+
+ return pass_counter, total_counter, statisticData, fail_counter
+
+@csrf_exempt
+def testResult_list_to_mail(request,param): # List all tests, or create a new test.
+ if (request.method == 'DELETE' or request.method == 'PUT' or request.method == 'POST'):
+ return HttpResponse(status=405)
+
+ data = dict()
+
+ print("BUILD_REPORT_NUM = "+settings.ICE_BUILD_REPORT_NUM)
+
+ testResults = TestResults.objects.filter(build_id=param)
+
+ pass_counter, total_counter, statisticData, str2, fail_counter, paramData, str3, allData = createHtmlStrReportForTestResults(testResults)
+
+ evaultaion = as_percentage_of(pass_counter, total_counter)
+ statisticData += str2.replace("@Total", str(total_counter)).replace("@Pass", str(pass_counter)).replace("@Fail", str(fail_counter)).replace("@Evaultaion", str(evaultaion))
+ paramData += str3.replace("@Version", str(param))
+ data['email'] = "rgafiulin@interwise.com"
+ data['allData'] = str(allData)
+ data['statisticData'] = str(statisticData)
+ data['paramData'] = str(paramData)
+
+ mail.testsResults_mail_to = data['email']
+ try:
+ mail.sendMail(param,data['email'], data, mail.testsResults_mail_body, mail.testsResults_mail_subject)
+ except Exception as e:
+ msg = "Something went wrong while trying to send Test Report mail to " + data['email'] + str(e)
+ return HttpResponse(msg, status=500)
+
+ serializer = TestResultsModelSerializer(testResults, many=True)
+ return JSONResponse(serializer.data)
+
+@csrf_exempt
+def testResult_list_to_html_file(request,param):
+ if (request.method == 'DELETE' or request.method == 'PUT' or request.method == 'POST'):
+ return HttpResponse(status=405)
+
+ data = dict()
+
+ print("BUILD_REPORT_NUM = "+settings.ICE_BUILD_REPORT_NUM)
+
+ testResults = TestResults.objects.filter(build_id=settings.ICE_BUILD_REPORT_NUM)
+
+ pass_counter, total_counter, statisticData, str2, fail_counter, paramData, str3, allData = createHtmlStrReportForTestResults(testResults)
+
+ evaultaion = as_percentage_of(pass_counter, total_counter)
+ statisticData += str2.replace("@Total", str(total_counter)).replace("@Pass", str(pass_counter)).replace("@Fail", str(fail_counter)).replace("@Evaultaion", str(evaultaion))
+ paramData += str3.replace("@Version", str(param))
+
+ data['allData'] = str(allData)
+ data['statisticData'] = str(statisticData)
+ data['paramData'] = str(paramData)
+
+ html_msg = testsResults_mail_body.substitute(data)
+ fileName = settings.LOGS_PATH+"Test_Results_"+settings.ICE_BUILD_REPORT_NUM+".html"
+ try:
+ with open(fileName, "w") as text_file:
+ text_file.write(html_msg)
+ except Exception as e:
+ msg = "Something went wrong while trying to write the tet results to html file " +fileName +" "+ str(e)
+ return HttpResponse(msg, status=500)
+
+ serializer = TestResultsModelSerializer(testResults, many=True)
+ return JSONResponse(serializer.data)
+
+def as_percentage_of(part, whole):
+ try:
+ return "%d%%" % (float(part) / whole * 100)
+ except (ValueError, ZeroDivisionError):
+ return ""
+
+class JSONResponse(HttpResponse): # An HttpResponse that renders its content into JSON.
+ def __init__(self, data, **kwargs):
+ content = JSONRenderer().render(data)
+ kwargs['content_type'] = 'application/json'
+ super(JSONResponse, self).__init__(content, **kwargs)
diff --git a/iceci/views.pyc b/iceci/views.pyc
new file mode 100755
index 0000000..2ba7576
--- /dev/null
+++ b/iceci/views.pyc
Binary files differ
diff --git a/logs/ice-db.log b/logs/ice-db.log
new file mode 100755
index 0000000..6b77312
--- /dev/null
+++ b/logs/ice-db.log
@@ -0,0 +1,5 @@
+2017-02-26 01:22:14,646 ERROR exception_decor 21 3015 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:22:48,937 ERROR exception_decor 21 3034 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:23:35,849 ERROR fe_user 40 3060 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-02-26 01:23:35,849 ERROR exception_decor 21 3060 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:35:53,444 ERROR exception_decor 21 3333 140736596902848 There was an exception in test_admin_page
diff --git a/logs/ice-debug.log b/logs/ice-debug.log
new file mode 100755
index 0000000..3375f6f
--- /dev/null
+++ b/logs/ice-debug.log
@@ -0,0 +1,409 @@
+2017-02-26 01:22:11,517 DEBUG logFuncEntry 34 3015 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:22:11,517 DEBUG test_ui_base 23 3015 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:22:13,647 DEBUG test_ui_base 33 3015 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:22:14,646 ERROR exception_decor 21 3015 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:22:14,647 DEBUG logFuncEntry 34 3015 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:22:14,647 DEBUG logFuncEntry 34 3015 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:22:14,682 DEBUG test_ui_base 49 3015 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:22:34,346 DEBUG logFuncEntry 34 3034 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:22:34,347 DEBUG test_ui_base 23 3034 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:22:36,461 DEBUG test_ui_base 33 3034 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:22:37,744 DEBUG api_user 89 3034 140736596902848 Moving to next test case
+2017-02-26 01:22:37,745 DEBUG api_user 166 3034 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/01d7af6a-e214-4198-a4e5-49321e409398/076e6c3a221c4bbca371a5ae3dfbab55
+2017-02-26 01:22:37,787 DEBUG api_user 169 3034 140736596902848 APIUser activated successfully!
+2017-02-26 01:22:37,858 DEBUG api_user 107 3034 140736596902848 200 OK
+2017-02-26 01:22:37,858 DEBUG api_user 109 3034 140736596902848 Login successfully.
+2017-02-26 01:22:37,861 DEBUG db_general 91 3034 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:22:37,863 DEBUG db_general 102 3034 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:22:37,865 DEBUG db_general 91 3034 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:22:37,867 DEBUG db_general 102 3034 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:22:38,267 DEBUG api_virtual_function 57 3034 140736596902848 Virtual Function created successfully!
+2017-02-26 01:22:38,267 DEBUG api_gitlab 192 3034 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6943ec6b-d425-48c0-b022-94a115692592
+2017-02-26 01:22:38,330 DEBUG api_user 107 3034 140736596902848 200 OK
+2017-02-26 01:22:38,331 DEBUG api_user 109 3034 140736596902848 Login successfully.
+2017-02-26 01:22:38,366 DEBUG api_gitlab 210 3034 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:22:48,937 ERROR exception_decor 21 3034 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:22:48,939 DEBUG logFuncEntry 34 3034 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:22:48,939 DEBUG logFuncEntry 34 3034 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:22:48,954 DEBUG test_ui_base 49 3034 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:23:25,521 DEBUG logFuncEntry 34 3060 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:23:25,521 DEBUG test_ui_base 23 3060 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:23:27,632 DEBUG test_ui_base 33 3060 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:23:28,667 DEBUG api_user 89 3060 140736596902848 Moving to next test case
+2017-02-26 01:23:28,667 DEBUG api_user 166 3060 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cd0fc08d-939b-47d5-b661-14a7f42bf8f6/cf7ebbfdffc144b7a289daef37170c64
+2017-02-26 01:23:28,698 DEBUG api_user 169 3060 140736596902848 APIUser activated successfully!
+2017-02-26 01:23:28,754 DEBUG api_user 107 3060 140736596902848 200 OK
+2017-02-26 01:23:28,754 DEBUG api_user 109 3060 140736596902848 Login successfully.
+2017-02-26 01:23:28,757 DEBUG db_general 91 3060 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:23:28,758 DEBUG db_general 102 3060 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:23:28,761 DEBUG db_general 91 3060 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:23:28,762 DEBUG db_general 102 3060 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:23:28,976 DEBUG api_virtual_function 57 3060 140736596902848 Virtual Function created successfully!
+2017-02-26 01:23:28,976 DEBUG api_gitlab 192 3060 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7593daf2-e29b-4d22-b91a-9fc811af405a
+2017-02-26 01:23:29,042 DEBUG api_user 107 3060 140736596902848 200 OK
+2017-02-26 01:23:29,042 DEBUG api_user 109 3060 140736596902848 Login successfully.
+2017-02-26 01:23:29,076 DEBUG api_gitlab 210 3060 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:23:29,076 DEBUG fe_user 25 3060 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:23:29,076 DEBUG fe_user 26 3060 140736596902848 Insert Email
+2017-02-26 01:23:29,991 DEBUG fe_user 28 3060 140736596902848 Insert Password
+2017-02-26 01:23:30,643 DEBUG fe_user 30 3060 140736596902848 Click Login Button
+2017-02-26 01:23:30,734 DEBUG fe_user 32 3060 140736596902848 Login Button clicked
+2017-02-26 01:23:30,739 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:23:31,253 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:31,765 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:32,276 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:32,787 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:33,298 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:33,810 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:34,321 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:34,832 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:35,343 DEBUG wait 110 3060 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:23:35,849 ERROR fe_user 40 3060 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-02-26 01:23:35,849 ERROR exception_decor 21 3060 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:23:35,851 DEBUG logFuncEntry 34 3060 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:23:35,851 DEBUG logFuncEntry 34 3060 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:23:35,864 DEBUG test_ui_base 49 3060 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:24:18,032 DEBUG logFuncEntry 34 3097 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:24:18,032 DEBUG test_ui_base 23 3097 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:24:20,136 DEBUG test_ui_base 33 3097 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:24:21,148 DEBUG api_user 89 3097 140736596902848 Moving to next test case
+2017-02-26 01:24:21,148 DEBUG api_user 166 3097 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d2adafed-ea0c-43e6-88a8-b9c1146c12b6/9b4617a32a6543cf95ce830ea1b56540
+2017-02-26 01:24:21,181 DEBUG api_user 169 3097 140736596902848 APIUser activated successfully!
+2017-02-26 01:24:21,239 DEBUG api_user 107 3097 140736596902848 200 OK
+2017-02-26 01:24:21,240 DEBUG api_user 109 3097 140736596902848 Login successfully.
+2017-02-26 01:24:21,243 DEBUG db_general 91 3097 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:24:21,244 DEBUG db_general 102 3097 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:24:21,247 DEBUG db_general 91 3097 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:24:21,399 DEBUG db_general 102 3097 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:24:21,614 DEBUG api_virtual_function 57 3097 140736596902848 Virtual Function created successfully!
+2017-02-26 01:24:21,615 DEBUG api_gitlab 192 3097 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6acfa375-dc6b-486a-9215-e385ae4633ef
+2017-02-26 01:24:21,672 DEBUG api_user 107 3097 140736596902848 200 OK
+2017-02-26 01:24:21,672 DEBUG api_user 109 3097 140736596902848 Login successfully.
+2017-02-26 01:24:21,706 DEBUG api_gitlab 210 3097 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:24:21,706 DEBUG fe_user 25 3097 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:24:21,707 DEBUG fe_user 26 3097 140736596902848 Insert Email
+2017-02-26 01:24:22,612 DEBUG fe_user 28 3097 140736596902848 Insert Password
+2017-02-26 01:24:23,272 DEBUG fe_user 30 3097 140736596902848 Click Login Button
+2017-02-26 01:24:23,364 DEBUG fe_user 32 3097 140736596902848 Login Button clicked
+2017-02-26 01:24:23,368 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:24:23,971 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:24,482 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:24,997 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:25,510 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:26,022 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:26,534 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:27,045 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:27,557 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:28,072 DEBUG wait 110 3097 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:24:29,459 DEBUG logFuncEntry 34 3097 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:24:29,459 DEBUG logFuncEntry 34 3097 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:24:29,476 DEBUG test_ui_base 49 3097 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:35:42,875 DEBUG logFuncEntry 34 3333 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:35:42,876 DEBUG test_ui_base 23 3333 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:35:44,979 DEBUG test_ui_base 33 3333 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:35:46,126 DEBUG api_user 89 3333 140736596902848 Moving to next test case
+2017-02-26 01:35:46,126 DEBUG api_user 166 3333 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/08247ade-9491-449d-91e5-dbb14462c7fa/09340231a2d44c418085e0fcc82b639f
+2017-02-26 01:35:46,159 DEBUG api_user 169 3333 140736596902848 APIUser activated successfully!
+2017-02-26 01:35:46,217 DEBUG api_user 107 3333 140736596902848 200 OK
+2017-02-26 01:35:46,217 DEBUG api_user 109 3333 140736596902848 Login successfully.
+2017-02-26 01:35:46,220 DEBUG db_general 91 3333 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:35:46,221 DEBUG db_general 102 3333 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:35:46,224 DEBUG db_general 91 3333 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:35:46,225 DEBUG db_general 102 3333 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:35:46,437 DEBUG api_virtual_function 57 3333 140736596902848 Virtual Function created successfully!
+2017-02-26 01:35:46,437 DEBUG api_gitlab 192 3333 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b03dbf80-9a40-4edc-9fbe-2c03274ef794
+2017-02-26 01:35:46,503 DEBUG api_user 107 3333 140736596902848 200 OK
+2017-02-26 01:35:46,503 DEBUG api_user 109 3333 140736596902848 Login successfully.
+2017-02-26 01:35:46,538 DEBUG api_gitlab 210 3333 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:35:46,538 DEBUG fe_user 25 3333 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:35:46,538 DEBUG fe_user 26 3333 140736596902848 Insert Email
+2017-02-26 01:35:47,425 DEBUG fe_user 28 3333 140736596902848 Insert Password
+2017-02-26 01:35:48,094 DEBUG fe_user 30 3333 140736596902848 Click Login Button
+2017-02-26 01:35:48,190 DEBUG fe_user 32 3333 140736596902848 Login Button clicked
+2017-02-26 01:35:48,194 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:35:48,771 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:49,282 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:49,793 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:50,304 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:50,816 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:51,327 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:51,843 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:52,354 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:52,872 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:35:53,444 ERROR exception_decor 21 3333 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:35:53,445 DEBUG logFuncEntry 34 3333 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:35:53,445 DEBUG logFuncEntry 34 3333 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:35:53,463 DEBUG test_ui_base 49 3333 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:35:53,464 DEBUG logFuncEntry 34 3333 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:35:53,465 DEBUG test_ui_base 23 3333 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-02-26 01:35:55,567 DEBUG test_ui_base 33 3333 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:35:56,586 DEBUG api_user 89 3333 140736596902848 Moving to next test case
+2017-02-26 01:35:56,586 DEBUG api_user 166 3333 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dbca2409-259b-4b7b-8b9c-ee8c72264554/8a7a7d8d10be4d818d9315bbad01b589
+2017-02-26 01:35:56,681 DEBUG api_user 169 3333 140736596902848 APIUser activated successfully!
+2017-02-26 01:35:56,737 DEBUG api_user 107 3333 140736596902848 200 OK
+2017-02-26 01:35:56,738 DEBUG api_user 109 3333 140736596902848 Login successfully.
+2017-02-26 01:35:56,741 DEBUG db_general 91 3333 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:35:56,742 DEBUG db_general 102 3333 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:35:56,745 DEBUG db_general 91 3333 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:35:56,746 DEBUG db_general 102 3333 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:35:56,969 DEBUG api_virtual_function 57 3333 140736596902848 Virtual Function created successfully!
+2017-02-26 01:35:56,969 DEBUG api_gitlab 192 3333 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0b09c006-5c28-4c71-98b7-579a76969ec9
+2017-02-26 01:35:57,027 DEBUG api_user 107 3333 140736596902848 200 OK
+2017-02-26 01:35:57,027 DEBUG api_user 109 3333 140736596902848 Login successfully.
+2017-02-26 01:35:57,062 DEBUG api_gitlab 210 3333 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:35:57,062 DEBUG fe_user 25 3333 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:35:57,063 DEBUG fe_user 26 3333 140736596902848 Insert Email
+2017-02-26 01:35:58,013 DEBUG fe_user 28 3333 140736596902848 Insert Password
+2017-02-26 01:35:58,676 DEBUG fe_user 30 3333 140736596902848 Click Login Button
+2017-02-26 01:35:58,776 DEBUG fe_user 32 3333 140736596902848 Login Button clicked
+2017-02-26 01:35:58,781 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:35:59,297 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:05,229 DEBUG fe_general 25 3333 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:36:05,369 DEBUG fe_user 25 3333 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:36:05,369 DEBUG fe_user 26 3333 140736596902848 Insert Email
+2017-02-26 01:36:06,095 DEBUG fe_user 28 3333 140736596902848 Insert Password
+2017-02-26 01:36:06,743 DEBUG fe_user 30 3333 140736596902848 Click Login Button
+2017-02-26 01:36:06,836 DEBUG fe_user 32 3333 140736596902848 Login Button clicked
+2017-02-26 01:36:06,839 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:36:07,468 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:07,982 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:08,494 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:09,004 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:15,300 DEBUG fe_general 25 3333 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:36:15,454 DEBUG fe_user 25 3333 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:36:15,454 DEBUG fe_user 26 3333 140736596902848 Insert Email
+2017-02-26 01:36:16,230 DEBUG fe_user 28 3333 140736596902848 Insert Password
+2017-02-26 01:36:16,866 DEBUG fe_user 30 3333 140736596902848 Click Login Button
+2017-02-26 01:36:16,955 DEBUG fe_user 32 3333 140736596902848 Login Button clicked
+2017-02-26 01:36:16,958 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:36:17,468 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:17,983 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:23,834 DEBUG fe_general 25 3333 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:36:23,986 DEBUG fe_user 25 3333 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:36:23,986 DEBUG fe_user 26 3333 140736596902848 Insert Email
+2017-02-26 01:36:24,739 DEBUG fe_user 28 3333 140736596902848 Insert Password
+2017-02-26 01:36:25,394 DEBUG fe_user 30 3333 140736596902848 Click Login Button
+2017-02-26 01:36:25,481 DEBUG fe_user 32 3333 140736596902848 Login Button clicked
+2017-02-26 01:36:25,485 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:36:26,089 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:26,597 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:27,107 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:27,617 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:28,134 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:28,659 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:29,172 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:29,686 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:30,198 DEBUG wait 110 3333 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:36:36,365 DEBUG fe_general 25 3333 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:36:36,507 DEBUG logFuncEntry 34 3333 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:36:36,507 DEBUG logFuncEntry 34 3333 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:36:36,525 DEBUG test_ui_base 49 3333 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-02-26 01:38:58,104 DEBUG logFuncEntry 34 3455 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:38:58,105 DEBUG test_ui_base 23 3455 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:39:00,214 DEBUG test_ui_base 33 3455 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:39:01,219 DEBUG api_user 89 3455 140736596902848 Moving to next test case
+2017-02-26 01:39:01,219 DEBUG api_user 166 3455 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/466e1f65-c037-4525-a586-393d5d8badf5/e5627d52c6a04cc6a30b437b99ff7f7b
+2017-02-26 01:39:01,251 DEBUG api_user 169 3455 140736596902848 APIUser activated successfully!
+2017-02-26 01:39:01,307 DEBUG api_user 107 3455 140736596902848 200 OK
+2017-02-26 01:39:01,308 DEBUG api_user 109 3455 140736596902848 Login successfully.
+2017-02-26 01:39:01,311 DEBUG db_general 91 3455 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:39:01,313 DEBUG db_general 102 3455 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:39:01,316 DEBUG db_general 91 3455 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:39:01,317 DEBUG db_general 102 3455 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:39:01,590 DEBUG api_virtual_function 57 3455 140736596902848 Virtual Function created successfully!
+2017-02-26 01:39:01,590 DEBUG api_gitlab 192 3455 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7e7bb539-f912-42f1-bf14-79444eb65a88
+2017-02-26 01:39:01,647 DEBUG api_user 107 3455 140736596902848 200 OK
+2017-02-26 01:39:01,647 DEBUG api_user 109 3455 140736596902848 Login successfully.
+2017-02-26 01:39:01,682 DEBUG api_gitlab 210 3455 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:39:01,682 DEBUG fe_user 25 3455 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:39:01,682 DEBUG fe_user 26 3455 140736596902848 Insert Email
+2017-02-26 01:39:02,589 DEBUG fe_user 28 3455 140736596902848 Insert Password
+2017-02-26 01:39:03,264 DEBUG fe_user 30 3455 140736596902848 Click Login Button
+2017-02-26 01:39:03,359 DEBUG fe_user 32 3455 140736596902848 Login Button clicked
+2017-02-26 01:39:03,363 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:39:03,993 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:04,504 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:05,016 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:05,531 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:06,043 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:06,555 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:07,066 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:07,577 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:08,096 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:09,523 DEBUG logFuncEntry 34 3455 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:39:09,524 DEBUG logFuncEntry 34 3455 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:39:09,540 DEBUG test_ui_base 49 3455 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:39:09,541 DEBUG logFuncEntry 34 3455 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:39:09,541 DEBUG test_ui_base 23 3455 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-02-26 01:39:11,640 DEBUG test_ui_base 33 3455 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:39:12,656 DEBUG api_user 89 3455 140736596902848 Moving to next test case
+2017-02-26 01:39:12,656 DEBUG api_user 166 3455 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1c279e4b-48b9-4eab-816d-db309ef0e5b3/0113677ca89e432381cedda8e665776e
+2017-02-26 01:39:12,688 DEBUG api_user 169 3455 140736596902848 APIUser activated successfully!
+2017-02-26 01:39:12,747 DEBUG api_user 107 3455 140736596902848 200 OK
+2017-02-26 01:39:12,747 DEBUG api_user 109 3455 140736596902848 Login successfully.
+2017-02-26 01:39:12,750 DEBUG db_general 91 3455 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:39:12,751 DEBUG db_general 102 3455 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:39:12,755 DEBUG db_general 91 3455 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:39:12,756 DEBUG db_general 102 3455 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:39:12,995 DEBUG api_virtual_function 57 3455 140736596902848 Virtual Function created successfully!
+2017-02-26 01:39:12,996 DEBUG api_gitlab 192 3455 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/71be8cc9-6d57-41e5-88d3-26e35c555745
+2017-02-26 01:39:13,053 DEBUG api_user 107 3455 140736596902848 200 OK
+2017-02-26 01:39:13,053 DEBUG api_user 109 3455 140736596902848 Login successfully.
+2017-02-26 01:39:13,088 DEBUG api_gitlab 210 3455 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:39:13,088 DEBUG fe_user 25 3455 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:39:13,088 DEBUG fe_user 26 3455 140736596902848 Insert Email
+2017-02-26 01:39:14,051 DEBUG fe_user 28 3455 140736596902848 Insert Password
+2017-02-26 01:39:14,728 DEBUG fe_user 30 3455 140736596902848 Click Login Button
+2017-02-26 01:39:14,822 DEBUG fe_user 32 3455 140736596902848 Login Button clicked
+2017-02-26 01:39:14,827 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:39:15,343 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:21,607 DEBUG fe_general 25 3455 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:39:21,746 DEBUG fe_user 25 3455 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:39:21,746 DEBUG fe_user 26 3455 140736596902848 Insert Email
+2017-02-26 01:39:22,523 DEBUG fe_user 28 3455 140736596902848 Insert Password
+2017-02-26 01:39:23,158 DEBUG fe_user 30 3455 140736596902848 Click Login Button
+2017-02-26 01:39:23,248 DEBUG fe_user 32 3455 140736596902848 Login Button clicked
+2017-02-26 01:39:23,251 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:39:23,817 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:24,325 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:24,838 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:31,122 DEBUG fe_general 25 3455 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:39:31,271 DEBUG fe_user 25 3455 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:39:31,271 DEBUG fe_user 26 3455 140736596902848 Insert Email
+2017-02-26 01:39:32,004 DEBUG fe_user 28 3455 140736596902848 Insert Password
+2017-02-26 01:39:32,649 DEBUG fe_user 30 3455 140736596902848 Click Login Button
+2017-02-26 01:39:32,743 DEBUG fe_user 32 3455 140736596902848 Login Button clicked
+2017-02-26 01:39:32,746 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:39:33,311 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:33,820 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:34,332 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:34,847 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:41,039 DEBUG fe_general 25 3455 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:39:41,193 DEBUG fe_user 25 3455 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:39:41,193 DEBUG fe_user 26 3455 140736596902848 Insert Email
+2017-02-26 01:39:41,948 DEBUG fe_user 28 3455 140736596902848 Insert Password
+2017-02-26 01:39:42,595 DEBUG fe_user 30 3455 140736596902848 Click Login Button
+2017-02-26 01:39:42,683 DEBUG fe_user 32 3455 140736596902848 Login Button clicked
+2017-02-26 01:39:42,686 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:39:43,302 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:43,813 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:44,326 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:44,841 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:45,357 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:45,869 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:46,381 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:46,897 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:47,414 DEBUG wait 110 3455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:39:53,382 DEBUG fe_general 25 3455 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:39:53,530 DEBUG logFuncEntry 34 3455 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:39:53,530 DEBUG logFuncEntry 34 3455 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:39:53,546 DEBUG test_ui_base 49 3455 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-02-26 01:48:50,646 DEBUG logFuncEntry 34 3688 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:48:50,647 DEBUG test_ui_base 23 3688 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-02-26 01:48:52,765 DEBUG test_ui_base 33 3688 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:48:53,793 DEBUG api_user 89 3688 140736596902848 Moving to next test case
+2017-02-26 01:48:53,793 DEBUG api_user 166 3688 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/03335c55-a1db-4c20-a1b0-70aef978f710/62b7fd300ad64887a5d035b374efe395
+2017-02-26 01:48:53,825 DEBUG api_user 169 3688 140736596902848 APIUser activated successfully!
+2017-02-26 01:48:53,884 DEBUG api_user 107 3688 140736596902848 200 OK
+2017-02-26 01:48:53,884 DEBUG api_user 109 3688 140736596902848 Login successfully.
+2017-02-26 01:48:53,887 DEBUG db_general 91 3688 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:48:53,889 DEBUG db_general 102 3688 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:48:53,892 DEBUG db_general 91 3688 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:48:53,894 DEBUG db_general 102 3688 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:48:54,149 DEBUG api_virtual_function 57 3688 140736596902848 Virtual Function created successfully!
+2017-02-26 01:48:54,150 DEBUG api_gitlab 192 3688 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b42afd13-62bf-41dc-bf7e-260802f6a367
+2017-02-26 01:48:54,211 DEBUG api_user 107 3688 140736596902848 200 OK
+2017-02-26 01:48:54,211 DEBUG api_user 109 3688 140736596902848 Login successfully.
+2017-02-26 01:48:54,300 DEBUG api_gitlab 210 3688 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:48:54,301 DEBUG fe_user 25 3688 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:48:54,301 DEBUG fe_user 26 3688 140736596902848 Insert Email
+2017-02-26 01:48:55,178 DEBUG fe_user 28 3688 140736596902848 Insert Password
+2017-02-26 01:48:55,822 DEBUG fe_user 30 3688 140736596902848 Click Login Button
+2017-02-26 01:48:55,917 DEBUG fe_user 32 3688 140736596902848 Login Button clicked
+2017-02-26 01:48:55,921 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:48:56,523 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:48:57,038 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:48:57,552 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:48:58,063 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:48:58,575 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:48:59,088 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:48:59,599 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:00,110 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:00,626 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:02,067 DEBUG logFuncEntry 34 3688 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:49:02,067 DEBUG logFuncEntry 34 3688 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-02-26 01:49:02,085 DEBUG test_ui_base 49 3688 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-02-26 01:49:02,086 DEBUG logFuncEntry 34 3688 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:49:02,086 DEBUG test_ui_base 23 3688 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-02-26 01:49:04,189 DEBUG test_ui_base 33 3688 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-02-26 01:49:05,224 DEBUG api_user 89 3688 140736596902848 Moving to next test case
+2017-02-26 01:49:05,225 DEBUG api_user 166 3688 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/494eb241-ea87-453d-b2c4-52994c4a1fed/aee506638ded486ea9d25f4df97160a4
+2017-02-26 01:49:05,256 DEBUG api_user 169 3688 140736596902848 APIUser activated successfully!
+2017-02-26 01:49:05,315 DEBUG api_user 107 3688 140736596902848 200 OK
+2017-02-26 01:49:05,315 DEBUG api_user 109 3688 140736596902848 Login successfully.
+2017-02-26 01:49:05,319 DEBUG db_general 91 3688 140736596902848 Query : select uuid from ice_deployment_target;
+2017-02-26 01:49:05,320 DEBUG db_general 102 3688 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-02-26 01:49:05,323 DEBUG db_general 91 3688 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-02-26 01:49:05,324 DEBUG db_general 102 3688 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-02-26 01:49:05,544 DEBUG api_virtual_function 57 3688 140736596902848 Virtual Function created successfully!
+2017-02-26 01:49:05,544 DEBUG api_gitlab 192 3688 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fe4f3194-f973-45f0-adca-f1b2bd4f4d98
+2017-02-26 01:49:05,603 DEBUG api_user 107 3688 140736596902848 200 OK
+2017-02-26 01:49:05,603 DEBUG api_user 109 3688 140736596902848 Login successfully.
+2017-02-26 01:49:05,638 DEBUG api_gitlab 210 3688 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-02-26 01:49:05,638 DEBUG fe_user 25 3688 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:49:05,638 DEBUG fe_user 26 3688 140736596902848 Insert Email
+2017-02-26 01:49:06,607 DEBUG fe_user 28 3688 140736596902848 Insert Password
+2017-02-26 01:49:07,283 DEBUG fe_user 30 3688 140736596902848 Click Login Button
+2017-02-26 01:49:07,388 DEBUG fe_user 32 3688 140736596902848 Login Button clicked
+2017-02-26 01:49:07,392 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:49:07,908 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:14,169 DEBUG fe_general 25 3688 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:49:14,328 DEBUG fe_user 25 3688 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:49:14,328 DEBUG fe_user 26 3688 140736596902848 Insert Email
+2017-02-26 01:49:15,119 DEBUG fe_user 28 3688 140736596902848 Insert Password
+2017-02-26 01:49:15,753 DEBUG fe_user 30 3688 140736596902848 Click Login Button
+2017-02-26 01:49:15,840 DEBUG fe_user 32 3688 140736596902848 Login Button clicked
+2017-02-26 01:49:15,843 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:49:16,427 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:16,936 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:17,449 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:23,124 DEBUG fe_general 25 3688 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:49:23,233 DEBUG fe_user 25 3688 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:49:23,233 DEBUG fe_user 26 3688 140736596902848 Insert Email
+2017-02-26 01:49:24,028 DEBUG fe_user 28 3688 140736596902848 Insert Password
+2017-02-26 01:49:24,688 DEBUG fe_user 30 3688 140736596902848 Click Login Button
+2017-02-26 01:49:24,779 DEBUG fe_user 32 3688 140736596902848 Login Button clicked
+2017-02-26 01:49:24,782 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:49:25,301 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:25,814 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:26,324 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:32,324 DEBUG fe_general 25 3688 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:49:32,476 DEBUG fe_user 25 3688 140736596902848 Verifying and Insert Login page elements:
+2017-02-26 01:49:32,476 DEBUG fe_user 26 3688 140736596902848 Insert Email
+2017-02-26 01:49:33,218 DEBUG fe_user 28 3688 140736596902848 Insert Password
+2017-02-26 01:49:33,853 DEBUG fe_user 30 3688 140736596902848 Click Login Button
+2017-02-26 01:49:33,941 DEBUG fe_user 32 3688 140736596902848 Login Button clicked
+2017-02-26 01:49:33,944 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-02-26 01:49:34,454 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:34,964 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:35,475 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:35,987 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:36,500 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:37,025 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:37,538 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:38,050 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:38,565 DEBUG wait 110 3688 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-02-26 01:49:44,354 DEBUG fe_general 25 3688 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-02-26 01:49:44,500 DEBUG logFuncEntry 34 3688 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:49:44,500 DEBUG logFuncEntry 34 3688 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-02-26 01:49:44,519 DEBUG test_ui_base 49 3688 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
diff --git a/logs/ice-info.log b/logs/ice-info.log
new file mode 100755
index 0000000..6b77312
--- /dev/null
+++ b/logs/ice-info.log
@@ -0,0 +1,5 @@
+2017-02-26 01:22:14,646 ERROR exception_decor 21 3015 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:22:48,937 ERROR exception_decor 21 3034 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:23:35,849 ERROR fe_user 40 3060 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-02-26 01:23:35,849 ERROR exception_decor 21 3060 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:35:53,444 ERROR exception_decor 21 3333 140736596902848 There was an exception in test_admin_page
diff --git a/logs/ice-requests.log b/logs/ice-requests.log
new file mode 100755
index 0000000..6b77312
--- /dev/null
+++ b/logs/ice-requests.log
@@ -0,0 +1,5 @@
+2017-02-26 01:22:14,646 ERROR exception_decor 21 3015 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:22:48,937 ERROR exception_decor 21 3034 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:23:35,849 ERROR fe_user 40 3060 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-02-26 01:23:35,849 ERROR exception_decor 21 3060 140736596902848 There was an exception in test_admin_page
+2017-02-26 01:35:53,444 ERROR exception_decor 21 3333 140736596902848 There was an exception in test_admin_page
diff --git a/logsice-db.log b/logsice-db.log
new file mode 100755
index 0000000..9821794
--- /dev/null
+++ b/logsice-db.log
@@ -0,0 +1,53 @@
+2017-03-16 08:29:15,472 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:29:17,755 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:39:26,229 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:39:28,511 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:41:20,501 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:41:23,332 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 13:24:48,650 ERROR fe_user 41 69177 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 13:24:48,653 ERROR exception_decor 21 69177 140736596902848 There was an exception in test_admin_page
+2017-03-16 13:24:57,467 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ee5831f-be0b-480d-b4c6-46e540130833. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:57,576 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:59,299 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2b9ac829-9889-4120-b1c9-1a331cf820d8. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,507 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,604 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:25:00,374 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e96aaa60-def3-4cfc-80fa-ab05b940bff0. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,586 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,799 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:01,574 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,707 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,808 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:02,902 ERROR api_virtual_function 95 69221 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:25:46,597 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cf7a98f7-4076-475b-b6fb-5afb775599b1. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:46,862 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:52,366 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c926d105-4174-4f14-a314-310a4773d93e. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,488 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,621 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:55,055 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a5df2f79-ffb3-40af-9830-9d446077d841. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,528 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,906 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:56,975 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 13:25:58,002 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,250 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,440 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:26:00,982 ERROR api_virtual_function 95 69452 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:26:06,486 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 13:26:32,813 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-16 13:26:44,317 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-16 13:26:53,718 ERROR exception_decor 21 69455 140736596902848 There was an exception in test_negative_admin_page
diff --git a/logsice-debug.log b/logsice-debug.log
new file mode 100755
index 0000000..5e48144
--- /dev/null
+++ b/logsice-debug.log
@@ -0,0 +1,1382 @@
+2017-03-16 08:29:13,205 DEBUG logFuncEntry 34 65982 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:29:13,205 DEBUG test_ui_base 23 65982 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 08:29:15,347 DEBUG test_ui_base 33 65982 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:29:15,472 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:29:15,478 DEBUG logFuncEntry 34 65982 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:29:15,478 DEBUG logFuncEntry 34 65982 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:29:15,516 DEBUG logFuncEntry 34 65982 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:29:15,516 DEBUG test_ui_base 23 65982 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 08:29:17,625 DEBUG test_ui_base 33 65982 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:29:17,755 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:29:17,755 DEBUG logFuncEntry 34 65982 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:29:17,756 DEBUG logFuncEntry 34 65982 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:39:23,958 DEBUG logFuncEntry 34 66431 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:39:23,958 DEBUG test_ui_base 23 66431 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 08:39:26,084 DEBUG test_ui_base 33 66431 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:39:26,229 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:39:26,238 DEBUG logFuncEntry 34 66431 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:39:26,238 DEBUG logFuncEntry 34 66431 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:39:26,274 DEBUG logFuncEntry 34 66431 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:39:26,275 DEBUG test_ui_base 23 66431 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 08:39:28,389 DEBUG test_ui_base 33 66431 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:39:28,511 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:39:28,513 DEBUG logFuncEntry 34 66431 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:39:28,513 DEBUG logFuncEntry 34 66431 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:41:17,586 DEBUG logFuncEntry 34 66549 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:41:17,587 DEBUG test_ui_base 23 66549 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 08:41:19,738 DEBUG test_ui_base 33 66549 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:41:20,501 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:41:20,506 DEBUG logFuncEntry 34 66549 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:41:20,506 DEBUG logFuncEntry 34 66549 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:41:20,548 DEBUG test_ui_base 49 66549 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 08:41:20,550 DEBUG logFuncEntry 34 66549 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:41:20,551 DEBUG test_ui_base 23 66549 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 08:41:22,693 DEBUG test_ui_base 33 66549 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:41:23,332 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:41:23,334 DEBUG logFuncEntry 34 66549 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:41:23,335 DEBUG logFuncEntry 34 66549 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:41:23,350 DEBUG test_ui_base 49 66549 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-03-16 08:43:05,967 DEBUG logFuncEntry 34 66672 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:43:05,968 DEBUG test_ui_base 23 66672 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 08:43:08,116 DEBUG test_ui_base 33 66672 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:43:09,129 DEBUG api_user 92 66672 140736596902848 Moving to next test case
+2017-03-16 08:43:09,130 DEBUG api_user 169 66672 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/38d6e787-89dc-44db-bab4-67f59bd02b7b/97d4919ab4fc452280c7c5e87a228f1a
+2017-03-16 08:43:09,181 DEBUG api_user 172 66672 140736596902848 APIUser activated successfully!
+2017-03-16 08:43:09,263 DEBUG api_user 110 66672 140736596902848 200 OK
+2017-03-16 08:43:09,263 DEBUG api_user 112 66672 140736596902848 Login successfully.
+2017-03-16 08:43:09,268 DEBUG db_general 92 66672 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 08:43:09,270 DEBUG db_general 103 66672 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 08:43:09,275 DEBUG db_general 92 66672 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 08:43:09,277 DEBUG db_general 103 66672 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 08:43:09,913 DEBUG api_virtual_function 59 66672 140736596902848 Virtual Function created successfully!
+2017-03-16 08:43:09,914 DEBUG api_gitlab 195 66672 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5bfed8ae-778a-4521-b32a-15c31550d797
+2017-03-16 08:43:09,995 DEBUG api_user 110 66672 140736596902848 200 OK
+2017-03-16 08:43:09,996 DEBUG api_user 112 66672 140736596902848 Login successfully.
+2017-03-16 08:43:10,049 DEBUG api_gitlab 213 66672 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 08:43:10,050 DEBUG fe_user 26 66672 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 08:43:10,050 DEBUG fe_user 27 66672 140736596902848 Insert Email
+2017-03-16 08:43:10,867 DEBUG fe_user 29 66672 140736596902848 Insert Password
+2017-03-16 08:43:11,529 DEBUG fe_user 31 66672 140736596902848 Click Login Button
+2017-03-16 08:43:11,629 DEBUG fe_user 33 66672 140736596902848 Login Button clicked
+2017-03-16 08:43:11,634 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 08:43:12,151 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:12,668 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:13,187 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:13,702 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:14,217 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:14,736 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:15,253 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:15,771 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:16,286 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:16,852 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:18,144 DEBUG logFuncEntry 34 66672 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:43:18,144 DEBUG logFuncEntry 34 66672 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 08:43:18,208 DEBUG test_ui_base 49 66672 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 08:43:18,209 DEBUG logFuncEntry 34 66672 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:43:18,209 DEBUG test_ui_base 23 66672 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 08:43:20,351 DEBUG test_ui_base 33 66672 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 08:43:21,154 DEBUG api_user 92 66672 140736596902848 Moving to next test case
+2017-03-16 08:43:21,155 DEBUG api_user 169 66672 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a6c4db37-61d1-4966-abde-1b9c9d36ee6c/5134a3f3fc2b401bbf156a30975f5ce3
+2017-03-16 08:43:21,197 DEBUG api_user 172 66672 140736596902848 APIUser activated successfully!
+2017-03-16 08:43:21,286 DEBUG api_user 110 66672 140736596902848 200 OK
+2017-03-16 08:43:21,287 DEBUG api_user 112 66672 140736596902848 Login successfully.
+2017-03-16 08:43:21,291 DEBUG db_general 92 66672 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 08:43:21,292 DEBUG db_general 103 66672 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 08:43:21,296 DEBUG db_general 92 66672 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 08:43:21,297 DEBUG db_general 103 66672 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 08:43:21,614 DEBUG api_virtual_function 59 66672 140736596902848 Virtual Function created successfully!
+2017-03-16 08:43:21,614 DEBUG api_gitlab 195 66672 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/134ac07e-3315-4f78-ac91-3d0bed8f4d6e
+2017-03-16 08:43:21,722 DEBUG api_user 110 66672 140736596902848 200 OK
+2017-03-16 08:43:21,723 DEBUG api_user 112 66672 140736596902848 Login successfully.
+2017-03-16 08:43:21,770 DEBUG api_gitlab 213 66672 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 08:43:21,771 DEBUG fe_user 26 66672 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 08:43:21,771 DEBUG fe_user 27 66672 140736596902848 Insert Email
+2017-03-16 08:43:22,692 DEBUG fe_user 29 66672 140736596902848 Insert Password
+2017-03-16 08:43:23,373 DEBUG fe_user 31 66672 140736596902848 Click Login Button
+2017-03-16 08:43:23,479 DEBUG fe_user 33 66672 140736596902848 Login Button clicked
+2017-03-16 08:43:23,488 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 08:43:24,011 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:29,860 DEBUG fe_general 35 66672 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-16 08:43:30,565 DEBUG fe_user 26 66672 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 08:43:30,566 DEBUG fe_user 27 66672 140736596902848 Insert Email
+2017-03-16 08:43:31,366 DEBUG fe_user 29 66672 140736596902848 Insert Password
+2017-03-16 08:43:32,024 DEBUG fe_user 31 66672 140736596902848 Click Login Button
+2017-03-16 08:43:32,126 DEBUG fe_user 33 66672 140736596902848 Login Button clicked
+2017-03-16 08:43:32,132 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 08:43:32,648 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:33,162 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:33,679 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:34,197 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:39,963 DEBUG fe_general 35 66672 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-16 08:43:40,613 DEBUG fe_user 26 66672 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 08:43:40,614 DEBUG fe_user 27 66672 140736596902848 Insert Email
+2017-03-16 08:43:41,426 DEBUG fe_user 29 66672 140736596902848 Insert Password
+2017-03-16 08:43:42,093 DEBUG fe_user 31 66672 140736596902848 Click Login Button
+2017-03-16 08:43:42,199 DEBUG fe_user 33 66672 140736596902848 Login Button clicked
+2017-03-16 08:43:42,205 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 08:43:42,731 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:43,246 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:43,761 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:49,507 DEBUG fe_general 35 66672 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-16 08:43:50,187 DEBUG fe_user 26 66672 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 08:43:50,187 DEBUG fe_user 27 66672 140736596902848 Insert Email
+2017-03-16 08:43:50,943 DEBUG fe_user 29 66672 140736596902848 Insert Password
+2017-03-16 08:43:51,596 DEBUG fe_user 31 66672 140736596902848 Click Login Button
+2017-03-16 08:43:51,704 DEBUG fe_user 33 66672 140736596902848 Login Button clicked
+2017-03-16 08:43:51,709 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 08:43:52,357 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:52,877 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:53,405 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:53,922 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:54,441 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:54,955 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:55,477 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:55,994 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:43:56,509 DEBUG wait 110 66672 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 08:44:02,290 DEBUG fe_general 35 66672 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-16 08:44:02,941 DEBUG logFuncEntry 34 66672 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:44:02,942 DEBUG logFuncEntry 34 66672 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 08:44:02,965 DEBUG test_ui_base 49 66672 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-03-16 13:24:42,087 DEBUG logFuncEntry 34 69177 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 13:24:42,088 DEBUG test_ui_base 23 69177 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 13:24:44,269 DEBUG test_ui_base 33 69177 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:24:45,412 DEBUG api_user 92 69177 140736596902848 Moving to next test case
+2017-03-16 13:24:45,412 DEBUG api_user 169 69177 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fa95b26e-bb53-4257-b33f-ca583363c58c/8f31bcc39cba4df38046b08d3f07cb88
+2017-03-16 13:24:45,449 DEBUG api_user 172 69177 140736596902848 APIUser activated successfully!
+2017-03-16 13:24:45,520 DEBUG api_user 110 69177 140736596902848 200 OK
+2017-03-16 13:24:45,520 DEBUG api_user 112 69177 140736596902848 Login successfully.
+2017-03-16 13:24:45,524 DEBUG db_general 92 69177 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:24:45,525 DEBUG db_general 103 69177 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:24:45,529 DEBUG db_general 92 69177 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:24:45,530 DEBUG db_general 103 69177 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:24:45,922 DEBUG api_virtual_function 59 69177 140736596902848 Virtual Function created successfully!
+2017-03-16 13:24:45,923 DEBUG api_gitlab 195 69177 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2c0445b7-a537-4221-aad0-fc5482dc6ae9
+2017-03-16 13:24:45,991 DEBUG api_user 110 69177 140736596902848 200 OK
+2017-03-16 13:24:45,991 DEBUG api_user 112 69177 140736596902848 Login successfully.
+2017-03-16 13:24:46,026 DEBUG api_gitlab 213 69177 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:24:46,026 DEBUG fe_user 26 69177 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:24:46,026 DEBUG fe_user 27 69177 140736596902848 Insert Email
+2017-03-16 13:24:46,863 DEBUG fe_user 29 69177 140736596902848 Insert Password
+2017-03-16 13:24:47,520 DEBUG fe_user 31 69177 140736596902848 Click Login Button
+2017-03-16 13:24:47,618 DEBUG fe_user 33 69177 140736596902848 Login Button clicked
+2017-03-16 13:24:47,622 DEBUG wait 110 69177 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:24:48,140 DEBUG wait 110 69177 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:24:48,650 ERROR fe_user 41 69177 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 13:24:48,653 ERROR exception_decor 21 69177 140736596902848 There was an exception in test_admin_page
+2017-03-16 13:24:48,659 DEBUG logFuncEntry 34 69177 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 13:24:48,659 DEBUG logFuncEntry 34 69177 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 13:24:56,519 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:24:56,519 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:24:56,520 DEBUG logFuncEntry 34 69221 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:24:56,597 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:24:56,597 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5ee5831f-be0b-480d-b4c6-46e540130833/ff3145ec66d54a798451a239fded7f37
+2017-03-16 13:24:56,635 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:24:56,702 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:56,702 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:56,706 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:24:56,707 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:24:56,710 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:24:56,711 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:24:56,985 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:24:56,986 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b53a7c40-09b0-461a-81df-7bbaf32c6e5d
+2017-03-16 13:24:57,056 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:57,056 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:57,092 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:24:57,092 DEBUG test_negative_requests 157 69221 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 13:24:57,160 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:57,161 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:57,161 DEBUG api_checklist 16 69221 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/b53a7c40-09b0-461a-81df-7bbaf32c6e5d
+2017-03-16 13:24:57,165 DEBUG db_general 116 69221 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:24:57,167 DEBUG db_general 128 69221 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:24:57,167 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b53a7c40-09b0-461a-81df-7bbaf32c6e5d
+2017-03-16 13:24:57,237 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:57,238 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:57,273 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:24:57,363 DEBUG api_checklist 29 69221 140736596902848 DBChecklist was created successfully!
+2017-03-16 13:24:57,363 DEBUG test_negative_requests 161 69221 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 13:24:57,433 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:57,433 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:57,433 DEBUG test_negative_requests 167 69221 140736596902848 About to add audit log to checklist uuid 44dd7cca-933b-47d9-aa0c-ed8c431667ae
+2017-03-16 13:24:57,433 DEBUG api_checklist 71 69221 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/44dd7cca-933b-47d9-aa0c-ed8c431667ae/auditlog/
+2017-03-16 13:24:57,467 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ee5831f-be0b-480d-b4c6-46e540130833. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:57,467 DEBUG test_negative_requests 171 69221 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 13:24:57,541 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:57,542 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:57,542 DEBUG test_negative_requests 167 69221 140736596902848 About to add audit log to checklist uuid 44dd7cca-933b-47d9-aa0c-ed8c431667ae
+2017-03-16 13:24:57,542 DEBUG api_checklist 71 69221 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/44dd7cca-933b-47d9-aa0c-ed8c431667ae/auditlog/
+2017-03-16 13:24:57,576 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:57,576 DEBUG test_negative_requests 171 69221 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 13:24:57,576 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:24:57,576 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:24:57,584 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:24:57,585 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:24:57,585 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:24:57,585 DEBUG logFuncEntry 34 69221 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:24:57,586 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:24:57,586 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:24:57,591 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:24:57,593 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:24:57,593 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:24:57,593 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:24:57,593 DEBUG test_negative_requests 41 69221 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 13:24:57,669 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:24:57,669 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8f9a55d2-b49b-4a7a-956f-6b1392cff823/d46bdfe06a8b49f08cfe5aa471c9ebb7
+2017-03-16 13:24:57,703 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:24:57,772 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:57,773 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:57,776 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:24:57,777 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:24:57,781 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:24:57,782 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:24:58,007 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:24:58,007 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a338c7e1-d13a-4f3d-b485-e4619f393e51
+2017-03-16 13:24:58,074 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:58,074 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:58,111 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:24:58,186 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:24:58,186 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/96e50e2d-d68f-41d4-aa8f-a9ae251e5a1d/1ca26099cac6498696538b2fde9610d9
+2017-03-16 13:24:58,219 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:24:58,287 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:58,287 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:58,290 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:24:58,292 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:24:58,297 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:24:58,298 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:24:58,520 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:24:58,520 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/9cb1ad4f-ccd5-4f43-8efb-d911e9ea33c7
+2017-03-16 13:24:58,587 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:58,587 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:58,624 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:24:58,624 DEBUG test_negative_requests 46 69221 140736596902848 About to invite contact to the engagement of user STLKFd8
+2017-03-16 13:24:58,624 DEBUG api_virtual_function 102 69221 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 13:24:58,657 DEBUG test_negative_requests 50 69221 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 13:24:58,657 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:24:58,657 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:24:58,664 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:24:58,665 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:24:58,665 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:24:58,666 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:24:58,666 DEBUG test_negative_requests 56 69221 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 13:24:58,750 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:24:58,750 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2b9ac829-9889-4120-b1c9-1a331cf820d8/12c8b11bd3e14e5f893edea8cdbb3b6e
+2017-03-16 13:24:58,781 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:24:58,856 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:58,856 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:58,860 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:24:58,862 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:24:58,865 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:24:58,867 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:24:59,087 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:24:59,087 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dfce9bd0-ba2c-489e-9db9-3a83759f8a13
+2017-03-16 13:24:59,163 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:59,163 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:59,200 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:24:59,267 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:59,267 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:59,267 DEBUG test_negative_requests 63 69221 140736596902848 About to add a next step to VF STd4Aga using STwUmdn@intl.att.com token.
+2017-03-16 13:24:59,267 DEBUG api_virtual_function 18 69221 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/dfce9bd0-ba2c-489e-9db9-3a83759f8a13/nextsteps
+2017-03-16 13:24:59,299 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2b9ac829-9889-4120-b1c9-1a331cf820d8. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,299 DEBUG test_negative_requests 67 69221 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 13:24:59,475 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:59,475 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:59,475 DEBUG test_negative_requests 63 69221 140736596902848 About to add a next step to VF STd4Aga using STPfCHv@intl.att.com token.
+2017-03-16 13:24:59,475 DEBUG api_virtual_function 18 69221 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/dfce9bd0-ba2c-489e-9db9-3a83759f8a13/nextsteps
+2017-03-16 13:24:59,507 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,507 DEBUG test_negative_requests 67 69221 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 13:24:59,574 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:59,575 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:59,575 DEBUG test_negative_requests 63 69221 140736596902848 About to add a next step to VF STd4Aga using admin_ro@att.com token.
+2017-03-16 13:24:59,575 DEBUG api_virtual_function 18 69221 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/dfce9bd0-ba2c-489e-9db9-3a83759f8a13/nextsteps
+2017-03-16 13:24:59,604 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,605 DEBUG test_negative_requests 67 69221 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 13:24:59,605 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:24:59,605 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:24:59,615 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:24:59,617 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:24:59,617 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:24:59,617 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:24:59,617 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:24:59,617 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:24:59,628 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:24:59,630 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:24:59,630 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:24:59,630 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:24:59,713 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:24:59,713 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e96aaa60-def3-4cfc-80fa-ab05b940bff0/4e7e3cc7bb11491699d959c330237fba
+2017-03-16 13:24:59,745 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:24:59,815 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:24:59,816 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:24:59,820 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:24:59,821 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:24:59,824 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:24:59,825 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:00,051 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:00,052 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,123 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,123 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,162 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:00,162 DEBUG test_negative_requests 94 69221 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 13:25:00,231 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,231 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,231 DEBUG test_negative_requests 100 69221 140736596902848 About to create checklist for VF STtP8yL
+2017-03-16 13:25:00,231 DEBUG api_checklist 16 69221 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,234 DEBUG db_general 116 69221 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:00,237 DEBUG db_general 128 69221 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:00,237 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,307 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,308 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,343 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:00,374 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e96aaa60-def3-4cfc-80fa-ab05b940bff0. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,375 DEBUG test_negative_requests 104 69221 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 13:25:00,446 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,446 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,446 DEBUG test_negative_requests 100 69221 140736596902848 About to create checklist for VF STtP8yL
+2017-03-16 13:25:00,446 DEBUG api_checklist 16 69221 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,449 DEBUG db_general 116 69221 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:00,451 DEBUG db_general 128 69221 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:00,451 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,520 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,520 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,555 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:00,586 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,586 DEBUG test_negative_requests 104 69221 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 13:25:00,653 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,653 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,653 DEBUG test_negative_requests 100 69221 140736596902848 About to create checklist for VF STtP8yL
+2017-03-16 13:25:00,653 DEBUG api_checklist 16 69221 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,656 DEBUG db_general 116 69221 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:00,658 DEBUG db_general 128 69221 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:00,658 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/20c81c20-8a1b-4840-9029-9987d384c010
+2017-03-16 13:25:00,728 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,729 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,766 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:00,799 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,799 DEBUG test_negative_requests 104 69221 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 13:25:00,799 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:25:00,799 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:25:00,806 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:00,807 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:00,807 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:00,807 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:00,807 DEBUG test_negative_requests 73 69221 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 13:25:00,883 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:25:00,883 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dd1e0e10-d290-40fa-b0e6-5de7725031f2/195c319141c947849631d8ae30086d90
+2017-03-16 13:25:00,916 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:00,984 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:00,985 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:00,988 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:00,989 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:00,991 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:00,992 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:01,204 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:01,205 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/df835198-da94-46f0-8270-25d75aafef3d
+2017-03-16 13:25:01,272 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:01,272 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:01,307 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:01,375 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:01,376 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:01,376 DEBUG api_virtual_function 18 69221 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/df835198-da94-46f0-8270-25d75aafef3d/nextsteps
+2017-03-16 13:25:01,470 DEBUG api_virtual_function 32 69221 140736596902848 Next step was added to the engagement!
+2017-03-16 13:25:01,538 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:01,539 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:01,539 DEBUG test_negative_requests 83 69221 140736596902848 About to edit a next step (ns uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5) using STFJWN9@intl.att.com token.
+2017-03-16 13:25:01,539 DEBUG api_virtual_function 133 69221 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5/engagement/df835198-da94-46f0-8270-25d75aafef3d/modify/
+2017-03-16 13:25:01,574 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,574 DEBUG test_negative_requests 87 69221 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 13:25:01,673 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:01,673 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:01,673 DEBUG test_negative_requests 83 69221 140736596902848 About to edit a next step (ns uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5) using STGo3q7@intl.att.com token.
+2017-03-16 13:25:01,673 DEBUG api_virtual_function 133 69221 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5/engagement/df835198-da94-46f0-8270-25d75aafef3d/modify/
+2017-03-16 13:25:01,707 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,707 DEBUG test_negative_requests 87 69221 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 13:25:01,775 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:01,775 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:01,775 DEBUG test_negative_requests 83 69221 140736596902848 About to edit a next step (ns uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5) using admin_ro@att.com token.
+2017-03-16 13:25:01,775 DEBUG api_virtual_function 133 69221 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5/engagement/df835198-da94-46f0-8270-25d75aafef3d/modify/
+2017-03-16 13:25:01,808 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,808 DEBUG test_negative_requests 87 69221 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 13:25:01,808 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:01,808 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:01,817 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:01,818 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:25:01,818 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:01,818 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:25:01,818 DEBUG test_negative_requests 26 69221 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 13:25:01,892 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:25:01,893 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5e5b33bd-7cf4-4ecc-ac35-6304608dab68/869e39db418b4e8597683631645f37d8
+2017-03-16 13:25:01,924 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:01,995 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:01,995 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:01,998 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:02,000 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:02,003 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:02,004 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:02,227 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:02,227 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6591aba1-2e16-47a7-8c6a-4900504fea2b
+2017-03-16 13:25:02,299 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:02,299 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:02,335 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:02,412 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:25:02,412 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/21fab940-a348-423d-bc4e-f3b24f911c0f/2e6d1fc22e644ca3b3a9883a9fb5ff57
+2017-03-16 13:25:02,443 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:02,512 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:02,512 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:02,516 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:02,517 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:02,520 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:02,521 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:02,761 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:02,761 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/afcb55f2-e056-4cf0-bd01-5cf49c53e1e8
+2017-03-16 13:25:02,831 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:02,831 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:02,869 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:02,869 DEBUG test_negative_requests 31 69221 140736596902848 About to invite team member to the engagement of user STbnCu5
+2017-03-16 13:25:02,869 DEBUG api_virtual_function 73 69221 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 13:25:02,902 ERROR api_virtual_function 95 69221 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:25:02,902 DEBUG test_negative_requests 35 69221 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 13:25:02,902 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:25:02,902 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:25:02,909 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:02,910 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:25:02,910 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:02,910 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:25:02,910 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:25:02,910 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:25:02,915 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:02,917 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:25:02,917 DEBUG testApiBase 21 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:02,917 DEBUG logFuncEntry 34 69221 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:25:02,917 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:25:02,917 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:25:02,921 DEBUG testApiBase 32 69221 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:02,923 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 13:25:02,923 DEBUG test_ui_base 23 69221 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 13:25:05,049 DEBUG test_ui_base 33 69221 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:25:06,235 DEBUG api_user 92 69221 140736596902848 Moving to next test case
+2017-03-16 13:25:06,236 DEBUG api_user 169 69221 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8a2db575-d785-4f07-9fba-8ab933cdab31/8908c0c9d0b44ecea0df56221910ffcb
+2017-03-16 13:25:06,269 DEBUG api_user 172 69221 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:06,346 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:06,346 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:06,350 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:06,352 DEBUG db_general 103 69221 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:06,355 DEBUG db_general 92 69221 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:06,356 DEBUG db_general 103 69221 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:06,644 DEBUG api_virtual_function 59 69221 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:06,645 DEBUG api_gitlab 195 69221 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/25ffed23-b375-4a20-a72b-30291d237787
+2017-03-16 13:25:06,757 DEBUG api_user 110 69221 140736596902848 200 OK
+2017-03-16 13:25:06,757 DEBUG api_user 112 69221 140736596902848 Login successfully.
+2017-03-16 13:25:06,797 DEBUG api_gitlab 213 69221 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:06,797 DEBUG fe_user 26 69221 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:25:06,797 DEBUG fe_user 27 69221 140736596902848 Insert Email
+2017-03-16 13:25:07,613 DEBUG fe_user 29 69221 140736596902848 Insert Password
+2017-03-16 13:25:08,285 DEBUG fe_user 31 69221 140736596902848 Click Login Button
+2017-03-16 13:25:08,384 DEBUG fe_user 33 69221 140736596902848 Login Button clicked
+2017-03-16 13:25:08,389 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:25:09,016 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:09,531 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:10,048 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:10,564 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:11,081 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:11,597 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:12,113 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:12,629 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:13,145 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:13,668 DEBUG wait 110 69221 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:16,621 DEBUG logFuncEntry 34 69221 140736596902848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 13:25:16,622 DEBUG logFuncEntry 34 69221 140736596902848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 13:25:16,642 DEBUG test_ui_base 49 69221 140736596902848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-03-16 13:25:16,642 DEBUG logFuncEntry 34 69221 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 13:25:16,643 DEBUG test_ui_base 23 69221 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-03-16 13:25:44,584 DEBUG logFuncEntry 34 69454 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 13:25:44,585 DEBUG test_ui_base 23 69454 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 13:25:44,585 DEBUG logFuncEntry 34 69455 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 13:25:44,585 DEBUG test_ui_base 23 69455 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 13:25:44,585 DEBUG logFuncEntry 34 69453 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 13:25:44,586 DEBUG test_ui_base 23 69453 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-16 13:25:44,592 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:25:44,593 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:44,593 DEBUG logFuncEntry 34 69452 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:25:44,716 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:44,716 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cf7a98f7-4076-475b-b6fb-5afb775599b1/350d9444b88c4253b50eb71be81ea00c
+2017-03-16 13:25:44,769 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:44,877 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:44,878 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:44,886 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:44,887 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:44,892 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:44,894 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:45,920 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:45,921 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/003d84cd-f48f-4a39-91a3-c0fcd16826ab
+2017-03-16 13:25:46,015 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:46,015 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:46,067 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:46,067 DEBUG test_negative_requests 157 69452 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 13:25:46,172 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:46,173 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:46,173 DEBUG api_checklist 16 69452 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/003d84cd-f48f-4a39-91a3-c0fcd16826ab
+2017-03-16 13:25:46,177 DEBUG db_general 116 69452 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:46,181 DEBUG db_general 128 69452 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:46,181 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/003d84cd-f48f-4a39-91a3-c0fcd16826ab
+2017-03-16 13:25:46,271 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:46,271 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:46,320 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:46,467 DEBUG api_checklist 29 69452 140736596902848 DBChecklist was created successfully!
+2017-03-16 13:25:46,467 DEBUG test_negative_requests 161 69452 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 13:25:46,552 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:46,553 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:46,553 DEBUG test_negative_requests 167 69452 140736596902848 About to add audit log to checklist uuid b099f9fc-d54c-4d10-977c-4a619b30cb10
+2017-03-16 13:25:46,553 DEBUG api_checklist 71 69452 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/b099f9fc-d54c-4d10-977c-4a619b30cb10/auditlog/
+2017-03-16 13:25:46,597 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cf7a98f7-4076-475b-b6fb-5afb775599b1. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:46,598 DEBUG test_negative_requests 171 69452 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 13:25:46,730 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:46,731 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:46,731 DEBUG test_negative_requests 167 69452 140736596902848 About to add audit log to checklist uuid b099f9fc-d54c-4d10-977c-4a619b30cb10
+2017-03-16 13:25:46,732 DEBUG api_checklist 71 69452 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/b099f9fc-d54c-4d10-977c-4a619b30cb10/auditlog/
+2017-03-16 13:25:46,862 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:46,865 DEBUG test_negative_requests 171 69452 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 13:25:46,866 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:25:46,866 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 13:25:47,028 DEBUG test_ui_base 33 69455 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:25:47,058 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:47,065 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:25:47,065 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:47,065 DEBUG logFuncEntry 34 69452 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:25:47,066 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:25:47,066 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 13:25:47,122 DEBUG test_ui_base 33 69454 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:25:47,138 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:47,142 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:25:47,143 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:47,144 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:25:47,144 DEBUG test_negative_requests 41 69452 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 13:25:47,355 DEBUG test_ui_base 33 69453 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:25:47,489 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:47,489 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/755a6bcd-7604-4b29-b4ce-5ec0e4cbd654/20074d8d15b44f5e88f80ae991ef89ed
+2017-03-16 13:25:47,576 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:47,698 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:47,699 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:47,705 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:47,707 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:47,715 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:47,717 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:48,150 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:48,151 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/13f2a28a-8b0e-4e94-8723-8797299154fb
+2017-03-16 13:25:48,305 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:48,306 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:48,505 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:48,778 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:48,781 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dc597438-5571-45b6-9720-f10c31ca8456/0f8be95d58c4498e9335c80628c7d340
+2017-03-16 13:25:48,882 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:49,058 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:49,059 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:49,066 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:49,068 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:49,074 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:49,075 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:49,168 DEBUG api_user 92 69455 140736596902848 Moving to next test case
+2017-03-16 13:25:49,170 DEBUG api_user 169 69455 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4b4e152d-041f-4b12-9ab2-05b3db5e3d80/8d323269212f4ae093ef8d56a931195f
+2017-03-16 13:25:49,257 DEBUG api_user 172 69455 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:49,401 DEBUG api_user 110 69455 140736596902848 200 OK
+2017-03-16 13:25:49,401 DEBUG api_user 112 69455 140736596902848 Login successfully.
+2017-03-16 13:25:49,406 DEBUG db_general 92 69455 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:49,407 DEBUG db_general 103 69455 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:49,410 DEBUG api_user 92 69454 140736596902848 Moving to next test case
+2017-03-16 13:25:49,411 DEBUG api_user 169 69454 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cee54626-d05c-4373-85ad-a89b10b55c4b/75d7548b19a04c46817ee125c92606fd
+2017-03-16 13:25:49,411 DEBUG db_general 92 69455 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:49,413 DEBUG db_general 103 69455 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:49,457 DEBUG api_user 92 69453 140736596902848 Moving to next test case
+2017-03-16 13:25:49,457 DEBUG api_user 169 69453 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f215cbb6-7178-4b61-9c45-168bca2c4f7f/d867f9ace30d4917bfc58eb25e79c6d4
+2017-03-16 13:25:49,464 DEBUG api_user 172 69454 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:49,510 DEBUG api_user 172 69453 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:49,592 DEBUG api_user 110 69454 140736596902848 200 OK
+2017-03-16 13:25:49,592 DEBUG api_user 112 69454 140736596902848 Login successfully.
+2017-03-16 13:25:49,597 DEBUG db_general 92 69454 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:49,599 DEBUG db_general 103 69454 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:49,602 DEBUG db_general 92 69454 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:49,604 DEBUG db_general 103 69454 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:49,649 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:25:49,649 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:25:49,654 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:49,657 DEBUG db_general 103 69453 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:49,661 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:49,662 DEBUG db_general 103 69453 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:51,273 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:51,273 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f8c8c9c0-4d02-4436-957a-48a874a1d524
+2017-03-16 13:25:51,378 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:51,379 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:51,402 DEBUG api_virtual_function 59 69455 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:51,402 DEBUG api_gitlab 195 69455 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/64fa93db-cff2-4995-a8b9-12c48e15732a
+2017-03-16 13:25:51,484 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:51,484 DEBUG test_negative_requests 46 69452 140736596902848 About to invite contact to the engagement of user SToiFqX
+2017-03-16 13:25:51,484 DEBUG api_virtual_function 102 69452 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 13:25:51,504 DEBUG api_virtual_function 59 69454 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:51,504 DEBUG api_gitlab 195 69454 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d8191f19-13e7-4f47-9eda-35242f0aece8
+2017-03-16 13:25:51,507 DEBUG api_virtual_function 59 69453 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:51,508 DEBUG api_gitlab 195 69453 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3bff57cc-882c-4e29-a293-a02d1804fb49
+2017-03-16 13:25:51,546 DEBUG test_negative_requests 50 69452 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 13:25:51,547 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:25:51,547 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 13:25:51,550 DEBUG api_user 110 69455 140736596902848 200 OK
+2017-03-16 13:25:51,551 DEBUG api_user 112 69455 140736596902848 Login successfully.
+2017-03-16 13:25:51,553 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:51,554 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:25:51,554 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:51,554 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:25:51,554 DEBUG test_negative_requests 56 69452 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 13:25:51,612 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:25:51,612 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:25:51,613 DEBUG api_user 110 69454 140736596902848 200 OK
+2017-03-16 13:25:51,613 DEBUG api_gitlab 213 69455 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:51,613 DEBUG api_user 112 69454 140736596902848 Login successfully.
+2017-03-16 13:25:51,613 DEBUG fe_user 26 69455 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:25:51,613 DEBUG fe_user 27 69455 140736596902848 Insert Email
+2017-03-16 13:25:51,712 DEBUG api_gitlab 213 69453 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:51,712 DEBUG fe_user 26 69453 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:25:51,712 DEBUG fe_user 27 69453 140736596902848 Insert Email
+2017-03-16 13:25:51,716 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:51,716 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c926d105-4174-4f14-a314-310a4773d93e/d8c82e86b2424af28e5c4899cf0191db
+2017-03-16 13:25:51,716 DEBUG api_gitlab 213 69454 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:51,716 DEBUG fe_user 26 69454 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:25:51,717 DEBUG fe_user 27 69454 140736596902848 Insert Email
+2017-03-16 13:25:51,754 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:51,869 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:51,869 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:51,875 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:51,878 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:51,883 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:51,884 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:52,149 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:52,150 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bfac0aea-a579-4301-bb9d-c433f7b2aedd
+2017-03-16 13:25:52,222 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:52,222 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:52,262 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:52,332 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:52,332 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:52,332 DEBUG test_negative_requests 63 69452 140736596902848 About to add a next step to VF STBM8f1 using STsgPc2@intl.att.com token.
+2017-03-16 13:25:52,332 DEBUG api_virtual_function 18 69452 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/bfac0aea-a579-4301-bb9d-c433f7b2aedd/nextsteps
+2017-03-16 13:25:52,366 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c926d105-4174-4f14-a314-310a4773d93e. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,366 DEBUG test_negative_requests 67 69452 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 13:25:52,449 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:52,450 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:52,450 DEBUG test_negative_requests 63 69452 140736596902848 About to add a next step to VF STBM8f1 using STGo3q7@intl.att.com token.
+2017-03-16 13:25:52,450 DEBUG api_virtual_function 18 69452 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/bfac0aea-a579-4301-bb9d-c433f7b2aedd/nextsteps
+2017-03-16 13:25:52,474 DEBUG fe_user 29 69455 140736596902848 Insert Password
+2017-03-16 13:25:52,488 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,489 DEBUG test_negative_requests 67 69452 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 13:25:52,573 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:52,573 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:52,573 DEBUG test_negative_requests 63 69452 140736596902848 About to add a next step to VF STBM8f1 using admin_ro@att.com token.
+2017-03-16 13:25:52,573 DEBUG api_virtual_function 18 69452 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/bfac0aea-a579-4301-bb9d-c433f7b2aedd/nextsteps
+2017-03-16 13:25:52,589 DEBUG fe_user 29 69454 140736596902848 Insert Password
+2017-03-16 13:25:52,621 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,622 DEBUG test_negative_requests 67 69452 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 13:25:52,622 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:25:52,622 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 13:25:52,640 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:52,642 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:25:52,642 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:52,642 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:25:52,642 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:25:52,642 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 13:25:52,646 DEBUG fe_user 29 69453 140736596902848 Insert Password
+2017-03-16 13:25:52,661 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:52,664 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:25:52,664 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:52,664 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:25:52,775 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:52,775 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a5df2f79-ffb3-40af-9830-9d446077d841/aa967c1f40ec47e98e9aa8007a7c9428
+2017-03-16 13:25:52,812 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:52,886 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:52,886 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:52,890 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:52,891 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:52,895 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:52,896 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:53,134 DEBUG fe_user 31 69455 140736596902848 Click Login Button
+2017-03-16 13:25:53,243 DEBUG fe_user 33 69455 140736596902848 Login Button clicked
+2017-03-16 13:25:53,247 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:25:53,256 DEBUG fe_user 31 69454 140736596902848 Click Login Button
+2017-03-16 13:25:53,334 DEBUG fe_user 31 69453 140736596902848 Click Login Button
+2017-03-16 13:25:53,383 DEBUG fe_user 33 69454 140736596902848 Login Button clicked
+2017-03-16 13:25:53,389 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:25:53,486 DEBUG fe_user 33 69453 140736596902848 Login Button clicked
+2017-03-16 13:25:53,493 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:25:53,507 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:53,507 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:53,709 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:53,709 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:54,210 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:54,211 DEBUG test_negative_requests 94 69452 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 13:25:54,454 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:54,520 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:54,645 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:54,761 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:54,762 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:54,762 DEBUG test_negative_requests 100 69452 140736596902848 About to create checklist for VF STzvN7L
+2017-03-16 13:25:54,762 DEBUG api_checklist 16 69452 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:54,772 DEBUG db_general 116 69452 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:54,775 DEBUG db_general 128 69452 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:54,775 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:54,919 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:54,919 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:54,973 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:54,988 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:55,033 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:55,055 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a5df2f79-ffb3-40af-9830-9d446077d841. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,055 DEBUG test_negative_requests 104 69452 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 13:25:55,247 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:55,264 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:55,264 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:55,264 DEBUG test_negative_requests 100 69452 140736596902848 About to create checklist for VF STzvN7L
+2017-03-16 13:25:55,264 DEBUG api_checklist 16 69452 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:55,269 DEBUG db_general 116 69452 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:55,271 DEBUG db_general 128 69452 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:55,272 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:55,387 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:55,388 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:55,447 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:55,515 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'STnodvB';
+2017-03-16 13:25:55,519 DEBUG db_general 128 69453 140736596902848 Query result: 3bff57cc-882c-4e29-a293-a02d1804fb49
+2017-03-16 13:25:55,524 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'STnodvB';
+2017-03-16 13:25:55,526 DEBUG db_general 128 69453 140736596902848 Query result: 3bff57cc-882c-4e29-a293-a02d1804fb49
+2017-03-16 13:25:55,528 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,528 DEBUG test_negative_requests 104 69452 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 13:25:55,531 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '3bff57cc-882c-4e29-a293-a02d1804fb49';
+2017-03-16 13:25:55,534 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5650
+2017-03-16 13:25:55,539 DEBUG db_general 116 69453 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5650';
+2017-03-16 13:25:55,546 DEBUG db_general 128 69453 140736596902848 Query result: 761
+2017-03-16 13:25:55,552 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:55,560 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '3bff57cc-882c-4e29-a293-a02d1804fb49';
+2017-03-16 13:25:55,563 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5650
+2017-03-16 13:25:55,570 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:55,646 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:55,646 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:55,646 DEBUG test_negative_requests 100 69452 140736596902848 About to create checklist for VF STzvN7L
+2017-03-16 13:25:55,646 DEBUG api_checklist 16 69452 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:55,650 DEBUG db_general 116 69452 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 13:25:55,652 DEBUG db_general 128 69452 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 13:25:55,652 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bc8d8425-7420-4e41-8dd6-022d1427aefd
+2017-03-16 13:25:55,763 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:55,773 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:55,773 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:55,835 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:55,906 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,906 DEBUG test_negative_requests 104 69452 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 13:25:55,907 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:25:55,907 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 13:25:55,920 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:55,922 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:55,922 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:55,922 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:55,922 DEBUG test_negative_requests 73 69452 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 13:25:56,041 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:56,041 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/bb73ffa7-2d74-424f-b6e3-0dcc0b94eef7/c9d88b6132cc4dc8a32181803b8b6704
+2017-03-16 13:25:56,071 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:56,084 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:56,199 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:56,199 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:56,203 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:56,205 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:56,209 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:56,211 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:56,277 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:56,584 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:56,810 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:56,964 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '3bff57cc-882c-4e29-a293-a02d1804fb49';
+2017-03-16 13:25:56,967 DEBUG db_general 128 69453 140736596902848 Query result: ["('e6301e6e-483d-41a4-82e9-edb91e9df71b", "('43a87f4e-93f1-4d9b-b9f9-97625f2bf656", "('7a618ab9-0b41-4d8e-8e74-2c526415819b", "('2f39f1fd-66f0-4627-a75f-73dbdbe7a337"]
+2017-03-16 13:25:56,975 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 13:25:56,978 DEBUG logFuncEntry 34 69453 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 13:25:56,978 DEBUG logFuncEntry 34 69453 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 13:25:56,985 DEBUG logFuncEntry 34 69453 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 13:25:56,985 DEBUG test_ui_base 23 69453 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 13:25:57,036 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:57,037 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ab7d24c4-7cad-49fe-9f77-012a03afa623
+2017-03-16 13:25:57,104 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:57,185 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:57,186 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:57,284 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:57,326 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:57,441 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:57,441 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:57,442 DEBUG api_virtual_function 18 69452 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/ab7d24c4-7cad-49fe-9f77-012a03afa623/nextsteps
+2017-03-16 13:25:57,623 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:57,818 DEBUG api_virtual_function 32 69452 140736596902848 Next step was added to the engagement!
+2017-03-16 13:25:57,844 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:57,933 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:57,933 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:57,933 DEBUG test_negative_requests 83 69452 140736596902848 About to edit a next step (ns uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a) using STjMBkt@intl.att.com token.
+2017-03-16 13:25:57,934 DEBUG api_virtual_function 133 69452 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/01552186-125e-4b23-abb9-5bedf31bcb0a/engagement/ab7d24c4-7cad-49fe-9f77-012a03afa623/modify/
+2017-03-16 13:25:58,002 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,004 DEBUG test_negative_requests 87 69452 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 13:25:58,139 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:58,169 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:58,169 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:58,169 DEBUG test_negative_requests 83 69452 140736596902848 About to edit a next step (ns uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a) using STnF2Xe@intl.att.com token.
+2017-03-16 13:25:58,169 DEBUG api_virtual_function 133 69452 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/01552186-125e-4b23-abb9-5bedf31bcb0a/engagement/ab7d24c4-7cad-49fe-9f77-012a03afa623/modify/
+2017-03-16 13:25:58,250 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,251 DEBUG test_negative_requests 87 69452 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 13:25:58,363 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:58,385 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:58,386 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:58,386 DEBUG test_negative_requests 83 69452 140736596902848 About to edit a next step (ns uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a) using admin_ro@att.com token.
+2017-03-16 13:25:58,386 DEBUG api_virtual_function 133 69452 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/01552186-125e-4b23-abb9-5bedf31bcb0a/engagement/ab7d24c4-7cad-49fe-9f77-012a03afa623/modify/
+2017-03-16 13:25:58,440 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,440 DEBUG test_negative_requests 87 69452 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 13:25:58,441 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:58,441 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 13:25:58,453 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:25:58,455 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:25:58,455 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:25:58,455 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:25:58,455 DEBUG test_negative_requests 26 69452 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 13:25:58,615 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:58,615 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4950c328-81c3-47f6-9e3d-f639ef768362/48c99dbc9acc4852bf5dd1d2a7bab98e
+2017-03-16 13:25:58,659 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:58,670 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:58,790 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:58,791 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:58,795 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:58,796 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:58,801 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:58,802 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:25:58,877 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:59,175 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:59,392 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:59,472 DEBUG test_ui_base 33 69453 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:25:59,481 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:25:59,481 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1ba6eb00-c44d-4eb3-b656-90acde16e981
+2017-03-16 13:25:59,620 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:59,621 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:59,691 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:59,696 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:25:59,836 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:25:59,836 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4d6f56c6-eacc-49ae-82da-10a0d5e849fc/d8bc15f79007449a9cbceb6894bf355d
+2017-03-16 13:25:59,883 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:25:59,911 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:25:59,984 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:25:59,985 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:25:59,990 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:25:59,992 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:25:59,997 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:25:59,998 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:00,215 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:00,424 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:00,659 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:00,660 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1b7fea56-e76f-4756-a7f8-fb0bb89e8043
+2017-03-16 13:26:00,739 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:00,807 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:26:00,807 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:26:00,856 DEBUG api_user 92 69453 140736596902848 Moving to next test case
+2017-03-16 13:26:00,857 DEBUG api_user 169 69453 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/9622fec9-4af1-4250-a67d-365ba286e9b9/1c00df7902c04327881c0207cd3864ce
+2017-03-16 13:26:00,896 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:00,896 DEBUG test_negative_requests 31 69452 140736596902848 About to invite team member to the engagement of user STLVagT
+2017-03-16 13:26:00,896 DEBUG api_virtual_function 73 69452 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 13:26:00,916 DEBUG api_user 172 69453 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:00,940 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:00,982 ERROR api_virtual_function 95 69452 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:26:00,982 DEBUG test_negative_requests 35 69452 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 13:26:00,983 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:26:00,983 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 13:26:00,990 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:26:00,995 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:26:00,996 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:26:00,996 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:26:00,997 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:26:00,998 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 13:26:01,029 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:26:01,038 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:26:01,039 DEBUG testApiBase 21 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 13:26:01,040 DEBUG logFuncEntry 34 69452 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:26:01,042 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:26:01,043 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 13:26:01,067 DEBUG testApiBase 32 69452 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 13:26:01,073 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-16 13:26:01,074 DEBUG test_ui_base 23 69452 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-16 13:26:01,081 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:01,082 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:01,086 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:01,089 DEBUG db_general 103 69453 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:01,096 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:01,099 DEBUG db_general 103 69453 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:01,254 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:01,457 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:01,771 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:01,970 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:02,204 DEBUG api_virtual_function 59 69453 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:02,205 DEBUG api_gitlab 195 69453 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e13192a1-549a-4807-acb6-0aaa7ddd099b
+2017-03-16 13:26:02,285 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:02,358 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:02,359 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:02,424 DEBUG api_gitlab 213 69453 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:02,424 DEBUG fe_user 26 69453 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:02,424 DEBUG fe_user 27 69453 140736596902848 Insert Email
+2017-03-16 13:26:02,483 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:02,800 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:02,997 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:03,314 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:03,413 DEBUG fe_user 29 69453 140736596902848 Insert Password
+2017-03-16 13:26:03,512 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:03,558 DEBUG test_ui_base 33 69452 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:03,829 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:04,025 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:04,134 DEBUG fe_user 31 69453 140736596902848 Click Login Button
+2017-03-16 13:26:04,296 DEBUG fe_user 33 69453 140736596902848 Login Button clicked
+2017-03-16 13:26:04,301 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:04,345 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:04,541 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:04,867 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:04,918 DEBUG logFuncEntry 34 69452 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-16 13:26:04,949 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:05,058 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:05,251 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:26:05,251 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d2a2b4f7-3410-4200-a6e7-7bcc3903892c/b495510a38ec4849a51c333fe679bf4f
+2017-03-16 13:26:05,291 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:05,382 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:26:05,382 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:26:05,387 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:05,388 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:05,392 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:05,394 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:05,400 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:05,472 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:05,572 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:05,912 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:05,948 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:05,949 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c97f2821-c6e0-4525-9393-6dc8dadf1aaf
+2017-03-16 13:26:06,017 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_vf Where name = 'STEZ4io';
+2017-03-16 13:26:06,021 DEBUG db_general 128 69453 140736596902848 Query result: aebf73e6-7117-4238-9d07-05964683f220
+2017-03-16 13:26:06,025 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'STEZ4io';
+2017-03-16 13:26:06,029 DEBUG db_general 128 69453 140736596902848 Query result: e13192a1-549a-4807-acb6-0aaa7ddd099b
+2017-03-16 13:26:06,041 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'STEZ4io';
+2017-03-16 13:26:06,046 DEBUG db_general 128 69453 140736596902848 Query result: e13192a1-549a-4807-acb6-0aaa7ddd099b
+2017-03-16 13:26:06,050 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e13192a1-549a-4807-acb6-0aaa7ddd099b';
+2017-03-16 13:26:06,053 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5656
+2017-03-16 13:26:06,058 DEBUG db_general 116 69453 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5656';
+2017-03-16 13:26:06,062 DEBUG db_general 128 69453 140736596902848 Query result: 690
+2017-03-16 13:26:06,069 DEBUG fe_checklist 50 69453 140736596902848 EL email: STGo3q7@intl.att.com
+2017-03-16 13:26:06,074 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e13192a1-549a-4807-acb6-0aaa7ddd099b';
+2017-03-16 13:26:06,076 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5656
+2017-03-16 13:26:06,088 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:06,136 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:26:06,137 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:26:06,243 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:06,244 DEBUG fe_user 26 69452 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:06,244 DEBUG fe_user 27 69452 140736596902848 Insert Email
+2017-03-16 13:26:06,466 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'e13192a1-549a-4807-acb6-0aaa7ddd099b';
+2017-03-16 13:26:06,471 DEBUG db_general 128 69453 140736596902848 Query result: ["('f787f9e4-344b-49dc-b83f-e0d22216c0ae", "('84ca3edf-fe7d-47bf-9c8a-0c2f53a53bcf", "('76cd13c9-cb07-46ab-8a52-3b71adcee15e", "('cb28bb08-1e46-4cef-b921-96adfd078746"]
+2017-03-16 13:26:06,486 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 13:26:06,489 DEBUG logFuncEntry 34 69453 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 13:26:06,490 DEBUG logFuncEntry 34 69453 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 13:26:06,500 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:06,501 DEBUG logFuncEntry 34 69453 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 13:26:06,501 DEBUG test_ui_base 23 69453 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-16 13:26:06,609 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:07,022 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:07,137 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:07,519 DEBUG fe_user 29 69452 140736596902848 Insert Password
+2017-03-16 13:26:07,552 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:07,661 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:08,279 DEBUG fe_user 31 69452 140736596902848 Click Login Button
+2017-03-16 13:26:09,338 DEBUG fe_user 33 69452 140736596902848 Login Button clicked
+2017-03-16 13:26:09,632 DEBUG logFuncEntry 34 69455 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 13:26:09,634 DEBUG logFuncEntry 34 69455 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 13:26:09,658 DEBUG test_ui_base 49 69455 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 13:26:09,660 DEBUG logFuncEntry 34 69455 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 13:26:09,660 DEBUG test_ui_base 23 69455 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 13:26:09,971 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:10,590 DEBUG test_ui_base 33 69453 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:11,042 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:11,580 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:12,111 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:12,636 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:13,158 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:13,475 DEBUG api_user 92 69453 140736596902848 Moving to next test case
+2017-03-16 13:26:13,475 DEBUG api_user 169 69453 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c252937d-2165-4130-81a9-39c9a083e05a/89be31847326486680aa65a69d4270cc
+2017-03-16 13:26:13,520 DEBUG api_user 172 69453 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:13,681 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:13,718 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:13,720 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:13,745 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:13,750 DEBUG db_general 103 69453 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:13,773 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:13,775 DEBUG db_general 103 69453 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:14,149 DEBUG test_ui_base 33 69455 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:14,193 DEBUG logFuncEntry 34 69454 140736596902848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 13:26:14,196 DEBUG logFuncEntry 34 69454 140736596902848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 13:26:14,209 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:14,236 DEBUG test_ui_base 49 69454 140736596902848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-03-16 13:26:14,237 DEBUG logFuncEntry 34 69454 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 13:26:14,237 DEBUG test_ui_base 23 69454 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-03-16 13:26:14,727 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:15,263 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:15,785 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:16,056 DEBUG api_virtual_function 59 69453 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:16,056 DEBUG api_gitlab 195 69453 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d99440e5-ec0f-4276-962a-ffc8a275e671
+2017-03-16 13:26:16,308 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:16,381 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:16,381 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:16,748 DEBUG api_gitlab 213 69453 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:16,748 DEBUG fe_user 26 69453 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:16,749 DEBUG fe_user 27 69453 140736596902848 Insert Email
+2017-03-16 13:26:16,827 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:17,116 DEBUG api_user 92 69455 140736596902848 Moving to next test case
+2017-03-16 13:26:17,117 DEBUG api_user 169 69455 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0388124c-9d68-4497-b1d0-d4cc360d88b0/006ab65d0aa64fd6a55e4015fa1e8cce
+2017-03-16 13:26:17,188 DEBUG api_user 172 69455 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:17,344 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:17,373 DEBUG api_user 110 69455 140736596902848 200 OK
+2017-03-16 13:26:17,374 DEBUG api_user 112 69455 140736596902848 Login successfully.
+2017-03-16 13:26:17,382 DEBUG db_general 92 69455 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:17,388 DEBUG db_general 103 69455 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:17,394 DEBUG db_general 92 69455 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:17,397 DEBUG db_general 103 69455 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:17,862 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:18,105 DEBUG fe_user 29 69453 140736596902848 Insert Password
+2017-03-16 13:26:18,250 DEBUG api_virtual_function 59 69455 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:18,250 DEBUG api_gitlab 195 69455 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3b1f44ba-458f-4ea4-a104-74c174d73b3f
+2017-03-16 13:26:18,380 DEBUG api_user 110 69455 140736596902848 200 OK
+2017-03-16 13:26:18,381 DEBUG api_user 112 69455 140736596902848 Login successfully.
+2017-03-16 13:26:18,411 DEBUG test_ui_base 33 69454 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:18,468 DEBUG api_gitlab 213 69455 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:18,469 DEBUG fe_user 26 69455 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:18,469 DEBUG fe_user 27 69455 140736596902848 Insert Email
+2017-03-16 13:26:18,859 DEBUG fe_user 31 69453 140736596902848 Click Login Button
+2017-03-16 13:26:19,093 DEBUG fe_user 33 69453 140736596902848 Login Button clicked
+2017-03-16 13:26:19,106 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:19,624 DEBUG fe_user 29 69455 140736596902848 Insert Password
+2017-03-16 13:26:19,865 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:20,388 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:20,391 DEBUG fe_user 31 69455 140736596902848 Click Login Button
+2017-03-16 13:26:20,730 DEBUG fe_user 33 69455 140736596902848 Login Button clicked
+2017-03-16 13:26:20,742 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:20,760 DEBUG api_user 92 69454 140736596902848 Moving to next test case
+2017-03-16 13:26:20,761 DEBUG api_user 169 69454 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/04c90d36-23a6-4028-bd38-f1d0c5bc9645/c7516aec251242cd86a7190436778068
+2017-03-16 13:26:20,883 DEBUG api_user 172 69454 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:20,937 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_vf Where name = 'ST4bjmr';
+2017-03-16 13:26:20,950 DEBUG db_general 128 69453 140736596902848 Query result: 9d8b620e-2025-4a4b-a591-bf8cd83f3a49
+2017-03-16 13:26:20,983 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST4bjmr';
+2017-03-16 13:26:20,998 DEBUG db_general 128 69453 140736596902848 Query result: d99440e5-ec0f-4276-962a-ffc8a275e671
+2017-03-16 13:26:21,068 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST4bjmr';
+2017-03-16 13:26:21,126 DEBUG db_general 128 69453 140736596902848 Query result: d99440e5-ec0f-4276-962a-ffc8a275e671
+2017-03-16 13:26:21,171 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd99440e5-ec0f-4276-962a-ffc8a275e671';
+2017-03-16 13:26:21,176 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5658
+2017-03-16 13:26:21,211 DEBUG db_general 116 69453 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5658';
+2017-03-16 13:26:21,220 DEBUG db_general 128 69453 140736596902848 Query result: 625
+2017-03-16 13:26:21,243 DEBUG api_user 110 69454 140736596902848 200 OK
+2017-03-16 13:26:21,244 DEBUG api_user 112 69454 140736596902848 Login successfully.
+2017-03-16 13:26:21,251 DEBUG fe_checklist 50 69453 140736596902848 EL email: STTX0Pj@intl.att.com
+2017-03-16 13:26:21,265 DEBUG db_general 92 69454 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:21,267 DEBUG db_general 103 69454 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:21,267 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd99440e5-ec0f-4276-962a-ffc8a275e671';
+2017-03-16 13:26:21,274 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5658
+2017-03-16 13:26:21,283 DEBUG db_general 92 69454 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:21,286 DEBUG db_general 103 69454 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:21,436 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:21,634 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:21,758 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'd99440e5-ec0f-4276-962a-ffc8a275e671';
+2017-03-16 13:26:21,762 DEBUG db_general 128 69453 140736596902848 Query result: ["('56ac90c2-29da-46b2-9ca9-ddf775f82b24", "('83212af5-8791-4500-a3c3-cdb8234e121d", "('09e26c58-0afb-4623-b933-07db3acb0308", "('2cd9ba1a-85d2-4275-9519-efc4275a8bc2"]
+2017-03-16 13:26:21,770 DEBUG logFuncEntry 34 69453 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 13:26:21,770 DEBUG logFuncEntry 34 69453 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 13:26:21,778 DEBUG logFuncEntry 34 69453 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-16 13:26:21,779 DEBUG test_ui_base 23 69453 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-16 13:26:22,086 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:22,165 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:22,603 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:23,063 DEBUG api_virtual_function 59 69454 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:23,064 DEBUG api_gitlab 195 69454 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1c092955-c878-4e0a-bf43-9112b8a56a58
+2017-03-16 13:26:23,260 DEBUG api_user 110 69454 140736596902848 200 OK
+2017-03-16 13:26:23,260 DEBUG api_user 112 69454 140736596902848 Login successfully.
+2017-03-16 13:26:23,267 DEBUG test_detailed_view 25 69452 140736596902848 Add Deployment Target
+2017-03-16 13:26:23,370 DEBUG api_gitlab 213 69454 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:23,370 DEBUG fe_user 26 69454 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:23,371 DEBUG fe_user 27 69454 140736596902848 Insert Email
+2017-03-16 13:26:23,913 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:24,361 DEBUG fe_user 29 69454 140736596902848 Insert Password
+2017-03-16 13:26:24,429 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:24,934 DEBUG test_ui_base 33 69453 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:25,007 DEBUG test_detailed_view 27 69452 140736596902848 Add VFC no.1
+2017-03-16 13:26:25,086 DEBUG fe_user 31 69454 140736596902848 Click Login Button
+2017-03-16 13:26:25,524 DEBUG fe_user 33 69454 140736596902848 Login Button clicked
+2017-03-16 13:26:25,533 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:26,078 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:26,734 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:27,116 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:27,183 DEBUG api_user 92 69453 140736596902848 Moving to next test case
+2017-03-16 13:26:27,183 DEBUG api_user 169 69453 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/348cdaa0-cb76-4adf-9c55-6067316a3b97/dac56a779cc84c10998b64e7d9c62462
+2017-03-16 13:26:27,232 DEBUG api_user 172 69453 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:27,253 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:27,352 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:27,353 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:27,357 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:27,359 DEBUG db_general 103 69453 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:27,363 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:27,364 DEBUG db_general 103 69453 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:27,773 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:27,780 DEBUG fe_detailed_view 116 69452 140736596902848 Add VFC no.2
+2017-03-16 13:26:27,981 DEBUG fe_general 35 69455 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-16 13:26:28,021 DEBUG api_virtual_function 59 69453 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:28,022 DEBUG api_gitlab 195 69453 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/58b4d40b-bbf0-4b6b-b55b-1a9f59dbbb10
+2017-03-16 13:26:28,233 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:28,233 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:28,294 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:28,422 DEBUG api_gitlab 213 69453 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:28,422 DEBUG fe_user 26 69453 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:28,423 DEBUG fe_user 27 69453 140736596902848 Insert Email
+2017-03-16 13:26:28,813 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:29,194 DEBUG fe_user 26 69455 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:29,195 DEBUG fe_user 27 69455 140736596902848 Insert Email
+2017-03-16 13:26:29,340 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:29,472 DEBUG fe_user 29 69453 140736596902848 Insert Password
+2017-03-16 13:26:29,857 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:30,133 DEBUG fe_user 29 69455 140736596902848 Insert Password
+2017-03-16 13:26:30,165 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:30,178 DEBUG fe_user 31 69453 140736596902848 Click Login Button
+2017-03-16 13:26:30,367 DEBUG fe_user 33 69453 140736596902848 Login Button clicked
+2017-03-16 13:26:30,372 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:30,375 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:30,690 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:30,839 DEBUG fe_user 31 69455 140736596902848 Click Login Button
+2017-03-16 13:26:30,894 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:30,896 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:30,968 DEBUG fe_user 33 69455 140736596902848 Login Button clicked
+2017-03-16 13:26:30,976 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:31,204 DEBUG db_general 116 69452 140736596902848 Query : select uuid from ice_vf Where name = 'STVlCaM';
+2017-03-16 13:26:31,208 DEBUG db_general 128 69452 140736596902848 Query result: 62243b52-0654-4c5e-8b82-907268629bc3
+2017-03-16 13:26:31,408 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:31,412 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:31,415 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:31,495 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:31,929 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:31,954 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_vf Where name = 'ST2P3F9';
+2017-03-16 13:26:31,959 DEBUG db_general 128 69453 140736596902848 Query result: 95dc4ebc-8853-4ddf-a8ad-0320311df27f
+2017-03-16 13:26:31,965 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST2P3F9';
+2017-03-16 13:26:31,968 DEBUG db_general 128 69453 140736596902848 Query result: 58b4d40b-bbf0-4b6b-b55b-1a9f59dbbb10
+2017-03-16 13:26:31,974 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST2P3F9';
+2017-03-16 13:26:31,983 DEBUG db_general 128 69453 140736596902848 Query result: 58b4d40b-bbf0-4b6b-b55b-1a9f59dbbb10
+2017-03-16 13:26:31,989 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '58b4d40b-bbf0-4b6b-b55b-1a9f59dbbb10';
+2017-03-16 13:26:31,995 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5661
+2017-03-16 13:26:32,002 DEBUG db_general 116 69453 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5661';
+2017-03-16 13:26:32,018 DEBUG db_general 128 69453 140736596902848 Query result: 625
+2017-03-16 13:26:32,030 DEBUG fe_checklist 50 69453 140736596902848 EL email: STTX0Pj@intl.att.com
+2017-03-16 13:26:32,037 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:32,039 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '58b4d40b-bbf0-4b6b-b55b-1a9f59dbbb10';
+2017-03-16 13:26:32,046 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-16 13:26:32,047 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-16 13:26:32,048 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5661
+2017-03-16 13:26:32,074 DEBUG test_ui_base 49 69452 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-03-16 13:26:32,075 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-16 13:26:32,075 DEBUG test_ui_base 23 69452 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-03-16 13:26:32,448 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:32,562 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:32,799 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '58b4d40b-bbf0-4b6b-b55b-1a9f59dbbb10';
+2017-03-16 13:26:32,804 DEBUG db_general 128 69453 140736596902848 Query result: ["('aea250f6-dacf-46a5-bcb7-f78508b1fe57", "('a9fa8519-9616-4aff-9fa4-82d2e803f7bc", "('9f57f6d0-bd25-4516-b265-8bc1533bf9b9", "('1df11a90-3984-4fac-bd44-2440ebef1078"]
+2017-03-16 13:26:32,813 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-16 13:26:32,816 DEBUG logFuncEntry 34 69453 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-16 13:26:32,816 DEBUG logFuncEntry 34 69453 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-16 13:26:32,832 DEBUG logFuncEntry 34 69453 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-16 13:26:32,832 DEBUG test_ui_base 23 69453 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-03-16 13:26:32,971 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:33,085 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:33,487 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:33,909 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:34,003 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:34,428 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:34,519 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:34,946 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:35,035 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:35,473 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:35,555 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:36,012 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:36,075 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:36,279 DEBUG test_ui_base 33 69452 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:36,539 DEBUG test_ui_base 33 69453 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:36,547 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:36,593 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:37,084 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:37,123 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:37,642 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:38,179 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:38,230 DEBUG logFuncEntry 34 69452 140736596902848 calling test_edit_ecomp_release_and_aic | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-16 13:26:38,431 DEBUG api_user 92 69452 140736596902848 Moving to next test case
+2017-03-16 13:26:38,431 DEBUG api_user 169 69452 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/82c27301-d1c6-4ad9-9e7e-fb4327dc687a/0e8a409b88b34a8ea66c7d4a1a86359b
+2017-03-16 13:26:38,479 DEBUG api_user 172 69452 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:38,590 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:26:38,590 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:26:38,595 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:38,597 DEBUG db_general 103 69452 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:38,602 DEBUG db_general 92 69452 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:38,604 DEBUG db_general 103 69452 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:38,682 DEBUG api_user 92 69453 140736596902848 Moving to next test case
+2017-03-16 13:26:38,682 DEBUG api_user 169 69453 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/40385811-ec64-4964-9bad-3196f1a3928e/cf9ba8ae74d241b6bbea0549a63581a6
+2017-03-16 13:26:38,700 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:38,729 DEBUG api_user 172 69453 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:38,946 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:38,947 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:38,954 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:38,957 DEBUG db_general 103 69453 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:38,963 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:38,965 DEBUG db_general 103 69453 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:39,219 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:39,254 DEBUG api_virtual_function 59 69452 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:39,254 DEBUG api_gitlab 195 69452 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3099e35a-2cbc-4615-a16f-75447350c922
+2017-03-16 13:26:39,384 DEBUG api_user 110 69452 140736596902848 200 OK
+2017-03-16 13:26:39,385 DEBUG api_user 112 69452 140736596902848 Login successfully.
+2017-03-16 13:26:39,480 DEBUG api_gitlab 213 69452 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:39,495 DEBUG fe_user 26 69452 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:39,495 DEBUG fe_user 27 69452 140736596902848 Insert Email
+2017-03-16 13:26:39,604 DEBUG api_virtual_function 59 69453 140736596902848 Virtual Function created successfully!
+2017-03-16 13:26:39,604 DEBUG api_gitlab 195 69453 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a90678e0-3eb9-41b1-97d6-e6f9e398c109
+2017-03-16 13:26:39,732 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:39,732 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:39,738 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:39,818 DEBUG api_gitlab 213 69453 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 13:26:39,818 DEBUG fe_user 26 69453 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:39,819 DEBUG fe_user 27 69453 140736596902848 Insert Email
+2017-03-16 13:26:40,264 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:40,513 DEBUG fe_user 29 69452 140736596902848 Insert Password
+2017-03-16 13:26:40,779 DEBUG wait 110 69454 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:40,793 DEBUG fe_user 29 69453 140736596902848 Insert Password
+2017-03-16 13:26:41,178 DEBUG fe_user 31 69452 140736596902848 Click Login Button
+2017-03-16 13:26:41,314 DEBUG fe_user 33 69452 140736596902848 Login Button clicked
+2017-03-16 13:26:41,321 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:41,325 DEBUG db_general 50 69454 140736596902848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'STnyri9';
+2017-03-16 13:26:41,333 DEBUG db_general 58 69454 140736596902848 Query result: Homer Simpson
+2017-03-16 13:26:41,498 DEBUG fe_user 31 69453 140736596902848 Click Login Button
+2017-03-16 13:26:41,633 DEBUG fe_user 33 69453 140736596902848 Login Button clicked
+2017-03-16 13:26:41,639 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:41,850 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:42,365 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:42,395 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:42,915 DEBUG wait 110 69453 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:42,932 DEBUG fe_general 35 69455 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-16 13:26:43,447 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_vf Where name = 'STBZcoi';
+2017-03-16 13:26:43,450 DEBUG db_general 128 69453 140736596902848 Query result: 69c77274-d033-46a2-8297-82c2a6df14c4
+2017-03-16 13:26:43,455 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBZcoi';
+2017-03-16 13:26:43,458 DEBUG db_general 128 69453 140736596902848 Query result: a90678e0-3eb9-41b1-97d6-e6f9e398c109
+2017-03-16 13:26:43,463 DEBUG db_general 116 69453 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBZcoi';
+2017-03-16 13:26:43,466 DEBUG db_general 128 69453 140736596902848 Query result: a90678e0-3eb9-41b1-97d6-e6f9e398c109
+2017-03-16 13:26:43,474 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'a90678e0-3eb9-41b1-97d6-e6f9e398c109';
+2017-03-16 13:26:43,479 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5663
+2017-03-16 13:26:43,486 DEBUG db_general 116 69453 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5663';
+2017-03-16 13:26:43,490 DEBUG db_general 128 69453 140736596902848 Query result: 4498
+2017-03-16 13:26:43,513 DEBUG fe_checklist 50 69453 140736596902848 EL email: STeAt62@intl.att.com
+2017-03-16 13:26:43,541 DEBUG db_general 116 69453 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'a90678e0-3eb9-41b1-97d6-e6f9e398c109';
+2017-03-16 13:26:43,554 DEBUG db_general 128 69453 140736596902848 Query result: 2017-5663
+2017-03-16 13:26:44,106 DEBUG fe_user 26 69455 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 13:26:44,106 DEBUG fe_user 27 69455 140736596902848 Insert Email
+2017-03-16 13:26:44,303 DEBUG db_general 116 69453 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'a90678e0-3eb9-41b1-97d6-e6f9e398c109';
+2017-03-16 13:26:44,310 DEBUG db_general 128 69453 140736596902848 Query result: ["('c5963305-21c0-4db8-87df-c2c9c5d9995d", "('be31b8f2-7012-416d-a047-fd24beca01b8", "('4441c2d0-ca51-4c99-8821-5e58591c72bf", "('8c4d2acf-25f2-4300-a781-8d9b985ad3c2"]
+2017-03-16 13:26:44,317 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-16 13:26:44,319 DEBUG logFuncEntry 34 69453 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-16 13:26:44,319 DEBUG logFuncEntry 34 69453 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-16 13:26:44,352 DEBUG logFuncEntry 34 69453 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-03-16 13:26:44,352 DEBUG test_ui_base 23 69453 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-03-16 13:26:44,917 DEBUG logFuncEntry 34 69454 140736596902848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 13:26:44,917 DEBUG logFuncEntry 34 69454 140736596902848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 13:26:44,985 DEBUG test_ui_base 49 69454 140736596902848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-03-16 13:26:44,987 DEBUG logFuncEntry 34 69454 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-03-16 13:26:44,987 DEBUG test_ui_base 23 69454 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-03-16 13:26:45,203 DEBUG fe_user 29 69455 140736596902848 Insert Password
+2017-03-16 13:26:46,098 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:46,116 DEBUG fe_user 31 69455 140736596902848 Click Login Button
+2017-03-16 13:26:46,359 DEBUG fe_user 33 69455 140736596902848 Login Button clicked
+2017-03-16 13:26:46,367 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 13:26:46,623 DEBUG wait 110 69452 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-16 13:26:46,924 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:47,450 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:47,967 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:48,492 DEBUG wait 110 69455 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 13:26:48,558 DEBUG test_ui_base 33 69453 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:49,227 DEBUG test_ui_base 33 69454 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:49,233 DEBUG logFuncEntry 34 69452 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-16 13:26:49,233 DEBUG logFuncEntry 34 69452 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-16 13:26:49,271 DEBUG test_ui_base 49 69452 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-03-16 13:26:49,272 DEBUG logFuncEntry 34 69452 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-16 13:26:49,272 DEBUG test_ui_base 23 69452 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-03-16 13:26:51,103 DEBUG api_user 92 69453 140736596902848 Moving to next test case
+2017-03-16 13:26:51,103 DEBUG api_user 169 69453 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/db2718ec-fad8-44a5-a892-04c5d9302a17/470ea4186f6d4399ae2aab95426f1124
+2017-03-16 13:26:51,232 DEBUG api_user 172 69453 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:51,480 DEBUG api_user 110 69453 140736596902848 200 OK
+2017-03-16 13:26:51,480 DEBUG api_user 112 69453 140736596902848 Login successfully.
+2017-03-16 13:26:51,495 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:51,497 DEBUG db_general 103 69453 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:51,502 DEBUG db_general 92 69453 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:51,504 DEBUG db_general 103 69453 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:51,574 DEBUG api_user 92 69454 140736596902848 Moving to next test case
+2017-03-16 13:26:51,575 DEBUG api_user 169 69454 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/57c7b2de-d540-49c3-8edb-9bf1c1b0ff0d/75f5ee85dc0f445792ba67228210815c
+2017-03-16 13:26:51,705 DEBUG api_user 172 69454 140736596902848 APIUser activated successfully!
+2017-03-16 13:26:52,118 DEBUG api_user 110 69454 140736596902848 200 OK
+2017-03-16 13:26:52,119 DEBUG api_user 112 69454 140736596902848 Login successfully.
+2017-03-16 13:26:52,125 DEBUG db_general 92 69454 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 13:26:52,132 DEBUG db_general 103 69454 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 13:26:52,156 DEBUG db_general 92 69454 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 13:26:52,160 DEBUG db_general 103 69454 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 13:26:52,783 DEBUG test_ui_base 33 69452 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 13:26:53,718 ERROR exception_decor 21 69455 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 13:26:53,728 DEBUG logFuncEntry 34 69455 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 13:26:53,728 DEBUG logFuncEntry 34 69455 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
diff --git a/logsice-info.log b/logsice-info.log
new file mode 100755
index 0000000..9821794
--- /dev/null
+++ b/logsice-info.log
@@ -0,0 +1,53 @@
+2017-03-16 08:29:15,472 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:29:17,755 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:39:26,229 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:39:28,511 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:41:20,501 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:41:23,332 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 13:24:48,650 ERROR fe_user 41 69177 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 13:24:48,653 ERROR exception_decor 21 69177 140736596902848 There was an exception in test_admin_page
+2017-03-16 13:24:57,467 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ee5831f-be0b-480d-b4c6-46e540130833. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:57,576 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:59,299 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2b9ac829-9889-4120-b1c9-1a331cf820d8. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,507 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,604 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:25:00,374 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e96aaa60-def3-4cfc-80fa-ab05b940bff0. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,586 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,799 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:01,574 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,707 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,808 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:02,902 ERROR api_virtual_function 95 69221 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:25:46,597 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cf7a98f7-4076-475b-b6fb-5afb775599b1. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:46,862 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:52,366 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c926d105-4174-4f14-a314-310a4773d93e. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,488 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,621 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:55,055 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a5df2f79-ffb3-40af-9830-9d446077d841. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,528 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,906 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:56,975 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 13:25:58,002 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,250 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,440 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:26:00,982 ERROR api_virtual_function 95 69452 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:26:06,486 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 13:26:32,813 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-16 13:26:44,317 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-16 13:26:53,718 ERROR exception_decor 21 69455 140736596902848 There was an exception in test_negative_admin_page
diff --git a/logsice-requests.log b/logsice-requests.log
new file mode 100755
index 0000000..9821794
--- /dev/null
+++ b/logsice-requests.log
@@ -0,0 +1,53 @@
+2017-03-16 08:29:15,472 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:29:17,755 ERROR exception_decor 21 65982 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:39:26,229 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:39:28,511 ERROR exception_decor 21 66431 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 08:41:20,501 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_admin_page
+2017-03-16 08:41:23,332 ERROR exception_decor 21 66549 140736596902848 There was an exception in test_negative_admin_page
+2017-03-16 13:24:48,650 ERROR fe_user 41 69177 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 13:24:48,653 ERROR exception_decor 21 69177 140736596902848 There was an exception in test_admin_page
+2017-03-16 13:24:57,467 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ee5831f-be0b-480d-b4c6-46e540130833. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:57,576 ERROR api_checklist 85 69221 140736596902848 Failed to add audit log for checklist uuid: 44dd7cca-933b-47d9-aa0c-ed8c431667ae, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b53a7c40-09b0-461a-81df-7bbaf32c6e5d. checklist_uuid=44dd7cca-933b-47d9-aa0c-ed8c431667ae"'
+2017-03-16 13:24:59,299 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2b9ac829-9889-4120-b1c9-1a331cf820d8. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,507 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:24:59,604 ERROR api_virtual_function 39 69221 140736596902848 Failed to add next step to VF STd4Aga, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=dfce9bd0-ba2c-489e-9db9-3a83759f8a13. checklist_uuid=None"'
+2017-03-16 13:25:00,374 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e96aaa60-def3-4cfc-80fa-ab05b940bff0. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,586 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:00,799 ERROR api_checklist 38 69221 140736596902848 Failed to create checklist for VF STtP8yL, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=20c81c20-8a1b-4840-9029-9987d384c010. checklist_uuid=None"'
+2017-03-16 13:25:01,574 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,707 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:01,808 ERROR api_virtual_function 150 69221 140736596902848 Failed to edit next step uuid: e9ff96b8-28b8-4e37-98a6-3e1ff1e745c5, see response >>> 401 Unauthorized
+2017-03-16 13:25:02,902 ERROR api_virtual_function 95 69221 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:25:46,597 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cf7a98f7-4076-475b-b6fb-5afb775599b1. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:46,862 ERROR api_checklist 85 69452 140736596902848 Failed to add audit log for checklist uuid: b099f9fc-d54c-4d10-977c-4a619b30cb10, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=003d84cd-f48f-4a39-91a3-c0fcd16826ab. checklist_uuid=b099f9fc-d54c-4d10-977c-4a619b30cb10"'
+2017-03-16 13:25:52,366 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c926d105-4174-4f14-a314-310a4773d93e. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,488 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:52,621 ERROR api_virtual_function 39 69452 140736596902848 Failed to add next step to VF STBM8f1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bfac0aea-a579-4301-bb9d-c433f7b2aedd. checklist_uuid=None"'
+2017-03-16 13:25:55,055 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a5df2f79-ffb3-40af-9830-9d446077d841. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,528 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:55,906 ERROR api_checklist 38 69452 140736596902848 Failed to create checklist for VF STzvN7L, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=bc8d8425-7420-4e41-8dd6-022d1427aefd. checklist_uuid=None"'
+2017-03-16 13:25:56,975 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 13:25:58,002 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,250 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:25:58,440 ERROR api_virtual_function 150 69452 140736596902848 Failed to edit next step uuid: 01552186-125e-4b23-abb9-5bedf31bcb0a, see response >>> 401 Unauthorized
+2017-03-16 13:26:00,982 ERROR api_virtual_function 95 69452 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 13:26:06,486 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 13:26:32,813 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-16 13:26:44,317 ERROR exception_decor 21 69453 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-16 13:26:53,718 ERROR exception_decor 21 69455 140736596902848 There was an exception in test_negative_admin_page
diff --git a/manage.py b/manage.py
new file mode 100644
index 0000000..92709e5
--- /dev/null
+++ b/manage.py
@@ -0,0 +1,48 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+#!/usr/bin/env python
+import os
+import sys
+
+if __name__ == "__main__":
+ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "web.settings")
+
+ from django.core.management import execute_from_command_line
+
+ execute_from_command_line(sys.argv)
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..e783091
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,122 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.openecomp.vvp</groupId>
+ <artifactId>vvp-test-engine</artifactId>
+ <packaging>pom</packaging>
+ <version>1.0.0-SNAPSHOT</version>
+ <name>vvp-test-engine</name>
+
+ <properties>
+ <!--nexus-->
+ <sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
+ <!--maven-->
+ <timestamp>${maven.build.timestamp}</timestamp>
+ <maven.build.timestamp.format>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
+ <!--docker-->
+ <docker.tag>${project.version}-${timestamp}</docker.tag>
+ <docker.latest.tag>${project.version}-latest</docker.latest.tag>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>${onap.nexus.url}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>io.fabric8</groupId>
+ <artifactId>docker-maven-plugin</artifactId>
+ <version>0.19.1</version>
+ <configuration>
+ <verbose>true</verbose>
+ <apiVersion>1.23</apiVersion>
+ <registry>nexus3.onap.org:10003</registry>
+ <images>
+ <image>
+ <name>openecomp/vvp-test-engine</name>
+ <alias>vvp-test-engine</alias>
+ <build>
+ <cleanup>true</cleanup>
+ <tags>
+ <tag>${docker.tag}</tag>
+ <tag>${docker.latest.tag}</tag>
+ </tags>
+ <dockerFileDir>${project.basedir}</dockerFileDir>
+ </build>
+ </image>
+ </images>
+ </configuration>
+ <executions>
+ <execution>
+ <id>clean-images</id>
+ <phase>pre-clean</phase>
+ <goals>
+ <goal>remove</goal>
+ </goals>
+ <configuration>
+ <removeAll>true</removeAll>
+ </configuration>
+ </execution>
+
+ <execution>
+ <id>generate-images</id>
+ <phase>package</phase>
+ <goals>
+ <goal>build</goal>
+ </goals>
+ </execution>
+
+ <execution>
+ <id>push-images</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>build</goal>
+ <goal>push</goal>
+ </goals>
+ <configuration>
+ <image>openecomp/vvp-test-engine</image>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <distributionManagement>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${onap.nexus.url}${sitePath}</url>
+ </site>
+ </distributionManagement>
+ <repositories>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>${onap.nexus.url}/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>${onap.nexus.url}/content/repositories/snapshots/</url>
+ </repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>ECOMP Staging Repository</name>
+ <url>${onap.nexus.url}/content/repositories/staging/</url>
+ </repository>
+ </repositories>
+</project>
+
diff --git a/rados/__init__.py b/rados/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/rados/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/rados/rgwa_client.py b/rados/rgwa_client.py
new file mode 100644
index 0000000..1f10a98
--- /dev/null
+++ b/rados/rgwa_client.py
@@ -0,0 +1,593 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+"""A Ceph Rados Gateway Admin Operations API client."""
+
+# Design goals:
+#
+# - Minimal abstractions over the raw Requests calls
+# - Python method signatures enforce optional/required API parameters
+# - DRY by procedurally mapping kwargs to API parameters
+# - (TODO) procedurally generate this library directly from Ceph docs
+
+import os
+
+from awsauth import S3Auth
+from requests import request
+
+
+def _validate_args(valid_args, **kwargs):
+ """Validate kwargs conforms to a specification of allowable values.
+
+ Ensures that any keyword arguments either:
+ - are unconstrained by valid_args, or
+ - have a value of None, or
+ - have a value that matches one of the corresponding specified values.
+
+ This is useful for limiting several common keyword arguments to a set of
+ values across many methods, while ignoring those set to None. (Typically,
+ these are optional and were unspecified by the caller.)
+
+ This is a validator function: it either returns None on success, or raises
+ an exception on failure.
+
+ """
+ for keyword, value in kwargs.items():
+ if keyword not in valid_args:
+ continue
+ if value is None:
+ continue
+ if value in valid_args[keyword]:
+ continue
+ raise ValueError(
+ "Invalid parameter {:s}={!r}; must be one of: {!r}".format(
+ keyword, value, valid_args[keyword]))
+
+
+class RGWAClient(object):
+ """A client for the Ceph Rados Gateway Admin Operations API.
+
+ This class is implemented as a simplistic/mechanical wrapper around the
+ Python Requests library. Calling its methods triggers HTTP(S) calls to the
+ specified API endpoint, and the responses are decoded from JSON to Python
+ objects before being returned.
+
+ The methods available on this object should mirror the endpoints of the API
+ closely enough that its documentation may be used as a reference:
+
+ http://docs.ceph.com/docs/master/radosgw/adminops/
+
+ """
+ valid_args = {
+ 'quota_type': ['user', 'bucket'],
+ 'key_type': ['s3', 'swift'],
+ },
+
+ def __init__(self, base_url, access_key=None, secret_key=None, verify='/opt/secrets/site-crt/site.crt',
+ return_raw_response=False):
+ """
+
+ base_url (string):
+
+ The full URL to your admin entry point. Should include the protocol
+ ("http://" or "https://"), and optionally the port as well. The
+ URL-path to the admin entry point is configurable using "rgw admin
+ entry" in your Ceph configuration. Example:
+
+ "https://s3.example.com:8080/admin"
+
+ access_key (string): Your AWS Access Key ID
+ secret_key (string): Your AWS Secret Access Key
+
+ If either of access_key or secret_key are omitted, this class will
+ attempt to look the values in the environment variables
+ AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY respectively.
+
+ verify (boolean):
+
+ Set to False to disable SSL Certificate verification, or optionally
+ set to the path to a CA Certificate bundle. This is passed directly
+ to the underlying call to the requests library; see:
+ http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification
+
+ return_raw_response (boolean):
+
+ All of the methods of this class return, upon success, the objects
+ resulting from parsing the JSON data returned by the API. On error,
+ they raise an exception. This is meant for caller convenience, but
+ may be undesirable in some situations because callers have no
+ access to the additional data and methods available in the raw
+ Response object.
+
+ from ice_rgwa_client import (
+ RGWAClient, HTTPError)
+ # ...
+ rgw = RGWAClient(
+ access_key='...',
+ secret_key='...',
+ base_url='...',
+ )
+ # ...
+ try:
+ user = rgw.get_user('nonexistent')
+ except HTTPError as exc:
+ if exc.response.status_code == 404:
+ print("No such user")
+ continue
+ else:
+ print("Problem loading user")
+ raise
+
+ If return_raw_response is set to True, the methods will instead
+ return the raw Response object from the Requests library, and it
+ will be up to the caller to check the error status as needed.
+
+ See
+ http://docs.python-requests.org/en/master/user/quickstart/#json-response-content
+
+ from ice_rgwa_client import RGWAClient
+ # ...
+ rgw = RGWAClient(
+ access_key='...',
+ secret_key='...',
+ base_url='...',
+ return_raw_response=True,
+ )
+ # ...
+ response = rgw.get_user('nonexistent')
+ if response.status_code == 404:
+ print("No such user")
+ elif response.status_code != 200:
+ print("Problem loading user")
+ else:
+ user = response.json()
+
+ """
+ if not access_key:
+ access_key = os.environ.get('AWS_ACCESS_KEY_ID')
+ if not secret_key:
+ secret_key = os.environ.get('AWS_SECRET_ACCESS_KEY')
+ self.base_url = base_url
+ self.verify = verify
+ self.auth = S3Auth(access_key, secret_key, service_url=base_url)
+ self.return_raw_response = return_raw_response
+
+ def _request(self, method, endpoint, action=None, data=None, **kwargs):
+ """Helper method to factor out actions common to Ceph Rados Gateway
+ Admin requests.
+
+ "data" is a dictionary that, if provided, will be JSON-encoded and
+ submitted in the body of the request.
+
+ Other keyword arguments will be encoded and used as URL parameters.
+
+ "_" in kwargs will be converted to "-" in URL parameter keys.
+
+ """
+ # We can validate some arguments before the round trip to the server
+ _validate_args(self.valid_args, **kwargs)
+
+ # We never want to pass literal None to the API, so we can use None to
+ # indicate "do not use this k/v pair at all." Using this, optional
+ # parameters still appear in the function signature but will be omitted
+ # from the request when unspecified.
+ params = {
+ k.replace('_', '-'): v
+ for k, v in kwargs.items()
+ if v is not None}
+
+ # Same for body data but without _/- conversion...
+ data = {} if data is None else {
+ k: v
+ for k, v in data.items()
+ if v is not None}
+
+ # The Ceph Object Gateway Admin Operations API specifies, for some
+ # operations, a key-only URL parameter (that we call "action") with no
+ # associated value. For simplicity, we violate the spec slightly by
+ # assigning it a value of "". It seems to work.
+ if action:
+ params[action] = ''
+
+ # JSON output is the default, so there's no need to specify format=json
+ # parameter despite all the examples in the docs making it explicit.
+
+ url = '%s/%s' % (self.base_url, endpoint)
+ response = request(
+ method=method,
+ url=url,
+ params=params,
+ json=data,
+ auth=self.auth,
+ verify=self.verify,
+ )
+ if self.return_raw_response:
+ return response
+ else:
+ if response.status_code == 404:
+ return None
+
+ response.raise_for_status()
+ try:
+ return response.json()
+ except ValueError:
+ # At this point we have a successful 200 status but a problem
+ # decoding the json. Some responses are empty:
+ if not response.content:
+ return {}
+ raise
+
+ #
+ # These methods appear in the same order as the corresponding endpoints in
+ # the documentation. The docstrings are copied verbatim from that
+ # documentation. See:
+ # http://docs.ceph.com/docs/master/radosgw/adminops/
+ #
+
+ def get_usage(self, uid=None, start=None, end=None, show_entries=False, show_summary=False):
+ """Request bandwidth usage information.
+
+ Note: this feature is disabled by default, can be enabled by setting
+ 'rgw enable usage log = true' in the appropriate section of ceph.conf.
+ For changes in ceph.conf to take effect, radosgw process restart is
+ needed.
+
+ """
+ return self._request(
+ 'get', 'usage',
+ uid=uid,
+ start=start,
+ end=end,
+ show_entries=show_entries,
+ show_summary=show_summary,
+ )
+
+ def trim_usage(self, uid=None, start=None, end=None, remove_all=False):
+ """Remove usage information.
+
+ With no dates specified, removes all usage information.
+
+ Note: this feature is disabled by default, can be enabled by setting
+ 'rgw enable usage log = true' in the appropriate section of ceph.conf.
+ For changes in ceph.conf to take effect, radosgw process restart is
+ needed.
+
+ """
+ return self._request(
+ 'delete', 'usage',
+ uid=uid,
+ start=start,
+ end=end,
+ remove_all=remove_all,
+ )
+
+ def get_user(self, uid):
+ """Get user information."""
+ return self._request('get', 'user', uid=uid)
+
+ def create_user(self, uid, display_name, email=None, key_type='s3',
+ access_key=None, secret_key=None, user_caps=None,
+ generate_key=True, max_buckets=None, suspended=False):
+ """Create a new user.
+
+ By default, a S3 key pair will be created automatically and returned in
+ the response. If only one of access_key or secret_key is provided, the
+ omitted key will be automatically generated. By default, a generated
+ key is added to the keyring without replacing an existing key pair. If
+ access_key is specified and refers to an existing key owned by the user
+ then it will be modified.
+
+ """
+ return self._request(
+ 'put', 'user',
+ uid=uid,
+ display_name=display_name,
+ email=email,
+ key_type=key_type,
+ access_key=access_key,
+ secret_key=secret_key,
+ user_caps=user_caps,
+ generate_key=generate_key,
+ max_buckets=max_buckets,
+ suspended=suspended,
+ )
+
+ def modify_user(self, uid, display_name=None, email=None, key_type='s3',
+ access_key=None, secret_key=None, user_caps=None,
+ generate_key=True, max_buckets=None, suspended=False):
+ """Modify a user."""
+ return self._request(
+ 'post', 'user',
+ uid=uid,
+ display_name=display_name,
+ email=email,
+ key_type=key_type,
+ access_key=access_key,
+ secret_key=secret_key,
+ user_caps=user_caps,
+ generate_key=generate_key,
+ max_buckets=max_buckets,
+ suspended=suspended,
+ )
+
+ def remove_user(self, uid, purge_data=False):
+ """Remove an existing user."""
+ return self._request(
+ 'delete', 'user',
+ uid=uid,
+ purge_data=purge_data,
+ )
+
+ def create_subuser(self, uid, subuser=None, secret_key=None, access_key=None,
+ key_type=None, access=None, generate_secret=False):
+ """Create a new subuser.
+
+ (Primarily useful for clients using the Swift API). Note that in
+ general for a subuser to be useful, it must be granted permissions by
+ specifying access. As with user creation if subuser is specified
+ without secret, then a secret key will be automatically generated.
+
+ """
+ return self._request(
+ 'put', 'user', 'subuser',
+ uid=uid,
+ subuser=subuser,
+ secret_key=secret_key,
+ access_key=access_key,
+ key_type=key_type,
+ access=access,
+ generate_secret=generate_secret,
+ )
+
+ def modify_subuser(self, uid, subuser, secret=None, key_type='swift', access=None,
+ generate_secret=False):
+ """Modify an existing subuser."""
+ return self._request(
+ 'post', 'user', 'subuser',
+ uid=uid,
+ subuser=subuser,
+ secret=secret,
+ key_type=key_type,
+ access=access,
+ generate_secret=generate_secret,
+ )
+
+ def remove_subuser(self, uid, subuser, purge_keys=True):
+ """Remove an existing subuser."""
+ return self._request(
+ 'delete', 'user', 'subuser',
+ uid=uid,
+ subuser=subuser,
+ purge_keys=purge_keys,
+ )
+
+ def create_key(self, uid, subuser=None, key_type='s3', access_key=None,
+ secret_key=None, generate_key=True):
+ """Create a new key.
+
+ If a subuser is specified then by default created keys will be swift
+ type. If only one of access_key or secret_key is provided the committed
+ key will be automatically generated, that is if only secret_key is
+ specified then access_key will be automatically generated. By default,
+ a generated key is added to the keyring without replacing an existing
+ key pair. If access_key is specified and refers to an existing key
+ owned by the user then it will be modified. The response is a container
+ listing all keys of the same type as the key created. Note that when
+ creating a swift key, specifying the option access_key will have no
+ effect. Additionally, only one swift key may be held by each user or
+ subuser.
+
+ """
+ return self._request(
+ 'put', 'user', 'key',
+ uid=uid,
+ subuser=subuser,
+ key_type=key_type,
+ access_key=access_key,
+ secret_key=secret_key,
+ generate_key=generate_key,
+ )
+
+ def remove_key(self, access_key, key_type=None, uid=None, subuser=None):
+ """Remove an existing key."""
+ return self._request(
+ 'delete', 'user', 'key',
+ access_key=access_key,
+ key_type=key_type,
+ uid=uid,
+ subuser=subuser,
+ )
+
+ def get_bucket(self, bucket=None, uid=None, stats=False):
+ """Get information about a subset of the existing buckets.
+
+ If uid is specified without bucket then all buckets beloning to the
+ user will be returned. If bucket alone is specified, information for
+ that particular bucket will be retrieved.
+
+ """
+ return self._request(
+ 'get', 'bucket',
+ bucket=bucket,
+ uid=uid,
+ stats=stats,
+ )
+
+ def check_bucket_index(self, bucket, check_objects=False, fix=False):
+ """Check the index of an existing bucket.
+
+ NOTE: to check multipart object accounting with check-objects, fix must
+ be set to True.
+
+ """
+ return self._request(
+ 'get', 'bucket', 'index',
+ bucket=bucket,
+ check_objects=check_objects,
+ fix=fix,
+ )
+
+ def remove_bucket(self, bucket, purge_objects=False):
+ """Delete an existing bucket."""
+ return self._request(
+ 'delete', 'bucket',
+ bucket=bucket,
+ purge_objects=purge_objects,
+ )
+
+ def unlink_bucket(self, bucket, uid):
+ """Unlink a bucket from a specified user.
+
+ Primarily useful for changing bucket ownership.
+
+ """
+ return self._request(
+ 'post', 'bucket',
+ bucket=bucket,
+ uid=uid,
+ )
+
+ def link_bucket(self, bucket, bucket_id, uid):
+ """Link a bucket to a specified user, unlinking the bucket from any
+ previous user.
+
+ """
+ # Both bucket and bucket_id are really required. Use get_bucket() to
+ # discover the id of a bucket from its name.
+ #
+ # FIXME: add a convenience method to look up the id?
+ return self._request(
+ 'put', 'bucket',
+ bucket=bucket,
+ bucket_id=bucket_id,
+ uid=uid,
+ )
+
+ def remove_object(self, bucket, object_name):
+ """Remove an existing object.
+
+ NOTE: Does not require owner to be non-suspended.
+
+ """
+ return self._request(
+ 'delete', 'bucket', 'object',
+ bucket=bucket,
+ object_name=object_name,
+ )
+
+ def get_policy(self, bucket, object_name=None):
+ """Read the policy of an object or bucket."""
+ return self._request(
+ 'get', 'bucket', 'policy',
+ bucket=bucket,
+ object_name=object_name,
+ )
+
+ def add_capability(self, uid, user_caps):
+ """Add an administrative capability to a specified user.
+
+ uid (string):
+ The user ID to add an administrative capability to.
+
+ user_caps (string):
+ The administrative capability to add to the user. Example:
+ "usage=read,write;user=write"
+
+ """
+ return self._request(
+ 'put', 'user', 'caps',
+ uid=uid,
+ user_caps=user_caps,
+ )
+
+ def remove_capability(self, uid, user_caps):
+ """Remove an administrative capability from a specified user."""
+ return self._request(
+ 'delete', 'user', 'caps',
+ uid=uid,
+ user_caps=user_caps,
+ )
+
+ def get_quota(self, uid, quota_type):
+ return self._request(
+ 'get', 'user', 'quota',
+ uid=uid,
+ quota_type=quota_type,
+ )
+
+ def set_quota(self, uid, quota_type, bucket=None, max_size_kb=None,
+ max_objects=None, enabled=None):
+ return self._request(
+ 'put', 'user', 'quota',
+ quota_type=quota_type,
+ uid=uid,
+ bucket=bucket,
+ max_size_kb=max_size_kb,
+ max_objects=max_objects,
+ enabled=enabled,
+ )
+
+ #
+ # Convenience methods
+ #
+
+ def get_user_quota(self, uid):
+ return self.get_quota(uid=uid, quota_type='user')
+
+ def set_user_quota(self, uid, max_size_kb=None, max_objects=None, enabled=None):
+ return self.set_quota(
+ uid=uid,
+ quota_type='user',
+ max_size_kb=max_size_kb,
+ max_objects=max_objects,
+ enabled=enabled,
+ )
+
+ def get_user_bucket_quota(self, uid):
+ return self.get_quota(uid=uid, quota_type='bucket')
+
+ def set_user_bucket_quota(self, uid, bucket, max_size_kb=None, max_objects=None,
+ enabled=None):
+ return self.set_quota(
+ uid=uid,
+ bucket=bucket,
+ quota_type='bucket',
+ max_size_kb=max_size_kb,
+ max_objects=max_objects,
+ enabled=enabled,
+ )
diff --git a/rados/rgwa_client_factory.py b/rados/rgwa_client_factory.py
new file mode 100644
index 0000000..b53aa4d
--- /dev/null
+++ b/rados/rgwa_client_factory.py
@@ -0,0 +1,87 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from boto.s3.connection import S3Connection, OrdinaryCallingFormat
+from django.conf import settings
+from rados.rgwa_client import RGWAClient
+
+
+class RGWAClientFactory(object):
+ __standard_client = None
+ __admin_client = None
+
+ def __init__(self):
+ if self.__standard_client is None:
+ self.__set_standard_client()
+
+ if self.__admin_client is None:
+ self.__set_admin_client()
+
+ @classmethod
+ def __set_standard_client(cls):
+ if cls.__standard_client is None:
+ cls.__standard_client = S3Connection(
+ host=settings.AWS_S3_HOST,
+ port=settings.AWS_S3_PORT,
+ aws_access_key_id=settings.AWS_ACCESS_KEY_ID,
+ aws_secret_access_key=settings.AWS_SECRET_ACCESS_KEY,
+ calling_format=OrdinaryCallingFormat(),
+ is_secure=True)
+ cls.__standard_client.num_retries = 0
+
+
+ @classmethod
+ def __set_admin_client(cls):
+ if cls.__admin_client is None:
+ cls.__admin_client = RGWAClient(
+ base_url='https://{S3_HOST}:{S3_PORT}/admin'.format(
+ S3_HOST=settings.AWS_S3_HOST,
+ S3_PORT=settings.AWS_S3_PORT, ))
+
+ @classmethod
+ def standard(cls):
+ if cls.__standard_client is None:
+ cls.__set_standard_client()
+ return cls.__standard_client
+
+
+ @classmethod
+ def admin(cls):
+ if cls.__admin_client is None:
+ cls.__set_admin_client()
+ return cls.__admin_client
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..e1ed776
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,54 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+Django==1.10.6
+djangorestframework
+djangorestframework-jwt
+gitpython
+openpyxl
+psycopg2
+python-jose
+pyvirtualdisplay
+requests
+selenium==2.53.6
+wheel
+tblib
+cryptography
+itsdangerous
+boto
+requests-aws
diff --git a/services/__init__.py b/services/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/services/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/services/__pycache__/__init__.cpython-36.pyc b/services/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..aa1eba2
--- /dev/null
+++ b/services/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/services/__pycache__/constants.cpython-36.pyc b/services/__pycache__/constants.cpython-36.pyc
new file mode 100644
index 0000000..f2635de
--- /dev/null
+++ b/services/__pycache__/constants.cpython-36.pyc
Binary files differ
diff --git a/services/__pycache__/helper.cpython-36.pyc b/services/__pycache__/helper.cpython-36.pyc
new file mode 100644
index 0000000..60cf12a
--- /dev/null
+++ b/services/__pycache__/helper.cpython-36.pyc
Binary files differ
diff --git a/services/__pycache__/session.cpython-36.pyc b/services/__pycache__/session.cpython-36.pyc
new file mode 100644
index 0000000..eeb05fe
--- /dev/null
+++ b/services/__pycache__/session.cpython-36.pyc
Binary files differ
diff --git a/services/__pycache__/types.cpython-36.pyc b/services/__pycache__/types.cpython-36.pyc
new file mode 100644
index 0000000..b07c3cf
--- /dev/null
+++ b/services/__pycache__/types.cpython-36.pyc
Binary files differ
diff --git a/services/api/__init__.py b/services/api/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/services/api/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/services/api/__pycache__/__init__.cpython-36.pyc b/services/api/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..ece5c7a
--- /dev/null
+++ b/services/api/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/services/api/__pycache__/api_bridge.cpython-36.pyc b/services/api/__pycache__/api_bridge.cpython-36.pyc
new file mode 100644
index 0000000..1da6617
--- /dev/null
+++ b/services/api/__pycache__/api_bridge.cpython-36.pyc
Binary files differ
diff --git a/services/api/__pycache__/api_checklist.cpython-36.pyc b/services/api/__pycache__/api_checklist.cpython-36.pyc
new file mode 100644
index 0000000..6ea208f
--- /dev/null
+++ b/services/api/__pycache__/api_checklist.cpython-36.pyc
Binary files differ
diff --git a/services/api/__pycache__/api_gitlab.cpython-36.pyc b/services/api/__pycache__/api_gitlab.cpython-36.pyc
new file mode 100644
index 0000000..d4dedbc
--- /dev/null
+++ b/services/api/__pycache__/api_gitlab.cpython-36.pyc
Binary files differ
diff --git a/services/api/__pycache__/api_jenkins.cpython-36.pyc b/services/api/__pycache__/api_jenkins.cpython-36.pyc
new file mode 100644
index 0000000..905295c
--- /dev/null
+++ b/services/api/__pycache__/api_jenkins.cpython-36.pyc
Binary files differ
diff --git a/services/api/__pycache__/api_user.cpython-36.pyc b/services/api/__pycache__/api_user.cpython-36.pyc
new file mode 100644
index 0000000..1893ff4
--- /dev/null
+++ b/services/api/__pycache__/api_user.cpython-36.pyc
Binary files differ
diff --git a/services/api/__pycache__/api_virtual_function.cpython-36.pyc b/services/api/__pycache__/api_virtual_function.cpython-36.pyc
new file mode 100644
index 0000000..35349c5
--- /dev/null
+++ b/services/api/__pycache__/api_virtual_function.cpython-36.pyc
Binary files differ
diff --git a/services/api/api_bridge.py b/services/api/api_bridge.py
new file mode 100644
index 0000000..8926a1d
--- /dev/null
+++ b/services/api/api_bridge.py
@@ -0,0 +1,74 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+class APIBridge:
+
+ """
+ This class helps to use functions inside classes with circular import (dependencies).
+ Use this class only when there is circular import in one of the API services.
+ """
+
+ @staticmethod
+ def is_gitlab_ready(user_content):
+ """is_gitlab_ready: Originally can be found under APIGitLab class."""
+ from services.api.api_gitlab import APIGitLab
+ return APIGitLab.is_gitlab_ready(user_content)
+
+ @staticmethod
+ def login_user(email):
+ """login_user: Originally can be found under APIUser class."""
+ from services.api.api_user import APIUser
+ return APIUser.login_user(email)
+
+ @staticmethod
+ def set_ssh(user_content, sshKey):
+ """set_ssh: Originally can be found under APIUser class."""
+ from services.api.api_user import APIUser
+ return APIUser.set_ssh(user_content, sshKey)
+
+ @staticmethod
+ def create_engagement(wait_for_gitlab=True):
+ """create_engagement: Originally can be found under APIVirtualFunction class."""
+ from services.api.api_virtual_function import APIVirtualFunction
+ return APIVirtualFunction.create_engagement(wait_for_gitlab)
+
+ @staticmethod
+ def frontend_login(email, password):
+ """login: Originally can be found under FEUser class."""
+ from services.frontend.fe_user import FEUser
+ return FEUser.login(email, password)
diff --git a/services/api/api_checklist.py b/services/api/api_checklist.py
new file mode 100644
index 0000000..ef7b8a3
--- /dev/null
+++ b/services/api/api_checklist.py
@@ -0,0 +1,219 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import datetime
+import logging
+
+import requests
+
+from services.api.api_gitlab import APIGitLab
+from services.api.api_user import APIUser
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class APIChecklist:
+
+ @staticmethod
+ def create_checklist(user_content, files=["file0", "file1"], return_negative_response=False):
+ r1 = None
+ postURL = Constants.Default.URL.Checklist.TEXT + \
+ user_content['engagement_uuid'] + '/checklist/new/'
+ logger.debug("Post create checklist URL: " + postURL)
+ headers = dict()
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict()
+ data['checkListAssociatedFiles'] = files
+ data['checkListName'] = "checklistAPI" + \
+ Helper.rand_string('randomString')
+ data['checkListTemplateUuid'] = DBGeneral.select_where(
+ "uuid", "ice_checklist_template", "name", Constants.Template.Heat.TEXT, 1)
+ try:
+ if not APIGitLab.is_gitlab_ready(user_content):
+ raise Exception(
+ "Gitlab is not ready and because of that the test is failed.")
+
+ r1 = requests.post(postURL, json=data,
+ headers=headers, verify=False)
+
+ Helper.internal_assert_boolean(r1.status_code, 200)
+ logger.debug("Checklist was created successfully!")
+ cl_content = r1.json()
+ return cl_content
+ except:
+ if return_negative_response:
+ return r1
+ if r1 is None:
+ logger.error(
+ "Failed to create checklist for VF " + user_content['vfName'])
+ else:
+ logger.error("Failed to create checklist for VF " + user_content[
+ 'vfName'] + ", see response >>> %s %s.\nContent: %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def update_checklist(user_content, cl_uuid):
+ r1 = None
+ postURL = Constants.Default.URL.Checklist.Update.TEXT + '/' + cl_uuid
+ logger.debug("Post create checklist URL: " + postURL + '/' + cl_uuid)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ data['checklistUuid'] = cl_uuid
+ data['checkListAssociatedFiles'] = ["file1", "file2"]
+ data['checkListName'] = "UpdateChecklistAPI" + \
+ Helper.rand_string('randomString')
+ data['checkListTemplateUuid'] = DBGeneral.select_where(
+ "uuid", "ice_checklist_template", "name", Constants.Template.Heat.TEXT, 1)
+ try:
+ r1 = requests.put(
+ postURL, json=data, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("DBChecklist was created successfully!")
+ cl_content = r1.json()
+ return cl_content['uuid']
+ except:
+ if r1 is None:
+ logger.error(
+ "Failed to create checklist for VF " + user_content['vfName'])
+ else:
+ logger.error("Failed to create checklist for VF " + user_content[
+ 'vfName'] + ", see response >>> %s %s.\nContent: %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def add_checklist_audit_log(user_content, cl_uuid):
+ r1 = None
+ postURL = Constants.Default.URL.Checklist.Update + \
+ cl_uuid + '/auditlog/'
+ logger.debug("Post checklist audit log URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ data['description'] = "API audit log test " + \
+ Helper.rand_string('randomString')
+ try:
+ r1 = requests.post(
+ postURL, json=data, headers=headers, verify=False)
+ Helper.internal_assert_boolean(r1.status_code, 200)
+ logger.debug("Audit log was added successfully!")
+ except:
+ if r1 is None:
+ logger.error(
+ "Failed to add audit log for checklist uuid: " + cl_uuid)
+ else:
+ logger.error("Failed to add audit log for checklist uuid: " + cl_uuid +
+ ", see response >>> %s %s.\nContent: %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def add_checklist_next_step(user_content, cl_uuid):
+ r1 = None
+ postURL = Constants.Default.URL.Checklist.TEXT + \
+ user_content['engagement_uuid'] + \
+ '/checklist/' + cl_uuid + '/nextstep/'
+ logger.debug("Post checklist next step URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ data['files'] = ["file0"]
+ data['assigneesUuids'] = [user_content['uuid']]
+ data['duedate'] = str(datetime.date.today())
+ data['description'] = "API next step test " + \
+ Helper.rand_string('randomString')
+ list_data = []
+ list_data.append(data)
+ try:
+ r1 = requests.post(
+ postURL, json=list_data, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("Next step was added successfully!")
+ ns_uuid = r1.json()
+ return ns_uuid[0]['uuid']
+ except:
+ if r1 is None:
+ logger.error(
+ "Failed to add next step for checklist uuid: " + cl_uuid)
+ else:
+ logger.error("Failed to add next step for checklist uuid: " + cl_uuid +
+ ", see response >>> %s %s.\nContent: %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def jump_state(checklistUUID, engLeadEmail):
+ token = APIUser.login_user(engLeadEmail)
+ stateURL = Constants.Default.URL.Checklist.Rest.TEXT + \
+ str(checklistUUID) + '/state/'
+ APIChecklist.go_to_next_state(stateURL, token)
+
+ @staticmethod
+ def go_to_next_state(url, token):
+ headers = {"Authorization": "token " + token}
+ body = dict()
+ body['description'] = ""
+ body['decline'] = "False"
+ r = requests.put(url, headers=headers, json=body, verify=False)
+ if (r.status_code == 201 or r.status_code == 200):
+ logger.debug("go_to_next_state put request result status: %s" %
+ r.status_code)
+ else:
+ logger.error(
+ "PUT request failed to change checklist state >>> " + str(r.status_code) + " " + r.reason)
+ raise Exception("PUT request failed to change checklist state")
+
+ @staticmethod
+ def move_cl_to_closed(cl_uuid, vf_staff_emails):
+ api_checklist_obj = APIChecklist()
+
+ for i in range(len(vf_staff_emails)):
+ logger.debug("Trying to jump state for %s [%s]" % (vf_staff_emails[i], i))
+ api_checklist_obj.jump_state(cl_uuid, vf_staff_emails[i])
+
+ # Move CL to closed state.
+ logger.debug("Trying to jump state 'closed' for %s" % vf_staff_emails[0])
+ api_checklist_obj.jump_state(cl_uuid, vf_staff_emails[0])
+
diff --git a/services/api/api_gitlab.py b/services/api/api_gitlab.py
new file mode 100644
index 0000000..c7b25e0
--- /dev/null
+++ b/services/api/api_gitlab.py
@@ -0,0 +1,394 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+import os
+import subprocess
+import sys
+import time
+
+from django.conf import settings
+import git
+import requests
+
+from services.api.api_bridge import APIBridge
+from services.constants import Constants
+from services.database.db_virtual_function import DBVirtualFunction
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class APIGitLab:
+
+ @staticmethod
+ def display_output(p):
+ while True:
+ out = p.stderr.read(1)
+ if out == b'' and p.poll() != None:
+ break
+ if out != '':
+ sys.stdout.write(str(out.decode()))
+ sys.stdout.flush()
+
+ @staticmethod
+ def get_git_project(path_with_namespace):
+ r1 = None
+ getURL = Constants.Default.URL.GitLab.Projects.TEXT + \
+ path_with_namespace
+ logger.debug("Get project URL: " + getURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['PRIVATE-TOKEN'] = settings.GITLAB_TOKEN
+ try:
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ counter = 0
+ while r1.content == b'[]' and counter <= Constants.GitLabConstants.RETRIES_NUMBER:
+ time.sleep(session.wait_until_time_pause)
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+
+ if r1.content == b'[]':
+ logger.error("Got an empty list as a response.")
+ raise
+ logger.debug("Project exists on APIGitLab!")
+ content = r1.json() # Change it from list to dict.
+ return content
+ except:
+ if r1 is None:
+ logger.error("Failed to get project from APIGitLab.")
+ else:
+ logger.error("Failed to get project from APIGitLab, see response >>> %s %s \n %s"
+ % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ def are_all_list_users_registered_as_project_members(self, users_emails_list, project_path_with_namespace):
+ for email in users_emails_list:
+ if not self.validate_git_project_members(project_path_with_namespace, email):
+ raise Exception(
+ "Couldn't find the invited users: " + email + " in GitLab.")
+ logger.debug(
+ "Invited user: " + email + " found in GitLab.")
+
+ @staticmethod
+ def validate_git_project_members(path_with_namespace, user_email):
+ if settings.DATABASE_TYPE != 'local':
+ r1 = None
+ headers = dict()
+ git_user = APIGitLab.get_git_user(user_email)
+ getURL = Constants.Default.URL.GitLab.Projects.TEXT + \
+ path_with_namespace + "/members/" + str(git_user['id'])
+ logger.debug("Get project members URL: " + getURL)
+ headers['Content-type'] = 'application/json'
+ headers['PRIVATE-TOKEN'] = settings.GITLAB_TOKEN
+ counter = 0
+ while (r1 is None or r1.content == b'[]' or r1.status_code != 200) and counter <= Constants.GitLabConstants.RETRIES_NUMBER:
+ logger.debug(
+ "try to get git project members (try #%s)" % counter)
+ time.sleep(session.wait_until_time_pause)
+ try:
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ counter += 1
+ except Exception as e:
+ if counter >= Constants.GitLabConstants.RETRIES_NUMBER:
+ logger.error("Failed to get project's team members from APIGitLab, see response >>> %s %s \n %s %s"
+ % (r1.status_code, r1.reason, str(r1.content, 'utf-8'), e.message))
+ return False
+ if r1.content == b'[]':
+ logger.error("Got an empty list as a response.")
+ return False
+ elif r1.status_code != 200:
+ logger.error("Got %s %s." % (r1.status_code, r1.reason))
+ return False
+ logger.debug("Got %s %s, user found in project." %
+ (r1.status_code, r1.reason))
+ return True
+
+ @staticmethod
+ def negative_validate_git_project_member(path_with_namespace, user_email, git_user_id):
+ if settings.DATABASE_TYPE != 'local':
+ r1 = None
+ headers = dict()
+ getURL = Constants.Default.URL.GitLab.Projects.TEXT + \
+ path_with_namespace + "/members/" + git_user_id
+ logger.debug("Get project members URL: " + getURL)
+ headers['Content-type'] = 'application/json'
+ headers['PRIVATE-TOKEN'] = settings.GITLAB_TOKEN
+ counter = 0
+ while r1 is None or str.encode(user_email) not in r1.content and counter <= Constants.GitLabConstants.RETRIES_NUMBER:
+ logger.debug(
+ "try to get git project members (try #%s)" % counter)
+ time.sleep(session.wait_until_time_pause)
+ try:
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ counter += 1
+ except Exception as e:
+ if counter >= Constants.GitLabConstants.RETRIES_NUMBER:
+ logger.error("Failed to get project's team members from APIGitLab, see response >>> %s %s \n %s %s"
+ % (r1.status_code, r1.reason, str(r1.content, 'utf-8'), e.message))
+ return False
+
+ if r1.content == b'[]':
+ logger.debug("Got %s %s, user not found in project." %
+ (r1.status_code, r1.reason))
+ return True
+ else:
+ logger.debug("Got %s %s, user found in project." %
+ (r1.status_code, r1.reason))
+ return False
+
+ @staticmethod
+ def get_git_user(user_email):
+ if settings.DATABASE_TYPE != 'local':
+ r1 = None
+ user_email = user_email.replace("@", "_at_")
+ getURL = settings.GITLAB_URL + \
+ "api/v3/users?username=" + user_email
+ logger.debug("Get user URL: " + getURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['PRIVATE-TOKEN'] = settings.GITLAB_TOKEN
+ try:
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ counter = 0
+ while r1.content == b'[]' and counter <= 60:
+ logger.info(
+ "Will try to get gitlab user until will be response... #%s" % counter)
+ time.sleep(session.wait_until_time_pause_long)
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ counter += 1
+
+ if r1.content == b'[]':
+ logger.error("Got an empty user from gitlab.")
+ raise Exception("Got an empty user from gitlab.")
+
+ logger.debug("Got %s %s and received user data: %s." %
+ (r1.status_code, r1.reason, r1.content))
+ content = r1.json()
+ return content[0]
+ except:
+ if r1 is None:
+ logger.error("Failed to get user from APIGitLab.")
+ else:
+ logger.error("Failed to get user from APIGitLab, see response >>> %s %s \n %s"
+ % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def get_git_user_ssh_key(git_user_id):
+ r1 = None
+ getURL = Constants.Default.URL.GitLab.Users.TEXT + \
+ str(git_user_id) + "/keys"
+ logger.debug("Get user URL: " + getURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['PRIVATE-TOKEN'] = settings.GITLAB_TOKEN
+ try:
+ r1 = requests.get(getURL, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ if r1.content == '[]':
+ logger.error("Got an empty list as a response.")
+ raise
+ logger.debug("Got %s %s and received user's public key." %
+ (r1.status_code, r1.reason))
+ content = r1.json() # Change it from list to dict.
+ gitPubKey = content[0]['key']
+ return gitPubKey
+ except:
+ if r1 is None:
+ logger.error("Failed to get user's public key from APIGitLab.")
+ else:
+ logger.error("Failed to get user's public key from APIGitLab, see response >>> %s %s \n %s"
+ % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def git_clone_push(user_content):
+ if settings.DATABASE_TYPE != 'local':
+ logger.debug(
+ "About to push files into project's repository on the local folder(not over origin).")
+ try:
+ user_content['session_token'] = "token " + \
+ APIBridge.login_user(Constants.Users.Admin.EMAIL)
+ used_email_for_actions = Constants.Users.Admin.EMAIL
+ repo_dir = Constants.Paths.LocalGitFolder.PATH + \
+ user_content['vfName']
+ if not os.path.exists(repo_dir):
+ os.makedirs(repo_dir)
+ logger.debug("Created the following folder: %s" % repo_dir)
+ # Create pair of keys for user.
+ user_pub_key = Helper.get_or_create_rsa_key_for_admin()
+ DBVirtualFunction.add_admin_to_eng_team(
+ user_content['engagement_uuid'])
+ # Set SSH Key for the user.
+ APIBridge.set_ssh(user_content, user_pub_key)
+ git_user = APIGitLab.get_git_user(used_email_for_actions)
+
+ counter = 0
+ git_user_pub_key = None
+ while user_pub_key != git_user_pub_key and counter < Constants.GitLabConstants.RETRIES_NUMBER:
+ try:
+ git_user_pub_key = APIGitLab.get_git_user_ssh_key(
+ git_user['id'])
+ except Exception as e:
+ pass
+
+ counter += 1
+ time.sleep(session.wait_until_time_pause)
+
+ # Check that the SSH key was added to user on APIGitLab.
+ if user_pub_key != git_user_pub_key:
+ raise Exception("The SSH Key received does not equal to the"
+ " one provided! The key from"
+ "APIGitLab:\n %s ==<>== %s"
+ % (git_user_pub_key, user_pub_key))
+
+ gitRepoURL = "git@gitlab:%s/%s.git" % (
+ user_content['engagement_manual_id'], user_content['vfName'])
+ logger.debug("Clone repo from: " + gitRepoURL)
+ APIGitLab.is_gitlab_ready(user_content)
+ cmd = 'cd ' + repo_dir + \
+ '; git config --global user.email \"' + Constants.Users.Admin.EMAIL + \
+ '\"; git config --global user.name \"' + \
+ Constants.Users.Admin.FULLNAME + '\";'
+ # Commit all changes.
+ p = subprocess_popen = subprocess.Popen(
+ cmd, shell=True, stderr=subprocess.PIPE)
+ while subprocess_popen is None:
+ logger.debug(
+ "waiting to subprocess command to complete...")
+ APIGitLab.display_output(p)
+ # Clone project from APIGitLab.
+ repo = git.Repo.clone_from(gitRepoURL, repo_dir)
+ logger.debug("Successfully cloned repo to " + repo_dir)
+ # Create three files (file0, file1, file2) and add them to git
+ # index.
+ for i in range(3):
+ fileName = repo_dir + '/file' + str(i)
+ with open(fileName, 'w') as content_file:
+ os.chmod(fileName, 0o600)
+ content_file.write("Test file " + fileName)
+ repo.index.add([fileName])
+ logger.debug(
+ fileName + " was created and added to commit list.")
+ cmd = 'cd ' + repo_dir + \
+ '; git commit -a -m \"Create and add 3 files to git.\"'
+ # Commit all changes.
+ p = subprocess.Popen(cmd, shell=True, stderr=subprocess.PIPE)
+ APIGitLab.display_output(p)
+ logger.debug("All files added to commit list.")
+ cmd = 'cd ' + repo_dir + '; git push'
+ # Push commit to APIGitLab.
+ p = subprocess.Popen(cmd, shell=True, stderr=subprocess.PIPE)
+ APIGitLab.display_output(p)
+ logger.debug("All files were pushed to APIGitLab.")
+ except Exception as e:
+ logger.error(
+ "_-_-_-_-_- Unexpected error in git_clone_push: " + str(e))
+ raise Exception(e)
+
+ @staticmethod
+ def git_push_commit(user_content):
+ if settings.DATABASE_TYPE != 'local':
+ logger.debug(
+ "About to push files into project's repository on APIGitLab")
+ try:
+ git_work = '/tmp/git_work/'
+ repo_dir = git_work + user_content['vfName']
+ # Create three files (file0, file1, file2) and add them to git
+ # index.
+ for i in range(3):
+ fileName = repo_dir + '/file' + str(i)
+ with open(fileName, 'w') as content_file:
+ os.chmod(fileName, 0o600)
+ content_file.write("Edit test file " + fileName)
+ logger.debug(fileName + " was edited.")
+ cmd = 'cd ' + repo_dir + \
+ '; git commit -a -m \"Create and add 3 files to git.\"'
+ # Commit all changes.
+ p = subprocess.Popen(cmd, shell=True, stderr=subprocess.PIPE)
+ APIGitLab.display_output(p)
+ logger.debug("All edited files were committed.")
+ cmd = 'cd ' + repo_dir + '; git push'
+ # Push commit to APIGitLab.
+ p = subprocess.Popen(cmd, shell=True, stderr=subprocess.PIPE)
+ APIGitLab.display_output(p)
+ logger.debug(
+ "All edited files were commited and pushed to APIGitLab.")
+ except Exception as e:
+ logger.error(
+ "_-_-_-_-_- Unexpected error in git_push_commit : " + str(e))
+ raise Exception(
+ "Something went wrong on git_push_commit function, please check logs.")
+
+ @staticmethod
+ def is_gitlab_ready(user_content):
+ counter = 1
+ gettURL = settings.ICE_EM_URL + '/v1/engmgr/engagement/' + \
+ user_content['engagement_uuid'] + '/checklist/new/'
+ logger.debug(
+ "Get URL to check if GitLab and Jenkins are ready: " + gettURL)
+ # Validate with EL
+ token = "token " + APIBridge.login_user(user_content['el_email'])
+ headers = dict() # Create header for get request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = token
+ r1 = requests.get(gettURL, headers=headers, verify=False)
+ while (r1.content == b'"Create New checklist is not ready yet"' and counter <=
+ Constants.GitLabConstants.RETRIES_NUMBER):
+ time.sleep(session.wait_until_time_pause_long)
+ logger.debug(
+ "GitLab and Jenkins are not ready yet, trying again (%s of %s)" %
+ (counter, Constants.GitLabConstants.RETRIES_NUMBER))
+ r1 = requests.get(gettURL, headers=headers, verify=False)
+ counter += 1
+ if r1.status_code != 200:
+ if r1.content == "Create New checklist is not ready yet":
+ raise Exception("Max retries exceeded, failing test...")
+ else:
+ raise Exception("Something went wrong while waiting for GitLab and Jenkins. %s %s" % (
+ r1.status_code, r1.reason))
+ return False
+ elif r1.status_code == 200:
+ logger.debug("Gitlab and Jenkins are ready to continue!")
+ return True
diff --git a/services/api/api_jenkins.py b/services/api/api_jenkins.py
new file mode 100644
index 0000000..e1e1f6e
--- /dev/null
+++ b/services/api/api_jenkins.py
@@ -0,0 +1,81 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf import settings
+import requests
+from requests.auth import HTTPBasicAuth
+
+from services.constants import Constants
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class APIJenkins:
+
+ @staticmethod
+ def get_jenkins_job(job_name):
+ r1 = None
+ getURL = settings.JENKINS_URL + "job/" + job_name
+ logger.debug("Get APIJenkins job URL: " + getURL)
+ try:
+ r1 = requests.get(getURL, auth=HTTPBasicAuth(
+ settings.JENKINS_USERNAME, settings.JENKINS_PASSWORD))
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("Job was created on APIJenkins!")
+ except:
+ msg = None
+
+ if r1 is None:
+ msg = "APIJenkins didn't create job for %s" % job_name
+ else:
+ msg = "APIJenkins didn't create job for %s, see response >>> %s %s" % (
+ job_name, r1.status_code, r1.reason)
+
+ logger.error(msg)
+ raise Exception(msg)
+
+ @staticmethod
+ def find_build_num_out_of_jenkins_log(log):
+ lines_array = log.splitlines()
+ for line in lines_array:
+ if Constants.Dashboard.Checklist.JenkinsLog.Modal.Body.BUILD_IDENTIFIER in line:
+ parts = line.partition('jenkins')
+ return parts[2]
+
diff --git a/services/api/api_rados.py b/services/api/api_rados.py
new file mode 100644
index 0000000..61cfa5c
--- /dev/null
+++ b/services/api/api_rados.py
@@ -0,0 +1,161 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+import time
+
+from boto.s3.connection import S3Connection, OrdinaryCallingFormat
+from django.conf import settings
+
+from rados.rgwa_client_factory import RGWAClientFactory
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class APIRados:
+
+ @staticmethod
+ def get_bucket(name):
+ """Return the Bucket."""
+ boto_conn = RGWAClientFactory.standard()
+ try:
+ return boto_conn.lookup(name)
+ except Exception as e:
+ logger.error("Problem on get bucket", e)
+ raise e
+
+ @staticmethod
+ def get_bucketfor_specific_user(name, access_key_id, secret_access_key):
+ """Return the Bucket."""
+ boto_conn = APIRados.specific_client(access_key_id, secret_access_key)
+ try:
+ return boto_conn.lookup(name)
+ except Exception as e:
+ logger.error("Problem on get bucket for specific user", e)
+ raise e
+
+ @staticmethod
+ def get_bucket_grants(bucket_name):
+ """Return the Grants."""
+ counter = 1
+ bucket = APIRados.get_bucket(bucket_name)
+ while not bucket and counter <= Constants.RGWAConstants.BUCKET_RETRIES_NUMBER:
+ logger.error("Bucket not found. Retry #%s" % counter)
+ time.sleep(session.wait_until_time_pause_long)
+ bucket = APIRados.get_bucket(bucket_name)
+ counter += 1
+ if not bucket:
+ raise TimeoutError("Max retries exceeded, failing test...")
+ grants = bucket.list_grants()
+ print("***********grants=", grants)
+ return grants
+
+ @staticmethod
+ def is_bucket_ready(bucket_id):
+ counter = 1
+ bucket = APIRados.get_bucket(bucket_id)
+ while (bucket == None and counter <=
+ Constants.RGWAConstants.BUCKET_RETRIES_NUMBER):
+ time.sleep(session.wait_until_time_pause_long)
+ logger.debug(
+ "bucket are not ready yet, trying again (%s of 180)" % counter)
+ bucket = APIRados.get_bucket(bucket_id)
+ counter += 1
+ print("****_+__+bucket= ", str(bucket))
+ time.sleep(session.wait_until_time_pause_long)
+ if bucket == None:
+ raise TimeoutError("Max retries exceeded, failing test...")
+ elif bucket != None:
+ logger.debug("bucket are ready to continue!")
+ return True
+
+ @staticmethod
+ def users_of_bucket_ready_after_complete(bucket_id, user_name):
+ grants = APIRados.get_bucket_grants(bucket_id)
+ count = 0
+ counter = 1
+ while (count != 0 and counter <=
+ Constants.RGWAConstants.BUCKET_RETRIES_NUMBER):
+ grants = APIRados.get_bucket_grants(bucket_id)
+ time.sleep(session.wait_until_time_pause_long)
+ for g in grants:
+ if g.id == user_name:
+ count = +1
+ time.sleep(session.wait_until_time_pause_long)
+ if count != 0:
+ raise Exception("Max retries exceeded, failing test...")
+ return False
+ elif count == 0:
+ logger.debug("users_of_bucket are ready to continue!")
+ return True
+
+ @staticmethod
+ def users_of_bucket_ready_after_created(bucket_id, user_name):
+ grants = APIRados.get_bucket_grants(bucket_id)
+ count = 0
+ counter = 1
+ while (count == 0 and counter <=
+ Constants.RGWAConstants.BUCKET_RETRIES_NUMBER):
+ grants = APIRados.get_bucket_grants(bucket_id)
+ time.sleep(session.wait_until_time_pause_long)
+ for g in grants:
+ if g.id == user_name:
+ count = +1
+ time.sleep(session.wait_until_time_pause_long)
+ if count == 0:
+ raise Exception("Max retries exceeded, failing test...")
+ return False
+ elif count > 0:
+ logger.debug("users_of_bucket are ready to continue!")
+ return True
+
+ @staticmethod
+ def specific_client(access_key_id, secret_access_key):
+ boto_conn = S3Connection(
+ host=settings.AWS_S3_HOST,
+ port=settings.AWS_S3_PORT,
+ aws_access_key_id=access_key_id,
+ aws_secret_access_key=secret_access_key,
+ calling_format=OrdinaryCallingFormat(),
+ is_secure=True,)
+
+ boto_conn.num_retries = 0
+ return boto_conn
diff --git a/services/api/api_user.py b/services/api/api_user.py
new file mode 100644
index 0000000..3e38fd2
--- /dev/null
+++ b/services/api/api_user.py
@@ -0,0 +1,308 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import re
+
+from django.conf import settings
+import requests
+
+from services.api.api_bridge import APIBridge
+from services.api.api_gitlab import APIGitLab
+from services.constants import Constants, ServiceProvider
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class APIUser:
+
+ @staticmethod
+ # Update account API - only adds new SSH key!
+ def update_account(user_content):
+ r1 = None
+ token = APIUser.login_user(user_content['email'])
+ user_content['session_token'] = 'token ' + token
+ sshKey = Helper.generate_sshpub_key()
+ putURL = settings.ICE_EM_URL + '/v1/engmgr/users/account'
+ logger.debug("Put user URL: " + putURL)
+ headers = dict() # Create header for put request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ # headers['Authorization'] = user_content['activation_token']
+ put_data = dict() # Create JSON data for put request.
+ user_content['vendor'] = user_content['company']['name']
+ if user_content['vendor'] == "AT&amp;T":
+ put_data['company'] = "AT&T"
+ else:
+ put_data['company'] = user_content['vendor']
+ put_data['email'] = user_content['email']
+ put_data['full_name'] = user_content['full_name']
+ put_data['password'] = ""
+ put_data['phone_number'] = "+1201" + \
+ Helper.rand_string("randomNumber", 6)
+ put_data['ssh_key'] = sshKey
+ try:
+ r1 = requests.put(
+ putURL, json=put_data, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug(
+ "SSH Key was added successfully to user " + user_content['full_name'])
+ if not APIBridge.is_gitlab_ready(user_content):
+ raise
+ return sshKey
+ except:
+ if r1 is None:
+ logger.error("Failed to add public SSH key to user.")
+ else:
+ logger.error("PUT request failed to add SSH key to user, see response >>> %s %s \n %s" % (
+ r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ # Update account API - only adds new SSH key!
+ def update_account_injec_script(user_content):
+ r1 = None
+ putURL = settings.ICE_EM_URL + '/v1/engmgr/users/account'
+ logger.debug("Put user URL: " + putURL)
+ headers = dict() # Create header for put request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ put_data = dict() # Create JSON data for put request.
+ if user_content['vendor'] == "AT&amp;T":
+ put_data['company'] = "AT&T"
+ else:
+ put_data['company'] = user_content['vendor']
+ put_data['email'] = user_content['email']
+ script = "<script>;</script>"
+ put_data['full_name'] = script
+ put_data['password'] = ""
+ put_data['phone_number'] = "+1201" + \
+ Helper.rand_string("randomNumber", 6)
+ try:
+ r1 = requests.put(
+ putURL, json=put_data, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ msg = "Testing for Cross site scripting successfully : " + \
+ user_content['full_name'] + \
+ "stattus Code = " + str(r1.status_code)
+ logger.debug(msg)
+ if not APIBridge.is_gitlab_ready(user_content):
+ raise
+ return True
+ except:
+ if r1 is None:
+ logger.error("Failed to add public SSH key to user.")
+ else:
+ logger.error("PUT request failed to add SSH key to user, see response >>> %s %s \n %s" % (
+ r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def create_new_user(company=False, activate=False):
+ signupUrl = settings.EM_REST_URL + "signup/"
+ signupParams = APIUser.create_signup_param(company)
+ r1 = requests.post(signupUrl, json=signupParams, verify=False)
+ if (r1.status_code == 201 or r1.status_code == 200):
+ logger.debug("Moving to next test case. status=" +
+ str(r1.status_code))
+ pass # Need to break here.
+ try:
+ user_data = r1.json()
+ except Exception as e:
+ logger.error("=========== json error ========")
+ logger.error("r1.content = " + str(r1.content) +
+ ", status=" + str(r1.status_code))
+ logger.error("=========== json error end ========")
+ raise e
+ if activate:
+ APIUser.activate_user(
+ user_data['uuid'], user_data["user"]["activation_token"])
+ return user_data
+
+ @staticmethod
+ def login_user(email):
+ postUrl = settings.EM_REST_URL + "login"
+ user_data = dict() # Create JSON data for post request.
+ user_data['email'] = email
+ user_data['password'] = "iceusers"
+ try:
+ headers = {'Content-type': 'application/json'}
+ r = requests.post(
+ postUrl, json=user_data, headers=headers, verify=False)
+ logger.debug(str(r.status_code) + " " + r.reason)
+ decoded_response = r.json()
+ return decoded_response['token']
+ except:
+ logger.debug("Failed to login.")
+ raise
+
+ @staticmethod
+ def set_ssh(user_content, sshKey=None): # Set SSH key to user.
+ r1 = None
+ if sshKey is None:
+ logger.debug("About to generate an ssh key for the user: %s" %
+ user_content['email'])
+ sshKey = Helper.generate_sshpub_key()
+ postURL = settings.ICE_EM_URL + '/v1/engmgr/users/ssh'
+ logger.debug("Post user URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ post_data = dict() # Create JSON data for post request.
+ post_data['ssh_key'] = sshKey
+ try:
+ r1 = requests.post(
+ postURL, json=post_data, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug(
+ "SSH Key was added successfully")
+ if not APIBridge.is_gitlab_ready(user_content):
+ raise
+ return sshKey
+ except:
+ if r1 is None:
+ logger.error("Failed to add public SSH key.")
+ else:
+ logger.error(
+ "POST request failed to add SSH key to user, see response >>> %s %s" % (r1.status_code, r1.reason))
+ raise
+
+ @staticmethod
+ def create_signup_param(company=False):
+ try: # Click on element in UI, by xPath locator.
+ if not company:
+ company = ServiceProvider.MainServiceProvider
+ email_domain = ServiceProvider.email
+ else:
+ email_domain = company.lower() + ".com" #
+ data = {
+ "company": company,
+ "full_name": Helper.rand_string("randomString"),
+ "email": Helper.rand_string("randomString") + "@" + email_domain,
+ "phone_number": Constants.Default.Phone.TEXT,
+ "password": Constants.Default.Password.TEXT,
+ "regular_email_updates": "True"
+ }
+
+ return data
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Could not create Sign Up parametrs"
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def activate_user(userUuid, activationToken):
+ postUrl = settings.ICE_EM_URL + "/v1/engmgr/users/activate/" + \
+ userUuid + "/" + activationToken
+ logger.debug(postUrl)
+ r1 = requests.get(postUrl, verify=False)
+ if (r1.status_code == 200):
+ logger.debug("APIUser activated successfully!")
+ return True
+ else:
+ raise Exception(
+ "Failed to activate user >>> %s %s" % (r1.status_code, r1.reason))
+
+ @staticmethod
+ def signup_invited_user(company, invited_email, invite_token, invite_url, user_content, is_contact_user="false", activate=False, wait_for_gitlab=True):
+ r1 = None
+ postURL = settings.ICE_EM_URL + '/v1/engmgr/signup'
+ logger.debug("Post signup URL: " + postURL)
+ if is_contact_user == "true":
+ fullName = re.sub("http.*full_name=", "", invite_url)
+ fullName = re.sub("&.*", "", fullName)
+ logger.debug(
+ "Invited contact full name is (according to url): " + fullName)
+ else:
+ fullName = Helper.rand_string('randomString')
+
+ post_data = dict() # Create JSON data for post request.
+ post_data['company'] = company
+ post_data['email'] = invited_email
+ post_data['full_name'] = fullName
+ post_data['invitation'] = invite_token
+ post_data['is_contact_user'] = is_contact_user
+ post_data['password'] = "iceusers"
+ post_data['phone_number'] = "+1201" + \
+ Helper.rand_string("randomNumber", 6)
+ post_data['regular_email_updates'] = "False"
+ post_data['terms'] = "True"
+ try:
+ requests.get(invite_url, verify=False)
+ r1 = requests.post(
+ postURL, json=post_data, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("Invited user signed-up successfully!")
+
+ user_data = r1.json()
+ if activate:
+ APIUser.activate_user(
+ user_data['uuid'], user_data["user"]["activation_token"])
+
+ if wait_for_gitlab:
+ if not APIBridge.is_gitlab_ready(user_content):
+ raise
+ return post_data
+ except:
+ if r1 is None:
+ logger.error("Failed to sign up the invited team member.")
+ else:
+ logger.error("POST request failed to sign up the invited team member, see response >>> %s %s \n %s" % (
+ r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def create_new_user_content():
+ user_content = APIBridge.create_engagement()
+ APIGitLab.git_clone_push(user_content)
+ APIBridge.frontend_login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ vfName = user_content['vfName']
+ uuid = user_content['uuid']
+ inviteEmail = Helper.rand_invite_email()
+ newObj = [vfName, uuid, inviteEmail]
+ return newObj, user_content
+
+ @staticmethod
+ def create_new_user_content_login_with_api():
+ user_content = APIBridge.create_engagement()
+ APIGitLab.git_clone_push(user_content)
+ token = "token " + APIBridge.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ return user_content
diff --git a/services/api/api_virtual_function.py b/services/api/api_virtual_function.py
new file mode 100644
index 0000000..46610e8
--- /dev/null
+++ b/services/api/api_virtual_function.py
@@ -0,0 +1,368 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import datetime
+import json
+import time
+
+from django.conf import settings
+import requests
+
+from services.api.api_gitlab import APIGitLab
+from services.api.api_user import APIUser
+from services.constants import Constants, ServiceProvider
+from services.database.db_general import DBGeneral
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class APIVirtualFunction:
+
+ @staticmethod
+ def add_next_step(user_content, files=[]):
+ r1 = None
+ postURL = settings.ICE_EM_URL + '/v1/engmgr/engagements/' + \
+ user_content['engagement_uuid'] + '/nextsteps'
+ logger.debug("Post add next step URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ files_list = list()
+ if type(files) is list:
+ for file in files:
+ files_list.append(file)
+ else:
+ files_list.append(files)
+ data['files'] = files_list
+ data['assigneesUuids'] = [user_content['uuid']]
+ data['duedate'] = str(datetime.date.today())
+ data['description'] = "API test - add next step."
+ list_data = []
+ list_data.append(data)
+ try:
+ r1 = requests.post(
+ postURL, json=list_data, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("Next step was added to the engagement!")
+ ns_uuid = r1.json()
+ return ns_uuid[0]['uuid']
+ except:
+ if r1 is None:
+ logger.error(
+ "Failed to add next step to VF " + user_content['vfName'])
+ else:
+ logger.error("Failed to add next step to VF " + user_content[
+ 'vfName'] + ", see response >>> %s %s.\nContent: %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def create_vf(token):
+ r1 = None
+ postUrl = settings.EM_REST_URL + "vf/"
+ targetVersion = DBGeneral.select_from(
+ "uuid", "ice_deployment_target", 1)
+ ecompRelease = DBGeneral.select_from("uuid", "ice_ecomp_release", 1)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = 'token ' + token
+ jdata = [{"virtual_function": Helper.rand_string("randomString"),
+ "version": Helper.rand_string("randomString") + Helper.rand_string("randomNumber"),
+ "target_lab_entry_date": time.strftime("%Y-%m-%d"),
+ "target_aic_uuid": targetVersion,
+ "ecomp_release": ecompRelease,
+ "is_service_provider_internal": False}]
+ try:
+ r1 = requests.post(
+ postUrl, json=jdata, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("Virtual Function created successfully!")
+ content = r1.content[1:-1]
+ return content
+ except:
+ if r1 is None:
+ logger.debug("Failed to create VF >>> request failed!")
+ else:
+ logger.debug(
+ "Failed to create VF >>> %s %s \n %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def get_engagement(user_content):
+ r1 = None
+ postUrl = settings.EM_REST_URL + 'single-engagement/' + \
+ str(user_content['engagement_uuid'],)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ try:
+ r1 = requests.get(
+ postUrl, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ logger.debug("Retrieved the Engagement successfully!")
+ content = r1.content
+ return json.loads(content)
+ except:
+ if r1 is None:
+ logger.debug(
+ "Failed to Retrieve the Engagement >>> request failed!")
+ else:
+ logger.debug(
+ "Failed to Retrieve the Engagement >>> %s %s \n %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def invite_team_member(user_content):
+ r1 = None
+ postURL = settings.ICE_EM_URL + '/v1/engmgr/invite-team-members/'
+ logger.debug("Post invite user URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ data['email'] = Helper.rand_string(
+ 'randomString') + "@" + ServiceProvider.email
+ data['eng_uuid'] = user_content['engagement_uuid']
+ list_data = []
+ list_data.append(data)
+ try:
+ r1 = requests.post(
+ postURL, json=list_data, headers=headers, verify=False)
+ Helper.internal_assert_boolean(r1.status_code, 200)
+ logger.debug("Invite sent successfully to email " + data['email'])
+ invite_token = DBGeneral.select_where_and("invitation_token", "ice_invitation", "email", data[
+ 'email'], "engagement_uuid", user_content['engagement_uuid'], 1)
+ invite_url = settings.ICE_PORTAL_URL + "/#/signUp?invitation=" + invite_token + \
+ "&email=" + data['email']
+ logger.debug("Invitation URL is: " + invite_url)
+ return data['email'], invite_token, invite_url
+ except:
+ if r1 is None:
+ logger.error("Failed to invite team member.")
+ else:
+ logger.error(
+ "POST request failed to invite team member, see response >>> %s %s" % (r1.status_code, r1.reason))
+ raise
+
+ @staticmethod
+ def add_contact(user_content):
+ r1 = None
+ postURL = settings.ICE_EM_URL + '/v1/engmgr/add-contact/'
+ logger.debug("Post invite vendor contact URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ data['company'] = user_content['vendor_uuid']
+ data['email'] = Helper.rand_string(
+ 'randomString') + "@" + ServiceProvider.email
+ data['eng_uuid'] = user_content['engagement_uuid']
+ data['full_name'] = Helper.rand_string('randomString')
+ data['phone_number'] = "+1201" + Helper.rand_string("randomNumber", 6)
+ try:
+ r1 = requests.post(
+ postURL, json=data, headers=headers, verify=False)
+ Helper.internal_assert_boolean(r1.status_code, 200)
+ logger.debug("Invite sent successfully to email " + data['email'])
+ invite_token = DBGeneral.select_where_and("invitation_token", "ice_invitation", "email", data[
+ 'email'], "engagement_uuid", user_content['engagement_uuid'], 1)
+ invite_url = settings.ICE_PORTAL_URL + "/#/signUp?invitation=" + invite_token + \
+ "&email=" + data['email'] + "&full_name=" + data['full_name'] + \
+ "&phone_number=" + \
+ data['phone_number'] + "&company=" + \
+ data['company'] + "&is_contact_user=true"
+ logger.debug("Invitation URL is: " + invite_url)
+ return data['email'], invite_token, invite_url
+ except:
+ if r1 is None:
+ logger.error("Failed to invite vendor contact.")
+ else:
+ logger.error("POST request failed to invite vendor contact, see response >>> %s %s \n %s" % (
+ r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def edit_next_step(user_content, ns_uuid):
+ r1 = None
+ postURL = settings.ICE_EM_URL + '/v1/engmgr/nextsteps/' + ns_uuid + \
+ '/engagement/' + user_content['engagement_uuid'] + '/modify/'
+ logger.debug("Put next step URL: " + postURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = user_content['session_token']
+ data = dict() # Create JSON data for post request.
+ data['files'] = []
+ data['assigneesUuids'] = [user_content['uuid']]
+ data['duedate'] = str(datetime.date.today())
+ data['description'] = "API edit next step test " + \
+ Helper.rand_string('randomString')
+ try:
+ r1 = requests.put(
+ postURL, json=data, headers=headers, verify=False)
+ Helper.internal_assert_boolean(r1.status_code, 202)
+ logger.debug("Next step was edited successfully!")
+ except:
+ if r1 is None:
+ logger.error("Failed to edit next step uuid: " + ns_uuid)
+ else:
+ logger.error("Failed to edit next step uuid: " + ns_uuid +
+ ", see response >>> %s %s" % (r1.status_code, r1.reason))
+ raise
+
+ @staticmethod
+ def get_export_dasboard_excel(token, keywords=""):
+ postUrl = settings.EM_REST_URL + \
+ "engagement/export/?stage=All&keyword=" + keywords
+ headers = {"Authorization": token}
+ r1 = requests.get(postUrl, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 200)
+ if (r1.status_code == 200):
+ logger.debug("APIUser activated successfully!")
+ return r1.content
+ else:
+ raise Exception(
+ "Failed to activate user >>> %s %s" % (r1.status_code, r1.reason))
+ return False
+
+ @staticmethod
+ def create_engagement(wait_for_gitlab=True):
+ user_content = APIUser.create_new_user()
+ APIUser.activate_user(
+ user_content['uuid'], user_content['user']['activation_token'])
+ token = APIUser.login_user(user_content['email'])
+ vf_content = json.loads(APIVirtualFunction.create_vf(token))
+ user_content['vfName'] = vf_content['name']
+ user_content['vf_uuid'] = vf_content['uuid']
+ user_content['target_aic'] = vf_content['deployment_target']['version']
+ # <-- ECOMP RELEASE
+ user_content['ecomp_release'] = vf_content[
+ 'ecomp_release']['name']
+ user_content['vnf_version'] = vf_content['version']
+ if(vf_content['vendor']['name'] == "AT&amp;T"):
+ user_content['vendor'] = "AT&T"
+ else:
+ user_content['vendor'] = vf_content['vendor']['name']
+ user_content['vendor_uuid'] = vf_content['vendor']['uuid']
+ user_content['engagement_manual_id'] = vf_content[
+ 'engagement']['engagement_manual_id']
+ user_content['target_lab_entry_date'] = vf_content[
+ 'target_lab_entry_date']
+ user_content['el_email'] = vf_content[
+ 'engagement']['reviewer']['email']
+ user_content['el_name'] = vf_content[
+ 'engagement']['reviewer']['full_name']
+ user_content['pr_email'] = vf_content[
+ 'engagement']['peer_reviewer']['email']
+ user_content['pr_name'] = vf_content[
+ 'engagement']['peer_reviewer']['full_name']
+ user_content['engagement_uuid'] = vf_content['engagement']['uuid']
+ user_content['session_token'] = 'token ' + token
+ user_content['engagement'] = vf_content['engagement']
+ user_content['vfStage'] = vf_content['engagement']['engagement_stage']
+
+ return user_content
+
+ @staticmethod
+ def set_eng_stage(user_content, requested_stage):
+ token = APIUser.login_user(user_content['el_email'])
+ r1 = None
+ putUrl = Constants.Default.URL.Engagement.SingleEngagement.TEXT + \
+ user_content['engagement_uuid'] + "/stage/" + str(requested_stage)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = 'token ' + token
+ try:
+ r1 = requests.put(
+ putUrl, headers=headers, verify=False)
+ Helper.internal_assert(r1.status_code, 202)
+ logger.debug(
+ "Engagement stage was successfully changed to " + str(requested_stage) + "!")
+ content = r1.content[1:-1]
+ return content
+ except:
+ if r1 is None:
+ logger.debug("Failed to set eng stage >>> request failed!")
+ else:
+ logger.debug(
+ "Failed to set eng stage >>> %s %s \n %s" % (r1.status_code, r1.reason, str(r1.content, 'utf-8')))
+ raise
+
+ @staticmethod
+ def update_aic_version(eng_uuid, aic_version_uuid, session_token):
+ r1 = None
+ putURL = Constants.Default.URL.Engagement.EngagementOperations.TEXT + \
+ eng_uuid + '/deployment-targets/' + aic_version_uuid
+ logger.debug("Put next step URL: " + putURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = session_token
+ try:
+ r1 = requests.put(putURL, headers=headers, verify=False)
+ Helper.internal_assert_boolean(r1.status_code, 200)
+ logger.debug("AIC version has changed!")
+ except:
+ if r1 is None:
+ msg = "Failed to edit AIC version"
+ else:
+ msg = "Failed to edit AIC version, see response >>> %s %s" % (
+ r1.status_code, r1.reason)
+ raise msg
+
+ @staticmethod
+ def update_ecomp_release(eng_uuid, ecomp_release_uuid, session_token):
+ r1 = None
+ putURL = Constants.Default.URL.Engagement.EngagementOperations.TEXT + \
+ eng_uuid + '/ecomp-releases/' + ecomp_release_uuid
+ logger.debug("Put next step URL: " + putURL)
+ headers = dict() # Create header for post request.
+ headers['Content-type'] = 'application/json'
+ headers['Authorization'] = session_token
+ try:
+ r1 = requests.put(putURL, headers=headers, verify=False)
+ Helper.internal_assert_boolean(r1.status_code, 200)
+ logger.debug("AIC version has changed!")
+ except:
+ if r1 is None:
+ msg = "Failed to update ECOMP release"
+ else:
+ msg = "Failed to update ECOMP release, see response >>> %s %s" % (
+ r1.status_code, r1.reason)
+ raise msg
diff --git a/services/constants.py b/services/constants.py
new file mode 100644
index 0000000..0be529f
--- /dev/null
+++ b/services/constants.py
@@ -0,0 +1,1036 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf import settings
+
+
+class ServiceProvider:
+ PROGRAM_NAME = "VVP"
+ MainServiceProvider = "ServiceProvider"
+ email = "example.com"
+
+
+class Constants:
+
+ class FEGeneral:
+
+ class CSS:
+ H2 = 'h2'
+
+ class Paths:
+
+ class SSH:
+ PATH = "/root/.ssh/"
+
+ class LocalGitFolder:
+ PATH = "/tmp/git_work/"
+
+ class DBConstants:
+ RETRIES_NUMBER = 120
+
+ class Engagement:
+
+ AIC = 'aic_instantiation_time'
+
+ class Queries:
+ COUNT = "COUNT(*)"
+
+ class IceTables:
+ NOTIFICATION = "ice_notification"
+ USER_PROFILE = "ice_user_profile"
+ ENGAGEMENT = "ice_engagement"
+ CHECKLIST = "ice_checklist"
+ RECENT = "ice_recent_engagement"
+ NEXT_STEP = "ice_next_step"
+
+ class ChecklistStates:
+
+ class Pending:
+ TEXT = "pending"
+
+ class Automation:
+ TEXT = "automation"
+
+ class Review:
+ TEXT = "review"
+
+ class Archive:
+ TEXT = "archive"
+
+ class FEConstants:
+ RETRIES_NUMBER = 120
+
+ class GitLabConstants:
+ RETRIES_NUMBER = 60
+
+ class RGWAConstants:
+ RETRIES_NUMBER = 100
+ BUCKET_RETRIES_NUMBER = 180
+
+ class ChecklistSignalsConstants:
+ RETRIES_NUMBER = 10
+
+ class Users:
+
+ class Admin:
+ EMAIL = "admin@example.com"
+ FULLNAME = "admin bogus user"
+
+ class AdminRO:
+ EMAIL = "admin_ro@example.com"
+
+ class LongEmailLengthStandardUser:
+ EMAIL = "50charslengthemailofstandarduserforinvite@example.com"
+
+ class Toast:
+ ID = "toast-successfully-message"
+ CMS_ID = "announcement-successfully-message"
+ CSS = "html.ng-scope"
+
+ class Cms:
+ Toast_title_id = "toast-title-id"
+ Toast_description = "toast-description"
+ Test_addDT_close_modal_button = "close-modal-button"
+ Documentation = "documentation"
+ Tooltip_title = "tooltip-title"
+ Tooltip_description = "tooltip-description"
+ SearchDocumentation = "search-doc"
+ DocumentationPageContent = ".page-content > p"
+
+ class Template:
+
+ class Heat:
+ TEXT = "Heat Templates"
+
+ class Subtitle:
+
+ class SelectTemplateTitle:
+ TEXT = "please-select"
+
+ class SubmitButton:
+ CSS = "button.btn.btn-primary"
+ ID = "submit-modal"
+
+ class Home:
+
+ class Logo:
+ ID = "logo"
+
+ class Title:
+ ID = "home-heading"
+ TEXT = "Welcome to " + ServiceProvider.PROGRAM_NAME
+
+ class GetStarted:
+ LINK_TEXT = "Get Started"
+ TEXT = "Get Started"
+
+ class Collaborate:
+ ID = "collaborate"
+ XPATH = "//div[3]/div/h3"
+ TEXT = "Collaborate"
+
+ class Validate:
+ XPATH = "//div[2]/div/h3" # FIXME: change xpath
+ TEXT = "Validate"
+
+ class Incubate:
+ # FIXME: change xpath
+ XPATH = "//section[@id='boxes']/div/div/div/h3"
+ TEXT = "Incubate"
+
+ class Login:
+
+ class Signup:
+ LINK_TEXT = "Sign Up"
+
+ class Title:
+ CSS = "h1.ng-binding"
+ TEXT = "Login"
+
+ class SubTitle:
+ CSS = "h2.ng-binding"
+ TEXT = "Please use the form below to login"
+
+ class Email:
+ NAME = "email"
+
+ class Password:
+ NAME = "password"
+
+ class Error:
+ CSS = "div.form-group.has-error > div.ice-form-error > span"
+ TEXT = "Password is a required field."
+
+ class ResetPassword:
+ LINK_TEXT = "Reset your password?"
+ TEXT = "Reset your password?"
+
+ class DontHaveAccount:
+ ID = "id-dont-have-an-account"
+ TEXT = "Don't have an account?"
+
+ class Toast:
+ TEXT = "User or Password does not match"
+
+ class Signup:
+
+ class Title:
+ CSS = "h1.ng-binding"
+ TEXT = "Sign Up"
+
+ class SubTitle:
+ CSS = "h2.ng-binding"
+ TEXT = "Please use the form to Sign Up to " + \
+ ServiceProvider.PROGRAM_NAME
+
+ class Company:
+ NAME = "company"
+
+ class FullName:
+ NAME = "fullname"
+
+ class Email:
+ NAME = "email"
+
+ class Phone:
+ NAME = "phone"
+
+ class Password:
+ NAME = "password"
+
+ class RegularEmail:
+ XPATH = "//input[@type='checkbox']" # FIXME: Change XPath
+
+ class AcceptTerms:
+ XPATH = "(//input[@type='checkbox'])[2]" # FIXME: Change XPath
+
+ class Toast:
+
+ class Captcha:
+ TEXT = "Please fill CAPTCHA!"
+
+ class NotMainVendor:
+ TEXT = "Email address should be with service provider domain for signees that their company =" \
+ + ServiceProvider.MainServiceProvider
+
+ class HaveAccount:
+ LINK_TEXT = "Already have an account?"
+ TEXT = "Already have an account?"
+
+ class ActivateAccount:
+
+ class Title:
+ CSS = "h1.ng-binding"
+ TEXT = "Activate Your Account"
+
+ class SubTitle:
+ CSS = "h2.ng-binding"
+ TEXT = "Please follow the instructions below to activate your account."
+
+ class Toast:
+ TEXT = "Please activate your account first"
+
+ class ResetPassword:
+
+ class Toast:
+
+ class Success:
+ TEXT = "An email with detailed instructions on how to reset your password was sent to your Email."
+
+ class Title:
+ CSS = "h1.ng-binding"
+ TEXT = "Reset Your Password"
+
+ class SubTitle:
+ CSS = "h2.ng-binding"
+ TEXT = "Please follow the instructions below to reset your password"
+
+ class Button:
+ TEXT = "Send Instructions"
+
+ class Email:
+ NAME = "email"
+
+ class UpdatePassword:
+
+ class Title:
+ CSS = "h1.ng-binding"
+ TEXT = "Update Your Password"
+
+ class SubTitle:
+ CSS = "h2.ng-binding"
+ TEXT = "Please follow the instructions below to update your password"
+
+ class Password:
+ NAME = "password"
+
+ class ConfirmPassword:
+ NAME = "confirm_password"
+
+ class Button:
+ TEXT = "Update Password"
+
+ class Toast:
+ TEXT = "Password was updated Successfully!"
+
+ class Dashboard:
+
+ class Modal:
+ TITLE_ID = "modal-title"
+ CLOSE_BUTTON_ID = "close-modal-button"
+
+ class Default:
+ DASHBOARD_ID = "dashboard"
+ STATISTICS = "statistics"
+
+ class Checklist:
+
+ TITLE = "Checklist:"
+
+ class ChecklistDefaultNames:
+ HEAT_TEMPLATES = "Heat Templates"
+ IMAGE_VALIDATION = "Image Validation"
+ AIC_INSTANTIATION = "AIC Instantiation"
+ ASDC_ONBOARDING = "ASDC Onboarding"
+
+ class Name:
+ ID = "cl-name-id"
+
+ class AuditLog:
+ ID = "audit-log"
+
+ class LastLocalAuditLog:
+ CSS = "#audit-log-list > li:last-child p"
+
+ class AuditLogList:
+ ID = "audit-log-list"
+
+ class JenkinsLog:
+
+ ID = "jenkins-log"
+
+ class Modal:
+
+ class Title:
+ ID = "general-log-modal-title-id"
+ TEXT = "Jenkins log"
+
+ class Body:
+ ID = 'general-log-modal-body-id'
+ TEXT_SAMPLE = 'Started by user admin'
+ BUILD_IDENTIFIER = '/bin/sh /tmp/'
+
+ class LineItem:
+
+ class Approve:
+ CSS = "li.approved-cl-btn"
+
+ class Deny:
+ CSS = "li.denied-cl-btn"
+
+ class Approve:
+ pass
+
+ class Reject:
+ ID = "state-actions-btn-reject"
+
+ class Modal:
+
+ class Button:
+ ID = "reject-state"
+ TEXT = "Reject"
+
+ class Comment:
+ NAME = "entry_comment"
+
+ class AddNS:
+ TITLE = "Add Next Steps"
+ ID = "state-actions-btn-add-next-steps"
+ CSS = "span.font_header"
+
+ class GeneralPrompt:
+
+ class UpperTitle:
+ ID = "general-prompt-upper-headline"
+
+ class Title:
+ ID = "general-prompt-title"
+
+ class ApproveButton:
+ ID = "general-prompt-approve-btn"
+
+ class CancelButton:
+ ID = "general-prompt-cancel-btn"
+
+ class Wizard:
+
+ class Open:
+ CSS = "div[modal-animation='true']"
+ CLASS_NAME = "getting-started-wizard"
+
+ class Title:
+ CSS = "h2.modal-title.ng-binding"
+
+ class CloseButton:
+ ID = "close-wizard-button"
+
+ class AddVF:
+
+ class Title:
+ TEXT = "Add a VF"
+
+ class AIC_Version:
+ TEXT = "aic-version"
+
+ class ECOMP_Release:
+ TEXT = "ecomp-release"
+
+ class AddVendorContact:
+
+ class Title:
+ TEXT = "Add Vendor Contact"
+
+ class InviteTeamMembers:
+
+ class Title:
+ NAME = "Invite Team Members"
+ TEXT = "Invite Team Members"
+
+ class Button:
+ TEXT = "Send invitations"
+
+ class AddSSHKey:
+
+ class Title:
+ NAME = "Add SSH Key"
+ TEXT = "Add SSH Key"
+
+ class TextBox:
+ NAME = "key"
+
+ class ActivateMsg:
+
+ class Success:
+ TEXT = "You have successfully activated your account!"
+
+ class Fail:
+ TEXT = "Please activate your account first"
+
+ class Avatar:
+ ID = "avatar"
+
+ class Account:
+ LINK_TEXT = "Account"
+
+ class Title:
+ CSS = "h2.ng-scope"
+ TEXT = "Account"
+
+ class FullName:
+ NAME = "fullname"
+
+ class Email:
+ NAME = "email"
+
+ class Phone:
+ NAME = "phone"
+
+ class Company:
+ NAME = "company"
+
+ class SSHKey:
+ NAME = "ssh_key"
+
+ class UpdateFailed:
+ # TEXT = "Something went wrong while trying to update user account"
+ TEXT = "Updating SSH Key failed due to invalid key."
+
+ class Update:
+
+ class Success:
+ TEXT = "Account was updated successfully!"
+
+ class RGWA:
+
+ class Key:
+ TITLE_ID = "access-key-title"
+ KEY_ID = "access-key-value"
+
+ class Secret:
+ TITLE_ID = "access-secret-title"
+ SECRET_ID = "access-secret-value"
+ BUTTON_ID = "show-access-secret"
+ SECRET_TEXT = "•••••••••••••••"
+
+ class UserProfileSettings:
+ ID = 'user-profile-settings'
+ TitleID = 'user-profile-settings-title'
+ TitleText = 'Settings'
+ ReceiveEmailsID = 'receive-emails'
+ ReceiveNotificationsID = 'receive-notifications'
+ ReceiveEmailEveryTimeID = 'receive-emails-every-time'
+ ReceiveDigestEmailID = 'receive-digest-emails'
+ UpdateButtonID = 'update-account-user-profile-settings'
+
+ class Notifications:
+ LINK_TEXT = "Notifications"
+
+ class NotificationColumn:
+ ID = "table-col-"
+
+ class DeleteNotification:
+ ID = "del-notification-"
+
+ class Count:
+ ID = "notifications-count"
+ RETRIES_NUMBER = 20
+
+ class Title:
+ ID = "notifications"
+ TEXT = "Notifications"
+
+ class Admin:
+ LINK_TEXT = "Admin"
+
+ class Title:
+ CSS = "h1.caption"
+ TEXT = "Admin"
+ ID = "admin-toolbar-link"
+
+ class Logout:
+ LINK_TEXT = "Logout"
+
+ class Feedback:
+ ID = "feedback-toolbar-link"
+
+ class FeedbackModal:
+ SAVE_BTN_ID = "add-feedback-save-button"
+
+ class Statuses:
+ ID = "logo"
+
+ class Body:
+ ID = "search-results"
+ TEXT = "Export to Excel >>"
+
+ class Title:
+ ID = "dashboard-title"
+ TEXT = "Statuses"
+
+ class FilterDropdown:
+ ID = "search-filter-stage"
+
+ class SearchBox:
+ ID = "search-filter-keyword"
+
+ class SearchFilters:
+ ID = "search-filters"
+
+ class AssignedNS:
+ ID = "next-steps-header"
+
+ class Statistics:
+
+ class Title:
+ ID = "statistics-header"
+ TEXT = "Statistics"
+
+ class FilterDropdown:
+ CSS = "#statistics-header > .search-filters > .search-filter-stage"
+
+ class ValidationsNumber:
+ ID = "id-validations-num"
+
+ class EngagementsNumber:
+ ID = "id-engagements-num"
+
+ class News:
+
+ class Title:
+ ID = "news-and-announcements-header"
+ TEXT = "News & Announcements"
+
+ class List:
+ ID = "news-and-announcements-list"
+ TEXT = "There are no posts."
+
+ class ExportExcel:
+ ID = "export-to-csv"
+ TEXT = "Export to Excel >>"
+
+ class Overview:
+
+ class AdminDropdown:
+ ID = "admin-actions-dropdown"
+
+ class ArchiveEngagement:
+ LINK_TEXT = "Archive"
+
+ class Wizard:
+
+ class Title:
+ ID = "archive-engagement-title"
+ TEXT = "Archive Engagement"
+
+ class Reason:
+ NAME = "reason"
+
+ class ChangeReviewer:
+ LINK_TEXT = "Change Reviewer"
+
+ class Wizard:
+
+ class Title:
+ ID = "archive-engagement-title"
+ TEXT = "Select Engagement Lead"
+
+ class Select:
+ NAME = "selected-user"
+
+ class Toast:
+ TEXT = "Reviewer updated successfully."
+
+ class ChangePeerReviewer:
+ LINK_TEXT = "Change Peer Reviewer"
+
+ class Wizard:
+
+ class Title:
+ ID = "archive-engagement-title"
+ TEXT = "Select Engagement Lead"
+
+ class Toast:
+ TEXT = "Peer reviewer updated successfully."
+
+ class UpdateStatus:
+ LINK_TEXT = "Update Status"
+ PROGRESS = "progress"
+ PROGRESS_CSS = 'input[name="progress"]'
+ TARGET = 'vm.engagement.target_completion_date'
+ HEAT = 'vm.engagement.heat_validated_time'
+ IMAGE_SACN = 'vm.engagement.image_scan_time'
+ AIC = 'vm.engagement.aic_instantiation_time'
+ ASDC = 'vm.engagement.asdc_onboarding_time'
+ STATUS = "status"
+ SUBMIT = 'button[type="submit"]'
+ SUCCESS_MSG = 'Engagement status updated successfully.'
+
+ class BucketURL:
+ ID = "bucket-url"
+ TEXT = "STORAGE BUCKET: "
+
+ class GitURL:
+ ID = "git-url"
+
+ class Title:
+ ID = "engagement-title"
+
+ class Star:
+ ID = "star-engagement-action"
+
+ class Stage:
+
+ class Approve:
+ XPATH = "//button[@type='submit']" # FIXME: Change XPath
+
+ class Deny:
+ # FIXME: Change XPath
+ XPATH = "(//button[@type='submit'])[2]"
+
+ class Set:
+ ID = "set-stage-"
+
+ class Progress:
+
+ class ValidationsDates:
+
+ AIC_ID = 'aic-instantiation-time'
+ HEAT_ID = 'heat-validated-time'
+ IMAGE_ID = 'image-scan-time'
+ ASDC_ID = 'asdc-onboarding-time'
+ VALIDATION_DATES_ARRAY = [
+ AIC_ID, HEAT_ID, IMAGE_ID, ASDC_ID]
+
+ class VnfVersion:
+ CLASS = "vnf_version_value"
+
+ class Percent:
+ ID = "progress-percentage"
+ TEXT = "0 %"
+
+ class Change:
+ ID = "edit-change-progress"
+ NUMBER = "55"
+ TEXT = "55 %"
+
+ class Wizard:
+ NAME = "progress"
+
+ class Title:
+ TEXT = "Specify Progress in %"
+
+ class Button:
+ TEXT = "Save"
+
+ class Status:
+
+ class Header:
+ ID = "#engagement-status-header > span"
+
+ class Add:
+ CSS = "i.add-engagement-status"
+
+ class Edit:
+ CSS = "i.edit-engagement-status"
+
+ class Description:
+ ID = "status-description"
+
+ class LastUpdated:
+ ID = "status-update-details"
+
+ class TeamMember:
+ ID = "team-members-plus-button-id"
+ MEMBER_ID = "team-member-%s"
+
+ class Title:
+ ID = "team-member-title"
+
+ class RemoveUser:
+ ID = "remove-member"
+
+ class Title:
+ TEXT = "Remove user from engagement team: %s"
+
+ class Message:
+ TEXT = "Are you sure you would like to remove the user out of the team members?"
+
+ class NextSteps:
+
+ class FilterByFileDropDown:
+ ID = "selected-file-filter-dropdown"
+ ANY_FILE_LINK_TEXT = "Any file"
+ FILE0_LINK_TEXT = "file0.yaml"
+ FILE1_LINK_TEXT = "file1.yaml"
+ FILE2_LINK_TEXT = "file2.yaml"
+
+ class StateDropDown:
+ ID = "selected-state-filter-dropdown"
+ INCOMPLETE_LINK_TEXT = "Incomplete"
+ COMPLETED_LINK_TEXT = "Completed"
+
+ class Add:
+ TITLE = "Engagement:"
+ ID = "add-next-step-button"
+
+ class Title:
+ CSS = "h2"
+ TEXT = "Add Next Steps"
+
+ class Description:
+ ID = "description"
+ STEP_DESC_ID = "step-description-"
+
+ class Button:
+ TEXT = "Submit Next Steps"
+
+ class AssociatedFiles:
+ ID = "associated-files-list"
+ ALL_FILES_SELECTED = "3 files selected"
+ SELECT_ALL_FILES_NAME = "Select All"
+
+ class AssociatedFiles:
+ ID = "associated-files"
+ EmptyMsgID = "associated-files-empty-msg"
+ EmptyMsg = "There are no files for this next step"
+ FileId = "file0"
+
+ class DetailedView:
+ ID = "detailed-view-"
+
+ class DeploymentTarget:
+ ID = "deployment-targets"
+ TEXT = "Deployment Targets"
+ TITLE = "Add Deployment Target"
+ SAVE = "add-dt-save-button"
+ CSS = "span.col-md-10.ng-binding"
+ ID_REMOVE_DTS = "remove-dts-"
+
+ class AddDeploymentTargetButton:
+ ID = "add-dt"
+
+ class VirtualFunctionComponents:
+ ID = "virtual-function-components"
+ TEXT = "Virtual Function Components"
+
+ class ValidationDetails:
+ PLUS = "update-validation-details"
+ TITLE = "Validation Details (ECOMP, AIC, VF Version)"
+ SAVE = "edit-validation-setails-save-button"
+ ID = "vd-title"
+ TEXT = "Validation Details"
+
+ class TargetAICVersion:
+ ID = "target-aic-version-headline"
+ TEXT = "Target AIC Version:"
+ AIC3 = "AIC 3.0"
+
+ class ECOMPRelease:
+ ID = "ecomp-release-headline"
+ TEXT = "ECOMP Release:"
+ ID_ECOMP = "ecomp-select-options-"
+ UNKNOW = "Unknown"
+
+ class VFVersion:
+ ID = "vf-version-headline"
+ TEXT = "VF Version:"
+ ID_VERSION = "id-vf-version"
+ VF_VERSION_ID = "vf_version_"
+
+ class TargetLabEntry:
+ ID = "target-lab-entry"
+ TEXT = "Target Lab Entry"
+ CSS = "#target-lab-entry-header > span"
+ CHANGE = "change-lab-entry-date"
+ INPUT_CSS = '.md-datepicker-input'
+ CONTENT_CSS = "h4.target-lab-entry-content"
+
+ class Add:
+ ID = "add-dt"
+
+ class VFC:
+ TEXT = "Virtual Function Components"
+ ID = "visible-dts-"
+
+ class Add:
+ ID = "add-vfc"
+
+ class Remove:
+ ID = "remove-vfc-"
+
+ class Save_button:
+ ID = "add-vfc-save-button"
+
+ class Choose_Company:
+ ID = "add-vfc-choose-company"
+
+ class AIC:
+ TEXT = "Target AIC Version"
+ ID = "aic_version_"
+
+ class Edit:
+ ID = "test_AIC_Version_Edit"
+
+ class Confirm:
+ ID = "test_AIC_Version_Update"
+
+ class Decline:
+ ID = "test_AIC_Version_Remove"
+
+ class Dropdown:
+ ID = "aic-version-select"
+
+ class TwoPointFive:
+ ID = "aic_select_options_2.5"
+ TEXT = "2.5"
+
+ class Three:
+ ID = "aic_select_options_3.0"
+ TEXT = "3.0"
+
+ class ThreePointFive:
+ ID = "aic_select_options_3.5"
+ TEXT = "3.5"
+
+ class Four:
+ ID = "aic_select_options_4.0"
+ TEXT = "4.0"
+
+ class UniversalVersion:
+ ID = "aic_select_options_%s"
+
+ class NoVersion:
+ ID = "aic_select_options_No version number available"
+ TEXT = "No version number available"
+
+ class ECOMP:
+ ID = "ecomp_version_"
+
+ class Edit:
+ ID = "test_ECOMP_Release_Edit"
+
+ class Confirm:
+ ID = "test_ECOMP_Release_Update"
+
+ class Decline:
+ ID = "test_ECOMP_Release_Remove"
+
+ class Dropdown:
+ ID = "ecomp-release-select"
+
+ class Unknown:
+ ID = "ecomp-select-options-Unknown"
+
+ class UniversalRelease:
+ ID = "ecomp-select-options-%s"
+
+ class LeftPanel:
+
+ class Title:
+ CSS = "h1.caption"
+ TEXT = "Engagements"
+
+ class AddEngagement:
+ ID = "add-engagement"
+
+ class SearchBox:
+ ID = "search-eng"
+
+ class Results:
+ ID = "search-%s" # %s --> VF name
+ CSS = "span.search-engagement-name.ng-binding"
+ XPATH = "//input[@type='text']"
+
+ class NoResults:
+ ID = "search-no-results"
+
+ class CreateChecklist:
+ ID = "btn-create-checklist" # "btn-modal-update-checklist"
+
+ class EditChecklistTemplate:
+ SUCCESS_SAVE_MSG = "Template was saved successfully."
+ SAVE_BTN = "Save"
+ HEAT = "Editing Heat"
+ SAVE_BTN_ID = "save-button"
+ APPROVE_BTN_ID = "general-prompt-approve-btn"
+ SUCCESS_ID = "toast-successfully-message"
+ APPROVE_BTN_TITLE_ID = "general-prompt-title"
+ APPROVE_BTN_TITLE_TEXT = "Are you done editing?"
+ CL_TEMPLATE_SAVED_TXT = "Template was saved successfully."
+ FIRST_SECTION_ID = "edit-section-btn-0"
+ FIRST_SECTION_INPUT_ID = "edit-section-input-0"
+ REJECT_BTN_ID = "state-actions-btn-reject"
+ ADD_LINE_ITEM_BTN = "add-lineitem-btn"
+ EDIT_LINE_ITEM_BTN = "edit-lineitem-btn"
+ EDIT_LINE_ITEM_NAME = "edit-line-item-name-input"
+ LINE_ITEM_DESC_TEXT_BOX = "edit-lineitem-description"
+ EDIT_LINE_ITEM_DESC = "edit-lineitem-description-input"
+ FIRST_LINE_ITEM_ID = "select-lineitem-btn-0.0"
+ WYSIWYG_BUTTON_BOLD = "//button[@type='button']"
+ DASHBOARD_ID = "dashboard"
+ SEARCH_ENG_ID = "search-eng"
+ DELETE_LINE_ITEM = "delete-lineitem-btn"
+
+ class DefaultChecklistTemplateParametrs:
+ DEFAULT_FIRST_SECTION_VALUE = "External References"
+
+ class EngagementStages:
+ INTAKE = "Intake"
+ ACTIVE = "Active"
+ VALIDATED = "Validated"
+ COMPLETED = "Completed"
+ ALL = "All"
+
+ class Default:
+
+ class TestPrefix:
+ Test = "test_"
+ Center = "center-"
+
+ class Password:
+ TEXT = "iceusers"
+
+ class NewPass:
+ TEXT = "1234"
+
+ class Phone:
+ TEXT = "+972-50-555-5555"
+
+ class LoginURL:
+ TEXT = settings.ICE_PORTAL_URL + "/#/login"
+
+ class DashbaordURL:
+ TEXT = settings.ICE_PORTAL_URL + "/#/dashboard/dashboard"
+
+ class OverviewURL:
+ TEXT = settings.ICE_PORTAL_URL + "/#/dashboard/overview"
+
+ class InviteURL:
+
+ class Login:
+ TEXT = settings.ICE_PORTAL_URL + "/#/login?invitation="
+
+ class Signup:
+ TEXT = settings.ICE_PORTAL_URL + "/#/signUp?eng_uuid="
+
+ class URL:
+
+ class Engagement:
+
+ class EngagementOperations:
+ TEXT = settings.ICE_EM_URL + '/v1/engmgr/engagement/'
+
+ class SingleEngagement:
+ TEXT = settings.ICE_EM_URL + \
+ '/v1/engmgr/single-engagement/'
+
+ class Checklist:
+ TEXT = settings.ICE_EM_URL + '/v1/engmgr/engagement/'
+
+ class Get:
+ TEXT = settings.ICE_EM_URL + '/v1/engmgr/checklist/'
+
+ class Create:
+ TEXT = settings.ICE_EM_URL + '/v1/engmgr/checklist/'
+
+ class Update:
+ TEXT = settings.ICE_EM_URL + '/v1/engmgr/checklist/'
+
+ class Rest:
+ TEXT = settings.EM_REST_URL + "checklist/"
+
+ class GitLab:
+
+ class Projects:
+ TEXT = settings.GITLAB_URL + "api/v3/projects/"
+
+ class Users:
+ TEXT = settings.GITLAB_URL + "api/v3/users/"
+
+ class BlockUI:
+ CSS = "div.block-ui-message.ng-binding"
diff --git a/services/database/__init__.py b/services/database/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/services/database/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/services/database/__pycache__/__init__.cpython-36.pyc b/services/database/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..12ed104
--- /dev/null
+++ b/services/database/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/services/database/__pycache__/db_bridge.cpython-36.pyc b/services/database/__pycache__/db_bridge.cpython-36.pyc
new file mode 100644
index 0000000..06fb01e
--- /dev/null
+++ b/services/database/__pycache__/db_bridge.cpython-36.pyc
Binary files differ
diff --git a/services/database/__pycache__/db_checklist.cpython-36.pyc b/services/database/__pycache__/db_checklist.cpython-36.pyc
new file mode 100644
index 0000000..81e29bd
--- /dev/null
+++ b/services/database/__pycache__/db_checklist.cpython-36.pyc
Binary files differ
diff --git a/services/database/__pycache__/db_cms.cpython-36.pyc b/services/database/__pycache__/db_cms.cpython-36.pyc
new file mode 100644
index 0000000..783d2f8
--- /dev/null
+++ b/services/database/__pycache__/db_cms.cpython-36.pyc
Binary files differ
diff --git a/services/database/__pycache__/db_general.cpython-36.pyc b/services/database/__pycache__/db_general.cpython-36.pyc
new file mode 100644
index 0000000..c39ce12
--- /dev/null
+++ b/services/database/__pycache__/db_general.cpython-36.pyc
Binary files differ
diff --git a/services/database/__pycache__/db_user.cpython-36.pyc b/services/database/__pycache__/db_user.cpython-36.pyc
new file mode 100644
index 0000000..46d136e
--- /dev/null
+++ b/services/database/__pycache__/db_user.cpython-36.pyc
Binary files differ
diff --git a/services/database/__pycache__/db_virtual_function.cpython-36.pyc b/services/database/__pycache__/db_virtual_function.cpython-36.pyc
new file mode 100644
index 0000000..8a46fb8
--- /dev/null
+++ b/services/database/__pycache__/db_virtual_function.cpython-36.pyc
Binary files differ
diff --git a/services/database/db_bridge.py b/services/database/db_bridge.py
new file mode 100644
index 0000000..fc765c7
--- /dev/null
+++ b/services/database/db_bridge.py
@@ -0,0 +1,60 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+class DBBridge:
+
+ """
+ This class helps to use functions inside classes with circular import (dependencies).
+ Use this class only when there is circular import in one of the DB services.
+ """
+
+ @staticmethod
+ def select_personal_next_step(user_email):
+ """select_personal_next_step: Originally can be found under DBUser class."""
+ from services.database.db_user import DBUser
+ return DBUser.select_personal_next_step(user_email)
+
+ @staticmethod
+ def helper_rand_string(type, num=""):
+ from services.helper import Helper
+ return Helper.rand_string(type, num)
+
+ @staticmethod
+ def helper_internal_assert(arg1, arg2):
+ from services.helper import Helper
+ return Helper.internal_assert(arg1, arg2)
diff --git a/services/database/db_checklist.py b/services/database/db_checklist.py
new file mode 100644
index 0000000..15851cf
--- /dev/null
+++ b/services/database/db_checklist.py
@@ -0,0 +1,386 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import time
+from uuid import uuid4
+
+from django.utils import timezone
+import psycopg2
+
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class DBChecklist:
+
+ @staticmethod
+ def select_where_approval_state(queryColumnName, queryTableName, whereParametrType, whereParametrValue, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and state = 'approval';" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ if result == None:
+ errorMsg = "select_where_approval_state FAILED "
+ logger.error(errorMsg)
+ raise
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where_approval_state FAILED "
+ raise Exception(errorMsg, "select_where_approval_state FAILED")
+
+ @staticmethod
+ def select_where_pr_state(queryColumnName, queryTableName, whereParametrType, whereParametrValue, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and state = 'peer_review';" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ if result == None:
+ errorMsg = "select_where_pr_state FAILED "
+ logger.error(errorMsg)
+ raise
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where FAILED "
+ raise Exception(errorMsg, "select_where")
+
+ @staticmethod
+ def select_where_cl_not_archive(queryColumnName, queryTableName, whereParametrType, whereParametrValue, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and state != 'archive';" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where FAILED "
+ raise Exception(errorMsg, "select_where")
+
+ @staticmethod
+ def select_native_where(queryColumnName, queryTableName, whereParametrType, whereParametrValue, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s';" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where FAILED "
+ raise Exception(errorMsg, "select_where")
+
+ @staticmethod
+ def update_checklist_to_review_state(queryTableName):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "UPDATE ice_checklist SET state='review' Where name= '%s' and state= 'pending';" % (
+ queryTableName)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "Could not Update User"
+ raise Exception(errorMsg, "Update")
+
+ @staticmethod
+ def update_all_decisions_to_approve(whereParametrValue):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "UPDATE ice_checklist_decision SET review_value='approved' , peer_review_value='approved' Where checklist_id = '%s';" % (
+ whereParametrValue)
+ logger.debug(queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ logger.debug("Query : " + queryStr)
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Could not Update User"
+ logger.debug(e)
+ raise Exception(errorMsg, "Update")
+ finally:
+ dbConn.close()
+
+ @staticmethod
+ def is_archive(checklistName):
+ try:
+ result = False
+ # Fetch all AT&T user ID.
+ checklist_ids = DBGeneral.select_where(
+ "uuid", "ice_checklist", "name", checklistName, 0)
+# checklist_ids = DBGeneral.list_format(checklist_ids)
+ for checklist_id in checklist_ids: # Second Example
+ if isinstance(checklist_id, tuple):
+ checklist_id = checklist_id[0]
+ state = DBGeneral.select_where(
+ "state", "ice_checklist", "uuid", checklist_id, 1)
+ if state == "archive":
+ result = True
+ break
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "is_archive FAILED "
+ raise Exception(errorMsg, "is_archive")
+
+ @staticmethod
+ def get_pr_email(checklistUuid):
+ try:
+ # Fetch one AT&T user ID.
+ owner_id = DBChecklist.select_where_pr_state(
+ "owner_id", "ice_checklist", "uuid", checklistUuid, 1)
+ engLeadEmail = DBGeneral.select_where(
+ "email", "ice_user_profile", "id", owner_id, 1)
+ logger.debug("get_pr_email = " + engLeadEmail)
+ return engLeadEmail
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "get_pr_email FAILED " + str(e)
+ raise Exception(errorMsg, "get_pr_email")
+
+ @staticmethod
+ def get_admin_email(checklistUuid):
+ try:
+ owner_id = DBChecklist.select_where_approval_state(
+ "owner_id", "ice_checklist", "uuid", checklistUuid, 1) # Fetch one AT&T user ID.
+ engLeadEmail = DBGeneral.select_where(
+ "email", "ice_user_profile", "id", owner_id, 1)
+ logger.debug("get_admin_email = " + engLeadEmail)
+ return engLeadEmail
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "get_admin_email FAILED "
+ raise Exception(errorMsg, "get_admin_email")
+
+ @staticmethod
+ def get_owner_email(checklistUuid):
+ try:
+ # Fetch one AT&T user ID.
+ owner_id = DBChecklist.select_native_where(
+ "owner_id", "ice_checklist", "uuid", checklistUuid, 1)
+ engLeadEmail = DBGeneral.select_where(
+ "email", "ice_user_profile", "id", owner_id, 1)
+ logger.debug("getPreeReviewerEngLeadEmail = " + engLeadEmail)
+ return engLeadEmail
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "get_admin_email FAILED "
+ raise Exception(errorMsg, "get_owner_email")
+
+ @staticmethod
+ def update_decisions(checklistUuid, checklistName):
+ checklistTempid = DBGeneral.select_where(
+ "template_id", "ice_checklist", "name", checklistName, 1)
+ checklistLineItems = DBGeneral.select_where_and(
+ "uuid", "ice_checklist_line_item", "line_type", "auto", "template_id", checklistTempid, 0)
+ for lineItem in checklistLineItems:
+ setParametrType2 = "peer_review_value"
+ setParametrValue2 = "approved"
+ whereParametrType2 = "lineitem_id"
+ whereParametrValue2 = lineItem
+ DBGeneral.update_where_and("ice_checklist_decision", "review_value", checklistUuid, "approved",
+ "checklist_id", setParametrType2, setParametrValue2, whereParametrType2, whereParametrValue2)
+
+ @staticmethod
+ def checkChecklistIsUpdated():
+ query = "select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='{template_name}') and name='{section_name}'".format(
+ template_name=Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT, section_name=Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ return DBGeneral.select_query(query)
+
+ @staticmethod
+ def fetchEngByVfName(vfName):
+ # Fetch one AT&T user ID.
+ return DBGeneral.select_where("engagement_id", "ice_vf", "name", vfName, 1)
+
+ @staticmethod
+ def fetchEngManIdByEngUuid(engagement_id):
+ return DBGeneral.select_where("engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+
+ @staticmethod
+ def fetchChecklistByName(checklistName):
+ query = "select uuid from ice_checklist where name='{cl_name}'".format(
+ cl_name=checklistName)
+ return DBGeneral.select_query(query)
+
+ @staticmethod
+ def create_default_heat_teampleate():
+ template_query = "INSERT INTO public.ice_checklist_template(uuid, name, category, version, create_time)"\
+ "VALUES ('%s', '%s', '%s', '%s', '%s');" % (
+ str(uuid4()), 'Editing Heat', 'first category', '1', timezone.now())
+ DBGeneral.insert_query(template_query)
+ template_id = DBGeneral.select_query(
+ "SELECT uuid FROM public.ice_checklist_template where name = 'Editing Heat'")
+ # SECTIONS
+ section1_query = "INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s');" % (str(uuid4()), 'External References',
+ '1', 'section descripyion', 'valid instructions', timezone.now(), template_id)
+ DBGeneral.insert_query(section1_query)
+ section1_id = DBGeneral.select_query(
+ ("""SELECT uuid FROM public.ice_checklist_section where name = 'External References' and template_id = '{s}'""").format(s=template_id))
+ section2_query = "INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s');" % (str(uuid4()), 'Parameter Specification',
+ '2', 'section descripyion', 'valid instructions', timezone.now(), template_id)
+ DBGeneral.insert_query(section2_query)
+ section2_id = DBGeneral.select_query(
+ ("""SELECT uuid FROM public.ice_checklist_section where name = 'Parameter Specification' and template_id = '{s}'""").format(s=template_id))
+ # Line items
+ line_item1 = "INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s');" % (str(uuid4()), 'Normal references', '1', 'Numeric parameters should include range and/or allowed values.', 'manual',
+ 'Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', timezone.now(), section1_id, template_id)
+ DBGeneral.insert_query(line_item1)
+ line_item2 = "INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s');" % (str(uuid4()), 'String parameters', '2', 'Numeric parameters should include range and/or allowed values.', 'auto',
+ 'Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', timezone.now(), section2_id, template_id)
+ DBGeneral.insert_query(line_item2)
+ line_item3 = "INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s');" % (str(uuid4()), 'Numeric parameters', '3', 'Numeric parameters should include range and/or allowed values.', 'manual',
+ 'Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', timezone.now(), section2_id, template_id)
+ DBGeneral.insert_query(line_item3)
+ line_item4 = "INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s');" % (str(uuid4()), 'VF image', '2', 'Numeric parameters should include range and/or allowed values.', 'auto',
+ 'Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', timezone.now(), section1_id, template_id)
+ DBGeneral.insert_query(line_item4)
+ line_item5 = "INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) "\
+ "VALUES ('%s', '%s', '%s', '%s', '%s','%s', '%s', '%s', '%s');" % (str(uuid4()), 'Parameters', '1', 'Numeric parameters should include range and/or allowed values.', 'auto',
+ 'Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', timezone.now(), section2_id, template_id)
+ DBGeneral.insert_query(line_item5)
+
+ @staticmethod
+ def create_editing_cl_template_if_not_exist():
+ template_id = DBGeneral.select_query(("""SELECT uuid FROM public.ice_checklist_template where name = '{s}'""").format(
+ s=Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT))
+ if template_id == 'None':
+ DBChecklist.create_default_heat_teampleate()
+ session.createTemplatecount = True
+
+ @staticmethod
+ def state_changed(identify_field, field_value, expected_state):
+ get_state = str(DBGeneral.select_where(
+ "state", Constants.DBConstants.IceTables.CHECKLIST, identify_field, field_value, 1))
+ counter = 0
+ while get_state != expected_state and counter <= Constants.DBConstants.RETRIES_NUMBER:
+ time.sleep(session.wait_until_time_pause_long)
+ logger.debug("Checklist state not changed yet , expecting state: %s, current result: %s (attempt %s of %s)" % (
+ expected_state, get_state, counter, Constants.DBConstants.RETRIES_NUMBER))
+ counter += 1
+ get_state = str(DBGeneral.select_where(
+ "state", Constants.DBConstants.IceTables.CHECKLIST, identify_field, field_value, 1))
+
+ if get_state == expected_state:
+ logger.debug("Checklist state was successfully changed into: " +
+ expected_state + ", and was verified over the DB")
+ return expected_state
+ raise Exception(
+ "Expected checklist state never arrived " + expected_state, get_state)
+
+ @staticmethod
+ def get_recent_checklist_uuid(name):
+ required_uuid = DBGeneral.select_where_not_and_order_by_desc(
+ 'uuid', Constants.DBConstants.IceTables.CHECKLIST, 'name', name, 'state', Constants.ChecklistStates.Archive.TEXT, 'create_time')
+ return required_uuid
diff --git a/services/database/db_cms.py b/services/database/db_cms.py
new file mode 100644
index 0000000..3c2b2c6
--- /dev/null
+++ b/services/database/db_cms.py
@@ -0,0 +1,265 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import psycopg2
+from wheel.signatures import assertTrue
+
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_dashboard import FEDashboard
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_user import FEUser
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class DBCMS:
+
+ @staticmethod
+ def insert_query(queryStr):
+ try:
+ nativeIceDb = psycopg2.connect(
+ DBGeneral.return_db_native_connection('cms_db'))
+ dbConn = nativeIceDb
+ cur = dbConn.cursor()
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ logger.debug("Insert query success!")
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ raise Exception("Couldn't fetch answer using the given query.")
+
+ @staticmethod
+ def update_query(queryStr):
+ try:
+ nativeIceDb = psycopg2.connect(
+ DBGeneral.return_db_native_connection('cms_db'))
+ dbConn = nativeIceDb
+ cur = dbConn.cursor()
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ logger.debug("Update query success!")
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ raise Exception("Couldn't fetch answer using the given query.")
+
+ @staticmethod
+ def select_query(queryStr):
+ try:
+ nativeIceDb = psycopg2.connect(
+ DBGeneral.return_db_native_connection('cms_db'))
+ dbConn = nativeIceDb
+ cur = dbConn.cursor()
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr)
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ raise Exception("Couldn't fetch answer using the given query.")
+
+ @staticmethod
+ def get_cms_category_id(categoryName):
+ logger.debug("Get DBCMS category id for name: " + categoryName)
+ queryStr = "SELECT id FROM public.blog_blogcategory WHERE title = '%s' LIMIT 1;" % (
+ categoryName)
+ logger.debug("Query : " + queryStr)
+ result = DBCMS.select_query(queryStr)
+ return result
+
+ @staticmethod
+ def insert_cms_new_post(title, description, categoryName):
+ logger.debug("Insert new post : " + title)
+ queryStr = "INSERT INTO public.blog_blogpost" \
+ "(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) "\
+ "VALUES (0, '', 0, 0, 0, '%s', '%s-slug', '', '%s', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>%s</p>', true, '', 1, 1);" % (
+ title, title, description, description)
+ logger.debug("Query : " + queryStr)
+ DBCMS.insert_query(queryStr)
+ post_id = DBCMS.get_last_added_post_id()
+ categoryId = DBCMS.get_cms_category_id(categoryName)
+ DBCMS.add_category_to_post(post_id, categoryId)
+ return post_id
+
+ @staticmethod
+ def get_last_added_post_id():
+ logger.debug("Get the id of the post inserted")
+ queryStr = "select MAX(id) FROM public.blog_blogpost;"
+ logger.debug("Query : " + queryStr)
+ result = DBCMS.select_query(queryStr)
+ return result
+
+ @staticmethod
+ def update_days(xdays, title):
+ logger.debug("Get the id of the post inserted")
+# queryStr = "select MAX(id) FROM public.blog_blogpost;"
+ queryStr = "UPDATE public.blog_blogpost SET created=current_timestamp - interval '%s day' WHERE title='%s';" % (
+ xdays, title)
+ logger.debug("Query : " + queryStr)
+ result = DBCMS.update_query(queryStr)
+ return result
+
+ @staticmethod
+ def add_category_to_post(postId, categoryId):
+ logger.debug("bind category into inserted post: " + postId)
+ queryStr = "INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (%s, %s);" % (
+ postId, categoryId)
+ logger.debug("Query : " + queryStr)
+ DBCMS.insert_query(queryStr)
+
+ @staticmethod
+ def get_documentation_page_id():
+ logger.debug("Retrive id of documentation page: ")
+ queryStr = "SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;"
+ logger.debug("Query : " + queryStr)
+ result = DBCMS.select_query(queryStr)
+ return result
+
+ @staticmethod
+ def get_last_inserted_page_id():
+ logger.debug("Retrive id of last page inserted: ")
+ queryStr = "select MAX(id) FROM public.pages_page;"
+ logger.debug("Query : " + queryStr)
+ result = DBCMS.select_query(queryStr)
+ return result
+
+ @staticmethod
+ def delete_old_tips_of_the_day():
+ logger.debug("Delete all posts ")
+ queryStr = "DELETE FROM public.blog_blogpost_categories WHERE id>0;"
+ logger.debug("Query : " + queryStr)
+ DBCMS.insert_query(queryStr)
+ queryStr = "DELETE FROM public.blog_blogpost WHERE id>0;;"
+ logger.debug("Query : " + queryStr)
+ DBCMS.insert_query(queryStr)
+
+ @staticmethod
+ def insert_page(title, content, parent_id=None):
+ logger.debug("Retrive id of documentation page: ")
+ if parent_id is None:
+ parent_id = DBCMS.get_documentation_page_id()
+ queryStr = "INSERT INTO public.pages_page(" \
+ "keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)" \
+ "VALUES ('', '%s', '%s-slug', '', '%s', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', '%s', 'richtextpage', true, %s, 1);" % (
+ title, title, content, title, parent_id)
+ logger.debug("Query : " + queryStr)
+ DBCMS.insert_query(queryStr)
+
+ createdPageId = DBCMS.get_last_inserted_page_id()
+ logger.debug(
+ "Bind the page with the rich text content related to this page")
+ queryStr = "INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (%s, '<p>%s</p>');" % (
+ createdPageId, content)
+ logger.debug("Query : " + queryStr)
+ DBCMS.insert_query(queryStr)
+ return createdPageId
+
+ @staticmethod
+ def create_faq():
+ title = "title_FAQ" + Helper.rand_string("randomString")
+ description = "description_FAQ_" + Helper.rand_string("randomString")
+ DBCMS.delete_old_tips_of_the_day()
+ postId = DBCMS.insert_cms_new_post(title, description, "FAQ")
+ assertTrue(len(postId) > 0 and not None)
+ return title, description
+
+ @staticmethod
+ def create_news():
+ title = "title_News" + Helper.rand_string("randomString")
+ description = "description_News" + Helper.rand_string("randomString")
+ postId = DBCMS.insert_cms_new_post(title, description, "News")
+ assertTrue(len(postId) > 0 and not None)
+ return title, description
+
+ @staticmethod
+ def create_announcement():
+ title = "title_Announcement_" + Helper.rand_string("randomString")
+ description = "description_Announcement_" + \
+ Helper.rand_string("randomString")
+ postId = DBCMS.insert_cms_new_post(title, description, "Announcement")
+ assertTrue(len(postId) > 0 and not None)
+ return title, description
+
+ @staticmethod
+ def create_page(parent_id=None):
+ title = "title_Of_Page_" + Helper.rand_string("randomString")
+ description = "description_Of_Page_" + \
+ Helper.rand_string("randomString")
+ createdPageId = DBCMS.insert_page(title, description)
+ assertTrue(len(createdPageId) > 0 and not None)
+ return title, description
+
+ @staticmethod
+ def update_X_days_back_post(title, xdays):
+ logger.debug("Get the id of the post inserted")
+ queryStr = "UPDATE blog_blogpost SET created = current_timestamp - interval '%s day', publish_date=current_timestamp - interval '%s day' WHERE title= '%s' ;" % (
+ xdays, xdays, title)
+ logger.debug("Query : " + queryStr)
+ DBCMS.update_query(queryStr)
+
+ @staticmethod
+ def create_announcements(x):
+ listOfTitleAnDescriptions = []
+ for _ in range(x):
+ # print x ->str
+ title = "title_Announcement_" + Helper.rand_string("randomString")
+ description = "description_Announcement_" + \
+ Helper.rand_string("randomString")
+ postId = DBCMS.insert_cms_new_post(
+ title, description, "Announcement")
+ assertTrue(len(postId) > 0 and not None)
+ xList = [title, description]
+ listOfTitleAnDescriptions.append(xList)
+ return listOfTitleAnDescriptions
diff --git a/services/database/db_general.py b/services/database/db_general.py
new file mode 100755
index 0000000..c850d3a
--- /dev/null
+++ b/services/database/db_general.py
@@ -0,0 +1,416 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from datetime import datetime
+import sqlite3
+
+from django.conf import settings
+from django.db import transaction
+import psycopg2
+
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class DBGeneral:
+
+ @staticmethod
+ # desigredDB: Use 'default' for CI General and 'em_db' for EM General
+ # (according to settings.DATABASES).
+ def return_db_native_connection(desigredDB):
+ dbConnectionStr = "dbname='" + str(settings.SINGLETONE_DB[desigredDB]['NAME']) + \
+ "' user='" + str(settings.SINGLETONE_DB[desigredDB]['USER']) + \
+ "' host='" + str(settings.SINGLETONE_DB[desigredDB]['HOST']) + \
+ "' password='" + str(settings.SINGLETONE_DB[desigredDB]['PASSWORD']) + \
+ "' port='" + \
+ str(settings.SINGLETONE_DB[desigredDB]['PORT']) + "'"
+ return dbConnectionStr
+
+ @staticmethod
+ def insert_results(testType, testFeature, testResult, testName, testDuration, notes=" "):
+ try:
+ if settings.DATABASE_TYPE == 'sqlite':
+ dbfile = str(settings.DATABASES['default']['TEST_NAME'])
+ dbConn = sqlite3.connect(dbfile)
+ cur = dbConn.cursor()
+ else:
+ # Connect to General 'default'.
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection("default"))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ except Exception as e:
+ errorMsg = "Failed to create connection to General." + str(e)
+ raise Exception(errorMsg)
+ try: # Create INSERT query.
+ if settings.DATABASE_TYPE == 'sqlite':
+ query_str = 'INSERT INTO ice_test_results (testType, testFeature, testResult, testName, notes,'\
+ 'create_time, build_id, duration) VALUES (?, ?, ?, ?, ?, ?, ?, ?);'
+ else:
+ query_str = 'INSERT INTO ice_test_results ("testType", "testFeature", "testResult", "testName", notes,'\
+ 'create_time, build_id, duration) VALUES (%s, %s, %s, %s, %s, %s, %s, %s);'
+ cur.execute(query_str, (testType, testFeature, testResult, testName, notes, str(datetime.now()),
+ settings.ICE_BUILD_REPORT_NUM, testDuration))
+ dbConn.commit()
+ logger.debug("Test result in DB - " + testResult)
+ except Exception as e:
+ logger.error(e)
+ errorMsg = "Failed to insert results to DB." + str(e)
+ raise Exception(errorMsg)
+ dbConn.close()
+
+ @staticmethod
+ def select_query(queryStr, return_type="str", fetch_num=1):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr)
+ if return_type == "str":
+ if fetch_num == 1:
+ result = str(cur.fetchone())
+ else:
+ result = str(cur.fetchall())
+ if result != 'None':
+ # formatting strings e.g uuid
+ if(result.find("',)") != -1):
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ if return_type == "list":
+ if fetch_num == 1:
+ result = list(cur.fetchone())
+ else:
+ result = [item[0] for item in cur.fetchall()]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ except:
+ raise Exception("Couldn't fetch answer using the given query.")
+
+ @staticmethod
+ def insert_query(queryStr):
+ try:
+ nativeIceDb = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = nativeIceDb
+ cur = dbConn.cursor()
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ logger.debug("Insert query success!")
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ logger.error(e)
+ transaction.rollback()
+ raise Exception("Couldn't fetch answer using the given query.")
+
+ @staticmethod
+ def update_query(queryStr):
+ try:
+ nativeIceDb = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = nativeIceDb
+ cur = dbConn.cursor()
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ logger.debug("Update query success!")
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ logger.error(e)
+ transaction.rollback()
+ raise Exception("Couldn't fetch answer using the given query.")
+
+ @staticmethod
+ def select_where_email(queryColumnName, queryTableName, email):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s WHERE Email = '%s';" % (
+ queryColumnName, queryTableName, email)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where_email FAILED "
+ raise Exception(errorMsg, "select_where_email")
+ raise
+
+ @staticmethod
+ def select_from(queryColumnName, queryTableName, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s;" % (queryColumnName, queryTableName)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "select_from FAILED " + str(e)
+ raise Exception(errorMsg, "select_from")
+
+ @staticmethod
+ def select_where(queryColumnName, queryTableName, whereParametrType, whereParametrValue, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s';" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = list(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where FAILED "
+ raise Exception(errorMsg, "select_where")
+
+ @staticmethod
+ def select_where_order_by_desc(queryColumnName, queryTableName, whereParametrType, whereParametrValue, order_by):
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' order by %s desc limit 1;" \
+ % (queryColumnName, queryTableName, whereParametrType, whereParametrValue, order_by)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ result = str(cur.fetchall())
+ result = DBGeneral.list_format(result)
+ dbConn.close()
+ return result
+
+ @staticmethod
+ def select_where_dict(queryColumnName, queryTableName, whereParametrType):
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ cur = dbConn.cursor()
+ x = ""
+ count = 0
+ for key, val in whereParametrType.items():
+ x += "%s='%s'" % (key, val)
+ if len(whereParametrType.items()) - count > 1:
+ x += ' and '
+ count += 1
+ queryStr = "select %s from %s Where %s;" \
+ % (queryColumnName, queryTableName, x)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ result = str(cur.fetchall())
+ result = DBGeneral.list_format(result)
+ dbConn.close()
+ return result
+
+ @staticmethod
+ def select_where_not_and_order_by_desc(queryColumnName, queryTableName, whereParametrType,
+ whereParametrValue, parametrTypeAnd, parametrAnd, order_by):
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and %s != '%s' order by %s desc limit 1;" \
+ % (queryColumnName, queryTableName, whereParametrType, whereParametrValue,
+ parametrTypeAnd, parametrAnd, order_by)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ result = str(cur.fetchall())
+ result = DBGeneral.list_format(result)
+ dbConn.close()
+ return result
+
+ @staticmethod
+ def select_where_and(queryColumnName, queryTableName, whereParametrType, whereParametrValue,
+ parametrTypeAnd, parametrAnd, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and %s = '%s';" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue, parametrTypeAnd, parametrAnd)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ result = DBGeneral.list_format(result)
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where_and FAILED "
+ raise Exception(errorMsg, "select_where_and")
+
+ @staticmethod
+ def select_where_is_bigger(queryColumnName, queryTableName, whereParametrType, whereParametrValue, parametrTypeAnd, parametrAnd, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and %s > %s;" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue, parametrTypeAnd, parametrAnd)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = cur.fetchall()
+ elif (fetchNum == 1):
+ result = cur.fetchone()
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where_is_bigger FAILED "
+ raise Exception(errorMsg, "select_where_is_bigger")
+
+ @staticmethod
+ def update_where(queryTableName, setParametrType, setparametrValue, whereParametrType, whereParametrValue):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "UPDATE %s SET %s = '%s' Where %s = '%s';" % (
+ queryTableName, setParametrType, setparametrValue, whereParametrType, whereParametrValue)
+ cur.execute(queryStr)
+ dbConn.commit()
+ logger.debug("Query : " + queryStr)
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Could not Update User"
+ logger.debug(e)
+ raise Exception(errorMsg, "Update")
+ finally:
+ dbConn.close()
+
+ @staticmethod
+ def update_by_query(queryStr):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "Could not Update User"
+ raise Exception(errorMsg, "Update")
+
+ @staticmethod
+ def update_where_and(queryTableName, setParametrType, parametrValue, changeToValue, whereParametrType, setParametrType2, setParametrValue2, whereParametrType2, whereParametrValue2):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "UPDATE %s SET %s = '%s', %s = '%s' Where %s = '%s' and %s = '%s';" % (
+ queryTableName, setParametrType, changeToValue, setParametrType2, setParametrValue2, whereParametrType, parametrValue, whereParametrType2, whereParametrValue2)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ dbConn.commit()
+ dbConn.close()
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "Could not Update User"
+ raise Exception(errorMsg, "Update")
+
+ @staticmethod
+ def list_format(un_listed):
+ un_listed = un_listed[1:-1]
+ un_listed = un_listed.replace("',), ('", "|||")
+ un_listed = un_listed.replace("(u'", "") # Format list
+ un_listed = un_listed[1:-1].replace("('", "") # Format list
+ un_listed = un_listed.replace("',)", "") # Format list
+ listed = un_listed[1:-2].split("|||")
+ return listed
+
+ @staticmethod
+ def get_vendors_list():
+ # Select approved vendors from db.
+ vendors_list = DBGeneral.select_where(
+ "name", "ice_vendor", "public", "TRUE", 0)
+ return vendors_list
diff --git a/services/database/db_user.py b/services/database/db_user.py
new file mode 100644
index 0000000..d347dd2
--- /dev/null
+++ b/services/database/db_user.py
@@ -0,0 +1,417 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import time
+
+from django.conf import settings
+import psycopg2
+
+from services.constants import Constants
+from services.database.db_bridge import DBBridge
+from services.database.db_general import DBGeneral
+from services.database.db_virtual_function import DBVirtualFunction
+from services.frontend.base_actions.wait import Wait
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class DBUser:
+
+ @staticmethod
+ def get_activation_url(email):
+ # Fetch one user ID.
+ uuid = DBUser.select_user_uuid(email)
+ # Fetch one user ID.
+ index = DBGeneral.select_where_email("id", "auth_user", email)
+ activation_token = DBGeneral.select_where(
+ "activation_token", "ice_custom_user", "user_ptr_id", index, 1)
+ # / activate /:userID /:token
+ activationUrl = settings.ICE_PORTAL_URL + '/#/activate/' + \
+ str(uuid) + '/' + str(activation_token)
+ logger.debug("activationUrl :" + activationUrl)
+ return activationUrl
+
+ @staticmethod
+ def get_contact_signup_url(invite_token, uuid, email, fullName, phoneNum, companyName):
+ companyId = DBGeneral.select_where(
+ "uuid", "ice_vendor", "name", companyName, 1)
+ signUpURLforContact = settings.ICE_PORTAL_URL + "#/signUp?invitation=" + invite_token + \
+ "&email=" + email + "&full_name=" + fullName + \
+ "&phone_number=" + phoneNum + "&company=" + companyId
+ logger.debug("SignUpURLforContact :" + signUpURLforContact)
+ return signUpURLforContact
+
+ @staticmethod
+ def select_invitation_token(queryColumnName, queryTableName, whereParametrType, whereParametrValue, email, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select %s from %s Where %s = '%s' and email = '%s' ;" % (
+ queryColumnName, queryTableName, whereParametrType, whereParametrValue, email)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ if result == None:
+ errorMsg = "select_where_pr_state FAILED "
+ logger.error(errorMsg)
+ raise
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where FAILED "
+ raise Exception(errorMsg, "select_where")
+
+ @staticmethod
+ def get_el_name(vfName):
+ try:
+ # Fetch one AT&T user ID.
+ engagement_id = DBVirtualFunction.select_eng_uuid(vfName)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ reviewer_id = DBGeneral.select_where(
+ "reviewer_id", "ice_engagement", "engagement_manual_id", engagement_manual_id, 1)
+ engLeadFullName = DBGeneral.select_where_and(
+ "full_name", "ice_user_profile", "id", reviewer_id, "role_id", "2", 1)
+ return engLeadFullName
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "get_el_name FAILED "
+ raise Exception(errorMsg, "get_el_name")
+
+ @staticmethod
+ def get_email_by_full_name(fullname):
+ # try:
+ query_str = "select email from ice_user_profile where full_name = '%s';" % (
+ fullname)
+ user_email = DBGeneral.select_query(query_str)
+ return user_email
+# except: # If failed - count the failure and add the error to list of errors.
+# errorMsg = "get_email_by_full_name FAILED "
+# raise Exception(errorMsg, "get_el_name")
+
+ @staticmethod
+ def select_recent_vf_of_user(user_uuid, fetchNum):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "SELECT vf_id FROM public.ice_recent_engagement where user_uuid = '%s' order by last_update desc limit 20;" % (
+ user_uuid)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ if (fetchNum == 0):
+ result = str(cur.fetchall())
+ elif (fetchNum == 1):
+ result = str(cur.fetchone())
+ if(result.find("',)") != -1): # formatting strings e.g uuid
+ result = result.partition('\'')[-1].rpartition('\'')[0]
+ elif(result.find(",)") != -1): # formatting ints e.g id
+ result = result.partition('(')[-1].rpartition(',')[0]
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ return result
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_where FAILED "
+ raise Exception(errorMsg, "select_where")
+
+ @staticmethod
+ def select_el_email(vfName):
+ try:
+ # Fetch one AT&T user ID.
+ engagement_id = DBVirtualFunction.select_eng_uuid(vfName)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ reviewer_id = DBGeneral.select_where(
+ "reviewer_id", "ice_engagement", "engagement_manual_id", engagement_manual_id, 1)
+ engLeadEmail = DBGeneral.select_where_and(
+ "email", "ice_user_profile", "id", reviewer_id, "role_id", "2", 1)
+ return engLeadEmail
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_el_email FAILED "
+ raise Exception(errorMsg, "select_el_email")
+
+ @staticmethod
+ def select_user_native_id(email):
+ try:
+ # Fetch one AT&T user ID.
+ engLeadId = DBUser.select_user_profile_property(email, "id")
+ return engLeadId
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_user_native_id FAILED "
+ raise Exception(errorMsg, "select_user_native_id")
+
+ @staticmethod
+ def select_personal_next_step(email):
+ user_id = DBUser.select_user_native_id(email)
+ return DBGeneral.select_where("uuid", "ice_next_step", "owner_id", user_id, 1)
+
+ @staticmethod
+ def select_pr_email(vfName):
+ try:
+ # Fetch one AT&T user ID.
+ engagement_id = DBVirtualFunction.select_eng_uuid(vfName)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ reviewer_id = DBGeneral.select_where(
+ "peer_reviewer_id", "ice_engagement", "engagement_manual_id", engagement_manual_id, 1)
+ engLeadEmail = DBGeneral.select_where(
+ "email", "ice_user_profile", "id", reviewer_id, 1)
+ return engLeadEmail
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_el_email FAILED "
+ raise Exception(errorMsg, "select_el_email")
+
+ @staticmethod
+ def get_notification_id_by_email(userEmail):
+ uuid = DBGeneral.select_where_email(
+ "id", "ice_user_profile", userEmail)
+ notifIDs = DBGeneral.select_where(
+ "uuid", "ice_notification", "user_id", uuid, 0)
+ return notifIDs
+
+ @staticmethod
+ def get_not_seen_notifications_number_by_email(user_email, is_negative=False):
+ user_id = DBGeneral.select_where_email(
+ "id", Constants.DBConstants.IceTables.USER_PROFILE, user_email)
+ notifications_number = DBGeneral.select_where_and(
+ Constants.DBConstants.Queries.COUNT, Constants.DBConstants.IceTables.NOTIFICATION, "user_id", user_id, "is_read", "False", 1)
+ if is_negative:
+ counter = 0
+ while notifications_number != "0" and counter <= Constants.Dashboard.Avatar.Notifications.Count.RETRIES_NUMBER:
+ notifications_number = DBGeneral.select_where_and(
+ Constants.DBConstants.Queries.COUNT, Constants.DBConstants.IceTables.NOTIFICATION, "user_id", user_id, "is_read", "False", 1)
+ time.sleep(1)
+ counter += 1
+ return notifications_number
+
+ @staticmethod
+ def get_eng_lead_email_per_enguuid(enguuid):
+ reviewer_id = DBGeneral.select_where(
+ "reviewer_id", Constants.DBConstants.IceTables.ENGAGEMENT, "uuid", enguuid, 1)
+ engLeadEmail = DBGeneral.select_where(
+ "email", Constants.DBConstants.IceTables.USER_PROFILE, "id", reviewer_id, 1)
+ return engLeadEmail
+
+ @staticmethod
+ def select_all_user_engagements(engLeadID):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select COUNT(*) from ice_engagement_engagement_team Where iceuserprofile_id = %s and (select engagement_stage from public.ice_engagement where uuid = engagement_id LIMIT 1) != 'Archived';" % (
+ engLeadID)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ result = cur.fetchall()
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ logger.debug(result[0][0])
+ return result[0][0]
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_user_engagements_by_stage FAILED "
+ raise Exception(errorMsg, "select_user_engagements_by_stage")
+
+ @staticmethod
+ def select_user_engagements_by_stage(stage, engLeadID):
+ try:
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection('em_db'))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ queryStr = "select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = '%s') and (ice_engagement_engagement_team.iceuserprofile_id = %s );" % (
+ stage, engLeadID)
+ logger.debug("Query : " + queryStr)
+ cur.execute(queryStr)
+ result = cur.fetchall()
+ dbConn.close()
+ logger.debug("Query result: " + str(result))
+ logger.debug(result[0][0])
+ return result[0][0]
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "select_user_engagements_by_stage FAILED "
+ raise Exception(errorMsg, "select_user_engagements_by_stage")
+
+ @staticmethod
+ def set_new_temp_password(email):
+ encodePass = DBGeneral.select_where_email(
+ "password", "auth_user", Constants.Users.Admin.EMAIL)
+ # Fetch one user ID.
+ index = DBGeneral.select_where_email("id", "auth_user", email)
+ DBGeneral.update_where(
+ "ice_custom_user", "temp_password", encodePass, "user_ptr_id", index)
+
+ @staticmethod
+ def set_password_to_default(email):
+ encodePass = DBGeneral.select_where_email(
+ "password", "auth_user", Constants.Users.Admin.EMAIL)
+ DBGeneral.update_where(
+ "auth_user", "password", encodePass, "email", email)
+
+ @staticmethod
+ def select_el_not_in_engagement(el_name, pr_name):
+ query_str = "select full_name from ice_user_profile where role_id = 2 and full_name != '%s' and full_name != '%s';" % (
+ el_name, pr_name)
+ new_user = DBGeneral.select_query(query_str)
+ if new_user == 'None':
+ new_user = DBUser.update_to_el_not_in_engagement()
+ return new_user
+
+ @staticmethod
+ def select_user_uuid(email):
+ user_uuid = DBUser.select_user_profile_property(email, "uuid")
+ return user_uuid
+
+ @staticmethod
+ def select_access_key(email):
+ access_key = DBUser.select_user_profile_property(email, "rgwa_access_key")
+ return access_key
+
+ @staticmethod
+ def select_secret_key(email):
+ secret_key = DBUser.select_user_profile_property(email, "rgwa_secret_key")
+ return secret_key
+
+ @staticmethod
+ def update_to_el_not_in_engagement():
+ query_str = "select uuid from ice_user_profile where role_id = 1 ;"
+ user_uuid = DBGeneral.select_query(query_str)
+ updatequery = "UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '%s' ;" % (
+ user_uuid)
+ DBGeneral.update_query(updatequery)
+ updatequery = "UPDATE ice_user_profile SET role_id=2 WHERE full_name = '%s' ;" % (
+ 'el_for_test')
+ DBGeneral.update_query(updatequery)
+ return 'el_for_test'
+
+ @staticmethod
+ def rollback_for_el_not_in_engagement():
+ query_str = "select uuid from ice_user_profile where full_name = 'el_for_test';"
+ user_uuid = DBGeneral.select_query(query_str)
+ fullName = DBBridge.helper_rand_string("randomString")
+ updatequery = "UPDATE ice_user_profile SET role_id=1,full_name = '%s' WHERE uuid = '%s' ;" % (
+ fullName, user_uuid)
+ DBGeneral.update_query(updatequery)
+
+ @staticmethod
+ def set_engagement_peer_reviewer(engagement_uuid, email):
+ user_uuid = DBUser.select_user_uuid(email)
+ update_query = "UPDATE ice_user_profile SET role_id=2 WHERE uuid = '%s';" % user_uuid
+ DBGeneral.update_query(update_query)
+
+ user_id = DBGeneral.select_query(
+ "SELECT id FROM ice_user_profile WHERE uuid = '%s';" % user_uuid)
+ update_query = "UPDATE ice_engagement SET peer_reviewer_id=%s WHERE uuid = '%s';" % (
+ user_id, engagement_uuid)
+ DBGeneral.update_query(update_query)
+
+ @staticmethod
+ def select_user_profile_property(user_email, property_name):
+ return DBGeneral.select_where(property_name, "ice_user_profile", "email", user_email, 1)
+
+ @staticmethod
+ def validate_user_profile_settings_in_db(user_email, checked):
+ Wait.page_has_loaded()
+ regular_email_updates = DBUser.select_user_profile_property(
+ user_email, 'regular_email_updates')
+ DBBridge.helper_internal_assert(regular_email_updates, checked)
+ email_updates_on_every_notification = \
+ DBUser.select_user_profile_property(
+ user_email, 'email_updates_on_every_notification')
+ DBBridge.helper_internal_assert(
+ email_updates_on_every_notification, checked)
+ email_updates_daily_digest = DBUser.select_user_profile_property(
+ user_email, 'email_updates_daily_digest')
+ DBBridge.helper_internal_assert(
+ email_updates_daily_digest, not checked)
+
+ @staticmethod
+ def retrieve_admin_ssh_from_db():
+ ssh_key = DBGeneral.select_where(
+ 'ssh_public_key', Constants.DBConstants.IceTables.USER_PROFILE,
+ 'email', Constants.Users.Admin.EMAIL, 1)
+ return ssh_key
+
+ @staticmethod
+ def get_access_key(user_uuid):
+ counter = 0
+ access_key = DBGeneral.select_where(
+ "rgwa_access_key", Constants.DBConstants.IceTables.USER_PROFILE, "uuid", user_uuid, 1)
+ while access_key == "None" and counter <= Constants.RGWAConstants.RETRIES_NUMBER:
+ time.sleep(session.wait_until_time_pause)
+ logger.debug(
+ "rgwa_access_key are not ready yet, trying again (%s of 20)" % counter)
+ access_key = DBGeneral.select_where(
+ "rgwa_access_key", Constants.DBConstants.IceTables.USER_PROFILE, "uuid", user_uuid, 1)
+ counter += 1
+ return access_key
+
+ @staticmethod
+ def get_access_secret(user_uuid):
+ counter = 0
+ access_secret = DBGeneral.select_where(
+ "rgwa_secret_key", Constants.DBConstants.IceTables.USER_PROFILE, "uuid", user_uuid, 1)
+ while access_secret == "None" and counter <= Constants.RGWAConstants.RETRIES_NUMBER:
+ time.sleep(session.wait_until_time_pause)
+ logger.debug(
+ "rgwa_secret_key are not ready yet, trying again (%s of 100)" % counter)
+ access_secret = DBGeneral.select_where(
+ "rgwa_secret_key", Constants.DBConstants.IceTables.USER_PROFILE, "uuid", user_uuid, 1)
+
+ counter += 1
+ return access_secret
diff --git a/services/database/db_virtual_function.py b/services/database/db_virtual_function.py
new file mode 100644
index 0000000..143bca2
--- /dev/null
+++ b/services/database/db_virtual_function.py
@@ -0,0 +1,227 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import uuid
+
+from django.conf import settings
+import psycopg2
+
+from services.constants import Constants
+from services.database.db_bridge import DBBridge
+from services.database.db_general import DBGeneral
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class DBVirtualFunction:
+
+ @staticmethod
+ def insert_ecomp_release(uuid, name, ui_visibility="TRUE"):
+ try:
+ queryTableName = "ice_ecomp_release"
+ # Connect to General 'default'.
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection("em_db"))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ logger.debug("DATABASE_TYPE: " + settings.DATABASE_TYPE)
+ except Exception as e:
+ errorMsg = "Failed to create connection to General: " + str(e)
+ raise Exception(errorMsg)
+ try:
+ logger.debug("DATABASE_TYPE: " + settings.DATABASE_TYPE)
+ # Create INSERT query.
+ queryStr = "INSERT INTO %s (""uuid, name, weight, ui_visibility"") VALUES ('%s', '%s', '%s', '%s');" % (
+ queryTableName, uuid, name, 0, ui_visibility)
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr) # Execute query.
+ dbConn.commit()
+ logger.debug("Test results are in General now.")
+ except Exception as e:
+ errorMsg = "Failed to insert ECOMP release to General:" + str(e)
+ raise Exception(errorMsg)
+ dbConn.close()
+
+ @staticmethod
+ def delete_ecomp_release(uuid, name):
+ try:
+ queryTableName = "ice_ecomp_release"
+ # Connect to General 'default'.
+ dbConn = psycopg2.connect(
+ DBGeneral.return_db_native_connection("em_db"))
+ dbConn = dbConn
+ cur = dbConn.cursor()
+ except Exception as e:
+ errorMsg = "Failed to create connection to DBGeneral.because :" + \
+ str(e)
+ raise Exception(errorMsg)
+ try:
+ # Create INSERT query.
+ queryStr = "DELETE FROM %s WHERE uuid = '%s';" % (
+ queryTableName, uuid)
+ logger.debug("Query: " + queryStr)
+ cur.execute(queryStr) # Execute query.
+ dbConn.commit()
+ logger.debug("Test results are in General now.")
+ except Exception as e:
+ errorMsg = "Failed to delete ECOMP release from General . because :" + \
+ str(e)
+ raise Exception(errorMsg)
+ raise
+ dbConn.close()
+
+ @staticmethod
+ def select_next_steps_ids(engagement_uuid):
+ ice_next_steps = DBGeneral.select_where(
+ "uuid", "ice_next_step", "engagement_id", engagement_uuid, 0)
+ return ice_next_steps
+
+ @staticmethod
+ def select_next_steps_uuids_by_stage(engagement_uuid, engagement_stage):
+ query = "SELECT uuid FROM %s WHERE engagement_id='%s' AND engagement_stage='%s' ORDER BY position;" % (
+ Constants.DBConstants.IceTables.NEXT_STEP, engagement_uuid, engagement_stage)
+ return DBGeneral.select_query(query, "list", 0)
+
+ @staticmethod
+ def update_next_step_position(next_step_uuid, new_index):
+ DBGeneral.update_where(
+ "ice_next_step", "position", new_index, "uuid", next_step_uuid)
+
+ @staticmethod
+ def select_next_step_description(next_step_uuid):
+ return DBGeneral.select_where("description", "ice_next_step", "uuid", next_step_uuid, 1)
+
+ @staticmethod
+ def select_eng_uuid(vf_name):
+ return DBGeneral.select_where("engagement_id", "ice_vf", "name", vf_name, 1)
+
+ @staticmethod
+ def select_engagment_uuid_by_vf_name(vfName):
+ engagement_id = DBGeneral.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ enguuid = DBGeneral.select_where(
+ "uuid", "ice_engagement", "engagement_manual_id", engagement_manual_id, 1)
+ return enguuid
+
+ @staticmethod
+ def select_vf_version_by_vf_name(vfName):
+ queryStr = "SELECT version FROM ice_vf WHERE name= '%s';" % vfName
+ version_name = str(DBGeneral.select_query(queryStr))
+ return version_name
+
+ @staticmethod
+ def select_vf_name_by_vf_version(version_name):
+ queryofname = "SELECT name FROM ice_vf WHERE version= '%s';" % version_name
+ vfNameDb = str(DBGeneral.select_query(queryofname))
+ return vfNameDb
+
+ @staticmethod
+ def return_expected_steps(engagement_uuid, stage, user_email):
+ steps_uuids = DBVirtualFunction.select_next_steps_uuids_by_stage(
+ engagement_uuid, stage)
+ personal_step_uuid = DBBridge.select_personal_next_step(user_email)
+ DBVirtualFunction.update_next_step_position(personal_step_uuid, 1)
+ steps_uuids.insert(0, personal_step_uuid)
+ return steps_uuids
+
+ @staticmethod
+ def get_engagement():
+ """Use this function instead of creating a new engagement where no need to"""
+ queryStr = "SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, \
+ ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, \
+ ice_deployment_target.version, ice_ecomp_release.name \
+ FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid \
+ LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id \
+ LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id \
+ LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id \
+ LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id \
+ WHERE ice_user_profile.id IS NOT NULL LIMIT 1;"
+ list_of_values = DBGeneral.select_query(queryStr, return_type="list")
+ list_of_keys = ["engagement_uuid", "engagement_manual_id", "vfName", "pr_name",
+ "pr_email", "el_name", "el_email", "target_aic", "ecomp_release"]
+ return dict(zip(list_of_keys, list_of_values))
+
+ @staticmethod
+ def insert_aic_version(ui_visibility="TRUE"):
+ new_aic_version = {
+ "uuid": str(uuid.uuid4()), "name": "AIC", "version": DBBridge.helper_rand_string("randomNumber", 2), "ui_visibility": ui_visibility, "weight": 0}
+ queryStr = "INSERT INTO public.ice_deployment_target( \
+ uuid, name, version, ui_visibility, weight) \
+ VALUES ('%s', '%s', '%s', '%s', %s);" % (new_aic_version['uuid'], new_aic_version['name'], new_aic_version['version'], new_aic_version['ui_visibility'], new_aic_version['weight'])
+ DBGeneral.insert_query(queryStr)
+ return new_aic_version
+
+ @staticmethod
+ def delete_aic_version(aic_uuid):
+ DBGeneral.insert_query(
+ "DELETE FROM public.ice_deployment_target WHERE uuid='%s';" % aic_uuid)
+
+ @staticmethod
+ def change_aic_version_weight(new_weight, old_weight):
+ DBGeneral.insert_query(
+ "UPDATE public.ice_deployment_target SET weight=%s WHERE weight=%s" % (new_weight, old_weight))
+
+ @staticmethod
+ def change_ecomp_release_weight(new_weight, old_weight):
+ DBGeneral.insert_query(
+ "UPDATE public.ice_ecomp_release SET weight=%s WHERE weight=%s" % (new_weight, old_weight))
+
+ @staticmethod
+ def select_aic_version_uuid(aic_version):
+ return DBGeneral.select_where("uuid", "ice_deployment_target", "version", aic_version, 1)
+
+ @staticmethod
+ def select_ecomp_release_uuid(ecomp_release):
+ return DBGeneral.select_where("uuid", "ice_ecomp_release", "name", ecomp_release, 1)
+
+ @staticmethod
+ def add_admin_to_eng_team(eng_uuid):
+ admin_db_id = DBGeneral.select_where(
+ 'id', Constants.DBConstants.IceTables.USER_PROFILE, 'email', Constants.Users.Admin.EMAIL, 1)
+ queryStr = "INSERT INTO public.ice_engagement_engagement_team(engagement_id, iceuserprofile_id) VALUES ('%s', '%s');" % (
+ eng_uuid, admin_db_id)
+ logger.debug("add_admin_to_eng_team Query: %s" % queryStr)
+ DBGeneral.insert_query(queryStr)
+
+ @staticmethod
+ def remove_engagement_from_recent(vf_uuid):
+ DBGeneral.insert_query(
+ "DELETE FROM %s WHERE vf_id='%s'" % (Constants.DBConstants.IceTables.RECENT, vf_uuid))
diff --git a/services/frontend/__init__.py b/services/frontend/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/services/frontend/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/services/frontend/__pycache__/__init__.cpython-36.pyc b/services/frontend/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..bd6d49d
--- /dev/null
+++ b/services/frontend/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_checklist.cpython-36.pyc b/services/frontend/__pycache__/fe_checklist.cpython-36.pyc
new file mode 100644
index 0000000..d743311
--- /dev/null
+++ b/services/frontend/__pycache__/fe_checklist.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc b/services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc
new file mode 100644
index 0000000..c781628
--- /dev/null
+++ b/services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_cms.cpython-36.pyc b/services/frontend/__pycache__/fe_cms.cpython-36.pyc
new file mode 100644
index 0000000..b1c3fbe
--- /dev/null
+++ b/services/frontend/__pycache__/fe_cms.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_dashboard.cpython-36.pyc b/services/frontend/__pycache__/fe_dashboard.cpython-36.pyc
new file mode 100644
index 0000000..5222e8e
--- /dev/null
+++ b/services/frontend/__pycache__/fe_dashboard.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc b/services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc
new file mode 100644
index 0000000..6247ca3
--- /dev/null
+++ b/services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_general.cpython-36.pyc b/services/frontend/__pycache__/fe_general.cpython-36.pyc
new file mode 100644
index 0000000..9b19b20
--- /dev/null
+++ b/services/frontend/__pycache__/fe_general.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_invite.cpython-36.pyc b/services/frontend/__pycache__/fe_invite.cpython-36.pyc
new file mode 100644
index 0000000..2a94d33
--- /dev/null
+++ b/services/frontend/__pycache__/fe_invite.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_overview.cpython-36.pyc b/services/frontend/__pycache__/fe_overview.cpython-36.pyc
new file mode 100644
index 0000000..eee24cc
--- /dev/null
+++ b/services/frontend/__pycache__/fe_overview.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_user.cpython-36.pyc b/services/frontend/__pycache__/fe_user.cpython-36.pyc
new file mode 100644
index 0000000..54cb26d
--- /dev/null
+++ b/services/frontend/__pycache__/fe_user.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc b/services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc
new file mode 100755
index 0000000..630c015
--- /dev/null
+++ b/services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc
Binary files differ
diff --git a/services/frontend/__pycache__/fe_wizard.cpython-36.pyc b/services/frontend/__pycache__/fe_wizard.cpython-36.pyc
new file mode 100644
index 0000000..ca7c26f
--- /dev/null
+++ b/services/frontend/__pycache__/fe_wizard.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/base_actions/__init__.py b/services/frontend/base_actions/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/services/frontend/base_actions/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc b/services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..567e40e
--- /dev/null
+++ b/services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/base_actions/__pycache__/click.cpython-36.pyc b/services/frontend/base_actions/__pycache__/click.cpython-36.pyc
new file mode 100644
index 0000000..7848aff
--- /dev/null
+++ b/services/frontend/base_actions/__pycache__/click.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/base_actions/__pycache__/enter.cpython-36.pyc b/services/frontend/base_actions/__pycache__/enter.cpython-36.pyc
new file mode 100644
index 0000000..df5e175
--- /dev/null
+++ b/services/frontend/base_actions/__pycache__/enter.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/base_actions/__pycache__/get.cpython-36.pyc b/services/frontend/base_actions/__pycache__/get.cpython-36.pyc
new file mode 100644
index 0000000..a95dc14
--- /dev/null
+++ b/services/frontend/base_actions/__pycache__/get.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/base_actions/__pycache__/wait.cpython-36.pyc b/services/frontend/base_actions/__pycache__/wait.cpython-36.pyc
new file mode 100644
index 0000000..29b73ba
--- /dev/null
+++ b/services/frontend/base_actions/__pycache__/wait.cpython-36.pyc
Binary files differ
diff --git a/services/frontend/base_actions/click.py b/services/frontend/base_actions/click.py
new file mode 100644
index 0000000..00470b7
--- /dev/null
+++ b/services/frontend/base_actions/click.py
@@ -0,0 +1,108 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium.webdriver.common.action_chains import ActionChains
+
+from services.frontend.base_actions.wait import Wait
+from services.session import session
+
+
+class Click:
+
+ @staticmethod
+ def id(element_id, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.id(element_id)
+ session.ice_driver.find_element_by_id(element_id).click()
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to click_on on ID " + element_id
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def name(element_name, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.name(element_name)
+ session.ice_driver.find_element_by_name(element_name).click()
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to click_on on ID " + element_name
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def link_text(link_inner_text, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.link_text(link_inner_text)
+ session.ice_driver.find_element_by_link_text(link_inner_text).click()
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to click_on on LINK TEXT " + link_inner_text
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def css(element_css, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.css(element_css)
+ session.ice_driver.find_element_by_css_selector(element_css).click()
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to click_on on CSS Selector " + element_css
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def xpath(element_xpath, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.xpath(element_xpath)
+ session.ice_driver.find_element_by_xpath(element_xpath).click()
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to click_on on XPATH " + element_xpath
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def drag_and_drop_by_css(source_css, xoffset, yoffset):
+ ns = session.ice_driver.find_element_by_id("step-description-1")
+ ActionChains(session.ice_driver).move_to_element(ns).perform()
+ Wait.css(source_css)
+ source_element = session.ice_driver.find_element_by_css_selector(source_css)
+ ActionChains(session.ice_driver).drag_and_drop_by_offset(source_element, xoffset, yoffset).perform()
diff --git a/services/frontend/base_actions/enter.py b/services/frontend/base_actions/enter.py
new file mode 100644
index 0000000..4577a3d
--- /dev/null
+++ b/services/frontend/base_actions/enter.py
@@ -0,0 +1,139 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from datetime import datetime
+import time
+
+from services.frontend.base_actions.wait import Wait
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+class Enter:
+
+ @staticmethod
+ def text_by_name(attr_name_value, typed_text, wait_for_page=False):
+ try: # Send keys to element in UI, by name locator (e.g. type something in text box).
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.name(attr_name_value)
+ session.ice_driver.find_element_by_name(attr_name_value).clear()
+ session.ice_driver.find_element_by_name(attr_name_value).send_keys(typed_text[:-1])
+ time.sleep(session.wait_until_time_pause)
+ session.ice_driver.find_element_by_name(attr_name_value).send_keys(typed_text[-1:])
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to type " + typed_text + " in text box"
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def text_by_xpath(attr_xpath_value, typed_text, wait_for_page=False):
+ try: # Send keys to element in UI, by name locator (e.g. type something in text box).
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.xpath(attr_xpath_value)
+ session.ice_driver.find_element_by_xpath(attr_xpath_value).clear()
+ session.ice_driver.find_element_by_xpath(attr_xpath_value).send_keys(typed_text[:-1])
+ time.sleep(session.wait_until_time_pause)
+ session.ice_driver.find_element_by_xpath(attr_xpath_value).send_keys(typed_text[-1:])
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to type " + typed_text + " in text box"
+ raise Exception(errorMsg, attr_xpath_value)
+
+ @staticmethod
+ def text_by_id(attr_id_value, typed_text, wait_for_page=False):
+ try: # Send keys to element in UI, by ID locator (e.g. type something in text box).
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.id(attr_id_value)
+ session.ice_driver.find_element_by_id(attr_id_value).clear()
+ session.ice_driver.find_element_by_id(attr_id_value).send_keys(typed_text[:-1])
+ time.sleep(session.wait_until_time_pause)
+ session.ice_driver.find_element_by_id(attr_id_value).send_keys(typed_text[-1:])
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to type " + typed_text + " in text box"
+ raise Exception(errorMsg, attr_id_value)
+
+ @staticmethod
+ def clear(attr_id_value):
+ try:
+ Wait.id(attr_id_value)
+ session.ice_driver.find_element_by_id(attr_id_value).clear()
+ except Exception as e:
+ errorMsg = "Failed to clear text box"
+ raise Exception(errorMsg, attr_id_value)
+
+ @staticmethod
+ def text_by_css(attr_css_value, typed_text, wait_for_page=False):
+ try: # Send keys to element in UI, by CSS locator (e.g. type something in text box).
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.css(attr_css_value)
+ session.ice_driver.find_element_by_css_selector(attr_css_value).clear()
+ session.ice_driver.find_element_by_css_selector(attr_css_value).send_keys(typed_text[:-1])
+ time.sleep(session.wait_until_time_pause)
+ session.ice_driver.find_element_by_css_selector(attr_css_value).send_keys(typed_text[-1:])
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to type " + typed_text + " in text box"
+ raise Exception(errorMsg, attr_css_value)
+
+ @staticmethod
+ def text_by_link_text(attr_link_text_value, typed_text, wait_for_page=False):
+ try: # Send keys to element in UI, by name locator (e.g. type something in text box).
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.link_text(attr_link_text_value)
+ session.ice_driver.find_element_by_link_text(attr_link_text_value).clear()
+ session.ice_driver.find_element_by_link_text(attr_link_text_value).send_keys(typed_text[:-1])
+ time.sleep(session.wait_until_time_pause)
+ session.ice_driver.find_element_by_link_text(attr_link_text_value).send_keys(typed_text[-1:])
+ except Exception as e: # If failed - count the failure and add the error to list of errors.
+ errorMsg = "Failed to type " + typed_text + " in text box"
+ raise Exception(errorMsg, attr_link_text_value)
+
+ @staticmethod
+ def date_picker(selector, property_name, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ session.ice_driver.execute_script(
+ "var element = angular.element(document.querySelector('" + selector + "')); element.scope()." +
+ property_name + " = new Date('" + str(datetime.today().isoformat()) + "')")
+ except Exception as e:
+ errorMsg = "Failed to select date with datePicker."
+ raise Exception(errorMsg, str(e))
diff --git a/services/frontend/base_actions/get.py b/services/frontend/base_actions/get.py
new file mode 100644
index 0000000..8735c1b
--- /dev/null
+++ b/services/frontend/base_actions/get.py
@@ -0,0 +1,127 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from services.frontend.base_actions.wait import Wait
+from services.session import session
+
+
+class Get:
+
+ @staticmethod
+ def by_id(attr_id_value, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.id(attr_id_value)
+ return session.ice_driver.find_element_by_id(attr_id_value).text
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to get text of element " + attr_id_value
+ raise Exception(errorMsg, attr_id_value)
+
+ @staticmethod
+ def by_css(attr_css_value, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.css(attr_css_value)
+ return session.ice_driver.find_element_by_css_selector(attr_css_value).text
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to get text of element " + attr_css_value
+ raise Exception(errorMsg, attr_css_value)
+
+ @staticmethod
+ def wysiwyg_element_by_id(attr_id_value):
+ try:
+ Wait.id(attr_id_value)
+ return session.ice_driver.find_element_by_css_selector(
+ "#" + attr_id_value + ".wysiwyg-textarea")
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to get element by id " + attr_id_value
+ raise Exception(errorMsg, attr_id_value)
+
+ @staticmethod
+ def by_name(attr_name_value):
+ try:
+ Wait.name(attr_name_value)
+ return session.ice_driver.find_element_by_name(attr_name_value).text
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to get text of element " + attr_name_value
+ raise Exception(errorMsg, attr_name_value)
+
+ @staticmethod
+ def by_xpath(attr_name_value):
+ try:
+ Wait.xpath(attr_name_value)
+ return session.ice_driver.find_element_by_xpath(attr_name_value).text
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to get text of element " + attr_name_value
+ raise Exception(errorMsg, attr_name_value)
+
+ @staticmethod
+ def value_by_name(attr_name_value):
+ try:
+ Wait.name(attr_name_value)
+ return session.ice_driver.find_element_by_name(attr_name_value).get_attribute("value")
+ except Exception as e:
+ errorMsg = "Failed to get value by name:" + attr_name_value
+ raise Exception(errorMsg, attr_name_value)
+
+ @staticmethod
+ def meta_order_by_id(attr_id_value):
+ try:
+ Wait.id(attr_id_value)
+ return session.ice_driver.find_element_by_id(attr_id_value).get_attribute("meta-order")
+ except Exception as e:
+ errorMsg = "Failed to get meta order by id:" + attr_id_value
+ raise Exception(errorMsg, attr_id_value)
+
+ @staticmethod
+ def is_selected_by_id(attr_id_value, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ Wait.id(attr_id_value)
+ return session.ice_driver.find_element_by_id(attr_id_value).is_selected()
+ except Exception as e:
+ errorMsg = "Failed to get if it's selected by id:" + attr_id_value
+ raise Exception(errorMsg, attr_id_value)
diff --git a/services/frontend/base_actions/wait.py b/services/frontend/base_actions/wait.py
new file mode 100644
index 0000000..50eff08
--- /dev/null
+++ b/services/frontend/base_actions/wait.py
@@ -0,0 +1,317 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import time
+
+from selenium.common.exceptions import NoSuchElementException
+from selenium.webdriver.common.by import By
+from selenium.webdriver.support import expected_conditions
+from selenium.webdriver.support.wait import WebDriverWait
+
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class Wait:
+
+ @staticmethod
+ def text_by_xpath(xpath, text, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.text_to_be_present_in_element(
+ (By.XPATH, xpath), text)
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ error_msg = "Text - " + text + " not found in xPath " + xpath
+ raise Exception(error_msg, xpath)
+
+ @staticmethod
+ def text_by_id(element_id, text, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.text_to_be_present_in_element(
+ (By.ID, element_id), text)
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ error_msg = "Text - " + text + " not found in ID " + element_id
+ raise Exception(error_msg, element_id)
+
+ @staticmethod
+ def text_by_css(css, text, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.text_to_be_present_in_element(
+ (By.CSS_SELECTOR, css), text)
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Text - " + text + " not found in CSS - " + css
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def text_by_name(name, text, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.text_to_be_present_in_element(
+ (By.NAME, name), text)
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Text - " + text + " not found by NAME - " + name
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def id(element_id, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.visibility_of_element_located(
+ (By.ID, element_id))
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Didn't find ID " + element_id
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def css(element_css, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.visibility_of_element_located(
+ (By.CSS_SELECTOR, element_css))
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Didn't find CSS Selector " + element_css
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def is_css_exists(element_css, wait_for_page=False):
+ try: # Wait 4 seconds for element and compare to expected result.
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_implicit_time).until(
+ expected_conditions.visibility_of_element_located(
+ (By.CSS_SELECTOR, element_css))
+ )
+ return True
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Didn't find CSS Selector " + element_css
+ return False
+
+ @staticmethod
+ def link_text(link_inner_text, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.visibility_of_element_located(
+ (By.LINK_TEXT, link_inner_text))
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Didn't find LINK TEXT " + link_inner_text
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def name(element_name, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.visibility_of_element_located(
+ (By.NAME, element_name))
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Didn't find NAME " + element_name
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def xpath(element_xpath, wait_for_page=False):
+ try:
+ if wait_for_page:
+ Wait.page_has_loaded()
+ WebDriverWait(session.ice_driver, session.wait_until_retires).until(
+ expected_conditions.visibility_of_element_located(
+ (By.XPATH, element_xpath))
+ )
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ error_msg = "Didn't find XPath " + element_xpath
+ raise Exception(error_msg, e)
+
+ @staticmethod
+ def page_has_loaded():
+ countwait_untilelement_to_be_presented_by_id = 0
+ for _ in range(Constants.FEConstants.RETRIES_NUMBER):
+ httpRequests = session.ice_driver.execute_script(
+ 'return window.angular ? window.angular.element("body").injector().get("$http").pendingRequests.length : 1;')
+ if(str(httpRequests) == "0"):
+ time.sleep(session.wait_until_time_pause)
+ return
+ logger.debug(
+ "Checking if {} page is loaded. ".format(session.ice_driver.current_url))
+ time.sleep(session.wait_until_time_pause)
+ countwait_untilelement_to_be_presented_by_id += 1
+
+ raise Exception("Page loading took too much time")
+
+ @staticmethod
+ def modal_to_dissappear():
+ session.ice_driver.implicitly_wait(0)
+ i = 0
+ not_found = False
+ while i < session.wait_until_retires:
+ try:
+ session.ice_driver.find_element_by_css_selector(
+ Constants.Dashboard.Wizard.Open.CSS)
+ except NoSuchElementException:
+ not_found = True
+ try:
+ session.ice_driver.find_element_by_class_name(
+ Constants.Dashboard.Wizard.Open.CLASS_NAME)
+ not_found = False
+ except NoSuchElementException:
+ not_found = True
+
+ if not_found:
+ break
+
+ else:
+ time.sleep(session.wait_until_time_pause)
+ i += 1
+
+ session.ice_driver.implicitly_wait(session.wait_until_implicit_time)
+ if not_found:
+ return True
+ else:
+ raise Exception("waitForModalToDissapper")
+
+ @staticmethod
+ def id_to_dissappear(id_element, wait_for_page=False):
+ if wait_for_page:
+ Wait.page_has_loaded()
+ session.ice_driver.implicitly_wait(0)
+ i = 0
+ not_found = False
+ while i < session.wait_until_retires:
+ try:
+ session.ice_driver.find_element_by_id(id_element)
+ except NoSuchElementException:
+ not_found = True
+
+ if not_found:
+ break
+ else:
+ time.sleep(session.wait_until_time_pause)
+ i += 1
+
+ session.ice_driver.implicitly_wait(session.wait_until_implicit_time)
+ if not_found:
+ return True
+ else:
+ raise Exception(
+ "id_to_dissappear " + id_element + " num of retries = " + str(i))
+
+ @staticmethod
+ def name_to_dissappear(name_element, wait_for_page=False):
+ if wait_for_page:
+ Wait.page_has_loaded()
+ session.ice_driver.implicitly_wait(0)
+ i = 0
+ not_found = False
+ while i < session.wait_until_retires:
+ try:
+ session.ice_driver.find_element_by_name(name_element)
+ except NoSuchElementException:
+ not_found = True
+
+ if not_found:
+ break
+ else:
+ time.sleep(session.wait_until_time_pause)
+ i += 1
+
+ session.ice_driver.implicitly_wait(session.wait_until_implicit_time)
+ if not_found:
+ return True
+ else:
+ raise Exception(
+ "name_to_dissappear " + name_element + " num of retries = " + str(i))
+
+ @staticmethod
+ def css_to_dissappear(css_element):
+ session.ice_driver.implicitly_wait(0)
+ i = 0
+ not_found = False
+ while i < session.wait_until_retires:
+ try:
+ session.ice_driver.find_element_by_css_selector(css_element)
+ except NoSuchElementException:
+ not_found = True
+
+ if not_found:
+ break
+ else:
+ time.sleep(session.wait_until_time_pause)
+ i += 1
+
+ session.ice_driver.implicitly_wait(session.wait_until_implicit_time)
+ if not_found:
+ return True
+ else:
+ raise Exception("css_to_dissappear" + css_element)
diff --git a/services/frontend/fe_checklist.py b/services/frontend/fe_checklist.py
new file mode 100644
index 0000000..75f957a
--- /dev/null
+++ b/services/frontend/fe_checklist.py
@@ -0,0 +1,755 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf import settings
+from selenium.webdriver.support.ui import Select
+from wheel.signatures import assertTrue
+
+from services.database.db_checklist import DBChecklist
+from services.database.db_user import DBUser
+from services.database.db_virtual_function import DBVirtualFunction
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_overview import FEOverview
+from services.frontend.fe_user import FEUser
+from services.frontend.fe_wizard import FEWizard
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from tests.uiTests.test_ui_base import *
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class FEChecklist:
+
+ assocciatedFileName = None
+
+ @staticmethod
+ def go_to_checklist(engagement_id, cl_uuid):
+ try:
+ Click.id(engagement_id)
+ Click.id("checklist-" + cl_uuid)
+ Wait.id("line-item-description")
+ except Exception as e:
+ errorMsg = "Failed to go to checklist page."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def create_new_checklist(newObj):
+ try:
+ newObjWithChecklist = None
+ vfName = newObj[0]
+ uuid = newObj[1]
+ inviteEmail = newObj[2]
+ # Fetch one AT&T user ID.
+ vfuuid = DBGeneral.select_where(
+ "uuid", "ice_vf", "name", vfName, 1)
+ engagement_id = DBVirtualFunction.select_eng_uuid(vfName)
+ engLeadEmail = DBUser.select_el_email(vfName)
+ logger.debug("EL email: " + engLeadEmail)
+ engagement_manual_id = DBGeneral.select_where("engagement_manual_id", "ice_engagement", "uuid",
+ engagement_id, 1)
+ # Click on all default next steps
+ myVfName = engagement_manual_id + ": " + vfName
+ actualVfNameid = "clickable-" + myVfName
+ actualVfName = Get.by_id(actualVfNameid)
+ Helper.internal_assert(myVfName, actualVfName)
+ # NEXT STEP ID
+ Click.id(actualVfNameid, wait_for_page=True)
+ FEOverview.complete_defaults_nextsteps(engagement_id)
+ inviterURL = Constants.Default.InviteURL.Signup.TEXT + \
+ vfuuid + "&inviter_uuid=" + uuid + "&email=" + inviteEmail
+# time.sleep(2)
+ FEGeneral.re_open(inviterURL)
+ FEGeneral.form_validate_email(inviteEmail)
+ # Login with EL role
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ FEUser.login(engLeadEmail, Constants.Default.Password.TEXT)
+ Wait.id(Constants.Dashboard.Statuses.Title.ID)
+ Wait.id(engagement_manual_id) # cheklist
+ # VALIDATE SCROLLING
+ actualVfName = Get.by_id(actualVfNameid)
+ myVfName = engagement_manual_id + ": " + vfName
+# Wait.id(actualVfNameid)
+ Wait.id(engagement_manual_id, wait_for_page=True)
+ Click.id(actualVfNameid, wait_for_page=True)
+ # Create new checklist
+ checklistName = FEChecklist.create_checklist(
+ engagement_id, vfName, actualVfName, engagement_manual_id)
+ checklistUuid = DBGeneral.select_where(
+ "uuid", "ice_checklist", "name", checklistName, 1)
+ newObjWithChecklist = [checklistUuid, engLeadEmail, engagement_manual_id, actualVfNameid, myVfName,
+ checklistName]
+ return newObjWithChecklist
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to create checklist." + str(e)
+ raise Exception(errorMsg, "create_new_checklist")
+
+ @staticmethod
+ def create_checklist(engagement_id, vfName, actualVfName, engagement_manual_id):
+ try:
+ checklistName = Helper.rand_string("randomString")
+ Wait.id("checklist-plus-" + engagement_id, wait_for_page=True)
+
+ Click.id("checklist-plus-" + engagement_id, wait_for_page=True)
+
+ Helper.internal_assert(
+ "Create Checklist", Get.by_id("modal-header-checklist-15"))
+ # vm.checkListName
+ Enter.text_by_name(
+ "checkListName", checklistName, wait_for_page=True)
+ Wait.xpath("//select")
+
+ Select(session.ice_driver.find_element_by_id(Constants.Template.Subtitle.SelectTemplateTitle.TEXT)
+ ).select_by_visible_text(Constants.Template.Heat.TEXT)
+ Click.id(Constants.Template.Heat.TEXT, wait_for_page=True)
+# Click.css("option.ng-binding.ng-scope")
+ Helper.internal_assert(
+ "Associate Files", Get.by_id("associated-files-title", wait_for_page=True))
+ Click.xpath("//multiselect/div/button", wait_for_page=True)
+ Click.link_text("file0", wait_for_page=True)
+ Click.link_text("file1")
+ Wait.text_by_css(Constants.SubmitButton.CSS, "Create Checklist")
+ Click.id(Constants.Dashboard.LeftPanel.CreateChecklist.ID)
+ Wait.modal_to_dissappear()
+ Wait.id(engagement_manual_id)
+ return checklistName
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to create checklist." + str(e)
+ raise Exception(errorMsg, "create_checklist")
+
+ @staticmethod
+ def update_cl_name_and_associated_files(engagement_manual_id):
+ Click.id("edit-checklist", True)
+ Wait.text_by_id("modal-header-checklist-15", "Update Checklist")
+ newfileName = "file" + Helper.rand_string("randomString")
+ Enter.text_by_xpath("//div[3]/div/div/input", newfileName)
+ updatedFileName = "file2"
+ # Select associated files from multi-select drop-down.
+ Click.xpath("//multiselect/div/button")
+ Click.link_text("file2")
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.id(engagement_manual_id)
+ newFileNames = [newfileName, updatedFileName]
+ return newFileNames
+
+ @staticmethod
+ def update_cl_associated_files(engagement_manual_id):
+ Click.id("edit-checklist", True)
+ Wait.text_by_id("modal-header-checklist-15", "Update Checklist")
+ # Select associated files from multi-select drop-down.
+ Click.xpath("//multiselect/div/button")
+ Click.link_text("file2")
+ Click.xpath("//multiselect/div/button")
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.id(engagement_manual_id, True)
+
+ @staticmethod
+ def add_next_step(checklistName, newObj):
+ Click.id(Constants.Dashboard.Checklist.AddNS.ID, wait_for_page=True)
+ Wait.text_by_css("span.font_header", "Checklist:")
+ Helper.internal_assert("Checklist:", Get.by_css("span.font_header"))
+ Helper.internal_assert("Add Next Steps", Get.by_css("h2"))
+ # First NS
+ Click.id("description")
+ Enter.text_by_id("description", "description of NS")
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[10]")
+ FEChecklist.assocciatedFileName = "file0"
+ Click.link_text(FEChecklist.assocciatedFileName)
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[11]")
+ try:
+ Click.xpath("//div[3]/multiselect/div/ul/li/a")
+ except:
+ Click.link_text("Homer Simpson")
+ Click.css("div.modal-content")
+ count = 0
+ FEWizard.date_picker_add_ns(count)
+ count = +1
+ Click.css("span.add-text")
+ Click.xpath("(//div[@id='description'])[2]")
+ Enter.text_by_xpath(
+ "(//div[@id='description'])[2]", "description of NS2")
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[14]")
+ Click.xpath("(//button[@type='button'])[22]")
+ Click.xpath("//div[3]/div/div[2]/multiselect/div/ul/li[2]/a")
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[23]")
+ Click.css(
+ "div.btn-group.open > ul.dropdown-menu > li.ng-scope > a.ng-binding")
+ Click.link_text("Add Another Next Step")
+ Click.xpath("(//button[@type='button'])[25]")
+ FEWizard.date_picker_add_ns(count)
+ Click.xpath("//div[4]/div/span")
+ Helper.internal_assert("Submit Next Steps", Get.by_id("btn-submit"))
+ Click.id("btn-submit", wait_for_page=True)
+
+ @staticmethod
+ def add_next_step_updated(checklistName, newFileName):
+ Click.id(Constants.Dashboard.Checklist.AddNS.ID)
+ Wait.id(Constants.Dashboard.Modal.CLOSE_BUTTON_ID)
+ Wait.text_by_css("span.font_header.ng-binding", "Checklist:")
+ Wait.text_by_css("h2.ng-binding", "Add Next Steps")
+ # First NS
+ Click.id("description")
+ Enter.text_by_id("description", "description of NS")
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[10]")
+ Click.link_text(newFileName)
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[11]")
+ try:
+ Click.xpath("//div[3]/multiselect/div/ul/li/a")
+ except:
+ Wait.link_text("Homer Simpson")
+ Click.link_text("Homer Simpson")
+ Wait.css("div.modal-content")
+ Click.css("div.modal-content")
+ Wait.xpath("(//button[@type='button'])[12]")
+ count = 0
+ FEWizard.date_picker_add_ns(count)
+ count = +1
+ Click.css("span.add-text")
+ Click.xpath("(//div[@id='description'])[2]")
+ Enter.text_by_xpath(
+ "(//div[@id='description'])[2]", "description of NS2")
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[14]")
+ Click.xpath("(//button[@type='button'])[22]")
+ Click.xpath("//div[3]/div/div[2]/multiselect/div/ul/li[2]/a")
+ Click.css("div.modal-content")
+ Click.xpath("(//button[@type='button'])[23]")
+ Click.css(
+ "div.btn-group.open > ul.dropdown-menu > li.ng-scope > a.ng-binding")
+ Click.link_text("Add Another Next Step")
+ Wait.xpath("(//button[@type='button'])[25]")
+ Click.xpath("(//button[@type='button'])[25]")
+ Wait.xpath("(//button[@type='button'])[24]")
+ FEWizard.date_picker_add_ns(count)
+ Wait.xpath("//div[4]/div/span")
+ Click.xpath("//div[4]/div/span")
+ Wait.id("btn-submit")
+ Wait.text_by_id("btn-submit", "Submit Next Steps")
+# Helper.internal_assert("Submit Next Steps", Get.by_id("btn-submit"))
+ Click.id("btn-submit")
+
+ @staticmethod
+ def approval_state_actions_and_validations(checklistName, newObj, state):
+ # REWVIEW STEPS AND VALIDATIONS
+ try:
+ Wait.id("checklist-main-section")
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.Name.ID, checklistName)
+ try:
+ if settings.DATABASE_TYPE == 'local':
+ Wait.text_by_css(
+ "h2.ng-binding", "Section 1: Parameter Specification")
+ Helper.internal_assert(
+ "Parameters", Get.by_css("span.col-md-9.ng-binding"))
+ Helper.internal_assert(
+ "String parameters", Get.by_xpath("//li[2]/span[2]"))
+ Helper.internal_assert(
+ "Numeric parameters", Get.by_xpath("//li[3]/span[2]"))
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert("Section 2: External References",
+ Get.by_xpath("//li[2]/h2"))
+ # //li[2]/ul/li/span[2] #//ul[@id='line-item-list']/li[2]/ul/li/span[2]
+ Helper.internal_assert(
+ "Normal references", Get.by_xpath("//li[2]/ul/li/span[2]"))
+ Helper.internal_assert(
+ "VF image", Get.by_xpath("//li[2]/ul/li[2]/span[2]"))
+ except:
+ if settings.DATABASE_TYPE == 'local':
+ Wait.text_by_css(
+ "h2.ng-binding", "Section 1: External References")
+ try:
+ Helper.internal_assert(
+ "Normal references", Get.by_css("span.col-md-9.ng-binding"))
+ except:
+ if "VF image" in Get.by_xpath("//li[2]/span[2]"):
+ logger.debug("All Ok")
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Section 2: Parameter Specification", Get.by_xpath("//li[2]/h2"))
+ try:
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "1.1 - Parameters", Get.by_xpath("//header/h2"))
+ except:
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "1.1 - Normal References", Get.by_xpath("//header/h2"))
+ if settings.DATABASE_TYPE == 'local':
+ elementTxt = Get.by_id("line-item-description")
+ Helper.internal_assert(
+ "Numeric parameters should include range and/or allowed values.", elementTxt)
+ Helper.internal_assert("Audit Logs", Get.by_css("h3.col-md-12"))
+ localLogText = "local log"
+ Enter.text_by_id("new-audit-log-text", localLogText)
+ Helper.internal_assert(
+ "Add Log Entry", Get.by_id("submit-new-audit-lop-text"))
+ Click.id("submit-new-audit-lop-text")
+ vfName = newObj[0]
+ engLeadFullName = DBUser.get_el_name(vfName)
+ Helper.internal_assert(localLogText, Get.by_css(
+ Constants.Dashboard.Checklist.AuditLog.LastLocalAuditLog.CSS))
+ try:
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Parameters", Get.by_xpath("//li[2]/ul/li/span[2]"))
+ except:
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Numeric parameters", Get.by_xpath("//li[2]/ul/li/span[2]"))
+
+# if Wait.css(Constants.Dashboard.Checklist.LineItem.Deny.CSS) or
+# Wait.css(Constants.Dashboard.Checklist.LineItem.Approve.CSS):
+ session.run_negative(lambda: Wait.css(Constants.Dashboard.Checklist.LineItem.Deny.CSS) or Wait.css(
+ Constants.Dashboard.Checklist.LineItem.Approve.CSS), "Buttons displayed for Admin it's NOT work")
+# logger.debug("Buttons displayed for Admin it's NOT work")
+# else:
+# print("Buttons not displayed for Admin it's work")
+ if state == "APPROVAL":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (6)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (7)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ if state == "HANDOFF":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (8)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (9)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ Click.id(Constants.Dashboard.Checklist.AuditLog.ID)
+ Wait.text_by_xpath("//span[2]", checklistName)
+ engLeadFullName = DBUser.select_el_email(vfName)
+ Enter.text_by_xpath("//textarea", "zdfgsdyh")
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.modal_to_dissappear()
+ if state == "APPROVAL":
+ if settings.DATABASE_TYPE == 'local':
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.AuditLog.ID, "Audit Log (7)")
+ else:
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.AuditLog.ID, "Audit Log (8)")
+ if state == "HANDOFF":
+ if settings.DATABASE_TYPE == 'local':
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.AuditLog.ID, "Audit Log (9)")
+ else:
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.AuditLog.ID, "Audit Log (10)")
+ if state == "APPROVAL":
+ Wait.text_by_xpath("//button[3]", "Add Next Steps")
+ Wait.text_by_id(Constants.Dashboard.Checklist.Reject.ID,
+ Constants.Dashboard.Checklist.Reject.Modal.Button.TEXT)
+ Wait.text_by_xpath(
+ "//div[@id='state-actions']/button", "Approve")
+ if state == "HANDOFF":
+ Wait.text_by_xpath(
+ "//div[@id='state-actions']/button", "Handoff complete?")
+ logger.debug("ALL VALIDATION PASS FOR STATE : " + state)
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ logger.error(
+ state + " state FAILED CONNECT TO STAGING MANUAL AND VERIFY WHY! ")
+ errorMsg = "approval_state_actions_and_validations FAILED because : " + \
+ str(e)
+ raise Exception(errorMsg, "approval_state_actions_and_validations")
+
+ @staticmethod
+ def review_state_actions_and_validations(checklistName, vfName, state):
+ try:
+ # REWVIEW STEPS AND VALIDATIONS
+ Wait.id("checklist-main-section")
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.Name.ID, checklistName)
+ try:
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Section 1: Parameter Specification", Get.by_css("h2.ng-binding"))
+ Helper.internal_assert(
+ "Parameters", Get.by_css("span.col-md-9.ng-binding"))
+ Helper.internal_assert(
+ "String parameters", Get.by_xpath("//li[2]/span[2]"))
+ Helper.internal_assert(
+ "Numeric parameters", Get.by_xpath("//li[3]/span[2]"))
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Section 2: External References", Get.by_xpath("//li[2]/h2"))
+ Helper.internal_assert(
+ "Normal references", Get.by_name("Normal references"))
+ Helper.internal_assert(
+ "VF image", Get.by_name("Normal references"))
+ except:
+ try:
+ Helper.internal_assert(
+ "Section 1: External References", Get.by_css("h2.ng-binding"))
+ except:
+ Helper.internal_assert(
+ "Section 1: Scaling Considerations", Get.by_css("h2.ng-binding"))
+ try:
+ Helper.internal_assert(
+ "Normal references", Get.by_css("span.col-md-9.ng-binding"))
+ except:
+ if "VF image" in Get.by_xpath("//li[2]/span[2]"):
+ logger.debug("All Ok")
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Section 2: Parameter Specification", Get.by_xpath("//li[2]/h2"))
+ Click.name("VF image")
+ Click.name("Normal references")
+ try:
+ Helper.internal_assert(
+ "1.1 - Parameters", Get.by_xpath("//header/h2"))
+ except:
+ text = Get.by_name("Normal references")
+ Helper.internal_assert("Normal references", text)
+ Helper.internal_assert("Audit Logs", Get.by_css("h3.col-md-12"))
+ localLogText = "local log"
+ Enter.text_by_id("new-audit-log-text", localLogText)
+ Helper.internal_assert(
+ "Add Log Entry", Get.by_id("submit-new-audit-lop-text"))
+ Click.id("submit-new-audit-lop-text")
+ # Validate Local AuditLog
+ engLeadFullName = DBUser.get_el_name(vfName)
+ Helper.internal_assert(
+ engLeadFullName, Get.by_xpath("//ul[@id='audit-log-list']/li/h4"))
+ Helper.internal_assert(localLogText, Get.by_css(
+ Constants.Dashboard.Checklist.AuditLog.LastLocalAuditLog.CSS))
+ if settings.DATABASE_TYPE == 'local':
+ try:
+ Helper.internal_assert(
+ "Parameters", Get.by_xpath("//li[2]/ul/li/span[2]"))
+ except:
+ Helper.internal_assert(
+ "Numeric parameters", Get.by_xpath("//li[2]/ul/li/span[2]"))
+ Click.name("Normal references")
+ Wait.css(Constants.Dashboard.Checklist.LineItem.Deny.CSS)
+ Wait.css(Constants.Dashboard.Checklist.LineItem.Approve.CSS)
+ Click.css(Constants.Dashboard.Checklist.LineItem.Approve.CSS)
+ # NOT LOCAL
+ if settings.DATABASE_TYPE != 'local':
+ checklistUuid = DBChecklist.get_recent_checklist_uuid(
+ checklistName)[0]
+ DBChecklist.update_all_decisions_to_approve(checklistUuid)
+ # NOT LOCAL
+
+ Click.css(".line-item-row span.manual")
+ print("click on V button approve of decision in state = " + state)
+ try:
+ Wait.css("li.not-relevant-btn")
+ except:
+ Wait.xpath("//aside/header/ul/li")
+ if state == "review":
+ Wait.id("edit-checklist")
+ if state == "PEER":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (4)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (5)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ if state == "review":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (2)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (3)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ if state == "APPROVAL":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (8)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (9)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ Click.id(
+ Constants.Dashboard.Checklist.AuditLog.ID, wait_for_page=True)
+ Wait.text_by_xpath("//span[2]", checklistName)
+ Enter.text_by_xpath("//textarea", "zdfgsdyh")
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.modal_to_dissappear()
+ if state == "review":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (3)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (4)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ if state == "PEER":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (5)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (6)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ if state == "APPROVAL":
+ if settings.DATABASE_TYPE == 'local':
+ Helper.internal_assert(
+ "Audit Log (9)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ else:
+ Helper.internal_assert(
+ "Audit Log (10)", Get.by_id(Constants.Dashboard.Checklist.AuditLog.ID))
+ # Validate Buttons
+ if settings.DATABASE_TYPE != 'local':
+ FEGeneral.refresh()
+ engagement_id = DBVirtualFunction.select_eng_uuid(vfName)
+ engLeadEmail = DBUser.select_el_email(vfName)
+ logger.debug("EL email: " + engLeadEmail)
+ engagement_manual_id = DBGeneral.select_where("engagement_manual_id", "ice_engagement",
+ "uuid", engagement_id, 1)
+ # Click on all default next steps
+ myVfName = engagement_manual_id + ": " + vfName
+ actualVfNameid = "clickable-" + myVfName
+ Click.id(actualVfNameid)
+ Click.id("checklist-" + checklistUuid)
+ Helper.internal_assert(
+ "Add Next Steps", Get.by_xpath("//button[3]"))
+ Wait.text_by_id(Constants.Dashboard.Checklist.Reject.ID,
+ Constants.Dashboard.Checklist.Reject.Modal.Button.TEXT, wait_for_page=True)
+ Helper.internal_assert(
+ "Approve", Get.by_xpath("//div[@id='state-actions']/button"))
+ logger.debug("ALL VALIDATION PASS FOR STATE: " + state)
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "review_state_actions_and_validations FAILED because: " + \
+ str(e)
+ raise Exception(errorMsg, "review_state_actions_and_validations")
+ logger.error(
+ state + " state FAILED CONNECT TO STAGING MANUAL AND VERIFY WHY!")
+ raise
+
+ @staticmethod
+ def reject(rejectMsg=None):
+ try:
+ Click.id(
+ Constants.Dashboard.Checklist.Reject.ID, wait_for_page=True)
+ if rejectMsg:
+ Enter.text_by_name(
+ Constants.Dashboard.Checklist.Reject.Modal.Comment.NAME, rejectMsg, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.Checklist.Reject.Modal.Button.ID, wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to reject checklist."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def add_line_item_audit_log():
+ try:
+ log_txt = Helper.rand_string("randomString")
+ Enter.text_by_id("new-audit-log-text", log_txt, wait_for_page=True)
+ Click.id("submit-new-audit-lop-text")
+ Wait.text_by_css(
+ Constants.Dashboard.Checklist.AuditLog.LastLocalAuditLog.CSS, log_txt, wait_for_page=True)
+ return log_txt
+ except Exception as e:
+ errorMsg = "Failed to add audit log to line item."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def click_on_checklist(user_content, checklistName, checklist_uuid=None):
+ FEOverview.click_on_vf(user_content)
+ if checklist_uuid is None:
+ checklist_uuid = DBGeneral.select_where_not_and_order_by_desc(
+ 'uuid', Constants.DBConstants.IceTables.CHECKLIST, 'name', checklistName, 'state', Constants.ChecklistStates.Archive.TEXT, 'create_time')[0]
+ Click.id("checklist-" + checklist_uuid)
+
+ @staticmethod
+ def validate_reject_is_enabled():
+ return Wait.id(Constants.Dashboard.Checklist.Reject.ID, wait_for_page=True)
+
+ @staticmethod
+ def cl_to_next_stage(actualVfNameid):
+ Click.xpath("//div[@id='state-actions']/button", wait_for_page=True)
+ Wait.id(actualVfNameid, wait_for_page=True)
+ session.run_negative(lambda: Wait.css(
+ Constants.Default.BlockUI.CSS), "Error: CL to next stage failed.")
+
+ @staticmethod
+ def search_by_vfname_for_not_local(user_content):
+ vfFullName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ if settings.DATABASE_TYPE != 'local':
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.SearchBox.ID, user_content['vfName'])
+ Click.css(Constants.Dashboard.LeftPanel.SearchBox.Results.CSS)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Title.ID, vfFullName)
+
+ @staticmethod
+ def search_by_manual_id(manual_id):
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.SearchBox.ID, manual_id, wait_for_page=True)
+ Click.css(
+ Constants.Dashboard.LeftPanel.SearchBox.Results.CSS, wait_for_page=True)
+ Wait.id(Constants.Dashboard.Overview.Title.ID)
+
+ @staticmethod
+ def reject_checklist(newObj, checklistName):
+ Click.xpath("//button[2]")
+ vfName = newObj[0]
+ engLeadFullName = DBUser.get_el_name(vfName)
+ Enter.text_by_name(
+ Constants.Dashboard.Checklist.Reject.Modal.Comment.NAME, "Reject state By :" + engLeadFullName)
+ Helper.internal_assert(
+ "Checklist: " + checklistName, Get.by_css("span.state-title.ng-binding"))
+ Wait.text_by_id(Constants.Dashboard.Checklist.Reject.Modal.Button.ID,
+ Constants.Dashboard.Checklist.Reject.Modal.Button.TEXT)
+ Click.id(Constants.Dashboard.Checklist.Reject.Modal.Button.ID)
+ Wait.modal_to_dissappear()
+
+ @staticmethod
+ def add_nsteps(checklistUuid, actualVfNameid, myVfName, checklistName, newFileNames):
+ Click.id(actualVfNameid, wait_for_page=True)
+ checklistUuid = DBChecklist.select_where_cl_not_archive(
+ "uuid", "ice_checklist", "name", newFileNames[0], 1)
+ Click.id("checklist-" + checklistUuid, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Checklist.Name.ID, newFileNames[0])
+ FEChecklist.add_next_step_updated(checklistName, newFileNames[1])
+ # vALIDATE SCROLLING
+ actualVfNameid = "clickable-" + myVfName
+ actualVfName = Get.by_id(actualVfNameid, wait_for_page=True)
+ if actualVfName != '':
+ Helper.internal_assert(myVfName, actualVfName)
+
+ @staticmethod
+ def validate_multi_eng(user_content, checklist_content, newEL_content, actualVfNameid):
+ query = "UPDATE ice_user_profile SET role_id=2 WHERE email = '" + \
+ str(newEL_content['email']) + "';"
+ DBGeneral.update_by_query(query)
+ FEWizard.invite_team_members_modal(newEL_content['email'])
+ # Fetch one AT&T user ID.
+ enguuid = DBGeneral.select_where(
+ "uuid", "ice_engagement", "engagement_manual_id", user_content['engagement_manual_id'], 1)
+ invitation_token = DBUser.select_invitation_token(
+ "invitation_token", "ice_invitation", "engagement_uuid", enguuid, newEL_content['email'], 1)
+ URL = Constants.Default.InviteURL.Login.TEXT + invitation_token
+ FEGeneral.re_open(URL)
+ FEUser.login(newEL_content[
+ 'email'], Constants.Default.Password.TEXT, expected_element=actualVfNameid)
+ Click.id(actualVfNameid, wait_for_page=True)
+ count = None
+ try:
+ session.ice_driver.find_element_by_id(
+ "checklist-" + checklist_content['uuid'])
+ count += 1
+ except:
+ logger.debug(
+ "check list not visible for EL invited : " + str(newEL_content['email']))
+ assertTrue(count == None)
+ query = "UPDATE ice_user_profile SET role_id=1 WHERE email = '" + \
+ str(newEL_content['email']) + "';"
+ DBGeneral.update_by_query(query)
+
+ @staticmethod
+ def create_cl_without_files(user_content):
+ FEOverview.click_on_vf(user_content)
+ Click.id("checklist-plus-" + user_content['engagement_uuid'])
+ Wait.id(Constants.Dashboard.Modal.CLOSE_BUTTON_ID)
+ checklistName = "NoAssociatedFiles" + \
+ Helper.rand_string("randomString")
+ Enter.text_by_name("checkListName", checklistName)
+ Wait.xpath("//select")
+ if settings.DATABASE_TYPE == 'local':
+ Select(session.ice_driver.find_element_by_xpath("//select")
+ ).select_by_visible_text(Constants.Template.Heat.TEXT)
+ else:
+ Click.xpath("//select")
+ Click.xpath("//option[2]")
+ Click.id(Constants.Dashboard.LeftPanel.CreateChecklist.ID)
+ Wait.text_by_id(Constants.Dashboard.Checklist.Name.ID, checklistName)
+
+ @staticmethod
+ def validate_audit_log(log_txt):
+ audit_log_list_text = Get.by_id(
+ Constants.Dashboard.Checklist.AuditLog.AuditLogList.ID, wait_for_page=True)
+ try:
+ log_txt in audit_log_list_text
+ logger.debug("validate_audit_log PASS")
+ except Exception as e:
+ errorMsg = "Failed in validate_audit_log"
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def get_to_create_new_ns_modal():
+ Click.id(Constants.Dashboard.Checklist.AddNS.ID,
+ wait_for_page=True)
+ Wait.text_by_css(Constants.Dashboard.Checklist.AddNS.CSS,
+ Constants.Dashboard.Checklist.TITLE)
+ Helper.internal_assert(Constants.Dashboard.Checklist.TITLE, Get.by_css(
+ Constants.Dashboard.Checklist.AddNS.CSS))
+ Helper.internal_assert(
+ Constants.Dashboard.Checklist.AddNS.TITLE,
+ Get.by_css(Constants.FEGeneral.CSS.H2))
+
+ @staticmethod
+ def get_to_create_new_ns_modal_via_overview():
+ Click.id(Constants.Dashboard.Overview.NextSteps.Add.ID,
+ wait_for_page=True)
+ Wait.text_by_css(Constants.Dashboard.Checklist.AddNS.CSS,
+ Constants.Dashboard.Overview.NextSteps.Add.TITLE)
+ Helper.internal_assert(
+ Constants.Dashboard.Checklist.AddNS.TITLE,
+ Get.by_css(Constants.FEGeneral.CSS.H2))
+
+ @staticmethod
+ def get_jenkins_log():
+ Click.id(Constants.Dashboard.Checklist.JenkinsLog.ID, True)
+ Wait.text_by_id(
+ Constants.Dashboard.Checklist.JenkinsLog.Modal.Title.ID,
+ Constants.Dashboard.Checklist.JenkinsLog.Modal.Title.TEXT, True)
+ log = Get.by_id(
+ Constants.Dashboard.Checklist.JenkinsLog.Modal.Body.ID, True)
+ Helper.assertTrue(Constants.Dashboard.Checklist.JenkinsLog.Modal.Body.TEXT_SAMPLE in log,
+ "Jenkins log could not be viewed.")
+ Click.id(Constants.Dashboard.Modal.CLOSE_BUTTON_ID)
+ return log
+
diff --git a/services/frontend/fe_checklist_template.py b/services/frontend/fe_checklist_template.py
new file mode 100644
index 0000000..19e91aa
--- /dev/null
+++ b/services/frontend/fe_checklist_template.py
@@ -0,0 +1,254 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium.webdriver.common.action_chains import ActionChains
+from selenium.webdriver.common.keys import Keys
+
+from services.api.api_virtual_function import APIVirtualFunction
+from services.constants import Constants
+from services.database.db_checklist import DBChecklist
+from services.database.db_user import DBUser
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_checklist import FEChecklist
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_overview import FEOverview
+from services.frontend.fe_user import FEUser
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class FEChecklistTemplate:
+
+ @staticmethod
+ def basic_admin_navigation():
+ FEUser.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ FEUser.go_to_admin()
+
+ @staticmethod
+ def click_on_template_name_on_navigation(template_name, text):
+ Wait.text_by_name(template_name, text, wait_for_page=True)
+ Click.name(template_name, wait_for_page=True)
+
+ @staticmethod
+ def click_on_save_and_assert_success_msg():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SAVE_BTN_ID, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_ID, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.SUCCESS_ID,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SUCCESS_SAVE_MSG)
+
+ @staticmethod
+ def click_on_disabled_save_and_assert_for_promp_msg():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SAVE_BTN_ID)
+ session.run_negative(lambda: Click.id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_ID),
+ "Ooops modal window is opened although 'Save' button should have been disabled")
+
+ @staticmethod
+ def save_with_no_changes():
+ Wait.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.SAVE_BTN_ID,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SAVE_BTN)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SAVE_BTN_ID, wait_for_page=True)
+ Wait.text_by_name(Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Wait.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_TITLE_ID,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_TITLE_TEXT)
+ Wait.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_ID, "Yes")
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_ID, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.SUCCESS_ID,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.CL_TEMPLATE_SAVED_TXT)
+
+ @staticmethod
+ def discard_checklist_after_modification():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_ID, wait_for_page=True)
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_INPUT_ID, "ttttttt", wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_ID)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.REJECT_BTN_ID)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.APPROVE_BTN_ID, wait_for_page=True)
+ Wait.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SUCCESS_ID, "All changes discarded.")
+
+ @staticmethod
+ def edit_template_and_save():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_ID)
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_INPUT_ID, "Ros Is My Mentor")
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+
+ @staticmethod
+ def del_lineitem_and_save():
+ Click.id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_ID, wait_for_page=True)
+ Enter.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_INPUT_ID,
+ "Ros Is My Mentor", wait_for_page=True)
+ Click.id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_ID)
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+
+ @staticmethod
+ def add_lineitem_and_save():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.ADD_LINE_ITEM_BTN, wait_for_page=True)
+ Click.xpath("//li[@id='select-lineitem-btn-0.1']/span[2]")
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN)
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_NAME, "xxx")
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN, wait_for_page=True)
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+
+ @staticmethod
+ def edit_description_lineitem_and_save():
+ isBold = False
+ desc = Helper.rand_string("randomString")
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_LINE_ITEM_ID)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN)
+ Enter.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_NAME,
+ Helper.rand_string("randomString"))
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_DESC)
+ editor_element = Get.wysiwyg_element_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.LINE_ITEM_DESC_TEXT_BOX)
+ editor_element.clear()
+ editor_element.send_keys(desc)
+ Wait.page_has_loaded()
+ actionChains = ActionChains(session.ice_driver)
+ actionChains.double_click(editor_element).perform()
+ Wait.page_has_loaded()
+ Click.xpath(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.WYSIWYG_BUTTON_BOLD)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN, wait_for_page=True)
+ isBold = Wait.is_css_exists("b")
+ while not isBold:
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN, wait_for_page=True)
+ actionChains.double_click(editor_element).perform()
+ Click.xpath(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.WYSIWYG_BUTTON_BOLD, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN, wait_for_page=True)
+ isBold = Wait.is_css_exists("b")
+ if isBold:
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+ FEGeneral.refresh()
+ Click.name(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_LINE_ITEM_ID, wait_for_page=True)
+ Wait.css("b")
+ Wait.text_by_css("b", desc, wait_for_page=True)
+
+ @staticmethod
+ def rollback_add_lineitem_and_save():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.DELETE_LINE_ITEM)
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+ FEChecklistTemplate.rollback_to_heat_teampleate()
+
+ @staticmethod
+ def add_lineitem_and_check_db():
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_ID)
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.FIRST_SECTION_INPUT_ID, "Ros Is My Mentor")
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+ result = DBChecklist.checkChecklistIsUpdated()
+ Helper.internal_not_equal(result, None)
+
+ @staticmethod
+ def check_cl_after_lineitem_added():
+ template_name = Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT
+ user_content = APIVirtualFunction.create_engagement()
+ FEUser.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ vfName = user_content['vfName']
+ engagement_id = DBChecklist.fetchEngByVfName(vfName)
+ engLeadEmail = DBUser.select_el_email(vfName)
+ engagement_manual_id = DBChecklist.fetchEngManIdByEngUuid(
+ engagement_id)
+ myVfName = engagement_manual_id + ": " + vfName
+ FEOverview.click_on_vf(user_content)
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ FEUser.login(
+ engLeadEmail, Constants.Default.Password.TEXT, engagement_manual_id)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.DASHBOARD_ID)
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SEARCH_ENG_ID, vfName)
+ Click.id("test_" + vfName)
+ checklistName = FEChecklist.create_checklist(
+ engagement_id, vfName, None, engagement_manual_id)
+ FEUser.go_to_admin()
+ result = DBChecklist.fetchChecklistByName(checklistName)
+ FEUser.go_to_admin()
+ FEChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT, template_name)
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN)
+ Enter.text_by_id(Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_NAME,
+ "test_lineitem_added_and_audit_log_on_dupl_cl-NAME")
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.EDIT_LINE_ITEM_BTN)
+ FEChecklistTemplate.click_on_save_and_assert_success_msg()
+ Click.id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.DASHBOARD_ID)
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.SEARCH_ENG_ID, vfName)
+ Click.id("test_" + vfName)
+ Click.id("checklist-" + str(result))
+ Helper.internal_assert(
+ "1. automation", session.ice_driver.find_element_by_xpath("//li[@id='']").text)
diff --git a/services/frontend/fe_cms.py b/services/frontend/fe_cms.py
new file mode 100644
index 0000000..a86626e
--- /dev/null
+++ b/services/frontend/fe_cms.py
@@ -0,0 +1,157 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from services.constants import Constants
+from services.database.db_cms import DBCMS
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_dashboard import FEDashboard
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_user import FEUser
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class FECms:
+
+ @staticmethod
+ def validate_5_last_announcement_displayed(listOfTitleAnDescriptions, user_content, last_title):
+ last_description = listOfTitleAnDescriptions[
+ len(listOfTitleAnDescriptions) - 1][1]
+ Wait.text_by_id(Constants.Toast.CMS_ID, last_title + ".")
+ FEDashboard.open_announcement()
+ Wait.text_by_id(Constants.Cms.Toast_title_id, last_title)
+ Wait.text_by_id(Constants.Cms.Toast_description, last_description)
+ DBCMS.update_X_days_back_post(last_title, xdays=3)
+ Click.id(Constants.Cms.Test_addDT_close_modal_button)
+ FEUser.logout()
+ # Validate Announcement TOAST not displayed
+ FEUser.login(user_content['email'], Constants.Default.Password.TEXT)
+ session.run_negative(lambda: Wait.text_by_id(Constants.Cms.Toast_title_id, last_title),
+ "Last Announcement displayed in News & Announcements sections %s" % last_title)
+
+ @staticmethod
+ def validate_grandchild_page(parent_title, child_title, grand_child_title, description):
+ Click.id(Constants.Cms.Documentation)
+ Click.id(parent_title)
+ Click.id(child_title)
+ Click.id(grand_child_title)
+ Wait.text_by_id("center-" + grand_child_title, grand_child_title)
+ page_id = DBCMS.get_last_inserted_page_id()
+ Wait.text_by_id(page_id, description)
+
+ @staticmethod
+ def announcement_validate_toast(title, description, user_content):
+ Wait.text_by_id(Constants.Toast.CMS_ID, title + ".")
+ FEDashboard.open_announcement()
+ Wait.text_by_id(Constants.Cms.Toast_title_id, title)
+ Wait.text_by_id(Constants.Cms.Toast_description, description)
+ Click.id(Constants.Cms.Test_addDT_close_modal_button)
+ Click.css("button.close")
+ FEUser.logout()
+ FEUser.login(user_content['email'], Constants.Default.Password.TEXT)
+ # Validate Announcement displayed in News & Announcements sections
+ session.run_negative(lambda: FEDashboard.open_announcement(
+ ), "Announcement toast disappear after 2 days %s" % title)
+ Wait.text_by_id(title, title)
+ Wait.text_by_id(description, description)
+
+ @staticmethod
+ def search_documentation_title(title, user_content):
+ FEDashboard.open_documentation(title)
+ Wait.text_by_id(title, title)
+ logger.debug("Search Documentation by title")
+ Enter.text_by_id(Constants.Cms.SearchDocumentation, title, wait_for_page=True)
+ Wait.text_by_id(title, title)
+ Click.id(title, wait_for_page=True)
+ Wait.text_by_id(title, title)
+ logger.debug("Documentation found (searched by title)")
+
+ @staticmethod
+ def search_documentation_content(title, content):
+ FEDashboard.open_documentation(title)
+ Wait.text_by_id(title, title)
+ logger.debug("Search Documentation by content")
+ Enter.text_by_id(Constants.Cms.SearchDocumentation, content, wait_for_page=True)
+ Wait.text_by_id(title, title)
+ Click.id(title, wait_for_page=True)
+ Wait.text_by_css(Constants.Cms.DocumentationPageContent, content)
+ logger.debug("Documentation found (searched by content)")
+
+ @staticmethod
+ def validate_expired_post_Announcement(title, description):
+ Wait.text_by_id(Constants.Toast.CMS_ID, title + ".")
+ FEDashboard.open_announcement()
+ Wait.text_by_id(Constants.Cms.Toast_title_id, title)
+ Wait.text_by_id(Constants.Cms.Toast_description, description)
+ DBCMS.update_X_days_back_post(title, xdays=3)
+ Click.id(Constants.Cms.Test_addDT_close_modal_button)
+ FEGeneral.refresh()
+ session.run_negative(lambda: Wait.text_by_id(
+ Constants.Toast.CMS_ID, title + "."), "Announcement toast not disappear after 2 days %s" % title)
+
+ @staticmethod
+ def validate_page(title, description):
+ Click.id(Constants.Cms.Documentation)
+ Click.id(title)
+ Wait.text_by_id("center-" + title, title)
+ page_id = DBCMS.get_last_inserted_page_id()
+ Wait.text_by_id(page_id, description)
+
+ @staticmethod
+ def validate_FAQ(description):
+ Wait.text_by_id(Constants.Cms.Tooltip_title, "Did you know?")
+ Wait.text_by_id(Constants.Cms.Tooltip_description, description)
+
+ @staticmethod
+ def validate_news(title, description):
+ Wait.text_by_id(title, title)
+ Wait.text_by_id(description, description)
+ Click.id(title)
+ Wait.text_by_id(Constants.Cms.Toast_title_id, title)
+ Wait.text_by_id(Constants.Cms.Toast_description, description)
+
+ @staticmethod
+ def validae_announcement(title, description):
+ Wait.text_by_id(Constants.Toast.CMS_ID, title + ".")
+ FEDashboard.open_announcement()
+ Wait.text_by_id(Constants.Cms.Toast_title_id, title)
+ Wait.text_by_id(Constants.Cms.Toast_description, description)
diff --git a/services/frontend/fe_dashboard.py b/services/frontend/fe_dashboard.py
new file mode 100644
index 0000000..0df66d4
--- /dev/null
+++ b/services/frontend/fe_dashboard.py
@@ -0,0 +1,289 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium.webdriver.support.ui import Select
+
+from services.constants import Constants
+from services.database.db_user import DBUser
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_overview import FEOverview
+from services.frontend.fe_user import FEUser
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class FEDashboard:
+
+ @staticmethod
+ def open_announcement():
+ try:
+ Click.id("read-more-button")
+ except Exception as e:
+ errorMsg = "Failed to go to Announcement page."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def open_documentation(title):
+ try:
+ Click.id("documentation", wait_for_page=True)
+ Wait.id("search-doc")
+ Wait.text_by_id(title, title, wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to go to Announcement page."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def validate_filtering_by_stage(user_content, stage):
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ # Validate Scrolling #
+ FEUser.login(user_content['el_email'], Constants.Default.Password.TEXT)
+ FEOverview.click_on_vf(user_content)
+ Click.id(Constants.Dashboard.Statuses.ID, wait_for_page=True)
+ Wait.text_by_id("dashboard-title", "Statuses", wait_for_page=True)
+ Wait.id("search-filter-stage")
+ Select(session.ice_driver.find_element_by_id(
+ "search-filter-stage")).select_by_visible_text(stage)
+ Wait.id(
+ Constants.Dashboard.Statuses.ExportExcel.ID, wait_for_page=True)
+ engLeadID = DBUser.select_user_native_id(user_content['el_email'])
+ # Query for fetching count of rows per stage.
+ countOfEngInStagePerUser = DBUser.select_user_engagements_by_stage(
+ stage, engLeadID)
+ # Calculate number of pages #
+ NUM_OF_RESULTS_PER_PAGES = 8
+ number_of_pages = countOfEngInStagePerUser // NUM_OF_RESULTS_PER_PAGES
+ logger.debug("Number of pages: " + str(number_of_pages))
+ if (countOfEngInStagePerUser % NUM_OF_RESULTS_PER_PAGES != 0):
+ number_of_pages += 1
+ logger.debug("number_of_pages " + str(number_of_pages)) # Scroll #
+ Wait.id("engagements-pagination", wait_for_page=True)
+ element = session.ice_driver.find_element_by_id(
+ "engagements-pagination")
+ element.location_once_scrolled_into_view
+ Click.link_text(str(number_of_pages), wait_for_page=True)
+
+ @staticmethod
+ def validate_filtering_by_stage_with_page_ids(user_content, stage):
+ FEOverview.click_on_vf(user_content)
+ Click.id(Constants.Dashboard.Statuses.ID)
+ # Stage Active Validation #
+ Wait.text_by_id("dashboard-title", "Statuses")
+ Wait.id(Constants.Dashboard.Statuses.FilterDropdown.ID)
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.Statuses.FilterDropdown.ID)).select_by_visible_text("Intake")
+ Wait.page_has_loaded()
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.Statuses.FilterDropdown.ID)).select_by_visible_text(stage)
+ Wait.id(
+ Constants.Dashboard.Statuses.ExportExcel.ID, wait_for_page=True)
+ countIdsActive = 0
+ engLeadID = DBUser.select_user_native_id(user_content['el_email'])
+ countOfEngInStagePerUser = DBUser.select_user_engagements_by_stage(
+ stage, engLeadID) # Calculate number of pages #
+ NUM_OF_RESULTS_PER_PAGES = 8
+ number_of_pages = countOfEngInStagePerUser // NUM_OF_RESULTS_PER_PAGES
+ if countOfEngInStagePerUser <= NUM_OF_RESULTS_PER_PAGES:
+ number_of_pages = 1
+ if number_of_pages == 1:
+ # Count all engagements on current page
+ logger.debug("Number of pages: " + str(number_of_pages))
+ ids = session.ice_driver.find_elements_by_xpath('//*[@id]')
+ for ii in ids:
+ if "starred-" in ii.get_attribute('id'):
+ # Print ii.tag_name (id name as string).
+ logger.debug(ii.get_attribute('id'))
+ countIdsActive += 1
+ Wait.id(Constants.Dashboard.Statuses.ExportExcel.ID)
+ if countIdsActive == countOfEngInStagePerUser:
+ logger.debug("result right")
+ else:
+ if countOfEngInStagePerUser % NUM_OF_RESULTS_PER_PAGES != 0:
+ number_of_pages += 1
+ logger.debug("number_of_pages " + str(number_of_pages))
+ # Scroll #
+ Wait.id("engagements-pagination")
+ element = session.ice_driver.find_element_by_id(
+ "engagements-pagination")
+ element.location_once_scrolled_into_view
+ if number_of_pages > 1:
+ Click.link_text(str(number_of_pages), wait_for_page=True)
+
+ @staticmethod
+ def validate_statistics_by_stages(user_content):
+ # Validate Scrolling #
+ FEOverview.click_on_vf(user_content)
+ Click.id(Constants.Dashboard.Statuses.ID)
+ Wait.text_by_id("dashboard-title", "Statuses")
+ Wait.css(Constants.Dashboard.Statuses.Statistics.FilterDropdown.CSS)
+ Select(session.ice_driver.find_element_by_css_selector(
+ Constants.Dashboard.Statuses.Statistics.FilterDropdown.CSS)).select_by_visible_text("All")
+ engLeadID = DBUser.select_user_native_id(user_content['el_email'])
+ countOfEngInStagePerUser = DBUser.select_all_user_engagements(
+ engLeadID) # Scroll #
+ Wait.text_by_id(
+ Constants.Dashboard.Statuses.Statistics.EngagementsNumber.ID,
+ str(countOfEngInStagePerUser), wait_for_page=True)
+ element = session.ice_driver.find_element_by_id(
+ Constants.Dashboard.Statuses.Statistics.EngagementsNumber.ID)
+ # Stage Active Validation #
+ element.location_once_scrolled_into_view
+ Wait.css(
+ Constants.Dashboard.Statuses.Statistics.FilterDropdown.CSS, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_css_selector(
+ Constants.Dashboard.Statuses.Statistics.FilterDropdown.CSS)).select_by_visible_text("Active")
+ countOfEngInStagePerUser = DBUser.select_user_engagements_by_stage(
+ "Active", engLeadID)
+ Wait.text_by_id(
+ Constants.Dashboard.Statuses.Statistics.EngagementsNumber.ID, str(countOfEngInStagePerUser), wait_for_page=True)
+
+ @staticmethod
+ def search_by_vf(user_content):
+ engName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ engSearchID = "eng-" + engName
+ FEGeneral.re_open_not_clean_cache(Constants.Default.DashbaordURL.TEXT)
+ logger.debug("Search engagement by engagement_manual_id")
+ Enter.text_by_id(Constants.Dashboard.Statuses.SearchBox.ID,
+ user_content['engagement_manual_id'], wait_for_page=True)
+ eng_manual_id = user_content['engagement_manual_id'] + ":"
+ Wait.text_by_id(engSearchID, eng_manual_id)
+
+ @staticmethod
+ def search_in_left_searchbox_by_param(manual_id, vf_name, param):
+ myVfName = manual_id + ": " + vf_name
+ Enter.text_by_xpath(
+ Constants.Dashboard.LeftPanel.SearchBox.Results.XPATH, param)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.SearchBox.Results.CSS, myVfName)
+ Click.css(Constants.Dashboard.LeftPanel.SearchBox.Results.CSS)
+
+ @staticmethod
+ def check_vnf_version(user_content):
+ current_vnf_value = Get.by_css(
+ "#progress_bar_" + user_content['engagement_manual_id'] + " ." + Constants.Dashboard.Overview.Progress.VnfVersion.CLASS, wait_for_page=True)
+ Helper.internal_assert(current_vnf_value, user_content['vnf_version'])
+
+ @staticmethod
+ def search_in_dashboard(user_content, vfcName, users):
+ engName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ engSearchID = "eng-" + engName
+ for user in users:
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ logger.debug("Login with user " + user)
+ FEUser.login(user, Constants.Default.Password.TEXT)
+ logger.debug("Search engagement by engagement_manual_id")
+ Enter.text_by_id(
+ Constants.Dashboard.Statuses.SearchBox.ID, user_content['engagement_manual_id'])
+ eng_manual_id = user_content['engagement_manual_id'] + ":"
+ Wait.text_by_id(engSearchID, eng_manual_id)
+ logger.debug("Engagement found (searched by engagement_manual_id)")
+ FEGeneral.refresh()
+ logger.debug("Search engagement by VF name")
+ # Search by VF name.
+ Enter.text_by_id(
+ Constants.Dashboard.Statuses.SearchBox.ID, user_content['vfName'])
+ Wait.text_by_id(engSearchID, eng_manual_id)
+ logger.debug("Engagement found (searched by VF name)")
+ FEGeneral.refresh()
+ logger.debug("Search engagement by VFC")
+ # Search by VFC.
+ Enter.text_by_id(
+ Constants.Dashboard.Statuses.SearchBox.ID, vfcName)
+ Wait.text_by_id(engSearchID, eng_manual_id)
+ logger.debug("Engagement found (searched by VFC)")
+ FEGeneral.refresh()
+ logger.debug("Negative search: search by random string")
+ # Search by VFC.
+ Enter.text_by_id(Constants.Dashboard.Statuses.SearchBox.ID,
+ "RND_STR_" + Helper.rand_string("randomString"))
+ Wait.text_by_id("search-results", "Export to Excel >>")
+
+ @staticmethod
+ def check_if_the_eng_of_NS_is_the_correct_one(user_content):
+ logger.debug(" > Check if the engagement of NS is the correct one")
+ engName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ Wait.text_by_name(
+ user_content['engagement_manual_id'], "Engagement - " + engName)
+ return engName
+
+ @staticmethod
+ def check_if_creator_of_NS_is_the_EL(user_content):
+ logger.debug(
+ " > Check if creator of NS is the EL " + user_content['el_name'])
+ if (user_content['el_name'] not in Get.by_name("creator-full-name-" + user_content['el_name'])):
+ logger.error("EL is not the creator of the NS according to UI.")
+ raise
+
+ @staticmethod
+ def statuses_search_vf(engagement_manual_id, vf_name):
+ engName = engagement_manual_id + ": " + vf_name
+ # Search by VF name.
+ Enter.text_by_id(
+ Constants.Dashboard.Statuses.SearchBox.ID, vf_name, wait_for_page=True)
+ Wait.id("eng-" + engName, wait_for_page=True)
+ Click.id("eng-" + engName, wait_for_page=True)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Title.ID, engName, wait_for_page=True)
+
+ @staticmethod
+ def go_to_main_dashboard():
+ Click.id(Constants.Dashboard.Statuses.ID)
+
+ @staticmethod
+ def click_on_dashboard_and_validate_statistics(is_negative):
+ # Click.id(Constants.Dashboard.Default.DASHBOARD_ID)
+ Wait.page_has_loaded()
+ if is_negative:
+ session.run_negative(lambda: Wait.id(
+ Constants.Dashboard.Default.STATISTICS), "Negative test failed at Statistics appears")
+ else:
+ Wait.id(Constants.Dashboard.Default.STATISTICS)
+
+ @staticmethod
+ def click_on_create_vf():
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
diff --git a/services/frontend/fe_detailed_view.py b/services/frontend/fe_detailed_view.py
new file mode 100644
index 0000000..bf9a5bf
--- /dev/null
+++ b/services/frontend/fe_detailed_view.py
@@ -0,0 +1,359 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import time
+
+from selenium.webdriver.support.ui import Select
+
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_dashboard import FEDashboard
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_user import FEUser
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class FEDetailedView:
+
+ @staticmethod
+ def search_vf_and_go_to_detailed_view(engagement_manual_id, vf_name):
+ engName = engagement_manual_id + ": " + vf_name
+ detailed_view_id = Constants.Dashboard.DetailedView.ID + engName
+ FEDashboard.statuses_search_vf(engagement_manual_id, vf_name)
+ Click.id(detailed_view_id, wait_for_page=True)
+ return detailed_view_id
+
+ @staticmethod
+ def update_aic_version():
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.PLUS, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TITLE, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_id(Constants.Dashboard.DetailedView.AIC.Dropdown.ID)
+ ).select_by_visible_text(Constants.Dashboard.DetailedView.ValidationDetails.TargetAICVersion.AIC3)
+ Click.xpath("//option[3]", wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.SAVE, wait_for_page=True)
+
+ @staticmethod
+ def open_validation_details():
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.PLUS, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TITLE, wait_for_page=True)
+
+ @staticmethod
+ def save_validation_details():
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.SAVE, wait_for_page=True)
+
+ @staticmethod
+ def update_target_lab_entry():
+ Click.id(
+ Constants.Dashboard.DetailedView.TargetLabEntry.CHANGE, wait_for_page=True)
+ Enter.date_picker(
+ '#lab-entry-date', 'vm.targetLabDate', wait_for_page=True)
+ Click.css(
+ Constants.Dashboard.DetailedView.TargetLabEntry.INPUT_CSS, wait_for_page=True)
+ Click.css(Constants.SubmitButton.CSS, wait_for_page=True)
+ actualDate = Get.by_css(
+ Constants.Dashboard.DetailedView.TargetLabEntry.CONTENT_CSS, wait_for_page=True)
+ return str(actualDate)
+
+ @staticmethod
+ def validate_target_lab_entry(date):
+ Wait.text_by_css(Constants.Dashboard.DetailedView.TargetLabEntry.CSS,
+ Constants.Dashboard.DetailedView.TargetLabEntry.TEXT, wait_for_page=True)
+ actualDate = Get.by_css(
+ Constants.Dashboard.DetailedView.TargetLabEntry.CONTENT_CSS)
+ Helper.internal_assert(actualDate, date)
+
+ @staticmethod
+ def update_ecomp_release(EcompName):
+ count = 0
+ try:
+ Click.id(Constants.Dashboard.DetailedView.ValidationDetails.PLUS)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TITLE, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.DetailedView.ECOMP.Dropdown.ID, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.DetailedView.ECOMP.Dropdown.ID)).select_by_visible_text(EcompName)
+ Click.id(Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.ID_ECOMP +
+ EcompName, wait_for_page=True)
+ count += 1
+ Wait.id(Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.ID_ECOMP +
+ Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.UNKNOW, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_id(Constants.Dashboard.DetailedView.ECOMP.Dropdown.ID)
+ ).select_by_visible_text(Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.UNKNOW)
+ Click.id(Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.ID_ECOMP +
+ Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.UNKNOW, wait_for_page=True)
+ count += 1
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.SAVE, wait_for_page=True)
+ Helper.internal_assert(count, 2)
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "Failed in update_ecomp_release ."
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def update_vf_version():
+ try:
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.PLUS, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TITLE, wait_for_page=True)
+ newVFVersionName = "newVFVersionName-" + \
+ Helper.rand_string("randomString")
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.VFVersion.ID_VERSION)
+ Enter.text_by_id(
+ Constants.Dashboard.DetailedView.ValidationDetails.VFVersion.ID_VERSION, newVFVersionName, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.SAVE, wait_for_page=True)
+ return newVFVersionName
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "Failed in update_ecomp_release ."
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def validate_aic_version():
+ FEGeneral.refresh()
+ Wait.id(
+ Constants.Dashboard.DetailedView.AIC.ID + "3.0", wait_for_page=True)
+
+ @staticmethod
+ def validate_ecomp_version():
+ FEGeneral.refresh()
+ Wait.id(Constants.Dashboard.DetailedView.ECOMP.ID +
+ Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.UNKNOW, wait_for_page=True)
+
+ @staticmethod
+ def validate_vf_version(newVFVersionName):
+ FEGeneral.refresh()
+ Wait.id(Constants.Dashboard.DetailedView.ValidationDetails.VFVersion.VF_VERSION_ID +
+ newVFVersionName, wait_for_page=True)
+
+ @staticmethod
+ def validate_all_titles_on_dv_form():
+ Wait.text_by_id(Constants.Dashboard.DetailedView.DeploymentTarget.ID,
+ Constants.Dashboard.DetailedView.DeploymentTarget.TEXT, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.VirtualFunctionComponents.ID,
+ Constants.Dashboard.DetailedView.VirtualFunctionComponents.TEXT)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.TargetLabEntry.ID,
+ Constants.Dashboard.DetailedView.TargetLabEntry.TEXT)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.ValidationDetails.ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TEXT)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.ValidationDetails.TargetAICVersion.ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TargetAICVersion.TEXT)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.ECOMPRelease.TEXT)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.ValidationDetails.VFVersion.ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.VFVersion.TEXT, wait_for_page=True)
+
+ @staticmethod
+ def add_deployment_target(user_content):
+ Click.id(Constants.Dashboard.DetailedView.TargetLabEntry.Add.ID)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.DeploymentTarget.TITLE)
+ # FIXME: empty drop-down, tests will fail.
+ Select(session.ice_driver.find_element_by_xpath(
+ "//select")).select_by_visible_text("Lisle (DPA3)")
+ Click.id(
+ Constants.Dashboard.DetailedView.DeploymentTarget.SAVE, wait_for_page=True)
+ Wait.text_by_css(
+ Constants.Dashboard.DetailedView.DeploymentTarget.CSS, "Lisle (DPA3)", wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.AIC.ID +
+ user_content['target_aic'], user_content['target_aic'])
+ e2edate = FEGeneral.date_short_formatter()
+ Wait.text_by_css(
+ Constants.Dashboard.DetailedView.TargetLabEntry.CONTENT_CSS, e2edate)
+
+ @staticmethod
+ def remove_deployment_target(user_content):
+ Wait.text_by_id(
+ "visible-dts-Lisle (DPA3)", "Lisle (DPA3)", wait_for_page=True)
+ dt_site_id = DBGeneral.select_query(
+ "SELECT uuid FROM public.ice_deployment_target_site where name = 'Lisle (DPA3)'")
+ Click.id("visible-dts-Lisle (DPA3)")
+ Wait.id(
+ Constants.Dashboard.DetailedView.DeploymentTarget.ID_REMOVE_DTS + dt_site_id)
+ Click.id(Constants.Dashboard.DetailedView.DeploymentTarget.ID_REMOVE_DTS +
+ dt_site_id, wait_for_page=True)
+ session.run_negative(lambda: Wait.text_by_id(
+ "visible-dts-Lisle (DPA3)", "Lisle (DPA3)", wait_for_page=True), "Negative test failed at wait text Lisle (DPA3)")
+
+ @staticmethod
+ def add_vfc():
+ vfcName = "VFC-" + Helper.rand_string("randomString")
+ Click.id(Constants.Dashboard.DetailedView.VFC.Add.ID)
+ Enter.text_by_name("name", vfcName)
+ session.ice_driver.find_element_by_name("extRefID").click()
+ Enter.text_by_name("extRefID", Helper.rand_string("randomNumber"))
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.DetailedView.VFC.Choose_Company.ID)).select_by_visible_text("AT&T")
+ Click.id(Constants.Dashboard.DetailedView.VFC.Save_button.ID)
+ return vfcName
+
+ @staticmethod
+ def add_vfcs(name, extRefID):
+ Click.id(
+ Constants.Dashboard.DetailedView.VFC.Add.ID, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ "Add Virtual Function Components (VFCs)")
+ Enter.text_by_name("name", name)
+ Click.name("extRefID", wait_for_page=True)
+ Enter.text_by_name("extRefID", extRefID, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.DetailedView.VFC.Choose_Company.ID)).select_by_visible_text("Amdocs")
+ Wait.text_by_css("span.add-text", "Add VFC", wait_for_page=True)
+ Click.css("span.add-text", wait_for_page=True)
+ logger.debug("Add VFC no.2")
+ Enter.text_by_xpath(
+ "//div[2]/ng-form/div/input", "djoni2", wait_for_page=True)
+ Enter.text_by_xpath("//div[2]/ng-form/div[2]/input", "loka2")
+ Enter.text_by_xpath("//div[2]/ng-form/div[4]/input", "companyManual2")
+ Click.id(
+ Constants.Dashboard.DetailedView.VFC.Save_button.ID, wait_for_page=True)
+
+ @staticmethod
+ def remove_vfc(user_content):
+ vf_id = DBGeneral.select_where(
+ "uuid", "ice_vf", "name", user_content['vfName'], 1)
+ djoni_uuid = None
+ counter = 0
+ while not djoni_uuid and counter <= Constants.DBConstants.RETRIES_NUMBER:
+ time.sleep(session.wait_until_time_pause_long)
+ djoni_uuid = DBGeneral.select_where_and(
+ "uuid", "ice_vfc", "vf_id", vf_id, "name", "djoni", 1)
+ logger.debug("Checklist state not changed yet (%s of %s)" % (
+ counter, Constants.DBConstants.RETRIES_NUMBER))
+ counter += 1
+ logger.debug("VFC_UUID was successfully selecteded : " +
+ djoni_uuid + ", and was verified over the DB")
+ Wait.text_by_id(Constants.Dashboard.DetailedView.VFC.ID +
+ "djoni", "djoni (loka)", wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.DetailedView.VFC.ID +
+ "djoni2", "djoni2 (loka2)", wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.DetailedView.VFC.ID + "djoni", wait_for_page=True)
+ Click.id(Constants.Dashboard.DetailedView.VFC.Remove.ID +
+ djoni_uuid, wait_for_page=True)
+
+ @staticmethod
+ def validate_deployment_targets(user_content, users):
+ for user in users:
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ logger.debug("Login with user " + user)
+ FEUser.login(user, Constants.Default.Password.TEXT)
+ FEDetailedView.search_vf_and_go_to_detailed_view(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ Wait.id(
+ Constants.Dashboard.DetailedView.DeploymentTarget.AddDeploymentTargetButton.ID)
+
+ @staticmethod
+ def add_remove_deployment_targets(user_content, users):
+ for user in users:
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ logger.debug("Login with user " + user)
+ FEUser.login(user, Constants.Default.Password.TEXT)
+ FEDetailedView.search_vf_and_go_to_detailed_view(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ FEDetailedView.add_deployment_target(user_content)
+ FEDetailedView.remove_deployment_target(user_content)
+
+ @staticmethod
+ def validate_negative_role_for_deployment_targets(user_content, users):
+ for user in users:
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ logger.debug("Login with user " + user)
+ FEUser.login(user, Constants.Default.Password.TEXT)
+ FEDetailedView.search_vf_and_go_to_detailed_view(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ session.run_negative(lambda: Click.id(Constants.Dashboard.DetailedView.DeploymentTarget.AddDeploymentTargetButton.ID),
+ "Negative test failed at click_on_ deployment-targets with user %s" % user)
+
+ @staticmethod
+ def click_on_update_aic_version():
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.PLUS, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TITLE, wait_for_page=True)
+
+ @staticmethod
+ def click_on_update_ecomp_release():
+ Click.id(
+ Constants.Dashboard.DetailedView.ValidationDetails.PLUS, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Modal.TITLE_ID,
+ Constants.Dashboard.DetailedView.ValidationDetails.TITLE, wait_for_page=True)
+
+ @staticmethod
+ def select_aic_version_from_list(aic_version):
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.DetailedView.AIC.Dropdown.ID)).select_by_visible_text(aic_version)
+
+ @staticmethod
+ def compare_aic_selected_version(expected_aic_version):
+ Helper.internal_assert(Get.by_id(
+ Constants.Dashboard.DetailedView.AIC.ID + expected_aic_version), expected_aic_version)
+
+ @staticmethod
+ def compare_selected_ecomp_release(expected_ecomp_release):
+ Helper.internal_assert(Get.by_id(
+ Constants.Dashboard.DetailedView.ECOMP.ID + expected_ecomp_release), expected_ecomp_release)
+
+ @staticmethod
+ def validate_deprecated_aic_version_in_dropdown(expected_aic_version):
+ Helper.internal_assert(Get.by_id(Constants.Dashboard.DetailedView.AIC.Dropdown.UniversalVersion.ID %
+ expected_aic_version), "AIC " + expected_aic_version + " - Deprecated")
+
+ @staticmethod
+ def validate_deprecated_ecomp_release_in_dropdown(expected_ecomp_release):
+ Helper.internal_assert(Get.by_id(Constants.Dashboard.DetailedView.ECOMP.Dropdown.UniversalRelease.ID %
+ expected_ecomp_release), expected_ecomp_release + " - Deprecated")
diff --git a/services/frontend/fe_general.py b/services/frontend/fe_general.py
new file mode 100644
index 0000000..c6832cb
--- /dev/null
+++ b/services/frontend/fe_general.py
@@ -0,0 +1,261 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import json
+import time
+
+from django.conf import settings
+from selenium.webdriver.support.select import Select
+
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class FEGeneral(Helper):
+
+ @staticmethod
+ def date_formatter():
+ d = int(time.strftime("%d"))
+ if (d == 1 or d == 21 or d == 31):
+ d = str(d) + "st"
+ elif (d == 2 or d == 22):
+ d = str(d) + "nd"
+ elif (d == 3 or d == 23):
+ d = str(d) + "rd"
+ else:
+ d = str(d) + "th"
+ return time.strftime("%A %B " + d + " %Y")
+
+ @staticmethod
+ def date_short_formatter():
+ return time.strftime("%-m" + "/" + "%-d" + "/" + "%y")
+
+ @staticmethod
+ def re_open(reopen_url):
+ try:
+ logger.debug("Reopen URL: " + reopen_url)
+ session.ice_driver.get('javascript:localStorage.clear();')
+ session.ice_driver.get('javascript:sessionStorage.clear();')
+ session.ice_driver.delete_all_cookies()
+ # Open FireFox with requested URL.
+ session.ice_driver.get("about:blank")
+ # Open FireFox with requested URL.
+ session.ice_driver.get(reopen_url)
+ session.ice_driver.maximize_window()
+ Wait.page_has_loaded()
+ except Exception as e:
+ errorMsg = "Could not reopen requested page"
+ raise Exception(errorMsg, reopen_url)
+
+ @staticmethod
+ def re_open_not_clean_cache(url):
+ try:
+ # Open FireFox with requested URL.
+ session.ice_driver.get(url)
+ session.ice_driver.maximize_window()
+ except:
+ errorMsg = "Could not reopen requested page"
+ raise Exception(errorMsg, url)
+ logger.debug("Moving to next test case")
+
+ @staticmethod
+ def refresh():
+ try: # Click on element in UI, by CSS locator.
+ session.ice_driver.refresh()
+ Wait.page_has_loaded()
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Could not refresh the page."
+ logger.error(errorMsg)
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def select_vendor_from_list(vendor):
+ Wait.name(Constants.Signup.Company.NAME)
+ Select(session.ice_driver.find_element_by_name(
+ Constants.Signup.Company.NAME)).select_by_visible_text(vendor)
+
+ @staticmethod
+ def go_to_signup_from_login():
+ Click.link_text(Constants.Login.Signup.LINK_TEXT, wait_for_page=True)
+ Wait.text_by_css(
+ Constants.Signup.Title.CSS, Constants.Signup.Title.TEXT, wait_for_page=True)
+
+ @staticmethod
+ def form_enter_name(name):
+ Enter.text_by_name(Constants.Signup.FullName.NAME, name)
+
+ @staticmethod
+ def form_enter_email(email):
+ Enter.text_by_name(Constants.Signup.Email.NAME, email)
+
+ @staticmethod
+ def form_enter_phone(phone):
+ Enter.text_by_name(Constants.Signup.Phone.NAME, phone)
+
+ @staticmethod
+ def form_enter_password(password):
+ Enter.text_by_name(Constants.Signup.Password.NAME, password)
+
+ @staticmethod
+ def form_check_checkbox(xpath):
+ Click.xpath(xpath)
+
+ @staticmethod
+ def click_on_submit():
+ Click.css(Constants.SubmitButton.CSS)
+
+ @staticmethod
+ def go_to_login_from_signup():
+ Click.link_text(Constants.Signup.HaveAccount.LINK_TEXT)
+ Wait.text_by_css(Constants.Login.Title.CSS, Constants.Login.Title.TEXT)
+
+ @staticmethod
+ def verify_toast_message(expected_message):
+ Wait.text_by_id(
+ Constants.Toast.ID, expected_message, wait_for_page=True)
+
+ @staticmethod
+ def form_validate_name(name):
+ name_in_ui = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.FullName.NAME)
+ Helper.internal_assert(name, name_in_ui)
+
+ @staticmethod
+ def form_validate_email(email):
+ email_in_ui = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.Email.NAME)
+ Helper.internal_assert(email, email_in_ui)
+
+ @staticmethod
+ def form_validate_phone(phone):
+ phone_in_ui = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.Phone.NAME)
+ Helper.internal_assert(phone, phone_in_ui)
+
+ @staticmethod
+ def form_validate_company(company):
+ company_in_ui = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.Company.NAME)
+ Helper.internal_assert(company, company_in_ui)
+
+ @staticmethod
+ def form_validate_ssh(key):
+ key_in_ui = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.SSHKey.NAME)
+ Helper.internal_assert(key, key_in_ui)
+
+ @staticmethod
+ def go_to_reset_password_from_login():
+ Click.link_text(Constants.Login.ResetPassword.LINK_TEXT)
+
+ @staticmethod
+ def send_reset_password(email):
+ FEGeneral.go_to_reset_password_from_login()
+ Wait.text_by_css(
+ Constants.ResetPassword.Title.CSS, Constants.ResetPassword.Title.TEXT)
+ Enter.text_by_name(Constants.ResetPassword.Email.NAME, email)
+ Wait.text_by_css(
+ Constants.SubmitButton.CSS, Constants.ResetPassword.Button.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.ResetPassword.Toast.Success.TEXT)
+ logger.debug(Constants.ResetPassword.Toast.Success.TEXT)
+
+ @staticmethod
+ def verify_home_elements():
+ Wait.text_by_id(Constants.Home.Title.ID, Constants.Home.Title.TEXT)
+ element = session.ice_driver.find_element_by_id(
+ Constants.Home.Collaborate.ID)
+ element.location_once_scrolled_into_view
+ Wait.text_by_xpath(
+ Constants.Home.Collaborate.XPATH, Constants.Home.Collaborate.TEXT)
+ Wait.text_by_xpath(
+ Constants.Home.Validate.XPATH, Constants.Home.Validate.TEXT)
+ Wait.text_by_xpath(
+ Constants.Home.Incubate.XPATH, Constants.Home.Incubate.TEXT)
+ element = session.ice_driver.find_element_by_id(Constants.Home.Logo.ID)
+ element.location_once_scrolled_into_view
+ Wait.text_by_id(Constants.Home.Title.ID, Constants.Home.Title.TEXT)
+
+ @staticmethod
+ def go_to_signup_from_homepage():
+ Click.link_text(Constants.Home.GetStarted.LINK_TEXT)
+ Wait.text_by_css(
+ Constants.Signup.Title.CSS, Constants.Signup.Title.TEXT)
+
+ @staticmethod
+ def get_meta_order_of_element(element_id):
+ return Get.meta_order_by_id(element_id)
+
+ @staticmethod
+ def verify_num_of_existing_ids(requested_num_of_ids, id_prefix):
+ existing_id_objects_in_page = 0
+ ids = session.ice_driver.find_elements_by_xpath('//*[@id]')
+ for id in ids:
+ if id_prefix in id.get_attribute('id'):
+ # Print id.tag_name (id name as string).
+ logger.debug(id.get_attribute('id'))
+ existing_id_objects_in_page += 1
+ Helper.internal_assert(
+ existing_id_objects_in_page, requested_num_of_ids)
+ logger.debug("verify_num_of_existing_ids succeeded")
+
+ @staticmethod
+ def verify_existing_files_in_list(items_list, id_to_search_for):
+ element = session.ice_driver.find_elements_by_id(id_to_search_for)
+ element_attribute_items = json.loads(element[0].get_attribute('name'))
+ Helper.internal_assert(
+ len(items_list), len(element_attribute_items) - 1)
+ extracted_files_list = list()
+ for file in element_attribute_items:
+ extracted_files_list.append(file['File'])
+ for item in items_list:
+ if item not in extracted_files_list:
+ Helper.assertTrue(
+ False, "%s does not exist over the client's side" % item)
+ logger.debug(
+ "verify_existing_files_in_list succeeded, All vf repo files are available for choosing.")
diff --git a/services/frontend/fe_invite.py b/services/frontend/fe_invite.py
new file mode 100644
index 0000000..405581c
--- /dev/null
+++ b/services/frontend/fe_invite.py
@@ -0,0 +1,198 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from asyncio.tasks import wait
+
+from selenium.webdriver.support.select import Select
+
+from services.api.api_user import APIUser
+from services.api.api_virtual_function import APIVirtualFunction
+from services.constants import Constants, ServiceProvider
+from services.database.db_general import DBGeneral
+from services.database.db_user import DBUser
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_user import FEUser
+from services.frontend.fe_wizard import FEWizard
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class FEInvite:
+
+ @staticmethod
+ def invite_users(user_content):
+ engName = user_content[0][
+ 'engagement_manual_id'] + ": " + user_content[0]['vfName']
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id)
+ FEWizard.invite_team_members_modal(user_content[1]['email'])
+ # self.sleep(1) # TODO need to wait until modal window is closed.
+ invitation_token = DBUser.select_invitation_token("invitation_token", "ice_invitation", "engagement_uuid",
+ user_content[0]['engagement_uuid'], user_content[1]['email'], 1)
+ inviterURL = Constants.Default.InviteURL.Login.TEXT + invitation_token
+ FEGeneral.re_open(inviterURL)
+ # Login with 2nd user #
+ title_id = "title-id-" + engName
+ FEUser.login(
+ user_content[1]['email'], Constants.Default.Password.TEXT, title_id)
+ Click.id(vf_left_nav_id)
+ actualVfName = Get.by_id(vf_left_nav_id)
+ Helper.internal_assert(engName, actualVfName)
+ Wait.text_by_id(Constants.Dashboard.Overview.Title.ID, engName)
+ FEUser.logout()
+ return vf_left_nav_id
+
+ @staticmethod
+ def invite_x_users(user_content, vf_left_nav_id, x):
+ for _ in range(x): # Invites 2-5
+ Click.id(vf_left_nav_id)
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ FEWizard.add_vf()
+ Click.id(
+ Constants.Dashboard.Wizard.CloseButton.ID, wait_for_page=True)
+ FEWizard.invite_team_members_modal(user_content[1]['email'])
+ FEGeneral.refresh()
+
+ @staticmethod
+ def invite_and_validate_limit(user_content, vf_left_nav_id):
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ FEWizard.add_vf()
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID, wait_for_page=True)
+ Click.id(vf_left_nav_id)
+ Click.id(Constants.Dashboard.Overview.TeamMember.ID)
+ Wait.text_by_css(Constants.Dashboard.Wizard.Title.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+ Enter.text_by_name("email", user_content[1]['email'])
+ Wait.text_by_css(Constants.SubmitButton.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Button.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.id(Constants.Toast.ID)
+ Helper.internal_assert(
+ Get.by_id(Constants.Toast.ID), "Invite couldn't be created")
+
+ @staticmethod
+ def invite_x_users_from_tm(list_of_invite_emails, countofUser, countOfem, num):
+ Enter.text_by_name(
+ "email", list_of_invite_emails[countofUser], wait_for_page=True)
+ for _ in range(num):
+ try:
+ session.run_negative(
+ lambda: Click.css("span.add-icon"), "css appears")
+ break
+ except: # button exists
+ pass
+ countofUser += 1
+# Click.css("span.add-icon")
+ Wait.xpath("//fieldset[" + str(countOfem) + "]/div/input")
+ Enter.text_by_xpath(
+ "//fieldset[" + str(countOfem) + "]/div/input", list_of_invite_emails[countofUser])
+ countOfem += 1
+ Click.css(Constants.SubmitButton.CSS, wait_for_page=True)
+
+ @staticmethod
+ def create_x_vfs(user_content, engName, x):
+ vflist = []
+ FEUser.login(user_content['email'], Constants.Default.Password.TEXT)
+ for _ in range(x):
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id)
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ vfName = FEWizard.add_vf()
+ vflist.append(vfName)
+ Click.id(
+ Constants.Dashboard.Wizard.CloseButton.ID, wait_for_page=True)
+ return vflist
+
+ @staticmethod
+ def validations_for_user2(user_content, inviteEmail, vflist):
+ # Fetch one AT&T user ID.
+ engagement_id = DBGeneral.select_where(
+ "engagement_id", "ice_vf", "name", vflist[0], 1)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ engLeadEmail = DBUser.select_el_email(vflist[0])
+ user_content['engagement_uuid'] = engagement_id
+ user_content['el_email'] = engLeadEmail
+ uuid = DBGeneral.select_where_email(
+ "uuid", "ice_user_profile", user_content['email'])
+ sponsor = ["AT&T", 'aaaaaa', inviteEmail, '3058000000']
+ invitation_token = DBUser.select_invitation_token(
+ "invitation_token", "ice_invitation", "engagement_uuid", engagement_id, inviteEmail, 1)
+ signUpURLforContact = DBUser.get_contact_signup_url(
+ invitation_token, uuid, sponsor[2], sponsor[1], sponsor[3], sponsor[0])
+ APIUser.signup_invited_user(
+ sponsor[0], inviteEmail, invitation_token, signUpURLforContact, user_content, True, wait_for_gitlab=False)
+ activationUrl2 = DBUser.get_activation_url(sponsor[2])
+ FEGeneral.re_open(activationUrl2) # Login with 2nd user #
+ engName = engagement_manual_id + ": " + vflist[0]
+ title_id = "clickable-" + engName
+ FEUser.login(inviteEmail, Constants.Default.Password.TEXT, title_id)
+ for vfName in vflist:
+ # Fetch one AT&T user ID.
+ engagement_id = DBGeneral.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ engName = engagement_manual_id + ": " + vfName
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id, wait_for_page=True)
+
+ @staticmethod
+ def invite_x_users_and_verify_VF_appers_for_invited(user_content, engName):
+ inviteEmail = Helper.rand_string('randomString') + "@intl." + ServiceProvider.email
+ vflist = FEInvite.create_x_vfs(user_content, engName, x=3)
+ for vfName in vflist:
+ # Fetch one AT&T user ID.
+ engagement_id = DBGeneral.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ engagement_manual_id = DBGeneral.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ engName = engagement_manual_id + ": " + vfName
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id)
+ FEWizard.invite_team_members_modal(inviteEmail)
+ FEGeneral.refresh()
+ # validations
+ FEInvite.validations_for_user2(user_content, inviteEmail, vflist)
diff --git a/services/frontend/fe_next_step.py b/services/frontend/fe_next_step.py
new file mode 100644
index 0000000..be59949
--- /dev/null
+++ b/services/frontend/fe_next_step.py
@@ -0,0 +1,56 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+Created on 20 Jul 2017
+'''
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.wait import Wait
+
+
+class FENextStep(object):
+
+ @staticmethod
+ def check_select_deselect_all_files():
+ Click.id(Constants.Dashboard.Overview.NextSteps.Add.AssociatedFiles.ID)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.Add.AssociatedFiles.SELECT_ALL_FILES_NAME)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.NextSteps.Add.AssociatedFiles.ID,
+ Constants.Dashboard.Overview.NextSteps.Add.AssociatedFiles.ALL_FILES_SELECTED)
diff --git a/services/frontend/fe_overview.py b/services/frontend/fe_overview.py
new file mode 100644
index 0000000..8d05f0c
--- /dev/null
+++ b/services/frontend/fe_overview.py
@@ -0,0 +1,427 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import datetime
+
+from django.utils import timezone
+from selenium.webdriver.support.select import Select
+
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.database.db_user import DBUser
+from services.database.db_virtual_function import DBVirtualFunction
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_user import FEUser
+from services.frontend.fe_wizard import FEWizard
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+logger = LoggingServiceFactory.get_logger()
+
+class FEOverview:
+
+ @staticmethod
+ def click_on_vf(user_content):
+ vfFullName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ Enter.text_by_id(Constants.Dashboard.LeftPanel.SearchBox.ID, user_content[
+ 'vfName'])
+ Click.id(Constants.Dashboard.LeftPanel.SearchBox.Results.ID %
+ user_content['vfName'])
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Title.ID, vfFullName)
+
+ @staticmethod
+ def go_to_eng_overview_by_clicking_on_the_created_NS(user_content):
+ logger.debug(
+ "Go to engagement's overview by clicking on the created Next Step")
+ Click.name(user_content['engagement_manual_id'], wait_for_page=True)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Title.ID, user_content['engagement_manual_id'] + ":", wait_for_page=True)
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ logger.debug("Login with EL user " + user_content['el_email'])
+ FEUser.login(user_content['el_email'], Constants.Default.Password.TEXT)
+ # Query to select all assigned next steps on TODO state #
+ el_native_id = str(DBGeneral.select_where(
+ "id", "ice_user_profile", "email", user_content['el_email'], 1))
+ queryStr = "SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=" + \
+ el_native_id + \
+ " AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';"
+ el_assigned_ns = str(DBGeneral.select_query(queryStr))
+ logger.debug("el_assigned_ns=" + el_assigned_ns)
+ Wait.page_has_loaded()
+ if (int(el_assigned_ns) >= 5):
+ logger.debug(
+ "EL has 5 or more assigned next steps, checking that only 5 are shown")
+ ns_list = Get.by_id("next-steps-list")
+ if (ns_list.count("Engagement - ") > 5):
+ logger.error("More than 5 next steps are listed in dashboard.")
+ raise
+
+ @staticmethod
+ def complete_defaults_nextsteps(engagement_id):
+ # NEXT STEP ID
+ next_steps = DBVirtualFunction.select_next_steps_uuids_by_stage(
+ engagement_id, Constants.EngagementStages.INTAKE)
+ for next_step in next_steps:
+ Wait.id(next_step)
+ Click.id(next_step, wait_for_page=True)
+
+ @staticmethod
+ def check_stage_notifications(stage):
+ activityLogID = "activity-log-0"
+ activityLogMsg = "Engagement stage is now %s" % stage
+ uiActivityLog = Get.by_id(activityLogID)
+ if activityLogMsg not in uiActivityLog:
+ return False
+ return True
+
+ @staticmethod
+ def check_stage_next_steps(stage, engagement_uuid):
+ ns_list = DBGeneral.select_where_and("description", "ice_next_step",
+ "engagement_id", engagement_uuid,
+ "engagement_stage", stage, 0) # List of next steps from DB.
+ logger.debug("Got list of Next Steps for current stage " + stage)
+ for i in range(len(ns_list)):
+ ns_description = ns_list[i] # Value number i from the list.
+ ns_uuid = DBGeneral.select_where_and("uuid", "ice_next_step",
+ "engagement_id", engagement_uuid,
+ "description", ns_description, 1)
+ logger.debug(
+ "Compare presented text of next step with the text from DB.")
+ portal_ns = Get.by_id("step-" + ns_uuid)
+ # Get from UI the text of relevant next step.
+ if ns_description not in portal_ns:
+ logger.error("Next step wasn't found in stage " + stage)
+ raise
+
+ @staticmethod
+ def change_engagement_stage(next_stage, is_negative=False):
+ # Click on next stage.
+ Click.id(Constants.Dashboard.Overview.Stage.Set.ID + next_stage)
+ txtLine2ID = "modal-message-" + next_stage
+ if is_negative:
+ session.run_negative(
+ lambda: Wait.id(txtLine2ID), "Error: modal window opened.")
+ else:
+ Wait.text_by_id(
+ txtLine2ID, "Are you sure you want to set the Engagement's stage to " + next_stage + "?")
+ # Click on Approve (after validations inside window).
+ Click.xpath(
+ Constants.Dashboard.Overview.Stage.Approve.XPATH, wait_for_page=True)
+
+ @staticmethod
+ def check_progress(expected_progress):
+ currentProgress = Get.by_id(
+ Constants.Dashboard.Overview.Progress.Percent.ID)
+ Helper.internal_assert(currentProgress, expected_progress)
+
+ @staticmethod
+ def check_vnf_version(expected_progress):
+ current_vnf_value = Get.by_css(
+ "." + Constants.Dashboard.Overview.Progress.VnfVersion.CLASS)
+ Helper.internal_assert(current_vnf_value, expected_progress)
+
+ @staticmethod
+ def set_progress(new_value):
+ Click.id(Constants.Dashboard.Overview.Progress.Change.ID)
+ Helper.internal_assert(Constants.Dashboard.Overview.Progress.Wizard.Title.TEXT,
+ Get.by_id(Constants.Dashboard.Modal.TITLE_ID))
+ Enter.text_by_name(
+ Constants.Dashboard.Overview.Progress.Wizard.NAME, new_value)
+ Wait.text_by_css(Constants.SubmitButton.CSS,
+ Constants.Dashboard.Overview.Progress.Wizard.Button.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.modal_to_dissappear()
+
+ @staticmethod
+ def delete_next_step(next_step_uuid):
+ Click.id("step-" + next_step_uuid, wait_for_page=True)
+ Click.id("delete-" + next_step_uuid, wait_for_page=True)
+ Wait.text_by_id(
+ Constants.Dashboard.GeneralPrompt.Title.ID, "Delete Step")
+ Click.id(
+ Constants.Dashboard.GeneralPrompt.ApproveButton.ID, wait_for_page=True)
+ Wait.id_to_dissappear("test_" + next_step_uuid)
+
+ @staticmethod
+ def click_on_admin_dropdown():
+ Click.id(
+ Constants.Dashboard.Overview.AdminDropdown.ID, wait_for_page=True)
+
+ @staticmethod
+ def click_on_archeive_engagement_from_dropdown():
+ FEOverview.click_on_admin_dropdown()
+ Click.link_text(
+ Constants.Dashboard.Overview.AdminDropdown.ArchiveEngagement.LINK_TEXT, wait_for_page=True)
+
+ @staticmethod
+ def archive_engagement_modal(engagement_manual_id, vf_name):
+ Wait.text_by_id(Constants.Dashboard.Overview.AdminDropdown.ArchiveEngagement.Wizard.Title.ID,
+ Constants.Dashboard.Overview.AdminDropdown.ArchiveEngagement.Wizard.Title.TEXT)
+ random_reason = Helper.rand_string()
+ Enter.text_by_name(Constants.Dashboard.Overview.AdminDropdown.ArchiveEngagement.Wizard.Reason.NAME,
+ random_reason)
+ Click.id(Constants.SubmitButton.ID)
+ Wait.text_by_id(Constants.Toast.ID, "Engagement '%s: %s' archived successfully." %
+ (engagement_manual_id, vf_name))
+ query = "select archived_time,archive_reason from ice_engagement where engagement_manual_id='{engagement_manual_id}'".format(
+ engagement_manual_id=engagement_manual_id)
+ archived_time, db_reason = DBGeneral.select_query(query, "list")
+ Helper.assertTrue(archived_time != None)
+ Helper.internal_assert(random_reason, db_reason)
+
+ @staticmethod
+ def click_on_change_reviewer_from_dropdown():
+ FEOverview.click_on_admin_dropdown()
+ Click.link_text(
+ Constants.Dashboard.Overview.AdminDropdown.ChangeReviewer.LINK_TEXT)
+
+ @staticmethod
+ def select_engagement_lead_from_list(el_name):
+ Wait.name(
+ Constants.Dashboard.Overview.AdminDropdown.ChangeReviewer.Wizard.Select.NAME, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_name(
+ Constants.Dashboard.Overview.AdminDropdown.ChangeReviewer.Wizard.Select.NAME)).select_by_visible_text(el_name)
+
+ @staticmethod
+ def change_engagement_lead_modal(el_name, is_reviewer=True):
+ Wait.text_by_id(Constants.Dashboard.Overview.AdminDropdown.ChangeReviewer.Wizard.Title.ID,
+ Constants.Dashboard.Overview.AdminDropdown.ChangeReviewer.Wizard.Title.TEXT)
+ FEOverview.select_engagement_lead_from_list(el_name)
+ if is_reviewer:
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.Overview.AdminDropdown.ChangeReviewer.Toast.TEXT)
+ else:
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.Overview.AdminDropdown.ChangePeerReviewer.Toast.TEXT)
+
+ @staticmethod
+ def click_on_change_peer_reviewer_from_dropdown():
+ FEOverview.click_on_admin_dropdown()
+ Click.link_text(
+ Constants.Dashboard.Overview.AdminDropdown.ChangePeerReviewer.LINK_TEXT)
+ Wait.text_by_id(Constants.Dashboard.Overview.AdminDropdown.ChangePeerReviewer.Wizard.Title.ID,
+ Constants.Dashboard.Overview.AdminDropdown.ChangePeerReviewer.Wizard.Title.TEXT)
+
+ @staticmethod
+ def click_on_update_status_from_dropdown():
+ FEOverview.click_on_admin_dropdown()
+ Click.link_text(
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.LINK_TEXT)
+ Wait.text_by_id("update-engagement-status-title", "Update Status")
+
+ @staticmethod
+ def fill_update_status_form_admin_dropdown():
+ random_string = Helper.rand_string()
+ Enter.text_by_name(
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.PROGRESS, str(50))
+ Enter.date_picker(Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.PROGRESS_CSS,
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.TARGET)
+ Enter.date_picker(Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.PROGRESS_CSS,
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.HEAT)
+ Enter.date_picker(Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.PROGRESS_CSS,
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.IMAGE_SACN)
+ Enter.date_picker(Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.PROGRESS_CSS,
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.AIC)
+ Enter.date_picker(Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.PROGRESS_CSS,
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.ASDC)
+ Enter.text_by_name(
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.STATUS, random_string)
+ Click.css(
+ Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.SUBMIT, wait_for_page=True)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.Overview.AdminDropdown.UpdateStatus.SUCCESS_MSG, wait_for_page=True)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Status.Description.ID, random_string)
+
+ @staticmethod
+ def get_next_step_description(idx):
+ return str(Get.by_id("step-description-%s" % idx, wait_for_page=True))
+
+ @staticmethod
+ def get_list_of_next_steps():
+ i = 0
+ ns_list = []
+ steps_length = len(
+ session.ice_driver.find_elements_by_css_selector(".step-indication > li"))
+ while i < steps_length:
+ ns_list.append(FEOverview.get_next_step_description(i))
+ i += 1
+ return ns_list
+
+ @staticmethod
+ def validate_next_steps_order(steps_uuids):
+ ui_steps = FEOverview.get_list_of_next_steps()
+ for idx, step_uuid in enumerate(steps_uuids):
+ db_step_text = DBVirtualFunction.select_next_step_description(
+ step_uuid)
+ Wait.text_by_id(Constants.Dashboard.Overview.NextSteps.Add.Description.STEP_DESC_ID +
+ str(idx), ui_steps[idx], wait_for_page=True)
+ if db_step_text != ui_steps[idx]:
+ raise AssertionError("Next step is not located in expected index. db_step_text = "
+ + db_step_text + " ui_steps[idx] = " + ui_steps[idx] + "|| uuid = " + step_uuid)
+
+ @staticmethod
+ def next_steps_filter_by_files():
+ Click.id(
+ Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.ID)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.ANY_FILE_LINK_TEXT)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.FILE0_LINK_TEXT)
+ Click.id(
+ Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.ID)
+
+ @staticmethod
+ def complete_next_step(step_uuid):
+ Click.id(step_uuid)
+
+ @staticmethod
+ def complete_next_step_and_wait_for_it_to_disappear(step_uuid):
+ Click.id(step_uuid)
+ Wait.id_to_dissappear(step_uuid)
+
+ @staticmethod
+ def next_steps_filter_by_states():
+ Click.id(Constants.Dashboard.Overview.NextSteps.StateDropDown.ID)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.StateDropDown.INCOMPLETE_LINK_TEXT)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.StateDropDown.COMPLETED_LINK_TEXT)
+ Click.id(Constants.Dashboard.Overview.NextSteps.StateDropDown.ID)
+
+ @staticmethod
+ def add_next_step():
+ Click.id(Constants.Dashboard.Overview.NextSteps.Add.ID)
+ Wait.text_by_css(Constants.Dashboard.Overview.NextSteps.Add.Title.CSS,
+ Constants.Dashboard.Overview.NextSteps.Add.Title.TEXT)
+ ns_description = "New next step - " + \
+ Helper.rand_string("randomString")
+ Click.id(Constants.Dashboard.Overview.NextSteps.Add.Description.ID)
+ Enter.text_by_id(
+ Constants.Dashboard.Overview.NextSteps.Add.Description.ID, ns_description)
+ FEWizard.date_picker_add_ns(0)
+ Wait.text_by_css(Constants.SubmitButton.CSS,
+ Constants.Dashboard.Overview.NextSteps.Add.Button.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.modal_to_dissappear()
+
+ @staticmethod
+ def click_on_team_member(full_name):
+ Click.id(Constants.Dashboard.Overview.TeamMember.MEMBER_ID % full_name)
+ Wait.id(Constants.Dashboard.Overview.TeamMember.Title.ID)
+
+ @staticmethod
+ def remove_user_from_eng_team(full_name, is_negative=False):
+ FEOverview.click_on_team_member(full_name)
+ if is_negative:
+ Wait.id_to_dissappear(
+ Constants.Dashboard.Overview.TeamMember.RemoveUser.ID)
+ else:
+ Click.id(Constants.Dashboard.Overview.TeamMember.RemoveUser.ID)
+ Wait.text_by_id(Constants.Dashboard.GeneralPrompt.UpperTitle.ID,
+ Constants.Dashboard.Overview.TeamMember.RemoveUser.Title.TEXT % full_name)
+ Wait.text_by_id(Constants.Dashboard.GeneralPrompt.Title.ID,
+ Constants.Dashboard.Overview.TeamMember.RemoveUser.Message.TEXT)
+ Click.id(Constants.Dashboard.GeneralPrompt.ApproveButton.ID)
+ FEGeneral.refresh()
+ Wait.id_to_dissappear(
+ Constants.Dashboard.Overview.TeamMember.MEMBER_ID % full_name)
+
+ @staticmethod
+ def invite_and_reopen_link(user_content, other_el_email):
+ enguuid = DBGeneral.select_where(
+ "uuid", "ice_engagement", "engagement_manual_id", user_content['engagement_manual_id'], 1)
+ invitation_token = DBUser.select_invitation_token(
+ "invitation_token", "ice_invitation", "engagement_uuid", enguuid, other_el_email, 1)
+ inviterURL = Constants.Default.InviteURL.Login.TEXT + invitation_token
+ FEGeneral.re_open(inviterURL)
+
+ @staticmethod
+ def create_and_verify_VF_with_VFversion():
+ Click.id(
+ Constants.Dashboard.LeftPanel.AddEngagement.ID, wait_for_page=True)
+ vfName = FEWizard.add_vf()
+ version_name = DBVirtualFunction.select_vf_version_by_vf_name(vfName)
+ vfNameDb = DBVirtualFunction.select_vf_name_by_vf_version(version_name)
+ Helper.internal_assert(vfNameDb, vfName)
+
+ @staticmethod
+ def validate_empty_associated_files():
+ FEOverview.add_next_step()
+ Click.id(Constants.Dashboard.Overview.NextSteps.AssociatedFiles.ID)
+ Wait.text_by_id(Constants.Dashboard.Overview.NextSteps.AssociatedFiles.EmptyMsgID,
+ Constants.Dashboard.Overview.NextSteps.AssociatedFiles.EmptyMsg)
+
+ @staticmethod
+ def validate_associated_files(file_name):
+ Click.id(Constants.Dashboard.Overview.NextSteps.AssociatedFiles.ID)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.NextSteps.AssociatedFiles.FileId, file_name)
+
+ @staticmethod
+ def validate_bucket_url(eng_manual_id, vf_name):
+ expected_text = Constants.Dashboard.Overview.BucketURL.TEXT + \
+ eng_manual_id + "_" + vf_name.lower()
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.BucketURL.ID, expected_text, True)
+
+ @staticmethod
+ def verify_validation_dates():
+ validation_date = Get.by_id(
+ Constants.Dashboard.Overview.Progress.ValidationsDates.AIC_ID, True)
+ validation_date = datetime.datetime.strptime(
+ validation_date, "%m/%d/%y").date()
+ current_date = timezone.now().date()
+ Helper.internal_assert(validation_date, current_date)
+
+ @staticmethod
+ def open_add_next_step_modal_from_overview():
+ Click.id(Constants.Dashboard.Overview.NextSteps.Add.ID,
+ wait_for_page=True)
+ Wait.text_by_css(Constants.Dashboard.Checklist.AddNS.CSS,
+ Constants.Dashboard.Overview.NextSteps.Add.TITLE)
+ Helper.internal_assert(
+ Constants.Dashboard.Checklist.AddNS.TITLE,
+ Get.by_css(Constants.FEGeneral.CSS.H2))
diff --git a/services/frontend/fe_user.py b/services/frontend/fe_user.py
new file mode 100644
index 0000000..91cf7eb
--- /dev/null
+++ b/services/frontend/fe_user.py
@@ -0,0 +1,403 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium.webdriver.support.select import Select
+
+from services.api.api_user import APIUser
+from services.api.api_virtual_function import APIVirtualFunction
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.database.db_user import DBUser
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_general import FEGeneral
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class FEUser:
+
+ @staticmethod
+ def login(email, password, expected_element=Constants.Dashboard.Statuses.Title.ID, element_type="id"):
+ try:
+ logger.debug("Verifying and Insert Login page elements:")
+ logger.debug("Insert Email " + email)
+ Wait.name(Constants.Login.Email.NAME, wait_for_page=True)
+ Enter.text_by_name(Constants.Login.Email.NAME, email)
+ logger.debug("Insert Password")
+ Enter.text_by_name(Constants.Login.Password.NAME, password)
+ logger.debug("Click Login Button")
+ Click.css(Constants.SubmitButton.CSS)
+ logger.debug("Login Button clicked")
+ if element_type == 'id':
+ Wait.id(expected_element, True)
+ elif element_type == 'css':
+ Wait.css(expected_element, True)
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Login FAILED: email=%s password=%s" % (email, password)
+ logger.error(errorMsg)
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def relogin(email, password, expected_element=Constants.Dashboard.Statuses.Title.ID, element_type="id"):
+ FEGeneral.re_open(Constants.Default.LoginURL.TEXT)
+ FEUser.login(email, password, expected_element, element_type)
+
+ @staticmethod
+ def logout():
+ Click.id(Constants.Dashboard.Avatar.ID)
+ Click.link_text(Constants.Dashboard.Avatar.Logout.LINK_TEXT)
+
+ @staticmethod
+ def activate_and_login(email, password, expected_element=Constants.Dashboard.Statuses.Title.ID, element_type="id"):
+ activationUrl = DBUser.get_activation_url(email)
+ FEGeneral.re_open(activationUrl)
+ FEUser.login(email, password, expected_element, element_type)
+
+ @staticmethod
+ def open_account_form():
+ Click.id(Constants.Dashboard.Avatar.ID, wait_for_page=True)
+ Click.link_text(
+ Constants.Dashboard.Avatar.Account.LINK_TEXT, wait_for_page=True)
+
+ @staticmethod
+ # Update account API - only adds new SSH key!
+ def update_account_and_return_changes():
+ try:
+ Select(session.ice_driver.find_element_by_name(
+ "company")).select_by_visible_text("Nokia")
+ randomName = Helper.rand_string("randomString")
+ Enter.text_by_name("fullname", randomName)
+ phone = "97258" + Helper.rand_string("randomNumber", 6)
+ Enter.text_by_name("phone", phone)
+ password = Constants.Default.Password.NewPass.TEXT
+ Enter.text_by_name("password", password)
+ Enter.text_by_name("confirm_password", password)
+ Wait.text_by_css("button.btn.btn-primary", "Update")
+ Click.css("button.btn.btn-primary")
+ Wait.text_by_id(
+ Constants.Toast.ID, "Account was updated successfully!")
+ Click.id(Constants.Dashboard.Statuses.ID)
+
+ accountObj = [randomName, phone, password]
+ return accountObj
+ # If failed - count the failure and add the error to list of errors.
+ except:
+ errorMsg = "Failed in update accaunt ."
+ raise Exception(errorMsg)
+ raise
+
+ @staticmethod
+ def go_to_account():
+ try:
+ FEUser.click_on_avatar()
+ FEUser.click_on_account()
+ except Exception as e:
+ errorMsg = "Failed to go to Account page."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def go_to_notifications():
+ try:
+ FEUser.click_on_avatar()
+ FEUser.click_on_notifications()
+ Wait.page_has_loaded()
+ except Exception as e:
+ errorMsg = "Failed to go to Notifications page."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def click_on_avatar():
+ try:
+ Click.id(Constants.Dashboard.Avatar.ID, wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to click_on on Avatar."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def click_on_admin():
+ try:
+ Click.id(
+ Constants.Dashboard.Avatar.Admin.Title.ID, wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to click_on on Admin."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def click_on_feedback():
+ Click.id(Constants.Dashboard.Feedback.ID, wait_for_page=True)
+ Wait.id(
+ Constants.Dashboard.Feedback.FeedbackModal.SAVE_BTN_ID, wait_for_page=True)
+
+ @staticmethod
+ def validate_feedback(description, user_email):
+ query = "SELECT user_id FROM ice_feedback where description = '{desc}'".format(
+ desc=description)
+ feedback_user_uuid = DBGeneral.select_query(query)
+ query = "SELECT id FROM ice_user_profile where email = '{email}'".format(
+ email=user_email)
+ user_uuid = DBGeneral.select_query(query)
+ Helper.internal_assert(user_uuid, feedback_user_uuid)
+
+ @staticmethod
+ def add_feedback():
+ Wait.css("textarea[name=\"description\"]", wait_for_page=True)
+ description = Helper.rand_string("randomString")
+ Enter.text_by_css("textarea[name=\"description\"]", description)
+ Click.id(
+ Constants.Dashboard.Feedback.FeedbackModal.SAVE_BTN_ID, wait_for_page=True)
+ Wait.text_by_id(Constants.Toast.ID,
+ "Feedback was sent successfully.", wait_for_page=True)
+ return description
+
+ @staticmethod
+ def click_on_account():
+ try:
+ Click.link_text(Constants.Dashboard.Avatar.Account.LINK_TEXT)
+ Wait.text_by_css(Constants.Dashboard.Avatar.Account.Title.CSS,
+ Constants.Dashboard.Avatar.Account.Title.TEXT)
+ except Exception as e:
+ errorMsg = "Failed to click_on on Admin."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def click_on_notifications():
+ try:
+ Click.link_text(
+ Constants.Dashboard.Avatar.Notifications.LINK_TEXT, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Avatar.Notifications.Title.ID,
+ Constants.Dashboard.Avatar.Notifications.Title.TEXT, wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to click_on on Admin."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def go_to_admin():
+ try:
+ FEUser.click_on_avatar()
+ FEUser.click_on_admin()
+ except Exception as e:
+ errorMsg = "Failed to go to Admin page."
+ raise Exception(errorMsg, e)
+
+ @staticmethod
+ def assigned_one_NS_to_user(user_content):
+ nextStepsNumber = int(
+ Get.by_id("next-steps-header").split('(')[1][:-1])
+ if (nextStepsNumber != 0):
+ logger.error("assigned ns: " + str(nextStepsNumber))
+ logger.error(
+ "APIUser should not have assigned next steps at first login.")
+ raise
+ if (Get.by_id("next-steps-list") != "No next steps are assigned to you."):
+ logger.error(
+ "No assigned next steps and text 'No next steps are assigned to you.' was not found.")
+ raise
+ token = "token " + APIUser.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ logger.debug(
+ "Adding new next step (via api) and assigning it to user " + user_content['full_name'])
+ APIVirtualFunction.add_next_step(user_content)
+ logger.debug(
+ "Refresh page and look for changes in assigned next steps section:")
+ FEGeneral.refresh()
+ logger.debug(" > Check if number has changed in 'Assigned To You'")
+ Wait.text_by_id(
+ "next-steps-header", "Assigned To You (1)", wait_for_page=True)
+
+ @staticmethod
+ def set_ssh_key_from_account(key, is_negative=False):
+ FEUser.go_to_account()
+ Enter.text_by_name(Constants.Dashboard.Avatar.Account.SSHKey.NAME, key)
+ Click.css(Constants.SubmitButton.CSS)
+ if is_negative:
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.Avatar.Account.SSHKey.UpdateFailed.TEXT)
+ else:
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.Avatar.Account.Update.Success.TEXT)
+
+ @staticmethod
+ def reset_password():
+ Wait.text_by_css(
+ Constants.UpdatePassword.Title.CSS, Constants.UpdatePassword.Title.TEXT)
+ Wait.text_by_css(
+ Constants.UpdatePassword.SubTitle.CSS, Constants.UpdatePassword.SubTitle.TEXT)
+ Wait.text_by_css(
+ Constants.SubmitButton.CSS, Constants.UpdatePassword.Button.TEXT)
+ Enter.text_by_name(
+ Constants.UpdatePassword.Password.NAME, Constants.Default.Password.NewPass.TEXT)
+ Enter.text_by_name(
+ Constants.UpdatePassword.ConfirmPassword.NAME, Constants.Default.Password.NewPass.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.UpdatePassword.Toast.TEXT)
+
+ @staticmethod
+ def delete_notification(notificationID):
+ if isinstance(notificationID, tuple):
+ notificationID = notificationID[0]
+ delete_button = Constants.Dashboard.Avatar.Notifications.DeleteNotification.ID + \
+ notificationID
+ # Click on delete button.
+ Click.id(delete_button, wait_for_page=True)
+ Wait.id_to_dissappear(delete_button)
+
+ @staticmethod
+ def validate_notifications(notificationIDs, notification_list):
+ ui_list = []
+ for notifID in notificationIDs:
+ if isinstance(notifID, tuple):
+ notifID = notifID[0]
+ ui_list.append(str(Get.by_id(
+ Constants.Dashboard.Avatar.Notifications.NotificationColumn.ID + notifID)))
+ for activity in notification_list:
+ if not any(activity in s for s in ui_list):
+ raise AssertionError(
+ "Activity: \"" + activity + "\" not appears in UI")
+
+ @staticmethod
+ def click_on_export_excel(user_content):
+ Enter.text_by_id(
+ Constants.Dashboard.Statuses.SearchBox.ID, user_content['vfName'])
+ engName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ engSearchID = "eng-" + engName
+ Wait.id(engSearchID)
+ # Find the download link and click it
+ Click.id(Constants.Dashboard.Statuses.ExportExcel.ID)
+
+ @staticmethod
+ def open_invite_team_member_form(vf_left_nav_id):
+ Click.id(vf_left_nav_id)
+ Click.id(Constants.Dashboard.Overview.TeamMember.ID)
+ Wait.text_by_name(Constants.Dashboard.Wizard.InviteTeamMembers.Title.NAME,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+
+ @staticmethod
+ def invite_single_user_to_team(email):
+ Enter.text_by_name("email", email, wait_for_page=True)
+ Click.css(Constants.SubmitButton.CSS, wait_for_page=True)
+
+ @staticmethod
+ def go_to_user_profile_settings():
+ FEUser.go_to_account()
+ Click.id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ID, wait_for_page=True)
+ Wait.text_by_id(Constants.Dashboard.Avatar.Account.UserProfileSettings.TitleID,
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.TitleText, wait_for_page=True)
+
+ @staticmethod
+ def check_user_profile_settings_checkboxes():
+ Click.id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveEmailsID, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveEmailEveryTimeID, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveDigestEmailID, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.UpdateButtonID, wait_for_page=True)
+
+ @staticmethod
+ def validate_user_profile_settings_checkboxes(checked):
+ Wait.page_has_loaded()
+ receive_emails = Get.is_selected_by_id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveEmailsID, wait_for_page=True)
+ Helper.internal_assert(receive_emails, checked)
+ receive_notifications = \
+ Get.is_selected_by_id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveNotificationsID)
+ receive_email_every_time = \
+ Get.is_selected_by_id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveEmailEveryTimeID)
+ Helper.internal_assert(receive_email_every_time, checked)
+ receive_digest_email = \
+ Get.is_selected_by_id(
+ Constants.Dashboard.Avatar.Account.UserProfileSettings.ReceiveDigestEmailID, wait_for_page=True)
+ Helper.internal_assert(receive_digest_email, not checked)
+
+ @staticmethod
+ def compare_notifications_count_for_user(expected_count):
+ Wait.text_by_id(
+ Constants.Dashboard.Avatar.Notifications.Count.ID, expected_count, wait_for_page=True)
+
+ @staticmethod
+ def check_notification_number_is_not_presented():
+ FEGeneral.refresh()
+ Wait.id_to_dissappear(
+ Constants.Dashboard.Avatar.Notifications.Count.ID, wait_for_page=True)
+
+ @staticmethod
+ def validate_account_details(full_name, phone_number, ssh_key):
+ Helper.internal_assert(full_name, Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.FullName.NAME))
+ Helper.internal_assert(phone_number, Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.Phone.NAME))
+ Helper.internal_assert(
+ ssh_key, Get.value_by_name(Constants.Dashboard.Avatar.Account.SSHKey.NAME))
+
+ @staticmethod
+ def check_rgwa_access_key(my_key):
+ Wait.text_by_id(
+ Constants.Dashboard.Avatar.Account.RGWA.Key.KEY_ID, my_key)
+
+ @staticmethod
+ def check_rgwa_access_secret(my_secret):
+ Click.id(Constants.Dashboard.Avatar.Account.RGWA.Secret.BUTTON_ID)
+ Wait.text_by_id(
+ Constants.Dashboard.Avatar.Account.RGWA.Secret.SECRET_ID, my_secret)
+
+ @staticmethod
+ def get_rgwa_access_secret():
+ Click.id(Constants.Dashboard.Avatar.Account.RGWA.Secret.BUTTON_ID,
+ wait_for_page=True)
+ secret = Get.by_id(
+ Constants.Dashboard.Avatar.Account.RGWA.Secret.SECRET_ID, wait_for_page=True)
+ return secret
+
+ @staticmethod
+ def check_rgwa_access_secret_not_presented():
+ Wait.text_by_id(
+ Constants.Dashboard.Avatar.Account.RGWA.Secret.SECRET_ID,
+ Constants.Dashboard.Avatar.Account.RGWA.Secret.SECRET_TEXT)
diff --git a/services/frontend/fe_wizard.py b/services/frontend/fe_wizard.py
new file mode 100644
index 0000000..777fe52
--- /dev/null
+++ b/services/frontend/fe_wizard.py
@@ -0,0 +1,216 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from datetime import datetime
+
+from selenium.webdriver.support.ui import Select
+
+from services.constants import Constants, ServiceProvider
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.wait import Wait
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class FEWizard:
+
+ E2Edate = None
+
+ @staticmethod
+ def add_vf():
+ try:
+ logger.debug("Tab Add Virtual Functions")
+ Wait.text_by_css(
+ Constants.Dashboard.Wizard.Title.CSS, Constants.Dashboard.Wizard.AddVF.Title.TEXT, wait_for_page=True)
+ vfName = "newVF" + Helper.rand_string("randomString")
+ vfVersion = "newVFVersion" + \
+ Helper.rand_string(
+ "randomNumber") + Helper.rand_string("randomString")
+ Enter.text_by_name("virtualFunction", vfName)
+ Enter.text_by_name("VFversion", vfVersion, wait_for_page=True)
+ FEWizard.date_picker_wizard()
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.Wizard.AddVF.AIC_Version.TEXT)).select_by_visible_text("AIC 3.5")
+ Select(session.ice_driver.find_element_by_id(
+ Constants.Dashboard.Wizard.AddVF.ECOMP_Release.TEXT)).select_by_visible_text("Unknown")
+ session.E2Edate = FEWizard.get_lab_entry_date()
+ Click.css(Constants.SubmitButton.CSS, wait_for_page=True)
+ Wait.page_has_loaded()
+ Wait.name_to_dissappear("Add Virtual Function")
+ return vfName
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to add a Virtual Function via modal window. Exception " + \
+ str(e)
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def get_lab_entry_date():
+ E2Edate = session.ice_driver.find_element_by_id(
+ "add-vf-hidden-target-lab-date").get_attribute("value")
+ return str(E2Edate)
+
+ @staticmethod
+ def add_vendor_contact():
+ logger.debug("Tab Add Vendor Contact")
+ Wait.text_by_css(Constants.Dashboard.Wizard.Title.CSS,
+ Constants.Dashboard.Wizard.AddVendorContact.Title.TEXT, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_name(
+ "company")).select_by_visible_text("Ericsson")
+ fullname = Helper.rand_string(
+ "randomString") + Helper.rand_string("randomString")
+ Enter.text_by_name("fullname", fullname)
+ email = Helper.rand_string("randomString") + "@ericson.com"
+ Enter.text_by_name("email", email)
+ phone = "201" + Helper.rand_string("randomNumber", 6)
+ Enter.text_by_name("phone", phone)
+ Click.css(Constants.SubmitButton.CSS, wait_for_page=True)
+ Wait.name_to_dissappear("Add Vendor Contact", wait_for_page=True)
+ vendor = {"company": "Ericsson", "full_name": fullname,
+ "email": email, "phone": phone}
+ return vendor
+
+ @staticmethod
+ def add_service_provider_internal():
+ logger.debug(
+ "Tab Add " + ServiceProvider.MainServiceProvider + " Sponsor")
+ Wait.text_by_css(
+ Constants.Dashboard.Wizard.Title.CSS, "Add " + ServiceProvider.MainServiceProvider + " Sponsor")
+ fullname = Helper.rand_string(
+ "randomString") + Helper.rand_string("randomString")
+ Enter.text_by_name("fullname", fullname)
+ email = Helper.rand_string(
+ "randomString") + "@" + ServiceProvider.email
+ Enter.text_by_name("email", email)
+ phone = "201" + Helper.rand_string("randomNumber", 6)
+ logger.debug(phone)
+ Enter.text_by_name("phone", phone)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.name_to_dissappear("Add AT&T Sponsor")
+ sponsor = {"company": "AT&T", "full_name": fullname,
+ "email": email, "phone": phone}
+ return sponsor
+
+ @staticmethod
+ def invite_team_members(email):
+ try:
+ logger.debug("Tab Invite Team Members")
+ Wait.text_by_name(Constants.Dashboard.Wizard.InviteTeamMembers.Title.NAME,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+ Enter.text_by_name("email", email)
+ Wait.text_by_css(
+ Constants.SubmitButton.CSS, Constants.Dashboard.Wizard.InviteTeamMembers.Button.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.name_to_dissappear(
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.NAME)
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "FAILED in Tab Invite Team Members. Exception = %s" % e
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def add_ssh_key(is_negative=False):
+ logger.debug("About to add an SSH Key in modal window")
+ try: # Add SSH Key from modal window and return key value.
+ Wait.text_by_name(Constants.Dashboard.Wizard.AddSSHKey.Title.NAME,
+ Constants.Dashboard.Wizard.AddSSHKey.Title.TEXT)
+ # Generate an SSH Public Key.
+ sshKey = Helper.generate_sshpub_key()
+ if is_negative:
+ sshKey = sshKey[8:]
+ Enter.text_by_name("key", sshKey)
+
+ # Check that the submit button exists.
+ Wait.text_by_css(
+ Constants.SubmitButton.CSS, Constants.Dashboard.Wizard.AddSSHKey.Title.TEXT)
+
+ Click.css(Constants.SubmitButton.CSS) # Click on submit button.
+ if is_negative:
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.Avatar.Account.SSHKey.UpdateFailed.TEXT)
+ else:
+ Wait.name_to_dissappear(
+ Constants.Dashboard.Wizard.AddSSHKey.Title.NAME)
+ logger.debug("SSH Key added via modal window.")
+ return sshKey
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "Failed to add an SSH Key in the modal window. Exception=" + \
+ str(e)
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def invite_team_members_modal(email):
+ try:
+ Click.id(
+ Constants.Dashboard.Overview.TeamMember.ID, wait_for_page=True)
+ Wait.text_by_css(Constants.Dashboard.Wizard.Title.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+ Enter.text_by_name("email", email)
+ Wait.text_by_css(
+ Constants.SubmitButton.CSS, Constants.Dashboard.Wizard.InviteTeamMembers.Button.TEXT)
+ Wait.css_to_dissappear(
+ '.inviteMembers-form button[disabled="disabled"].btn.btn-primary')
+ Wait.css(".inviteMembers-form button.btn.btn-primary")
+ Click.css(".inviteMembers-form button.btn.btn-primary")
+ Wait.modal_to_dissappear()
+ # If failed - count the failure and add the error to list of errors.
+ except Exception as e:
+ errorMsg = "FAILED in PopUp Invite Team Members. Exception=" + \
+ str(e)
+ raise Exception(errorMsg)
+
+ @staticmethod
+ def date_picker_add_ns(count):
+ try:
+ session.ice_driver.execute_script("var el = angular.element(document.querySelector('.addNextSteps')); el.scope().vm.nextSteps[" + str(
+ count) + "].duedate = new Date('" + str(datetime.today().isoformat()) + "')")
+ Click.css("div.modal-content", wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to select date with datePicker."
+
+ raise Exception(errorMsg, str(e))
+
+ @staticmethod
+ def date_picker_wizard():
+ Enter.date_picker('#e2e-lab-entry-date', 'choice.TargetLab')
+ Click.css('input[name="virtualFunction"]', wait_for_page=True)
diff --git a/services/helper.py b/services/helper.py
new file mode 100644
index 0000000..58769fe
--- /dev/null
+++ b/services/helper.py
@@ -0,0 +1,210 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import os
+import random
+import string
+import subprocess
+import unittest
+
+from cryptography.hazmat.backends import default_backend as crypto_default_backend, \
+ default_backend
+from cryptography.hazmat.primitives import serialization as crypto_serialization
+from cryptography.hazmat.primitives.asymmetric import rsa
+from django.conf import settings
+
+from services.constants import Constants
+from services.database.db_user import DBUser
+from services.logging_service import LoggingServiceFactory
+from utils.authentication import JWTAuthentication
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class Helper:
+
+ tc = unittest.TestCase('__init__')
+
+ @staticmethod
+ def rand_string(type_of_value='randomString', numberOfDigits=0):
+ letters_and_numbers = string.ascii_letters + string.digits
+ if type_of_value == 'email':
+ myEmail = ''.join(random.choice(letters_and_numbers) for _ in range(
+ 4)) + "@" + ''.join(random.choice(string.ascii_uppercase) for _ in range(4)) + ".com"
+ return "ST" + myEmail
+ elif type_of_value == 'randomNumber':
+ randomNumber = ''.join("%s" % random.randint(2, 9)
+ for _ in range(0, (numberOfDigits + 1)))
+ return randomNumber
+ elif type_of_value == 'randomString':
+ randomString = "".join(random.sample(letters_and_numbers, 5))
+ return "ST" + randomString
+ else:
+ raise Exception("invalid rand type")
+
+ @staticmethod
+ def rand_invite_email():
+ inviteEmail = "automationqatt" + \
+ Helper.rand_string("randomString") + "@gmail.com"
+ return inviteEmail
+
+ @staticmethod
+ def generate_sshpub_key():
+ try:
+ logger.debug("About to generate SSH Public Key")
+ key = rsa.generate_private_key(
+ public_exponent=65537,
+ key_size=2048,
+ backend=default_backend()
+ )
+ private_key = key.private_bytes(
+ encoding=crypto_serialization.Encoding.PEM,
+ format=crypto_serialization.PrivateFormat.TraditionalOpenSSL,
+ encryption_algorithm=crypto_serialization.NoEncryption())
+ public_key = key.public_key().public_bytes(
+ crypto_serialization.Encoding.OpenSSH,
+ crypto_serialization.PublicFormat.OpenSSH
+ ).decode("utf-8")
+
+ logger.debug("Generated SSH Public Key: " + public_key)
+ except Exception as e: # If failed write to log the error and return 'None'.
+ logger.error(e)
+ logger.error("Failed to generate SSH Public Key.")
+ raise e
+ return public_key
+
+ @staticmethod
+ def check_admin_ssh_existence(path, admin_ssh):
+ if admin_ssh == open(path).read().rstrip('\n'):
+ logger.debug(
+ "Admin SSH already defined in DB and equal to the one stored on the local system.")
+ return True
+ return False
+
+ @staticmethod
+ def get_or_create_rsa_key_for_admin():
+ try: # Create pair of keys for the given user and return his public key.
+ ssh_folder = Constants.Paths.SSH.PATH
+ public_file = ssh_folder + "id_rsa.pub"
+ privateFile = ssh_folder + "id_rsa"
+ admin_ssh_exist_and_equal = False
+ admin_ssh = None
+ if not os.path.exists(ssh_folder):
+ os.makedirs(ssh_folder)
+ elif os.path.exists(public_file):
+ admin_ssh = DBUser.retrieve_admin_ssh_from_db()
+ admin_ssh_exist_and_equal = Helper.check_admin_ssh_existence(
+ public_file, admin_ssh)
+ # TODO find pending gitlab bug causing old ssh key not be updated in gitlab cache
+ if False and admin_ssh_exist_and_equal:
+ return admin_ssh
+ else:
+ logger.debug("Private key file: " + privateFile +
+ "\nPublice key file: " + public_file)
+ key = rsa.generate_private_key(
+ backend=crypto_default_backend(),
+ public_exponent=65537,
+ key_size=2048
+ )
+ private_key = key.private_bytes(
+ crypto_serialization.Encoding.PEM,
+ crypto_serialization.PrivateFormat.PKCS8,
+ crypto_serialization.NoEncryption()).decode("utf-8")
+ public_key = key.public_key().public_bytes(
+ crypto_serialization.Encoding.OpenSSH,
+ crypto_serialization.PublicFormat.OpenSSH
+ ).decode("utf-8")
+
+ with open(privateFile, 'w') as content_file:
+ os.chmod(privateFile, 0o600)
+ content_file.write(private_key) # Save private key to file.
+ logger.debug(
+ "Private key created successfully for admin")
+ user_pub_key = public_key
+ with open(public_file, 'w') as content_file:
+ content_file.write(public_key) # Save public key to file.
+ logger.debug("Public key created successfully for admin")
+ cmd = 'ssh-keyscan ' + \
+ settings.GITLAB_URL[7:-1] + ' >> ' + \
+ ssh_folder + 'known_hosts'
+ # Create known_hosts file and add GitLab to it.
+ subprocess.Popen(cmd, shell=True, stderr=subprocess.PIPE)
+ logger.debug("Added GitLab to known_hosts")
+ return user_pub_key
+ except Exception as error:
+ logger.error(
+ "_-_-_-_-_- Unexpected error in get_or_create_rsa_key_for_admin: %s" % error)
+ raise Exception("Failed to create SSH keys for user admin", error)
+
+ @staticmethod
+ def internal_assert(x, y):
+ try:
+ Helper.tc.assertEqual(str(x), str(y))
+ except Exception as e:
+ raise Exception("AssertionError: \"" + str(x) +
+ "\" != \"" + str(y) + "\"", e)
+
+ @staticmethod
+ def internal_assert_boolean(x, y):
+ try:
+ Helper.tc.assertEqual(str(x), str(y))
+ return True
+ except Exception as e:
+ raise Exception("AssertionError: \"" + str(x) +
+ "\" != \"" + str(y) + "\"", e)
+
+ @staticmethod
+ def internal_not_equal(x, y):
+ try:
+ Helper.tc.assertNotEqual(x, y)
+ except Exception as e:
+ raise Exception("AssertionError: \"" + str(x) +
+ "\" != \"" + str(y) + "\"", e)
+
+ @staticmethod
+ def get_reset_passw_url(email):
+ jwtObj = JWTAuthentication()
+ token = jwtObj.createPersonalTokenWithExpiration(email)
+ resetPasswURL = Constants.Default.LoginURL.TEXT + "?t=" + token
+ return resetPasswURL
+
+ @staticmethod
+ def assertTrue(expr, msg=None):
+ """Check that the expression is true."""
+ if expr != True:
+ raise Exception("AssertionError: \"not expr")
diff --git a/services/logging_service.py b/services/logging_service.py
new file mode 100644
index 0000000..3ae7b75
--- /dev/null
+++ b/services/logging_service.py
@@ -0,0 +1,20 @@
+import logging
+
+
+class LoggingServiceFactory(object):
+ __logger = None
+
+ def __init__(self):
+ if self.__logger is None:
+ self.__set_logger()
+
+ @classmethod
+ def __set_logger(cls):
+ if cls.__logger is None:
+ cls.__logger = logging.getLogger('vvp-ci.logger')
+
+ @classmethod
+ def get_logger(cls):
+ if cls.__logger is None:
+ cls.__set_logger()
+ return cls.__logger
diff --git a/services/session.py b/services/session.py
new file mode 100644
index 0000000..174f54b
--- /dev/null
+++ b/services/session.py
@@ -0,0 +1,106 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium import webdriver
+
+
+class SessionSingletone():
+ positive_wait_until_retires = 60
+ positive_wait_until_time_pause = 0.5
+ positive_wait_until_time_pause_long = 1.5
+ positive_wait_until_implicit_time = 10
+ positive_timeout = 10
+
+ negative_wait_until_retires = 5
+ negative_wait_until_time_pause = 0.5
+ negative_wait_until_implicit_time = 0.5
+ negative_timeout = 5
+
+ errorCounter = 0
+ errorList = ""
+ createTemplatecount = False
+
+ def __init__(self):
+ self.wait_until_retires = self.positive_wait_until_retires
+ self.wait_until_time_pause = self.positive_wait_until_time_pause
+ self.wait_until_time_pause_long = self.positive_wait_until_time_pause_long
+ self.wait_until_implicit_time = self.positive_wait_until_implicit_time
+ self.test = '123'
+ self.ice_driver = None
+
+ def setup_driver(self):
+ self.ice_driver = webdriver.Firefox()
+ return self.ice_driver
+
+ def get_driver(self):
+ return self.ice_driver
+
+ def close_driver(self):
+ self.ice_driver.quit()
+ self.ice_driver = None
+
+ def start_negative(self):
+ """Changing parameters to reduce negative tests run-time"""
+ self.wait_until_retires = self.negative_wait_until_retires
+ self.wait_until_time_pause = self.negative_wait_until_time_pause
+ self.wait_until_implicit_time = self.negative_wait_until_implicit_time
+ self.timeout = self.negative_timeout
+ session.ice_driver.implicitly_wait(self.wait_until_implicit_time)
+
+ def end_negative(self):
+ """Change back the parameters to suite positive tests"""
+ self.wait_until_retires = self.positive_wait_until_retires
+ self.wait_until_time_pause = self.positive_wait_until_time_pause
+ self.wait_until_implicit_time = self.positive_wait_until_implicit_time
+ self.timeout = self.positive_timeout
+ session.ice_driver.implicitly_wait(self.wait_until_implicit_time)
+
+ def run_negative(self, run_me, error_msg):
+ self.start_negative()
+ try:
+ run_me() # click.css
+ except:
+ # will run if click does NOT succeed
+ self.errorCounter = 0
+ self.errorList = ""
+ else:
+ # will run if click SUCCEED
+ raise Exception(error_msg)
+ self.end_negative()
+
+session = SessionSingletone()
diff --git a/services/types.py b/services/types.py
new file mode 100644
index 0000000..7dbbe94
--- /dev/null
+++ b/services/types.py
@@ -0,0 +1,91 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from services.api.api_bridge import APIBridge
+from services.api.api_checklist import APIChecklist
+from services.api.api_gitlab import APIGitLab
+from services.api.api_jenkins import APIJenkins
+from services.api.api_user import APIUser
+from services.api.api_virtual_function import APIVirtualFunction
+from services.database.db_checklist import DBChecklist
+from services.database.db_cms import DBCMS
+from services.database.db_general import DBGeneral
+from services.database.db_user import DBUser
+from services.database.db_virtual_function import DBVirtualFunction
+from services.frontend.fe_checklist import FEChecklist
+from services.frontend.fe_cms import FECms
+from services.frontend.fe_dashboard import FEDashboard
+from services.frontend.fe_detailed_view import FEDetailedView
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_invite import FEInvite
+from services.frontend.fe_overview import FEOverview
+from services.frontend.fe_user import FEUser
+from services.frontend.fe_wizard import FEWizard
+from services.frontend.fe_checklist_template import FEChecklistTemplate
+from services.api.api_rados import APIRados
+
+
+class Frontend:
+ User = FEUser()
+ Invite = FEInvite()
+ Checklist = FEChecklist()
+ Dashboard = FEDashboard()
+ DetailedView = FEDetailedView()
+ General = FEGeneral()
+ Overview = FEOverview()
+ Wizard = FEWizard()
+ Cms = FECms()
+ ChecklistTemplate = FEChecklistTemplate()
+
+
+class API:
+ Bridge = APIBridge()
+ Checklist = APIChecklist()
+ GitLab = APIGitLab()
+ Jenkins = APIJenkins()
+ Rados = APIRados
+ User = APIUser()
+ VirtualFunction = APIVirtualFunction()
+
+
+class DB:
+ Checklist = DBChecklist()
+ Cms = DBCMS()
+ General = DBGeneral()
+ User = DBUser()
+ VirtualFunction = DBVirtualFunction()
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/tests/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
new file mode 100644
index 0000000..c67704c
--- /dev/null
+++ b/tests/__init__.pyc
Binary files differ
diff --git a/tests/__pycache__/__init__.cpython-36.pyc b/tests/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..0a09804
--- /dev/null
+++ b/tests/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/tests/apiTests/__init__.py b/tests/apiTests/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/tests/apiTests/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/tests/apiTests/__pycache__/__init__.cpython-36.pyc b/tests/apiTests/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..2647c93
--- /dev/null
+++ b/tests/apiTests/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/tests/apiTests/__pycache__/test_api_base.cpython-36.pyc b/tests/apiTests/__pycache__/test_api_base.cpython-36.pyc
new file mode 100644
index 0000000..0b420a1
--- /dev/null
+++ b/tests/apiTests/__pycache__/test_api_base.cpython-36.pyc
Binary files differ
diff --git a/tests/apiTests/__pycache__/test_negative_requests.cpython-36.pyc b/tests/apiTests/__pycache__/test_negative_requests.cpython-36.pyc
new file mode 100644
index 0000000..c88b8d8
--- /dev/null
+++ b/tests/apiTests/__pycache__/test_negative_requests.cpython-36.pyc
Binary files differ
diff --git a/tests/apiTests/test_api_base.py b/tests/apiTests/test_api_base.py
new file mode 100644
index 0000000..55269e3
--- /dev/null
+++ b/tests/apiTests/test_api_base.py
@@ -0,0 +1,101 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+import sys
+from timeit import default_timer as timer
+
+from django.test import TestCase
+import requests
+from requests.packages.urllib3.exceptions import InsecureRequestWarning
+
+from iceci.decorator.logFuncEntry import logFuncEntry
+from services.database.db_general import DBGeneral
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
+
+
+logger = LoggingServiceFactory.get_logger()
+stream_handler = logging.StreamHandler(sys.stdout)
+
+
+class TestApiBase(TestCase, Helper):
+
+ @logFuncEntry
+ def setUp(self):
+ logger.addHandler(stream_handler)
+ self.fullClassName = __name__
+ self.className = self.__class__.__name__
+ logger.debug("---------------------- TestCase " +
+ self.className + " ----------------------")
+
+ self.startTime = timer()
+ self.funcName = self._testMethodName
+ self.testName = self.funcName
+
+ @logFuncEntry
+ def tearDown(self):
+ self.endTime = timer()
+ self.testDuration = str(self.endTime - self.startTime)
+ self.results()
+ logger.debug("---------------------- TestCase " +
+ self.className + " ----------------------\n\n")
+ try:
+ logging.getLogger().info("BB")
+ finally:
+ logger.removeHandler(stream_handler)
+ session.errorList = ""
+ session.errorCounter = 0
+
+ @logFuncEntry
+ def results(self):
+ params = {"testType": "E2E Test", "testFeature": self.className,
+ "testResult": "PASS", "testName": self.funcName, "duration": self.testDuration}
+ if (session.errorCounter == 0):
+ DBGeneral.insert_results(params["testType"], params["testFeature"], params[
+ "testResult"], params["testName"], params['duration'])
+ else:
+ params["testResult"] = "FAIL" # Mark test as fail.
+ # Add the errors to notes column in table.
+ params["notes"] = session.errorList
+ DBGeneral.insert_results(params["testType"], params["testFeature"], params[
+ "testResult"], params["testName"], params['duration'], params["notes"])
diff --git a/tests/apiTests/test_negative_requests.py b/tests/apiTests/test_negative_requests.py
new file mode 100644
index 0000000..d6f16cd
--- /dev/null
+++ b/tests/apiTests/test_negative_requests.py
@@ -0,0 +1,271 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf import settings
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API
+from tests.apiTests.test_api_base import TestApiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestNegativeRequests(TestApiBase, Helper):
+
+ @exception()
+ def test_negative_invite_member(self):
+ logger.debug(
+ "This negative test will try to invite team member to an engagement using other auth token.")
+ user_a = API.VirtualFunction.create_engagement()
+ user_b = API.VirtualFunction.create_engagement()
+ user_a['session_token'] = user_b['session_token']
+ try:
+ logger.debug(
+ "About to invite team member to the engagement of user " + user_a['full_name'])
+ API.VirtualFunction.invite_team_member(user_a)
+ raise Exception(
+ user_a['full_name'] + " has invited user using other auth token.")
+ except:
+ logger.debug(
+ "Success! Test failed to invite user using other auth token.")
+
+ @exception()
+ def test_negative_add_contact(self):
+ logger.debug(
+ "This negative test will try to add contact to an engagement using other auth token.")
+ user_a = API.VirtualFunction.create_engagement()
+ user_b = API.VirtualFunction.create_engagement()
+ user_a['session_token'] = user_b['session_token']
+ try:
+ logger.debug(
+ "About to invite contact to the engagement of user " + user_a['full_name'])
+ API.VirtualFunction.add_contact(user_a)
+ raise Exception(
+ user_a['full_name'] + " has invited contact user using other auth token.")
+ except:
+ logger.debug(
+ "Success! Test failed to invite contact user using other auth token.")
+
+ @exception()
+ def test_negative_add_next_step(self):
+ logger.debug(
+ "This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.")
+ user_content = API.VirtualFunction.create_engagement()
+ users = [user_content['email'], user_content[
+ 'pr_email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ token = "token " + API.User.login_user(user)
+ user_content['session_token'] = token
+ try:
+ logger.debug("About to add a next step to VF " +
+ user_content['vfName'] + " using " + user + " token.")
+ API.VirtualFunction.add_next_step(user_content)
+ raise Exception(
+ "Next step was added to VF " + user_content['vfName'] + " using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to add a new next step to the engagement using other auth token.")
+
+ @exception()
+ def test_negative_edit_next_step(self):
+ logger.debug(
+ "This negative test will try to edit a next step using PR / standard user / admin_ro auth token.")
+ user_content = API.VirtualFunction.create_engagement()
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ ns_uuid = API.VirtualFunction.add_next_step(user_content)
+ users = [user_content['email'], user_content[
+ 'pr_email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ token = "token " + API.User.login_user(user)
+ user_content['session_token'] = token
+ try:
+ logger.debug(
+ "About to edit a next step (ns uuid: " + ns_uuid + ") using " + user + " token.")
+ API.VirtualFunction.edit_next_step(user_content, ns_uuid)
+ raise Exception(
+ "Next step was edited using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to edit a next step using other auth token.")
+
+ @exception()
+ def test_negative_create_checklist(self):
+ user_content = API.VirtualFunction.create_engagement()
+ logger.debug(
+ "This negative test will try to create a checklist using PR / standard user / admin_ro auth token.")
+ users = [user_content['email'], user_content[
+ 'pr_email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ token = "token " + API.User.login_user(user)
+ user_content['session_token'] = token
+ try:
+ logger.debug(
+ "About to create checklist for VF " + user_content['vfName'])
+ API.Checklist.create_checklist(user_content)
+ raise Exception(
+ "Checklist was created using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to create checklist using other auth token.")
+
+ @exception()
+ def test_negative_update_checklist(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ logger.debug(
+ "Create checklist with engagement lead (next: try to edit checklist with PR and standard user)")
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ cl_content = API.Checklist.create_checklist(user_content)
+ logger.debug(
+ "This negative test will try to create a checklist using PR / standard user / admin_ro auth token.")
+ users = [user_content['email'], user_content[
+ 'pr_email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ token = "token " + API.User.login_user(user)
+ user_content['session_token'] = token
+ try:
+ logger.debug(
+ "About to update checklist for VF " + user_content['vfName'])
+ API.Checklist.update_checklist(
+ user_content, cl_content['uuid'])
+ raise Exception(
+ "Checklist was created using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to create checklist using other auth token.")
+
+ @exception()
+ def test_negative_set_checklist_state(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ logger.debug(
+ "Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)")
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ cl_content = API.Checklist.create_checklist(user_content)
+ logger.debug(
+ "This negative test will try to change checklist state using PR / standard user / admin_ro auth token.")
+ users = [user_content['email'], user_content[
+ 'pr_email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ try:
+ logger.debug(
+ "About to change checklist state for VF " + user_content['vfName'])
+ API.Checklist.jump_state(cl_content['uuid'], user)
+ raise Exception(
+ "Checklist state was changed using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to change checklist state using other auth token.")
+
+ @exception()
+ def test_add_checklist_audit_log(self):
+ user_content = API.VirtualFunction.create_engagement()
+ logger.debug(
+ "Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)")
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ cl_content = API.Checklist.create_checklist(user_content, files=[])
+ logger.debug(
+ "This negative test will try to add audit log to checklist using standard user / admin_ro auth token.")
+ users = [user_content['email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ token = "token " + API.User.login_user(user)
+ user_content['session_token'] = token
+ try:
+ logger.debug(
+ "About to add audit log to checklist uuid " + cl_content['uuid'])
+ API.Checklist.add_checklist_audit_log(
+ user_content, cl_content['uuid'])
+ raise Exception(
+ "Audit log was added to checklist using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to add audit log to checklist using other auth token.")
+
+ @exception()
+ def test_add_checklist_next_step(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ logger.debug(
+ "Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)")
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ cl_content = API.Checklist.create_checklist(user_content)
+ logger.debug(
+ "This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.")
+ users = [user_content['email'], user_content[
+ 'pr_email'], Constants.Users.AdminRO.EMAIL]
+ for user in users:
+ token = "token " + API.User.login_user(user)
+ user_content['session_token'] = token
+ try:
+ logger.debug(
+ "About to add next step to checklist uuid " + cl_content['uuid'])
+ API.Checklist.add_checklist_next_step(
+ user_content, cl_content['uuid'])
+ raise Exception(
+ "Next step was added to checklist using " + user + " token.")
+ except:
+ logger.debug(
+ "Success! Test failed to add next steps to checklist using other auth token.")
+
+ @exception()
+ def test_negative_checklist_files(self):
+ # Can't run this test locally since locally we have files by default.
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else: # Test starts here #
+ user_content = API.VirtualFunction.create_engagement()
+ logger.debug(
+ "Trying to create checklist with associated files when git repo is empty")
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ try:
+ API.Checklist.create_checklist(user_content)
+ raise Exception(
+ "Checklist was created with associated files while git repo is empty.")
+ except:
+ logger.debug(
+ "Success! Test failed to create checklist with associated files while git repo is empty.")
diff --git a/tests/signalTests/__init__.py b/tests/signalTests/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/tests/signalTests/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/tests/signalTests/__pycache__/__init__.cpython-36.pyc b/tests/signalTests/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..6b41906
--- /dev/null
+++ b/tests/signalTests/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/tests/signalTests/__pycache__/test_checklist_signal.cpython-36.pyc b/tests/signalTests/__pycache__/test_checklist_signal.cpython-36.pyc
new file mode 100644
index 0000000..ef7bbfe
--- /dev/null
+++ b/tests/signalTests/__pycache__/test_checklist_signal.cpython-36.pyc
Binary files differ
diff --git a/tests/signalTests/__pycache__/test_git_signal.cpython-36.pyc b/tests/signalTests/__pycache__/test_git_signal.cpython-36.pyc
new file mode 100644
index 0000000..7fc5eb1
--- /dev/null
+++ b/tests/signalTests/__pycache__/test_git_signal.cpython-36.pyc
Binary files differ
diff --git a/tests/signalTests/__pycache__/test_signal_base.cpython-36.pyc b/tests/signalTests/__pycache__/test_signal_base.cpython-36.pyc
new file mode 100644
index 0000000..4713d12
--- /dev/null
+++ b/tests/signalTests/__pycache__/test_signal_base.cpython-36.pyc
Binary files differ
diff --git a/tests/signalTests/test_checklist_signal.py b/tests/signalTests/test_checklist_signal.py
new file mode 100644
index 0000000..ae22578
--- /dev/null
+++ b/tests/signalTests/test_checklist_signal.py
@@ -0,0 +1,68 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+Created on 16 Nov 2016
+'''
+from django.conf import settings
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API, DB
+from tests.signalTests.test_signal_base import TestSignalBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestChecklistSignal(TestSignalBase):
+
+ @exception()
+ def test_archive_checklist_after_editing_files(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content, yaml=True)
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ cl_content = API.Checklist.retrieve_heat_checklist(user_content)
+ API.GitLab.git_push_commit(user_content, yaml=True)
+ DB.Checklist.state_changed(
+ "uuid", cl_content['uuid'], Constants.ChecklistStates.Archive.TEXT)
diff --git a/tests/signalTests/test_git_signal.py b/tests/signalTests/test_git_signal.py
new file mode 100644
index 0000000..d008787
--- /dev/null
+++ b/tests/signalTests/test_git_signal.py
@@ -0,0 +1,320 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+Created on 16 Nov 2016
+
+'''
+from django.conf import settings
+from iceci.decorator.exception_decor import exception
+from services.api.api_virtual_function import APIVirtualFunction
+from services.constants import Constants, ServiceProvider
+from services.logging_service import LoggingServiceFactory
+from services.types import API
+from tests.signalTests.test_signal_base import TestSignalBase
+from services.helper import Helper
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestGitSignal(TestSignalBase):
+
+ @exception()
+ def test_create_eng(self):
+
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ API.GitLab.get_git_project(path_with_namespace)
+ if not API.GitLab.validate_git_project_members(path_with_namespace, user_content['el_email']):
+ logger.error("Couldn't find user in GitLab response.")
+ raise
+ logger.debug(
+ "Project was created successfully on GitLab. ELs included")
+ try:
+ job_name = user_content[
+ 'vfName'] + "_" + user_content['engagement_manual_id']
+ API.Jenkins.get_jenkins_job(job_name)
+ except Exception as e:
+ logger.error(
+ "_-_-_-_-_- Unexpected error in test_create_eng: " + str(e))
+ raise Exception("Job wasnt created on APIJenkins." + str(e))
+
+ @exception()
+ def test_update_account(self):
+
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ sshKey = API.User.update_account(user_content)
+ git_user = API.GitLab.get_git_user(user_content['email'])
+ git_user_pub_key = API.GitLab.get_git_user_ssh_key(git_user['id'])
+ if sshKey != git_user_pub_key:
+ logger.error(
+ "The SSH Key received does not equal to the one provided! The key from GitLab:\n" + git_user_pub_key)
+ raise
+ logger.debug(
+ "SSH Key for user " + user_content['full_name'] + " added to GitLab.")
+
+ @exception()
+ def test_set_ssh(self):
+
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ sshKey = API.User.set_ssh(user_content)
+ git_user = API.GitLab.get_git_user(user_content['email'])
+ git_user_pub_key = API.GitLab.get_git_user_ssh_key(git_user['id'])
+ if sshKey != git_user_pub_key:
+ logger.error(
+ "The SSH Key received does not equal to the one provided! The key from GitLab:\n" + git_user_pub_key)
+ raise
+ logger.debug(
+ "SSH Key for user " + user_content['full_name'] + " added to GitLab.")
+
+ @exception()
+ def test_invite_member(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ invited_email, invite_token, invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ second_user = API.User.signup_invited_user(
+ user_content[
+ 'vendor'], invited_email, invite_token, invite_url,
+ user_content, activate=True)
+ APIVirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ if not API.GitLab.validate_git_project_members(path_with_namespace, user_content['email']):
+ raise Exception(
+ "Couldn't find the inviter user (%s) in GitLab." % user_content['email'])
+ if not API.GitLab.validate_git_project_members(path_with_namespace, second_user['email']):
+ raise Exception(
+ "Couldn't find the inviter user (%s) in GitLab." % second_user['email'])
+ logger.debug(
+ "Inviter and invited users were created successfully on GitLab!")
+
+ @exception()
+ def test_add_contact(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ APIVirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ API.GitLab.get_git_project(path_with_namespace)
+ if not API.GitLab.validate_git_project_members(path_with_namespace, user_content['email']):
+ raise Exception(
+ "Couldn't find the inviter user (%s) in GitLab." % user_content['email'])
+ second_user_email, invite_token, invite_url = API.VirtualFunction.add_contact(
+ user_content)
+ second_user = API.User.signup_invited_user(ServiceProvider.MainServiceProvider, second_user_email, invite_token, invite_url,
+ user_content, "true", True)
+ if API.GitLab.validate_git_project_members(path_with_namespace, second_user_email):
+ logger.debug(
+ "Invited contact user " + second_user['full_name'] + " found in GitLab.")
+ else:
+ raise Exception("Couldn't find the invited user in GitLab.")
+ logger.debug(
+ "Inviter and invited users were created successfully on GitLab!")
+
+ @exception()
+ def test_join_of_staff_users_to_new_gitlab_repo(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ eng_team_users_emails = [
+ user_content['el_email'], user_content['pr_email'], Constants.Users.Admin.EMAIL]
+ API.GitLab.are_all_list_users_registered_as_project_members(
+ eng_team_users_emails, path_with_namespace)
+ logger.debug("Staff users were added successfully to GitLab repo!")
+
+ @exception()
+ def test_join_of_stn_users_to_new_rep_after_active(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ # invite 2 new users in order to join standard users in the eng
+ # team
+ invited_email_address, invite_token, invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ invited_email_address = API.User.signup_invited_user(user_content['vendor'], invited_email_address,
+ invite_token, invite_url, user_content)
+
+ second_invited_email, second_invite_token, second_invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ second_invited_email = API.User.signup_invited_user(user_content['vendor'], second_invited_email,
+ second_invite_token, second_invite_url, user_content)
+
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ eng_team_users_emails = [invited_email_address['email'], second_invited_email['email'],
+ user_content['email'], user_content[
+ 'el_email'], user_content['pr_email'],
+ Constants.Users.Admin.EMAIL]
+
+ API.GitLab.are_all_list_users_registered_as_project_members(
+ eng_team_users_emails, path_with_namespace)
+ logger.debug(
+ "Staff, Inviter and invited users were added successfully to GitLab repo!")
+
+ @exception()
+ def test_rem_users_from_repo_after_active_and_validated(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ # invite 2 new users in order to join standard users in the eng
+ # team
+ invited_email_address, invite_token, invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ invited_email_address = API.User.signup_invited_user(
+ user_content['vendor'], invited_email_address, invite_token, invite_url, user_content)
+
+ second_invited_email, second_invite_token, second_invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ second_invited_email = API.User.signup_invited_user(
+ user_content['vendor'], second_invited_email, second_invite_token, second_invite_url, user_content)
+
+ # change eng stage in order to include all standard users in the
+ # eng git lab repo
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.VALIDATED)
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+
+ # check that all standard users, staff users and admin are in the
+ # git lab repo
+ API.GitLab.get_git_project(path_with_namespace)
+ eng_team_users_emails = [user_content['el_email'],
+ user_content['pr_email'], Constants.Users.Admin.EMAIL]
+ should_not_be_in_repo_users_list = [
+ invited_email_address['email'], user_content['email']]
+ for email in eng_team_users_emails:
+ if not API.GitLab.validate_git_project_members(path_with_namespace, email):
+ if email not in should_not_be_in_repo_users_list:
+ raise Exception(
+ "Couldn't find the invited users: " + email + " in GitLab.")
+
+ logger.debug(
+ "Invited user: " + email + " and" + second_invited_email['full_name'] + " found in GitLab.")
+ logger.debug(
+ "Inviter and invited users were created successfully on GitLab!")
+
+ @exception()
+ def test_rem_users_from_repo_after_completed(self):
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ # invite 2 new users in order to join standard users in the eng
+ # team
+ invited_email, invite_token, invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ invited_email = API.User.signup_invited_user(
+ user_content['vendor'], invited_email, invite_token, invite_url, user_content)
+
+ second_invited_email, second_invite_token, second_invite_url = API.VirtualFunction.invite_team_member(
+ user_content)
+ second_invited_email = API.User.signup_invited_user(
+ user_content['vendor'], second_invited_email, second_invite_token, second_invite_url, user_content)
+
+ # change eng stage in order to include all standard users in the
+ # eng git lab repo
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.VALIDATED)
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.COMPLETED)
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+
+ # check that all standard users, staff users and admin are in the
+ # git lab repo
+ API.GitLab.get_git_project(path_with_namespace)
+ eng_team_users_emails = [user_content['el_email'],
+ user_content['pr_email'], Constants.Users.Admin.EMAIL]
+ should_not_be_in_repo_users_list = [
+ invited_email['email'], user_content['email']]
+ for email in eng_team_users_emails:
+ if not API.GitLab.validate_git_project_members(path_with_namespace, email):
+ if email not in should_not_be_in_repo_users_list:
+ raise Exception(
+ "Couldn't find the user: " + email + " in GitLab.")
+
+ logger.debug(
+ "Invited user: " + email + " and" + second_invited_email['full_name'] + " found in GitLab.")
+ logger.debug(
+ "Inviter and invited users were created successfully on GitLab!")
+
+ @exception()
+ def test_push_yaml_files_to_repo_check_decline_of_cl(self):
+
+ if settings.DATABASE_TYPE == 'local':
+ logger.debug("Local environment, skipping test...")
+ else:
+ user_content = API.VirtualFunction.create_engagement()
+ token = "token " + API.User.login_user(user_content['el_email'])
+ user_content['session_token'] = token
+ cl_content_before_push_and_decline = API.Checklist.retrieve_heat_checklist(
+ user_content)
+ API.GitLab.git_clone_push(user_content, yaml=True)
+ cl_content_after_push_and_decline = API.Checklist.retrieve_heat_checklist(
+ user_content)
+ Helper.internal_not_equal(
+ cl_content_before_push_and_decline, cl_content_after_push_and_decline)
diff --git a/tests/signalTests/test_signal_base.py b/tests/signalTests/test_signal_base.py
new file mode 100644
index 0000000..6caade4
--- /dev/null
+++ b/tests/signalTests/test_signal_base.py
@@ -0,0 +1,103 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+Created on 15 Nov 2016
+
+@author: tomerc
+'''
+import sys
+from timeit import default_timer as timer
+import unittest
+import logging
+import requests
+from requests.packages.urllib3.exceptions import InsecureRequestWarning
+
+from iceci.decorator.logFuncEntry import logFuncEntry
+from services.database.db_general import DBGeneral
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+
+requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
+
+
+logger = LoggingServiceFactory.get_logger()
+stream_handler = logging.StreamHandler(sys.stdout)
+
+
+class TestSignalBase(unittest.TestCase, Helper):
+
+ def setUp(self):
+ logger.addHandler(stream_handler)
+ self.fullClassName = __name__
+ self.className = self.__class__.__name__
+ logger.debug("---------------------- TestCase " +
+ self.className + " ----------------------")
+
+ self.startTime = timer()
+ self.funcName = self._testMethodName
+ self.testName = self.funcName
+
+ def tearDown(self):
+ self.endTime = timer()
+ self.testDuration = str(self.endTime - self.startTime)
+ self.results()
+ logger.debug("---------------------- TestCase " +
+ self.className + " ----------------------\n\n")
+ try:
+ logging.getLogger().info("BB")
+ finally:
+ logger.removeHandler(stream_handler)
+ session.errorList = ""
+ session.errorCounter = 0
+
+ @logFuncEntry
+ def results(self):
+ params = {"testType": "E2E Test", "testFeature": self.className,
+ "testResult": "PASS", "testName": self.funcName, "duration": self.testDuration}
+ if (session.errorCounter == 0):
+ DBGeneral.insert_results(params["testType"], params["testFeature"], params[
+ "testResult"], params["testName"], params['duration'])
+ else:
+ params["testResult"] = "FAIL" # Mark test as fail.
+ # Add the errors to notes column in table.
+ params["notes"] = session.errorList
+ DBGeneral.insert_results(params["testType"], params["testFeature"], params[
+ "testResult"], params["testName"], params['duration'], params["notes"])
diff --git a/tests/uiTests/__init__.py b/tests/uiTests/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/tests/uiTests/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/tests/uiTests/__init__.pyc b/tests/uiTests/__init__.pyc
new file mode 100644
index 0000000..78d42d5
--- /dev/null
+++ b/tests/uiTests/__init__.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/__init__.cpython-36.pyc b/tests/uiTests/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..b974ad1
--- /dev/null
+++ b/tests/uiTests/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/portalVariables.cpython-36.pyc b/tests/uiTests/__pycache__/portalVariables.cpython-36.pyc
new file mode 100644
index 0000000..dd0272e
--- /dev/null
+++ b/tests/uiTests/__pycache__/portalVariables.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_admin_dropdown.cpython-36.pyc b/tests/uiTests/__pycache__/test_admin_dropdown.cpython-36.pyc
new file mode 100644
index 0000000..0cbe384
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_admin_dropdown.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_admin_section.cpython-36-PYTEST.pyc b/tests/uiTests/__pycache__/test_admin_section.cpython-36-PYTEST.pyc
new file mode 100755
index 0000000..01f0a37
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_admin_section.cpython-36-PYTEST.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_admin_section.cpython-36.pyc b/tests/uiTests/__pycache__/test_admin_section.cpython-36.pyc
new file mode 100644
index 0000000..0fba059
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_admin_section.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_checklist_validations.cpython-36.pyc b/tests/uiTests/__pycache__/test_checklist_validations.cpython-36.pyc
new file mode 100644
index 0000000..9d4f561
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_checklist_validations.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_cms_news_and_announcementsion.cpython-36.pyc b/tests/uiTests/__pycache__/test_cms_news_and_announcementsion.cpython-36.pyc
new file mode 100644
index 0000000..3441194
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_cms_news_and_announcementsion.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_dashboard_feature.cpython-36.pyc b/tests/uiTests/__pycache__/test_dashboard_feature.cpython-36.pyc
new file mode 100644
index 0000000..ea7cbe0
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_dashboard_feature.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_detailed_view.cpython-36.pyc b/tests/uiTests/__pycache__/test_detailed_view.cpython-36.pyc
new file mode 100644
index 0000000..e19d54c
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_detailed_view.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_edit_checklist_template.cpython-36.pyc b/tests/uiTests/__pycache__/test_edit_checklist_template.cpython-36.pyc
new file mode 100644
index 0000000..e424488
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_edit_checklist_template.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_export_excel.cpython-36.pyc b/tests/uiTests/__pycache__/test_export_excel.cpython-36.pyc
new file mode 100644
index 0000000..1c3af2a
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_export_excel.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_feedback_modal.cpython-36.pyc b/tests/uiTests/__pycache__/test_feedback_modal.cpython-36.pyc
new file mode 100644
index 0000000..087d831
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_feedback_modal.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_invitations_and_throttle_logic.cpython-36.pyc b/tests/uiTests/__pycache__/test_invitations_and_throttle_logic.cpython-36.pyc
new file mode 100644
index 0000000..f3ab1a0
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_invitations_and_throttle_logic.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_left_nav_panel.cpython-36.pyc b/tests/uiTests/__pycache__/test_left_nav_panel.cpython-36.pyc
new file mode 100644
index 0000000..feee9ab
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_left_nav_panel.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_login_with_new_user.cpython-36-PYTEST.pyc b/tests/uiTests/__pycache__/test_login_with_new_user.cpython-36-PYTEST.pyc
new file mode 100755
index 0000000..9dc5450
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_login_with_new_user.cpython-36-PYTEST.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_login_with_new_user.cpython-36.pyc b/tests/uiTests/__pycache__/test_login_with_new_user.cpython-36.pyc
new file mode 100644
index 0000000..498be23
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_login_with_new_user.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_next_step.cpython-36.pyc b/tests/uiTests/__pycache__/test_next_step.cpython-36.pyc
new file mode 100644
index 0000000..9a3849c
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_next_step.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_next_step_validations.cpython-36.pyc b/tests/uiTests/__pycache__/test_next_step_validations.cpython-36.pyc
new file mode 100755
index 0000000..6830c09
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_next_step_validations.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_notification_for_new_user.cpython-36.pyc b/tests/uiTests/__pycache__/test_notification_for_new_user.cpython-36.pyc
new file mode 100644
index 0000000..953335f
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_notification_for_new_user.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_portal_homepage.cpython-36.pyc b/tests/uiTests/__pycache__/test_portal_homepage.cpython-36.pyc
new file mode 100644
index 0000000..dafb97b
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_portal_homepage.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_progress_bar.cpython-36.pyc b/tests/uiTests/__pycache__/test_progress_bar.cpython-36.pyc
new file mode 100644
index 0000000..a982e3e
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_progress_bar.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_remove_user_from_eng.cpython-36.pyc b/tests/uiTests/__pycache__/test_remove_user_from_eng.cpython-36.pyc
new file mode 100644
index 0000000..3825edd
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_remove_user_from_eng.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_reset_password.cpython-36.pyc b/tests/uiTests/__pycache__/test_reset_password.cpython-36.pyc
new file mode 100644
index 0000000..c37d476
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_reset_password.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_sanity.cpython-36.pyc b/tests/uiTests/__pycache__/test_sanity.cpython-36.pyc
new file mode 100644
index 0000000..f39ff09
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_sanity.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_set_stage.cpython-36.pyc b/tests/uiTests/__pycache__/test_set_stage.cpython-36.pyc
new file mode 100644
index 0000000..5571ac1
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_set_stage.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_ssh_key.cpython-36.pyc b/tests/uiTests/__pycache__/test_ssh_key.cpython-36.pyc
new file mode 100644
index 0000000..042b884
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_ssh_key.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_ui_base.cpython-36-PYTEST.pyc b/tests/uiTests/__pycache__/test_ui_base.cpython-36-PYTEST.pyc
new file mode 100755
index 0000000..d6d2b4e
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_ui_base.cpython-36-PYTEST.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_ui_base.cpython-36.pyc b/tests/uiTests/__pycache__/test_ui_base.cpython-36.pyc
new file mode 100644
index 0000000..ed14311
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_ui_base.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_user_profile_settings.cpython-36.pyc b/tests/uiTests/__pycache__/test_user_profile_settings.cpython-36.pyc
new file mode 100644
index 0000000..6b69b26
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_user_profile_settings.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/__pycache__/test_validate_signup.cpython-36.pyc b/tests/uiTests/__pycache__/test_validate_signup.cpython-36.pyc
new file mode 100644
index 0000000..becce33
--- /dev/null
+++ b/tests/uiTests/__pycache__/test_validate_signup.cpython-36.pyc
Binary files differ
diff --git a/tests/uiTests/geckodriver.log b/tests/uiTests/geckodriver.log
new file mode 100644
index 0000000..bbbd105
--- /dev/null
+++ b/tests/uiTests/geckodriver.log
@@ -0,0 +1,392 @@
+1499152020601 geckodriver INFO Listening on 127.0.0.1:56804
+1499152021597 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499152023634 Marionette INFO Listening on port 56817
+1499152023758 Marionette WARN TLS certificate errors will be ignored for this session
+1499152023950 Marionette DEBUG loaded listener.js
+1499152024007 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152024010 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152024010 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152024014 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499152024015 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+2017-07-04 02:07:04.043 plugin-container[13150:396681] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 02:07:04.048 plugin-container[13150:396681] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499152024055 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152024066 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152024066 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152024689 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152024752 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152028171 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152030426 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152031027 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/admin"
+1499152032461 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/admin/admin/checklist-template"
+1499152033280 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152034836 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152035163 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152035991 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152036175 geckodriver INFO Listening on 127.0.0.1:57055
+1499152037160 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499152038852 Marionette INFO Listening on port 57069
+1499152038971 Marionette WARN TLS certificate errors will be ignored for this session
+1499152039156 Marionette DEBUG loaded listener.js
+1499152039183 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152039208 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152039208 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152039213 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499152039215 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+2017-07-04 02:07:19.245 plugin-container[13266:398090] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c37, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 02:07:19.250 plugin-container[13266:398090] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499152039258 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152039265 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152039265 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152039925 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152039990 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152043357 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152045536 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152046138 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/admin"
+1499152047577 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/admin/admin/checklist-template"
+1499152047897 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152049548 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152050325 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152050484 geckodriver INFO Listening on 127.0.0.1:57252
+1499152051476 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499152053142 Marionette INFO Listening on port 57265
+1499152053262 Marionette WARN TLS certificate errors will be ignored for this session
+1499152053485 Marionette DEBUG loaded listener.js
+1499152053532 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152053550 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152053551 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152053556 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499152053559 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+2017-07-04 02:07:33.596 plugin-container[13295:399183] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 02:07:33.597 plugin-container[13295:399183] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa003, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499152053611 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152053619 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152053619 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152054212 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152054272 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152077178 geckodriver INFO Listening on 127.0.0.1:57415
+1499152078176 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499152079886 Marionette INFO Listening on port 57424
+1499152080004 Marionette WARN TLS certificate errors will be ignored for this session
+1499152080192 Marionette DEBUG loaded listener.js
+2017-07-04 02:08:00.253 plugin-container[13340:400268] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 02:08:00.254 plugin-container[13340:400268] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499152080885 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152080888 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152080889 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152080893 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499152080894 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499152080913 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499152080921 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499152080922 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499152081514 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152081569 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152082003 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152082008 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152082008 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152082015 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152082017 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152082030 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152082034 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152082034 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152082617 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152082655 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152086054 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152090313 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152092345 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152093177 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152093483 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152094244 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152155116 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155119 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155120 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155126 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155127 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155145 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155156 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155156 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152155709 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152155739 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152155754 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152155758 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152155758 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152155791 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152155793 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152155799 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152155810 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152155811 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152156412 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152156436 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152159358 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152163542 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152165477 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152166834 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152167465 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167468 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167469 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167479 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167481 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167489 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167495 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152167496 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152168065 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152168097 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152168113 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152168115 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152168115 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152168134 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152168137 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152168163 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152168168 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152168168 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152168754 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152168817 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152171740 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152175833 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152177782 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152179164 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152180476 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152181234 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152182398 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182401 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182405 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182431 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182433 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182440 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182444 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152182444 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152183098 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152183129 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152183136 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152183138 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152183138 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152183157 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152183158 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152183167 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152183173 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152183173 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152183739 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152183775 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152186659 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152190504 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152192478 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152193839 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152195145 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152195905 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152197079 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197082 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197084 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197091 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197093 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197104 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197111 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197111 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152197649 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152197684 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152197691 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152197693 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152197693 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152197713 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152197714 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152197725 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499152197731 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499152197731 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499152198263 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499152198298 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499152201102 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152205152 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152207069 Marionette DEBUG Received DOM event "hashchange" for "http://127.0.0.1:8181/#/dashboard/detailedview"
+1499152209036 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152209327 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499152210183 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163847081 geckodriver INFO Listening on 127.0.0.1:64615
+1499163848065 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499163850042 Marionette INFO Listening on port 64626
+1499163850123 Marionette WARN TLS certificate errors will be ignored for this session
+1499163850330 Marionette DEBUG loaded listener.js
+2017-07-04 05:24:10.413 plugin-container[27347:830870] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9e3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 05:24:10.416 plugin-container[27347:830870] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa103, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499163877275 geckodriver INFO Listening on 127.0.0.1:64761
+1499163878267 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499163880122 Marionette INFO Listening on port 64771
+1499163880198 Marionette WARN TLS certificate errors will be ignored for this session
+1499163880395 Marionette DEBUG loaded listener.js
+2017-07-04 05:24:40.477 plugin-container[27398:832466] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9d3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 05:24:40.480 plugin-container[27398:832466] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa103, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499163881587 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499163881591 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499163881591 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499163881595 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499163881597 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499163881616 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499163881625 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499163881626 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499163882259 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163882316 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163886432 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163890603 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163892524 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163892835 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163894379 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163894489 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894494 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894500 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894513 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894515 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894528 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894534 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163894535 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163895106 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163895134 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163895154 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499163895157 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499163895157 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499163895184 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163895187 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163895204 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499163895226 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499163895226 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499163895851 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163895895 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163899489 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163903430 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163905198 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163905517 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163907094 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163907202 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907205 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907209 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907219 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907222 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907236 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907247 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907247 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163907874 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163907905 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163907915 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499163907916 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499163907916 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499163907939 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163907941 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163907949 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499163907962 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499163907962 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499163908599 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163908769 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163912416 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163916378 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163918004 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163918277 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163918558 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163928608 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928611 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928611 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928618 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928620 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928631 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928638 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163928638 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499163929238 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163929286 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163929299 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499163929301 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499163929301 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499163929306 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163929307 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163929323 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499163929331 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499163929331 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499163929911 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499163929942 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499163933589 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163937477 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499163939417 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164000086 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000089 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000089 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000095 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000097 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000110 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000118 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000118 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/dashboard/overview"
+1499164000733 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499164000775 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499164000796 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499164000797 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499164000798 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499164000808 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499164000810 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499164000830 Marionette DEBUG Received DOM event "beforeunload" for "http://127.0.0.1:8181/#/login"
+1499164000835 Marionette DEBUG Received DOM event "pagehide" for "http://127.0.0.1:8181/#/login"
+1499164000835 Marionette DEBUG Received DOM event "unload" for "http://127.0.0.1:8181/#/login"
+1499164001442 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499164001473 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499164005002 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164009125 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164011222 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164061184 geckodriver INFO Listening on 127.0.0.1:49840
+1499164062184 geckodriver::marionette INFO Starting browser /Applications/Firefox.app/Contents/MacOS/firefox-bin with args ["-marionette"]
+1499164063929 Marionette INFO Listening on port 49853
+1499164064005 Marionette WARN TLS certificate errors will be ignored for this session
+1499164064194 Marionette DEBUG loaded listener.js
+2017-07-04 05:27:44.263 plugin-container[27664:839177] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-04 05:27:44.265 plugin-container[27664:839177] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa003, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+1499164064905 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499164064908 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499164064909 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499164064912 Marionette DEBUG Received DOM event "DOMContentLoaded" for "about:blank"
+1499164064914 Marionette DEBUG Received DOM event "pageshow" for "about:blank"
+1499164064938 Marionette DEBUG Received DOM event "beforeunload" for "about:blank"
+1499164064945 Marionette DEBUG Received DOM event "pagehide" for "about:blank"
+1499164064945 Marionette DEBUG Received DOM event "unload" for "about:blank"
+1499164065588 Marionette DEBUG Received DOM event "DOMContentLoaded" for "http://127.0.0.1:8181/#/login"
+1499164065656 Marionette DEBUG Received DOM event "pageshow" for "http://127.0.0.1:8181/#/login"
+1499164076153 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164081161 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164087611 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164096907 Marionette DEBUG Canceled page load listener because no navigation has been detected
+1499164102838 Marionette DEBUG Canceled page load listener because no navigation has been detected
+*************************
+A coding exception was thrown and uncaught in a Task.
+
+Full message: TypeError: NetworkError when attempting to fetch resource.
+Full stack:
+*************************
+
+###!!! [Child][MessageChannel] Error: (msgtype=0x4400AB,name=PContent::Msg_ConsoleMessage) Channel closing: too late to send/recv, messages will be lost
+
+2017-07-05 01:29:32.549 plugin-container[69140:2641840] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-05 01:29:32.553 plugin-container[69140:2641840] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-05 05:00:06.804 plugin-container[81584:2977711] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9c3b, name = 'com.apple.tsm.portname'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+2017-07-05 05:00:06.808 plugin-container[81584:2977711] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9f03, name = 'com.apple.CFPasteboardClient'
+See /usr/include/servers/bootstrap_defs.h for the error codes.
+*************************
+A coding exception was thrown and uncaught in a Task.
+
+Full message: TypeError: NetworkError when attempting to fetch resource.
+Full stack:
+*************************
+*************************
+A coding exception was thrown and uncaught in a Task.
+
+Full message: TypeError: NetworkError when attempting to fetch resource.
+Full stack:
+*************************
+1499513160629 Marionette INFO Ceased listening
diff --git a/tests/uiTests/test_admin_dropdown.py b/tests/uiTests/test_admin_dropdown.py
new file mode 100644
index 0000000..25621f4
--- /dev/null
+++ b/tests/uiTests/test_admin_dropdown.py
@@ -0,0 +1,189 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf import settings
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestAdminDropdown(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestAdminDropdown, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+
+ @exception()
+ def test_archive_engagement(self):
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ # Creating new engagement because we will archive it
+ user_content = API.Bridge.create_engagement()
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ # Verify users were added to git (only after git finishes its work on
+ # the engagement we are able to archive the engagement)
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ if not API.GitLab.validate_git_project_members(path_with_namespace, user_content['email']):
+ raise Exception(
+ "Couldn't find the engagement lead user (%s) in GitLab." % user_content['email'])
+ Frontend.Dashboard.statuses_search_vf(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ Frontend.Overview.click_on_archeive_engagement_from_dropdown()
+ Frontend.Overview.archive_engagement_modal(
+ user_content['engagement_manual_id'], user_content['vfName'])
+
+ @exception()
+ def test_change_reviewer(self):
+ try:
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ other_user = DB.User.select_el_not_in_engagement(
+ user_content['el_name'], user_content['pr_name'])
+ Frontend.Dashboard.statuses_search_vf(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ Frontend.Overview.click_on_change_reviewer_from_dropdown()
+ Frontend.Overview.change_engagement_lead_modal(other_user)
+ finally:
+ DB.User.rollback_for_el_not_in_engagement()
+
+ @exception()
+ def test_change_peer_reviewer(self):
+ try:
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ other_user = DB.User.select_el_not_in_engagement(
+ self.user_content['el_name'], self.user_content['pr_name'])
+ Frontend.Dashboard.statuses_search_vf(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.Overview.click_on_change_peer_reviewer_from_dropdown()
+ Frontend.Overview.change_engagement_lead_modal(
+ other_user, is_reviewer=False)
+ finally:
+ DB.User.rollback_for_el_not_in_engagement()
+
+ @exception()
+ def test_update_status(self):
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Dashboard.statuses_search_vf(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.Overview.click_on_update_status_from_dropdown()
+ Frontend.Overview.fill_update_status_form_admin_dropdown()
+
+ @exception()
+ def test_update_status_via_EL(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.statuses_search_vf(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.Overview.click_on_update_status_from_dropdown()
+ Frontend.Overview.fill_update_status_form_admin_dropdown()
+
+ @exception()
+ def test_update_status_via_peer_reviewer(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.statuses_search_vf(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ Frontend.Overview.click_on_update_status_from_dropdown()
+ Frontend.Overview.fill_update_status_form_admin_dropdown()
+
+ @exception()
+ def test_update_status_via_other_el(self):
+ try:
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ other_el = DB.User.select_el_not_in_engagement(
+ self.user_content['el_name'], self.user_content['pr_name'])
+ other_el_email = DB.User.get_email_by_full_name(other_el)
+ Frontend.Dashboard.statuses_search_vf(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ engName = self.user_content[
+ 'engagement_manual_id'] + ": " + self.user_content['vfName']
+ vf_left_nav_id = "clickable-" + engName
+ Frontend.User.open_invite_team_member_form(vf_left_nav_id)
+ Frontend.User.invite_single_user_to_team(other_el_email)
+ Frontend.General.re_open(Constants.Default.LoginURL.TEXT)
+ Frontend.Overview.invite_and_reopen_link(
+ self.user_content, other_el_email)
+ Frontend.User.login(other_el_email, Constants.Default.Password.TEXT,
+ Constants.Dashboard.Default.DASHBOARD_ID)
+ Frontend.Overview.click_on_update_status_from_dropdown()
+ Frontend.Overview.fill_update_status_form_admin_dropdown()
+ finally:
+ DB.User.rollback_for_el_not_in_engagement()
+
+ @exception()
+ def test_remove_standard_users_after_archive_engagement(self):
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ # Creating new engagement because we will archive it
+ user_content = API.Bridge.create_engagement()
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ path_with_namespace = user_content[
+ 'engagement_manual_id'] + "%2F" + user_content['vfName']
+ if not API.GitLab.validate_git_project_members(path_with_namespace, user_content['email']):
+ raise Exception(
+ "Couldn't find the inviter user (%s) in GitLab." % user_content['email'])
+ if settings.DATABASE_TYPE != 'local':
+ git_user = API.GitLab.get_git_user(user_content['email'])
+ git_user_id = str(git_user['id'])
+ Frontend.Dashboard.statuses_search_vf(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ Frontend.Overview.click_on_archeive_engagement_from_dropdown()
+ Frontend.Overview.archive_engagement_modal(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ API.GitLab.negative_validate_git_project_member(
+ path_with_namespace, user_content['email'], git_user_id)
diff --git a/tests/uiTests/test_admin_section.py b/tests/uiTests/test_admin_section.py
new file mode 100644
index 0000000..8ec9b44
--- /dev/null
+++ b/tests/uiTests/test_admin_section.py
@@ -0,0 +1,73 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import Frontend, API
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestAdminSection(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestAdminSection, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+ @exception()
+ def test_admin_page(self):
+ Frontend.User.login(Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.User.go_to_account()
+ Frontend.User.go_to_admin()
+
+ @exception()
+ def test_negative_admin_page(self):
+ users_email_list = [self.user_content['email'], self.user_content['pr_email'], self.user_content['el_email'],
+ Constants.Users.AdminRO.EMAIL]
+ for user_email in users_email_list:
+ Frontend.User.relogin(user_email, Constants.Default.Password.TEXT)
+ Frontend.User.click_on_avatar()
+ session.run_negative(lambda: Frontend.User.click_on_admin(), "Negative test failed at"
+ " click_on_admin with user %s" % user_email)
diff --git a/tests/uiTests/test_bucket_e2e.py b/tests/uiTests/test_bucket_e2e.py
new file mode 100644
index 0000000..d72af48
--- /dev/null
+++ b/tests/uiTests/test_bucket_e2e.py
@@ -0,0 +1,140 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from pprint import pprint
+
+from wheel.signatures import assertTrue
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.database.db_user import DBUser
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API
+from tests.uiTests.test_ui_base import TestUiBase
+from utils.cryptography import CryptographyText
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestBucketE2E(TestUiBase):
+ def create_bucket_and_validate_users(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=True)
+
+ print("***********STAGE = ",user_content['vfStage'])
+ API.VirtualFunction.set_eng_stage(user_content, Constants.EngagementStages.ACTIVE)
+ bucket_id = user_content['engagement_manual_id']+"_"+user_content['vfName'].lower()
+ print("***********bucket_id = ",bucket_id)
+ bucket = API.Rados.get_bucket(bucket_id)
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ assertTrue(bucket != "None")
+ assertTrue(API.Rados.users_of_bucket_ready_after_created(bucket_id,user_content['full_name']))
+ #validate users added to bucket
+ grants = API.Rados.get_bucket_grants(bucket_id)
+ count = 0
+ for g in grants:
+ if g.id == user_content['full_name']:
+ count = +1
+
+ assertTrue(count > 0)
+ return bucket, user_content
+
+ @exception()
+ def test_validate_bucket_created(self):
+ bucket, user_content = self.create_bucket_and_validate_users()
+ #create upload file
+ str_content = Helper.rand_string("randomString") + Helper.rand_string("randomNumber")
+ fileName = Helper.rand_string("randomString")
+ bucket_id = user_content['engagement_manual_id']+"_"+user_content['vfName'].lower()
+ bucket = API.Rados.get_bucket(bucket_id)
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ key = bucket.new_key(fileName+'.dat')
+ key.set_contents_from_string(str_content)
+ pprint(key.generate_url(expires_in=400))
+# DOWNLOAD AN OBJECT (TO A FILE)
+ key = bucket.get_key(fileName+'.dat')
+ key.get_contents_to_filename('/home/'+fileName+'.dat')
+ key.delete()
+
+ @exception()
+ def test_validate_bucket_removed(self):
+ bucket, user_content = self.create_bucket_and_validate_users()
+ #set Completed Stage
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.COMPLETED)
+ #validate users removed from bucket
+ bucket_id = user_content['engagement_manual_id']+"_"+user_content['vfName'].lower()
+ assertTrue(API.Rados.users_of_bucket_ready_after_complete(bucket_id,user_content['full_name']))
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ assertTrue(bucket != "None")
+ #try create upload file - must failed
+ str_content = Helper.rand_string("randomString") + Helper.rand_string("randomNumber")
+ fileName = Helper.rand_string("randomString")
+ bucket = API.Rados.get_bucket(bucket_id)
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ key = bucket.new_key(fileName+'.dat')
+ key.set_contents_from_string(str_content)
+ pprint(key.generate_url(expires_in=400))
+# DOWNLOAD AN OBJECT (TO A FILE)
+ key = bucket.get_key(fileName+'.dat')
+ key.get_contents_to_filename('/home/'+fileName+'.dat')
+ key.delete()
+
+ @exception()
+ def test_validate_upload_download_image_with_bucket_user(self):
+ bucket, user_content = self.create_bucket_and_validate_users()
+ #connect to bucket with specific user
+ bucket_id = user_content['engagement_manual_id']+"_"+user_content['vfName'].lower()
+ access_key = DBUser.get_access_key(user_content['uuid'])
+ secret_key = DBUser.get_access_secret(user_content['uuid'])
+ secret = CryptographyText.decrypt(secret_key)
+ bucket_for_specific_user = API.Rados.get_bucketfor_specific_user(bucket_id,access_key,secret)
+ assertTrue(bucket_for_specific_user != None)
+ #create upload file with user
+ str_content = Helper.rand_string("randomString") + Helper.rand_string("randomNumber")
+ fileName = Helper.rand_string("randomString")
+ key = bucket_for_specific_user.new_key(fileName+'.dat')
+ key.set_contents_from_string(str_content)
+ pprint(key.generate_url(expires_in=3600))
+# DOWNLOAD AN OBJECT (TO A FILE)
+ key = bucket_for_specific_user.get_key(fileName+'.dat')
+ key.get_contents_to_filename('/home/'+fileName+'.dat')
+ key.delete()
+
diff --git a/tests/uiTests/test_bucket_url.py b/tests/uiTests/test_bucket_url.py
new file mode 100644
index 0000000..05f857f
--- /dev/null
+++ b/tests/uiTests/test_bucket_url.py
@@ -0,0 +1,75 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import API, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestBucketURL(TestUiBase):
+ user_content = None
+
+ @exception()
+ def test_bucket_url_not_appears_stage_intake(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ session.run_negative(
+ lambda: Frontend.Overview.validate_bucket_url(
+ user_content['engagement_manual_id'], user_content['vfName']),
+ "Storage bucket URL appears on stage Intake")
+
+ @exception()
+ def test_bucket_url(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.ACTIVE)
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.validate_bucket_url(
+ user_content['engagement_manual_id'], user_content['vfName'])
diff --git a/tests/uiTests/test_checklist_validations.py b/tests/uiTests/test_checklist_validations.py
new file mode 100644
index 0000000..c89fa25
--- /dev/null
+++ b/tests/uiTests/test_checklist_validations.py
@@ -0,0 +1,309 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from asyncio.tasks import sleep
+import time
+
+from wheel.signatures import assertTrue
+
+from iceci.decorator.exception_decor import exception
+from services.api.api_bridge import APIBridge
+from services.api.api_gitlab import APIGitLab
+from services.constants import Constants
+from services.frontend.base_actions.get import Get
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import Frontend, DB, API
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestChecklistValidations(TestUiBase):
+ '''
+ Name: test_Create_New_Checklist
+ Steps:
+
+ '''
+
+ user_content = None
+ user_content_api = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestChecklistValidations, cls).setUpClass()
+
+ cls.user_content_api = API.User.create_new_user_content_login_with_api()
+ cls.user_content = API.VirtualFunction.create_engagement()
+
+ @exception()
+ def test_create_new_checklist(self):
+ API.GitLab.git_clone_push(self.user_content)
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ vfName = self.user_content['vfName']
+ # Fetch one AT&T user ID.
+ engagement_id = DB.General.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ engLeadEmail = DB.User.select_el_email(vfName)
+ engagement_manual_id = DB.General.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ myVfName = engagement_manual_id + ": " + vfName
+ actualVfNameid = "clickable-" + myVfName
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.complete_defaults_nextsteps(engagement_id)
+ Frontend.User.relogin(
+ engLeadEmail, Constants.Default.Password.TEXT, engagement_manual_id)
+ Frontend.Overview.click_on_vf(self.user_content)
+ actualVfName = Get.by_id(actualVfNameid)
+ checklistName = Frontend.Checklist.create_checklist(
+ engagement_id, vfName, actualVfName, engagement_manual_id)
+ Frontend.Checklist.click_on_checklist(self.user_content, checklistName)
+
+ @exception()
+ def test_e2e_checklist_positive_test(self):
+ newObj, user_content = API.User.create_new_user_content()
+ newObjWithChecklist = Frontend.Checklist.create_new_checklist(newObj)
+ checklistUuid = newObjWithChecklist[0]
+ engLeadEmail = newObjWithChecklist[1]
+ engagement_manual_id = newObjWithChecklist[2]
+ actualVfNameid = newObjWithChecklist[3]
+ checklistName = newObjWithChecklist[5]
+ DB.Checklist.state_changed("uuid", checklistUuid, 'review')
+ DB.Checklist.update_decisions(checklistUuid, checklistName)
+
+ Frontend.User.relogin(
+ engLeadEmail, Constants.Default.Password.TEXT, engagement_manual_id)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.review_state_actions_and_validations(
+ checklistName, user_content['vfName'], "review")
+
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ engPeerReviewerLeadEmail = DB.Checklist.get_pr_email(checklistUuid)
+ Frontend.User.relogin(engPeerReviewerLeadEmail,
+ Constants.Default.Password.TEXT)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.review_state_actions_and_validations(
+ checklistName, user_content['vfName'], "PEER")
+
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ engPeerReviewerLeadEmail = DB.Checklist.get_admin_email(checklistUuid)
+ Frontend.User.relogin(engPeerReviewerLeadEmail,
+ Constants.Default.Password.TEXT)
+ Frontend.Checklist.search_by_vfname_for_not_local(user_content)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.approval_state_actions_and_validations(
+ checklistName, newObj, "APPROVAL")
+
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ Frontend.User.relogin(engLeadEmail, Constants.Default.Password.TEXT)
+ ownerLeadEmail = DB.Checklist.get_owner_email(checklistUuid)
+ Helper.internal_assert(engLeadEmail, ownerLeadEmail)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.approval_state_actions_and_validations(
+ checklistName, newObj, "HANDOFF")
+
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+
+ @exception()
+ def test_e2e_checklist_reject(self):
+ newObj, user_content = API.User.create_new_user_content()
+ newObjWithChecklist = Frontend.Checklist.create_new_checklist(newObj)
+ checklistUuid = newObjWithChecklist[0]
+ engLeadEmail = newObjWithChecklist[1]
+ engagement_manual_id = newObjWithChecklist[2]
+ actualVfNameid = newObjWithChecklist[3]
+ checklistName = newObjWithChecklist[5]
+ DB.Checklist.state_changed("uuid", checklistUuid, 'review')
+ DB.Checklist.update_decisions(checklistUuid, checklistName)
+ Frontend.User.relogin(
+ engLeadEmail, Constants.Default.Password.TEXT, engagement_manual_id)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.review_state_actions_and_validations(
+ checklistName, user_content['vfName'], "review")
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ engPreeRiviewerLeadEmail = DB.Checklist.get_pr_email(checklistUuid)
+ Frontend.User.relogin(engPreeRiviewerLeadEmail,
+ Constants.Default.Password.TEXT)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.review_state_actions_and_validations(
+ checklistName, user_content['vfName'], "PEER")
+
+ Frontend.Checklist.reject_checklist(newObj, checklistName)
+
+ archive = DB.Checklist.is_archive(checklistName)
+ assertTrue(archive)
+
+ @exception()
+ def test_e2e_checklist_update_add_next_step(self):
+ newObj, user_content = API.User.create_new_user_content()
+ newObjWithChecklist = Frontend.Checklist.create_new_checklist(newObj)
+ checklistUuid = newObjWithChecklist[0]
+ engLeadEmail = newObjWithChecklist[1]
+ engagement_manual_id = newObjWithChecklist[2]
+ actualVfNameid = newObjWithChecklist[3]
+ myVfName = newObjWithChecklist[4]
+ checklistName = newObjWithChecklist[5]
+ DB.Checklist.state_changed("uuid", checklistUuid, 'review')
+ DB.Checklist.update_decisions(checklistUuid, checklistName)
+
+ Frontend.User.relogin(
+ engLeadEmail, Constants.Default.Password.TEXT, engagement_manual_id)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+
+ newFileNames = Frontend.Checklist.update_cl_name_and_associated_files(
+ engagement_manual_id)
+ DB.Checklist.update_checklist_to_review_state(newFileNames[0])
+ Frontend.General.refresh()
+ Frontend.Checklist.add_nsteps(
+ checklistUuid, actualVfNameid, myVfName, checklistName, newFileNames)
+
+ @exception()
+ def test_multi_el(self):
+ checklist_content = API.Checklist.create_checklist(
+ self.user_content_api)
+ newEL_content = API.VirtualFunction.create_engagement()
+ Frontend.User.login(
+ self.user_content_api['email'], Constants.Default.Password.TEXT)
+ myVfName = self.user_content_api['engagement_manual_id'] + \
+ ": " + self.user_content_api['vfName']
+ actualVfNameid = "clickable-" + myVfName
+ DB.Checklist.update_decisions(
+ checklist_content['uuid'], checklist_content['name'])
+ Frontend.User.relogin(
+ self.user_content_api['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content_api)
+ Frontend.Checklist.validate_multi_eng(
+ self.user_content_api, checklist_content, newEL_content, actualVfNameid)
+
+ @exception()
+ def test_create_checklist_without_files(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Checklist.create_cl_without_files(self.user_content)
+
+ @exception()
+ def test_reject_anytime_checklist(self):
+ cl_content = API.Checklist.create_checklist(self.user_content_api)
+ DB.Checklist.state_changed("name", cl_content['name'], 'review')
+ Frontend.User.login(
+ self.user_content_api['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Checklist.search_by_manual_id(
+ self.user_content_api['engagement_manual_id'])
+ recent_checklist_uuid = DB.Checklist.get_recent_checklist_uuid(
+ cl_content['name'])[0]
+ Frontend.Checklist.click_on_checklist(
+ self.user_content_api, cl_content['name'], recent_checklist_uuid)
+ Frontend.Checklist.reject("Reject checklist on review state.")
+ DB.Checklist.state_changed("uuid", recent_checklist_uuid, 'archive')
+
+ @exception()
+ def test_clone_decision_auditlogs(self):
+ cl_content = API.Checklist.create_checklist(self.user_content_api)
+ DB.Checklist.state_changed(
+ "name", cl_content['name'], Constants.ChecklistStates.Review.TEXT)
+ Frontend.User.login(self.user_content_api['el_email'], Constants.Default.Password.TEXT,
+ self.user_content_api['engagement_manual_id'])
+ recent_checklist_uuid = DB.Checklist.get_recent_checklist_uuid(
+ cl_content['name'])[0]
+ Frontend.Checklist.click_on_checklist(
+ self.user_content_api, cl_content['name'], recent_checklist_uuid)
+ log_txt = Frontend.Checklist.add_line_item_audit_log()
+ Frontend.Checklist.reject(
+ 'Reject checklist as part of test_clone_decision_auditlogs test')
+ DB.Checklist.state_changed(
+ "uuid", recent_checklist_uuid, Constants.ChecklistStates.Archive.TEXT)
+ recent_checklist_uuid = DB.Checklist.get_recent_checklist_uuid(
+ cl_content['name'])[0]
+ Frontend.Checklist.click_on_checklist(
+ self.user_content_api, cl_content['name'], recent_checklist_uuid)
+ Frontend.Checklist.validate_audit_log(log_txt)
+
+ @exception()
+ def test_review_jenkins_log(self):
+ cl_content = API.Checklist.create_checklist(
+ self.user_content_api)
+ DB.Checklist.state_changed(
+ "name", cl_content['name'], Constants.ChecklistStates.Review.TEXT)
+ Frontend.User.login(self.user_content_api['el_email'], Constants.Default.Password.TEXT,
+ self.user_content_api['engagement_manual_id'])
+ Frontend.Checklist.click_on_checklist(
+ self.user_content_api, cl_content['name'], cl_content['uuid'])
+ Frontend.Checklist.get_jenkins_log()
+
+ @exception()
+ def test_review_jenkins_after_archiving(self):
+ cl_content = API.Checklist.create_checklist(
+ self.user_content_api)
+ DB.Checklist.state_changed(
+ "name", cl_content['name'], Constants.ChecklistStates.Review.TEXT)
+ Frontend.User.login(self.user_content_api['el_email'], Constants.Default.Password.TEXT,
+ self.user_content_api['engagement_manual_id'])
+ cl_content['uuid'] = DB.Checklist.get_recent_checklist_uuid(
+ cl_content['name'])[0]
+ Frontend.Checklist.click_on_checklist(
+ self.user_content_api, cl_content['name'], cl_content['uuid'])
+ log_1 = Frontend.Checklist.get_jenkins_log()
+ build_identifier_1 = API.Jenkins.find_build_num_out_of_jenkins_log(
+ log_1)
+ Frontend.Checklist.reject(
+ 'Reject checklist as part of test_clone_decision_auditlogs test')
+ DB.Checklist.state_changed(
+ "uuid", cl_content['uuid'], Constants.ChecklistStates.Archive.TEXT)
+
+ recent_checklist_uuid = DB.Checklist.get_recent_checklist_uuid(
+ cl_content['name'])[0]
+ Frontend.Checklist.click_on_checklist(
+ self.user_content_api, cl_content['name'], recent_checklist_uuid)
+ Frontend.Checklist.update_cl_associated_files(
+ self.user_content_api['engagement_manual_id'])
+ DB.Checklist.state_changed(
+ "name", cl_content['name'], Constants.ChecklistStates.Review.TEXT)
+ Frontend.General.refresh()
+ log_2 = Frontend.Checklist.get_jenkins_log()
+ build_identifier_2 = API.Jenkins.find_build_num_out_of_jenkins_log(
+ log_2)
+ Helper.internal_not_equal(build_identifier_1, build_identifier_2)
diff --git a/tests/uiTests/test_cms_news_and_announcementsion.py b/tests/uiTests/test_cms_news_and_announcementsion.py
new file mode 100644
index 0000000..b639338
--- /dev/null
+++ b/tests/uiTests/test_cms_news_and_announcementsion.py
@@ -0,0 +1,144 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from wheel.signatures import assertTrue
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import *
+from tests.uiTests.test_ui_base import TestUiBase
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestCMSNewsAndAnnoucements(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestCMSNewsAndAnnoucements, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+ logger.debug("user_conntent = "+str(cls.user_content))
+
+ def setUp(self):
+ super(TestCMSNewsAndAnnoucements, self).setUp()
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
+
+ @exception()
+ def test_announcements(self):
+ categoryId = DB.Cms.get_cms_category_id('News')
+ assertTrue(len(categoryId) > 0 and not None)
+
+ @exception()
+ def test_insert_post_Announcement(self):
+ title, description = DB.Cms.create_announcement()
+ Frontend.General.refresh()
+ Frontend.Cms.validae_announcement(title, description)
+
+ @exception()
+ def test_insert_post_News(self):
+ title, description = DB.Cms.create_news()
+ Frontend.General.refresh()
+ Frontend.Cms.validate_news(title, description)
+
+ @exception()
+ def test_insert_post_FAQ(self):
+ title, description = DB.Cms.create_faq()
+ Frontend.General.refresh()
+ Frontend.Cms.validate_FAQ(description)
+
+ @exception()
+ def test_insert_page(self):
+ title, description = DB.Cms.create_page()
+ Frontend.Cms.validate_page(title, description)
+
+ @exception()
+ def test_search_documentation_title(self):
+ title, description = DB.Cms.create_page()
+ logger.debug("About to login with EL and add VFC")
+ users = [self.user_content['el_email'], self.user_content['pr_email'], Constants.Users.AdminRO.EMAIL,
+ Constants.Users.Admin.EMAIL, self.user_content['email']]
+ for user in users:
+ logger.debug("Login with user " + user)
+ Frontend.User.relogin(user, Constants.Default.Password.TEXT, "documentation")
+ Frontend.Cms.search_documentation_title(title, self.user_content)
+
+ @exception()
+ def test_search_documentation_content(self):
+ title, description = DB.Cms.create_page()
+ Frontend.Cms.search_documentation_content(title, description)
+
+ '''
+ Announcement toast should stay for 2 days after it was published
+ '''
+ @exception()
+ def test_validate_expired_post_Announcement(self):
+ title, description = DB.Cms.create_announcement()
+ Frontend.General.refresh()
+ Frontend.Cms.validate_expired_post_Announcement(title, description)
+
+ '''
+ Announcement toast should stay was published if the user closes the message
+ '''
+ @exception()
+ def test_Announcement_validate_toast(self):
+ title, description = DB.Cms.create_announcement()
+ Frontend.User.relogin(self.user_content['email'], Constants.Default.Password.TEXT, Constants.Toast.CMS_ID)
+ Frontend.Cms.announcement_validate_toast(title, description, self.user_content)
+
+ '''
+ Announcement toast is shown for users even after the entry has disappeared from the widget on the Dashboard
+ '''
+ @exception()
+ def test_validate_5_last_Announcement_displayed(self):
+ listOfTitleAnDescriptions = DB.Cms.create_announcements(6)
+ Frontend.User.relogin(self.user_content['email'], Constants.Default.Password.TEXT)
+ last_title = listOfTitleAnDescriptions[len(listOfTitleAnDescriptions) - 1][0]
+ Frontend.Cms.validate_5_last_announcement_displayed(listOfTitleAnDescriptions, self.user_content, last_title)
+
+ @exception()
+ def test_insert_grandchild_page(self):
+ parent_title, parent_description = DB.Cms.create_page()
+ parent_id = DB.Cms.get_last_inserted_page_id()
+ child_title, child_description = DB.Cms.create_page(parent_id)
+ child_id = DB.Cms.get_last_inserted_page_id()
+ grand_child_title, grand_child_description = DB.Cms.create_page(child_id)
+ Frontend.Cms.validate_grandchild_page(parent_title, child_title, grand_child_title, grand_child_description)
diff --git a/tests/uiTests/test_dashboard_feature.py b/tests/uiTests/test_dashboard_feature.py
new file mode 100644
index 0000000..2303eb8
--- /dev/null
+++ b/tests/uiTests/test_dashboard_feature.py
@@ -0,0 +1,164 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestDashboardFeature(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestDashboardFeature, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+
+ @exception()
+ def test_validate_filtering_by_stage_intake(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.validate_filtering_by_stage(
+ self.user_content, Constants.EngagementStages.INTAKE)
+
+ @exception()
+ def test_validate_filtering_by_stage_active(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.validate_filtering_by_stage_with_page_ids(
+ self.user_content, Constants.EngagementStages.ACTIVE)
+
+ @exception()
+ def test_validate_filtering_by_stage_validated(self):
+ query = "UPDATE ice_engagement SET engagement_stage='Validated' WHERE engagement_manual_id ='" + \
+ str(self.user_content['engagement_manual_id']) + "';"
+ DB.General.update_by_query(query)
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.validate_filtering_by_stage_with_page_ids(
+ self.user_content, Constants.EngagementStages.VALIDATED)
+
+ @exception()
+ def test_validate_filtering_by_stage_completed(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.validate_filtering_by_stage_with_page_ids(
+ self.user_content, Constants.EngagementStages.COMPLETED)
+
+ @exception()
+ def test_validate_filtering_by_stage_all(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.validate_filtering_by_stage_with_page_ids(
+ self.user_content, Constants.EngagementStages.ALL)
+
+ @exception()
+ def test_validate_statistics_by_stages(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.validate_statistics_by_stages(self.user_content)
+
+ @exception()
+ def test_assigned_next_steps(self):
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.assigned_one_NS_to_user(self.user_content)
+ Frontend.Dashboard.check_if_the_eng_of_NS_is_the_correct_one(
+ self.user_content)
+ Frontend.Dashboard.check_if_creator_of_NS_is_the_EL(self.user_content)
+ Frontend.Overview.go_to_eng_overview_by_clicking_on_the_created_NS(
+ self.user_content)
+
+ @exception()
+ def test_search_engagement(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'],
+ self.user_content['vfName'])
+ vfcName = Frontend.DetailedView.add_vfc()
+ users = [self.user_content['el_email'], self.user_content['pr_email'],
+ self.user_content['email'],
+ Constants.Users.Admin.EMAIL, Constants.Users.AdminRO.EMAIL]
+ session.wait_until_retires = 20
+ Frontend.Dashboard.search_in_dashboard(
+ self.user_content, vfcName, users)
+ session.wait_until_retires = session.positive_wait_until_retires
+
+ @exception()
+ def test_validate_statistics_modal_appears_for_peer_re(self):
+ Frontend.User.login(
+ self.user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.click_on_dashboard_and_validate_statistics(
+ is_negative=False)
+
+ @exception()
+ def test_validate_statistics_modal_appears_for_el(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.click_on_dashboard_and_validate_statistics(
+ is_negative=False)
+
+ @exception()
+ def test_validate_statistics_modal_appears_for_standart_user(self):
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.click_on_dashboard_and_validate_statistics(
+ is_negative=True)
+
+ @exception()
+ def test_validate_statistics_modal_appears_for_admin(self):
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Dashboard.click_on_dashboard_and_validate_statistics(
+ is_negative=False)
+
+ @exception()
+ def test_validate_statistics_modal_appears_for_admin_ro(self):
+ Frontend.User.login(
+ Constants.Users.AdminRO.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Dashboard.click_on_dashboard_and_validate_statistics(
+ is_negative=False)
diff --git a/tests/uiTests/test_detailed_view.py b/tests/uiTests/test_detailed_view.py
new file mode 100644
index 0000000..cc95d7c
--- /dev/null
+++ b/tests/uiTests/test_detailed_view.py
@@ -0,0 +1,292 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import uuid
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestDetailedView(TestUiBase):
+ '''
+ Name: test_detailed_view
+ Steps:
+ Create new User via SignUp request-->Login with This One--> build "activationUrl"-->
+ Validation of successful activate-->
+ close Wizard --> Logout-->login-->Open Wizard--> fill all fields in all Tab's(4)-->
+ build inviteURL from email--> reopen browser with inviteURL-->
+ Validate fields filled's in SignUp form
+ '''
+
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestDetailedView, cls).setUpClass()
+ cls.user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+
+ @exception()
+ def test_detailed_view(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(self.user_content['engagement_manual_id'],
+ self.user_content['vfName'])
+ Frontend.DetailedView.validate_all_titles_on_dv_form()
+ logger.debug("Add Deployment Target")
+ Frontend.DetailedView.add_deployment_target(self.user_content)
+ logger.debug("Add VFC no.1")
+ Frontend.DetailedView.add_vfcs("djoni", "loka")
+ Frontend.DetailedView.remove_vfc(self.user_content)
+
+ @exception()
+ def test_update_aic_version(self):
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.update_aic_version()
+ Frontend.DetailedView.validate_aic_version()
+
+ @exception()
+ def test_update_vf_version(self):
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ newVFVersionName = Frontend.DetailedView.update_vf_version()
+ Frontend.DetailedView.validate_vf_version(newVFVersionName)
+
+ '''
+ Add new ECOMP release to DB, go to detailed view and change ECOMP release and AIC version.
+ Verify changes are saved and presented in UI.
+ '''
+ @exception()
+ def test_edit_ecomp_release(self):
+ try:
+ EcompUuid = uuid.uuid4()
+ EcompName = Helper.rand_string("randomString")
+ DB.VirtualFunction.insert_ecomp_release(EcompUuid, EcompName)
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.update_ecomp_release(EcompName)
+ Frontend.DetailedView.validate_ecomp_version()
+ finally:
+ DB.VirtualFunction.delete_ecomp_release(EcompUuid, EcompName)
+
+ @exception()
+ def test_role_for_deployment_targets(self):
+ users = [self.user_content['pr_email'],
+ self.user_content['el_email'], Constants.Users.Admin.EMAIL]
+ Frontend.DetailedView.validate_deployment_targets(
+ self.user_content, users)
+
+ @exception()
+ def test_add_and_remove_deployment_targets(self):
+ users = [self.user_content['el_email'], Constants.Users.Admin.EMAIL]
+ Frontend.DetailedView.add_remove_deployment_targets(
+ self.user_content, users)
+
+ @exception()
+ def test_negative_role_for_deployment_targets(self):
+ users = [self.user_content['email'], Constants.Users.AdminRO.EMAIL]
+ Frontend.DetailedView.validate_negative_role_for_deployment_targets(
+ self.user_content, users)
+
+ @exception()
+ def test_change_target_lab_entry(self):
+ Frontend.User.login(Constants.Users.Admin.EMAIL,
+ Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ date = Frontend.DetailedView.update_target_lab_entry()
+ Frontend.DetailedView.validate_target_lab_entry(date)
+
+ @exception()
+ def test_change_target_lab_entry_via_standard_user(self):
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ date = Frontend.DetailedView.update_target_lab_entry()
+ Frontend.DetailedView.validate_target_lab_entry(date)
+
+ @exception()
+ def test_aic_dropdown_ordering(self):
+ new_aic_version = None
+ try:
+ DB.VirtualFunction.change_aic_version_weight(10, 0)
+ new_aic_version = DB.VirtualFunction.insert_aic_version()
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(self.user_content['engagement_manual_id'],
+ self.user_content['vfName'])
+ Frontend.DetailedView.click_on_update_aic_version()
+ Helper.internal_assert(Frontend.General.get_meta_order_of_element(
+ Constants.Dashboard.DetailedView.AIC.Dropdown.UniversalVersion.ID % new_aic_version['version']), 0)
+ finally:
+ if new_aic_version:
+ DB.VirtualFunction.delete_aic_version(new_aic_version['uuid'])
+ DB.VirtualFunction.change_aic_version_weight(0, 10)
+
+ @exception()
+ def test_ecomp_dropdown_ordering(self):
+ new_ecomp_release = None
+ try:
+ new_ecomp_release = {
+ "uuid": uuid.uuid4(), "name": Helper.rand_string()}
+ DB.VirtualFunction.change_ecomp_release_weight(10, 0)
+ DB.VirtualFunction.insert_ecomp_release(
+ new_ecomp_release['uuid'], new_ecomp_release['name'])
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.click_on_update_ecomp_release()
+ Helper.internal_assert(Frontend.General.get_meta_order_of_element(
+ Constants.Dashboard.DetailedView.ECOMP.Dropdown.UniversalRelease.ID % new_ecomp_release['name']), 0)
+ finally:
+ if new_ecomp_release:
+ DB.VirtualFunction.delete_ecomp_release(
+ new_ecomp_release['uuid'], new_ecomp_release['name'])
+ DB.VirtualFunction.change_ecomp_release_weight(0, 10)
+
+ @exception()
+ def test_retire_aic_version(self):
+ new_aic_version = None
+ try:
+ new_aic_version = DB.VirtualFunction.insert_aic_version("FALSE")
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.click_on_update_aic_version()
+ session.run_negative(lambda: Frontend.General.get_meta_order_of_element(
+ Constants.Dashboard.DetailedView.AIC.Dropdown.UniversalVersion.ID % new_aic_version['version']),
+ "New AIC version was found in dropdown.")
+ finally:
+ if new_aic_version:
+ DB.VirtualFunction.delete_aic_version(new_aic_version['uuid'])
+
+ @exception()
+ def test_retire_ecomp_release(self):
+ new_ecomp_release = None
+ try:
+ new_ecomp_release = {
+ "uuid": uuid.uuid4(), "name": Helper.rand_string(), "ui_visibility": "FALSE"}
+ DB.VirtualFunction.insert_ecomp_release(
+ new_ecomp_release['uuid'], new_ecomp_release['name'], new_ecomp_release['ui_visibility'])
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.click_on_update_ecomp_release()
+ session.run_negative(lambda: Frontend.General.get_meta_order_of_element(
+ Constants.Dashboard.DetailedView.ECOMP.Dropdown.UniversalRelease.ID % new_ecomp_release['name']), "New ECOMP release was found in dropdown.")
+ finally:
+ if new_ecomp_release:
+ DB.VirtualFunction.delete_ecomp_release(
+ new_ecomp_release['uuid'], new_ecomp_release['name'])
+
+ @exception()
+ def test_retire_selected_aic_version(self):
+ old_aic_version_uuid = new_aic_version = None
+ try:
+ old_aic_version_uuid = DB.VirtualFunction.select_aic_version_uuid(
+ self.user_content['target_aic'])
+ new_aic_version = DB.VirtualFunction.insert_aic_version("FALSE")
+ self.user_content['session_token'] = "token " + \
+ API.User.login_user(self.user_content['el_email'])
+ API.VirtualFunction.update_aic_version(
+ self.user_content['engagement_uuid'], new_aic_version['uuid'], self.user_content['session_token'])
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.compare_aic_selected_version(
+ new_aic_version['version'])
+ Frontend.DetailedView.click_on_update_aic_version()
+ Frontend.DetailedView.validate_deprecated_aic_version_in_dropdown(
+ new_aic_version['version'])
+ finally:
+ if old_aic_version_uuid:
+ API.VirtualFunction.update_aic_version(
+ self.user_content['engagement_uuid'], old_aic_version_uuid, self.user_content['session_token'])
+ if new_aic_version:
+ DB.VirtualFunction.delete_aic_version(
+ new_aic_version['uuid'])
+
+ @exception()
+ def test_retire_selected_ecomp_release(self):
+ old_ecomp_release_uuid = new_ecomp_release = None
+ try:
+ old_ecomp_release_uuid = DB.VirtualFunction.select_ecomp_release_uuid(
+ self.user_content['ecomp_release'])
+ new_ecomp_release = {"uuid": str(
+ uuid.uuid4()), "name": Helper.rand_string(), "ui_visibility": "FALSE"}
+ DB.VirtualFunction.insert_ecomp_release(
+ new_ecomp_release['uuid'], new_ecomp_release['name'], new_ecomp_release['ui_visibility'])
+ self.user_content['session_token'] = "token " + \
+ API.User.login_user(self.user_content['el_email'])
+ API.VirtualFunction.update_ecomp_release(
+ self.user_content['engagement_uuid'], new_ecomp_release['uuid'], self.user_content['session_token'])
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.DetailedView.search_vf_and_go_to_detailed_view(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.DetailedView.compare_selected_ecomp_release(
+ new_ecomp_release['name'])
+ Frontend.DetailedView.click_on_update_ecomp_release()
+ Frontend.DetailedView.validate_deprecated_ecomp_release_in_dropdown(
+ new_ecomp_release['name'])
+ finally:
+ if self.user_content and old_ecomp_release_uuid:
+ API.VirtualFunction.update_ecomp_release(
+ self.user_content['engagement_uuid'], old_ecomp_release_uuid, self.user_content['session_token'])
+ DB.VirtualFunction.delete_ecomp_release(
+ new_ecomp_release['uuid'], new_ecomp_release['name'])
diff --git a/tests/uiTests/test_detailed_view.pyc b/tests/uiTests/test_detailed_view.pyc
new file mode 100755
index 0000000..b4faa20
--- /dev/null
+++ b/tests/uiTests/test_detailed_view.pyc
Binary files differ
diff --git a/tests/uiTests/test_edit_checklist_template.py b/tests/uiTests/test_edit_checklist_template.py
new file mode 100644
index 0000000..62130e3
--- /dev/null
+++ b/tests/uiTests/test_edit_checklist_template.py
@@ -0,0 +1,111 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import Frontend, DB
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestChecklistTemplate(TestUiBase):
+ one_web_driver_enabled = False
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestChecklistTemplate, cls).setUpClass()
+ DB.Checklist.create_editing_cl_template_if_not_exist()
+
+ @exception()
+ def test_save_checklist_tamplate_without_changes(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.save_with_no_changes()
+
+ @exception()
+ def test_discard_checklist_tamplate_with_changes(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.discard_checklist_after_modification()
+
+ @exception()
+ def test_save_checklist_tamplate_after_edit_section_name(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.edit_template_and_save()
+
+ @exception()
+ def test_save_checklist_tamplate_after_lineitem_delete(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.del_lineitem_and_save()
+
+ @exception()
+ def test_save_checklist_tamplate_after_lineitem_added(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.add_lineitem_and_save()
+
+ @exception()
+ def test_lineitem_added_and_verify_cl_changed(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.add_lineitem_and_check_db()
+
+ @exception()
+ def test_save_checklist_tamplate_after_edit_lineitem(self):
+ Frontend.ChecklistTemplate.basic_admin_navigation()
+ Frontend.ChecklistTemplate.click_on_template_name_on_navigation(
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT,
+ Constants.Dashboard.LeftPanel.EditChecklistTemplate.HEAT)
+ Frontend.ChecklistTemplate.edit_description_lineitem_and_save()
diff --git a/tests/uiTests/test_export_excel.py b/tests/uiTests/test_export_excel.py
new file mode 100644
index 0000000..faad489
--- /dev/null
+++ b/tests/uiTests/test_export_excel.py
@@ -0,0 +1,70 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium.common.exceptions import TimeoutException
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestFeatureExportToExcel(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestFeatureExportToExcel, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+ @exception()
+ def test_validate_export_to_csv(self):
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.click_on_export_excel(self.user_content)
+ try:
+ token = "token " + API.Bridge.login_user(self.user_content['email'])
+ content = API.VirtualFunction.get_export_dasboard_excel(token)
+ if not content:
+ raise Exception("content is empty.")
+ except TimeoutException:
+ logger.error("TimeoutException Not Appear")
diff --git a/tests/uiTests/test_feedback_modal.py b/tests/uiTests/test_feedback_modal.py
new file mode 100644
index 0000000..d47ed2f
--- /dev/null
+++ b/tests/uiTests/test_feedback_modal.py
@@ -0,0 +1,66 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import Frontend, API
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestFeedbackModal(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestFeedbackModal, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+
+ @exception()
+ def test_add_feedback(self):
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.click_on_avatar()
+ Frontend.User.click_on_feedback()
+ description = Frontend.User.add_feedback()
+ Frontend.User.validate_feedback(description, self.user_content['email'])
+
diff --git a/tests/uiTests/test_invitations_and_throttle_logic.py b/tests/uiTests/test_invitations_and_throttle_logic.py
new file mode 100644
index 0000000..f5742fc
--- /dev/null
+++ b/tests/uiTests/test_invitations_and_throttle_logic.py
@@ -0,0 +1,178 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestInvitationsLogic(TestUiBase):
+ '''
+ Check that there is not an invitation entry in the table for a specific
+ email and engagement_uuid. If an entry exists, do not send an email.
+ '''
+
+ @exception()
+ def test_validate_duplicate_invite(self):
+ user_content = []
+ for _ in range(3):
+ user_content.append(
+ API.VirtualFunction.create_engagement(wait_for_gitlab=False))
+ Frontend.User.login(
+ user_content[0]['email'], Constants.Default.Password.TEXT)
+ engName = user_content[0][
+ 'engagement_manual_id'] + ": " + user_content[0]['vfName']
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id)
+ Frontend.Wizard.invite_team_members_modal(user_content[1]['email'])
+ enguuid = DB.General.select_where(
+ "uuid", "ice_engagement", "engagement_manual_id", user_content[0]['engagement_manual_id'], 1)
+ invitation_token = DB.User.select_invitation_token(
+ "invitation_token", "ice_invitation", "engagement_uuid", enguuid, user_content[1]['email'], 1)
+ inviterURL = Constants.Default.InviteURL.Login.TEXT + invitation_token
+ Frontend.General.re_open(inviterURL)
+ title_id = "title-id-" + engName
+ Frontend.User.login(
+ user_content[1]['email'], Constants.Default.Password.TEXT, title_id)
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id)
+ actualVfName = Get.by_id(vf_left_nav_id)
+ Helper.internal_assert(engName, actualVfName)
+ Wait.text_by_id(Constants.Dashboard.Overview.Title.ID, engName)
+ Frontend.User.logout()
+ Frontend.User.login(
+ user_content[0]['email'], Constants.Default.Password.TEXT)
+ engName = user_content[0][
+ 'engagement_manual_id'] + ": " + user_content[0]['vfName']
+ vf_left_nav_id = "clickable-" + engName
+ Click.id(vf_left_nav_id)
+ Click.id(Constants.Dashboard.Overview.TeamMember.ID)
+ Wait.text_by_css(Constants.Dashboard.Wizard.Title.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+ Enter.text_by_name("email", user_content[1]['email'])
+ Wait.text_by_css(Constants.SubmitButton.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Button.TEXT)
+ Click.css(Constants.SubmitButton.CSS)
+ Wait.id(Constants.Toast.ID)
+ Helper.internal_assert(
+ Get.by_id(Constants.Toast.ID), "Invite couldn't be created")
+
+ '''
+ If there are 5 invitations for a specific email in the last 24 hours for a particular standard user
+ and/or email do not send an email. Note: ELs and admins do not have a limit for how many invitations
+ they can get per 24 hours.
+ '''
+ @exception()
+ def test_5_invitations_for_specific_SU_last_24_hours(self):
+ user_content = []
+ for _ in range(2):
+ user_content.append(
+ API.Bridge.create_engagement(wait_for_gitlab=False))
+ # Login with 1st user #
+ Frontend.User.login(
+ user_content[0]['email'], Constants.Default.Password.TEXT)
+ vf_left_nav_id = Frontend.Invite.invite_users(user_content)
+ # Login with 1st user #
+ Frontend.User.login(
+ user_content[0]['email'], Constants.Default.Password.TEXT)
+ x = 4
+ Frontend.Invite.invite_x_users(user_content, vf_left_nav_id, x)
+ # Invite 6 #
+ Frontend.Invite.invite_and_validate_limit(user_content, vf_left_nav_id)
+
+ '''
+ If there are more than 25 invitations for an invited_by_user_uuid
+ corresponding to an normal standard users and read only admins,
+ do not send the invite.
+ '''
+ @exception()
+ def test_25_invitations_for_an_invited_by_user_uuid(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ list_of_invite_emails = []
+ list_of_invite_emails.append(
+ Constants.Users.LongEmailLengthStandardUser.EMAIL)
+ for _ in range(29):
+ list_of_invite_emails.append(Helper.rand_string("email"))
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ engName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ vf_left_nav_id = "clickable-" + engName
+ Frontend.User.open_invite_team_member_form(vf_left_nav_id)
+ countOfem = 2
+ countofUser = 0
+ Frontend.Invite.invite_x_users_from_tm(
+ list_of_invite_emails, countofUser, countOfem, 9)
+ # Next 10 Users #
+ countOfem2 = 2
+ countofUser2 = 10
+ Click.id(
+ Constants.Dashboard.Overview.TeamMember.ID, wait_for_page=True)
+ Wait.text_by_css(Constants.Dashboard.Wizard.Title.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+ Frontend.Invite.invite_x_users_from_tm(
+ list_of_invite_emails, countofUser2, countOfem2, 9)
+ countOfem3 = 2
+ countofUser3 = 20
+ Click.id(
+ Constants.Dashboard.Overview.TeamMember.ID, wait_for_page=True)
+ Wait.text_by_css(Constants.Dashboard.Wizard.Title.CSS,
+ Constants.Dashboard.Wizard.InviteTeamMembers.Title.TEXT)
+ Frontend.Invite.invite_x_users_from_tm(
+ list_of_invite_emails, countofUser3, countOfem3, 5)
+ Wait.text_by_id(Constants.Toast.ID,
+ "Invite couldn't be created", wait_for_page=True)
+
+ def test_3_invitations_new_user_to_3_vfs(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ engName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ Frontend.Invite.invite_x_users_and_verify_VF_appers_for_invited(
+ user_content, engName)
diff --git a/tests/uiTests/test_left_nav_panel.py b/tests/uiTests/test_left_nav_panel.py
new file mode 100644
index 0000000..74a78ad
--- /dev/null
+++ b/tests/uiTests/test_left_nav_panel.py
@@ -0,0 +1,200 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from selenium.webdriver.support.select import Select
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import API, Frontend, DB
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestLeftNavPanel(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestLeftNavPanel, cls).setUpClass()
+ cls.user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ cls.eng_title = "%s: %s" % (
+ cls.user_content['engagement_manual_id'], cls.user_content['vfName'])
+ cls.left_panel_eng_id = "clickable-%s" % (cls.eng_title)
+
+ def setUp(self):
+ super(TestLeftNavPanel, self).setUp()
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+
+ @exception()
+ def test_starred_recent_searchbar(self):
+ actualVfName = Get.by_id(self.left_panel_eng_id)
+ Helper.internal_assert(self.eng_title, actualVfName)
+ Click.id(self.left_panel_eng_id)
+ Wait.id("title-id-" + self.eng_title)
+ Helper.internal_assert(
+ self.user_content['engagement_manual_id'] + ":", Get.by_id("title-id-" + self.eng_title))
+ Click.id(Constants.Dashboard.Overview.Star.ID, wait_for_page=True)
+ Wait.id("title-id-" + self.eng_title)
+ Click.id(Constants.Dashboard.Overview.Star.ID, wait_for_page=True)
+ Wait.id("title-id-" + self.eng_title, wait_for_page=True)
+ Helper.internal_assert(
+ self.eng_title, Get.by_id(self.left_panel_eng_id))
+ Enter.text_by_xpath(
+ "//input[@type='text']", self.user_content['engagement_manual_id'], wait_for_page=True)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.SearchBox.Results.CSS, self.eng_title)
+ Click.css(
+ Constants.Dashboard.LeftPanel.SearchBox.Results.CSS, wait_for_page=True)
+
+ @exception()
+ def test_search_bar(self):
+ """ Create user and VF, log in, add VFC, search by EID, VF and VFC """
+ vfFullName = self.user_content[
+ 'engagement_manual_id'] + ": " + self.user_content['vfName']
+ try:
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.SearchBox.ID, self.user_content['vfName'])
+ Wait.css(Constants.Dashboard.LeftPanel.SearchBox.Results.CSS)
+ Click.css(Constants.Dashboard.LeftPanel.SearchBox.Results.CSS)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Title.ID, vfFullName)
+ except:
+ errorMsg = "Failed to search by VF name."
+ raise Exception(errorMsg)
+
+ try:
+ Enter.text_by_id(Constants.Dashboard.LeftPanel.SearchBox.ID, self.user_content[
+ 'engagement_manual_id'])
+ Enter.text_by_id(Constants.Dashboard.LeftPanel.SearchBox.ID, self.user_content[
+ 'engagement_manual_id'])
+ Wait.css(Constants.Dashboard.LeftPanel.SearchBox.Results.CSS)
+ Click.css(Constants.Dashboard.LeftPanel.SearchBox.Results.CSS)
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Title.ID, vfFullName)
+ except:
+ errorMsg = "Failed to search by Engagement Manual ID."
+ raise Exception(errorMsg)
+ Frontend.Overview.click_on_vf(self.user_content)
+ detailedViewID = Constants.Dashboard.DetailedView.ID + vfFullName
+ Wait.text_by_id(detailedViewID, "Detailed View", wait_for_page=True)
+ Click.id(detailedViewID, wait_for_page=True)
+ Click.id(
+ Constants.Dashboard.DetailedView.VFC.Add.ID, wait_for_page=True)
+ vfcName = Helper.rand_string("randomString")
+ extRefID = Helper.rand_string("randomNumber")
+ Enter.text_by_name("name", vfcName)
+ Enter.text_by_name("extRefID", extRefID, wait_for_page=True)
+ Select(session.ice_driver.find_element_by_id(Constants.Dashboard.DetailedView.VFC.Choose_Company.ID)).select_by_visible_text(
+ self.user_content['vendor'])
+ Click.id(
+ Constants.Dashboard.DetailedView.VFC.Save_button.ID, wait_for_page=True)
+ try:
+ Enter.text_by_id(
+ Constants.Dashboard.LeftPanel.SearchBox.ID, vfcName, wait_for_page=True)
+ Click.id(
+ "search-" + self.user_content['vfName'], wait_for_page=True)
+ Wait.id("clickable-" + vfFullName, wait_for_page=True)
+ except Exception as e:
+ errorMsg = "Failed to search by VFC name."
+ raise Exception(errorMsg + str(e))
+
+ @exception()
+ def test_recent_bar_by_last_updated(self):
+ countIdsActive = 0
+ myVfName = self.user_content[
+ 'engagement_manual_id'] + ": " + self.user_content['vfName']
+ actualVfNameid = "clickable-" + myVfName
+ actualVfName = Get.by_id(actualVfNameid)
+ Helper.internal_assert(myVfName, actualVfName)
+ Click.id(actualVfNameid)
+ uuid = DB.General.select_where_email(
+ "uuid", "ice_user_profile", self.user_content['el_email'])
+ ids2 = DB.User.select_recent_vf_of_user(uuid, 0)
+ part_of_id_to_find = "clickable-"
+ ids1 = session.ice_driver.find_elements_by_css_selector(
+ '[id*="%s"]' % part_of_id_to_find)
+ for ii in ids1:
+ if "clickable-" in ii.get_attribute('id'):
+ logger.debug("Fetched ID: " + ii.get_attribute('id'))
+ vf_name = ii.get_attribute('id').split(" ")[1]
+ vf_uuid = DB.General.select_where(
+ "uuid", "ice_vf", "name", vf_name, 1)
+ if vf_uuid in ids2:
+ countIdsActive += 1
+ if(countIdsActive == len(ids2.split())):
+ logger.debug("Right result")
+
+ @exception()
+ def test_entering_engagement_from_dashboard(self):
+ Wait.text_by_id(self.left_panel_eng_id, self.eng_title)
+ DB.VirtualFunction.remove_engagement_from_recent(
+ self.user_content['vf_uuid'])
+ Frontend.General.refresh()
+ Wait.id_to_dissappear(self.left_panel_eng_id)
+ Frontend.Dashboard.statuses_search_vf(
+ self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Wait.text_by_id(self.left_panel_eng_id, self.eng_title)
+
+ @exception()
+ def test_search_by_email(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.relogin(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.search_in_left_searchbox_by_param(
+ user_content['engagement_manual_id'], user_content['vfName'], user_content['email'])
+
+ @exception()
+ def test_search_by_username(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.relogin(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Dashboard.search_in_left_searchbox_by_param(
+ user_content['engagement_manual_id'], user_content['vfName'], user_content['full_name'])
diff --git a/tests/uiTests/test_login_with_new_user.py b/tests/uiTests/test_login_with_new_user.py
new file mode 100644
index 0000000..8018b1a
--- /dev/null
+++ b/tests/uiTests/test_login_with_new_user.py
@@ -0,0 +1,545 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from wheel.signatures import assertTrue
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.enter import Enter
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend, DB
+from tests.uiTests.test_ui_base import TestUiBase
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestLoginPageWithNewUser(TestUiBase):
+
+ @exception()
+ def test_login_positive(self):
+ ''' Create new user login. '''
+ user_content = API.User.create_new_user()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT, Constants.Toast.ID)
+ logger.debug("Resend Activation Email Page Opened ")
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.ActivateAccount.Toast.TEXT)
+
+ @exception()
+ def test_login_negative(self):
+ ''' Negative: Type wrong password in login page. '''
+ user_content = API.User.create_new_user(activate=True)
+ Frontend.User.login(
+ user_content['email'], Helper.rand_string("randomString"), Constants.Toast.ID)
+ Wait.text_by_id(Constants.Toast.ID, Constants.Login.Toast.TEXT)
+ logger.debug(
+ "Message Error(APIUser or Password does not match) Displayed")
+
+ @exception()
+ def test_login_negative_email_valid(self):
+ ''' Negative: Type wrong password in login page. '''
+ user_content = API.User.create_new_user(activate=True)
+ Frontend.User.login(
+ user_content['email'] + "s", Constants.Default.Password.TEXT, Constants.Toast.ID)
+ Wait.text_by_id(Constants.Toast.ID, Constants.Login.Toast.TEXT)
+ logger.debug(
+ "Message Error(APIUser or Password does not match) Displayed")
+
+ @exception()
+ def test_login_negative_required_password(self):
+ ''' Check that password is a required field on login page. '''
+ user_content = API.User.create_new_user()
+ logger.debug("Verifying and Insert Login page elements:")
+ Enter.text_by_name(Constants.Login.Email.NAME, user_content['email'])
+ Enter.text_by_name(Constants.Login.Password.NAME, "1")
+ Enter.text_by_name(Constants.Login.Password.NAME, "")
+ Wait.text_by_css(
+ Constants.Login.Password.Error.CSS, Constants.Login.Password.Error.TEXT)
+
+ @exception()
+ def test_login_page_dont_have_accaunt_button(self):
+ ''' Go to login page, click_on on "Don't have an account", verify user is redirected to signup page. '''
+ Click.id(Constants.Login.DontHaveAccount.ID)
+ Wait.text_by_css(
+ Constants.Signup.Title.CSS, Constants.Signup.Title.TEXT)
+
+ @exception()
+ def test_login_page_home_button(self):
+ ''' Open login page, verify home button works correctly. '''
+ Click.id(Constants.Home.Logo.ID)
+ Wait.text_by_id(Constants.Home.Title.ID, Constants.Home.Title.TEXT)
+
+ @exception()
+ def test_create_and_activate_user(self):
+ ''' Create user and activate by log-in. '''
+ user_content = API.User.create_new_user()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT, Constants.Toast.ID)
+ ''' Resend Activation Email Page Opened '''
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.ActivateAccount.Toast.TEXT)
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+
+ @exception()
+ def test_invite_existing_user(self):
+ ''' Create user and VF, login, invite existing user, login with second user and verify user has joined to engagement '''
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ second_user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ vfFullName = user_content[
+ 'engagement_manual_id'] + ": " + user_content['vfName']
+ actualVfNameid = "clickable-" + vfFullName
+ Click.id(actualVfNameid,wait_for_page=True)
+ Wait.id(Constants.Dashboard.Overview.TeamMember.ID)
+ Frontend.Wizard.invite_team_members_modal(second_user_content['email'])
+ enguuid = DB.General.select_where("uuid", "ice_engagement", "engagement_manual_id", user_content[
+ 'engagement_manual_id'], 1) # Fetch one is_service_provider_contact user ID.
+ invitation_token = DB.User.select_invitation_token("invitation_token", "ice_invitation", "engagement_uuid",
+ enguuid, second_user_content['email'], 1)
+ inviterURL = Constants.Default.InviteURL.Login.TEXT + invitation_token
+ Frontend.General.re_open(inviterURL)
+ actualVfNameid = "clickable-" + vfFullName
+ Frontend.User.login(
+ second_user_content['email'], Constants.Default.Password.TEXT, actualVfNameid)
+ Wait.modal_to_dissappear()
+ Frontend.Overview.click_on_vf(user_content)
+ Wait.text_by_id(Constants.Dashboard.Overview.Title.ID, vfFullName)
+
+ @exception()
+ def test_invite_new_user_of_service_provider_internal(self):
+ '''
+ TC Name: test_invite_new_user_aservice_provider_internal
+ Steps:
+ Create new NOT-MainServiceProvider APIUser via SignUp request-->Login with This One--> build "activationUrl"-->
+ Validation of successful activate-->
+ close Wizard --> Logout from Dashboard -->login-->Open Wizard--> fill all fields in all Tab's(4)-->
+ validate second Tab is a "add_service_provider_internal"-->
+ build inviteURL from email--> reopen browser with inviteURL-->
+ Validate Login Form opened -->
+ Login--> Validate Dashboard Form opened
+ '''
+ user_content = API.User.create_new_user(company="Amdocs")
+ uuid = DB.General.select_where_email(
+ "uuid", "ice_user_profile", user_content['email'])
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT) # new
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Frontend.User.logout()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.Title.CSS, Constants.Dashboard.LeftPanel.Title.TEXT)
+ Wait.id(Constants.Dashboard.Statuses.Title.ID)
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ # Wizard
+ vfName = Frontend.Wizard.add_vf()
+ service_provider_internal = Frontend.Wizard.add_service_provider_internal()
+ inviteEmail = Helper.rand_invite_email()
+ Frontend.Wizard.invite_team_members(inviteEmail)
+ Frontend.Wizard.add_ssh_key()
+ enguuid = DB.General.select_where("uuid", "ice_vf", "name", vfName, 1)
+ invitation_token = DB.User.select_invitation_token("invitation_token", "ice_invitation", "engagement_uuid",
+ enguuid, inviteEmail, 1)
+ inviterURL = Constants.Default.InviteURL.Signup.TEXT + \
+ invitation_token + "&email=" + inviteEmail
+
+ Frontend.General.re_open(inviterURL)
+ actualInvitedEmail = Get.value_by_name(Constants.Signup.Email.NAME)
+ Helper.internal_assert(inviteEmail, actualInvitedEmail)
+ signUpURLforContact = DB.User.get_contact_signup_url(invitation_token, uuid, service_provider_internal["email"],
+ service_provider_internal["full_name"], service_provider_internal["phone"], service_provider_internal["company"])
+ Frontend.General.re_open(signUpURLforContact)
+ actualInvitedEmail = Get.value_by_name(Constants.Signup.Email.NAME)
+ Helper.internal_assert(service_provider_internal["email"], actualInvitedEmail)
+ Helper.internal_assert(
+ "+" + service_provider_internal["phone"], Get.value_by_name(Constants.Signup.Phone.NAME))
+ Helper.internal_assert(
+ service_provider_internal["full_name"], Get.value_by_name(Constants.Signup.FullName.NAME))
+ Helper.internal_assert(
+ service_provider_internal["company"], Get.value_by_name(Constants.Signup.Company.NAME))
+
+ @exception()
+ def test_create_2_new_users(self):
+ '''
+ Login and activate new user, than reopen browser and loging with new other user -
+ check wizard appears for both Frontend.User.
+ '''
+ # First APIUser
+ user_content = API.User.create_new_user()
+ logger.debug(user_content['email'])
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ logger.debug(activationUrl)
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Frontend.User.logout()
+ # Second APIUser
+ user_content = API.User.create_new_user()
+ logger.debug(user_content['email'])
+ activationUrl2 = DB.User.get_activation_url(user_content['email'])
+ logger.debug(activationUrl2)
+ Frontend.General.re_open_not_clean_cache(activationUrl2)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT) # new
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Click.id(Constants.Dashboard.Avatar.ID)
+
+ @exception()
+ def test_validate_account_form(self):
+ '''Go to Account page and validate details.'''
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ ssh_key = API.User.set_ssh(user_content)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.go_to_account()
+ Frontend.User.validate_account_details(
+ user_content['full_name'], user_content['phone_number'], ssh_key)
+
+ @exception()
+ def test_add_vendor_contact(self):
+ '''
+ TC Name: test_add_vendor_contact
+ Steps:
+ Invite vendor contact and activate the invited user. Validate the invited user has the right VF.
+ '''
+ user_content = API.User.create_new_user()
+ # Fetch one user ID.
+ uuid = DB.General.select_where_email(
+ "uuid", "ice_user_profile", user_content['email'])
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT) # new
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Frontend.User.logout()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.Title.CSS, Constants.Dashboard.LeftPanel.Title.TEXT)
+ Wait.id(Constants.Dashboard.Statuses.Title.ID)
+ logger.debug("click_on on + Dashboard")
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ # Wizard
+ vfName = Frontend.Wizard.add_vf()
+ vendor_contact = Frontend.Wizard.add_vendor_contact()
+ inviteEmail = "automationqatt" + \
+ Helper.rand_string("randomString") + "@gmail.com"
+ Frontend.Wizard.invite_team_members(inviteEmail)
+ Frontend.Wizard.add_ssh_key()
+ engagement_id = DB.General.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ engLeadEmail = DB.User.select_el_email(vfName)
+ engagement_manual_id = DB.General.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ # Fetch one is_service_provider_contact user ID.
+ enguuid = DB.General.select_where(
+ "uuid", "ice_engagement", "engagement_manual_id", engagement_manual_id, 1)
+ invitation_token = DB.User.select_invitation_token("invitation_token", "ice_invitation", "engagement_uuid",
+ enguuid, vendor_contact["email"], 1)
+ signUpURLforContact = DB.User.get_contact_signup_url(invitation_token, uuid, vendor_contact["email"],
+ vendor_contact["full_name"], vendor_contact["phone"], vendor_contact["company"])
+ Frontend.General.re_open(signUpURLforContact)
+ actualInvitedEmail = Get.value_by_name(Constants.Signup.Email.NAME)
+ Helper.internal_assert(vendor_contact["email"], actualInvitedEmail)
+ Helper.internal_assert(
+ "+" + vendor_contact["phone"], Get.value_by_name(Constants.Signup.Phone.NAME))
+ Helper.internal_assert(
+ vendor_contact["full_name"], Get.value_by_name(Constants.Signup.FullName.NAME))
+ Helper.internal_assert(
+ vendor_contact["company"], Get.value_by_name(Constants.Signup.Company.NAME))
+ # SignUp for VendorContact
+ user_content['engagement_uuid'] = engagement_id
+ user_content['el_email'] = engLeadEmail
+ API.User.signup_invited_user(vendor_contact["company"], vendor_contact["email"], invitation_token,
+ signUpURLforContact, user_content, True)
+ activationUrl2 = DB.User.get_activation_url(vendor_contact["email"])
+ # Activate for VendorContact
+ myVfName = engagement_manual_id + ": " + vfName
+ actualVfNameid = "clickable-" + myVfName
+ Frontend.General.re_open(activationUrl2)
+ Frontend.User.login(
+ vendor_contact["email"], Constants.Default.Password.TEXT, actualVfNameid)
+ # Validate opened right VF for VendorContact
+ actualVfName = Get.by_id(actualVfNameid)
+ Helper.internal_assert(myVfName, actualVfName)
+
+ @exception()
+ def test_add_service_provider_internal(self):
+ '''
+ TC Name: test_add_service_provider_internal
+ Steps:
+ Invite is_service_provider_contact Sponsor and activate the invited user. Validate sponsor has the right VF.
+ '''
+ user_content = API.User.create_new_user(company="Amdocs")
+ uuid = DB.General.select_where_email(
+ "uuid", "ice_user_profile", user_content['email'])
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT) # new
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Frontend.User.logout()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.Title.CSS, Constants.Dashboard.LeftPanel.Title.TEXT)
+ Wait.id(Constants.Dashboard.Statuses.Title.ID)
+ logger.debug("click_on on + Dashboard")
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ # Wizard
+ vfName = Frontend.Wizard.add_vf()
+ service_provider_internal = Frontend.Wizard.add_service_provider_internal()
+ inviteEmail = "automationqatt" + \
+ Helper.rand_string("randomString") + "@gmail.com"
+ Frontend.Wizard.invite_team_members(inviteEmail)
+ Frontend.Wizard.add_ssh_key()
+ enguuid = DB.General.select_where("uuid", "ice_vf", "name", vfName, 1)
+ invitation_token = DB.User.select_invitation_token("invitation_token", "ice_invitation", "engagement_uuid",
+ enguuid, inviteEmail, 1)
+ inviterURL = Constants.Default.InviteURL.Signup.TEXT + \
+ invitation_token + "&email=" + inviteEmail
+ Frontend.General.re_open(inviterURL)
+ actualInvitedEmail = Get.value_by_name("email")
+ Helper.internal_assert(inviteEmail, actualInvitedEmail)
+ signUpURLforContact = DB.User.get_contact_signup_url(invitation_token, uuid, service_provider_internal["email"],
+ service_provider_internal["full_name"], service_provider_internal["phone"], service_provider_internal["company"])
+ Frontend.General.re_open(signUpURLforContact)
+ actualInvitedEmail = Get.value_by_name(Constants.Signup.Email.NAME)
+ Helper.internal_assert(
+ str("+" + service_provider_internal["phone"]), Get.value_by_name(Constants.Signup.Phone.NAME))
+ Helper.internal_assert(
+ service_provider_internal["full_name"], Get.value_by_name(Constants.Signup.FullName.NAME))
+ Helper.internal_assert(
+ service_provider_internal["company"], Get.value_by_name(Constants.Signup.Company.NAME))
+ # Fetch one is_service_provider_contact user ID.
+ engagement_id = DB.General.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ # SignUp for MainServiceProviderSponsorContact
+ engagement_manual_id = DB.General.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ # Fetch one is_service_provider_contact user ID.
+ enguuid = DB.General.select_where(
+ "uuid", "ice_engagement", "engagement_manual_id", engagement_manual_id, 1)
+ invitation_token = DB.User.select_invitation_token("invitation_token", "ice_invitation", "engagement_uuid",
+ enguuid, service_provider_internal["email"], 1)
+ engLeadEmail = DB.User.select_el_email(vfName)
+ user_content['engagement_uuid'] = engagement_id
+ user_content['el_email'] = engLeadEmail
+ API.User.signup_invited_user(service_provider_internal["company"], service_provider_internal["email"], invitation_token,
+ signUpURLforContact, user_content, True)
+ activationUrl2 = DB.User.get_activation_url(service_provider_internal["email"])
+ # Activate for VendorContact
+ engagement_manual_id = DB.General.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ # Validate opened right VF for VendorContact
+ myVfName = engagement_manual_id + ": " + vfName
+ actualVfNameid = "clickable-" + myVfName
+ Frontend.General.re_open(activationUrl2)
+ Frontend.User.login(
+ service_provider_internal["email"], Constants.Default.Password.TEXT, actualVfNameid)
+ actualVfName = Get.by_id(actualVfNameid, wait_for_page=True)
+ Helper.internal_assert(myVfName, actualVfName)
+
+ @exception()
+ def test_Validate_SSHkeyNS(self):
+ ''' Insert a valid ssh key in wizard, validate "add ssh key" next step marked as completed. '''
+ user_content = API.User.create_new_user()
+ activationUrl = DB.User.get_activation_url(user_content['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Frontend.User.logout()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.Title.CSS, Constants.Dashboard.LeftPanel.Title.TEXT)
+ logger.debug("click_on on + Dashboard")
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ # Wizard
+ vfName = Frontend.Wizard.add_vf()
+ Frontend.Wizard.add_vendor_contact()
+ inviteEmail = Helper.rand_invite_email()
+ Frontend.Wizard.invite_team_members(inviteEmail)
+ sshKey = Frontend.Wizard.add_ssh_key()
+ Frontend.User.go_to_account()
+ Wait.id(user_content['email'])
+ actualFullName = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.FullName.NAME)
+ Helper.internal_assert(user_content['full_name'], actualFullName)
+ actualSSHkey = Get.value_by_name(
+ Constants.Dashboard.Avatar.Account.SSHKey.NAME)
+ Helper.internal_assert(sshKey, actualSSHkey)
+ Click.id(Constants.Dashboard.Statuses.ID)
+ # VALIDATION FOR CONFIRMED BY ENG. LEAD
+ engLeadEmail = DB.User.select_el_email(vfName)
+ engagement_id = DB.General.select_where(
+ "engagement_id", "ice_vf", "name", vfName, 1)
+ engagement_manual_id = DB.General.select_where(
+ "engagement_manual_id", "ice_engagement", "uuid", engagement_id, 1)
+ myVfName = engagement_manual_id + ": " + vfName
+ actualVfNameid = "clickable-" + myVfName
+ Click.id(actualVfNameid)
+ Click.id("overview-" + myVfName)
+ Click.css("span.engagement_detail_menu_name")
+ Click.xpath("//span[2]/multiselect/div/button")
+ Click.link_text("Completed")
+ elFullName = DB.General.select_where(
+ "full_name", "ice_user_profile", "email", engLeadEmail, 1)
+ idNs = elFullName + "_Completed"
+ actualConfirmBy = str(Get.by_id(idNs))
+ expectedConfirmBy = "System Next Step Completed: "
+ Helper.internal_assert(expectedConfirmBy, actualConfirmBy)
+
+ @exception()
+ def test_current_status(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ vfName = user_content['vfName']
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT) # new
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.User.go_to_account()
+ Wait.id(user_content['email'])
+ actualFullName = Get.value_by_name("fullname")
+ Helper.internal_assert(user_content['full_name'], actualFullName)
+ Click.id(Constants.Dashboard.Statuses.ID)
+ Frontend.Overview.click_on_vf(user_content)
+ Helper.internal_assert(
+ "Current Status", Get.by_css(Constants.Dashboard.Overview.Status.Header.ID))
+ Wait.text_by_id(Constants.Dashboard.Overview.Status.Description.ID,
+ "No status update has been provided yet.")
+ Click.id(Constants.Dashboard.Avatar.ID)
+ Click.link_text("Logout")
+ engLeadEmail = DB.User.select_el_email(vfName)
+ Frontend.User.relogin(engLeadEmail, Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Click.css(Constants.Dashboard.Overview.Status.Add.CSS)
+ Helper.internal_assert(
+ "Add Status", Get.by_css("h3.modal-title.ng-binding"))
+ Helper.internal_assert(
+ "Use the form below to add the current status of the engagement.", Get.by_css("span.ng-binding"))
+ Click.css("textarea[name=\"description\"]")
+ Enter.text_by_css(
+ "textarea[name=\"description\"]", "Add new Status", wait_for_page=True)
+ Helper.internal_assert(
+ "Add status", Get.by_id(Constants.Dashboard.DetailedView.VFC.Save_button.ID))
+ Click.id(
+ Constants.Dashboard.DetailedView.VFC.Save_button.ID, wait_for_page=True)
+ Helper.assertTrue("Last updated" in Get.by_id("status-update-details"))
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Status.Description.ID, "Add new Status")
+ Wait.css(Constants.Dashboard.Overview.Status.Edit.CSS)
+ Wait.modal_to_dissappear()
+ Click.css(Constants.Dashboard.Overview.Status.Edit.CSS)
+ Helper.internal_assert(
+ "Current Status", Get.by_css("h3.modal-title.ng-binding"))
+ Click.css("textarea[name=\"description\"]")
+ Enter.text_by_css("textarea[name=\"description\"]", "Update Status")
+ Click.id(Constants.Dashboard.DetailedView.VFC.Save_button.ID)
+ Wait.modal_to_dissappear()
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Status.Description.ID, "Update Status")
+ Frontend.User.logout()
+ Frontend.User.relogin(
+ user_content['email'], Constants.Default.Password.TEXT) # new
+ Frontend.Overview.click_on_vf(user_content)
+ Helper.internal_assert(
+ "Current Status", Get.by_css(Constants.Dashboard.Overview.Status.Header.ID))
+ Wait.text_by_id(
+ Constants.Dashboard.Overview.Status.Description.ID, "Update Status")
+
+ @exception()
+ def test_XSS_script(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ validate = API.User.update_account_injec_script(user_content)
+ assertTrue(validate)
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.open_account_form()
+ script = "<script>;</script>"
+ Enter.text_by_name("fullname", script, wait_for_page=True)
+ Wait.text_by_css(Constants.SubmitButton.CSS, "Update")
+ Click.css(Constants.SubmitButton.CSS, wait_for_page=True)
+ Wait.text_by_css(
+ Constants.Toast.CSS, "Account was updated successfully!")
+
+ @exception()
+ def test_add_vf(self):
+ user_content = API.User.create_new_user_content_login_with_api()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ # Wizard
+ Frontend.Overview.create_and_verify_VF_with_VFversion()
diff --git a/tests/uiTests/test_next_step.py b/tests/uiTests/test_next_step.py
new file mode 100644
index 0000000..036d466
--- /dev/null
+++ b/tests/uiTests/test_next_step.py
@@ -0,0 +1,245 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.wait import Wait
+from services.frontend.fe_general import FEGeneral
+from services.frontend.fe_next_step import FENextStep
+from services.frontend.fe_overview import FEOverview
+from services.frontend.fe_user import FEUser
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestNextStep(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestNextStep, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+
+ @exception()
+ def test_add_next_step(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.add_next_step()
+
+ @exception()
+ def test_add_next_step_via_pr(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.add_next_step()
+
+ @exception()
+ def test_complete_next_steps(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ steps_uuids = DB.VirtualFunction.return_expected_steps(user_content['engagement_uuid'],
+ Constants.EngagementStages.INTAKE, user_content['email'])
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ for step_uuid in steps_uuids:
+ Frontend.Overview.complete_next_step_and_wait_for_it_to_disappear(
+ step_uuid)
+ Helper.internal_assert(Frontend.Overview.get_list_of_next_steps(), [])
+
+ @exception()
+ def test_filter_next_steps_by_associated_files(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ user_content['session_token'] = "token " + \
+ API.User.login_user(user_content['el_email'])
+
+ # Create a checklist in order for the files to be viewed in the Overview. when
+ # we want to filter next steps by files in the Overview - EM shows us
+ # files that relate to the VF's CLs)
+ API.Checklist.create_checklist(user_content)
+ next_step_uuid = API.VirtualFunction.add_next_step(
+ user_content, [Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.FILE0_LINK_TEXT])
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.next_steps_filter_by_files()
+ Helper.internal_assert(Frontend.Overview.get_next_step_description(0),
+ DB.VirtualFunction.select_next_step_description(next_step_uuid))
+
+ @exception()
+ def test_filter_next_steps_by_associated_files_via_pr(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ user_content['session_token'] = "token " + \
+ API.User.login_user(user_content['el_email'])
+ API.Checklist.create_checklist(user_content)
+ next_step_uuid = API.VirtualFunction.add_next_step(
+ user_content, [Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.FILE0_LINK_TEXT])
+ Frontend.User.login(
+ user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.next_steps_filter_by_files()
+ Helper.internal_assert(Frontend.Overview.get_next_step_description(0),
+ DB.VirtualFunction.select_next_step_description(next_step_uuid))
+
+ @exception()
+ def test_delete_next_step(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ steps_uuids = DB.VirtualFunction.select_next_steps_uuids_by_stage(user_content['engagement_uuid'],
+ Constants.EngagementStages.INTAKE)
+ for idx, step_uuid in enumerate(steps_uuids):
+ Frontend.Overview.delete_next_step(step_uuid)
+ logger.debug("Next step deleted! (%s of %s)" %
+ (idx + 1, len(steps_uuids)))
+
+ @exception()
+ def test_delete_next_step_via_pr(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ steps_uuids = DB.VirtualFunction.select_next_steps_uuids_by_stage(user_content['engagement_uuid'],
+ Constants.EngagementStages.INTAKE)
+ for idx, step_uuid in enumerate(steps_uuids):
+ Frontend.Overview.delete_next_step(step_uuid)
+ logger.debug("Next step deleted! (%s of %s)" %
+ (idx + 1, len(steps_uuids)))
+
+ @exception()
+ def test_next_steps_ordering(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ user_content['session_token'] = "token " + \
+ API.User.login_user(user_content['email'])
+ steps_uuids = DB.VirtualFunction.return_expected_steps(user_content['engagement_uuid'],
+ Constants.EngagementStages.INTAKE, user_content['email'])
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Click.id(Constants.Dashboard.Overview.NextSteps.StateDropDown.ID)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.StateDropDown.COMPLETED_LINK_TEXT)
+ Click.id(Constants.Dashboard.Overview.NextSteps.StateDropDown.ID,
+ wait_for_page=True)
+ Frontend.Overview.validate_next_steps_order(steps_uuids)
+ for idx, step_uuid in enumerate(steps_uuids):
+ DB.VirtualFunction.update_next_step_position(
+ step_uuid, len(steps_uuids) - idx)
+ Frontend.General.refresh()
+ Click.id(Constants.Dashboard.Overview.NextSteps.StateDropDown.ID,
+ wait_for_page=True)
+ Click.link_text(
+ Constants.Dashboard.Overview.NextSteps.StateDropDown.COMPLETED_LINK_TEXT, wait_for_page=True)
+ Click.id(Constants.Dashboard.Overview.NextSteps.StateDropDown.ID,
+ wait_for_page=True)
+ Frontend.Overview.validate_next_steps_order(
+ list(reversed(steps_uuids)))
+
+ @exception()
+ def test_next_step_with_empty_associated_files(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.validate_empty_associated_files()
+
+ @exception()
+ def test_next_step_with_associated_files(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ user_content['session_token'] = "token " + \
+ API.User.login_user(user_content['el_email'])
+ Wait.page_has_loaded()
+ cl_content = API.Checklist.create_checklist(user_content)
+ DB.Checklist.state_changed("name", cl_content['name'], 'review')
+ new_cl_uuid = DB.Checklist.get_recent_checklist_uuid(cl_content['name'])[
+ 0]
+ API.Checklist.add_checklist_next_step(user_content, new_cl_uuid)
+ Frontend.User.login(
+ user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.next_steps_filter_by_files()
+ Frontend.Overview.validate_associated_files(
+ Constants.Dashboard.Overview.NextSteps.FilterByFileDropDown.FILE0_LINK_TEXT)
+
+ @exception()
+ def test_all_vf_gitlab_repo_files_can_be_chosen_in_new_ns(self):
+ newObj, user_content = API.User.create_new_user_content()
+ user_content['session_token'] = "token " + \
+ API.User.login_user(user_content['el_email'])
+ checklist = API.Checklist.create_checklist(user_content)
+ DB.Checklist.state_changed("uuid", checklist['uuid'], 'review')
+ Frontend.User.relogin(
+ user_content['el_email'], 'iceusers')
+ eng_id = "clickable-%s: %s" % (
+ user_content['engagement_manual_id'], user_content['vfName'])
+ Frontend.Checklist.go_to_checklist(eng_id, checklist['uuid'])
+ Frontend.Checklist.get_to_create_new_ns_modal()
+ files = API.VirtualFunction.get_engagement(user_content)["files"]
+ FEGeneral.verify_existing_files_in_list(
+ files, 'associated-files-list')
+
+ @exception()
+ def test_ns_choose_all_vf_gitlab_repo_files_via_select_all(self):
+ self.user_content['session_token'] = "token " + \
+ API.User.login_user(self.user_content['el_email'])
+ API.GitLab.git_clone_push(self.user_content)
+ cl_content = API.Checklist.create_checklist(self.user_content)
+ FEUser.login(self.user_content['el_email'],
+ Constants.Default.Password.TEXT)
+ FEOverview.click_on_vf(self.user_content)
+ Frontend.Checklist.get_to_create_new_ns_modal_via_overview()
+ FENextStep.check_select_deselect_all_files()
diff --git a/tests/uiTests/test_notification_for_new_user.py b/tests/uiTests/test_notification_for_new_user.py
new file mode 100644
index 0000000..720caab
--- /dev/null
+++ b/tests/uiTests/test_notification_for_new_user.py
@@ -0,0 +1,108 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+
+from django.conf import settings
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestNotificationForNewUser(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestNotificationForNewUser, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+
+ @exception()
+ def test_notification_page_sanity(self):
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+ logger.debug("Go to notifications page")
+ Frontend.User.go_to_notifications()
+ logger.debug("Remove one notification")
+ notificationIDs = DB.User.get_notification_id_by_email(
+ self.user_content['email'])
+ Frontend.User.delete_notification(notificationIDs[0])
+
+ @exception()
+ def test_validate_notifications(self):
+ user_content = API.VirtualFunction.create_engagement()
+ user_content['session_token'] = "token " + \
+ API.User.login_user(user_content['el_email'])
+ Frontend.User.relogin(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.go_to_notifications()
+ notificationIDs = DB.User.get_notification_id_by_email(
+ user_content['email'])
+ notification_list = [user_content['full_name'] + " joined " + user_content['vfName'],
+ user_content['el_name'] +
+ " joined " + user_content['vfName'],
+ user_content['pr_name'] + " joined " + user_content['vfName']]
+ Frontend.User.validate_notifications(
+ notificationIDs, notification_list)
+
+ @exception()
+ def test_num_of_notifications_for_user(self):
+ Frontend.User.login(
+ self.user_content['el_email'], Constants.Default.Password.TEXT)
+ notifications_num = DB.User.get_not_seen_notifications_number_by_email(
+ self.user_content['el_email'])
+ Frontend.User.compare_notifications_count_for_user(notifications_num)
+
+ @exception()
+ def test_zero_notifications_for_user(self):
+ Frontend.User.login(
+ self.user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.User.go_to_notifications()
+ notifications_num = DB.User.get_not_seen_notifications_number_by_email(
+ self.user_content['pr_email'], is_negative=True)
+ assert(notifications_num == "0")
+ Frontend.User.check_notification_number_is_not_presented()
diff --git a/tests/uiTests/test_notification_for_new_user.pyc b/tests/uiTests/test_notification_for_new_user.pyc
new file mode 100755
index 0000000..189ed72
--- /dev/null
+++ b/tests/uiTests/test_notification_for_new_user.pyc
Binary files differ
diff --git a/tests/uiTests/test_overview.py b/tests/uiTests/test_overview.py
new file mode 100644
index 0000000..2045acc
--- /dev/null
+++ b/tests/uiTests/test_overview.py
@@ -0,0 +1,68 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+Created on 25 Jul 2017
+'''
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend, DB
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestOverview(TestUiBase):
+
+ @exception()
+ def test_engagement_validation_details_update_when_cl_closed(self):
+ user_content = API.VirtualFunction.create_engagement()
+ API.GitLab.git_clone_push(user_content)
+ cl_uuid = DB.General.select_where_and('uuid', Constants.DBConstants.IceTables.CHECKLIST, 'engagement_id', user_content['engagement_uuid'],
+ 'name', Constants.Dashboard.Checklist.ChecklistDefaultNames.AIC_INSTANTIATION, 1)
+ vf_staff_emails = [user_content['el_email'], user_content[
+ 'pr_email'], Constants.Users.Admin.EMAIL]
+ API.Checklist.move_cl_to_closed(cl_uuid, vf_staff_emails)
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.change_engagement_stage(
+ Constants.EngagementStages.ACTIVE)
+ Frontend.Overview.verify_validation_dates()
diff --git a/tests/uiTests/test_portal_homepage.py b/tests/uiTests/test_portal_homepage.py
new file mode 100644
index 0000000..19846c8
--- /dev/null
+++ b/tests/uiTests/test_portal_homepage.py
@@ -0,0 +1,55 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from django.conf import settings
+
+from iceci.decorator.exception_decor import exception
+from services.logging_service import LoggingServiceFactory
+from services.types import Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class TestPortalHomepage(TestUiBase):
+ @exception()
+ def test_homepage(self):
+ ''' Portal home page sanity, click on links, varify buttons and headlines. '''
+ Frontend.General.re_open(settings.ICE_PORTAL_URL)
+ Frontend.General.verify_home_elements()
+ Frontend.General.go_to_signup_from_homepage()
diff --git a/tests/uiTests/test_progress_bar.py b/tests/uiTests/test_progress_bar.py
new file mode 100644
index 0000000..bb5fa21
--- /dev/null
+++ b/tests/uiTests/test_progress_bar.py
@@ -0,0 +1,96 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestProgressBar(TestUiBase):
+ user_content = None
+
+ @exception()
+ def test_progress_bar_ui(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ logger.debug("Validate and check progress with engagement lead")
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.change_engagement_stage(
+ Constants.EngagementStages.ACTIVE)
+ Frontend.Overview.check_progress(
+ Constants.Dashboard.Overview.Progress.Percent.TEXT)
+ Frontend.Overview.set_progress(
+ Constants.Dashboard.Overview.Progress.Change.NUMBER)
+ Frontend.Overview.check_progress(
+ Constants.Dashboard.Overview.Progress.Change.TEXT)
+ logger.debug("Validate progress with standard user")
+ Frontend.User.relogin(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.check_progress(
+ Constants.Dashboard.Overview.Progress.Change.TEXT)
+
+ @exception()
+ def test_vnf_version_with_value_appears_in_overview_progress_bar(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.change_engagement_stage(
+ Constants.EngagementStages.ACTIVE)
+ Frontend.Overview.check_vnf_version(user_content['vnf_version'])
+
+ @exception()
+ def test_vnf_version_with_value_appears_in_dashboard_progress_bar(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ Frontend.User.login(
+ user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ Frontend.Overview.change_engagement_stage(
+ Constants.EngagementStages.ACTIVE)
+ Frontend.Dashboard.search_by_vf(user_content)
+ Frontend.Dashboard.check_vnf_version(user_content)
diff --git a/tests/uiTests/test_progress_bar.pyc b/tests/uiTests/test_progress_bar.pyc
new file mode 100755
index 0000000..be7ff94
--- /dev/null
+++ b/tests/uiTests/test_progress_bar.pyc
Binary files differ
diff --git a/tests/uiTests/test_rados_perms.py b/tests/uiTests/test_rados_perms.py
new file mode 100644
index 0000000..6143edc
--- /dev/null
+++ b/tests/uiTests/test_rados_perms.py
@@ -0,0 +1,104 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from wheel.signatures import assertTrue
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API
+from tests.uiTests.test_ui_base import TestUiBase
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestRadosPermissions(TestUiBase):
+
+ def create_bucket_and_validate_users(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=True)
+
+ print("***********STAGE = ",user_content['vfStage'])
+ API.VirtualFunction.set_eng_stage(user_content, Constants.EngagementStages.ACTIVE)
+ bucket_id = user_content['engagement_manual_id'] + "_" + user_content['vfName'].lower()
+ bucket = API.Rados.get_bucket(bucket_id)
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ assertTrue(bucket != "None")
+ #validate users added to bucket
+ grants = API.Rados.get_bucket_grants(bucket_id)
+ count = 0
+ for g in grants:
+ if g.id == user_content['full_name']:
+ count = +1
+
+ assertTrue(count > 0)
+ return bucket, user_content
+
+ @exception()
+ def test_permissions_stage_validated(self):
+ bucket, user_content = self.create_bucket_and_validate_users()
+ API.VirtualFunction.set_eng_stage(user_content, Constants.EngagementStages.VALIDATED)
+ bucket_id = user_content['engagement_manual_id'] + "_" + user_content['vfName'].lower()
+ assertTrue(API.Rados.users_of_bucket_ready_after_complete(bucket_id, user_content['full_name']))
+ bucket = API.Rados.get_bucket(bucket_id)
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ assertTrue(bucket != "None")
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ bucket = API.Rados.get_bucket(bucket_id)
+ grants = API.Rados.get_bucket_grants(bucket_id)
+ print("\nBucket:", bucket)
+ print("\nBucket Type:", type(bucket))
+ print("\nGrants:", grants)
+ print("\nGrants Type:", type(grants))
+ print("done")
+
+ @exception()
+ def test_permissions_stage_completed(self):
+ bucket, user_content = self.create_bucket_and_validate_users()
+ API.VirtualFunction.set_eng_stage(
+ user_content, Constants.EngagementStages.COMPLETED)
+ bucket_id = user_content['engagement_manual_id'] + "_" + user_content['vfName'].lower()
+ assertTrue(API.Rados.users_of_bucket_ready_after_complete(bucket_id, user_content['full_name']))
+ assertTrue(API.Rados.is_bucket_ready(bucket_id))
+ bucket = API.Rados.get_bucket(bucket_id)
+ grants = API.Rados.get_bucket_grants(bucket_id)
+ print("\nBucket:", bucket)
+ print("\nBucket Type:", type(bucket))
+ print("\nGrants:", grants)
+ print("\nGrants Type:", type(grants))
+ print("done")
diff --git a/tests/uiTests/test_remove_user_from_eng.py b/tests/uiTests/test_remove_user_from_eng.py
new file mode 100644
index 0000000..dd76d31
--- /dev/null
+++ b/tests/uiTests/test_remove_user_from_eng.py
@@ -0,0 +1,116 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants, ServiceProvider
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestRemoveUserFromEng(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestRemoveUserFromEng, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+ @exception()
+ def test_remove_user_with_admin(self):
+ second_user_email, invite_token, invite_url = API.VirtualFunction.invite_team_member(self.user_content)
+ invited_user = API.User.signup_invited_user(ServiceProvider.MainServiceProvider, second_user_email, invite_token, invite_url,
+ self.user_content)
+ Frontend.User.login(Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Dashboard.statuses_search_vf(self.user_content['engagement_manual_id'], self.user_content['vfName'])
+ Frontend.Overview.remove_user_from_eng_team(invited_user["full_name"])
+
+
+ @exception()
+ def test_remove_user_with_reviewer(self):
+ second_user_email, invite_token, invite_url = API.VirtualFunction.invite_team_member(self.user_content)
+ invited_user = API.User.signup_invited_user(ServiceProvider.MainServiceProvider, second_user_email, invite_token, invite_url,
+ self.user_content)
+ Frontend.User.login(self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.remove_user_from_eng_team(invited_user["full_name"])
+
+
+ @exception()
+ def test_remove_user_with_peer_reviewer(self):
+ second_user_email, invite_token, invite_url = API.VirtualFunction.invite_team_member(self.user_content)
+ invited_user = API.User.signup_invited_user(ServiceProvider.MainServiceProvider, second_user_email, invite_token, invite_url,
+ self.user_content)
+ Frontend.User.login(self.user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.remove_user_from_eng_team(invited_user["full_name"])
+
+
+ @exception()
+ def test_negative_remove_reviewer_from_eng(self):
+ Frontend.User.login(self.user_content["pr_email"], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.remove_user_from_eng_team(self.user_content["el_name"], True)
+
+
+ @exception()
+ def test_negative_remove_peer_reviewer_from_eng(self):
+ Frontend.User.login(self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.remove_user_from_eng_team(self.user_content["pr_name"], True)
+
+
+ @exception()
+ def test_negative_remove_creator_from_eng(self):
+ Frontend.User.login(self.user_content['el_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.remove_user_from_eng_team(self.user_content["full_name"], True)
+
+
+ @exception()
+ def test_negative_remove_contact_user_from_eng(self):
+ second_user_email, invite_token, invite_url = API.VirtualFunction.add_contact(self.user_content)
+ invited_user = API.User.signup_invited_user(ServiceProvider.MainServiceProvider, second_user_email, invite_token, invite_url,
+ self.user_content, "true", True)
+ Frontend.User.login(second_user_email, Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(self.user_content)
+ Frontend.Overview.remove_user_from_eng_team(invited_user["full_name"], True)
diff --git a/tests/uiTests/test_reset_password.py b/tests/uiTests/test_reset_password.py
new file mode 100644
index 0000000..abdaa69
--- /dev/null
+++ b/tests/uiTests/test_reset_password.py
@@ -0,0 +1,77 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend, DB
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestResetPassword(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestResetPassword, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+ @exception()
+ def test_reset_password(self):
+ Frontend.General.send_reset_password(self.user_content['email'])
+ DB.User.set_new_temp_password(self.user_content['email'])
+ resetPasswURL = Helper.get_reset_passw_url(self.user_content['email'])
+ Frontend.General.re_open(resetPasswURL)
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT,
+ Constants.UpdatePassword.Title.CSS, "css")
+ logger.debug("\nReset URL: %s \nTemp Password: %s \nUser Email: %s" % (resetPasswURL,
+ Constants.Default.Password.TEXT, self.user_content['email']))
+ Frontend.User.reset_password()
+ logger.debug("Logout and verify new password works")
+ Frontend.User.logout()
+ logger.debug("Login with updated password")
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.NewPass.TEXT)
+ Frontend.User.logout()
+ logger.debug("Logout and change password back to 'iceusers'")
+ DB.User.set_password_to_default(self.user_content['email'])
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
diff --git a/tests/uiTests/test_reset_password.pyc b/tests/uiTests/test_reset_password.pyc
new file mode 100755
index 0000000..13789bb
--- /dev/null
+++ b/tests/uiTests/test_reset_password.pyc
Binary files differ
diff --git a/tests/uiTests/test_rgwa_credentials.py b/tests/uiTests/test_rgwa_credentials.py
new file mode 100644
index 0000000..334b818
--- /dev/null
+++ b/tests/uiTests/test_rgwa_credentials.py
@@ -0,0 +1,80 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API, DB, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+from utils.cryptography import CryptographyText
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class TestRGWACredentials(TestUiBase):
+ user_content = None
+ access_key = None
+ access_secret = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestRGWACredentials, cls).setUpClass()
+ cls.user_content = API.User.create_new_user(activate=True)
+ cls.access_key = DB.User.get_access_key(cls.user_content['uuid'])
+ cls.access_secret = DB.User.get_access_secret(cls.user_content['uuid'])
+
+ def setUp(self):
+ super(TestRGWACredentials, self).setUp()
+ Frontend.User.login(
+ self.user_content['email'], Constants.Default.Password.TEXT)
+
+ @exception()
+ def test_access_key(self):
+ Frontend.User.go_to_account()
+ Frontend.User.check_rgwa_access_key(self.access_key)
+
+ @exception()
+ def test_access_secret(self):
+ Frontend.User.go_to_account()
+ access_secret = CryptographyText.decrypt(self.access_secret)
+ Frontend.User.check_rgwa_access_secret(access_secret)
+
+ @exception()
+ def test_access_secret_not_presented(self):
+ Frontend.User.go_to_account()
+ Frontend.User.check_rgwa_access_secret_not_presented()
diff --git a/tests/uiTests/test_sanity.py b/tests/uiTests/test_sanity.py
new file mode 100644
index 0000000..8399e12
--- /dev/null
+++ b/tests/uiTests/test_sanity.py
@@ -0,0 +1,173 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.click import Click
+from services.frontend.base_actions.get import Get
+from services.frontend.base_actions.wait import Wait
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import Frontend, DB, API
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestSanity(TestUiBase):
+
+ user_content = None
+ user_content_api = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestSanity, cls).setUpClass()
+
+ cls.user_content_api = API.User.create_new_user_content_login_with_api()
+ cls.user_content = API.VirtualFunction.create_engagement()
+
+ @exception()
+ def test_e2e_checklist_add_next_step(self):
+ newObj, user_content = API.User.create_new_user_content()
+ newObjWithChecklist = Frontend.Checklist.create_new_checklist(newObj)
+ checklistUuid = newObjWithChecklist[0]
+ engLeadEmail = newObjWithChecklist[1]
+ engagement_manual_id = newObjWithChecklist[2]
+ actualVfNameid = newObjWithChecklist[3]
+ checklistName = newObjWithChecklist[5]
+ DB.Checklist.state_changed("uuid", checklistUuid, 'review')
+ DB.Checklist.update_decisions(checklistUuid, checklistName)
+
+ Frontend.User.relogin(
+ engLeadEmail, Constants.Default.Password.TEXT, engagement_manual_id)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.review_state_actions_and_validations(
+ checklistName, user_content['vfName'], "review")
+
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ engPreeRiviewerLeadEmail = DB.Checklist.get_pr_email(checklistUuid)
+ Frontend.User.relogin(engPreeRiviewerLeadEmail,
+ Constants.Default.Password.TEXT)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.review_state_actions_and_validations(
+ checklistName, user_content['vfName'], "PEER")
+
+ Frontend.Checklist.cl_to_next_stage(actualVfNameid)
+ engPreeRiviewerLeadEmail = DB.Checklist.get_admin_email(checklistUuid)
+ Frontend.User.relogin(engPreeRiviewerLeadEmail,
+ Constants.Default.Password.TEXT)
+ Frontend.Checklist.search_by_vfname_for_not_local(user_content)
+ Frontend.Checklist.click_on_checklist(user_content, checklistName)
+ Frontend.Checklist.validate_reject_is_enabled()
+ Frontend.Checklist.approval_state_actions_and_validations(
+ checklistName, newObj, "APPROVAL")
+ Frontend.Checklist.add_next_step(checklistName, newObj)
+ Frontend.Overview.click_on_vf(user_content)
+
+ @exception()
+ def test_admin_set_stage(self):
+ user_content = API.VirtualFunction.create_engagement(
+ wait_for_gitlab=False)
+ stages = [Constants.EngagementStages.INTAKE, Constants.EngagementStages.ACTIVE,
+ Constants.EngagementStages.VALIDATED, Constants.EngagementStages.COMPLETED]
+ Frontend.User.login(
+ Constants.Users.Admin.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Dashboard.statuses_search_vf(
+ user_content['engagement_manual_id'], user_content['vfName'])
+ for idx, stage in enumerate(stages[:-1]):
+ next_stage = stages[(idx + 1) % len(stages)]
+ Frontend.Overview.check_stage_next_steps(
+ stage, user_content['engagement_uuid'])
+ Frontend.Overview.change_engagement_stage(next_stage)
+
+ @exception()
+ def test_invite_new_user(self):
+ """
+ Name:
+ test_invite_new_user
+ Steps:
+ Create new APIUser via SignUp request-->Login with This One--> build "activationUrl"-->
+ Validation of successful activate-->
+ close Wizard --> Logout-->login-->Open Wizard--> fill all fields in all Tab's(4)-->
+ build inviteURL from email--> reopen browser with inviteURL-->
+ Validate fields filled's in SignUp form
+ """
+ user_content = API.User.create_new_user()
+ # Fetch one user ID.
+ uuid = DB.General.select_where_email(
+ "uuid", "ice_user_profile", user_content['email'])
+ Frontend.User.activate_and_login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_id(
+ Constants.Toast.ID, Constants.Dashboard.ActivateMsg.Success.TEXT)
+ Click.id(Constants.Dashboard.Wizard.CloseButton.ID)
+ Wait.modal_to_dissappear()
+ Frontend.User.logout()
+ Frontend.User.login(
+ user_content['email'], Constants.Default.Password.TEXT)
+ Wait.text_by_css(
+ Constants.Dashboard.LeftPanel.Title.CSS, Constants.Dashboard.LeftPanel.Title.TEXT)
+ logger.debug("click_on on + Dashboard")
+ Click.id(Constants.Dashboard.LeftPanel.AddEngagement.ID)
+ # Wizard
+ vfName = Frontend.Wizard.add_vf()
+ vendor_contact = Frontend.Wizard.add_vendor_contact()
+ inviteEmail = Helper.rand_invite_email()
+ Frontend.Wizard.invite_team_members(inviteEmail)
+ Frontend.Wizard.add_ssh_key()
+ enguuid = DB.General.select_where("uuid", "ice_vf", "name", vfName, 1)
+ inviterURL = Constants.Default.InviteURL.Signup.TEXT + \
+ enguuid + "&inviter_uuid=" + uuid + "&email=" + inviteEmail
+ Frontend.General.re_open(inviterURL)
+ actualInvitedEmail = Get.value_by_name("email")
+ Helper.internal_assert(inviteEmail, actualInvitedEmail)
+ signUpURLforContact = DB.User.get_contact_signup_url(enguuid, uuid, vendor_contact["email"],
+ vendor_contact["full_name"], vendor_contact["phone"], vendor_contact["company"])
+ Frontend.General.re_open(signUpURLforContact)
+
+ actualInvitedEmail = Get.value_by_name(Constants.Signup.Email.NAME)
+ Helper.internal_assert(vendor_contact["email"], actualInvitedEmail)
+ Helper.internal_assert(
+ "+" + vendor_contact["phone"], Get.value_by_name(Constants.Signup.Phone.NAME))
+ Helper.internal_assert(
+ vendor_contact["full_name"], Get.value_by_name(Constants.Signup.FullName.NAME))
+ Helper.internal_assert(
+ vendor_contact["company"], Get.value_by_name(Constants.Signup.Company.NAME))
diff --git a/tests/uiTests/test_set_stage.py b/tests/uiTests/test_set_stage.py
new file mode 100644
index 0000000..b9dc7de
--- /dev/null
+++ b/tests/uiTests/test_set_stage.py
@@ -0,0 +1,115 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestSetStage(TestUiBase):
+ @exception()
+ def test_set_eng_stages(self):
+ user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+ Frontend.User.login(user_content['el_email'], Constants.Default.Password.TEXT)
+ stages = [Constants.EngagementStages.INTAKE, Constants.EngagementStages.ACTIVE, Constants.EngagementStages.VALIDATED,
+ Constants.EngagementStages.COMPLETED]
+ Frontend.Overview.click_on_vf(user_content)
+ for idx, stage in enumerate(stages[:-1]):
+ next_stage = stages[(idx + 1) % len(stages)]
+ Frontend.Overview.check_stage_next_steps(stage, user_content['engagement_uuid'])
+ Frontend.Overview.change_engagement_stage(next_stage)
+ Frontend.General.refresh()
+ if Frontend.Overview.check_stage_notifications(next_stage) is False:
+ raise Exception("Activity log for set stage wasn't found for stage %s" % next_stage)
+
+ @exception()
+ def test_set_eng_stages_via_pr_reviewer(self):
+ user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+ Frontend.User.login(user_content['pr_email'], Constants.Default.Password.TEXT)
+ stages = [Constants.EngagementStages.INTAKE, Constants.EngagementStages.ACTIVE, Constants.EngagementStages.VALIDATED,
+ Constants.EngagementStages.COMPLETED]
+ Frontend.Overview.click_on_vf(user_content)
+ for idx, stage in enumerate(stages[:-1]):
+ next_stage = stages[(idx + 1) % len(stages)]
+ Frontend.Overview.check_stage_next_steps(stage, user_content['engagement_uuid'])
+ Frontend.Overview.change_engagement_stage(next_stage)
+ Frontend.General.refresh()
+ if Frontend.Overview.check_stage_notifications(next_stage) is False:
+ raise Exception("Activity log for set stage wasn't found for stage %s" % next_stage)
+
+
+ @exception()
+ def test_admin_ro_set_stage_negative(self):
+ user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+ stages = [Constants.EngagementStages.INTAKE, Constants.EngagementStages.ACTIVE, Constants.EngagementStages.VALIDATED,
+ Constants.EngagementStages.COMPLETED]
+ Frontend.User.login(Constants.Users.AdminRO.EMAIL, Constants.Default.Password.TEXT)
+ Frontend.Dashboard.statuses_search_vf(user_content['engagement_manual_id'], user_content['vfName'])
+ for idx, stage in enumerate(stages[:-1]):
+ next_stage = stages[(idx + 1) % len(stages)]
+ Frontend.Overview.change_engagement_stage(next_stage, is_negative=True)
+ logger.debug("Admin_ro failed to change stage to %s" % stage)
+
+ @exception()
+ def test_set_eng_stages_negative(self):
+ user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+ stages = [Constants.EngagementStages.INTAKE, Constants.EngagementStages.ACTIVE, Constants.EngagementStages.VALIDATED,
+ Constants.EngagementStages.COMPLETED]
+ Frontend.User.login(user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ for idx, stage in enumerate(stages[:-1]):
+ next_stage = stages[(idx + 1) % len(stages)]
+ Frontend.Overview.change_engagement_stage(next_stage, is_negative=True)
+ logger.debug("User %s failed to change stage to %s" % (user_content['email'], stage))
+
+ @exception()
+ def test_set_eng_stages_negative_via_pr(self):
+ user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+ stages = [Constants.EngagementStages.INTAKE, Constants.EngagementStages.ACTIVE, Constants.EngagementStages.VALIDATED,
+ Constants.EngagementStages.COMPLETED]
+ Frontend.User.login(user_content['pr_email'], Constants.Default.Password.TEXT)
+ Frontend.Overview.click_on_vf(user_content)
+ for idx, stage in enumerate(stages[:-1]):
+ next_stage = stages[(idx + 1) % len(stages)]
+ Frontend.Overview.change_engagement_stage(next_stage, is_negative=False)
+ logger.debug("User %s failed to change stage to %s" % (user_content['pr_email'], stage))
diff --git a/tests/uiTests/test_ssh_key.py b/tests/uiTests/test_ssh_key.py
new file mode 100644
index 0000000..24db555
--- /dev/null
+++ b/tests/uiTests/test_ssh_key.py
@@ -0,0 +1,98 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+ Created on Sep 19, 2016
+ @author: Tomer Cohen
+
+ Purpose: Test SSH Public Key validation, positive and negative.
+ Steps:
+ - Create user and activate the user account.
+ - Modal window: add VF, add vendor contact, invite team member, add a valid SSH key.
+ - Go to account page.
+ - Clear SSH key text-box and add an invalid SSH key.
+ - Verify error message.
+ - Change the invalid key to a valid one (RSA).
+ - Verify success message.
+'''
+
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.helper import Helper
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestSSHKey(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestSSHKey, cls).setUpClass()
+
+ cls.user_content = API.Bridge.create_engagement(wait_for_gitlab=False)
+
+ def setUp(self):
+ super(TestSSHKey, self).setUp()
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
+
+ @exception()
+ def test_ssh_key_valid(self):
+ validSSHKey = Helper.generate_sshpub_key()
+ logger.debug(validSSHKey)
+ Frontend.User.set_ssh_key_from_account(validSSHKey)
+
+ @exception()
+ def test_ssh_key_invalid(self):
+ Frontend.Overview.click_on_vf(self.user_content)
+ validSSHKey = Helper.generate_sshpub_key()
+ invalidSSHKey = validSSHKey[8:]
+ logger.debug(invalidSSHKey)
+ Frontend.User.set_ssh_key_from_account(invalidSSHKey, is_negative=True)
+
+ @exception()
+ def test_set_invalid_ssh_key_in_wizard(self):
+ Frontend.Dashboard.click_on_create_vf()
+ Frontend.Wizard.add_vf()
+ Frontend.Wizard.add_vendor_contact()
+ Frontend.Wizard.invite_team_members(Helper.rand_invite_email())
+ Frontend.Wizard.add_ssh_key(is_negative=True)
diff --git a/tests/uiTests/test_ssh_key.pyc b/tests/uiTests/test_ssh_key.pyc
new file mode 100755
index 0000000..13fba44
--- /dev/null
+++ b/tests/uiTests/test_ssh_key.pyc
Binary files differ
diff --git a/tests/uiTests/test_ui_base.py b/tests/uiTests/test_ui_base.py
new file mode 100644
index 0000000..d4f1a62
--- /dev/null
+++ b/tests/uiTests/test_ui_base.py
@@ -0,0 +1,146 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+import logging
+import platform
+import sys
+from timeit import default_timer as timer
+import unittest
+
+from pyvirtualdisplay import Display # For Linux only
+import requests
+from requests.packages.urllib3.exceptions import InsecureRequestWarning
+from selenium.webdriver.common.action_chains import ActionChains
+
+from iceci.decorator.logFuncEntry import logFuncEntry
+from services.constants import Constants
+from services.database.db_general import DBGeneral
+from services.logging_service import LoggingServiceFactory
+from services.session import session
+
+requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
+logger = LoggingServiceFactory.get_logger()
+stream_handler = logging.StreamHandler(sys.stdout)
+
+
+class TestUiBase(unittest.TestCase):
+ windows = []
+ one_web_driver_enabled = True
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestUiBase, cls).setUpClass()
+ cls.display = None
+ if platform.system() == 'Linux':
+ cls.display = Display(visible=0, size=(1920, 1080))
+ cls.display.start()
+
+ if cls.one_web_driver_enabled:
+ session.setup_driver()
+
+ def go_to_web_page(self, address):
+ self.websiteUrl = address
+
+ session.ice_driver.get("about:blank")
+ session.ice_driver.get(self.websiteUrl)
+
+ @logFuncEntry
+ def setUp(self):
+ logger.addHandler(stream_handler)
+
+ self.fullClassName = __name__
+ self.className = self.__class__.__name__
+ logger.debug("---------------------- TestCase - Start - Class " +
+ self.className + " Function " + self._testMethodName + " ----------------------")
+
+ self.ice_driver = session.get_driver()
+
+ if not self.one_web_driver_enabled:
+ self.ice_driver = session.setup_driver()
+ elif self.ice_driver is None:
+ self.ice_driver = session.setup_driver()
+
+ self.go_to_web_page(Constants.Default.LoginURL.TEXT)
+
+ session.ice_driver.implicitly_wait(session.wait_until_implicit_time)
+ self.actions = ActionChains(self.ice_driver)
+ self.windows.append(session.ice_driver.window_handles[0])
+ session.ice_driver.maximize_window()
+
+ self.startTime = timer()
+ self.funcName = self._testMethodName
+ self.testName = self.funcName
+
+ @logFuncEntry
+ def tearDown(self):
+ self.endTime = timer()
+ self.testDuration = str(self.endTime - self.startTime)
+ self.results()
+ if self.one_web_driver_enabled is None or not self.one_web_driver_enabled:
+ session.ice_driver.quit()
+ else:
+ self.go_to_web_page(Constants.Default.LoginURL.TEXT)
+ logger.debug("---------------------- TestCase - End - Class " + self.className +
+ " Function " + self._testMethodName + " ----------------------\n")
+ try:
+ logging.getLogger().info("BB")
+ finally:
+ logger.removeHandler(stream_handler)
+ session.errorList = ""
+ session.errorCounter = 0
+
+ @classmethod
+ def tearDownClass(cls):
+ session.close_driver()
+ if cls.display:
+ cls.display.stop()
+ super(TestUiBase, cls).tearDownClass()
+
+ @logFuncEntry
+ def results(self):
+ params = {"testType": "E2E Test", "testFeature": self.className,
+ "testResult": "PASS", "testName": self.funcName, "duration": self.testDuration}
+ if (session.errorCounter == 0):
+ DBGeneral.insert_results(params["testType"], params["testFeature"], params[
+ "testResult"], params["testName"], params['duration'])
+ else:
+ params["testResult"] = "FAIL" # Mark test as fail.
+ # Add the errors to notes column in table.
+ params["notes"] = session.errorList
+ DBGeneral.insert_results(params["testType"], params["testFeature"], params[
+ "testResult"], params["testName"], params['duration'], params["notes"])
diff --git a/tests/uiTests/test_user_profile_settings.py b/tests/uiTests/test_user_profile_settings.py
new file mode 100644
index 0000000..9b5952e
--- /dev/null
+++ b/tests/uiTests/test_user_profile_settings.py
@@ -0,0 +1,75 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.frontend.base_actions.wait import Wait
+from services.logging_service import LoggingServiceFactory
+from services.types import API, Frontend, DB
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+logger = LoggingServiceFactory.get_logger()
+
+
+class TestUserProfileSettings(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestUserProfileSettings, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+ def setUp(self):
+ super(TestUserProfileSettings, self).setUp()
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
+
+ @exception()
+ def test_user_profile_settings_page_exists(self):
+ Frontend.User.go_to_user_profile_settings()
+
+ @exception()
+ def test_user_profile_checkboxes(self):
+ Frontend.User.go_to_user_profile_settings()
+ Frontend.User.check_user_profile_settings_checkboxes()
+ DB.User.validate_user_profile_settings_in_db(self.user_content['email'], False)
+ Frontend.General.refresh()
+ Frontend.User.validate_user_profile_settings_checkboxes(False)
+ Frontend.User.check_user_profile_settings_checkboxes()
+ DB.User.validate_user_profile_settings_in_db(self.user_content['email'], True)
diff --git a/tests/uiTests/test_validate_signup.py b/tests/uiTests/test_validate_signup.py
new file mode 100644
index 0000000..424239c
--- /dev/null
+++ b/tests/uiTests/test_validate_signup.py
@@ -0,0 +1,100 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from iceci.decorator.exception_decor import exception
+from services.constants import Constants
+from services.types import API, Frontend, DB
+from services.helper import Helper
+from tests.uiTests.test_ui_base import TestUiBase
+
+
+class TestValidateSignup(TestUiBase):
+ user_content = None
+
+ @classmethod
+ def setUpClass(cls):
+ super(TestValidateSignup, cls).setUpClass()
+
+ cls.user_content = API.VirtualFunction.create_engagement(wait_for_gitlab=False)
+
+ @exception()
+ def test_create_and_activateUser(self):
+ '''Create user with rest API, login and activate.'''
+ user_data = API.User.create_new_user()
+ Frontend.User.login(user_data['email'], Constants.Default.Password.TEXT, Constants.Toast.ID)
+ Frontend.General.verify_toast_message(Constants.Dashboard.ActivateMsg.Fail.TEXT)
+ activationUrl = DB.User.get_activation_url(user_data['email'])
+ Frontend.General.re_open(activationUrl)
+ Frontend.User.login(user_data['email'], Constants.Default.Password.TEXT)
+ Frontend.General.verify_toast_message(Constants.Dashboard.ActivateMsg.Success.TEXT)
+
+ @exception()
+ def test_activate_user_and_validate_account(self):
+ '''Go to Account page and validate details after signup and login.'''
+ Frontend.User.login(self.user_content['email'], Constants.Default.Password.TEXT)
+ Frontend.User.go_to_account()
+ Frontend.General.form_validate_company(self.user_content['vendor'])
+ Frontend.General.form_validate_name(self.user_content['full_name'])
+ Frontend.General.form_validate_email(self.user_content['email'])
+ Frontend.General.form_validate_phone(Constants.Default.Phone.TEXT)
+ Frontend.General.form_validate_ssh("") # No SSH key.
+
+ @exception()
+ def test_signup_page_sanity(self):
+ '''
+ Purpose: Sanity test for sign-up page.
+ Steps:
+ - Go to sign-up page
+ - Verify all approved vendors are listed
+ - Verify all form fields exist.
+ - Submit form without reCAPTCHA and verify error message.
+ - Click on "Already have an account" and verify link.
+ '''
+ Frontend.General.go_to_signup_from_login()
+ vendors_list = DB.General.get_vendors_list()
+ for vendor in vendors_list:
+ Frontend.General.select_vendor_from_list(vendor)
+ Frontend.General.form_enter_name(Helper.rand_string("randomString"))
+ Frontend.General.form_enter_email(Helper.rand_string("email"))
+ Frontend.General.form_enter_phone(Constants.Default.Phone.TEXT)
+ Frontend.General.form_enter_password(Helper.rand_string("randomString"))
+ Frontend.General.form_check_checkbox(Constants.Signup.RegularEmail.XPATH)
+ Frontend.General.form_check_checkbox(Constants.Signup.AcceptTerms.XPATH)
+ Frontend.General.click_on_submit()
+ Frontend.General.verify_toast_message(Constants.Signup.Toast.Captcha.TEXT)
+ Frontend.General.go_to_login_from_signup()
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..e22bd20
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,19 @@
+[tox]
+skipsdist=True
+envlist = py27,py3,style
+setupdir = testengine/
+
+[testenv]
+distribute = False
+commands =
+ {envpython} --version
+deps = flake8
+
+[testenv:style]
+commands = flake8
+
+[testenv:py27]
+basepython=python2.7
+
+[testenv:py3]
+basepython=python3.6
diff --git a/utils/__init__.py b/utils/__init__.py
new file mode 100644
index 0000000..30d7152
--- /dev/null
+++ b/utils/__init__.py
@@ -0,0 +1,38 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/utils/__init__.pyc b/utils/__init__.pyc
new file mode 100644
index 0000000..c298ee8
--- /dev/null
+++ b/utils/__init__.pyc
Binary files differ
diff --git a/utils/__pycache__/__init__.cpython-36.pyc b/utils/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..23f2696
--- /dev/null
+++ b/utils/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/utils/__pycache__/authentication.cpython-36.pyc b/utils/__pycache__/authentication.cpython-36.pyc
new file mode 100644
index 0000000..42d6950
--- /dev/null
+++ b/utils/__pycache__/authentication.cpython-36.pyc
Binary files differ
diff --git a/utils/authentication.py b/utils/authentication.py
new file mode 100644
index 0000000..fbbbae9
--- /dev/null
+++ b/utils/authentication.py
@@ -0,0 +1,50 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+'''
+Created on Jun 14, 2016
+'''
+from django.conf import settings
+from itsdangerous import URLSafeTimedSerializer
+
+
+class JWTAuthentication(object):
+
+ def createPersonalTokenWithExpiration(self, email, expiry=None):
+ encryptor = URLSafeTimedSerializer(settings.SECRET_KEY)
+ return encryptor.dumps(email, salt=settings.SECRET_KEY)
diff --git a/utils/authentication.pyc b/utils/authentication.pyc
new file mode 100644
index 0000000..bf7c522
--- /dev/null
+++ b/utils/authentication.pyc
Binary files differ
diff --git a/utils/cryptography.py b/utils/cryptography.py
new file mode 100644
index 0000000..2723c63
--- /dev/null
+++ b/utils/cryptography.py
@@ -0,0 +1,62 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+from itsdangerous import URLSafeTimedSerializer
+from rest_framework_jwt.settings import api_settings
+
+from services.logging_service import LoggingServiceFactory
+
+
+logger = LoggingServiceFactory.get_logger()
+
+class CryptographyText(object):
+
+ @staticmethod
+ def encrypt(text):
+ encryptor = URLSafeTimedSerializer(api_settings.JWT_SECRET_KEY)
+ return encryptor.dumps(text, salt=api_settings.JWT_SECRET_KEY)
+
+ @staticmethod
+ def decrypt(encoded_text):
+ decryptor = URLSafeTimedSerializer(api_settings.JWT_SECRET_KEY)
+ text = decryptor.loads(
+ encoded_text,
+ salt=api_settings.JWT_SECRET_KEY,
+ )
+
+ return text
diff --git a/uwsgi.ini b/uwsgi.ini
new file mode 100644
index 0000000..3d12d2c
--- /dev/null
+++ b/uwsgi.ini
@@ -0,0 +1,47 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+[uwsgi]
+uwsgi-socket=:80
+plugin=python
+chdir=/app
+module=web.wsgi:application
+master=True
+pidfile=/tmp/project-master.pid
+vacuum=True
+max-requests=5000
diff --git a/web/__init__.py b/web/__init__.py
new file mode 100644
index 0000000..6a22ef7
--- /dev/null
+++ b/web/__init__.py
@@ -0,0 +1,38 @@
+# -*- encoding: utf-8 -*-
+# ============LICENSE_START=======================================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
diff --git a/web/__init__.pyc b/web/__init__.pyc
new file mode 100644
index 0000000..a2989d2
--- /dev/null
+++ b/web/__init__.pyc
Binary files differ
diff --git a/web/__pycache__/__init__.cpython-36.pyc b/web/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..987461b
--- /dev/null
+++ b/web/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/web/__pycache__/urls.cpython-36.pyc b/web/__pycache__/urls.cpython-36.pyc
new file mode 100644
index 0000000..3b71cec
--- /dev/null
+++ b/web/__pycache__/urls.cpython-36.pyc
Binary files differ
diff --git a/web/__pycache__/wsgi.cpython-36.pyc b/web/__pycache__/wsgi.cpython-36.pyc
new file mode 100644
index 0000000..e491c09
--- /dev/null
+++ b/web/__pycache__/wsgi.cpython-36.pyc
Binary files differ
diff --git a/web/settings/__init__.py b/web/settings/__init__.py
new file mode 120000
index 0000000..0e19472
--- /dev/null
+++ b/web/settings/__init__.py
@@ -0,0 +1 @@
+/opt/configmaps/settings/__init__.py \ No newline at end of file
diff --git a/web/settings/__pycache__/__init__.cpython-36.pyc b/web/settings/__pycache__/__init__.cpython-36.pyc
new file mode 100644
index 0000000..5b2485b
--- /dev/null
+++ b/web/settings/__pycache__/__init__.cpython-36.pyc
Binary files differ
diff --git a/web/settings/logs/ice-db.log b/web/settings/logs/ice-db.log
new file mode 100755
index 0000000..fde8b57
--- /dev/null
+++ b/web/settings/logs/ice-db.log
@@ -0,0 +1,7431 @@
+2017-03-08 04:39:07,861 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:39:16,590 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:39:27,067 ERROR test_dashboard_feature 62 64543 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You () not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:39:31,912 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:39:40,638 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:43:41,165 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:43:49,708 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:45:39,419 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:45:48,091 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:51:01,334 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:51:09,971 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:31,667 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:55:38,420 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:55:47,451 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:54,946 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:55:56,958 ERROR exception_decor 21 65923 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:56:58,466 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b3f7b020-1887-48db-ab01-02d2d9c7b4ce. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:56:58,586 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:57:00,341 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9db690b5-66f3-4d5f-b0aa-aa5696c5eac3. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,516 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,536 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:57:00,681 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:04,415 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8937ca13-352d-4b6e-894a-fd2e73fc2b1e. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,570 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,720 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:06,089 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:57:06,238 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1af5c013-5d3c-4967-a22c-6dcd2f28fc9e. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:06,664 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:07,096 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:08,726 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:08,853 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:09,015 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:10,620 ERROR api_virtual_function 95 66223 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:57:12,449 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,557 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,660 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:14,213 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4db9d949-2ce3-4c2c-a46d-f33875d2ca19. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,334 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,487 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,674 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:57:22,666 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:57:31,944 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:57:37,019 ERROR fe_user 40 66225 140736596902848 Login FAILED: email=STwjFUb@intl.att.com password=iceusers
+2017-03-08 04:57:37,020 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 04:57:37,024 ERROR exception_decor 21 66226 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:57:37,044 ERROR fe_user 40 66224 140736596902848 Login FAILED: email=STfUHby@intl.att.com password=iceusers
+2017-03-08 04:57:37,045 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:57:37,047 ERROR test_dashboard_feature 62 66223 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (2) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:58:51,184 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c4d2ad94-8b11-4664-a7b2-67e45589a930. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:51,302 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:53,113 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 12fcb21a-8d88-44ff-a008-158c72709503. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,158 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:58:53,301 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,485 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:57,217 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e73993a-1ac6-4885-9325-639eac9d561a. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,349 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,490 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:58,601 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a025a7bd-338d-4407-af0b-7542ae55f8a1. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,100 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,242 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:58:59,492 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:59:01,192 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,321 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,480 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:03,016 ERROR api_virtual_function 95 66766 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:59:04,916 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,038 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,150 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:06,747 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2dc6c0b9-5fad-460c-80a0-3041594dd071. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:06,888 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,001 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,826 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:59:15,062 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:59:24,139 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:59:31,049 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:59:33,182 ERROR fe_user 40 66768 140736596902848 Login FAILED: email=ST2mkpL@intl.att.com password=iceusers
+2017-03-08 04:59:33,187 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:02:17,841 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4b2740ee-5754-4490-abdd-dcfd7a9e4fe8. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:17,955 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:19,642 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6ab496ae-2964-4bd7-9342-3faac83d530c. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,772 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,821 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 05:02:19,946 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:22,896 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c21908b2-d9a1-4c8c-b6a5-71bb10ab61cd. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,136 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,414 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:24,644 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ff095d3-2cc3-4df7-9ae5-a1037e318400. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:24,989 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:25,418 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:26,446 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:02:27,261 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,565 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,770 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:29,970 ERROR api_virtual_function 95 67425 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:02:31,697 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:31,993 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:32,168 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:33,378 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3774213c-72b8-4ad3-80cd-21998b21fc2a. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,497 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,685 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:35,952 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:02:43,277 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_page
+2017-03-08 05:02:52,337 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 05:02:59,084 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 05:03:02,372 ERROR test_dashboard_feature 62 67425 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (3) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 05:03:02,543 ERROR fe_user 40 67427 140736596902848 Login FAILED: email=STzUsJ2@intl.att.com password=iceusers
+2017-03-08 05:03:02,544 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:03:21,559 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_FAQ
+2017-03-08 05:03:40,417 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_News
+2017-03-08 05:03:45,362 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_clone_decision_auditlogs
+2017-03-08 05:03:59,075 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_checklist_without_files
+2017-03-08 05:04:04,804 ERROR test_cms_news_and_announcementsion 64 67427 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to go to Announcement page.', Exception('Text - title_Of_Page_STm6YEj not found in ID title_Of_Page_STm6YEj', 'title_Of_Page_STm6YEj'))
+2017-03-08 05:04:04,804 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_search_documentation
+2017-03-08 05:04:09,172 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_5_last_Announcement_displayed
+2017-03-08 05:04:13,703 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_expired_post_Announcement
+2017-03-08 05:04:19,562 ERROR test_checklist_validations 276 67426 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to reject checklist.', AttributeError("type object 'Dashboard' has no attribute 'DBChecklist'",))
+2017-03-08 05:04:19,562 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reject_anytime_checklist
+2017-03-08 05:04:22,032 ERROR fe_user 40 67425 140736596902848 Login FAILED: email=admin_ro@att.com password=iceusers
+2017-03-08 05:04:58,644 ERROR test_left_nav_panel 142 67427 140736596902848 _-_-_-_-_- Unexpected error: id() takes 1 positional argument but 2 were given
+2017-03-08 05:05:48,749 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_delete_next_step
+2017-03-08 05:06:00,201 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_filtering_by_files_states
+2017-03-08 05:06:02,144 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_notification_page_sanity
+2017-03-08 05:06:08,604 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_next_steps_for_new_user
+2017-03-08 05:06:14,727 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_validate_notifications
+2017-03-08 05:06:22,022 ERROR test_login_with_new_user 513 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:33,147 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reset_password
+2017-03-08 05:06:45,786 ERROR test_login_with_new_user 268 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:46,412 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:46,413 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_invalid
+2017-03-08 05:06:54,056 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:54,587 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_valid
+2017-03-08 05:07:00,765 ERROR fe_user 40 67426 140736596902848 Login FAILED: email=STJquxF@intl.att.com password=iceusers
+2017-03-08 05:07:00,766 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_and_activateUser
+2017-03-08 05:07:05,184 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_signup_page_sanity
+2017-03-08 05:33:01,324 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4640f0cf-381d-4449-addb-ba1115167372. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:01,444 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:03,486 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 95e44d2e-5ffc-41b4-a010-18c7289ae351. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,651 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,805 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:06,174 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cc322add-40f6-4712-8926-db241238706e. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,346 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,735 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:08,062 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e7863506-0dee-47b3-8d5b-cc4cecb89e25. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,303 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,781 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:09,351 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:33:11,798 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,031 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,301 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:14,399 ERROR api_virtual_function 95 70950 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:33:16,322 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,468 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,597 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:18,319 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:33:18,751 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2804b8d0-12e6-47f4-a1da-0d3cf70c18a0. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:18,918 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:19,084 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-16 09:57:39,553 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b6fc588a-05f4-4b0d-b653-7c3f5180512c. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:40,031 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:43,179 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f1b370aa-1971-4d6a-863f-3dc42995b001. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,370 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,554 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:48,926 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9d6663e-d40a-49fc-8c7f-69f5a4838706. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,234 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,504 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,820 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 09:57:52,045 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e4a2b425-36f9-4cdc-8f78-34dc3343c212. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,606 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,994 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:55,127 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,328 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,549 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:58,497 ERROR api_virtual_function 95 74172 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 09:57:59,791 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 09:58:01,866 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:01,928 ERROR fe_user 41 74173 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:01,930 ERROR exception_decor 21 74173 140736596902848 There was an exception in test_admin_page
+2017-03-16 09:58:02,262 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:02,406 ERROR fe_user 41 74175 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:02,407 ERROR exception_decor 21 74175 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 09:58:03,144 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:17,239 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89c0ed03-6aef-4d64-b86b-0a0fd1778938. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:17,390 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:19,214 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 193961e3-3411-4b0e-9e9d-ca89dae08a8b. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,463 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,719 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:23,186 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3fa54f75-1452-4b9c-beeb-04864895e857. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,387 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,878 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:27,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89df5960-23ba-4240-b184-2b6d6cc3da9e. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:27,274 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:00:27,650 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:28,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:30,219 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,405 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,648 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:33,515 ERROR api_virtual_function 95 74623 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:00:35,984 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,165 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,352 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:37,105 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:00:39,131 ERROR fe_user 41 74624 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:39,132 ERROR exception_decor 21 74624 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:00:39,948 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7bb10e50-48db-4d16-a9be-ab8aba0bfee9. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,075 ERROR fe_user 41 74626 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:40,076 ERROR exception_decor 21 74626 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 10:00:40,559 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,857 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:01:27,878 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 63cd77b4-21ab-4ab4-b6dd-0f1f355ca353. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:28,110 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:30,096 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e9cf42eb-c7f2-42e5-aa0b-9eae34225aff. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,339 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,526 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:34,779 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f2250a09-0016-4a7b-9f9c-8fb54d33a4a8. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,017 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,256 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:36,622 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:01:37,194 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6c8fc440-fab6-4e18-b346-68ed5f368a88. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:37,615 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:38,034 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:39,842 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,046 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,278 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:42,921 ERROR api_virtual_function 95 75090 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:01:45,093 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,335 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,412 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:01:45,616 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:47,629 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8e056288-0ded-44d4-afdf-471fdff30aea. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:47,736 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:48,841 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f12516d0-6ffb-4c33-bf30-ac7651e223ba. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:48,950 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:49,051 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:50,824 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d7be35b4-8d6d-46af-b3c4-7a247c28a3e8. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:50,928 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,032 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,769 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2999c76-9605-439a-a4a0-c2f9ee07375e. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:51,978 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,199 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,973 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,075 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,187 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:54,247 ERROR api_virtual_function 95 75472 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:03:55,262 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,366 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,469 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:56,491 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7edd3ec4-0df2-476f-af32-a3254c694619. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,598 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 10079e08-8b20-4b7f-8bbe-4c4542ad6688. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,706 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:19:50,088 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5f46498-4933-45c9-a492-644f822ee589. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:50,195 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:51,205 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 547c5334-885a-47b1-b459-5c3ffee98419. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,313 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,420 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:53,160 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 88afb9fd-583b-4569-a843-d377162fbead. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,265 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,379 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:54,184 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a2007ab0-7b9c-442e-aa6c-237596421cc2. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,406 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,621 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:55,416 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,524 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,632 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:57,008 ERROR api_virtual_function 95 76178 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:19:58,027 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,144 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,252 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:59,300 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e329fc56-e8db-4565-9cdb-3f8d3d4285b1. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,414 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,523 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:20:48,140 ERROR exception_decor 21 76444 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:25:23,757 ERROR exception_decor 21 76570 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:34:43,466 ERROR exception_decor 21 76723 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:21,852 ERROR exception_decor 21 77084 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:49,648 ERROR exception_decor 21 77179 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:37:25,340 ERROR exception_decor 21 77248 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:38:38,101 ERROR exception_decor 21 77336 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:39:04,627 ERROR exception_decor 21 77395 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:41:14,642 ERROR exception_decor 21 77468 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:42:51,636 ERROR exception_decor 21 77617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:43:51,171 ERROR exception_decor 21 77683 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:46:28,004 ERROR exception_decor 21 77781 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:47:27,278 ERROR exception_decor 21 77889 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:53:53,757 ERROR exception_decor 21 78186 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:58:28,199 ERROR exception_decor 21 78430 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:59:11,698 ERROR exception_decor 21 78471 140736596902848 There was an exception in test_admin_page
+2017-03-16 11:01:19,364 ERROR exception_decor 21 78599 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:02:44,720 ERROR exception_decor 21 78674 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:05:58,948 ERROR exception_decor 21 78814 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:07:24,431 ERROR exception_decor 21 78880 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:12:02,673 ERROR exception_decor 21 78957 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:13,940 ERROR exception_decor 21 79171 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:32,677 ERROR exception_decor 21 79357 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:25:37,571 ERROR exception_decor 21 79421 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:00,034 ERROR exception_decor 21 79779 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:50,973 ERROR exception_decor 21 79831 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:31:43,256 ERROR exception_decor 21 79963 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:38:03,931 ERROR exception_decor 21 84343 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:40:00,364 ERROR exception_decor 21 84458 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:42:21,726 ERROR exception_decor 21 84577 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-04-05 07:40:05,472 ERROR exception_decor 21 28611 140736398640064 There was an exception in test_update_status_via_other_el
+2017-04-05 07:45:13,551 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:13,647 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:14,571 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8487f083-0cb0-4ee9-a613-5cd6afb6c1ec. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,673 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,769 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:25,987 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:26,200 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:28,353 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 82dfe31e-aaa5-40c6-8d1b-debf73599f78. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,613 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fcd63d13-a633-4155-a394-a2cc047796d7. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,845 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:32,669 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f3bdf161-cc8f-439a-aeda-a7956545dd79. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:33,164 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:34,553 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b20c2095-0529-46dc-9948-b7b795fb3e4f. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:34,944 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:35,225 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:36,590 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,726 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,867 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:38,776 ERROR api_virtual_function 95 29043 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:45:40,717 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,835 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,953 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:42,386 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2dd495c-632d-49f2-8b16-0a5bf76931ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,526 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,823 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:46:16,721 ERROR exception_decor 21 29043 140736398640064 There was an exception in test_detailed_view
+2017-04-05 07:47:51,801 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:52,012 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:53,790 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f03a3735-6e92-4bcc-948e-00875502add4. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,115 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,315 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:57,474 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4cfc1d1c-02a0-43d8-9575-a172c204ebcf. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:47:58,628 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:48:00,793 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7320ab3e-3376-4862-89f6-2a34ff33485f. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,095 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,472 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:04,863 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,027 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,360 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:09,554 ERROR api_virtual_function 95 30030 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:48:11,782 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:11,958 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:12,115 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:14,621 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9982b65-f971-4b20-9643-f4d569853900. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,737 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,855 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:24,275 ERROR exception_decor 21 30032 140736398640064 There was an exception in test_Create_New_Checklist
+2017-04-05 07:49:02,473 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:02,592 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:04,500 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 15fb69ab-c390-446b-99d3-4adbdd222d33. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,719 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bb080337-8164-4329-95c6-f4112489be0c. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,867 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:08,353 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1ee2038c-0e04-4151-8971-5a6c67878414. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:09,078 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:11,018 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b89f9946-3d4d-43d3-bd82-a8ebd04ea414. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,362 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,721 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:13,547 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,719 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,859 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:16,570 ERROR api_virtual_function 95 30558 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:49:18,606 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,752 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,868 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:21,827 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c0a017b8-2b74-4314-820c-fafcc1ebd271. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,012 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,234 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:54:43,019 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:43,148 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:44,857 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ae68181a-3cd0-4f8c-a178-260562679301. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:44,960 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:45,051 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:47,846 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 623d9939-adde-4b99-827a-a8d58a7a720d. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:48,115 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:49,373 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: caebf2d0-0514-4995-9061-865aa7804633. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:49,665 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:50,017 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:51,935 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,090 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,218 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:53,981 ERROR api_virtual_function 95 908 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:54:55,489 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,635 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,764 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:57,097 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1129d8c5-f083-4588-ab13-db49dc4916ee. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,216 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: eece2a8f-b8d6-43bc-90a7-acc024742671. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,330 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:55:15,548 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STr840Q@intl.att.com password=iceusers
+2017-04-05 07:55:15,549 ERROR exception_decor 21 908 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 07:55:37,721 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 07:55:56,185 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_page
+2017-04-05 07:56:14,335 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STG8HdB@intl.att.com password=iceusers
+2017-04-05 07:56:14,336 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 07:56:32,830 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 07:56:50,483 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 07:57:10,358 ERROR exception_decor 21 908 140736510014400 There was an exception in test_search_documentation
+2017-04-05 07:57:28,356 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STUOS9w@intl.att.com password=iceusers
+2017-04-05 07:57:28,357 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 07:57:46,378 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STbjfMq@intl.att.com password=iceusers
+2017-04-05 07:57:46,379 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:17:40,982 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:41,098 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:42,794 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 51121644-4190-40b9-b381-beb0a6b9e008. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:42,948 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:43,117 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:45,749 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fc891ac3-b3b9-49c6-90ca-c4c3b138eb73. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:46,240 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:47,345 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e089b07a-fd99-40e7-a744-650056d1d06a. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,599 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,887 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:49,383 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,555 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,729 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:51,961 ERROR api_virtual_function 95 6533 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:17:54,073 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,225 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,365 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:56,047 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 121827ca-bc42-4236-ad4e-40417064254b. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,158 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,300 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:18:08,022 ERROR exception_decor 21 6533 140736510014400 There was an exception in test_discard_checklist_tamplate_with_changes
+2017-04-05 08:18:30,786 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:30,910 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:32,581 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: aa37aae3-a7d1-4ad2-a6f1-52126a10000c. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,718 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,839 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:35,932 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7f49f080-40c9-4e72-8c00-55820fb5571c. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,414 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,444 ERROR fe_user 42 6983 140736510014400 Login FAILED: email=STXlji6@intl.att.com password=iceusers
+2017-04-05 08:18:36,445 ERROR exception_decor 21 6983 140736510014400 There was an exception in test_Create_New_Checklist
+2017-04-05 08:18:49,912 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:49,999 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:50,915 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 483e6432-c9c3-41c4-8f82-c8fea809266d. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,009 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,099 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:52,669 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ff3964f3-3ecc-41e2-b447-792131afe274. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:52,902 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:53,580 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a3726a3f-947f-491a-a30f-91434134729c. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,773 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,969 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:54,683 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,775 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,866 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:55,842 ERROR api_virtual_function 95 7122 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:18:56,756 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,851 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,943 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:57,859 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2530326a-5eb2-4dca-b5d1-24ef2ad49555. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:57,958 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:58,058 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:26:29,329 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STtlgme@intl.att.com password=iceusers
+2017-04-05 08:26:29,330 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:26:49,762 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:27:07,103 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:27:24,258 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STkrye2@intl.att.com password=iceusers
+2017-04-05 08:27:24,259 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:27:41,132 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:27:58,060 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:28:16,641 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:28:34,103 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=ST8Dv3t@intl.att.com password=iceusers
+2017-04-05 08:28:34,104 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:28:51,069 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STw3hdJ@intl.att.com password=iceusers
+2017-04-05 08:28:51,070 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:30:39,107 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_filtering_by_stage_completed
+2017-04-05 08:49:40,507 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:40,608 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:42,340 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b5ab5e46-d21e-4168-992e-84cbb5f831cb. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,478 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,636 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:44,891 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bdad506b-ab31-4002-bc5d-1ec003e3a4dc. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:45,402 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:46,881 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e269ee6-87e1-41c6-96fb-32b0f53abf3f. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,082 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,276 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:48,567 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,724 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,931 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:51,299 ERROR api_virtual_function 95 9808 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:49:53,223 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,363 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,474 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:54,873 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 83a088e6-8247-4506-869e-a49dca4b2fb4. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,073 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,233 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:50:13,495 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STBsnTf@intl.att.com password=iceusers
+2017-04-05 08:50:13,496 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:50:35,789 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:50:54,181 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:51:13,258 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=ST7GqYI@intl.att.com password=iceusers
+2017-04-05 08:51:13,259 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:51:32,502 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:51:51,400 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:52:11,201 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:52:30,442 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STDNLGM@intl.att.com password=iceusers
+2017-04-05 08:52:30,443 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:52:48,925 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STaCK2c@intl.att.com password=iceusers
+2017-04-05 08:52:48,926 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:55:07,674 ERROR api_user 218 9809 140736510014400 POST request failed to sign up the invited team member, see response >>> 200 OK
+b'{"full_name":"ST0rcUV","email":"ST94rvY@att.com","uuid":"51bca254-da3c-4466-9628-aeeadbfe6228","role":{"id":1,"uuid":"7dcafa0c-9b8a-4408-a4e6-e228fd5378e5","name":"standard_user"},"user":{"is_active":false,"email":"ST94rvY@att.com","activation_token":"8cd310c7d4e74566bf803ef6e6ca468a"},"company":{"id":1,"uuid":"8096266d-ddf0-4f14-ac4b-05f0d70c5cad","name":"AT&T","public":true},"phone_number":"+12017992776","eng_uuid":"a17b2446-079d-41ea-9970-eb01a9d360a4","token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo0MzksImVtYWlsIjoiU1Q5NHJ2WUBhdHQuY29tIiwidXNlcm5hbWUiOiJTVDk0cnZZQGF0dC5jb20iLCJleHAiOjE0OTE0ODY5MDd9.TxDfI0iVd4zYCUorGkj_WL5ECKeml0lC1Ulqw786GSQ"}'
+2017-04-05 08:55:07,674 ERROR exception_decor 21 9809 140736510014400 There was an exception in test_add_att_sposnsor
+2017-04-19 09:42:32,552 ERROR exception_decor 23 62099 140736103490496 There was an exception in test_admin_page
+2017-04-19 09:42:57,515 ERROR exception_decor 23 62137 140736103490496 There was an exception in test_admin_page
+2017-04-19 10:06:21,270 ERROR exception_decor 23 63062 140736103490496 There was an exception in test_negative_admin_page
+2017-04-23 23:50:47,560 ERROR exception_decor 23 9199 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:52:45,316 ERROR exception_decor 23 9242 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:53:36,300 ERROR exception_decor 23 9291 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:03,302 ERROR fe_user 42 9389 140736342762432 Login FAILED: email=STcYjJ6@intl.att.com password=iceusers
+2017-04-23 23:59:03,306 ERROR exception_decor 23 9389 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:52,749 ERROR exception_decor 23 9473 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:05:42,518 ERROR exception_decor 23 9566 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:14:26,370 ERROR exception_decor 23 9838 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:15:13,160 ERROR exception_decor 23 9896 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:35:31,486 ERROR exception_decor 23 10924 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 01:03:36,073 ERROR exception_decor 23 12071 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:04:49,391 ERROR exception_decor 23 12132 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:12:58,468 ERROR exception_decor 23 12375 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:14:54,362 ERROR exception_decor 23 12559 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:16:21,833 ERROR exception_decor 23 12612 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:17,254 ERROR exception_decor 23 12780 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:59,846 ERROR exception_decor 23 12839 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:00,955 ERROR exception_decor 23 12942 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:52,304 ERROR exception_decor 23 13008 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:26:27,580 ERROR fe_user 42 13025 140736342762432 Login FAILED: email=hs0007@att.com password=iceusers
+2017-04-24 01:26:27,583 ERROR exception_decor 23 13025 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:27:17,586 ERROR fe_user 42 13055 140736342762432 Login FAILED: email=dd1122@att.com password=iceusers
+2017-04-24 01:27:17,589 ERROR exception_decor 23 13055 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-24 01:30:44,151 ERROR exception_decor 23 13188 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:32:09,465 ERROR exception_decor 23 13260 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:34:14,110 ERROR exception_decor 23 13324 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 06:31:52,038 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-24 06:31:55,761 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_XSS_script
+2017-04-24 06:32:19,967 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_att_sposnsor
+2017-04-24 06:32:43,740 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vendor_contact
+2017-04-24 06:32:47,463 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vf
+2017-04-24 06:33:12,970 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_current_status
+2017-04-24 06:33:16,575 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_existing_user
+2017-04-24 06:33:40,717 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user
+2017-04-24 06:34:05,200 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user_att_sposnsor
+2017-04-24 06:34:45,044 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_validate_account_form
+2017-04-25 02:08:31,725 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-25 02:08:35,458 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:14:15,782 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_detailed_view
+2017-04-25 02:14:19,466 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_edit_ecomp_release_and_aic
+2017-04-25 02:14:23,221 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_negative_role_for_deployment_targets
+2017-04-25 02:14:26,905 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_role_for_deployment_targets
+2017-04-25 02:17:11,621 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_progress_bar_ui
+2017-04-25 02:17:15,344 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-25 02:17:19,034 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-25 02:34:47,836 ERROR exception_decor 23 40729 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:39:34,978 ERROR exception_decor 23 41585 140736342762432 There was an exception in test_XSS_script
+2017-04-25 03:52:48,418 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step
+2017-04-25 03:53:09,734 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 03:53:42,825 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 03:54:24,439 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 03:54:45,092 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 03:55:26,237 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 03:55:46,984 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 04:02:16,483 ERROR exception_decor 23 43248 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:04:38,198 ERROR exception_decor 23 43301 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:05:23,322 ERROR exception_decor 23 43379 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:06:33,086 ERROR exception_decor 23 43465 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:12:10,585 ERROR exception_decor 23 43632 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:18:19,802 ERROR exception_decor 23 43746 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:28:54,089 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 05:29:27,373 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:30:08,405 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:30:29,185 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:31:11,432 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:31:31,416 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 05:32:35,598 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_add_next_step
+2017-04-25 05:33:20,251 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:34:01,386 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:34:21,931 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:34:42,699 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_step_with_empty_associated_files
+2017-04-25 05:35:03,663 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:35:24,057 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:25:14,340 ERROR exception_decor 23 47139 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:19,506 ERROR exception_decor 23 47230 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:56,931 ERROR exception_decor 23 47282 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:27:56,379 ERROR exception_decor 23 47326 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:29:10,246 ERROR exception_decor 23 47391 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:31:29,013 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 06:32:11,148 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:32:31,375 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:33:12,830 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 06:33:33,250 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:39:40,707 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:40:01,589 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:40:57,657 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:43:04,932 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:43:25,304 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:43:45,170 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:46:05,177 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:46:25,542 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:46:45,473 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:44:43,269 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:45:11,962 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:48:25,954 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:51:41,178 ERROR exception_decor 23 49996 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:56:15,776 ERROR exception_decor 23 50124 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:59:41,619 ERROR exception_decor 23 50364 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:03:35,661 ERROR exception_decor 23 51056 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:04:21,770 ERROR exception_decor 23 51083 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:05:30,899 ERROR exception_decor 23 51134 140736342762432 There was an exception in test_next_steps_ordering
+2017-05-01 04:16:51,893 ERROR exception_decor 23 8219 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:21:56,239 ERROR exception_decor 23 8429 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:28:03,047 ERROR exception_decor 23 8749 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:50:41,478 ERROR exception_decor 23 9683 140736342762432 There was an exception in test_save_checklist_tamplate_after_edit_section_name
+2017-05-03 09:15:14,564 ERROR fe_user 42 8760 140735693222848 Login FAILED: email=ST65ysV@intl.att.com password=iceusers
+2017-05-03 09:15:14,567 ERROR exception_decor 23 8760 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-03 09:16:08,573 ERROR exception_decor 23 8833 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-04 02:48:30,881 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_audit_log
+2017-05-04 02:48:31,406 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_next_step
+2017-05-04 02:48:31,837 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_contact
+2017-05-04 02:48:32,585 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_next_step
+2017-05-04 02:48:33,099 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_create_checklist
+2017-05-04 02:48:33,568 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_edit_next_step
+2017-05-04 02:48:33,734 ERROR exception_decor 23 24218 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:48:33,737 ERROR exception_decor 23 24220 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:48:33,967 ERROR exception_decor 23 24219 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:48:34,044 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_invite_member
+2017-05-04 02:48:34,807 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_set_checklist_state
+2017-05-04 02:48:35,453 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_update_checklist
+2017-05-04 02:49:55,711 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:55,821 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:57,888 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: a8c93c08-fd41-44ad-bb97-1c90467c1ecf. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,068 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,253 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:59,646 ERROR api_virtual_function 148 24446 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 4ec336e1-ac1a-488f-90ee-f3aa4f8bf216. eng_uuid=08064b4f-3382-4ed9-af63-e67d789663d7. checklist_uuid=None"
+2017-05-04 02:50:00,305 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: a67d053c-2c20-4fd4-bebd-e832e78dbe5e. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:00,544 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:01,240 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: dd21b3ee-9421-497e-9602-0168bd961bcb. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,451 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,647 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:02,367 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,464 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,558 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,011 ERROR api_virtual_function 112 24446 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,970 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,067 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,164 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:06,107 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 41143827-2582-4c9e-ae28-db98ac6b3a87. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,209 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,314 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:08,852 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,853 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:50:08,860 ERROR fe_user 42 24449 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,860 ERROR exception_decor 23 24449 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:50:10,182 ERROR fe_user 42 24448 140735693222848 Login FAILED: email=SThlxSC@intl.att.com password=iceusers
+2017-05-04 02:50:10,183 ERROR exception_decor 23 24448 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:50:13,418 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=STZp2Bb@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR fe_user 42 24446 140735693222848 Login FAILED: email=STnhe74@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_negative_admin_page
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24446 140735693222848 There was an exception in test_Announcement_validate_toast
+2017-05-04 03:01:33,826 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:34,013 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:35,656 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: a6502173-8377-4465-b443-d5f825881b56. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,787 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,950 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:37,589 ERROR api_virtual_function 148 25560 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: f5165e81-de9c-4ac7-a3fd-f47b73251e1a. eng_uuid=f5021fe1-c7de-454a-8ad7-b5c82603374c. checklist_uuid=None"
+2017-05-04 03:01:39,012 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: 327c2b83-c90d-4e1f-ad0f-b3d9d0a8f701. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:39,269 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:40,516 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: cff09816-8a86-4c9e-810e-e3c143faec9b. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:40,959 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:41,426 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:43,437 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:43,700 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:44,130 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:45,965 ERROR api_virtual_function 112 25560 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:01:47,602 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,750 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,888 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:49,532 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: fbd75b2b-daa1-4c64-95e2-dfda7e917dd1. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,662 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,794 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:06:56,375 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:08:03,784 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:08:22,425 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_validate_notifications
+2017-05-04 03:12:49,066 ERROR exception_decor 23 32363 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:18:04,258 ERROR exception_decor 23 32581 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:21:37,361 ERROR exception_decor 23 32808 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:27:16,462 ERROR exception_decor 23 33456 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:28:56,552 ERROR exception_decor 23 33514 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:30:42,215 ERROR exception_decor 23 33587 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:35:37,146 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:37,266 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:39,199 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3fa74abc-6284-406f-a193-02f5cdf97afd. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,403 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,593 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:41,400 ERROR api_virtual_function 148 33824 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 38fe6431-5302-499d-8de9-8b77d894ad37. eng_uuid=10273408-42f7-46c1-a7f9-ba57f8c60653. checklist_uuid=None"
+2017-05-04 03:35:42,685 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: ba03eb8a-2535-4fc3-9b4e-290d665109dc. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:43,062 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:44,300 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: aa20e348-9ba3-4760-9177-ec28fc2bc2da. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,602 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,954 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:46,975 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,446 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,774 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:49,922 ERROR api_virtual_function 112 33824 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:35:51,625 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,735 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,832 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:53,531 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: ff0b7815-bd18-47d8-b79b-e7744078380d. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,703 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7635b2e-5f53-48dd-823c-12f39ba80da5. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,823 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:37:10,748 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_create_new_checklist
+2017-05-04 03:40:22,827 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 03:43:47,372 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 03:44:26,023 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 03:46:39,056 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:39,160 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:40,883 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: b0233fee-c7be-45ad-94d2-aa6b696b39fb. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,059 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,215 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:43,003 ERROR api_virtual_function 148 40543 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 558c9e81-4b46-4e7d-90e9-a4da003c0046. eng_uuid=aaf961d0-58bf-4dfc-9535-ad5948407b3c. checklist_uuid=None"
+2017-05-04 03:46:44,493 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: fe2925bf-1e4f-4192-a20b-5db9516e637a. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:44,923 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:45,925 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: f0a58b21-ed5d-464b-8014-dcfd91d6649f. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,237 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,503 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:48,281 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,500 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,674 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:51,327 ERROR api_virtual_function 112 40543 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:46:53,062 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,180 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,317 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:54,738 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 74f3c01f-247c-493e-9ee1-b46b08902a88. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:54,955 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:55,128 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:50:21,005 ERROR exception_decor 23 40546 140735693222848 There was an exception in test_retire_ecomp_release
+2017-05-04 03:59:32,163 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50d4980a-6740-4e44-973c-260d862d7159. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,262 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,357 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:33,357 ERROR api_virtual_function 148 43729 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: df932162-dfbc-4bd7-a52d-698fcfd2904a. eng_uuid=ac73d4be-7094-4b6a-8b48-f92ad2080120. checklist_uuid=None"
+2017-05-04 03:59:33,944 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: 46582fb9-33e7-4de6-b861-b771b247e56b. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,182 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,872 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50e2c3c2-60d0-4095-aa0f-63c3ff6953b4. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,069 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,262 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:36,103 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,195 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,290 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:37,299 ERROR api_virtual_function 112 43729 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:59:38,209 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,306 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,399 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:39,353 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: b33e0663-827b-4fc1-b99e-f902a645f725. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,455 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,554 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 04:01:29,694 ERROR exception_decor 23 43936 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:05:07,628 ERROR exception_decor 23 44958 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:15:50,409 ERROR exception_decor 23 45490 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 05:30:46,325 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: bbd87d99-42be-4ba0-8f87-7d0ee23915c3. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,510 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,706 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:48,563 ERROR api_virtual_function 148 46495 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: deede0b5-c339-47b7-8888-2cdc1e50bf79. eng_uuid=3685fdbc-ea8c-4b5b-aaa4-bdaf3ce2cc25. checklist_uuid=None"
+2017-05-04 05:30:49,983 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: fd046db1-d12c-4956-8450-b06da182052f. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:50,431 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:51,353 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: e43326c6-0b51-4431-8439-5a9bfb718da9. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,551 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,765 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:53,416 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,515 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,618 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:55,368 ERROR api_virtual_function 112 46495 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 05:30:56,585 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,742 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,866 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:58,686 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 84ae687d-77d9-4257-a07d-ce9cac7fba73. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:58,891 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:59,062 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:31:32,283 ERROR exception_decor 23 46498 140735693222848 There was an exception in test_change_reviewer
+2017-05-04 05:36:36,989 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_search_bar
+2017-05-04 05:38:53,979 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:55:39,131 ERROR exception_decor 23 53583 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:56:37,494 ERROR exception_decor 23 53646 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:59:45,782 ERROR exception_decor 23 53865 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:00:17,291 ERROR exception_decor 23 53919 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:09,624 ERROR exception_decor 23 54003 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:34,363 ERROR exception_decor 23 54055 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:08:51,705 ERROR exception_decor 23 54168 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:09:16,843 ERROR exception_decor 23 54233 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:15:15,906 ERROR fe_user 43 54539 140735693222848 Login FAILED: email=hs0007@att.com password=iceusers
+2017-05-04 06:15:15,907 ERROR exception_decor 23 54539 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:19:48,843 ERROR exception_decor 23 54709 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:21:16,577 ERROR exception_decor 23 54797 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:27:25,497 ERROR exception_decor 23 55061 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:37:57,042 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 6b5e00bc-d6d4-4ede-9064-e13da9dd1b54. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,299 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,497 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:59,302 ERROR api_virtual_function 148 56025 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 9d3ac005-f69a-4ac0-ad5a-dc03c6baab31. eng_uuid=f90d7bbb-22b2-430e-a674-45e22dd561e0. checklist_uuid=None"
+2017-05-04 06:38:00,638 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: 5124a325-3374-445f-b6d6-6a9ffc3bc3f7. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:01,037 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:02,282 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: b38b153e-7a8d-476a-ad61-f0b437fbb79c. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,490 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,720 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:03,988 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,135 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,296 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:06,166 ERROR api_virtual_function 112 56025 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:38:07,376 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,474 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,570 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:10,026 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57718501-8348-4b51-9104-f31fc17efca9. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,281 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,618 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:42:17,847 ERROR fe_user 43 56027 140735693222848 Login FAILED: email=ST7aCtE@intl.att.com password=iceusers
+2017-05-04 06:42:17,849 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 06:42:47,874 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 06:42:47,876 ERROR fe_user 43 56026 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 06:42:47,877 ERROR exception_decor 23 56026 140735693222848 There was an exception in test_validate_statistics_modal_appears_for_admin
+2017-05-04 06:42:47,878 ERROR exception_decor 23 56025 140735693222848 There was an exception in test_validate_export_to_csv
+2017-05-04 06:43:23,664 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3106f0a3-0bbe-4d49-9c53-ddef61ff48aa. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,810 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,983 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:25,633 ERROR api_virtual_function 148 59052 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 34a5bb0e-d0c7-41dd-981d-26b634651f46. eng_uuid=a3925a83-1da0-432e-8343-092f7d74eb1f. checklist_uuid=None"
+2017-05-04 06:43:26,592 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: 086eb922-6ecf-4144-80d6-c3bae8778d8c. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:27,418 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:28,823 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 14783963-f015-4087-9558-9b0ff42717e6. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,031 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,236 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:30,546 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,677 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,812 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:32,596 ERROR api_virtual_function 112 59052 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:43:33,930 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,031 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,139 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:36,146 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: ec99e6a8-e4cf-46dd-b617-65583ff608ea. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,321 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,472 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:44:51,156 ERROR exception_decor 23 59053 140735693222848 There was an exception in test_assigned_next_steps
+2017-05-04 06:44:51,168 ERROR exception_decor 23 59054 140735693222848 There was an exception in test_create_checklist_without_files
+2017-05-04 07:09:00,487 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1baf8fa4-3e05-4337-9adf-12f079ad1a7b. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,660 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,841 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:02,726 ERROR api_virtual_function 148 66983 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: b1886c34-d63f-4574-acb2-f702986bd154. eng_uuid=80f9416b-1387-495b-8a28-35eeb58ce513. checklist_uuid=None"
+2017-05-04 07:09:04,276 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: b663ff11-8abf-4a0e-8605-c8afd42e62f3. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:04,761 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:05,992 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: e34b0abd-93fb-46aa-a6c5-3f7022979ed9. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,229 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,502 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:07,590 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,748 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,875 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:10,198 ERROR api_virtual_function 112 66983 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:09:12,272 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,428 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,595 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:14,333 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: bf501dfb-3370-461f-8fb8-cda5ee6a2a8c. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,458 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,594 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:26:39,211 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4503d1c9-37b1-46c7-ad2e-74efc131711e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,395 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,575 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:41,392 ERROR api_virtual_function 148 74492 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: dff04998-42af-45ae-9e1f-2f06161b61ab. eng_uuid=74f8d922-06a6-47f2-8908-0d9d0d1b5a47. checklist_uuid=None"
+2017-05-04 07:26:42,750 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: b3f9f020-1c15-4599-a3a7-fcd37453c899. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:43,183 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:44,538 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: f528d911-0a8b-4a13-8f09-2750951d88de. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:44,769 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:45,039 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:46,112 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,226 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,325 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:48,237 ERROR api_virtual_function 112 74492 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:26:49,579 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,678 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,774 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:51,861 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3b6c164b-585b-4661-920d-e0aac94b4e96. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,027 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,217 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:36:55,598 ERROR exception_decor 23 74492 140735693222848 There was an exception in test_progress_bar_ui
+2017-05-04 07:37:59,628 ERROR exception_decor 23 74494 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-18 08:07:00,947 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7911021-ae2e-4cf0-856f-3f84bec18261. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,080 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,184 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:02,340 ERROR api_virtual_function 148 97509 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 98e06af3-9496-426e-8b41-5f281beda7a9. eng_uuid=8bab6c08-2a88-4412-95b8-4837f2f1f457. checklist_uuid=None"
+2017-05-18 08:07:02,957 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: 862e2ab0-8c94-439c-a826-57be908a3bf7. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:03,222 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:04,016 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: d23b3881-b6bb-49d9-b6cd-a22dac6961f0. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,228 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,434 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:05,298 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,394 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,489 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,962 ERROR exception_decor 23 97509 140735693222848 There was an exception in test_negative_invite_member
+2017-05-28 03:12:52,489 ERROR exception_decor 23 7254 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:15:46,269 ERROR exception_decor 23 7429 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:25:21,421 ERROR exception_decor 23 7693 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:27:50,210 ERROR exception_decor 23 7841 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 05:39:02,853 ERROR exception_decor 23 1543 140736709428160 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:52:50,738 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 247f4387-5c34-4ead-816c-9bca24ce5ccb. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:50,924 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:51,294 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:53,678 ERROR api_virtual_function 149 67325 140735912027072 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: a8e39133-31d3-4486-b9c1-92609ce5a65a. eng_uuid=15abf200-868e-4cf4-9b9a-ca8155bbec64. checklist_uuid=None"
+2017-06-13 04:52:55,112 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: e0c829f1-fdf3-4007-874b-3e277cb9bc19. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:55,648 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:57,964 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: bd5bfb70-5fb7-4a43-bcc0-5a0eb8192d3f. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,272 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,572 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:53:00,171 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,323 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,465 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:03,171 ERROR api_virtual_function 113 67325 140735912027072 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-06-13 04:53:04,717 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:04,854 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:05,027 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:06,768 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57fdcb6e-0ffe-4e12-b335-791cf926f5f2. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:06,944 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:07,151 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:54:16,348 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:54:24,633 ERROR fe_user 41 67325 140735912027072 Login FAILED: email=STsC0Uf@intl.att.com password=iceusers
+2017-06-13 04:54:24,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 04:54:42,908 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_positive_test
+2017-06-13 04:54:49,940 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_EL
+2017-06-13 04:55:08,953 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_reject
+2017-06-13 04:55:52,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 04:56:07,974 ERROR fe_user 41 67328 140735912027072 Login FAILED: email=STdbaeG@intl.att.com password=iceusers
+2017-06-13 04:56:07,999 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_other_el
+2017-06-13 04:57:09,572 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_page
+2017-06-13 04:57:40,930 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_add_and_remove_deployment_targets
+2017-06-13 04:58:32,368 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 04:59:25,615 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_detailed_view
+2017-06-13 04:59:52,266 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:01:04,362 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:01:41,761 ERROR exception_decor 23 67326 140735912027072 There was an exception in test_next_steps_ordering
+2017-06-13 05:02:25,057 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:03:48,657 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:05:04,051 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:06:30,073 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 05:24:22,541 ERROR fe_user 41 75737 140735912027072 Login FAILED: email=STRNvo6@intl.att.com password=iceusers
+2017-06-13 05:24:22,544 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 05:25:34,689 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 05:26:55,047 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_page
+2017-06-13 05:28:26,040 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 05:29:45,555 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:30:56,754 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:32:08,651 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:33:19,657 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:34:31,266 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:36:42,368 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 08:09:20,588 ERROR exception_decor 23 91365 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-19 01:38:34,920 ERROR exception_decor 23 33979 140736594224064 There was an exception in test_update_status_via_peer_riviewer
+2017-06-19 02:21:28,837 ERROR exception_decor 23 37324 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:30:19,763 ERROR exception_decor 23 38270 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:37:52,382 ERROR exception_decor 23 38929 140736594224064 There was an exception in test_reset_password
+2017-06-19 02:44:14,875 ERROR exception_decor 23 39263 140736594224064 There was an exception in test_reset_password
+2017-07-03 03:59:38,125 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: be48b36b-4153-4fed-87aa-7cd7ada9a7b8. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,232 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,325 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:40,326 ERROR api_virtual_function 149 20728 140736393348032 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 3f3b62cf-a56b-42a2-8b9f-991e83340809. eng_uuid=55fd9ded-15be-4f56-833b-a045c3041a88. checklist_uuid=None"
+2017-07-03 03:59:41,359 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: dff7cf2d-885f-4f6e-a93d-43941ed17a07. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:41,713 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:42,843 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1472ddbb-3705-429f-bc33-54324e96cb4c. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,044 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,241 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:44,314 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,407 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,498 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:46,309 ERROR api_virtual_function 113 20728 140736393348032 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-03 03:59:47,645 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,749 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,846 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:49,246 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 30a5ba22-5af0-4110-a94b-a84db6bdbb28. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,351 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,466 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 04:04:16,834 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_positive_test
+2017-07-03 04:04:51,062 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_reject
+2017-07-03 04:13:46,545 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:14:59,352 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_aic_dropdown_ordering
+2017-07-03 04:17:42,900 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry
+2017-07-03 04:20:32,744 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry_via_standard_user
+2017-07-03 04:21:31,235 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:23:04,512 ERROR exception_decor 23 23594 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:52:48,581 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:54:51,421 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:55:03,502 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_ecomp_dropdown_ordering
+2017-07-03 04:59:22,803 ERROR exception_decor 23 916 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:59:36,290 ERROR exception_decor 23 916 140736051725248 There was an exception in test_aic_dropdown_ordering
+2017-07-03 05:05:15,824 ERROR exception_decor 23 1122 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:07,634 ERROR exception_decor 23 1305 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:38,010 ERROR exception_decor 23 1381 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 01:56:10,566 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 87e1855e-63eb-4e10-94f1-4ec76a72a74d. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,690 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ca63770-3110-4b4c-a2cc-1d51774ffe77. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,795 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:12,380 ERROR api_virtual_function 149 10310 140737189385152 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 301dd474-74fb-4c2a-b731-23842f76e989. eng_uuid=41c45107-1151-4d1d-a552-84ec6915d42c. checklist_uuid=None"
+2017-07-04 01:56:13,260 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 75e4b48c-404a-4bf2-8e43-1aafd1d38aa8. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:13,580 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:14,620 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: cd0f9300-74ee-443f-b66b-08a27e2c4913. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:14,848 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:15,076 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:16,165 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,273 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,376 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:18,201 ERROR api_virtual_function 113 10310 140737189385152 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-04 01:56:19,548 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,664 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,769 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:21,097 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 405ebaeb-6cdb-47f9-9e68-385035b5d99f. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,235 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,378 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:57:31,315 ERROR exception_decor 23 10745 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 02:09:15,075 ERROR exception_decor 23 13333 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 05:24:10,363 ERROR api_user 112 27332 140737189385152 =========== json error ========
+2017-07-04 05:24:10,365 ERROR api_user 114 27332 140737189385152 r1.content = b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.10.3</center>\r\n</body>\r\n</html>\r\n', status=502
+2017-07-04 05:24:10,365 ERROR api_user 115 27332 140737189385152 =========== json error end ========
+2017-07-04 05:24:54,444 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step
+2017-07-04 05:25:07,157 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step_via_pr
+2017-07-04 05:26:40,051 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_delete_next_step
diff --git a/web/settings/logs/ice-debug.log b/web/settings/logs/ice-debug.log
new file mode 100755
index 0000000..e9beff7
--- /dev/null
+++ b/web/settings/logs/ice-debug.log
@@ -0,0 +1,105691 @@
+2017-03-08 04:21:57,680 DEBUG logFuncEntry 34 64050 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 04:21:57,682 DEBUG test_ui_base 23 64050 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-03-08 04:24:47,216 DEBUG logFuncEntry 34 64132 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 04:24:47,217 DEBUG test_ui_base 23 64132 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-03-08 04:24:49,327 DEBUG test_ui_base 33 64132 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:24:50,302 DEBUG logFuncEntry 34 64132 140736596902848 calling test_25_invitations_for_an_invited_by_user_uuid | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 04:24:50,302 DEBUG logFuncEntry 34 64132 140736596902848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 04:24:50,303 DEBUG logFuncEntry 34 64132 140736596902848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 04:24:50,327 DEBUG test_ui_base 49 64132 140736596902848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-03-08 04:24:50,328 DEBUG logFuncEntry 34 64132 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 04:24:50,328 DEBUG test_ui_base 23 64132 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-03-08 04:24:52,428 DEBUG test_ui_base 33 64132 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:24:53,376 DEBUG logFuncEntry 34 64132 140736596902848 calling test_5_invitations_for_specific_SU_last_24_hours | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 04:24:53,376 DEBUG logFuncEntry 34 64132 140736596902848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 04:24:53,377 DEBUG logFuncEntry 34 64132 140736596902848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 04:24:53,394 DEBUG test_ui_base 49 64132 140736596902848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-03-08 04:24:53,394 DEBUG logFuncEntry 34 64132 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 04:24:53,394 DEBUG test_ui_base 23 64132 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-03-08 04:24:55,495 DEBUG test_ui_base 33 64132 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:24:56,444 DEBUG logFuncEntry 34 64132 140736596902848 calling test_validate_duplicate_invite | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 04:24:56,444 DEBUG logFuncEntry 34 64132 140736596902848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 04:24:56,444 DEBUG logFuncEntry 34 64132 140736596902848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 04:24:56,462 DEBUG test_ui_base 49 64132 140736596902848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-03-08 04:38:58,071 DEBUG logFuncEntry 34 64544 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:38:58,072 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:38:58,072 DEBUG test_ui_base 23 64544 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:38:58,072 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:38:58,073 DEBUG logFuncEntry 34 64543 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:38:58,074 DEBUG test_ui_base 23 64543 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:38:58,074 DEBUG logFuncEntry 34 64546 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:38:58,074 DEBUG test_ui_base 23 64546 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 04:39:00,363 DEBUG test_ui_base 33 64544 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:00,398 DEBUG test_ui_base 33 64546 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:00,522 DEBUG test_ui_base 33 64545 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:00,536 DEBUG test_ui_base 33 64543 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:01,817 DEBUG logFuncEntry 34 64543 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:39:01,820 DEBUG logFuncEntry 34 64546 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:39:01,942 DEBUG api_user 92 64544 140736596902848 Moving to next test case
+2017-03-08 04:39:01,942 DEBUG api_user 169 64544 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ed3606bf-9444-4fe5-b003-52c355488bf1/8ed2742d0fda4ca0a1d2d2cf7652a463
+2017-03-08 04:39:01,984 DEBUG api_user 172 64544 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:01,986 DEBUG api_user 92 64545 140736596902848 Moving to next test case
+2017-03-08 04:39:01,986 DEBUG api_user 169 64545 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cb8923d6-e838-4139-9172-5574f1ded6e3/f8585ee077bf49d4b21e2da2df621f98
+2017-03-08 04:39:02,008 DEBUG api_user 92 64546 140736596902848 Moving to next test case
+2017-03-08 04:39:02,008 DEBUG api_user 169 64546 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7ddba67f-56c3-4bdf-b5e0-e0d4545c5f35/503f2c9ed7de4b2fa20599835b5b8a01
+2017-03-08 04:39:02,027 DEBUG api_user 92 64543 140736596902848 Moving to next test case
+2017-03-08 04:39:02,027 DEBUG api_user 169 64543 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/bdee59be-c990-4a53-adff-f0523f01d196/d27dc8584c86497eaee0bbdd058af5e9
+2017-03-08 04:39:02,047 DEBUG api_user 172 64545 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:02,066 DEBUG api_user 110 64544 140736596902848 200 OK
+2017-03-08 04:39:02,066 DEBUG api_user 112 64544 140736596902848 Login successfully.
+2017-03-08 04:39:02,066 DEBUG api_user 172 64546 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:02,070 DEBUG api_user 172 64543 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:02,071 DEBUG db_general 91 64544 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:02,072 DEBUG db_general 102 64544 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:02,076 DEBUG db_general 91 64544 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:02,077 DEBUG db_general 102 64544 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:02,159 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:02,160 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:02,162 DEBUG api_user 110 64546 140736596902848 200 OK
+2017-03-08 04:39:02,162 DEBUG api_user 112 64546 140736596902848 Login successfully.
+2017-03-08 04:39:02,163 DEBUG api_user 110 64543 140736596902848 200 OK
+2017-03-08 04:39:02,163 DEBUG api_user 112 64543 140736596902848 Login successfully.
+2017-03-08 04:39:02,164 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:02,166 DEBUG db_general 102 64545 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:02,167 DEBUG db_general 91 64543 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:02,167 DEBUG db_general 91 64546 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:02,169 DEBUG db_general 102 64543 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:02,170 DEBUG db_general 102 64546 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:02,171 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:02,173 DEBUG db_general 102 64545 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:02,174 DEBUG db_general 91 64543 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:02,174 DEBUG db_general 91 64546 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:02,175 DEBUG db_general 102 64543 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:02,175 DEBUG db_general 102 64546 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:02,643 DEBUG api_virtual_function 59 64544 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:02,643 DEBUG api_gitlab 192 64544 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d80d0d1c-a2e4-491b-bff5-c504c627eb1a
+2017-03-08 04:39:02,745 DEBUG api_virtual_function 59 64545 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:02,745 DEBUG api_user 110 64544 140736596902848 200 OK
+2017-03-08 04:39:02,745 DEBUG api_user 112 64544 140736596902848 Login successfully.
+2017-03-08 04:39:02,745 DEBUG api_gitlab 192 64545 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5e8ee35a-17c0-42a4-aa87-0631fed06044
+2017-03-08 04:39:02,811 DEBUG api_gitlab 210 64544 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:02,811 DEBUG fe_user 25 64544 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:02,811 DEBUG fe_user 26 64544 140736596902848 Insert Email
+2017-03-08 04:39:02,819 DEBUG api_virtual_function 59 64543 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:02,820 DEBUG api_gitlab 192 64543 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/03aee822-09a5-497c-951a-8a3716521ede
+2017-03-08 04:39:02,850 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:02,850 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:02,900 DEBUG api_virtual_function 59 64546 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:02,901 DEBUG api_gitlab 192 64546 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fb1cadcc-6986-4efd-bfb8-159072b3a2b6
+2017-03-08 04:39:02,917 DEBUG api_gitlab 210 64545 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:02,917 DEBUG fe_user 25 64545 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:02,917 DEBUG fe_user 26 64545 140736596902848 Insert Email
+2017-03-08 04:39:02,918 DEBUG api_user 110 64543 140736596902848 200 OK
+2017-03-08 04:39:02,918 DEBUG api_user 112 64543 140736596902848 Login successfully.
+2017-03-08 04:39:02,962 DEBUG api_gitlab 210 64543 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:02,963 DEBUG test_dashboard_feature 55 64543 140736596902848 Login with standard user STElqwU@intl.att.com
+2017-03-08 04:39:02,963 DEBUG fe_user 25 64543 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:02,963 DEBUG fe_user 26 64543 140736596902848 Insert Email
+2017-03-08 04:39:03,006 DEBUG api_user 110 64546 140736596902848 200 OK
+2017-03-08 04:39:03,007 DEBUG api_user 112 64546 140736596902848 Login successfully.
+2017-03-08 04:39:03,069 DEBUG api_gitlab 210 64546 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:03,070 DEBUG fe_user 25 64546 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:03,070 DEBUG fe_user 26 64546 140736596902848 Insert Email
+2017-03-08 04:39:03,661 DEBUG fe_user 28 64544 140736596902848 Insert Password
+2017-03-08 04:39:03,852 DEBUG fe_user 28 64545 140736596902848 Insert Password
+2017-03-08 04:39:03,879 DEBUG fe_user 28 64543 140736596902848 Insert Password
+2017-03-08 04:39:03,951 DEBUG fe_user 28 64546 140736596902848 Insert Password
+2017-03-08 04:39:04,298 DEBUG fe_user 30 64544 140736596902848 Click Login Button
+2017-03-08 04:39:04,417 DEBUG fe_user 32 64544 140736596902848 Login Button clicked
+2017-03-08 04:39:04,424 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:04,526 DEBUG fe_user 30 64545 140736596902848 Click Login Button
+2017-03-08 04:39:04,553 DEBUG fe_user 30 64543 140736596902848 Click Login Button
+2017-03-08 04:39:04,598 DEBUG fe_user 30 64546 140736596902848 Click Login Button
+2017-03-08 04:39:04,684 DEBUG fe_user 32 64545 140736596902848 Login Button clicked
+2017-03-08 04:39:04,692 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:04,714 DEBUG fe_user 32 64543 140736596902848 Login Button clicked
+2017-03-08 04:39:04,731 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:04,844 DEBUG fe_user 32 64546 140736596902848 Login Button clicked
+2017-03-08 04:39:04,857 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:04,935 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:05,409 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:05,453 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:05,581 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:05,932 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:05,966 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:06,022 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:06,093 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:06,459 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STWHUE1';
+2017-03-08 04:39:06,462 DEBUG db_general 127 64545 140736596902848 Query result: 5e8ee35a-17c0-42a4-aa87-0631fed06044
+2017-03-08 04:39:06,466 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STWHUE1';
+2017-03-08 04:39:06,469 DEBUG db_general 127 64545 140736596902848 Query result: 5e8ee35a-17c0-42a4-aa87-0631fed06044
+2017-03-08 04:39:06,473 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e8ee35a-17c0-42a4-aa87-0631fed06044';
+2017-03-08 04:39:06,477 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5352
+2017-03-08 04:39:06,478 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:06,481 DEBUG db_general 115 64545 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5352';
+2017-03-08 04:39:06,485 DEBUG db_general 127 64545 140736596902848 Query result: 690
+2017-03-08 04:39:06,494 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e8ee35a-17c0-42a4-aa87-0631fed06044';
+2017-03-08 04:39:06,498 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5352
+2017-03-08 04:39:06,533 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:06,534 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:06,738 DEBUG api_user 110 64543 140736596902848 200 OK
+2017-03-08 04:39:06,738 DEBUG api_user 112 64543 140736596902848 Login successfully.
+2017-03-08 04:39:06,738 DEBUG fe_user 156 64543 140736596902848 Adding new next step (via api) and assigning it to user STNcp20
+2017-03-08 04:39:06,739 DEBUG api_virtual_function 18 64543 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/03aee822-09a5-497c-951a-8a3716521ede/nextsteps
+2017-03-08 04:39:06,900 DEBUG api_virtual_function 32 64543 140736596902848 Next step was added to the engagement!
+2017-03-08 04:39:06,900 DEBUG fe_user 158 64543 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:39:06,990 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:07,044 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:07,503 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:07,559 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:07,848 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '5e8ee35a-17c0-42a4-aa87-0631fed06044';
+2017-03-08 04:39:07,854 DEBUG db_general 127 64545 140736596902848 Query result: ["('457b1e59-f1f3-4474-862e-3a41b3494ae0", "('d8686809-b4db-4012-9c1b-153ac14600b3", "('e329a45f-875f-4b0d-b285-347b17246703", "('49eaae70-c419-4edb-951b-9b5f2fc5587f"]
+2017-03-08 04:39:07,861 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:39:07,864 DEBUG logFuncEntry 34 64545 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:39:07,864 DEBUG logFuncEntry 34 64545 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:39:07,901 DEBUG test_ui_base 49 64545 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:39:07,902 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:39:07,903 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:39:08,021 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:08,041 DEBUG fe_user 160 64543 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:39:08,047 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:08,073 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:08,537 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:08,563 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:08,588 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:09,062 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:09,108 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:09,163 DEBUG fe_dashboard 155 64543 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:39:09,254 DEBUG fe_dashboard 162 64543 140736596902848 > Check if creator of NS is the EL Homer Simpson
+2017-03-08 04:39:09,290 DEBUG fe_overview 32 64543 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:39:09,594 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:10,102 DEBUG fe_general 34 64543 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:39:10,136 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:10,346 DEBUG fe_overview 36 64543 140736596902848 Login with EL user hs0007@att.com
+2017-03-08 04:39:10,346 DEBUG fe_user 25 64543 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:10,346 DEBUG fe_user 26 64543 140736596902848 Insert Email
+2017-03-08 04:39:10,656 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:11,045 DEBUG test_ui_base 33 64545 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:11,109 DEBUG fe_user 28 64543 140736596902848 Insert Password
+2017-03-08 04:39:11,172 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:11,605 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:11,696 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:11,787 DEBUG fe_user 30 64543 140736596902848 Click Login Button
+2017-03-08 04:39:11,919 DEBUG fe_user 32 64543 140736596902848 Login Button clicked
+2017-03-08 04:39:11,925 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:12,118 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:12,212 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:12,478 DEBUG api_user 92 64545 140736596902848 Moving to next test case
+2017-03-08 04:39:12,478 DEBUG api_user 169 64545 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4acb7454-0eca-4633-b8ad-790741357312/10bd07edb95349658701b8d3de047013
+2017-03-08 04:39:12,528 DEBUG api_user 172 64545 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:12,553 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:12,634 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:12,634 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:12,638 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:12,640 DEBUG db_general 102 64545 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:12,645 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:12,647 DEBUG db_general 102 64545 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:12,702 DEBUG test_detailed_view 25 64546 140736596902848 Add Deployment Target
+2017-03-08 04:39:12,724 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:13,066 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:13,124 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:13,236 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:13,411 DEBUG api_virtual_function 59 64545 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:13,411 DEBUG api_gitlab 192 64545 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b5b15063-9266-497f-8ee9-c4c2bf152799
+2017-03-08 04:39:13,485 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:13,485 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:13,556 DEBUG api_gitlab 210 64545 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:13,557 DEBUG fe_user 25 64545 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:13,557 DEBUG fe_user 26 64545 140736596902848 Insert Email
+2017-03-08 04:39:13,576 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:13,639 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:13,750 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:14,086 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:14,191 DEBUG test_detailed_view 27 64546 140736596902848 Add VFC no.1
+2017-03-08 04:39:14,263 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:14,444 DEBUG fe_user 28 64545 140736596902848 Insert Password
+2017-03-08 04:39:14,596 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:14,776 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:15,106 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:15,120 DEBUG fe_user 30 64545 140736596902848 Click Login Button
+2017-03-08 04:39:15,235 DEBUG fe_user 32 64545 140736596902848 Login Button clicked
+2017-03-08 04:39:15,243 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:15,288 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:15,616 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:15,759 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:15,834 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:16,137 DEBUG db_general 115 64543 140736596902848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-03-08 04:39:16,139 DEBUG db_general 127 64543 140736596902848 Query result: 2
+2017-03-08 04:39:16,143 DEBUG db_general 49 64543 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:39:16,166 DEBUG db_general 57 64543 140736596902848 Query result: 4
+2017-03-08 04:39:16,166 DEBUG fe_overview 41 64543 140736596902848 el_assigned_ns=
+2017-03-08 04:39:16,170 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:16,280 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_vf Where name = 'STUtBaj';
+2017-03-08 04:39:16,283 DEBUG db_general 127 64545 140736596902848 Query result: ee6308f8-e73f-4aa4-a114-5ca1eedef48d
+2017-03-08 04:39:16,286 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STUtBaj';
+2017-03-08 04:39:16,288 DEBUG db_general 127 64545 140736596902848 Query result: b5b15063-9266-497f-8ee9-c4c2bf152799
+2017-03-08 04:39:16,292 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STUtBaj';
+2017-03-08 04:39:16,295 DEBUG db_general 127 64545 140736596902848 Query result: b5b15063-9266-497f-8ee9-c4c2bf152799
+2017-03-08 04:39:16,299 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b5b15063-9266-497f-8ee9-c4c2bf152799';
+2017-03-08 04:39:16,303 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5355
+2017-03-08 04:39:16,308 DEBUG db_general 115 64545 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5355';
+2017-03-08 04:39:16,311 DEBUG db_general 127 64545 140736596902848 Query result: 1
+2017-03-08 04:39:16,318 DEBUG fe_checklist 50 64545 140736596902848 EL email: dd1122@att.com
+2017-03-08 04:39:16,321 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b5b15063-9266-497f-8ee9-c4c2bf152799';
+2017-03-08 04:39:16,324 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5355
+2017-03-08 04:39:16,480 DEBUG fe_detailed_view 116 64546 140736596902848 Add VFC no.2
+2017-03-08 04:39:16,582 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'b5b15063-9266-497f-8ee9-c4c2bf152799';
+2017-03-08 04:39:16,585 DEBUG db_general 127 64545 140736596902848 Query result: ["('cac0ffe6-a5b1-4a54-a9a7-2c69906d8c71", "('15fa3bb8-a3b1-47e7-af71-0addde238bff", "('9d6274b6-3971-4213-be1b-a6e95234e41e", "('2fc099a8-c4f4-49a6-a952-a94b8e19b79d"]
+2017-03-08 04:39:16,590 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:39:16,593 DEBUG logFuncEntry 34 64545 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:39:16,593 DEBUG logFuncEntry 34 64545 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:39:16,595 DEBUG logFuncEntry 34 64544 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:39:16,595 DEBUG logFuncEntry 34 64544 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:39:16,619 DEBUG test_ui_base 49 64544 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:39:16,620 DEBUG logFuncEntry 34 64544 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:39:16,620 DEBUG test_ui_base 49 64545 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:39:16,620 DEBUG test_ui_base 23 64544 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:39:16,620 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:39:16,620 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:39:18,630 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:18,869 DEBUG test_ui_base 33 64545 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:19,084 DEBUG test_ui_base 33 64544 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:19,149 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:19,661 DEBUG db_general 115 64546 140736596902848 Query : select uuid from ice_vf Where name = 'STnhRsM';
+2017-03-08 04:39:19,665 DEBUG db_general 127 64546 140736596902848 Query result: 96084de8-f3e0-4143-9e32-87ebdc842bfd
+2017-03-08 04:39:19,931 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:20,104 DEBUG api_user 92 64545 140736596902848 Moving to next test case
+2017-03-08 04:39:20,104 DEBUG api_user 169 64545 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8c8a9f9d-2149-4b67-bc5a-37c92e7d1676/bb8562e1151045b390f00f963688789b
+2017-03-08 04:39:20,139 DEBUG api_user 172 64545 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:20,249 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:20,250 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:20,253 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:20,255 DEBUG db_general 102 64545 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:20,259 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:20,260 DEBUG db_general 102 64545 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:20,261 DEBUG api_user 92 64544 140736596902848 Moving to next test case
+2017-03-08 04:39:20,261 DEBUG api_user 169 64544 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6f653dcf-da2e-49d1-98f4-73edffd0754b/6b6334454559479593c1490dcc26ce02
+2017-03-08 04:39:20,300 DEBUG api_user 172 64544 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:20,372 DEBUG api_user 110 64544 140736596902848 200 OK
+2017-03-08 04:39:20,372 DEBUG api_user 112 64544 140736596902848 Login successfully.
+2017-03-08 04:39:20,376 DEBUG db_general 91 64544 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:20,377 DEBUG db_general 102 64544 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:20,380 DEBUG db_general 91 64544 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:20,381 DEBUG db_general 102 64544 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:20,544 DEBUG logFuncEntry 34 64546 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:39:20,544 DEBUG logFuncEntry 34 64546 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:39:20,560 DEBUG test_ui_base 49 64546 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-03-08 04:39:20,561 DEBUG logFuncEntry 34 64546 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 04:39:20,561 DEBUG test_ui_base 23 64546 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-03-08 04:39:20,782 DEBUG api_virtual_function 59 64545 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:20,782 DEBUG api_gitlab 192 64545 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/261c2f6a-db2c-4afe-aaa6-35bcc85fd1d1
+2017-03-08 04:39:20,873 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:20,873 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:20,939 DEBUG api_gitlab 210 64545 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:20,940 DEBUG fe_user 25 64545 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:20,940 DEBUG fe_user 26 64545 140736596902848 Insert Email
+2017-03-08 04:39:20,957 DEBUG api_virtual_function 59 64544 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:20,957 DEBUG api_gitlab 192 64544 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0307b3ee-6289-4e80-afc3-8f0180cf45b9
+2017-03-08 04:39:21,041 DEBUG api_user 110 64544 140736596902848 200 OK
+2017-03-08 04:39:21,041 DEBUG api_user 112 64544 140736596902848 Login successfully.
+2017-03-08 04:39:21,092 DEBUG api_gitlab 210 64544 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:21,092 DEBUG fe_user 25 64544 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:21,092 DEBUG fe_user 26 64544 140736596902848 Insert Email
+2017-03-08 04:39:21,900 DEBUG fe_user 28 64545 140736596902848 Insert Password
+2017-03-08 04:39:22,061 DEBUG fe_user 28 64544 140736596902848 Insert Password
+2017-03-08 04:39:22,557 DEBUG fe_user 30 64545 140736596902848 Click Login Button
+2017-03-08 04:39:22,688 DEBUG fe_user 32 64545 140736596902848 Login Button clicked
+2017-03-08 04:39:22,695 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:22,729 DEBUG fe_user 30 64544 140736596902848 Click Login Button
+2017-03-08 04:39:22,770 DEBUG test_ui_base 33 64546 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:22,914 DEBUG fe_user 32 64544 140736596902848 Login Button clicked
+2017-03-08 04:39:22,921 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:23,215 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:23,449 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:23,764 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_vf Where name = 'STeRpLq';
+2017-03-08 04:39:23,766 DEBUG db_general 127 64545 140736596902848 Query result: 9dac9a0a-9789-4da2-84e7-d53dad3f7f2a
+2017-03-08 04:39:23,770 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STeRpLq';
+2017-03-08 04:39:23,773 DEBUG db_general 127 64545 140736596902848 Query result: 261c2f6a-db2c-4afe-aaa6-35bcc85fd1d1
+2017-03-08 04:39:23,776 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STeRpLq';
+2017-03-08 04:39:23,779 DEBUG db_general 127 64545 140736596902848 Query result: 261c2f6a-db2c-4afe-aaa6-35bcc85fd1d1
+2017-03-08 04:39:23,782 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '261c2f6a-db2c-4afe-aaa6-35bcc85fd1d1';
+2017-03-08 04:39:23,784 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5356
+2017-03-08 04:39:23,787 DEBUG db_general 115 64545 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5356';
+2017-03-08 04:39:23,789 DEBUG db_general 127 64545 140736596902848 Query result: 4409
+2017-03-08 04:39:23,799 DEBUG fe_checklist 50 64545 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-08 04:39:23,803 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '261c2f6a-db2c-4afe-aaa6-35bcc85fd1d1';
+2017-03-08 04:39:23,806 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5356
+2017-03-08 04:39:23,921 DEBUG logFuncEntry 34 64546 140736596902848 calling test_edit_ecomp_release_and_aic | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 04:39:24,037 DEBUG api_user 92 64546 140736596902848 Moving to next test case
+2017-03-08 04:39:24,038 DEBUG api_user 169 64546 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c68c726f-4663-4659-8e97-e10e161e19d7/8ba0cc2265dc42208d9b6e7053d98fc8
+2017-03-08 04:39:24,075 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '261c2f6a-db2c-4afe-aaa6-35bcc85fd1d1';
+2017-03-08 04:39:24,081 DEBUG db_general 127 64545 140736596902848 Query result: ["('d824e3bf-e708-47fa-bea5-c85ace37bdeb", "('a499d4ec-5c39-43a7-9f36-4772c82551ae", "('5d75b029-b035-4899-b26e-078b193d3a02", "('97b8ee59-7711-4132-9be3-d68b4972c215"]
+2017-03-08 04:39:24,087 DEBUG logFuncEntry 34 64545 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:39:24,087 DEBUG logFuncEntry 34 64545 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:39:24,087 DEBUG api_user 172 64546 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:24,105 DEBUG test_ui_base 49 64545 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-03-08 04:39:24,105 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:39:24,106 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-08 04:39:24,184 DEBUG api_user 110 64546 140736596902848 200 OK
+2017-03-08 04:39:24,185 DEBUG api_user 112 64546 140736596902848 Login successfully.
+2017-03-08 04:39:24,188 DEBUG db_general 91 64546 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:24,189 DEBUG db_general 102 64546 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:24,194 DEBUG db_general 91 64546 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:24,196 DEBUG db_general 102 64546 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:24,652 DEBUG api_virtual_function 59 64546 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:24,652 DEBUG api_gitlab 192 64546 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f14b3cb2-c88d-4dca-8db2-a5ea0806c8fa
+2017-03-08 04:39:24,732 DEBUG api_user 110 64546 140736596902848 200 OK
+2017-03-08 04:39:24,732 DEBUG api_user 112 64546 140736596902848 Login successfully.
+2017-03-08 04:39:24,782 DEBUG api_gitlab 210 64546 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:24,806 DEBUG fe_user 25 64546 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:24,807 DEBUG fe_user 26 64546 140736596902848 Insert Email
+2017-03-08 04:39:25,694 DEBUG fe_user 28 64546 140736596902848 Insert Password
+2017-03-08 04:39:26,239 DEBUG test_ui_base 33 64545 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:26,353 DEBUG fe_user 30 64546 140736596902848 Click Login Button
+2017-03-08 04:39:26,486 DEBUG fe_user 32 64546 140736596902848 Login Button clicked
+2017-03-08 04:39:26,494 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:27,009 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:27,067 ERROR test_dashboard_feature 62 64543 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You () not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:39:27,068 DEBUG logFuncEntry 34 64543 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:39:27,068 DEBUG logFuncEntry 34 64543 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:39:27,083 DEBUG test_ui_base 49 64543 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-03-08 04:39:27,084 DEBUG logFuncEntry 34 64543 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-03-08 04:39:27,084 DEBUG test_ui_base 23 64543 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-03-08 04:39:27,608 DEBUG api_user 92 64545 140736596902848 Moving to next test case
+2017-03-08 04:39:27,609 DEBUG api_user 169 64545 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/28038e4e-4991-4f4a-9f5c-1ac6e1d6124d/8c6fdfe12e30441fb59fd1f4f9db9268
+2017-03-08 04:39:27,663 DEBUG api_user 172 64545 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:27,764 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:27,765 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:27,770 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:27,771 DEBUG db_general 102 64545 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:27,776 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:27,777 DEBUG db_general 102 64545 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:28,491 DEBUG api_virtual_function 59 64545 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:28,491 DEBUG api_gitlab 192 64545 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3c7c9255-b1e3-4b97-b1ba-09540a235b97
+2017-03-08 04:39:28,608 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:28,608 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:28,687 DEBUG api_gitlab 210 64545 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:28,688 DEBUG fe_user 25 64545 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:28,688 DEBUG fe_user 26 64545 140736596902848 Insert Email
+2017-03-08 04:39:29,254 DEBUG test_ui_base 33 64543 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:29,325 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:29,396 DEBUG fe_general 34 64544 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:39:29,583 DEBUG fe_user 25 64544 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:29,584 DEBUG fe_user 26 64544 140736596902848 Insert Email
+2017-03-08 04:39:29,635 DEBUG fe_user 28 64545 140736596902848 Insert Password
+2017-03-08 04:39:29,843 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:30,301 DEBUG fe_user 30 64545 140736596902848 Click Login Button
+2017-03-08 04:39:30,316 DEBUG logFuncEntry 34 64543 140736596902848 calling test_search_engagement | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-03-08 04:39:30,383 DEBUG fe_user 28 64544 140736596902848 Insert Password
+2017-03-08 04:39:30,449 DEBUG fe_user 32 64545 140736596902848 Login Button clicked
+2017-03-08 04:39:30,455 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:30,462 DEBUG api_user 92 64543 140736596902848 Moving to next test case
+2017-03-08 04:39:30,462 DEBUG api_user 169 64543 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ba9636d1-7c88-4f58-b285-c634ab149ee4/c17188c9beb141b7907f2093790eab82
+2017-03-08 04:39:30,514 DEBUG api_user 172 64543 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:30,617 DEBUG api_user 110 64543 140736596902848 200 OK
+2017-03-08 04:39:30,618 DEBUG api_user 112 64543 140736596902848 Login successfully.
+2017-03-08 04:39:30,621 DEBUG db_general 91 64543 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:30,623 DEBUG db_general 102 64543 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:30,627 DEBUG db_general 91 64543 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:30,628 DEBUG db_general 102 64543 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:30,969 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:31,050 DEBUG fe_user 30 64544 140736596902848 Click Login Button
+2017-03-08 04:39:31,154 DEBUG fe_user 32 64544 140736596902848 Login Button clicked
+2017-03-08 04:39:31,159 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:31,499 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_vf Where name = 'STUf3KO';
+2017-03-08 04:39:31,504 DEBUG db_general 127 64545 140736596902848 Query result: bb19653d-3e16-4248-a5d3-66722a0ca70d
+2017-03-08 04:39:31,508 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STUf3KO';
+2017-03-08 04:39:31,512 DEBUG db_general 127 64545 140736596902848 Query result: 3c7c9255-b1e3-4b97-b1ba-09540a235b97
+2017-03-08 04:39:31,515 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STUf3KO';
+2017-03-08 04:39:31,520 DEBUG db_general 127 64545 140736596902848 Query result: 3c7c9255-b1e3-4b97-b1ba-09540a235b97
+2017-03-08 04:39:31,524 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '3c7c9255-b1e3-4b97-b1ba-09540a235b97';
+2017-03-08 04:39:31,528 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5359
+2017-03-08 04:39:31,533 DEBUG db_general 115 64545 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5359';
+2017-03-08 04:39:31,538 DEBUG db_general 127 64545 140736596902848 Query result: 588
+2017-03-08 04:39:31,547 DEBUG fe_checklist 50 64545 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-08 04:39:31,553 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '3c7c9255-b1e3-4b97-b1ba-09540a235b97';
+2017-03-08 04:39:31,557 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5359
+2017-03-08 04:39:31,598 DEBUG api_virtual_function 59 64543 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:31,599 DEBUG api_gitlab 192 64543 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e3e5bc7e-bac8-445f-a7b2-dab9709f8e47
+2017-03-08 04:39:31,718 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:31,727 DEBUG api_user 110 64543 140736596902848 200 OK
+2017-03-08 04:39:31,727 DEBUG api_user 112 64543 140736596902848 Login successfully.
+2017-03-08 04:39:31,793 DEBUG api_gitlab 210 64543 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:31,793 DEBUG test_dashboard_feature 68 64543 140736596902848 About to login with EL and add VFC
+2017-03-08 04:39:31,793 DEBUG fe_user 25 64543 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:31,794 DEBUG fe_user 26 64543 140736596902848 Insert Email
+2017-03-08 04:39:31,825 DEBUG logFuncEntry 34 64546 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 04:39:31,825 DEBUG logFuncEntry 34 64546 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 04:39:31,838 DEBUG test_ui_base 49 64546 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-03-08 04:39:31,839 DEBUG logFuncEntry 34 64546 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-08 04:39:31,839 DEBUG test_ui_base 23 64546 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-03-08 04:39:31,901 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '3c7c9255-b1e3-4b97-b1ba-09540a235b97';
+2017-03-08 04:39:31,905 DEBUG db_general 127 64545 140736596902848 Query result: ["('3c484591-266d-419f-ad0d-840fd8365d09", "('a6dffb63-865e-42ba-a2ad-b3e7393186f9", "('2840808b-3f26-4f99-bcef-0808569f34bf", "('3df6adc7-eab2-49ee-82ea-eec5c2b97519"]
+2017-03-08 04:39:31,912 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:39:31,913 DEBUG logFuncEntry 34 64545 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:39:31,913 DEBUG logFuncEntry 34 64545 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:39:31,930 DEBUG test_ui_base 49 64545 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-03-08 04:39:31,931 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:39:31,931 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-03-08 04:39:32,236 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:32,754 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:33,039 DEBUG fe_user 28 64543 140736596902848 Insert Password
+2017-03-08 04:39:33,270 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:33,785 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:33,801 DEBUG fe_user 30 64543 140736596902848 Click Login Button
+2017-03-08 04:39:33,996 DEBUG fe_user 32 64543 140736596902848 Login Button clicked
+2017-03-08 04:39:34,001 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:34,300 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:34,813 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:34,978 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:35,041 DEBUG test_ui_base 33 64546 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:35,150 DEBUG test_ui_base 33 64545 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:35,325 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:35,494 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:36,007 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:36,243 DEBUG logFuncEntry 34 64546 140736596902848 calling test_negative_role_for_deployment_targets | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-08 04:39:36,361 DEBUG api_user 92 64546 140736596902848 Moving to next test case
+2017-03-08 04:39:36,361 DEBUG api_user 169 64546 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/861c2533-1445-492c-b66a-b5506699a2a5/d9f148871b784976a36c7d80de3b0dc7
+2017-03-08 04:39:36,393 DEBUG api_user 172 64546 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:36,414 DEBUG api_user 92 64545 140736596902848 Moving to next test case
+2017-03-08 04:39:36,414 DEBUG api_user 169 64545 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/611afa2c-ebca-4482-87f0-f885fa7a6ff5/e2b626ffe8e1447e8334fff0dd9e65c1
+2017-03-08 04:39:36,452 DEBUG api_user 172 64545 140736596902848 APIUser activated successfully!
+2017-03-08 04:39:36,477 DEBUG api_user 110 64546 140736596902848 200 OK
+2017-03-08 04:39:36,477 DEBUG api_user 112 64546 140736596902848 Login successfully.
+2017-03-08 04:39:36,481 DEBUG db_general 91 64546 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:36,483 DEBUG db_general 102 64546 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:36,487 DEBUG db_general 91 64546 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:36,488 DEBUG db_general 102 64546 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:36,562 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:36,562 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:36,566 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:39:36,567 DEBUG db_general 102 64545 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:39:36,572 DEBUG db_general 91 64545 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:39:36,574 DEBUG db_general 102 64545 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:39:36,892 DEBUG api_virtual_function 59 64546 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:36,893 DEBUG api_gitlab 192 64546 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/59c9b5b4-8071-4f5b-b0ca-7e4a417641b3
+2017-03-08 04:39:36,931 DEBUG api_virtual_function 59 64545 140736596902848 Virtual Function created successfully!
+2017-03-08 04:39:36,932 DEBUG api_gitlab 192 64545 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b41a6c13-3542-4ba1-835a-539fa3069bbe
+2017-03-08 04:39:36,989 DEBUG api_user 110 64546 140736596902848 200 OK
+2017-03-08 04:39:36,989 DEBUG api_user 112 64546 140736596902848 Login successfully.
+2017-03-08 04:39:37,017 DEBUG api_user 110 64545 140736596902848 200 OK
+2017-03-08 04:39:37,017 DEBUG api_user 112 64545 140736596902848 Login successfully.
+2017-03-08 04:39:37,037 DEBUG api_gitlab 210 64546 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:37,037 DEBUG fe_general 34 64546 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:39:37,062 DEBUG api_gitlab 210 64545 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:39:37,062 DEBUG fe_user 25 64545 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:37,062 DEBUG fe_user 26 64545 140736596902848 Insert Email
+2017-03-08 04:39:37,070 DEBUG fe_detailed_view 154 64546 140736596902848 Login with user STGo3q7@intl.att.com
+2017-03-08 04:39:37,070 DEBUG fe_user 25 64546 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:37,070 DEBUG fe_user 26 64546 140736596902848 Insert Email
+2017-03-08 04:39:37,999 DEBUG fe_user 28 64545 140736596902848 Insert Password
+2017-03-08 04:39:38,009 DEBUG fe_user 28 64546 140736596902848 Insert Password
+2017-03-08 04:39:38,253 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:38,669 DEBUG fe_user 30 64546 140736596902848 Click Login Button
+2017-03-08 04:39:38,690 DEBUG fe_user 30 64545 140736596902848 Click Login Button
+2017-03-08 04:39:38,768 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:38,811 DEBUG fe_user 32 64545 140736596902848 Login Button clicked
+2017-03-08 04:39:38,812 DEBUG fe_user 32 64546 140736596902848 Login Button clicked
+2017-03-08 04:39:38,816 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:38,816 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:39,331 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:39,425 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:39,841 DEBUG wait 110 64545 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:39,942 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:40,365 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_vf Where name = 'STPFGhg';
+2017-03-08 04:39:40,368 DEBUG db_general 127 64545 140736596902848 Query result: 51bd608d-c3cf-436e-84f7-a2920b716656
+2017-03-08 04:39:40,371 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STPFGhg';
+2017-03-08 04:39:40,374 DEBUG db_general 127 64545 140736596902848 Query result: b41a6c13-3542-4ba1-835a-539fa3069bbe
+2017-03-08 04:39:40,378 DEBUG db_general 115 64545 140736596902848 Query : select engagement_id from ice_vf Where name = 'STPFGhg';
+2017-03-08 04:39:40,380 DEBUG db_general 127 64545 140736596902848 Query result: b41a6c13-3542-4ba1-835a-539fa3069bbe
+2017-03-08 04:39:40,383 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b41a6c13-3542-4ba1-835a-539fa3069bbe';
+2017-03-08 04:39:40,386 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5362
+2017-03-08 04:39:40,389 DEBUG db_general 115 64545 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5362';
+2017-03-08 04:39:40,392 DEBUG db_general 127 64545 140736596902848 Query result: 761
+2017-03-08 04:39:40,397 DEBUG fe_checklist 50 64545 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-08 04:39:40,401 DEBUG db_general 115 64545 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b41a6c13-3542-4ba1-835a-539fa3069bbe';
+2017-03-08 04:39:40,403 DEBUG db_general 127 64545 140736596902848 Query result: 2017-5362
+2017-03-08 04:39:40,451 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:40,631 DEBUG db_general 115 64545 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'b41a6c13-3542-4ba1-835a-539fa3069bbe';
+2017-03-08 04:39:40,634 DEBUG db_general 127 64545 140736596902848 Query result: ["('95fdd754-1a75-4965-8864-3db9e275f753", "('435e204c-dbbc-4998-b0e0-22c9540e8397", "('596ed0ea-3c24-4ce0-821f-bf9e3692b8c7", "('d17841f4-7c66-4ddb-a15d-3eca51c4e09a"]
+2017-03-08 04:39:40,638 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:39:40,640 DEBUG logFuncEntry 34 64545 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:39:40,640 DEBUG logFuncEntry 34 64545 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:39:40,655 DEBUG test_ui_base 49 64545 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+
+2017-03-08 04:39:40,656 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-03-08 04:39:40,656 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-03-08 04:39:40,971 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:41,194 DEBUG fe_general 34 64543 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:39:41,410 DEBUG fe_general 34 64544 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:39:41,422 DEBUG fe_dashboard 130 64543 140736596902848 Login with user STeAt62@intl.att.com
+2017-03-08 04:39:41,422 DEBUG fe_user 25 64543 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:41,422 DEBUG fe_user 26 64543 140736596902848 Insert Email
+2017-03-08 04:39:41,660 DEBUG fe_user 25 64544 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:39:41,661 DEBUG fe_user 26 64544 140736596902848 Insert Email
+2017-03-08 04:39:42,255 DEBUG fe_user 28 64543 140736596902848 Insert Password
+2017-03-08 04:39:42,549 DEBUG fe_user 28 64544 140736596902848 Insert Password
+2017-03-08 04:39:42,907 DEBUG fe_user 30 64543 140736596902848 Click Login Button
+2017-03-08 04:39:43,068 DEBUG fe_user 32 64543 140736596902848 Login Button clicked
+2017-03-08 04:39:43,080 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:43,198 DEBUG fe_user 30 64544 140736596902848 Click Login Button
+2017-03-08 04:39:43,404 DEBUG fe_user 32 64544 140736596902848 Login Button clicked
+2017-03-08 04:39:43,413 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:39:43,719 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:43,819 DEBUG test_ui_base 33 64545 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:39:43,857 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:43,934 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:44,237 DEBUG wait 110 64546 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:39:44,372 DEBUG wait 110 64543 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:44,448 DEBUG wait 110 64544 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:39:44,528 DEBUG logFuncEntry 34 64545 140736596902848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 04:39:44,529 DEBUG test_ui_base 23 64545 140736596902848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-03-08 04:43:31,329 DEBUG logFuncEntry 34 65078 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:43:31,329 DEBUG test_ui_base 23 65078 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:43:31,329 DEBUG logFuncEntry 34 65079 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:43:31,330 DEBUG test_ui_base 23 65079 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:43:31,331 DEBUG logFuncEntry 34 65080 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:43:31,331 DEBUG logFuncEntry 34 65077 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:43:31,331 DEBUG test_ui_base 23 65080 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:43:31,331 DEBUG test_ui_base 23 65077 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 04:43:33,540 DEBUG test_ui_base 33 65080 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:33,674 DEBUG test_ui_base 33 65077 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:33,696 DEBUG test_ui_base 33 65079 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:33,764 DEBUG test_ui_base 33 65078 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:34,867 DEBUG logFuncEntry 34 65080 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:43:34,900 DEBUG logFuncEntry 34 65077 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:43:35,026 DEBUG api_user 92 65080 140736596902848 Moving to next test case
+2017-03-08 04:43:35,026 DEBUG api_user 169 65080 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b4805fe4-d5c6-404f-8af0-f9c12557973f/249af3c4d2874610ac3b07abfe2a7b7d
+2017-03-08 04:43:35,045 DEBUG api_user 92 65077 140736596902848 Moving to next test case
+2017-03-08 04:43:35,046 DEBUG api_user 169 65077 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e23ac6bf-af9a-458d-9950-697ccebdb09c/0ec03879fd1a4f68b722edc8230a0816
+2017-03-08 04:43:35,073 DEBUG api_user 172 65080 140736596902848 APIUser activated successfully!
+2017-03-08 04:43:35,092 DEBUG api_user 92 65079 140736596902848 Moving to next test case
+2017-03-08 04:43:35,092 DEBUG api_user 169 65079 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/130755ea-0794-4bd4-8dbf-0a6a38e4360c/112f51b6f4684714898276b2d1f97a96
+2017-03-08 04:43:35,095 DEBUG api_user 172 65077 140736596902848 APIUser activated successfully!
+2017-03-08 04:43:35,118 DEBUG api_user 92 65078 140736596902848 Moving to next test case
+2017-03-08 04:43:35,119 DEBUG api_user 169 65078 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ca1050e3-3a04-4684-8e49-8dfb5dd9ff44/ae1a097fdd7a4f36a97ba5f5a062ad01
+2017-03-08 04:43:35,135 DEBUG api_user 172 65079 140736596902848 APIUser activated successfully!
+2017-03-08 04:43:35,159 DEBUG api_user 172 65078 140736596902848 APIUser activated successfully!
+2017-03-08 04:43:35,163 DEBUG api_user 110 65080 140736596902848 200 OK
+2017-03-08 04:43:35,163 DEBUG api_user 112 65080 140736596902848 Login successfully.
+2017-03-08 04:43:35,167 DEBUG db_general 91 65080 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:43:35,169 DEBUG db_general 102 65080 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:43:35,172 DEBUG db_general 91 65080 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:43:35,174 DEBUG db_general 102 65080 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:43:35,185 DEBUG api_user 110 65077 140736596902848 200 OK
+2017-03-08 04:43:35,185 DEBUG api_user 112 65077 140736596902848 Login successfully.
+2017-03-08 04:43:35,189 DEBUG db_general 91 65077 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:43:35,192 DEBUG db_general 102 65077 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:43:35,196 DEBUG db_general 91 65077 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:43:35,198 DEBUG db_general 102 65077 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:43:35,242 DEBUG api_user 110 65079 140736596902848 200 OK
+2017-03-08 04:43:35,242 DEBUG api_user 112 65079 140736596902848 Login successfully.
+2017-03-08 04:43:35,247 DEBUG db_general 91 65079 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:43:35,247 DEBUG api_user 110 65078 140736596902848 200 OK
+2017-03-08 04:43:35,248 DEBUG api_user 112 65078 140736596902848 Login successfully.
+2017-03-08 04:43:35,249 DEBUG db_general 102 65079 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:43:35,252 DEBUG db_general 91 65078 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:43:35,253 DEBUG db_general 91 65079 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:43:35,254 DEBUG db_general 102 65078 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:43:35,254 DEBUG db_general 102 65079 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:43:35,259 DEBUG db_general 91 65078 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:43:35,260 DEBUG db_general 102 65078 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:43:35,743 DEBUG api_virtual_function 59 65080 140736596902848 Virtual Function created successfully!
+2017-03-08 04:43:35,744 DEBUG api_gitlab 192 65080 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f1e305f0-e0c6-48dd-8983-27c6e566eba3
+2017-03-08 04:43:35,764 DEBUG api_virtual_function 59 65077 140736596902848 Virtual Function created successfully!
+2017-03-08 04:43:35,765 DEBUG api_gitlab 192 65077 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e34efe60-de00-495e-8614-1e131f251434
+2017-03-08 04:43:35,819 DEBUG api_user 110 65080 140736596902848 200 OK
+2017-03-08 04:43:35,819 DEBUG api_user 112 65080 140736596902848 Login successfully.
+2017-03-08 04:43:35,881 DEBUG api_virtual_function 59 65079 140736596902848 Virtual Function created successfully!
+2017-03-08 04:43:35,882 DEBUG api_gitlab 192 65079 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0154ad6a-1231-466b-a7cb-dfe5b29c8abd
+2017-03-08 04:43:35,883 DEBUG api_user 110 65077 140736596902848 200 OK
+2017-03-08 04:43:35,884 DEBUG api_user 112 65077 140736596902848 Login successfully.
+2017-03-08 04:43:35,884 DEBUG api_virtual_function 59 65078 140736596902848 Virtual Function created successfully!
+2017-03-08 04:43:35,884 DEBUG api_gitlab 192 65078 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/78f496f2-8e3c-4136-bbbe-1d59e34c5ee9
+2017-03-08 04:43:35,908 DEBUG api_gitlab 210 65080 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:43:35,908 DEBUG test_dashboard_feature 55 65080 140736596902848 Login with standard user STJpU6d@intl.att.com
+2017-03-08 04:43:35,908 DEBUG fe_user 25 65080 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:43:35,908 DEBUG fe_user 26 65080 140736596902848 Insert Email
+2017-03-08 04:43:35,939 DEBUG api_gitlab 210 65077 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:43:35,939 DEBUG fe_user 25 65077 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:43:35,940 DEBUG fe_user 26 65077 140736596902848 Insert Email
+2017-03-08 04:43:35,979 DEBUG api_user 110 65079 140736596902848 200 OK
+2017-03-08 04:43:35,979 DEBUG api_user 112 65079 140736596902848 Login successfully.
+2017-03-08 04:43:35,996 DEBUG api_user 110 65078 140736596902848 200 OK
+2017-03-08 04:43:35,996 DEBUG api_user 112 65078 140736596902848 Login successfully.
+2017-03-08 04:43:36,038 DEBUG api_gitlab 210 65079 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:43:36,039 DEBUG fe_user 25 65079 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:43:36,039 DEBUG fe_user 26 65079 140736596902848 Insert Email
+2017-03-08 04:43:36,054 DEBUG api_gitlab 210 65078 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:43:36,054 DEBUG fe_user 25 65078 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:43:36,055 DEBUG fe_user 26 65078 140736596902848 Insert Email
+2017-03-08 04:43:36,828 DEBUG fe_user 28 65080 140736596902848 Insert Password
+2017-03-08 04:43:36,871 DEBUG fe_user 28 65077 140736596902848 Insert Password
+2017-03-08 04:43:36,885 DEBUG fe_user 28 65078 140736596902848 Insert Password
+2017-03-08 04:43:36,950 DEBUG fe_user 28 65079 140736596902848 Insert Password
+2017-03-08 04:43:37,503 DEBUG fe_user 30 65080 140736596902848 Click Login Button
+2017-03-08 04:43:37,573 DEBUG fe_user 30 65077 140736596902848 Click Login Button
+2017-03-08 04:43:37,600 DEBUG fe_user 30 65078 140736596902848 Click Login Button
+2017-03-08 04:43:37,659 DEBUG fe_user 32 65080 140736596902848 Login Button clicked
+2017-03-08 04:43:37,668 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:43:37,688 DEBUG fe_user 30 65079 140736596902848 Click Login Button
+2017-03-08 04:43:37,762 DEBUG fe_user 32 65077 140736596902848 Login Button clicked
+2017-03-08 04:43:37,773 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:43:37,775 DEBUG fe_user 32 65078 140736596902848 Login Button clicked
+2017-03-08 04:43:37,783 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:43:37,902 DEBUG fe_user 32 65079 140736596902848 Login Button clicked
+2017-03-08 04:43:37,910 DEBUG wait 110 65079 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:43:38,388 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:38,733 DEBUG wait 110 65079 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:38,780 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:38,817 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:38,901 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,254 DEBUG wait 110 65079 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,292 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,328 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,413 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,777 DEBUG db_general 115 65079 140736596902848 Query : select engagement_id from ice_vf Where name = 'STPjoCV';
+2017-03-08 04:43:39,780 DEBUG db_general 127 65079 140736596902848 Query result: 0154ad6a-1231-466b-a7cb-dfe5b29c8abd
+2017-03-08 04:43:39,785 DEBUG db_general 115 65079 140736596902848 Query : select engagement_id from ice_vf Where name = 'STPjoCV';
+2017-03-08 04:43:39,787 DEBUG db_general 127 65079 140736596902848 Query result: 0154ad6a-1231-466b-a7cb-dfe5b29c8abd
+2017-03-08 04:43:39,791 DEBUG db_general 115 65079 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '0154ad6a-1231-466b-a7cb-dfe5b29c8abd';
+2017-03-08 04:43:39,794 DEBUG db_general 127 65079 140736596902848 Query result: 2017-5365
+2017-03-08 04:43:39,797 DEBUG db_general 115 65079 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5365';
+2017-03-08 04:43:39,801 DEBUG db_general 127 65079 140736596902848 Query result: 4409
+2017-03-08 04:43:39,803 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,810 DEBUG db_general 115 65079 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '0154ad6a-1231-466b-a7cb-dfe5b29c8abd';
+2017-03-08 04:43:39,813 DEBUG db_general 127 65079 140736596902848 Query result: 2017-5365
+2017-03-08 04:43:39,839 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:39,845 DEBUG wait 110 65079 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:40,058 DEBUG api_user 110 65080 140736596902848 200 OK
+2017-03-08 04:43:40,058 DEBUG api_user 112 65080 140736596902848 Login successfully.
+2017-03-08 04:43:40,058 DEBUG fe_user 156 65080 140736596902848 Adding new next step (via api) and assigning it to user STqs64W
+2017-03-08 04:43:40,058 DEBUG api_virtual_function 18 65080 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f1e305f0-e0c6-48dd-8983-27c6e566eba3/nextsteps
+2017-03-08 04:43:40,206 DEBUG api_virtual_function 32 65080 140736596902848 Next step was added to the engagement!
+2017-03-08 04:43:40,206 DEBUG fe_user 158 65080 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:43:40,313 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:40,351 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:40,826 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:40,866 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:41,103 DEBUG fe_user 160 65080 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:43:41,152 DEBUG db_general 115 65079 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '0154ad6a-1231-466b-a7cb-dfe5b29c8abd';
+2017-03-08 04:43:41,156 DEBUG db_general 127 65079 140736596902848 Query result: ["('dffadc65-8657-4ff3-b92c-e78f2fc29f13", "('21a0f2b6-0942-46a2-b35c-f2d3c7ae24ce", "('24ba0fe1-bde5-4931-acbd-12e41941a2f9", "('5691050d-40d7-4484-b770-bd8c3a2c54bd"]
+2017-03-08 04:43:41,165 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:43:41,168 DEBUG logFuncEntry 34 65079 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:43:41,168 DEBUG logFuncEntry 34 65079 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:43:41,191 DEBUG test_ui_base 49 65079 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:43:41,192 DEBUG logFuncEntry 34 65079 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:43:41,193 DEBUG test_ui_base 23 65079 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:43:41,266 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:41,346 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:41,383 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:41,780 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:41,874 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:41,906 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:42,327 DEBUG fe_dashboard 155 65080 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:43:42,354 DEBUG fe_dashboard 162 65080 140736596902848 > Check if creator of NS is the EL STdnVyU
+2017-03-08 04:43:42,399 DEBUG fe_overview 32 65080 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:43:42,422 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:42,943 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:43,263 DEBUG fe_general 34 65080 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:43:43,429 DEBUG fe_overview 36 65080 140736596902848 Login with EL user STnF2Xe@intl.att.com
+2017-03-08 04:43:43,429 DEBUG fe_user 25 65080 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:43:43,429 DEBUG fe_user 26 65080 140736596902848 Insert Email
+2017-03-08 04:43:43,467 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:43,987 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:44,284 DEBUG fe_user 28 65080 140736596902848 Insert Password
+2017-03-08 04:43:44,320 DEBUG test_ui_base 33 65079 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:44,501 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:44,650 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:44,913 DEBUG fe_user 30 65080 140736596902848 Click Login Button
+2017-03-08 04:43:45,012 DEBUG fe_user 32 65080 140736596902848 Login Button clicked
+2017-03-08 04:43:45,023 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:43:45,025 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:45,163 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:45,545 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:45,624 DEBUG api_user 92 65079 140736596902848 Moving to next test case
+2017-03-08 04:43:45,624 DEBUG api_user 169 65079 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e6313e7e-d78d-4679-9740-765726693b11/827af826193840c299169780158c42da
+2017-03-08 04:43:45,647 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:45,676 DEBUG api_user 172 65079 140736596902848 APIUser activated successfully!
+2017-03-08 04:43:45,743 DEBUG test_detailed_view 25 65077 140736596902848 Add Deployment Target
+2017-03-08 04:43:45,778 DEBUG api_user 110 65079 140736596902848 200 OK
+2017-03-08 04:43:45,779 DEBUG api_user 112 65079 140736596902848 Login successfully.
+2017-03-08 04:43:45,783 DEBUG db_general 91 65079 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:43:45,784 DEBUG db_general 102 65079 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:43:45,788 DEBUG db_general 91 65079 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:43:45,790 DEBUG db_general 102 65079 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:43:46,057 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:46,158 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:46,160 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:46,478 DEBUG api_virtual_function 59 65079 140736596902848 Virtual Function created successfully!
+2017-03-08 04:43:46,478 DEBUG api_gitlab 192 65079 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1bad043a-b58e-4445-b23a-df2aa356dbd0
+2017-03-08 04:43:46,561 DEBUG api_user 110 65079 140736596902848 200 OK
+2017-03-08 04:43:46,562 DEBUG api_user 112 65079 140736596902848 Login successfully.
+2017-03-08 04:43:46,569 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:46,623 DEBUG api_gitlab 210 65079 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:43:46,623 DEBUG fe_user 25 65079 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:43:46,623 DEBUG fe_user 26 65079 140736596902848 Insert Email
+2017-03-08 04:43:46,670 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:46,672 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:47,081 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:47,180 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:47,219 DEBUG test_detailed_view 27 65077 140736596902848 Add VFC no.1
+2017-03-08 04:43:47,522 DEBUG fe_user 28 65079 140736596902848 Insert Password
+2017-03-08 04:43:47,601 DEBUG wait 110 65078 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:47,692 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:48,197 DEBUG fe_user 30 65079 140736596902848 Click Login Button
+2017-03-08 04:43:48,217 DEBUG db_general 115 65080 140736596902848 Query : select id from ice_user_profile Where email = 'STnF2Xe@intl.att.com';
+2017-03-08 04:43:48,221 DEBUG db_general 127 65080 140736596902848 Query result: 761
+2017-03-08 04:43:48,226 DEBUG db_general 49 65080 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=761 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:43:48,249 DEBUG db_general 57 65080 140736596902848 Query result: 12
+2017-03-08 04:43:48,249 DEBUG fe_overview 41 65080 140736596902848 el_assigned_ns=1
+2017-03-08 04:43:48,254 DEBUG wait 110 65080 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:48,311 DEBUG fe_user 32 65079 140736596902848 Login Button clicked
+2017-03-08 04:43:48,317 DEBUG wait 110 65079 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:43:48,831 DEBUG wait 110 65079 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:43:48,883 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:48,973 DEBUG logFuncEntry 34 65078 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:43:48,973 DEBUG logFuncEntry 34 65078 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:43:48,988 DEBUG test_ui_base 49 65078 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:43:48,989 DEBUG logFuncEntry 34 65078 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:43:48,990 DEBUG test_ui_base 23 65078 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:43:49,352 DEBUG db_general 115 65079 140736596902848 Query : select uuid from ice_vf Where name = 'STFuIpz';
+2017-03-08 04:43:49,357 DEBUG db_general 127 65079 140736596902848 Query result: 1eabcf6b-8fff-4e8e-8874-435be8b36adb
+2017-03-08 04:43:49,360 DEBUG db_general 115 65079 140736596902848 Query : select engagement_id from ice_vf Where name = 'STFuIpz';
+2017-03-08 04:43:49,363 DEBUG db_general 127 65079 140736596902848 Query result: 1bad043a-b58e-4445-b23a-df2aa356dbd0
+2017-03-08 04:43:49,367 DEBUG db_general 115 65079 140736596902848 Query : select engagement_id from ice_vf Where name = 'STFuIpz';
+2017-03-08 04:43:49,369 DEBUG db_general 127 65079 140736596902848 Query result: 1bad043a-b58e-4445-b23a-df2aa356dbd0
+2017-03-08 04:43:49,372 DEBUG db_general 115 65079 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '1bad043a-b58e-4445-b23a-df2aa356dbd0';
+2017-03-08 04:43:49,374 DEBUG db_general 127 65079 140736596902848 Query result: 2017-5367
+2017-03-08 04:43:49,377 DEBUG db_general 115 65079 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5367';
+2017-03-08 04:43:49,379 DEBUG db_general 127 65079 140736596902848 Query result: 761
+2017-03-08 04:43:49,386 DEBUG fe_checklist 50 65079 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-08 04:43:49,390 DEBUG db_general 115 65079 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '1bad043a-b58e-4445-b23a-df2aa356dbd0';
+2017-03-08 04:43:49,393 DEBUG db_general 127 65079 140736596902848 Query result: 2017-5367
+2017-03-08 04:43:49,538 DEBUG fe_detailed_view 116 65077 140736596902848 Add VFC no.2
+2017-03-08 04:43:49,698 DEBUG db_general 115 65079 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '1bad043a-b58e-4445-b23a-df2aa356dbd0';
+2017-03-08 04:43:49,704 DEBUG db_general 127 65079 140736596902848 Query result: ["('c39432a1-73eb-4831-9acf-1d21116b1684", "('fe5e1518-3d88-48e6-918e-4d884d008532", "('01d221dc-a71a-41fb-b181-1e7f01bff635", "('21f1bb43-4e21-4139-8c7b-17f0818c2cda"]
+2017-03-08 04:43:49,708 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:43:49,710 DEBUG logFuncEntry 34 65079 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:43:49,711 DEBUG logFuncEntry 34 65079 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:43:49,728 DEBUG test_ui_base 49 65079 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:43:49,729 DEBUG logFuncEntry 34 65079 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:43:49,729 DEBUG test_ui_base 23 65079 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:43:51,293 DEBUG test_ui_base 33 65078 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:51,676 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:52,177 DEBUG test_ui_base 33 65079 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:43:52,190 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:52,534 DEBUG api_user 92 65078 140736596902848 Moving to next test case
+2017-03-08 04:43:52,534 DEBUG api_user 169 65078 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3faec8dd-2a56-4b33-83d2-2060238d6386/692dff01c17a40ee8ab7cc0daeecfde0
+2017-03-08 04:43:52,566 DEBUG api_user 172 65078 140736596902848 APIUser activated successfully!
+2017-03-08 04:43:52,638 DEBUG api_user 110 65078 140736596902848 200 OK
+2017-03-08 04:43:52,638 DEBUG api_user 112 65078 140736596902848 Login successfully.
+2017-03-08 04:43:52,642 DEBUG db_general 91 65078 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:43:52,643 DEBUG db_general 102 65078 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:43:52,646 DEBUG db_general 91 65078 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:43:52,648 DEBUG db_general 102 65078 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:43:52,701 DEBUG db_general 115 65077 140736596902848 Query : select uuid from ice_vf Where name = 'STPfAke';
+2017-03-08 04:43:52,705 DEBUG db_general 127 65077 140736596902848 Query result: 1eced5e1-3327-42c8-a44e-e5b3c2addff7
+2017-03-08 04:43:52,899 DEBUG wait 110 65077 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:43:53,053 DEBUG api_virtual_function 59 65078 140736596902848 Virtual Function created successfully!
+2017-03-08 04:43:53,054 DEBUG api_gitlab 192 65078 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1486303e-4b4e-4376-9c83-56349b867b2c
+2017-03-08 04:43:53,120 DEBUG logFuncEntry 34 65079 140736596902848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 04:43:53,120 DEBUG test_ui_base 23 65079 140736596902848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-03-08 04:45:29,551 DEBUG test_signal_base 19 65326 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 04:45:29,552 DEBUG test_signal_base 19 65327 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:45:29,552 DEBUG logFuncEntry 34 65326 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:45:29,552 DEBUG logFuncEntry 34 65327 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:45:29,552 DEBUG logFuncEntry 34 65328 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:45:29,553 DEBUG test_ui_base 23 65328 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:45:29,553 DEBUG logFuncEntry 34 65325 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:45:29,554 DEBUG test_ui_base 23 65325 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:45:29,554 DEBUG test_signal_base 19 65327 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:45:29,554 DEBUG logFuncEntry 34 65327 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:45:29,554 DEBUG test_signal_base 19 65327 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:45:29,555 DEBUG logFuncEntry 34 65327 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:45:29,555 DEBUG logFuncEntry 34 65326 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:45:29,555 DEBUG test_ui_base 23 65326 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:45:29,555 DEBUG test_signal_base 19 65327 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:45:29,555 DEBUG logFuncEntry 34 65327 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:45:29,556 DEBUG test_signal_base 19 65327 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:45:29,556 DEBUG logFuncEntry 34 65327 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:45:29,557 DEBUG logFuncEntry 34 65327 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:45:29,558 DEBUG test_ui_base 23 65327 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 04:45:31,723 DEBUG test_ui_base 33 65326 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:45:31,816 DEBUG test_ui_base 33 65327 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:45:31,854 DEBUG test_ui_base 33 65328 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:45:31,958 DEBUG test_ui_base 33 65325 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:45:32,942 DEBUG logFuncEntry 34 65326 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:45:33,041 DEBUG logFuncEntry 34 65327 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:45:33,080 DEBUG api_user 92 65326 140736596902848 Moving to next test case
+2017-03-08 04:45:33,080 DEBUG api_user 169 65326 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cf2f15e5-0d36-4a3e-aabc-4631c68238b3/83641ef2dc9746eca15bad8b6ed35c8b
+2017-03-08 04:45:33,133 DEBUG api_user 172 65326 140736596902848 APIUser activated successfully!
+2017-03-08 04:45:33,200 DEBUG api_user 92 65327 140736596902848 Moving to next test case
+2017-03-08 04:45:33,200 DEBUG api_user 169 65327 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/9a336aa7-fb72-40c1-8686-0bdb4d5875e9/dd78836aaa65493d8837dbc49eb48a8c
+2017-03-08 04:45:33,245 DEBUG api_user 110 65326 140736596902848 200 OK
+2017-03-08 04:45:33,246 DEBUG api_user 112 65326 140736596902848 Login successfully.
+2017-03-08 04:45:33,250 DEBUG api_user 172 65327 140736596902848 APIUser activated successfully!
+2017-03-08 04:45:33,252 DEBUG db_general 91 65326 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:45:33,254 DEBUG db_general 102 65326 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:45:33,258 DEBUG db_general 91 65326 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:45:33,260 DEBUG db_general 102 65326 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:45:33,292 DEBUG api_user 92 65325 140736596902848 Moving to next test case
+2017-03-08 04:45:33,293 DEBUG api_user 169 65325 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/95d0157c-ce85-4cc5-9f5e-e1eec859e17b/c8b03042493a471a831187b85359bc3a
+2017-03-08 04:45:33,336 DEBUG api_user 92 65328 140736596902848 Moving to next test case
+2017-03-08 04:45:33,337 DEBUG api_user 169 65328 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/31dd74e4-53b1-4004-baf9-5c32a40d2637/f5ff26e2965742c8a03acde0251612ad
+2017-03-08 04:45:33,341 DEBUG api_user 172 65325 140736596902848 APIUser activated successfully!
+2017-03-08 04:45:33,352 DEBUG api_user 110 65327 140736596902848 200 OK
+2017-03-08 04:45:33,352 DEBUG api_user 112 65327 140736596902848 Login successfully.
+2017-03-08 04:45:33,356 DEBUG db_general 91 65327 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:45:33,357 DEBUG db_general 102 65327 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:45:33,361 DEBUG db_general 91 65327 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:45:33,363 DEBUG db_general 102 65327 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:45:33,374 DEBUG api_user 172 65328 140736596902848 APIUser activated successfully!
+2017-03-08 04:45:33,440 DEBUG api_user 110 65325 140736596902848 200 OK
+2017-03-08 04:45:33,440 DEBUG api_user 112 65325 140736596902848 Login successfully.
+2017-03-08 04:45:33,444 DEBUG db_general 91 65325 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:45:33,446 DEBUG db_general 102 65325 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:45:33,449 DEBUG db_general 91 65325 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:45:33,450 DEBUG db_general 102 65325 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:45:33,454 DEBUG api_user 110 65328 140736596902848 200 OK
+2017-03-08 04:45:33,454 DEBUG api_user 112 65328 140736596902848 Login successfully.
+2017-03-08 04:45:33,459 DEBUG db_general 91 65328 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:45:33,461 DEBUG db_general 102 65328 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:45:33,464 DEBUG db_general 91 65328 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:45:33,466 DEBUG db_general 102 65328 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:45:33,906 DEBUG api_virtual_function 59 65326 140736596902848 Virtual Function created successfully!
+2017-03-08 04:45:33,906 DEBUG api_gitlab 192 65326 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/65a19a81-2cff-4a1e-b3ae-03792ead2021
+2017-03-08 04:45:33,992 DEBUG api_user 110 65326 140736596902848 200 OK
+2017-03-08 04:45:33,992 DEBUG api_user 112 65326 140736596902848 Login successfully.
+2017-03-08 04:45:34,008 DEBUG api_virtual_function 59 65327 140736596902848 Virtual Function created successfully!
+2017-03-08 04:45:34,009 DEBUG api_gitlab 192 65327 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/db09d706-197b-4d89-ad00-aa30075d7510
+2017-03-08 04:45:34,103 DEBUG api_gitlab 210 65326 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:45:34,104 DEBUG test_dashboard_feature 55 65326 140736596902848 Login with standard user STa9uF7@intl.att.com
+2017-03-08 04:45:34,104 DEBUG fe_user 25 65326 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:45:34,104 DEBUG fe_user 26 65326 140736596902848 Insert Email
+2017-03-08 04:45:34,113 DEBUG api_virtual_function 59 65328 140736596902848 Virtual Function created successfully!
+2017-03-08 04:45:34,114 DEBUG api_gitlab 192 65328 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/15053f6f-a50a-4373-9e9b-deb3c074c572
+2017-03-08 04:45:34,129 DEBUG api_virtual_function 59 65325 140736596902848 Virtual Function created successfully!
+2017-03-08 04:45:34,129 DEBUG api_gitlab 192 65325 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fbb3e526-9ea5-4077-af41-151f6051f923
+2017-03-08 04:45:34,143 DEBUG api_user 110 65327 140736596902848 200 OK
+2017-03-08 04:45:34,143 DEBUG api_user 112 65327 140736596902848 Login successfully.
+2017-03-08 04:45:34,196 DEBUG api_gitlab 210 65327 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:45:34,196 DEBUG fe_user 25 65327 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:45:34,197 DEBUG fe_user 26 65327 140736596902848 Insert Email
+2017-03-08 04:45:34,216 DEBUG api_user 110 65328 140736596902848 200 OK
+2017-03-08 04:45:34,216 DEBUG api_user 112 65328 140736596902848 Login successfully.
+2017-03-08 04:45:34,230 DEBUG api_user 110 65325 140736596902848 200 OK
+2017-03-08 04:45:34,230 DEBUG api_user 112 65325 140736596902848 Login successfully.
+2017-03-08 04:45:34,283 DEBUG api_gitlab 210 65328 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:45:34,284 DEBUG fe_user 25 65328 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:45:34,284 DEBUG fe_user 26 65328 140736596902848 Insert Email
+2017-03-08 04:45:34,306 DEBUG api_gitlab 210 65325 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:45:34,306 DEBUG fe_user 25 65325 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:45:34,307 DEBUG fe_user 26 65325 140736596902848 Insert Email
+2017-03-08 04:45:35,077 DEBUG fe_user 28 65326 140736596902848 Insert Password
+2017-03-08 04:45:35,148 DEBUG fe_user 28 65327 140736596902848 Insert Password
+2017-03-08 04:45:35,171 DEBUG fe_user 28 65328 140736596902848 Insert Password
+2017-03-08 04:45:35,250 DEBUG fe_user 28 65325 140736596902848 Insert Password
+2017-03-08 04:45:35,743 DEBUG fe_user 30 65326 140736596902848 Click Login Button
+2017-03-08 04:45:35,845 DEBUG fe_user 30 65328 140736596902848 Click Login Button
+2017-03-08 04:45:35,845 DEBUG fe_user 30 65327 140736596902848 Click Login Button
+2017-03-08 04:45:35,889 DEBUG fe_user 32 65326 140736596902848 Login Button clicked
+2017-03-08 04:45:35,896 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:45:35,940 DEBUG fe_user 30 65325 140736596902848 Click Login Button
+2017-03-08 04:45:36,010 DEBUG fe_user 32 65328 140736596902848 Login Button clicked
+2017-03-08 04:45:36,012 DEBUG fe_user 32 65327 140736596902848 Login Button clicked
+2017-03-08 04:45:36,019 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:45:36,020 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:45:36,110 DEBUG fe_user 32 65325 140736596902848 Login Button clicked
+2017-03-08 04:45:36,119 DEBUG wait 110 65325 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:45:36,514 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:36,975 DEBUG wait 110 65325 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:36,977 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:37,010 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:37,066 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:37,487 DEBUG wait 110 65325 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:37,491 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:37,521 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:37,578 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:38,001 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:38,011 DEBUG db_general 115 65325 140736596902848 Query : select engagement_id from ice_vf Where name = 'STOYN0e';
+2017-03-08 04:45:38,014 DEBUG db_general 127 65325 140736596902848 Query result: fbb3e526-9ea5-4077-af41-151f6051f923
+2017-03-08 04:45:38,017 DEBUG db_general 115 65325 140736596902848 Query : select engagement_id from ice_vf Where name = 'STOYN0e';
+2017-03-08 04:45:38,019 DEBUG db_general 127 65325 140736596902848 Query result: fbb3e526-9ea5-4077-af41-151f6051f923
+2017-03-08 04:45:38,023 DEBUG db_general 115 65325 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fbb3e526-9ea5-4077-af41-151f6051f923';
+2017-03-08 04:45:38,025 DEBUG db_general 127 65325 140736596902848 Query result: 2017-5371
+2017-03-08 04:45:38,029 DEBUG db_general 115 65325 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5371';
+2017-03-08 04:45:38,031 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:38,033 DEBUG db_general 127 65325 140736596902848 Query result: 625
+2017-03-08 04:45:38,041 DEBUG db_general 115 65325 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fbb3e526-9ea5-4077-af41-151f6051f923';
+2017-03-08 04:45:38,043 DEBUG db_general 127 65325 140736596902848 Query result: 2017-5371
+2017-03-08 04:45:38,073 DEBUG wait 110 65325 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:38,214 DEBUG api_user 110 65326 140736596902848 200 OK
+2017-03-08 04:45:38,214 DEBUG api_user 112 65326 140736596902848 Login successfully.
+2017-03-08 04:45:38,215 DEBUG fe_user 156 65326 140736596902848 Adding new next step (via api) and assigning it to user STaQ4NJ
+2017-03-08 04:45:38,215 DEBUG api_virtual_function 18 65326 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/65a19a81-2cff-4a1e-b3ae-03792ead2021/nextsteps
+2017-03-08 04:45:38,319 DEBUG api_virtual_function 32 65326 140736596902848 Next step was added to the engagement!
+2017-03-08 04:45:38,319 DEBUG fe_user 158 65326 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:45:38,543 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:39,059 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:39,319 DEBUG fe_user 160 65326 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:45:39,328 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:39,407 DEBUG db_general 115 65325 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'fbb3e526-9ea5-4077-af41-151f6051f923';
+2017-03-08 04:45:39,411 DEBUG db_general 127 65325 140736596902848 Query result: ["('1775481d-5676-4b68-9f0f-e88654a81827", "('aeddbf92-60c0-488f-8be2-0ca4573206af", "('2360e7d2-ad4a-46c7-bc0b-c2f2f510d1e3", "('23f4ee86-3aa8-48d7-8137-45a3323bcb28"]
+2017-03-08 04:45:39,419 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:45:39,421 DEBUG logFuncEntry 34 65325 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:45:39,421 DEBUG logFuncEntry 34 65325 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:45:39,436 DEBUG test_ui_base 49 65325 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:45:39,437 DEBUG logFuncEntry 34 65325 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:45:39,437 DEBUG test_ui_base 23 65325 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:45:39,575 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:39,844 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:40,102 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:40,403 DEBUG fe_dashboard 155 65326 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:45:40,440 DEBUG fe_dashboard 162 65326 140736596902848 > Check if creator of NS is the EL STwSpHL
+2017-03-08 04:45:40,588 DEBUG fe_overview 32 65326 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:45:40,671 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:41,187 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:41,369 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:41,537 DEBUG fe_general 34 65326 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:45:41,704 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:41,737 DEBUG fe_overview 36 65326 140736596902848 Login with EL user STPfCHv@intl.att.com
+2017-03-08 04:45:41,738 DEBUG fe_user 25 65326 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:45:41,738 DEBUG fe_user 26 65326 140736596902848 Insert Email
+2017-03-08 04:45:41,887 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:42,228 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:42,478 DEBUG test_detailed_view 25 65327 140736596902848 Add Deployment Target
+2017-03-08 04:45:42,548 DEBUG fe_user 28 65326 140736596902848 Insert Password
+2017-03-08 04:45:42,580 DEBUG test_ui_base 33 65325 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:45:42,742 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:42,957 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:43,214 DEBUG fe_user 30 65326 140736596902848 Click Login Button
+2017-03-08 04:45:43,271 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:43,320 DEBUG fe_user 32 65326 140736596902848 Login Button clicked
+2017-03-08 04:45:43,335 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:45:43,472 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:43,786 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:44,026 DEBUG api_user 92 65325 140736596902848 Moving to next test case
+2017-03-08 04:45:44,026 DEBUG api_user 169 65325 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4ea7df90-15da-43f5-81f6-8114d2de874b/286133cb807e4fcbb696764f391b8f19
+2017-03-08 04:45:44,029 DEBUG test_detailed_view 27 65327 140736596902848 Add VFC no.1
+2017-03-08 04:45:44,045 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:44,087 DEBUG api_user 172 65325 140736596902848 APIUser activated successfully!
+2017-03-08 04:45:44,186 DEBUG api_user 110 65325 140736596902848 200 OK
+2017-03-08 04:45:44,187 DEBUG api_user 112 65325 140736596902848 Login successfully.
+2017-03-08 04:45:44,192 DEBUG db_general 91 65325 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:45:44,195 DEBUG db_general 102 65325 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:45:44,198 DEBUG db_general 91 65325 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:45:44,201 DEBUG db_general 102 65325 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:45:44,300 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:44,556 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:44,712 DEBUG api_virtual_function 59 65325 140736596902848 Virtual Function created successfully!
+2017-03-08 04:45:44,712 DEBUG api_gitlab 192 65325 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/689db4f4-01ef-4a80-9282-6e184edfeb4b
+2017-03-08 04:45:44,794 DEBUG api_user 110 65325 140736596902848 200 OK
+2017-03-08 04:45:44,794 DEBUG api_user 112 65325 140736596902848 Login successfully.
+2017-03-08 04:45:44,811 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:44,865 DEBUG api_gitlab 210 65325 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:45:44,865 DEBUG fe_user 25 65325 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:45:44,865 DEBUG fe_user 26 65325 140736596902848 Insert Email
+2017-03-08 04:45:45,070 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:45,324 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:45,583 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:45,702 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:45,838 DEBUG wait 110 65328 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:45,913 DEBUG fe_user 28 65325 140736596902848 Insert Password
+2017-03-08 04:45:46,094 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:46,334 DEBUG fe_detailed_view 116 65327 140736596902848 Add VFC no.2
+2017-03-08 04:45:46,574 DEBUG fe_user 30 65325 140736596902848 Click Login Button
+2017-03-08 04:45:46,614 DEBUG db_general 115 65326 140736596902848 Query : select id from ice_user_profile Where email = 'STPfCHv@intl.att.com';
+2017-03-08 04:45:46,617 DEBUG db_general 127 65326 140736596902848 Query result: 588
+2017-03-08 04:45:46,621 DEBUG db_general 49 65326 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=588 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:45:46,639 DEBUG db_general 57 65326 140736596902848 Query result: 16
+2017-03-08 04:45:46,639 DEBUG fe_overview 41 65326 140736596902848 el_assigned_ns=1
+2017-03-08 04:45:46,644 DEBUG wait 110 65326 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:46,691 DEBUG fe_user 32 65325 140736596902848 Login Button clicked
+2017-03-08 04:45:46,697 DEBUG wait 110 65325 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:45:47,207 DEBUG logFuncEntry 34 65328 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:45:47,208 DEBUG logFuncEntry 34 65328 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:45:47,210 DEBUG wait 110 65325 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:45:47,228 DEBUG test_ui_base 49 65328 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:45:47,229 DEBUG logFuncEntry 34 65328 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:45:47,229 DEBUG test_ui_base 23 65328 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:45:47,737 DEBUG db_general 115 65325 140736596902848 Query : select uuid from ice_vf Where name = 'STwmnPI';
+2017-03-08 04:45:47,741 DEBUG db_general 127 65325 140736596902848 Query result: f5186e07-32e0-4db2-9ee1-f643d5499f6e
+2017-03-08 04:45:47,747 DEBUG db_general 115 65325 140736596902848 Query : select engagement_id from ice_vf Where name = 'STwmnPI';
+2017-03-08 04:45:47,750 DEBUG db_general 127 65325 140736596902848 Query result: 689db4f4-01ef-4a80-9282-6e184edfeb4b
+2017-03-08 04:45:47,754 DEBUG db_general 115 65325 140736596902848 Query : select engagement_id from ice_vf Where name = 'STwmnPI';
+2017-03-08 04:45:47,757 DEBUG db_general 127 65325 140736596902848 Query result: 689db4f4-01ef-4a80-9282-6e184edfeb4b
+2017-03-08 04:45:47,762 DEBUG db_general 115 65325 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '689db4f4-01ef-4a80-9282-6e184edfeb4b';
+2017-03-08 04:45:47,767 DEBUG db_general 127 65325 140736596902848 Query result: 2017-5373
+2017-03-08 04:45:47,775 DEBUG db_general 115 65325 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5373';
+2017-03-08 04:45:47,778 DEBUG db_general 127 65325 140736596902848 Query result: 761
+2017-03-08 04:45:47,784 DEBUG fe_checklist 50 65325 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-08 04:45:47,788 DEBUG db_general 115 65325 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '689db4f4-01ef-4a80-9282-6e184edfeb4b';
+2017-03-08 04:45:47,791 DEBUG db_general 127 65325 140736596902848 Query result: 2017-5373
+2017-03-08 04:45:48,080 DEBUG db_general 115 65325 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '689db4f4-01ef-4a80-9282-6e184edfeb4b';
+2017-03-08 04:45:48,086 DEBUG db_general 127 65325 140736596902848 Query result: ["('66974d0d-130d-432f-938b-8e6e7b5a9db2", "('a739f942-db03-4bb4-aa3c-7b81850aa521", "('9cad5c28-a64a-4bc5-a015-4a57988bc7dd", "('16971778-14df-4086-ab43-6d61b2af4c2d"]
+2017-03-08 04:45:48,091 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:45:48,092 DEBUG logFuncEntry 34 65325 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:45:48,093 DEBUG logFuncEntry 34 65325 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:45:48,109 DEBUG test_ui_base 49 65325 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:45:48,110 DEBUG logFuncEntry 34 65325 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:45:48,110 DEBUG test_ui_base 23 65325 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:45:48,442 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:48,960 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:49,471 DEBUG db_general 115 65327 140736596902848 Query : select uuid from ice_vf Where name = 'ST95qTR';
+2017-03-08 04:45:49,476 DEBUG db_general 127 65327 140736596902848 Query result: 09946498-85b9-4072-887a-71c0e602687f
+2017-03-08 04:45:49,621 DEBUG test_ui_base 33 65328 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:45:49,629 DEBUG wait 110 65327 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:45:49,831 DEBUG logFuncEntry 34 65328 140736596902848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 04:45:49,832 DEBUG test_ui_base 23 65328 140736596902848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-03-08 04:50:51,611 DEBUG test_signal_base 28 65618 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 04:50:51,611 DEBUG test_signal_base 28 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:50:51,611 DEBUG logFuncEntry 34 65618 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:50:51,611 DEBUG logFuncEntry 34 65620 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:50:51,612 DEBUG test_checklist_signal 25 65618 140736596902848 Local environment, skipping test...
+2017-03-08 04:50:51,612 DEBUG logFuncEntry 34 65619 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:50:51,612 DEBUG logFuncEntry 34 65617 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:50:51,613 DEBUG test_ui_base 23 65617 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:50:51,613 DEBUG test_git_signal 124 65619 140736596902848 Local environment, skipping test...
+2017-03-08 04:50:51,613 DEBUG test_ui_base 23 65620 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:50:51,613 DEBUG logFuncEntry 34 65618 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:50:51,614 DEBUG logFuncEntry 34 65619 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:50:51,627 DEBUG test_signal_base 39 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:50:51,627 DEBUG test_signal_base 28 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:50:51,627 DEBUG logFuncEntry 34 65619 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:50:51,627 DEBUG test_git_signal 24 65619 140736596902848 Local environment, skipping test...
+2017-03-08 04:50:51,627 DEBUG logFuncEntry 34 65619 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:50:51,632 DEBUG test_signal_base 39 65618 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-08 04:50:51,634 DEBUG logFuncEntry 34 65618 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:50:51,634 DEBUG test_ui_base 23 65618 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:50:51,638 DEBUG test_signal_base 39 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:50:51,639 DEBUG test_signal_base 28 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:50:51,639 DEBUG logFuncEntry 34 65619 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:50:51,639 DEBUG test_git_signal 95 65619 140736596902848 Local environment, skipping test...
+2017-03-08 04:50:51,639 DEBUG logFuncEntry 34 65619 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:50:51,651 DEBUG test_signal_base 39 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:50:51,652 DEBUG test_signal_base 28 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:50:51,652 DEBUG logFuncEntry 34 65619 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:50:51,652 DEBUG test_git_signal 73 65619 140736596902848 Local environment, skipping test...
+2017-03-08 04:50:51,652 DEBUG logFuncEntry 34 65619 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:50:51,664 DEBUG test_signal_base 39 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:50:51,664 DEBUG test_signal_base 28 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:50:51,665 DEBUG logFuncEntry 34 65619 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:50:51,665 DEBUG test_git_signal 51 65619 140736596902848 Local environment, skipping test...
+2017-03-08 04:50:51,665 DEBUG logFuncEntry 34 65619 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:50:51,677 DEBUG test_signal_base 39 65619 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:50:51,679 DEBUG logFuncEntry 34 65619 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:50:51,679 DEBUG test_ui_base 23 65619 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 04:50:53,793 DEBUG test_ui_base 33 65618 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:50:53,840 DEBUG test_ui_base 33 65617 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:50:53,953 DEBUG test_ui_base 33 65620 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:50:54,043 DEBUG test_ui_base 33 65619 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:50:55,012 DEBUG logFuncEntry 34 65618 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:50:55,150 DEBUG api_user 92 65617 140736596902848 Moving to next test case
+2017-03-08 04:50:55,151 DEBUG api_user 169 65617 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6ac0f5b8-d6f5-4894-9c14-aa8c14400d07/ee20be41ecaa431cb2916b496d93b580
+2017-03-08 04:50:55,152 DEBUG api_user 92 65618 140736596902848 Moving to next test case
+2017-03-08 04:50:55,152 DEBUG api_user 169 65618 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/688c8ced-8880-490b-8e78-0ce09d66e30c/d4036b9a2a35415a86eecdea11b7b03d
+2017-03-08 04:50:55,180 DEBUG logFuncEntry 34 65619 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:50:55,202 DEBUG api_user 172 65617 140736596902848 APIUser activated successfully!
+2017-03-08 04:50:55,218 DEBUG api_user 172 65618 140736596902848 APIUser activated successfully!
+2017-03-08 04:50:55,317 DEBUG api_user 110 65617 140736596902848 200 OK
+2017-03-08 04:50:55,317 DEBUG api_user 112 65617 140736596902848 Login successfully.
+2017-03-08 04:50:55,318 DEBUG api_user 92 65619 140736596902848 Moving to next test case
+2017-03-08 04:50:55,318 DEBUG api_user 169 65619 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2de91271-b8a8-425e-b309-7a0cd50031c2/bb64f99690764c17841d75820ac9c6af
+2017-03-08 04:50:55,321 DEBUG db_general 91 65617 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:50:55,323 DEBUG db_general 102 65617 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:50:55,326 DEBUG db_general 91 65617 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:50:55,327 DEBUG db_general 102 65617 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:50:55,328 DEBUG api_user 110 65618 140736596902848 200 OK
+2017-03-08 04:50:55,329 DEBUG api_user 112 65618 140736596902848 Login successfully.
+2017-03-08 04:50:55,332 DEBUG db_general 91 65618 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:50:55,334 DEBUG db_general 102 65618 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:50:55,339 DEBUG db_general 91 65618 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:50:55,340 DEBUG db_general 102 65618 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:50:55,360 DEBUG api_user 172 65619 140736596902848 APIUser activated successfully!
+2017-03-08 04:50:55,365 DEBUG api_user 92 65620 140736596902848 Moving to next test case
+2017-03-08 04:50:55,365 DEBUG api_user 169 65620 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5e579493-1044-448a-a333-d40bd94359a3/2b365890659c43d69191d9513cfcb4e6
+2017-03-08 04:50:55,413 DEBUG api_user 172 65620 140736596902848 APIUser activated successfully!
+2017-03-08 04:50:55,441 DEBUG api_user 110 65619 140736596902848 200 OK
+2017-03-08 04:50:55,442 DEBUG api_user 112 65619 140736596902848 Login successfully.
+2017-03-08 04:50:55,446 DEBUG db_general 91 65619 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:50:55,448 DEBUG db_general 102 65619 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:50:55,452 DEBUG db_general 91 65619 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:50:55,454 DEBUG db_general 102 65619 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:50:55,497 DEBUG api_user 110 65620 140736596902848 200 OK
+2017-03-08 04:50:55,497 DEBUG api_user 112 65620 140736596902848 Login successfully.
+2017-03-08 04:50:55,503 DEBUG db_general 91 65620 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:50:55,504 DEBUG db_general 102 65620 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:50:55,508 DEBUG db_general 91 65620 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:50:55,510 DEBUG db_general 102 65620 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:50:55,839 DEBUG api_virtual_function 59 65617 140736596902848 Virtual Function created successfully!
+2017-03-08 04:50:55,840 DEBUG api_gitlab 192 65617 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/802633f7-58b1-4d30-bd7c-e3dee9346683
+2017-03-08 04:50:55,867 DEBUG api_virtual_function 59 65618 140736596902848 Virtual Function created successfully!
+2017-03-08 04:50:55,868 DEBUG api_gitlab 192 65618 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/94a4ef10-d805-4677-a86a-c17a81b32532
+2017-03-08 04:50:55,914 DEBUG api_user 110 65617 140736596902848 200 OK
+2017-03-08 04:50:55,914 DEBUG api_user 112 65617 140736596902848 Login successfully.
+2017-03-08 04:50:55,953 DEBUG api_user 110 65618 140736596902848 200 OK
+2017-03-08 04:50:55,953 DEBUG api_user 112 65618 140736596902848 Login successfully.
+2017-03-08 04:50:56,018 DEBUG api_gitlab 210 65617 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:50:56,018 DEBUG fe_user 25 65617 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:50:56,019 DEBUG fe_user 26 65617 140736596902848 Insert Email
+2017-03-08 04:50:56,028 DEBUG api_virtual_function 59 65619 140736596902848 Virtual Function created successfully!
+2017-03-08 04:50:56,028 DEBUG api_gitlab 192 65619 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b2fea0cd-7ec0-49b3-9c54-d3b1fc7630c7
+2017-03-08 04:50:56,051 DEBUG api_gitlab 210 65618 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:50:56,052 DEBUG test_dashboard_feature 55 65618 140736596902848 Login with standard user STr0Uny@intl.att.com
+2017-03-08 04:50:56,052 DEBUG fe_user 25 65618 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:50:56,052 DEBUG fe_user 26 65618 140736596902848 Insert Email
+2017-03-08 04:50:56,055 DEBUG api_virtual_function 59 65620 140736596902848 Virtual Function created successfully!
+2017-03-08 04:50:56,055 DEBUG api_gitlab 192 65620 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f19a7224-3d69-4753-a3e8-da3da2fbe92d
+2017-03-08 04:50:56,136 DEBUG api_user 110 65619 140736596902848 200 OK
+2017-03-08 04:50:56,137 DEBUG api_user 112 65619 140736596902848 Login successfully.
+2017-03-08 04:50:56,150 DEBUG api_user 110 65620 140736596902848 200 OK
+2017-03-08 04:50:56,151 DEBUG api_user 112 65620 140736596902848 Login successfully.
+2017-03-08 04:50:56,184 DEBUG api_gitlab 210 65619 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:50:56,185 DEBUG fe_user 25 65619 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:50:56,185 DEBUG fe_user 26 65619 140736596902848 Insert Email
+2017-03-08 04:50:56,205 DEBUG api_gitlab 210 65620 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:50:56,205 DEBUG fe_user 25 65620 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:50:56,206 DEBUG fe_user 26 65620 140736596902848 Insert Email
+2017-03-08 04:50:56,953 DEBUG fe_user 28 65617 140736596902848 Insert Password
+2017-03-08 04:50:56,986 DEBUG fe_user 28 65618 140736596902848 Insert Password
+2017-03-08 04:50:57,074 DEBUG fe_user 28 65620 140736596902848 Insert Password
+2017-03-08 04:50:57,115 DEBUG fe_user 28 65619 140736596902848 Insert Password
+2017-03-08 04:50:57,604 DEBUG fe_user 30 65617 140736596902848 Click Login Button
+2017-03-08 04:50:57,657 DEBUG fe_user 30 65618 140736596902848 Click Login Button
+2017-03-08 04:50:57,737 DEBUG fe_user 32 65617 140736596902848 Login Button clicked
+2017-03-08 04:50:57,742 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:50:57,747 DEBUG fe_user 30 65620 140736596902848 Click Login Button
+2017-03-08 04:50:57,815 DEBUG fe_user 32 65618 140736596902848 Login Button clicked
+2017-03-08 04:50:57,822 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:50:57,826 DEBUG fe_user 30 65619 140736596902848 Click Login Button
+2017-03-08 04:50:57,925 DEBUG fe_user 32 65620 140736596902848 Login Button clicked
+2017-03-08 04:50:57,931 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:50:58,005 DEBUG fe_user 32 65619 140736596902848 Login Button clicked
+2017-03-08 04:50:58,015 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:50:58,357 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:58,583 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:58,876 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:58,935 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,121 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,180 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,394 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,448 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,712 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,776 DEBUG api_user 110 65618 140736596902848 200 OK
+2017-03-08 04:50:59,777 DEBUG api_user 112 65618 140736596902848 Login successfully.
+2017-03-08 04:50:59,777 DEBUG fe_user 156 65618 140736596902848 Adding new next step (via api) and assigning it to user STK2t4i
+2017-03-08 04:50:59,777 DEBUG api_virtual_function 18 65618 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/94a4ef10-d805-4677-a86a-c17a81b32532/nextsteps
+2017-03-08 04:50:59,917 DEBUG db_general 115 65617 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST7kCfK';
+2017-03-08 04:50:59,920 DEBUG db_general 127 65617 140736596902848 Query result: 802633f7-58b1-4d30-bd7c-e3dee9346683
+2017-03-08 04:50:59,924 DEBUG db_general 115 65617 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST7kCfK';
+2017-03-08 04:50:59,927 DEBUG db_general 127 65617 140736596902848 Query result: 802633f7-58b1-4d30-bd7c-e3dee9346683
+2017-03-08 04:50:59,931 DEBUG db_general 115 65617 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '802633f7-58b1-4d30-bd7c-e3dee9346683';
+2017-03-08 04:50:59,934 DEBUG db_general 127 65617 140736596902848 Query result: 2017-5374
+2017-03-08 04:50:59,939 DEBUG db_general 115 65617 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5374';
+2017-03-08 04:50:59,942 DEBUG api_virtual_function 32 65618 140736596902848 Next step was added to the engagement!
+2017-03-08 04:50:59,942 DEBUG fe_user 158 65618 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:50:59,942 DEBUG db_general 127 65617 140736596902848 Query result: 2
+2017-03-08 04:50:59,953 DEBUG db_general 115 65617 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '802633f7-58b1-4d30-bd7c-e3dee9346683';
+2017-03-08 04:50:59,957 DEBUG db_general 127 65617 140736596902848 Query result: 2017-5374
+2017-03-08 04:50:59,959 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:50:59,994 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:00,224 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:00,473 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:00,736 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:00,749 DEBUG fe_user 160 65618 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:51:00,755 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:00,986 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:01,247 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:01,266 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:01,311 DEBUG db_general 115 65617 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '802633f7-58b1-4d30-bd7c-e3dee9346683';
+2017-03-08 04:51:01,318 DEBUG db_general 127 65617 140736596902848 Query result: ["('3a67a021-6901-427b-946c-c0cb31a9365a", "('1bcb56be-31e5-4290-8fbf-bc6d05050249", "('3620932a-6ff8-497f-ad1e-e711738ef4a2", "('8f517faf-f239-487a-9d52-778cda43bd1d"]
+2017-03-08 04:51:01,334 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:51:01,336 DEBUG logFuncEntry 34 65617 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:51:01,337 DEBUG logFuncEntry 34 65617 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:51:01,492 DEBUG test_ui_base 49 65617 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:51:01,493 DEBUG logFuncEntry 34 65617 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:51:01,493 DEBUG test_ui_base 23 65617 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:51:01,500 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:01,762 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:01,795 DEBUG fe_dashboard 155 65618 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:51:01,821 DEBUG fe_dashboard 162 65618 140736596902848 > Check if creator of NS is the EL Homer Simpson
+2017-03-08 04:51:01,854 DEBUG fe_overview 32 65618 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:51:02,012 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:02,280 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:02,575 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:02,759 DEBUG fe_general 34 65618 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:51:02,979 DEBUG fe_overview 36 65618 140736596902848 Login with EL user hs0007@att.com
+2017-03-08 04:51:02,979 DEBUG fe_user 25 65618 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:51:02,979 DEBUG fe_user 26 65618 140736596902848 Insert Email
+2017-03-08 04:51:03,106 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:03,624 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:03,904 DEBUG fe_user 28 65618 140736596902848 Insert Password
+2017-03-08 04:51:04,139 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:04,424 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:04,548 DEBUG fe_user 30 65618 140736596902848 Click Login Button
+2017-03-08 04:51:04,620 DEBUG test_ui_base 33 65617 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:51:04,653 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:04,657 DEBUG fe_user 32 65618 140736596902848 Login Button clicked
+2017-03-08 04:51:04,663 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:51:04,936 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:05,176 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:05,235 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:05,520 DEBUG test_detailed_view 25 65619 140736596902848 Add Deployment Target
+2017-03-08 04:51:05,697 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:05,750 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:05,980 DEBUG api_user 92 65617 140736596902848 Moving to next test case
+2017-03-08 04:51:05,981 DEBUG api_user 169 65617 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2d6b6774-aad0-4372-8548-925c201e5655/6d37e6d33f7c4d609c508d0d42552465
+2017-03-08 04:51:06,004 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:06,072 DEBUG api_user 172 65617 140736596902848 APIUser activated successfully!
+2017-03-08 04:51:06,167 DEBUG api_user 110 65617 140736596902848 200 OK
+2017-03-08 04:51:06,167 DEBUG api_user 112 65617 140736596902848 Login successfully.
+2017-03-08 04:51:06,173 DEBUG db_general 91 65617 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:51:06,174 DEBUG db_general 102 65617 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:51:06,178 DEBUG db_general 91 65617 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:51:06,180 DEBUG db_general 102 65617 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:51:06,210 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:06,261 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:06,514 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:06,676 DEBUG api_virtual_function 59 65617 140736596902848 Virtual Function created successfully!
+2017-03-08 04:51:06,676 DEBUG api_gitlab 192 65617 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/102a9565-49c1-4168-a9f9-4fba3b3cf16d
+2017-03-08 04:51:06,722 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:06,760 DEBUG api_user 110 65617 140736596902848 200 OK
+2017-03-08 04:51:06,760 DEBUG api_user 112 65617 140736596902848 Login successfully.
+2017-03-08 04:51:06,770 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:06,821 DEBUG api_gitlab 210 65617 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:51:06,821 DEBUG fe_user 25 65617 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:51:06,821 DEBUG fe_user 26 65617 140736596902848 Insert Email
+2017-03-08 04:51:07,058 DEBUG test_detailed_view 27 65619 140736596902848 Add VFC no.1
+2017-03-08 04:51:07,235 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:07,280 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:07,730 DEBUG fe_user 28 65617 140736596902848 Insert Password
+2017-03-08 04:51:07,747 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:07,793 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:08,265 DEBUG wait 110 65620 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:08,310 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:08,421 DEBUG fe_user 30 65617 140736596902848 Click Login Button
+2017-03-08 04:51:08,517 DEBUG fe_user 32 65617 140736596902848 Login Button clicked
+2017-03-08 04:51:08,521 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:51:08,709 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:08,831 DEBUG db_general 115 65618 140736596902848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-03-08 04:51:08,834 DEBUG db_general 127 65618 140736596902848 Query result: 2
+2017-03-08 04:51:08,838 DEBUG db_general 49 65618 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:51:08,866 DEBUG db_general 57 65618 140736596902848 Query result: 12
+2017-03-08 04:51:08,867 DEBUG fe_overview 41 65618 140736596902848 el_assigned_ns=1
+2017-03-08 04:51:08,874 DEBUG wait 110 65618 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:09,035 DEBUG wait 110 65617 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:51:09,368 DEBUG fe_detailed_view 116 65619 140736596902848 Add VFC no.2
+2017-03-08 04:51:09,557 DEBUG db_general 115 65617 140736596902848 Query : select uuid from ice_vf Where name = 'ST1H9J6';
+2017-03-08 04:51:09,559 DEBUG db_general 127 65617 140736596902848 Query result: 6e004590-a40d-4415-9a8b-6e96a04dec8d
+2017-03-08 04:51:09,563 DEBUG db_general 115 65617 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST1H9J6';
+2017-03-08 04:51:09,565 DEBUG db_general 127 65617 140736596902848 Query result: 102a9565-49c1-4168-a9f9-4fba3b3cf16d
+2017-03-08 04:51:09,568 DEBUG db_general 115 65617 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST1H9J6';
+2017-03-08 04:51:09,571 DEBUG db_general 127 65617 140736596902848 Query result: 102a9565-49c1-4168-a9f9-4fba3b3cf16d
+2017-03-08 04:51:09,574 DEBUG db_general 115 65617 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '102a9565-49c1-4168-a9f9-4fba3b3cf16d';
+2017-03-08 04:51:09,576 DEBUG db_general 127 65617 140736596902848 Query result: 2017-5378
+2017-03-08 04:51:09,579 DEBUG db_general 115 65617 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5378';
+2017-03-08 04:51:09,581 DEBUG db_general 127 65617 140736596902848 Query result: 2
+2017-03-08 04:51:09,585 DEBUG fe_checklist 50 65617 140736596902848 EL email: hs0007@att.com
+2017-03-08 04:51:09,590 DEBUG db_general 115 65617 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '102a9565-49c1-4168-a9f9-4fba3b3cf16d';
+2017-03-08 04:51:09,592 DEBUG db_general 127 65617 140736596902848 Query result: 2017-5378
+2017-03-08 04:51:09,621 DEBUG logFuncEntry 34 65620 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:51:09,621 DEBUG logFuncEntry 34 65620 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:51:09,638 DEBUG test_ui_base 49 65620 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:51:09,638 DEBUG logFuncEntry 34 65620 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:51:09,639 DEBUG test_ui_base 23 65620 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:51:09,962 DEBUG db_general 115 65617 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '102a9565-49c1-4168-a9f9-4fba3b3cf16d';
+2017-03-08 04:51:09,966 DEBUG db_general 127 65617 140736596902848 Query result: ["('8d1575ec-2f5e-4b14-bbc1-cde8e29cebdc", "('36ac6e7d-e658-4bd6-8f62-9339cc687ea2", "('f7c55db2-cd56-4ead-a54a-4804608af23e", "('5fb2e76f-e56c-4284-813b-f1a870b5c65f"]
+2017-03-08 04:51:09,971 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:51:09,973 DEBUG logFuncEntry 34 65617 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:51:09,973 DEBUG logFuncEntry 34 65617 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:51:09,998 DEBUG test_ui_base 49 65617 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:51:09,999 DEBUG logFuncEntry 34 65617 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:51:09,999 DEBUG test_ui_base 23 65617 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:51:11,503 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:12,016 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:12,539 DEBUG db_general 115 65619 140736596902848 Query : select uuid from ice_vf Where name = 'ST5gcCN';
+2017-03-08 04:51:12,543 DEBUG db_general 127 65619 140736596902848 Query result: 08906a50-2b9d-44fb-b0e9-8dc69081ab9d
+2017-03-08 04:51:12,656 DEBUG wait 110 65619 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 04:51:12,742 DEBUG test_ui_base 33 65620 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:51:13,116 DEBUG test_ui_base 33 65617 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:51:13,294 DEBUG logFuncEntry 34 65619 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:51:13,294 DEBUG logFuncEntry 34 65619 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:51:13,307 DEBUG test_ui_base 49 65619 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-03-08 04:51:13,307 DEBUG logFuncEntry 34 65619 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 04:51:13,307 DEBUG test_ui_base 23 65619 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-03-08 04:51:14,003 DEBUG api_user 92 65620 140736596902848 Moving to next test case
+2017-03-08 04:51:14,003 DEBUG api_user 169 65620 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ea71cd4f-eee6-40ed-9877-293713cf8963/c0877200333447708b91f38a66aefb2c
+2017-03-08 04:51:14,058 DEBUG api_user 172 65620 140736596902848 APIUser activated successfully!
+2017-03-08 04:51:14,157 DEBUG api_user 110 65620 140736596902848 200 OK
+2017-03-08 04:51:14,157 DEBUG api_user 112 65620 140736596902848 Login successfully.
+2017-03-08 04:51:14,168 DEBUG db_general 91 65620 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:51:14,170 DEBUG db_general 102 65620 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:51:14,175 DEBUG db_general 91 65620 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:51:14,177 DEBUG db_general 102 65620 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:51:14,493 DEBUG api_user 92 65617 140736596902848 Moving to next test case
+2017-03-08 04:51:14,493 DEBUG api_user 169 65617 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fb2f1697-95fe-4d22-90c7-882072e48831/c1f64e57149e41be80d44f8688ccf98a
+2017-03-08 04:51:14,550 DEBUG api_user 172 65617 140736596902848 APIUser activated successfully!
+2017-03-08 04:51:14,630 DEBUG api_user 110 65617 140736596902848 200 OK
+2017-03-08 04:51:14,630 DEBUG api_user 112 65617 140736596902848 Login successfully.
+2017-03-08 04:51:14,646 DEBUG db_general 91 65617 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:51:14,649 DEBUG db_general 102 65617 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:51:14,653 DEBUG db_general 91 65617 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:51:14,654 DEBUG db_general 102 65617 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:51:14,796 DEBUG api_virtual_function 59 65620 140736596902848 Virtual Function created successfully!
+2017-03-08 04:51:14,797 DEBUG api_gitlab 192 65620 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7dfa0039-3905-4b85-ba45-5880516bf389
+2017-03-08 04:51:14,906 DEBUG api_user 110 65620 140736596902848 200 OK
+2017-03-08 04:51:14,907 DEBUG api_user 112 65620 140736596902848 Login successfully.
+2017-03-08 04:51:14,966 DEBUG api_gitlab 210 65620 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:51:14,967 DEBUG fe_user 25 65620 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:51:14,967 DEBUG fe_user 26 65620 140736596902848 Insert Email
+2017-03-08 04:51:15,083 DEBUG api_virtual_function 59 65617 140736596902848 Virtual Function created successfully!
+2017-03-08 04:51:15,084 DEBUG api_gitlab 192 65617 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/59e66a15-8e7d-41b8-9991-aac01585496f
+2017-03-08 04:51:15,172 DEBUG api_user 110 65617 140736596902848 200 OK
+2017-03-08 04:51:15,172 DEBUG api_user 112 65617 140736596902848 Login successfully.
+2017-03-08 04:51:15,218 DEBUG api_gitlab 210 65617 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:51:15,219 DEBUG fe_user 25 65617 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:51:15,219 DEBUG fe_user 26 65617 140736596902848 Insert Email
+2017-03-08 04:55:28,138 DEBUG test_signal_base 28 65921 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 04:55:28,138 DEBUG test_signal_base 28 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:55:28,138 DEBUG logFuncEntry 34 65923 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:55:28,139 DEBUG logFuncEntry 34 65921 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:55:28,139 DEBUG logFuncEntry 34 65922 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:55:28,139 DEBUG test_ui_base 23 65923 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:55:28,139 DEBUG test_checklist_signal 25 65921 140736596902848 Local environment, skipping test...
+2017-03-08 04:55:28,139 DEBUG test_git_signal 124 65922 140736596902848 Local environment, skipping test...
+2017-03-08 04:55:28,139 DEBUG logFuncEntry 34 65921 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:55:28,140 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:55:28,146 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:55:28,146 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,146 DEBUG logFuncEntry 34 65920 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:55:28,146 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:55:28,148 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:55:28,152 DEBUG test_signal_base 39 65921 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-08 04:55:28,152 DEBUG logFuncEntry 34 65921 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:55:28,153 DEBUG test_ui_base 23 65921 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:55:28,157 DEBUG test_signal_base 39 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:55:28,157 DEBUG test_signal_base 28 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:55:28,158 DEBUG logFuncEntry 34 65922 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:55:28,158 DEBUG test_git_signal 24 65922 140736596902848 Local environment, skipping test...
+2017-03-08 04:55:28,158 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:55:28,162 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,164 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:55:28,164 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,164 DEBUG logFuncEntry 34 65920 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:55:28,164 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:55:28,165 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:55:28,169 DEBUG test_signal_base 39 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:55:28,169 DEBUG test_signal_base 28 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:55:28,169 DEBUG logFuncEntry 34 65922 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:55:28,169 DEBUG test_git_signal 95 65922 140736596902848 Local environment, skipping test...
+2017-03-08 04:55:28,169 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:55:28,175 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,177 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:55:28,177 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,177 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:55:28,177 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:55:28,177 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:55:28,181 DEBUG test_signal_base 39 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:55:28,181 DEBUG test_signal_base 28 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:55:28,182 DEBUG logFuncEntry 34 65922 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:55:28,182 DEBUG test_git_signal 73 65922 140736596902848 Local environment, skipping test...
+2017-03-08 04:55:28,182 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:55:28,189 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,190 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:55:28,190 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,190 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:55:28,190 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:55:28,190 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:55:28,194 DEBUG test_signal_base 39 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:55:28,195 DEBUG test_signal_base 28 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:55:28,195 DEBUG logFuncEntry 34 65922 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:55:28,195 DEBUG test_git_signal 51 65922 140736596902848 Local environment, skipping test...
+2017-03-08 04:55:28,196 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:55:28,201 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,202 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:55:28,202 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,203 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:55:28,203 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:55:28,203 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:55:28,207 DEBUG test_signal_base 39 65922 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:55:28,208 DEBUG logFuncEntry 34 65922 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:55:28,208 DEBUG test_ui_base 23 65922 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-03-08 04:55:28,215 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,216 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:55:28,216 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,217 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:55:28,217 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:55:28,217 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:55:28,229 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,230 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:55:28,230 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,230 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:55:28,231 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:55:28,231 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:55:28,242 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,243 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:55:28,243 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,243 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:55:28,243 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:55:28,243 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:55:28,257 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,261 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:55:28,262 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,262 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:55:28,263 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:55:28,263 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:55:28,282 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,283 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:55:28,284 DEBUG testApiBase 21 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:55:28,284 DEBUG logFuncEntry 34 65920 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:55:28,284 DEBUG logFuncEntry 34 65920 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:55:28,284 DEBUG logFuncEntry 34 65920 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:55:28,296 DEBUG testApiBase 32 65920 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:55:28,300 DEBUG logFuncEntry 34 65920 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:55:28,300 DEBUG test_ui_base 23 65920 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:55:30,408 DEBUG test_ui_base 33 65922 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:30,412 DEBUG test_ui_base 33 65923 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:30,425 DEBUG test_ui_base 33 65921 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:30,646 DEBUG test_ui_base 33 65920 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:31,667 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:55:31,669 DEBUG logFuncEntry 34 65922 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:55:31,669 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:55:31,698 DEBUG test_ui_base 49 65922 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-03-08 04:55:31,699 DEBUG logFuncEntry 34 65922 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:55:31,699 DEBUG test_ui_base 23 65922 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-03-08 04:55:31,737 DEBUG api_user 92 65923 140736596902848 Moving to next test case
+2017-03-08 04:55:31,737 DEBUG api_user 169 65923 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/36ab7f55-2bc2-4b80-86f0-c2cef84e68ea/71d54c304fc942fdafb1d1f04b976f17
+2017-03-08 04:55:31,780 DEBUG logFuncEntry 34 65920 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:55:31,787 DEBUG api_user 172 65923 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:31,858 DEBUG api_user 92 65921 140736596902848 Moving to next test case
+2017-03-08 04:55:31,858 DEBUG api_user 169 65921 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ab2b4983-6625-491d-adb7-8d10ae1215a8/91573b4c677749848d40d9177d56f96c
+2017-03-08 04:55:31,896 DEBUG api_user 110 65923 140736596902848 200 OK
+2017-03-08 04:55:31,896 DEBUG api_user 112 65923 140736596902848 Login successfully.
+2017-03-08 04:55:31,900 DEBUG api_user 172 65921 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:31,901 DEBUG db_general 91 65923 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:31,903 DEBUG db_general 102 65923 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:31,911 DEBUG db_general 91 65923 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:31,913 DEBUG db_general 102 65923 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:31,925 DEBUG api_user 92 65920 140736596902848 Moving to next test case
+2017-03-08 04:55:31,925 DEBUG api_user 169 65920 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fffce626-da7a-4364-a31f-c62d8f20519a/aae899b500d644d1a1ca06c02609e824
+2017-03-08 04:55:31,974 DEBUG api_user 172 65920 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:32,019 DEBUG api_user 110 65921 140736596902848 200 OK
+2017-03-08 04:55:32,019 DEBUG api_user 112 65921 140736596902848 Login successfully.
+2017-03-08 04:55:32,025 DEBUG db_general 91 65921 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:32,028 DEBUG db_general 102 65921 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:32,032 DEBUG db_general 91 65921 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:32,034 DEBUG db_general 102 65921 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:32,073 DEBUG api_user 110 65920 140736596902848 200 OK
+2017-03-08 04:55:32,073 DEBUG api_user 112 65920 140736596902848 Login successfully.
+2017-03-08 04:55:32,078 DEBUG db_general 91 65920 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:32,080 DEBUG db_general 102 65920 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:32,085 DEBUG db_general 91 65920 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:32,086 DEBUG db_general 102 65920 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:32,641 DEBUG api_virtual_function 59 65923 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:32,642 DEBUG api_gitlab 192 65923 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1c1d113f-53e7-4332-b7b7-5494fbd296fe
+2017-03-08 04:55:32,742 DEBUG api_user 110 65923 140736596902848 200 OK
+2017-03-08 04:55:32,743 DEBUG api_user 112 65923 140736596902848 Login successfully.
+2017-03-08 04:55:32,799 DEBUG api_gitlab 210 65923 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:32,799 DEBUG fe_user 25 65923 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:32,800 DEBUG fe_user 26 65923 140736596902848 Insert Email
+2017-03-08 04:55:32,950 DEBUG api_virtual_function 59 65921 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:32,950 DEBUG api_gitlab 192 65921 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b5627040-af22-482d-af3a-469d02774ce5
+2017-03-08 04:55:33,049 DEBUG api_virtual_function 59 65920 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:33,050 DEBUG api_gitlab 192 65920 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a1f39372-287a-4a07-b06c-103dce6e51a4
+2017-03-08 04:55:33,075 DEBUG api_user 110 65921 140736596902848 200 OK
+2017-03-08 04:55:33,076 DEBUG api_user 112 65921 140736596902848 Login successfully.
+2017-03-08 04:55:33,144 DEBUG api_gitlab 210 65921 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:33,144 DEBUG fe_user 25 65921 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:33,145 DEBUG fe_user 26 65921 140736596902848 Insert Email
+2017-03-08 04:55:33,153 DEBUG api_user 110 65920 140736596902848 200 OK
+2017-03-08 04:55:33,154 DEBUG api_user 112 65920 140736596902848 Login successfully.
+2017-03-08 04:55:33,211 DEBUG api_gitlab 210 65920 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:33,212 DEBUG test_dashboard_feature 55 65920 140736596902848 Login with standard user STLofw8@intl.att.com
+2017-03-08 04:55:33,212 DEBUG fe_user 25 65920 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:33,212 DEBUG fe_user 26 65920 140736596902848 Insert Email
+2017-03-08 04:55:33,668 DEBUG fe_user 28 65923 140736596902848 Insert Password
+2017-03-08 04:55:33,987 DEBUG test_ui_base 33 65922 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:34,051 DEBUG fe_user 28 65921 140736596902848 Insert Password
+2017-03-08 04:55:34,096 DEBUG fe_user 28 65920 140736596902848 Insert Password
+2017-03-08 04:55:34,332 DEBUG fe_user 30 65923 140736596902848 Click Login Button
+2017-03-08 04:55:34,439 DEBUG fe_user 32 65923 140736596902848 Login Button clicked
+2017-03-08 04:55:34,444 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:34,736 DEBUG fe_user 30 65921 140736596902848 Click Login Button
+2017-03-08 04:55:34,801 DEBUG fe_user 30 65920 140736596902848 Click Login Button
+2017-03-08 04:55:35,099 DEBUG fe_user 32 65921 140736596902848 Login Button clicked
+2017-03-08 04:55:35,112 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:35,131 DEBUG fe_user 32 65920 140736596902848 Login Button clicked
+2017-03-08 04:55:35,138 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:35,280 DEBUG db_cms 52 65922 140736596902848 Get DBCMS category id for name: News
+2017-03-08 04:55:35,280 DEBUG db_cms 54 65922 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 04:55:35,292 DEBUG db_cms 37 65922 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 04:55:35,296 DEBUG db_cms 45 65922 140736596902848 Query result: 1
+2017-03-08 04:55:35,296 DEBUG logFuncEntry 34 65922 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:55:35,297 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:55:35,317 DEBUG test_ui_base 49 65922 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-03-08 04:55:35,317 DEBUG logFuncEntry 34 65922 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:55:35,318 DEBUG test_ui_base 23 65922 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-03-08 04:55:35,451 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:35,834 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:35,865 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:35,969 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:36,347 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:36,400 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:36,487 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:36,871 DEBUG db_general 115 65921 140736596902848 Query : select engagement_id from ice_vf Where name = 'STV29rz';
+2017-03-08 04:55:36,875 DEBUG db_general 127 65921 140736596902848 Query result: b5627040-af22-482d-af3a-469d02774ce5
+2017-03-08 04:55:36,881 DEBUG db_general 115 65921 140736596902848 Query : select engagement_id from ice_vf Where name = 'STV29rz';
+2017-03-08 04:55:36,884 DEBUG db_general 127 65921 140736596902848 Query result: b5627040-af22-482d-af3a-469d02774ce5
+2017-03-08 04:55:36,888 DEBUG db_general 115 65921 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b5627040-af22-482d-af3a-469d02774ce5';
+2017-03-08 04:55:36,892 DEBUG db_general 127 65921 140736596902848 Query result: 2017-5382
+2017-03-08 04:55:36,896 DEBUG db_general 115 65921 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5382';
+2017-03-08 04:55:36,898 DEBUG db_general 127 65921 140736596902848 Query result: 625
+2017-03-08 04:55:36,913 DEBUG db_general 115 65921 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b5627040-af22-482d-af3a-469d02774ce5';
+2017-03-08 04:55:36,918 DEBUG db_general 127 65921 140736596902848 Query result: 2017-5382
+2017-03-08 04:55:36,955 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:36,999 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:37,073 DEBUG api_user 110 65920 140736596902848 200 OK
+2017-03-08 04:55:37,074 DEBUG api_user 112 65920 140736596902848 Login successfully.
+2017-03-08 04:55:37,074 DEBUG fe_user 156 65920 140736596902848 Adding new next step (via api) and assigning it to user STP1xV4
+2017-03-08 04:55:37,074 DEBUG api_virtual_function 18 65920 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/a1f39372-287a-4a07-b06c-103dce6e51a4/nextsteps
+2017-03-08 04:55:37,231 DEBUG api_virtual_function 32 65920 140736596902848 Next step was added to the engagement!
+2017-03-08 04:55:37,231 DEBUG fe_user 158 65920 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:55:37,514 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:37,796 DEBUG test_ui_base 33 65922 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:38,027 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:38,380 DEBUG fe_user 160 65920 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:55:38,386 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:38,405 DEBUG db_general 115 65921 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'b5627040-af22-482d-af3a-469d02774ce5';
+2017-03-08 04:55:38,410 DEBUG db_general 127 65921 140736596902848 Query result: ["('7c641969-3542-4601-bd5a-d6a2ce6badf5", "('77474987-62e9-41cc-bb43-78158eebf6c5", "('0b760769-8103-49e2-8613-69e3bcfaca9d", "('4a02bf53-eedb-4252-a7e2-45f93c9b20ff"]
+2017-03-08 04:55:38,420 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:55:38,422 DEBUG logFuncEntry 34 65921 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:55:38,422 DEBUG logFuncEntry 34 65921 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:55:38,441 DEBUG test_ui_base 49 65921 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:55:38,442 DEBUG logFuncEntry 34 65921 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:55:38,442 DEBUG test_ui_base 23 65921 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:55:38,543 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:38,950 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:39,132 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:39,485 DEBUG fe_dashboard 155 65920 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:55:39,515 DEBUG fe_dashboard 162 65920 140736596902848 > Check if creator of NS is the EL Donald Duck
+2017-03-08 04:55:39,540 DEBUG db_cms 114 65922 140736596902848 Retrive id of documentation page:
+2017-03-08 04:55:39,540 DEBUG db_cms 88 65922 140736596902848 Retrive id of documentation page:
+2017-03-08 04:55:39,540 DEBUG db_cms 90 65922 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 04:55:39,552 DEBUG db_cms 37 65922 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 04:55:39,565 DEBUG fe_overview 32 65920 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:55:39,573 DEBUG db_cms 45 65922 140736596902848 Query result: 10
+2017-03-08 04:55:39,573 DEBUG db_cms 119 65922 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_SThwnql', 'title_Of_Page_SThwnql-slug', '', 'description_Of_Page_ST7Ai8M', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_SThwnql', 'richtextpage', true, 10, 1);
+2017-03-08 04:55:39,582 DEBUG db_cms 23 65922 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_SThwnql', 'title_Of_Page_SThwnql-slug', '', 'description_Of_Page_ST7Ai8M', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_SThwnql', 'richtextpage', true, 10, 1);
+2017-03-08 04:55:39,666 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:39,673 DEBUG db_cms 27 65922 140736596902848 Insert query success!
+2017-03-08 04:55:39,673 DEBUG db_cms 96 65922 140736596902848 Retrive id of last page inserted:
+2017-03-08 04:55:39,673 DEBUG db_cms 98 65922 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-08 04:55:39,680 DEBUG db_cms 37 65922 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-08 04:55:39,713 DEBUG db_cms 45 65922 140736596902848 Query result: 59
+2017-03-08 04:55:39,713 DEBUG db_cms 123 65922 140736596902848 Bind the page with the rich text content related to this page
+2017-03-08 04:55:39,714 DEBUG db_cms 125 65922 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (59, '<p>description_Of_Page_ST7Ai8M</p>');
+2017-03-08 04:55:39,718 DEBUG db_cms 23 65922 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (59, '<p>description_Of_Page_ST7Ai8M</p>');
+2017-03-08 04:55:39,746 DEBUG db_cms 27 65922 140736596902848 Insert query success!
+2017-03-08 04:55:39,900 DEBUG api_user 92 65922 140736596902848 Moving to next test case
+2017-03-08 04:55:39,900 DEBUG api_user 169 65922 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0a7c0afc-aacf-4f39-bfef-e165ae8894b3/2bfa7a7aff434885b62ae6939155e7cc
+2017-03-08 04:55:39,957 DEBUG api_user 172 65922 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:40,059 DEBUG api_user 110 65922 140736596902848 200 OK
+2017-03-08 04:55:40,060 DEBUG api_user 112 65922 140736596902848 Login successfully.
+2017-03-08 04:55:40,065 DEBUG db_general 91 65922 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:40,067 DEBUG db_general 102 65922 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:40,071 DEBUG db_general 91 65922 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:40,074 DEBUG db_general 102 65922 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:40,186 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:40,466 DEBUG fe_general 34 65920 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:55:40,627 DEBUG fe_overview 36 65920 140736596902848 Login with EL user dd1122@att.com
+2017-03-08 04:55:40,628 DEBUG fe_user 25 65920 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:40,628 DEBUG fe_user 26 65920 140736596902848 Insert Email
+2017-03-08 04:55:40,702 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:40,834 DEBUG api_virtual_function 59 65922 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:40,835 DEBUG api_gitlab 192 65922 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/669f0412-7dea-4d7f-9649-4fac91623530
+2017-03-08 04:55:40,936 DEBUG api_user 110 65922 140736596902848 200 OK
+2017-03-08 04:55:40,936 DEBUG api_user 112 65922 140736596902848 Login successfully.
+2017-03-08 04:55:41,009 DEBUG api_gitlab 210 65922 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:41,010 DEBUG fe_user 25 65922 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:41,011 DEBUG fe_user 26 65922 140736596902848 Insert Email
+2017-03-08 04:55:41,219 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:41,391 DEBUG fe_user 28 65920 140736596902848 Insert Password
+2017-03-08 04:55:41,569 DEBUG test_ui_base 33 65921 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:41,733 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:41,889 DEBUG fe_user 28 65922 140736596902848 Insert Password
+2017-03-08 04:55:42,019 DEBUG fe_user 30 65920 140736596902848 Click Login Button
+2017-03-08 04:55:42,113 DEBUG fe_user 32 65920 140736596902848 Login Button clicked
+2017-03-08 04:55:42,121 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:42,255 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:42,570 DEBUG fe_user 30 65922 140736596902848 Click Login Button
+2017-03-08 04:55:42,740 DEBUG fe_user 32 65922 140736596902848 Login Button clicked
+2017-03-08 04:55:42,752 DEBUG wait 110 65922 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:42,769 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:42,838 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:42,909 DEBUG api_user 92 65921 140736596902848 Moving to next test case
+2017-03-08 04:55:42,909 DEBUG api_user 169 65921 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/864d258b-8325-433f-8877-97918dfe7c6b/a9b8fbd943eb4e208e00e25800be5c44
+2017-03-08 04:55:42,954 DEBUG api_user 172 65921 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:43,069 DEBUG api_user 110 65921 140736596902848 200 OK
+2017-03-08 04:55:43,070 DEBUG api_user 112 65921 140736596902848 Login successfully.
+2017-03-08 04:55:43,074 DEBUG db_general 91 65921 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:43,076 DEBUG db_general 102 65921 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:43,080 DEBUG db_general 91 65921 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:43,082 DEBUG db_general 102 65921 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:43,274 DEBUG wait 110 65922 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:43,285 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:43,350 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:43,755 DEBUG api_virtual_function 59 65921 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:43,756 DEBUG api_gitlab 192 65921 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f85402e3-b3a9-48fd-99a7-eb9026886618
+2017-03-08 04:55:43,786 DEBUG wait 110 65922 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:43,797 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:43,836 DEBUG api_user 110 65921 140736596902848 200 OK
+2017-03-08 04:55:43,837 DEBUG api_user 112 65921 140736596902848 Login successfully.
+2017-03-08 04:55:43,863 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:43,900 DEBUG api_gitlab 210 65921 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:43,900 DEBUG fe_user 25 65921 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:43,900 DEBUG fe_user 26 65921 140736596902848 Insert Email
+2017-03-08 04:55:44,308 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:44,374 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:44,784 DEBUG fe_user 28 65921 140736596902848 Insert Password
+2017-03-08 04:55:44,883 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:45,396 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:45,473 DEBUG fe_user 30 65921 140736596902848 Click Login Button
+2017-03-08 04:55:45,576 DEBUG fe_user 32 65921 140736596902848 Login Button clicked
+2017-03-08 04:55:45,581 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:45,691 DEBUG logFuncEntry 34 65923 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:55:45,691 DEBUG logFuncEntry 34 65923 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:55:45,706 DEBUG test_ui_base 49 65923 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:55:45,706 DEBUG logFuncEntry 34 65923 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:55:45,706 DEBUG test_ui_base 23 65923 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:55:45,913 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:46,097 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:46,442 DEBUG db_general 115 65920 140736596902848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-03-08 04:55:46,445 DEBUG db_general 127 65920 140736596902848 Query result: 1
+2017-03-08 04:55:46,449 DEBUG db_general 49 65920 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:55:46,475 DEBUG db_general 57 65920 140736596902848 Query result: 12
+2017-03-08 04:55:46,475 DEBUG fe_overview 41 65920 140736596902848 el_assigned_ns=1
+2017-03-08 04:55:46,480 DEBUG wait 110 65920 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:46,637 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:47,160 DEBUG db_general 115 65921 140736596902848 Query : select uuid from ice_vf Where name = 'STHGRaN';
+2017-03-08 04:55:47,163 DEBUG db_general 127 65921 140736596902848 Query result: 23e18276-8c4c-403f-acc8-d85bc6c3d798
+2017-03-08 04:55:47,167 DEBUG db_general 115 65921 140736596902848 Query : select engagement_id from ice_vf Where name = 'STHGRaN';
+2017-03-08 04:55:47,170 DEBUG db_general 127 65921 140736596902848 Query result: f85402e3-b3a9-48fd-99a7-eb9026886618
+2017-03-08 04:55:47,175 DEBUG db_general 115 65921 140736596902848 Query : select engagement_id from ice_vf Where name = 'STHGRaN';
+2017-03-08 04:55:47,179 DEBUG db_general 127 65921 140736596902848 Query result: f85402e3-b3a9-48fd-99a7-eb9026886618
+2017-03-08 04:55:47,182 DEBUG db_general 115 65921 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f85402e3-b3a9-48fd-99a7-eb9026886618';
+2017-03-08 04:55:47,185 DEBUG db_general 127 65921 140736596902848 Query result: 2017-5385
+2017-03-08 04:55:47,188 DEBUG db_general 115 65921 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5385';
+2017-03-08 04:55:47,191 DEBUG db_general 127 65921 140736596902848 Query result: 588
+2017-03-08 04:55:47,196 DEBUG fe_checklist 50 65921 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-08 04:55:47,199 DEBUG db_general 115 65921 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f85402e3-b3a9-48fd-99a7-eb9026886618';
+2017-03-08 04:55:47,201 DEBUG db_general 127 65921 140736596902848 Query result: 2017-5385
+2017-03-08 04:55:47,442 DEBUG db_general 115 65921 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'f85402e3-b3a9-48fd-99a7-eb9026886618';
+2017-03-08 04:55:47,444 DEBUG db_general 127 65921 140736596902848 Query result: ["('6c55fe5a-153f-4427-bb9c-289dba895dff", "('2359f647-4b3d-4058-a9f1-9e4d870d831b", "('9a85f90f-9ce5-4c87-a817-212f68d48444", "('84cecfa9-1eea-44a3-9004-c25cfb30e883"]
+2017-03-08 04:55:47,451 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:47,452 DEBUG logFuncEntry 34 65921 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:55:47,453 DEBUG logFuncEntry 34 65921 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:55:47,468 DEBUG test_ui_base 49 65921 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:55:47,468 DEBUG logFuncEntry 34 65921 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:55:47,469 DEBUG test_ui_base 23 65921 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:55:47,941 DEBUG test_ui_base 33 65923 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:49,062 DEBUG api_user 92 65923 140736596902848 Moving to next test case
+2017-03-08 04:55:49,062 DEBUG api_user 169 65923 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4e5ececa-822a-4b36-83f7-6f04dde1547e/d4068174a143422a840f3776e4e7a952
+2017-03-08 04:55:49,094 DEBUG api_user 172 65923 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:49,160 DEBUG api_user 110 65923 140736596902848 200 OK
+2017-03-08 04:55:49,161 DEBUG api_user 112 65923 140736596902848 Login successfully.
+2017-03-08 04:55:49,165 DEBUG db_general 91 65923 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:49,166 DEBUG db_general 102 65923 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:49,170 DEBUG db_general 91 65923 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:49,171 DEBUG db_general 102 65923 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:49,443 DEBUG api_virtual_function 59 65923 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:49,443 DEBUG api_gitlab 192 65923 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4983beb1-e8f5-4daf-b6b2-18693855d72d
+2017-03-08 04:55:49,522 DEBUG api_user 110 65923 140736596902848 200 OK
+2017-03-08 04:55:49,522 DEBUG api_user 112 65923 140736596902848 Login successfully.
+2017-03-08 04:55:49,566 DEBUG api_gitlab 210 65923 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:49,567 DEBUG fe_user 25 65923 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:49,567 DEBUG fe_user 26 65923 140736596902848 Insert Email
+2017-03-08 04:55:49,633 DEBUG test_ui_base 33 65921 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:50,554 DEBUG fe_user 28 65923 140736596902848 Insert Password
+2017-03-08 04:55:50,744 DEBUG api_user 92 65921 140736596902848 Moving to next test case
+2017-03-08 04:55:50,745 DEBUG api_user 169 65921 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/191e3950-5427-44da-9499-2c4c5e3efb84/50c7df475f73475ba76d6123cf18e2f5
+2017-03-08 04:55:50,776 DEBUG api_user 172 65921 140736596902848 APIUser activated successfully!
+2017-03-08 04:55:50,839 DEBUG api_user 110 65921 140736596902848 200 OK
+2017-03-08 04:55:50,841 DEBUG api_user 112 65921 140736596902848 Login successfully.
+2017-03-08 04:55:50,845 DEBUG db_general 91 65921 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:55:50,847 DEBUG db_general 102 65921 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:55:50,850 DEBUG db_general 91 65921 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:55:50,852 DEBUG db_general 102 65921 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:55:51,086 DEBUG api_virtual_function 59 65921 140736596902848 Virtual Function created successfully!
+2017-03-08 04:55:51,086 DEBUG api_gitlab 192 65921 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/53d1d431-7f72-412a-87ae-eadeee6b19b9
+2017-03-08 04:55:51,147 DEBUG api_user 110 65921 140736596902848 200 OK
+2017-03-08 04:55:51,147 DEBUG api_user 112 65921 140736596902848 Login successfully.
+2017-03-08 04:55:51,185 DEBUG api_gitlab 210 65921 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:55:51,186 DEBUG fe_user 25 65921 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:55:51,186 DEBUG fe_user 26 65921 140736596902848 Insert Email
+2017-03-08 04:55:51,216 DEBUG fe_user 30 65923 140736596902848 Click Login Button
+2017-03-08 04:55:51,325 DEBUG fe_user 32 65923 140736596902848 Login Button clicked
+2017-03-08 04:55:51,329 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:51,842 DEBUG wait 110 65923 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:52,226 DEBUG fe_user 28 65921 140736596902848 Insert Password
+2017-03-08 04:55:52,892 DEBUG fe_user 30 65921 140736596902848 Click Login Button
+2017-03-08 04:55:52,994 DEBUG fe_user 32 65921 140736596902848 Login Button clicked
+2017-03-08 04:55:53,002 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:55:53,622 DEBUG wait 110 65921 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:55:54,149 DEBUG db_general 115 65921 140736596902848 Query : select uuid from ice_vf Where name = 'ST5E6jI';
+2017-03-08 04:55:54,152 DEBUG db_general 127 65921 140736596902848 Query result: b24b8fe3-dc4e-4979-83ce-37cc034c2b00
+2017-03-08 04:55:54,156 DEBUG db_general 115 65921 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST5E6jI';
+2017-03-08 04:55:54,158 DEBUG db_general 127 65921 140736596902848 Query result: 53d1d431-7f72-412a-87ae-eadeee6b19b9
+2017-03-08 04:55:54,162 DEBUG db_general 115 65921 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST5E6jI';
+2017-03-08 04:55:54,165 DEBUG db_general 127 65921 140736596902848 Query result: 53d1d431-7f72-412a-87ae-eadeee6b19b9
+2017-03-08 04:55:54,169 DEBUG db_general 115 65921 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '53d1d431-7f72-412a-87ae-eadeee6b19b9';
+2017-03-08 04:55:54,171 DEBUG db_general 127 65921 140736596902848 Query result: 2017-5387
+2017-03-08 04:55:54,175 DEBUG db_general 115 65921 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5387';
+2017-03-08 04:55:54,178 DEBUG db_general 127 65921 140736596902848 Query result: 761
+2017-03-08 04:55:54,184 DEBUG fe_checklist 50 65921 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-08 04:55:54,187 DEBUG db_general 115 65921 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '53d1d431-7f72-412a-87ae-eadeee6b19b9';
+2017-03-08 04:55:54,190 DEBUG db_general 127 65921 140736596902848 Query result: 2017-5387
+2017-03-08 04:55:54,410 DEBUG db_general 115 65921 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '53d1d431-7f72-412a-87ae-eadeee6b19b9';
+2017-03-08 04:55:54,412 DEBUG db_general 127 65921 140736596902848 Query result: ["('477cc7b6-6cdd-45df-90b4-1a3a05a6509e", "('4fb2165c-1a77-4600-b9ac-7da2863acf6a", "('b6ed1086-e5ea-4b00-8041-0e1138ceb50e", "('f0f36ecb-c5e0-4954-b055-50f62c0ca2f8"]
+2017-03-08 04:55:54,420 DEBUG logFuncEntry 34 65921 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:55:54,420 DEBUG logFuncEntry 34 65921 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:55:54,433 DEBUG test_ui_base 49 65921 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-03-08 04:55:54,434 DEBUG logFuncEntry 34 65921 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:55:54,434 DEBUG test_ui_base 23 65921 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-08 04:55:54,946 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:55:54,947 DEBUG logFuncEntry 34 65922 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:55:54,947 DEBUG logFuncEntry 34 65922 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:55:54,968 DEBUG test_ui_base 49 65922 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-03-08 04:55:54,969 DEBUG logFuncEntry 34 65922 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 04:55:54,969 DEBUG test_ui_base 23 65922 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-03-08 04:55:56,820 DEBUG test_ui_base 33 65921 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:55:56,939 DEBUG logFuncEntry 34 65921 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:55:56,940 DEBUG test_ui_base 23 65921 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 04:55:56,958 ERROR exception_decor 21 65923 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:55:56,961 DEBUG logFuncEntry 34 65923 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:55:56,961 DEBUG logFuncEntry 34 65923 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:56:56,957 DEBUG test_signal_base 28 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:56:56,957 DEBUG test_signal_base 28 66224 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 04:56:56,958 DEBUG logFuncEntry 34 66225 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:56:56,958 DEBUG logFuncEntry 34 66226 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:56:56,958 DEBUG logFuncEntry 34 66224 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:56:56,959 DEBUG test_git_signal 124 66225 140736596902848 Local environment, skipping test...
+2017-03-08 04:56:56,959 DEBUG test_ui_base 23 66226 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:56:56,960 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:56:56,960 DEBUG test_checklist_signal 25 66224 140736596902848 Local environment, skipping test...
+2017-03-08 04:56:56,961 DEBUG logFuncEntry 34 66224 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:56:56,965 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:56:56,966 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:56:56,966 DEBUG logFuncEntry 34 66223 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:56:56,973 DEBUG test_signal_base 39 66224 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-08 04:56:56,974 DEBUG logFuncEntry 34 66224 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:56:56,974 DEBUG test_ui_base 23 66224 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:56:56,978 DEBUG test_signal_base 39 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:56:56,979 DEBUG test_signal_base 28 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:56:56,979 DEBUG logFuncEntry 34 66225 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:56:56,979 DEBUG test_git_signal 24 66225 140736596902848 Local environment, skipping test...
+2017-03-08 04:56:56,979 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:56:56,990 DEBUG test_signal_base 39 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:56:56,990 DEBUG test_signal_base 28 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:56:56,991 DEBUG logFuncEntry 34 66225 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:56:56,991 DEBUG test_git_signal 95 66225 140736596902848 Local environment, skipping test...
+2017-03-08 04:56:56,991 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:56:57,002 DEBUG test_signal_base 39 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:56:57,002 DEBUG test_signal_base 28 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:56:57,003 DEBUG logFuncEntry 34 66225 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:56:57,003 DEBUG test_git_signal 73 66225 140736596902848 Local environment, skipping test...
+2017-03-08 04:56:57,003 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:56:57,013 DEBUG test_signal_base 39 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:56:57,014 DEBUG test_signal_base 28 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:56:57,014 DEBUG logFuncEntry 34 66225 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:56:57,014 DEBUG test_git_signal 51 66225 140736596902848 Local environment, skipping test...
+2017-03-08 04:56:57,014 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:56:57,026 DEBUG test_signal_base 39 66225 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:56:57,027 DEBUG logFuncEntry 34 66225 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:56:57,027 DEBUG test_ui_base 23 66225 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-03-08 04:56:57,064 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:56:57,065 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b3f7b020-1887-48db-ab01-02d2d9c7b4ce/5ee1fb03d6af4bb2b6ade17259b8a6e4
+2017-03-08 04:56:57,122 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:56:57,211 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:57,211 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:57,215 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:56:57,222 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:56:57,227 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:56:57,229 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:56:57,711 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:56:57,712 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/cc0817c5-a2e9-40e8-b460-9016b3344182
+2017-03-08 04:56:57,858 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:57,858 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:57,959 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:56:57,960 DEBUG test_negative_requests 158 66223 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-08 04:56:58,077 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:58,077 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:58,077 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/cc0817c5-a2e9-40e8-b460-9016b3344182
+2017-03-08 04:56:58,082 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:56:58,085 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:56:58,085 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/cc0817c5-a2e9-40e8-b460-9016b3344182
+2017-03-08 04:56:58,166 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:58,167 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:58,210 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:56:58,345 DEBUG api_checklist 29 66223 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:56:58,346 DEBUG test_negative_requests 162 66223 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-08 04:56:58,425 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:58,425 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:58,425 DEBUG test_negative_requests 168 66223 140736596902848 About to add audit log to checklist uuid 5ed84a71-38f9-46f2-8434-5c6adb047b59
+2017-03-08 04:56:58,425 DEBUG api_checklist 71 66223 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/5ed84a71-38f9-46f2-8434-5c6adb047b59/auditlog/
+2017-03-08 04:56:58,466 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b3f7b020-1887-48db-ab01-02d2d9c7b4ce. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:56:58,466 DEBUG test_negative_requests 172 66223 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 04:56:58,546 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:58,546 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:58,546 DEBUG test_negative_requests 168 66223 140736596902848 About to add audit log to checklist uuid 5ed84a71-38f9-46f2-8434-5c6adb047b59
+2017-03-08 04:56:58,547 DEBUG api_checklist 71 66223 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/5ed84a71-38f9-46f2-8434-5c6adb047b59/auditlog/
+2017-03-08 04:56:58,586 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:56:58,587 DEBUG test_negative_requests 172 66223 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 04:56:58,587 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:56:58,587 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:56:58,598 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:56:58,599 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:56:58,599 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:56:58,599 DEBUG logFuncEntry 34 66223 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:56:58,711 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:56:58,712 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/9db690b5-66f3-4d5f-b0aa-aa5696c5eac3/6c5f8b2945354e50b11499d319a79b9a
+2017-03-08 04:56:58,747 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:56:58,829 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:58,829 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:58,833 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:56:58,835 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:56:58,839 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:56:58,840 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:56:59,146 DEBUG test_ui_base 33 66224 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:56:59,180 DEBUG test_ui_base 33 66226 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:56:59,277 DEBUG test_ui_base 33 66225 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:56:59,548 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:56:59,548 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fea7d287-ba70-4d41-b6ac-7f62360351bc
+2017-03-08 04:56:59,624 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:59,625 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:59,671 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:56:59,671 DEBUG test_negative_requests 182 66223 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-08 04:56:59,738 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:59,738 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:59,738 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/fea7d287-ba70-4d41-b6ac-7f62360351bc
+2017-03-08 04:56:59,742 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:56:59,744 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:56:59,745 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fea7d287-ba70-4d41-b6ac-7f62360351bc
+2017-03-08 04:56:59,813 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:56:59,814 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:56:59,867 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:00,208 DEBUG api_checklist 29 66223 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:57:00,208 DEBUG test_negative_requests 186 66223 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-08 04:57:00,290 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:00,291 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:00,291 DEBUG test_negative_requests 192 66223 140736596902848 About to add next step to checklist uuid 74c6f281-420e-4f00-80c8-3f0df8f338aa
+2017-03-08 04:57:00,291 DEBUG api_checklist 92 66223 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/74c6f281-420e-4f00-80c8-3f0df8f338aa/eng/fea7d287-ba70-4d41-b6ac-7f62360351bc/nextstep/
+2017-03-08 04:57:00,341 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9db690b5-66f3-4d5f-b0aa-aa5696c5eac3. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,341 DEBUG test_negative_requests 196 66223 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 04:57:00,421 DEBUG api_user 92 66224 140736596902848 Moving to next test case
+2017-03-08 04:57:00,421 DEBUG api_user 169 66224 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d61b115f-e012-4ed9-9d3e-28e3e265e566/718cf17a8637453fb7830e15f6df51ac
+2017-03-08 04:57:00,442 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:00,442 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:00,442 DEBUG test_negative_requests 192 66223 140736596902848 About to add next step to checklist uuid 74c6f281-420e-4f00-80c8-3f0df8f338aa
+2017-03-08 04:57:00,442 DEBUG api_checklist 92 66223 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/74c6f281-420e-4f00-80c8-3f0df8f338aa/eng/fea7d287-ba70-4d41-b6ac-7f62360351bc/nextstep/
+2017-03-08 04:57:00,481 DEBUG api_user 172 66224 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:00,516 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,517 DEBUG test_negative_requests 196 66223 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 04:57:00,536 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:57:00,540 DEBUG logFuncEntry 34 66225 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:57:00,540 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:57:00,572 DEBUG api_user 92 66226 140736596902848 Moving to next test case
+2017-03-08 04:57:00,572 DEBUG api_user 169 66226 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0d976153-5025-4945-a1d2-dd055be796a7/7e1e628c543d4a28969891062fb0f8c4
+2017-03-08 04:57:00,583 DEBUG test_ui_base 49 66225 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-03-08 04:57:00,584 DEBUG logFuncEntry 34 66225 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:57:00,585 DEBUG test_ui_base 23 66225 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-03-08 04:57:00,609 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:00,609 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:00,618 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:00,620 DEBUG db_general 102 66224 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:00,624 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:00,625 DEBUG api_user 172 66226 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:00,626 DEBUG db_general 102 66224 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:00,628 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:00,628 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:00,628 DEBUG test_negative_requests 192 66223 140736596902848 About to add next step to checklist uuid 74c6f281-420e-4f00-80c8-3f0df8f338aa
+2017-03-08 04:57:00,628 DEBUG api_checklist 92 66223 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/74c6f281-420e-4f00-80c8-3f0df8f338aa/eng/fea7d287-ba70-4d41-b6ac-7f62360351bc/nextstep/
+2017-03-08 04:57:00,681 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,682 DEBUG test_negative_requests 196 66223 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 04:57:00,682 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:57:00,682 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:57:00,690 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:00,690 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:57:00,691 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:00,691 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:57:00,691 DEBUG test_negative_requests 42 66223 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-08 04:57:00,708 DEBUG api_user 110 66226 140736596902848 200 OK
+2017-03-08 04:57:00,709 DEBUG api_user 112 66226 140736596902848 Login successfully.
+2017-03-08 04:57:00,713 DEBUG db_general 91 66226 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:00,716 DEBUG db_general 102 66226 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:00,720 DEBUG db_general 91 66226 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:00,721 DEBUG db_general 102 66226 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:00,803 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:00,803 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8670c918-596e-4ddb-b16d-547e0526ee77/19a335160c624ed3a57be76570f73121
+2017-03-08 04:57:00,857 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:00,942 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:00,943 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:00,947 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:00,949 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:00,959 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:00,960 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:01,224 DEBUG api_virtual_function 59 66224 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:01,224 DEBUG api_gitlab 192 66224 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b76068e2-d86c-4ad4-8116-3cb9e6f0d057
+2017-03-08 04:57:01,328 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:01,329 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:01,379 DEBUG api_gitlab 210 66224 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:01,380 DEBUG fe_user 25 66224 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:01,380 DEBUG fe_user 26 66224 140736596902848 Insert Email
+2017-03-08 04:57:01,505 DEBUG api_virtual_function 59 66226 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:01,506 DEBUG api_gitlab 192 66226 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dd30ed09-cefc-468d-a625-4ce7629adce7
+2017-03-08 04:57:01,618 DEBUG api_user 110 66226 140736596902848 200 OK
+2017-03-08 04:57:01,618 DEBUG api_user 112 66226 140736596902848 Login successfully.
+2017-03-08 04:57:01,682 DEBUG api_gitlab 210 66226 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:01,683 DEBUG fe_user 25 66226 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:01,683 DEBUG fe_user 26 66226 140736596902848 Insert Email
+2017-03-08 04:57:01,866 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:01,866 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/aa35f8d2-80bd-4de5-9193-0c4a0bb9c1bf
+2017-03-08 04:57:01,950 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:01,950 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:01,996 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:02,067 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:02,067 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f212b507-4442-4120-bca3-87d0630a4ad1/da23f4dfa2644c3b86cda49f096d61e2
+2017-03-08 04:57:02,112 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:02,178 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:02,178 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:02,182 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:02,184 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:02,188 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:02,189 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:02,328 DEBUG fe_user 28 66224 140736596902848 Insert Password
+2017-03-08 04:57:02,549 DEBUG fe_user 28 66226 140736596902848 Insert Password
+2017-03-08 04:57:02,599 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:02,600 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fa74528-87d6-4314-9aa2-75bb7abccaeb
+2017-03-08 04:57:02,679 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:02,679 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:02,735 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:02,736 DEBUG test_negative_requests 47 66223 140736596902848 About to invite contact to the engagement of user ST0oJtN
+2017-03-08 04:57:02,736 DEBUG api_virtual_function 102 66223 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-08 04:57:02,771 DEBUG test_negative_requests 51 66223 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-08 04:57:02,771 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:57:02,771 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:57:02,776 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:02,777 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:57:02,777 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:02,777 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:57:02,777 DEBUG test_negative_requests 57 66223 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-08 04:57:02,867 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:02,868 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8937ca13-352d-4b6e-894a-fd2e73fc2b1e/5d7a5ef651c34c738d92b4aee9e59595
+2017-03-08 04:57:02,889 DEBUG test_ui_base 33 66225 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:02,907 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:02,981 DEBUG fe_user 30 66224 140736596902848 Click Login Button
+2017-03-08 04:57:02,987 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:02,987 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:02,992 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:02,994 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:03,003 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:03,005 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:03,132 DEBUG fe_user 32 66224 140736596902848 Login Button clicked
+2017-03-08 04:57:03,143 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:03,202 DEBUG fe_user 30 66226 140736596902848 Click Login Button
+2017-03-08 04:57:03,336 DEBUG fe_user 32 66226 140736596902848 Login Button clicked
+2017-03-08 04:57:03,345 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:03,658 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:04,075 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:04,075 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3
+2017-03-08 04:57:04,085 DEBUG db_cms 52 66225 140736596902848 Get DBCMS category id for name: News
+2017-03-08 04:57:04,086 DEBUG db_cms 54 66225 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 04:57:04,090 DEBUG db_cms 37 66225 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 04:57:04,094 DEBUG db_cms 45 66225 140736596902848 Query result: 1
+2017-03-08 04:57:04,095 DEBUG logFuncEntry 34 66225 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:57:04,095 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:57:04,111 DEBUG test_ui_base 49 66225 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-03-08 04:57:04,111 DEBUG logFuncEntry 34 66225 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:57:04,111 DEBUG test_ui_base 23 66225 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-03-08 04:57:04,172 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:04,183 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:04,184 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:04,239 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:04,253 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:04,351 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:04,351 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:04,351 DEBUG test_negative_requests 64 66223 140736596902848 About to add a next step to VF ST7Aspu using STLUmXA@intl.att.com token.
+2017-03-08 04:57:04,351 DEBUG api_virtual_function 18 66223 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3/nextsteps
+2017-03-08 04:57:04,415 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8937ca13-352d-4b6e-894a-fd2e73fc2b1e. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,415 DEBUG test_negative_requests 68 66223 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 04:57:04,523 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:04,523 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:04,524 DEBUG test_negative_requests 64 66223 140736596902848 About to add a next step to VF ST7Aspu using STGo3q7@intl.att.com token.
+2017-03-08 04:57:04,524 DEBUG api_virtual_function 18 66223 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3/nextsteps
+2017-03-08 04:57:04,570 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,571 DEBUG test_negative_requests 68 66223 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 04:57:04,658 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:04,658 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:04,658 DEBUG test_negative_requests 64 66223 140736596902848 About to add a next step to VF ST7Aspu using admin_ro@att.com token.
+2017-03-08 04:57:04,658 DEBUG api_virtual_function 18 66223 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3/nextsteps
+2017-03-08 04:57:04,710 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'STYjhAm';
+2017-03-08 04:57:04,713 DEBUG db_general 127 66224 140736596902848 Query result: b76068e2-d86c-4ad4-8116-3cb9e6f0d057
+2017-03-08 04:57:04,718 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'STYjhAm';
+2017-03-08 04:57:04,720 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,721 DEBUG test_negative_requests 68 66223 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 04:57:04,721 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:57:04,721 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:57:04,722 DEBUG db_general 127 66224 140736596902848 Query result: b76068e2-d86c-4ad4-8116-3cb9e6f0d057
+2017-03-08 04:57:04,725 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b76068e2-d86c-4ad4-8116-3cb9e6f0d057';
+2017-03-08 04:57:04,728 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5390
+2017-03-08 04:57:04,733 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:04,734 DEBUG db_general 115 66224 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5390';
+2017-03-08 04:57:04,734 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:57:04,735 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:04,735 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:57:04,735 DEBUG test_negative_requests 203 66223 140736596902848 Local environment, skipping test...
+2017-03-08 04:57:04,735 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:57:04,735 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:57:04,737 DEBUG db_general 127 66224 140736596902848 Query result: 761
+2017-03-08 04:57:04,747 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:04,748 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:57:04,749 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:04,749 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:57:04,749 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b76068e2-d86c-4ad4-8116-3cb9e6f0d057';
+2017-03-08 04:57:04,753 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:04,753 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5390
+2017-03-08 04:57:04,794 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:04,875 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:04,875 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1af5c013-5d3c-4967-a22c-6dcd2f28fc9e/1e41f48ce95640abaad1aa0175e0b8fb
+2017-03-08 04:57:04,931 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:05,038 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:05,038 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:05,042 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:05,044 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:05,047 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:05,050 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:05,267 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:05,699 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:05,700 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:05,782 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:05,821 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:05,821 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:05,928 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:05,929 DEBUG test_negative_requests 95 66223 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 04:57:06,019 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:06,019 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:06,019 DEBUG test_negative_requests 101 66223 140736596902848 About to create checklist for VF STaOcJm
+2017-03-08 04:57:06,019 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:06,023 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:06,026 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:06,026 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:06,080 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'b76068e2-d86c-4ad4-8116-3cb9e6f0d057';
+2017-03-08 04:57:06,084 DEBUG db_general 127 66224 140736596902848 Query result: ["('af988cf2-7262-498a-acb4-13d91e4e4b48", "('572d5a73-8b44-4e6f-b47d-9ed1e90fd3ed", "('1c598fe3-1eb7-4880-8fd6-45aad0d526e4", "('23b0f723-3976-45c7-a1f1-57948c189d47"]
+2017-03-08 04:57:06,089 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:57:06,091 DEBUG logFuncEntry 34 66224 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:57:06,091 DEBUG logFuncEntry 34 66224 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:57:06,100 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:06,100 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:06,102 DEBUG test_ui_base 49 66224 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:57:06,103 DEBUG logFuncEntry 34 66224 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:57:06,103 DEBUG test_ui_base 23 66224 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:57:06,170 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:06,238 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1af5c013-5d3c-4967-a22c-6dcd2f28fc9e. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:06,239 DEBUG test_negative_requests 105 66223 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:57:06,298 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:06,391 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:06,391 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:06,392 DEBUG test_negative_requests 101 66223 140736596902848 About to create checklist for VF STaOcJm
+2017-03-08 04:57:06,392 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:06,401 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:06,406 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:06,407 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:06,520 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:06,520 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:06,595 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:06,664 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:06,665 DEBUG test_negative_requests 105 66223 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:57:06,688 DEBUG test_ui_base 33 66225 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:06,802 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:06,802 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:06,803 DEBUG test_negative_requests 101 66223 140736596902848 About to create checklist for VF STaOcJm
+2017-03-08 04:57:06,803 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:06,810 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:06,816 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:06,816 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f004bf60-f55b-44b8-b91a-ad4d8013871e
+2017-03-08 04:57:06,817 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:06,970 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:06,970 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:07,047 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:07,096 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:07,097 DEBUG test_negative_requests 105 66223 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:57:07,097 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:57:07,097 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:57:07,118 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:07,119 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:57:07,119 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:07,119 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:57:07,120 DEBUG test_negative_requests 74 66223 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-08 04:57:07,242 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:07,243 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dac174e9-a302-4287-9a51-5eb18021f71c/ba923f15b35248debb1bf036d0e2f5d3
+2017-03-08 04:57:07,293 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:07,333 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:07,397 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:07,397 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:07,404 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:07,406 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:07,411 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:07,414 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:07,850 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:08,061 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:08,062 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/37dc1384-364b-463b-9da0-479e9b95e3d4
+2017-03-08 04:57:08,084 DEBUG db_cms 114 66225 140736596902848 Retrive id of documentation page:
+2017-03-08 04:57:08,084 DEBUG db_cms 88 66225 140736596902848 Retrive id of documentation page:
+2017-03-08 04:57:08,084 DEBUG db_cms 90 66225 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 04:57:08,090 DEBUG db_cms 37 66225 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 04:57:08,093 DEBUG db_cms 45 66225 140736596902848 Query result: 10
+2017-03-08 04:57:08,093 DEBUG db_cms 119 66225 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STuYOlN', 'title_Of_Page_STuYOlN-slug', '', 'description_Of_Page_STQ30GH', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STuYOlN', 'richtextpage', true, 10, 1);
+2017-03-08 04:57:08,098 DEBUG db_cms 23 66225 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STuYOlN', 'title_Of_Page_STuYOlN-slug', '', 'description_Of_Page_STQ30GH', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STuYOlN', 'richtextpage', true, 10, 1);
+2017-03-08 04:57:08,109 DEBUG db_cms 27 66225 140736596902848 Insert query success!
+2017-03-08 04:57:08,109 DEBUG db_cms 96 66225 140736596902848 Retrive id of last page inserted:
+2017-03-08 04:57:08,109 DEBUG db_cms 98 66225 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-08 04:57:08,114 DEBUG db_cms 37 66225 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-08 04:57:08,117 DEBUG db_cms 45 66225 140736596902848 Query result: 60
+2017-03-08 04:57:08,117 DEBUG db_cms 123 66225 140736596902848 Bind the page with the rich text content related to this page
+2017-03-08 04:57:08,117 DEBUG db_cms 125 66225 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (60, '<p>description_Of_Page_STQ30GH</p>');
+2017-03-08 04:57:08,124 DEBUG db_cms 23 66225 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (60, '<p>description_Of_Page_STQ30GH</p>');
+2017-03-08 04:57:08,132 DEBUG db_cms 27 66225 140736596902848 Insert query success!
+2017-03-08 04:57:08,179 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:08,179 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:08,239 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:08,262 DEBUG api_user 92 66225 140736596902848 Moving to next test case
+2017-03-08 04:57:08,263 DEBUG api_user 169 66225 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/030c2314-11ae-4700-8894-71d5364b19a2/d5b204c2a2824d03980fd0e61902f3d3
+2017-03-08 04:57:08,316 DEBUG api_user 172 66225 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:08,349 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:08,349 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:08,349 DEBUG api_virtual_function 18 66223 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/37dc1384-364b-463b-9da0-479e9b95e3d4/nextsteps
+2017-03-08 04:57:08,412 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:08,449 DEBUG api_user 110 66225 140736596902848 200 OK
+2017-03-08 04:57:08,450 DEBUG api_user 112 66225 140736596902848 Login successfully.
+2017-03-08 04:57:08,456 DEBUG db_general 91 66225 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:08,458 DEBUG db_general 102 66225 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:08,464 DEBUG db_general 91 66225 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:08,467 DEBUG db_general 102 66225 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:08,564 DEBUG api_virtual_function 32 66223 140736596902848 Next step was added to the engagement!
+2017-03-08 04:57:08,678 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:08,678 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:08,679 DEBUG test_negative_requests 84 66223 140736596902848 About to edit a next step (ns uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3) using STZ1oGq@intl.att.com token.
+2017-03-08 04:57:08,679 DEBUG api_virtual_function 133 66223 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/ebf6cfb8-cf28-4c57-ace7-d087149ff2a3/engagement/37dc1384-364b-463b-9da0-479e9b95e3d4/modify/
+2017-03-08 04:57:08,726 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:08,727 DEBUG test_negative_requests 88 66223 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 04:57:08,806 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:08,807 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:08,807 DEBUG test_negative_requests 84 66223 140736596902848 About to edit a next step (ns uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3) using STeAt62@intl.att.com token.
+2017-03-08 04:57:08,807 DEBUG api_virtual_function 133 66223 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/ebf6cfb8-cf28-4c57-ace7-d087149ff2a3/engagement/37dc1384-364b-463b-9da0-479e9b95e3d4/modify/
+2017-03-08 04:57:08,853 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:08,854 DEBUG test_negative_requests 88 66223 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 04:57:08,929 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:08,938 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:08,938 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:08,938 DEBUG test_negative_requests 84 66223 140736596902848 About to edit a next step (ns uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3) using admin_ro@att.com token.
+2017-03-08 04:57:08,938 DEBUG api_virtual_function 133 66223 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/ebf6cfb8-cf28-4c57-ace7-d087149ff2a3/engagement/37dc1384-364b-463b-9da0-479e9b95e3d4/modify/
+2017-03-08 04:57:09,015 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:09,015 DEBUG test_negative_requests 88 66223 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 04:57:09,016 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:57:09,016 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:57:09,022 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:09,023 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:57:09,024 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:09,024 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:57:09,024 DEBUG test_negative_requests 27 66223 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-08 04:57:09,071 DEBUG api_virtual_function 59 66225 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:09,071 DEBUG api_gitlab 192 66225 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/94994cd9-9e6b-4f11-8e1f-20fb552707f6
+2017-03-08 04:57:09,115 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:09,116 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e7018f02-ff11-44c5-a0df-a66f7fe959a2/ba39bab9a47a4c328266431ae5af854a
+2017-03-08 04:57:09,147 DEBUG api_user 110 66225 140736596902848 200 OK
+2017-03-08 04:57:09,148 DEBUG api_user 112 66225 140736596902848 Login successfully.
+2017-03-08 04:57:09,157 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:09,201 DEBUG api_gitlab 210 66225 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:09,201 DEBUG fe_user 25 66225 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:09,202 DEBUG fe_user 26 66225 140736596902848 Insert Email
+2017-03-08 04:57:09,226 DEBUG test_ui_base 33 66224 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:09,245 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:09,246 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:09,250 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:09,252 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:09,258 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:09,260 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:09,445 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:09,678 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:09,678 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b2db0fff-3dbf-4eb2-a7a9-886a64a8cd08
+2017-03-08 04:57:09,751 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:09,751 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:09,798 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:09,892 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:09,892 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8f89ca78-c57e-4993-a61c-2076e67d4e7d/cb0c723f07cd45e6a9ce3b7c64ca09e1
+2017-03-08 04:57:09,939 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:09,964 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:10,025 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:10,025 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:10,030 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:10,032 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:10,036 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:10,038 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:10,140 DEBUG fe_user 28 66225 140736596902848 Insert Password
+2017-03-08 04:57:10,438 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:10,438 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/567876d5-fcb4-440b-869a-2df4a8e7b45e
+2017-03-08 04:57:10,478 DEBUG api_user 92 66224 140736596902848 Moving to next test case
+2017-03-08 04:57:10,478 DEBUG api_user 169 66224 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ba531b3e-251e-4511-aa1b-5c1eae440613/c35706e90de1414a9e9d5ab48abb30bc
+2017-03-08 04:57:10,482 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:10,519 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:10,519 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:10,522 DEBUG api_user 172 66224 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:10,572 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:10,572 DEBUG test_negative_requests 32 66223 140736596902848 About to invite team member to the engagement of user STQo1LW
+2017-03-08 04:57:10,572 DEBUG api_virtual_function 73 66223 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-08 04:57:10,596 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:10,597 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:10,600 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:10,601 DEBUG db_general 102 66224 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:10,604 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:10,606 DEBUG db_general 102 66224 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:10,620 ERROR api_virtual_function 95 66223 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:57:10,620 DEBUG test_negative_requests 36 66223 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-08 04:57:10,620 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:57:10,620 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:57:10,625 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:10,626 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:57:10,626 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:10,626 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:57:10,731 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:10,731 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dca54a55-fe63-4796-9638-e509633d9621/f5ea25940920491b907e0d11319c39cd
+2017-03-08 04:57:10,767 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:10,805 DEBUG fe_user 30 66225 140736596902848 Click Login Button
+2017-03-08 04:57:10,859 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:10,859 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:10,865 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:10,866 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:10,870 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:10,871 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:10,923 DEBUG fe_user 32 66225 140736596902848 Login Button clicked
+2017-03-08 04:57:10,931 DEBUG wait 110 66225 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:11,003 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:11,369 DEBUG api_virtual_function 59 66224 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:11,370 DEBUG api_gitlab 192 66224 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/75ccb4ba-109f-4b8b-b1f1-e0b791745ce5
+2017-03-08 04:57:11,444 DEBUG wait 110 66225 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:11,480 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:11,480 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:11,517 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:11,532 DEBUG api_gitlab 210 66224 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:11,532 DEBUG fe_user 25 66224 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:11,532 DEBUG fe_user 26 66224 140736596902848 Insert Email
+2017-03-08 04:57:11,641 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:11,642 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8d997d46-4f88-46be-8fdc-f64304ada707
+2017-03-08 04:57:11,710 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:11,710 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:11,755 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:11,755 DEBUG test_negative_requests 139 66223 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-08 04:57:11,825 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:11,825 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:11,825 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8d997d46-4f88-46be-8fdc-f64304ada707
+2017-03-08 04:57:11,830 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:11,832 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:11,833 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8d997d46-4f88-46be-8fdc-f64304ada707
+2017-03-08 04:57:11,903 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:11,903 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:11,946 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:12,028 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:12,335 DEBUG api_checklist 29 66223 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:57:12,335 DEBUG test_negative_requests 143 66223 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-08 04:57:12,335 DEBUG test_negative_requests 147 66223 140736596902848 About to change checklist state for VF STAn0N3
+2017-03-08 04:57:12,408 DEBUG fe_user 28 66224 140736596902848 Insert Password
+2017-03-08 04:57:12,408 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:12,409 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:12,449 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,450 DEBUG test_negative_requests 151 66223 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 04:57:12,450 DEBUG test_negative_requests 147 66223 140736596902848 About to change checklist state for VF STAn0N3
+2017-03-08 04:57:12,516 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:12,516 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:12,541 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:12,557 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,558 DEBUG test_negative_requests 151 66223 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 04:57:12,558 DEBUG test_negative_requests 147 66223 140736596902848 About to change checklist state for VF STAn0N3
+2017-03-08 04:57:12,623 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:12,623 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:12,660 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,660 DEBUG test_negative_requests 151 66223 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 04:57:12,660 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:57:12,660 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:57:12,667 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:12,668 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:57:12,668 DEBUG testApiBase 21 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:57:12,668 DEBUG logFuncEntry 34 66223 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:57:12,736 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:12,737 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4db9d949-2ce3-4c2c-a46d-f33875d2ca19/806c6aa4add542969182b1240baf7202
+2017-03-08 04:57:12,769 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:12,834 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:12,834 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:12,838 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:12,840 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:12,843 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:12,845 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:13,057 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:13,057 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c
+2017-03-08 04:57:13,081 DEBUG fe_user 30 66224 140736596902848 Click Login Button
+2017-03-08 04:57:13,133 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:13,134 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:13,196 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:13,197 DEBUG fe_user 32 66224 140736596902848 Login Button clicked
+2017-03-08 04:57:13,197 DEBUG test_negative_requests 115 66223 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-08 04:57:13,203 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:13,282 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:13,282 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:13,282 DEBUG api_checklist 16 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c
+2017-03-08 04:57:13,289 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:13,292 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:13,292 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c
+2017-03-08 04:57:13,454 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:13,455 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:13,641 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:13,716 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:13,964 DEBUG logFuncEntry 34 66226 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:57:13,965 DEBUG logFuncEntry 34 66226 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:57:13,984 DEBUG test_ui_base 49 66226 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:57:13,985 DEBUG logFuncEntry 34 66226 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:57:13,985 DEBUG test_ui_base 23 66226 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:57:14,089 DEBUG api_checklist 29 66223 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:57:14,089 DEBUG test_negative_requests 119 66223 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 04:57:14,172 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:14,172 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:14,172 DEBUG test_negative_requests 125 66223 140736596902848 About to update checklist for VF ST7UloY
+2017-03-08 04:57:14,172 DEBUG api_checklist 45 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c
+2017-03-08 04:57:14,176 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:14,178 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:14,213 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4db9d949-2ce3-4c2c-a46d-f33875d2ca19. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,213 DEBUG test_negative_requests 129 66223 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:57:14,271 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_vf Where name = 'ST5Ly7E';
+2017-03-08 04:57:14,273 DEBUG db_general 127 66224 140736596902848 Query result: 9bc6cfa1-8272-4a4c-88a2-957ec523b455
+2017-03-08 04:57:14,276 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST5Ly7E';
+2017-03-08 04:57:14,278 DEBUG db_general 127 66224 140736596902848 Query result: 75ccb4ba-109f-4b8b-b1f1-e0b791745ce5
+2017-03-08 04:57:14,281 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST5Ly7E';
+2017-03-08 04:57:14,284 DEBUG db_general 127 66224 140736596902848 Query result: 75ccb4ba-109f-4b8b-b1f1-e0b791745ce5
+2017-03-08 04:57:14,287 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:14,287 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:14,287 DEBUG test_negative_requests 125 66223 140736596902848 About to update checklist for VF ST7UloY
+2017-03-08 04:57:14,287 DEBUG api_checklist 45 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c
+2017-03-08 04:57:14,288 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '75ccb4ba-109f-4b8b-b1f1-e0b791745ce5';
+2017-03-08 04:57:14,292 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5400
+2017-03-08 04:57:14,291 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:14,294 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:14,296 DEBUG db_general 115 66224 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5400';
+2017-03-08 04:57:14,300 DEBUG db_general 127 66224 140736596902848 Query result: 761
+2017-03-08 04:57:14,306 DEBUG fe_checklist 50 66224 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-08 04:57:14,309 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '75ccb4ba-109f-4b8b-b1f1-e0b791745ce5';
+2017-03-08 04:57:14,312 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5400
+2017-03-08 04:57:14,334 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,335 DEBUG test_negative_requests 129 66223 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:57:14,429 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:14,429 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:14,429 DEBUG test_negative_requests 125 66223 140736596902848 About to update checklist for VF ST7UloY
+2017-03-08 04:57:14,429 DEBUG api_checklist 45 66223 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c
+2017-03-08 04:57:14,434 DEBUG db_general 115 66223 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:57:14,438 DEBUG db_general 127 66223 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:57:14,487 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,487 DEBUG test_negative_requests 129 66223 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:57:14,488 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:57:14,488 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:57:14,501 DEBUG testApiBase 32 66223 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:57:14,502 DEBUG logFuncEntry 34 66223 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:57:14,503 DEBUG test_ui_base 23 66223 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:57:14,636 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '75ccb4ba-109f-4b8b-b1f1-e0b791745ce5';
+2017-03-08 04:57:14,644 DEBUG db_general 127 66224 140736596902848 Query result: ["('41bc01f7-e6db-4ce0-b922-ac51784ebc05", "('d4b17b97-cac8-4ffe-9585-1e313a2c495b", "('9eeee5f0-69d2-408f-9ad7-c3f77051ee3c", "('3c3850db-922d-47f0-ab52-1b89c475c8d5"]
+2017-03-08 04:57:14,674 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:57:14,677 DEBUG logFuncEntry 34 66224 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:57:14,678 DEBUG logFuncEntry 34 66224 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:57:14,708 DEBUG test_ui_base 49 66224 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:57:14,709 DEBUG logFuncEntry 34 66224 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:57:14,709 DEBUG test_ui_base 23 66224 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:57:17,090 DEBUG test_ui_base 33 66226 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:17,681 DEBUG test_ui_base 33 66223 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:17,898 DEBUG test_ui_base 33 66224 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:18,224 DEBUG api_user 92 66226 140736596902848 Moving to next test case
+2017-03-08 04:57:18,224 DEBUG api_user 169 66226 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3f362332-fbc2-4a8b-8efa-d53a04ea1fff/dcae9154600e4088a5d7bf82494c07cf
+2017-03-08 04:57:18,258 DEBUG api_user 172 66226 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:18,327 DEBUG api_user 110 66226 140736596902848 200 OK
+2017-03-08 04:57:18,328 DEBUG api_user 112 66226 140736596902848 Login successfully.
+2017-03-08 04:57:18,334 DEBUG db_general 91 66226 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:18,336 DEBUG db_general 102 66226 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:18,340 DEBUG db_general 91 66226 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:18,342 DEBUG db_general 102 66226 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:18,734 DEBUG api_virtual_function 59 66226 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:18,734 DEBUG api_gitlab 192 66226 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/954ed0af-6a22-420c-952e-b74a8c83aa22
+2017-03-08 04:57:18,837 DEBUG api_user 110 66226 140736596902848 200 OK
+2017-03-08 04:57:18,838 DEBUG api_user 112 66226 140736596902848 Login successfully.
+2017-03-08 04:57:18,870 DEBUG logFuncEntry 34 66223 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:57:18,909 DEBUG api_gitlab 210 66226 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:18,909 DEBUG fe_user 25 66226 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:18,909 DEBUG fe_user 26 66226 140736596902848 Insert Email
+2017-03-08 04:57:18,991 DEBUG api_user 92 66223 140736596902848 Moving to next test case
+2017-03-08 04:57:18,992 DEBUG api_user 169 66223 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e5543ff3-ce9e-48e4-aa0b-e6201be2c544/9dee445c82fc44e5845f5248f13dd311
+2017-03-08 04:57:19,036 DEBUG api_user 172 66223 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:19,125 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:19,125 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:19,128 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:19,130 DEBUG db_general 102 66223 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:19,135 DEBUG db_general 91 66223 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:19,137 DEBUG db_general 102 66223 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:19,155 DEBUG api_user 92 66224 140736596902848 Moving to next test case
+2017-03-08 04:57:19,155 DEBUG api_user 169 66224 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2c498fa8-18ef-4d93-86d1-57bacae21403/8ee0571164894a05bbe7bf7a4ea88c59
+2017-03-08 04:57:19,188 DEBUG api_user 172 66224 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:19,267 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:19,267 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:19,272 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:19,273 DEBUG db_general 102 66224 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:19,278 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:19,280 DEBUG db_general 102 66224 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:19,517 DEBUG api_virtual_function 59 66223 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:19,518 DEBUG api_gitlab 192 66223 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7daffbd5-7e8e-4127-a3e5-552320257b28
+2017-03-08 04:57:19,581 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:19,582 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:19,624 DEBUG api_gitlab 210 66223 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:19,624 DEBUG test_dashboard_feature 55 66223 140736596902848 Login with standard user STsvrym@intl.att.com
+2017-03-08 04:57:19,624 DEBUG fe_user 25 66223 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:19,625 DEBUG fe_user 26 66223 140736596902848 Insert Email
+2017-03-08 04:57:19,690 DEBUG api_virtual_function 59 66224 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:19,691 DEBUG api_gitlab 192 66224 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/cb9eee76-c590-43ce-893d-63e5d5236d71
+2017-03-08 04:57:19,766 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:19,766 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:19,804 DEBUG api_gitlab 210 66224 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:19,805 DEBUG fe_user 25 66224 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:19,805 DEBUG fe_user 26 66224 140736596902848 Insert Email
+2017-03-08 04:57:19,844 DEBUG fe_user 28 66226 140736596902848 Insert Password
+2017-03-08 04:57:20,496 DEBUG fe_user 30 66226 140736596902848 Click Login Button
+2017-03-08 04:57:20,520 DEBUG fe_user 28 66223 140736596902848 Insert Password
+2017-03-08 04:57:20,628 DEBUG fe_user 32 66226 140736596902848 Login Button clicked
+2017-03-08 04:57:20,633 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:20,703 DEBUG fe_user 28 66224 140736596902848 Insert Password
+2017-03-08 04:57:21,143 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:21,185 DEBUG fe_user 30 66223 140736596902848 Click Login Button
+2017-03-08 04:57:21,293 DEBUG fe_user 32 66223 140736596902848 Login Button clicked
+2017-03-08 04:57:21,297 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:21,377 DEBUG fe_user 30 66224 140736596902848 Click Login Button
+2017-03-08 04:57:21,489 DEBUG fe_user 32 66224 140736596902848 Login Button clicked
+2017-03-08 04:57:21,499 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:21,809 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:22,020 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:22,439 DEBUG api_user 110 66223 140736596902848 200 OK
+2017-03-08 04:57:22,440 DEBUG api_user 112 66223 140736596902848 Login successfully.
+2017-03-08 04:57:22,440 DEBUG fe_user 156 66223 140736596902848 Adding new next step (via api) and assigning it to user STYag7E
+2017-03-08 04:57:22,440 DEBUG api_virtual_function 18 66223 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/7daffbd5-7e8e-4127-a3e5-552320257b28/nextsteps
+2017-03-08 04:57:22,542 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_vf Where name = 'STFWfA5';
+2017-03-08 04:57:22,544 DEBUG db_general 127 66224 140736596902848 Query result: 24af1f5a-06fa-4428-b597-a21f97b1add1
+2017-03-08 04:57:22,548 DEBUG api_virtual_function 32 66223 140736596902848 Next step was added to the engagement!
+2017-03-08 04:57:22,548 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'STFWfA5';
+2017-03-08 04:57:22,549 DEBUG fe_user 158 66223 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:57:22,551 DEBUG db_general 127 66224 140736596902848 Query result: cb9eee76-c590-43ce-893d-63e5d5236d71
+2017-03-08 04:57:22,555 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'STFWfA5';
+2017-03-08 04:57:22,557 DEBUG db_general 127 66224 140736596902848 Query result: cb9eee76-c590-43ce-893d-63e5d5236d71
+2017-03-08 04:57:22,561 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'cb9eee76-c590-43ce-893d-63e5d5236d71';
+2017-03-08 04:57:22,563 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5405
+2017-03-08 04:57:22,567 DEBUG db_general 115 66224 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5405';
+2017-03-08 04:57:22,570 DEBUG db_general 127 66224 140736596902848 Query result: 2
+2017-03-08 04:57:22,575 DEBUG fe_checklist 50 66224 140736596902848 EL email: hs0007@att.com
+2017-03-08 04:57:22,578 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'cb9eee76-c590-43ce-893d-63e5d5236d71';
+2017-03-08 04:57:22,580 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5405
+2017-03-08 04:57:22,666 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:57:22,668 DEBUG logFuncEntry 34 66225 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:57:22,669 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:57:22,687 DEBUG test_ui_base 49 66225 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-03-08 04:57:22,688 DEBUG logFuncEntry 34 66225 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 04:57:22,688 DEBUG test_ui_base 23 66225 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-03-08 04:57:22,834 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'cb9eee76-c590-43ce-893d-63e5d5236d71';
+2017-03-08 04:57:22,837 DEBUG db_general 127 66224 140736596902848 Query result: ["('dbfef22d-789f-4eea-9ee3-7887fc3cf7a5", "('bd99f084-68ed-4caf-9d1f-0bd6e26c0bd0", "('522a73cc-7a20-421c-80aa-94d1822f22ef", "('2904316a-134d-43c1-b36b-f7f7faeed51e"]
+2017-03-08 04:57:22,843 DEBUG logFuncEntry 34 66224 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:57:22,843 DEBUG logFuncEntry 34 66224 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:57:22,859 DEBUG test_ui_base 49 66224 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-03-08 04:57:22,859 DEBUG logFuncEntry 34 66224 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:57:22,860 DEBUG test_ui_base 23 66224 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-08 04:57:23,689 DEBUG fe_user 160 66223 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:57:23,753 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:24,285 DEBUG fe_dashboard 155 66223 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:57:24,313 DEBUG fe_dashboard 162 66223 140736596902848 > Check if creator of NS is the EL ST0niV8
+2017-03-08 04:57:24,348 DEBUG fe_overview 32 66223 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:57:25,669 DEBUG fe_general 34 66223 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:57:25,824 DEBUG test_ui_base 33 66225 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:25,886 DEBUG fe_overview 36 66223 140736596902848 Login with EL user STeAt62@intl.att.com
+2017-03-08 04:57:25,887 DEBUG fe_user 25 66223 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:25,887 DEBUG fe_user 26 66223 140736596902848 Insert Email
+2017-03-08 04:57:26,022 DEBUG test_ui_base 33 66224 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:26,812 DEBUG fe_user 28 66223 140736596902848 Insert Password
+2017-03-08 04:57:26,981 DEBUG db_cms 60 66225 140736596902848 Insert new post : title_Announcement_STABR5I
+2017-03-08 04:57:26,981 DEBUG db_cms 64 66225 140736596902848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STABR5I', 'title_Announcement_STABR5I-slug', '', 'description_Announcement_STidNpo', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STidNpo</p>', true, '', 1, 1);
+2017-03-08 04:57:26,986 DEBUG db_cms 23 66225 140736596902848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STABR5I', 'title_Announcement_STABR5I-slug', '', 'description_Announcement_STidNpo', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STidNpo</p>', true, '', 1, 1);
+2017-03-08 04:57:26,997 DEBUG db_cms 27 66225 140736596902848 Insert query success!
+2017-03-08 04:57:26,998 DEBUG db_cms 73 66225 140736596902848 Get the id of the post inserted
+2017-03-08 04:57:26,998 DEBUG db_cms 75 66225 140736596902848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-03-08 04:57:27,002 DEBUG db_cms 37 66225 140736596902848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-03-08 04:57:27,004 DEBUG db_cms 45 66225 140736596902848 Query result: 124
+2017-03-08 04:57:27,004 DEBUG db_cms 52 66225 140736596902848 Get DBCMS category id for name: Announcement
+2017-03-08 04:57:27,004 DEBUG db_cms 54 66225 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-03-08 04:57:27,009 DEBUG db_cms 37 66225 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-03-08 04:57:27,011 DEBUG db_cms 45 66225 140736596902848 Query result: 2
+2017-03-08 04:57:27,011 DEBUG db_cms 81 66225 140736596902848 bind category into inserted post: 124
+2017-03-08 04:57:27,011 DEBUG db_cms 83 66225 140736596902848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (124, 2);
+2017-03-08 04:57:27,016 DEBUG db_cms 23 66225 140736596902848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (124, 2);
+2017-03-08 04:57:27,028 DEBUG db_cms 27 66225 140736596902848 Insert query success!
+2017-03-08 04:57:27,104 DEBUG fe_general 34 66226 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:57:27,121 DEBUG api_user 92 66225 140736596902848 Moving to next test case
+2017-03-08 04:57:27,121 DEBUG api_user 169 66225 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3c89b8f5-9037-4cb1-9978-1c932f5d18a7/1f6e15f7c37f46349651a46159305d9f
+2017-03-08 04:57:27,167 DEBUG api_user 172 66225 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:27,223 DEBUG api_user 92 66224 140736596902848 Moving to next test case
+2017-03-08 04:57:27,223 DEBUG api_user 169 66224 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3aab5fc1-b01e-4b02-a6ae-4d19170a793e/87ae97618e0f4f6eb6daa8f7e9a95bd7
+2017-03-08 04:57:27,264 DEBUG api_user 110 66225 140736596902848 200 OK
+2017-03-08 04:57:27,264 DEBUG api_user 112 66225 140736596902848 Login successfully.
+2017-03-08 04:57:27,267 DEBUG api_user 172 66224 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:27,269 DEBUG db_general 91 66225 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:27,270 DEBUG db_general 102 66225 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:27,274 DEBUG db_general 91 66225 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:27,276 DEBUG db_general 102 66225 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:27,286 DEBUG fe_user 25 66226 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:27,287 DEBUG fe_user 26 66226 140736596902848 Insert Email
+2017-03-08 04:57:27,371 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:27,371 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:27,376 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:27,377 DEBUG db_general 102 66224 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:27,382 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:27,383 DEBUG db_general 102 66224 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:27,474 DEBUG fe_user 30 66223 140736596902848 Click Login Button
+2017-03-08 04:57:27,573 DEBUG fe_user 32 66223 140736596902848 Login Button clicked
+2017-03-08 04:57:27,577 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:28,027 DEBUG api_virtual_function 59 66225 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:28,027 DEBUG api_gitlab 192 66225 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d8722ec6-72be-4be8-a6a0-b2b039c646f6
+2017-03-08 04:57:28,091 DEBUG fe_user 28 66226 140736596902848 Insert Password
+2017-03-08 04:57:28,153 DEBUG api_user 110 66225 140736596902848 200 OK
+2017-03-08 04:57:28,154 DEBUG api_user 112 66225 140736596902848 Login successfully.
+2017-03-08 04:57:28,163 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:28,241 DEBUG api_gitlab 210 66225 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:28,241 DEBUG api_virtual_function 59 66224 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:28,241 DEBUG fe_user 25 66225 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:28,241 DEBUG fe_user 26 66225 140736596902848 Insert Email
+2017-03-08 04:57:28,241 DEBUG api_gitlab 192 66224 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c01c4e73-2bf7-4dee-8249-44b76a712bc4
+2017-03-08 04:57:28,332 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:28,333 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:28,385 DEBUG api_gitlab 210 66224 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:28,386 DEBUG fe_user 25 66224 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:28,386 DEBUG fe_user 26 66224 140736596902848 Insert Email
+2017-03-08 04:57:28,675 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:28,736 DEBUG fe_user 30 66226 140736596902848 Click Login Button
+2017-03-08 04:57:28,839 DEBUG fe_user 32 66226 140736596902848 Login Button clicked
+2017-03-08 04:57:28,845 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:29,129 DEBUG fe_user 28 66225 140736596902848 Insert Password
+2017-03-08 04:57:29,197 DEBUG db_general 115 66223 140736596902848 Query : select id from ice_user_profile Where email = 'STeAt62@intl.att.com';
+2017-03-08 04:57:29,200 DEBUG db_general 127 66223 140736596902848 Query result: 4498
+2017-03-08 04:57:29,206 DEBUG db_general 49 66223 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=4498 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:57:29,230 DEBUG db_general 57 66223 140736596902848 Query result: 24
+2017-03-08 04:57:29,230 DEBUG fe_overview 41 66223 140736596902848 el_assigned_ns=2
+2017-03-08 04:57:29,236 DEBUG wait 110 66223 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:29,276 DEBUG fe_user 28 66224 140736596902848 Insert Password
+2017-03-08 04:57:29,475 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:29,814 DEBUG fe_user 30 66225 140736596902848 Click Login Button
+2017-03-08 04:57:29,924 DEBUG fe_user 32 66225 140736596902848 Login Button clicked
+2017-03-08 04:57:29,932 DEBUG wait 110 66225 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:29,980 DEBUG fe_user 30 66224 140736596902848 Click Login Button
+2017-03-08 04:57:29,987 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:30,125 DEBUG fe_user 32 66224 140736596902848 Login Button clicked
+2017-03-08 04:57:30,132 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:57:30,450 DEBUG wait 110 66225 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:30,505 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:30,649 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:30,965 DEBUG wait 110 66225 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:31,018 DEBUG wait 110 66226 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:31,161 DEBUG wait 110 66224 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:57:31,685 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_vf Where name = 'STj08xV';
+2017-03-08 04:57:31,688 DEBUG db_general 127 66224 140736596902848 Query result: 2c3410a0-9481-4ba2-a543-699e35ccf921
+2017-03-08 04:57:31,691 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'STj08xV';
+2017-03-08 04:57:31,693 DEBUG db_general 127 66224 140736596902848 Query result: c01c4e73-2bf7-4dee-8249-44b76a712bc4
+2017-03-08 04:57:31,697 DEBUG db_general 115 66224 140736596902848 Query : select engagement_id from ice_vf Where name = 'STj08xV';
+2017-03-08 04:57:31,700 DEBUG db_general 127 66224 140736596902848 Query result: c01c4e73-2bf7-4dee-8249-44b76a712bc4
+2017-03-08 04:57:31,703 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c01c4e73-2bf7-4dee-8249-44b76a712bc4';
+2017-03-08 04:57:31,706 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5407
+2017-03-08 04:57:31,710 DEBUG db_general 115 66224 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5407';
+2017-03-08 04:57:31,712 DEBUG db_general 127 66224 140736596902848 Query result: 4409
+2017-03-08 04:57:31,717 DEBUG fe_checklist 50 66224 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-08 04:57:31,720 DEBUG db_general 115 66224 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c01c4e73-2bf7-4dee-8249-44b76a712bc4';
+2017-03-08 04:57:31,723 DEBUG db_general 127 66224 140736596902848 Query result: 2017-5407
+2017-03-08 04:57:31,936 DEBUG db_general 115 66224 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'c01c4e73-2bf7-4dee-8249-44b76a712bc4';
+2017-03-08 04:57:31,939 DEBUG db_general 127 66224 140736596902848 Query result: ["('eb8d73cb-c6e7-42b8-83da-93af90970b07", "('251ed3fe-2214-4c40-b43d-a43b75bd416a", "('12947a9e-ae09-4f18-a3a2-54e83f61c2ce", "('daec8a70-a184-47ed-b217-f1d54cb1feaf"]
+2017-03-08 04:57:31,944 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:57:31,945 DEBUG logFuncEntry 34 66224 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:57:31,945 DEBUG logFuncEntry 34 66224 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:57:31,962 DEBUG test_ui_base 49 66224 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-03-08 04:57:31,962 DEBUG logFuncEntry 34 66224 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:57:31,962 DEBUG test_ui_base 23 66224 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-03-08 04:57:34,090 DEBUG test_ui_base 33 66224 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:57:35,263 DEBUG api_user 92 66224 140736596902848 Moving to next test case
+2017-03-08 04:57:35,264 DEBUG api_user 169 66224 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e90a9440-5bd0-4b95-9385-81b97632a493/3d8abdeed2954cc98a4e75406c932020
+2017-03-08 04:57:35,369 DEBUG api_user 172 66224 140736596902848 APIUser activated successfully!
+2017-03-08 04:57:35,486 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:35,486 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:35,490 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:57:35,491 DEBUG db_general 102 66224 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:57:35,495 DEBUG db_general 91 66224 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:57:35,496 DEBUG db_general 102 66224 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:57:36,675 DEBUG api_virtual_function 59 66224 140736596902848 Virtual Function created successfully!
+2017-03-08 04:57:36,675 DEBUG api_gitlab 192 66224 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d6df6cf0-5499-406b-be4d-4adc78834d5a
+2017-03-08 04:57:36,735 DEBUG api_user 110 66224 140736596902848 200 OK
+2017-03-08 04:57:36,735 DEBUG api_user 112 66224 140736596902848 Login successfully.
+2017-03-08 04:57:36,775 DEBUG api_gitlab 210 66224 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:57:36,775 DEBUG fe_user 25 66224 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:57:36,775 DEBUG fe_user 26 66224 140736596902848 Insert Email
+2017-03-08 04:57:37,019 ERROR fe_user 40 66225 140736596902848 Login FAILED: email=STwjFUb@intl.att.com password=iceusers
+2017-03-08 04:57:37,020 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 04:57:37,024 ERROR exception_decor 21 66226 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:57:37,025 DEBUG logFuncEntry 34 66225 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 04:57:37,026 DEBUG logFuncEntry 34 66225 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 04:57:37,028 DEBUG logFuncEntry 34 66226 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:57:37,029 DEBUG logFuncEntry 34 66226 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:57:37,044 ERROR fe_user 40 66224 140736596902848 Login FAILED: email=STfUHby@intl.att.com password=iceusers
+2017-03-08 04:57:37,045 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:57:37,047 ERROR test_dashboard_feature 62 66223 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (2) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:57:37,048 DEBUG logFuncEntry 34 66223 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:57:37,048 DEBUG logFuncEntry 34 66223 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:57:37,048 DEBUG logFuncEntry 34 66224 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:57:37,049 DEBUG logFuncEntry 34 66224 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:58:49,666 DEBUG test_signal_base 28 66767 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 04:58:49,666 DEBUG logFuncEntry 34 66769 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:58:49,666 DEBUG test_signal_base 28 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:58:49,667 DEBUG logFuncEntry 34 66767 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:58:49,667 DEBUG test_ui_base 23 66769 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 04:58:49,667 DEBUG test_checklist_signal 25 66767 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:49,667 DEBUG logFuncEntry 34 66768 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:58:49,667 DEBUG logFuncEntry 34 66767 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 04:58:49,668 DEBUG test_git_signal 124 66768 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:49,668 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 04:58:49,674 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:58:49,675 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:49,675 DEBUG logFuncEntry 34 66766 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:58:49,679 DEBUG test_signal_base 39 66767 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-08 04:58:49,681 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:58:49,681 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 04:58:49,685 DEBUG test_signal_base 39 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:58:49,685 DEBUG test_signal_base 28 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:58:49,686 DEBUG logFuncEntry 34 66768 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:58:49,686 DEBUG test_git_signal 24 66768 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:49,686 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 04:58:49,697 DEBUG test_signal_base 39 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:58:49,698 DEBUG test_signal_base 28 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:58:49,698 DEBUG logFuncEntry 34 66768 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:58:49,698 DEBUG test_git_signal 95 66768 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:49,698 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 04:58:49,709 DEBUG test_signal_base 39 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:58:49,710 DEBUG test_signal_base 28 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:58:49,710 DEBUG logFuncEntry 34 66768 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:58:49,710 DEBUG test_git_signal 73 66768 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:49,710 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 04:58:49,723 DEBUG test_signal_base 39 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:58:49,723 DEBUG test_signal_base 28 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 04:58:49,723 DEBUG logFuncEntry 34 66768 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:58:49,724 DEBUG test_git_signal 51 66768 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:49,724 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 04:58:49,735 DEBUG test_signal_base 39 66768 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 04:58:49,736 DEBUG logFuncEntry 34 66768 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:58:49,736 DEBUG test_ui_base 23 66768 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-03-08 04:58:49,775 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:49,775 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c4d2ad94-8b11-4664-a7b2-67e45589a930/d0b5310888bb4b6fa6be91ebd0858a4d
+2017-03-08 04:58:49,828 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:49,922 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:49,922 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:49,927 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:49,928 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:49,932 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:49,934 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:50,543 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:50,544 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/117ce389-a3be-4613-baeb-487c564b79be
+2017-03-08 04:58:50,674 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:50,674 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:50,731 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:50,731 DEBUG test_negative_requests 158 66766 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-08 04:58:50,830 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:50,830 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:50,830 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/117ce389-a3be-4613-baeb-487c564b79be
+2017-03-08 04:58:50,835 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:58:50,838 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:58:50,838 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/117ce389-a3be-4613-baeb-487c564b79be
+2017-03-08 04:58:50,925 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:50,925 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:50,977 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:51,067 DEBUG api_checklist 29 66766 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:58:51,068 DEBUG test_negative_requests 162 66766 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-08 04:58:51,141 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:51,141 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:51,141 DEBUG test_negative_requests 168 66766 140736596902848 About to add audit log to checklist uuid a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293
+2017-03-08 04:58:51,141 DEBUG api_checklist 71 66766 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293/auditlog/
+2017-03-08 04:58:51,184 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c4d2ad94-8b11-4664-a7b2-67e45589a930. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:51,185 DEBUG test_negative_requests 172 66766 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 04:58:51,263 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:51,264 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:51,264 DEBUG test_negative_requests 168 66766 140736596902848 About to add audit log to checklist uuid a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293
+2017-03-08 04:58:51,264 DEBUG api_checklist 71 66766 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293/auditlog/
+2017-03-08 04:58:51,302 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:51,303 DEBUG test_negative_requests 172 66766 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 04:58:51,303 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:58:51,303 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 04:58:51,315 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:58:51,316 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:58:51,316 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:51,317 DEBUG logFuncEntry 34 66766 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:58:51,415 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:51,415 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/12fcb21a-8d88-44ff-a008-158c72709503/fad73e2ff8b84ce7a6a57e54d0175481
+2017-03-08 04:58:51,449 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:51,539 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:51,539 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:51,547 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:51,550 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:51,554 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:51,556 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:51,821 DEBUG test_ui_base 33 66769 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:58:51,888 DEBUG test_ui_base 33 66767 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:58:52,019 DEBUG test_ui_base 33 66768 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:58:52,336 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:52,336 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e
+2017-03-08 04:58:52,413 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:52,413 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:52,455 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:52,455 DEBUG test_negative_requests 182 66766 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-08 04:58:52,521 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:52,522 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:52,522 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e
+2017-03-08 04:58:52,526 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:58:52,528 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:58:52,528 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e
+2017-03-08 04:58:52,619 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:52,620 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:52,688 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:52,974 DEBUG api_checklist 29 66766 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:58:52,974 DEBUG test_negative_requests 186 66766 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-08 04:58:53,052 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:53,053 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:53,053 DEBUG test_negative_requests 192 66766 140736596902848 About to add next step to checklist uuid accbf4b2-2e47-431a-a280-e1b63a346e59
+2017-03-08 04:58:53,053 DEBUG api_checklist 92 66766 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/accbf4b2-2e47-431a-a280-e1b63a346e59/eng/ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e/nextstep/
+2017-03-08 04:58:53,113 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 12fcb21a-8d88-44ff-a008-158c72709503. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,113 DEBUG test_negative_requests 196 66766 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 04:58:53,158 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:58:53,161 DEBUG logFuncEntry 34 66768 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:58:53,162 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 04:58:53,192 DEBUG test_ui_base 49 66768 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-03-08 04:58:53,193 DEBUG logFuncEntry 34 66768 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:58:53,193 DEBUG test_ui_base 23 66768 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-03-08 04:58:53,206 DEBUG api_user 92 66769 140736596902848 Moving to next test case
+2017-03-08 04:58:53,206 DEBUG api_user 169 66769 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b5636738-154d-41ac-86c8-cfc6ad6797be/0c5c23b1481c4e96bcb2aa5df227187b
+2017-03-08 04:58:53,225 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:53,225 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:53,225 DEBUG test_negative_requests 192 66766 140736596902848 About to add next step to checklist uuid accbf4b2-2e47-431a-a280-e1b63a346e59
+2017-03-08 04:58:53,225 DEBUG api_checklist 92 66766 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/accbf4b2-2e47-431a-a280-e1b63a346e59/eng/ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e/nextstep/
+2017-03-08 04:58:53,263 DEBUG api_user 172 66769 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:53,278 DEBUG api_user 92 66767 140736596902848 Moving to next test case
+2017-03-08 04:58:53,279 DEBUG api_user 169 66767 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/37d97e69-f0a7-4737-9030-615a31d8c719/37bec898cf2c4764921e816a4b9556c8
+2017-03-08 04:58:53,301 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,301 DEBUG test_negative_requests 196 66766 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 04:58:53,331 DEBUG api_user 172 66767 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:53,364 DEBUG api_user 110 66769 140736596902848 200 OK
+2017-03-08 04:58:53,365 DEBUG api_user 112 66769 140736596902848 Login successfully.
+2017-03-08 04:58:53,377 DEBUG db_general 91 66769 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:53,379 DEBUG db_general 102 66769 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:53,385 DEBUG db_general 91 66769 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:53,388 DEBUG db_general 102 66769 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:53,410 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:53,410 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:53,411 DEBUG test_negative_requests 192 66766 140736596902848 About to add next step to checklist uuid accbf4b2-2e47-431a-a280-e1b63a346e59
+2017-03-08 04:58:53,411 DEBUG api_checklist 92 66766 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/accbf4b2-2e47-431a-a280-e1b63a346e59/eng/ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e/nextstep/
+2017-03-08 04:58:53,446 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:58:53,446 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:58:53,452 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:53,454 DEBUG db_general 102 66767 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:53,458 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:53,460 DEBUG db_general 102 66767 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:53,485 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,486 DEBUG test_negative_requests 196 66766 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 04:58:53,486 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:58:53,486 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 04:58:53,499 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:58:53,500 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:58:53,500 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:53,500 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:58:53,501 DEBUG test_negative_requests 42 66766 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-08 04:58:53,595 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:53,595 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b35158da-729f-4eb0-9738-94ccf5a115fd/4d2a9cff1f6f4b989e5df1bccef3f473
+2017-03-08 04:58:53,649 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:53,769 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:53,769 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:53,778 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:53,780 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:53,784 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:53,785 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:54,102 DEBUG api_virtual_function 59 66769 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:54,103 DEBUG api_gitlab 192 66769 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/20930073-57fc-48ab-ad42-7687e6411025
+2017-03-08 04:58:54,212 DEBUG api_virtual_function 59 66767 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:54,212 DEBUG api_gitlab 192 66767 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bef99153-09d4-4120-a472-46439691bea9
+2017-03-08 04:58:54,222 DEBUG api_user 110 66769 140736596902848 200 OK
+2017-03-08 04:58:54,222 DEBUG api_user 112 66769 140736596902848 Login successfully.
+2017-03-08 04:58:54,291 DEBUG api_gitlab 210 66769 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:54,292 DEBUG fe_user 25 66769 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:58:54,292 DEBUG fe_user 26 66769 140736596902848 Insert Email
+2017-03-08 04:58:54,334 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:58:54,334 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:58:54,390 DEBUG api_gitlab 210 66767 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:54,390 DEBUG fe_user 25 66767 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:58:54,390 DEBUG fe_user 26 66767 140736596902848 Insert Email
+2017-03-08 04:58:54,605 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:54,606 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/11fa5857-9cdd-427c-9c96-2f273e90b1e1
+2017-03-08 04:58:54,694 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:54,694 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:54,741 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:54,825 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:54,825 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8ca9d195-d640-49e9-b7dc-5202860f3d49/9227149a73244fec9fe61177d18e875b
+2017-03-08 04:58:54,859 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:54,930 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:54,931 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:54,934 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:54,935 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:54,939 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:54,941 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:55,151 DEBUG fe_user 28 66769 140736596902848 Insert Password
+2017-03-08 04:58:55,304 DEBUG fe_user 28 66767 140736596902848 Insert Password
+2017-03-08 04:58:55,351 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:55,351 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0f72519b-15c6-48f8-b05f-f15893279768
+2017-03-08 04:58:55,425 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:55,426 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:55,446 DEBUG test_ui_base 33 66768 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:58:55,476 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:55,476 DEBUG test_negative_requests 47 66766 140736596902848 About to invite contact to the engagement of user STQE4Cw
+2017-03-08 04:58:55,476 DEBUG api_virtual_function 102 66766 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-08 04:58:55,517 DEBUG test_negative_requests 51 66766 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-08 04:58:55,518 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:58:55,518 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 04:58:55,529 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:58:55,529 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:58:55,530 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:55,530 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:58:55,530 DEBUG test_negative_requests 57 66766 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-08 04:58:55,615 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:55,616 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1e73993a-1ac6-4885-9325-639eac9d561a/3fb7818da7aa44ddb534aa94d11a0955
+2017-03-08 04:58:55,651 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:55,714 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:55,714 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:55,718 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:55,719 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:55,722 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:55,723 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:55,810 DEBUG fe_user 30 66769 140736596902848 Click Login Button
+2017-03-08 04:58:55,918 DEBUG fe_user 32 66769 140736596902848 Login Button clicked
+2017-03-08 04:58:55,926 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:58:55,957 DEBUG fe_user 30 66767 140736596902848 Click Login Button
+2017-03-08 04:58:56,116 DEBUG fe_user 32 66767 140736596902848 Login Button clicked
+2017-03-08 04:58:56,121 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:58:56,439 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:56,528 DEBUG db_cms 52 66768 140736596902848 Get DBCMS category id for name: News
+2017-03-08 04:58:56,528 DEBUG db_cms 54 66768 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 04:58:56,537 DEBUG db_cms 37 66768 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 04:58:56,541 DEBUG db_cms 45 66768 140736596902848 Query result: 1
+2017-03-08 04:58:56,542 DEBUG logFuncEntry 34 66768 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:58:56,542 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 04:58:56,556 DEBUG test_ui_base 49 66768 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-03-08 04:58:56,556 DEBUG logFuncEntry 34 66768 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:58:56,557 DEBUG test_ui_base 23 66768 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-03-08 04:58:56,749 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:56,752 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:56,753 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c01e54bb-5659-4b14-b8bb-db6d9fe27830
+2017-03-08 04:58:56,942 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:56,943 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:56,954 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:57,035 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:57,162 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:57,162 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:57,162 DEBUG test_negative_requests 64 66766 140736596902848 About to add a next step to VF ST2xlWG using STHIzZo@intl.att.com token.
+2017-03-08 04:58:57,163 DEBUG api_virtual_function 18 66766 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/c01e54bb-5659-4b14-b8bb-db6d9fe27830/nextsteps
+2017-03-08 04:58:57,217 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e73993a-1ac6-4885-9325-639eac9d561a. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,218 DEBUG test_negative_requests 68 66766 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 04:58:57,264 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:57,302 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:57,302 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:57,302 DEBUG test_negative_requests 64 66766 140736596902848 About to add a next step to VF ST2xlWG using dd1122@att.com token.
+2017-03-08 04:58:57,302 DEBUG api_virtual_function 18 66766 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/c01e54bb-5659-4b14-b8bb-db6d9fe27830/nextsteps
+2017-03-08 04:58:57,349 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,350 DEBUG test_negative_requests 68 66766 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 04:58:57,435 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:57,435 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:57,435 DEBUG test_negative_requests 64 66766 140736596902848 About to add a next step to VF ST2xlWG using admin_ro@att.com token.
+2017-03-08 04:58:57,435 DEBUG api_virtual_function 18 66766 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/c01e54bb-5659-4b14-b8bb-db6d9fe27830/nextsteps
+2017-03-08 04:58:57,467 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:57,490 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,491 DEBUG test_negative_requests 68 66766 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 04:58:57,491 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:58:57,491 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 04:58:57,504 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:58:57,505 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:58:57,505 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:57,505 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:58:57,505 DEBUG test_negative_requests 203 66766 140736596902848 Local environment, skipping test...
+2017-03-08 04:58:57,506 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:58:57,506 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 04:58:57,518 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:58:57,519 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:58:57,519 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:57,519 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:58:57,629 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:57,629 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a025a7bd-338d-4407-af0b-7542ae55f8a1/8278b19438b14e7f9468c2bdcc8dca20
+2017-03-08 04:58:57,670 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:57,770 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:57,770 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:57,775 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:57,778 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:57,783 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:57,785 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:58:57,792 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST4jJbV';
+2017-03-08 04:58:57,795 DEBUG db_general 127 66767 140736596902848 Query result: bef99153-09d4-4120-a472-46439691bea9
+2017-03-08 04:58:57,799 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST4jJbV';
+2017-03-08 04:58:57,803 DEBUG db_general 127 66767 140736596902848 Query result: bef99153-09d4-4120-a472-46439691bea9
+2017-03-08 04:58:57,808 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bef99153-09d4-4120-a472-46439691bea9';
+2017-03-08 04:58:57,811 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5412
+2017-03-08 04:58:57,816 DEBUG db_general 115 66767 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5412';
+2017-03-08 04:58:57,820 DEBUG db_general 127 66767 140736596902848 Query result: 588
+2017-03-08 04:58:57,831 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bef99153-09d4-4120-a472-46439691bea9';
+2017-03-08 04:58:57,834 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5412
+2017-03-08 04:58:57,871 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:57,982 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:58,183 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:58:58,184 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:58,260 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:58,261 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:58,307 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:58,307 DEBUG test_negative_requests 95 66766 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 04:58:58,372 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:58,372 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:58,373 DEBUG test_negative_requests 101 66766 140736596902848 About to create checklist for VF ST7Sqh8
+2017-03-08 04:58:58,373 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:58,376 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:58:58,378 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:58:58,378 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:58,457 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:58,457 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:58,496 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:58,520 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:58,601 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a025a7bd-338d-4407-af0b-7542ae55f8a1. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:58,602 DEBUG test_negative_requests 105 66766 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:58:58,706 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:58,706 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:58,706 DEBUG test_negative_requests 101 66766 140736596902848 About to create checklist for VF ST7Sqh8
+2017-03-08 04:58:58,707 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:58,714 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:58:58,716 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:58:58,716 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:58,819 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:58,819 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:58,868 DEBUG test_ui_base 33 66768 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:58:58,949 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:59,010 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:59,100 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,100 DEBUG test_negative_requests 105 66766 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:58:59,231 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'bef99153-09d4-4120-a472-46439691bea9';
+2017-03-08 04:58:59,235 DEBUG db_general 127 66767 140736596902848 Query result: ["('a7a576a8-a635-4859-9ef2-0b1fb110a533", "('a6ff9b5a-2782-4569-bcd3-eb7193c75519", "('c04c4df2-f6d8-4ac1-ba99-1df89999bcd1", "('07921fb6-7271-45b5-b095-c4f418966242"]
+2017-03-08 04:58:59,242 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:58:59,244 DEBUG logFuncEntry 34 66767 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:58:59,244 DEBUG logFuncEntry 34 66767 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 04:58:59,249 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:59,249 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:59,249 DEBUG test_negative_requests 101 66766 140736596902848 About to create checklist for VF ST7Sqh8
+2017-03-08 04:58:59,249 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:59,254 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:58:59,257 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:58:59,258 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6d403474-06a3-4375-9d27-947d2efbdeed
+2017-03-08 04:58:59,265 DEBUG test_ui_base 49 66767 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 04:58:59,266 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:58:59,267 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 04:58:59,360 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:59,360 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:59,432 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:58:59,492 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,493 DEBUG test_negative_requests 105 66766 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:58:59,493 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:58:59,493 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 04:58:59,507 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:58:59,508 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:58:59,508 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:58:59,508 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:58:59,509 DEBUG test_negative_requests 74 66766 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-08 04:58:59,529 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:58:59,632 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:58:59,632 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/9bfaa799-a13a-4e1b-8640-495b4670c656/b7fbcd73005840c0aa419b6d83699d59
+2017-03-08 04:58:59,677 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:58:59,793 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:58:59,794 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:58:59,802 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:58:59,806 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:58:59,811 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:58:59,815 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:00,044 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:00,411 DEBUG db_cms 114 66768 140736596902848 Retrive id of documentation page:
+2017-03-08 04:59:00,411 DEBUG db_cms 88 66768 140736596902848 Retrive id of documentation page:
+2017-03-08 04:59:00,411 DEBUG db_cms 90 66768 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 04:59:00,420 DEBUG db_cms 37 66768 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 04:59:00,424 DEBUG db_cms 45 66768 140736596902848 Query result: 10
+2017-03-08 04:59:00,424 DEBUG db_cms 119 66768 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST4SQMR', 'title_Of_Page_ST4SQMR-slug', '', 'description_Of_Page_STsWwo2', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST4SQMR', 'richtextpage', true, 10, 1);
+2017-03-08 04:59:00,434 DEBUG db_cms 23 66768 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST4SQMR', 'title_Of_Page_ST4SQMR-slug', '', 'description_Of_Page_STsWwo2', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST4SQMR', 'richtextpage', true, 10, 1);
+2017-03-08 04:59:00,444 DEBUG db_cms 27 66768 140736596902848 Insert query success!
+2017-03-08 04:59:00,444 DEBUG db_cms 96 66768 140736596902848 Retrive id of last page inserted:
+2017-03-08 04:59:00,445 DEBUG db_cms 98 66768 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-08 04:59:00,450 DEBUG db_cms 37 66768 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-08 04:59:00,453 DEBUG db_cms 45 66768 140736596902848 Query result: 61
+2017-03-08 04:59:00,453 DEBUG db_cms 123 66768 140736596902848 Bind the page with the rich text content related to this page
+2017-03-08 04:59:00,453 DEBUG db_cms 125 66768 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (61, '<p>description_Of_Page_STsWwo2</p>');
+2017-03-08 04:59:00,463 DEBUG db_cms 23 66768 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (61, '<p>description_Of_Page_STsWwo2</p>');
+2017-03-08 04:59:00,474 DEBUG db_cms 27 66768 140736596902848 Insert query success!
+2017-03-08 04:59:00,506 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:00,507 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f56da3ea-c0b9-4f26-9672-5386fb58c686
+2017-03-08 04:59:00,561 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:00,649 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:00,649 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:00,654 DEBUG api_user 92 66768 140736596902848 Moving to next test case
+2017-03-08 04:59:00,655 DEBUG api_user 169 66768 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/76a5b60d-b3ac-42cd-957f-5862f36f8dcf/467ae98918ab48b1acf55b6347b3b24b
+2017-03-08 04:59:00,705 DEBUG api_user 172 66768 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:00,739 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:00,827 DEBUG api_user 110 66768 140736596902848 200 OK
+2017-03-08 04:59:00,827 DEBUG api_user 112 66768 140736596902848 Login successfully.
+2017-03-08 04:59:00,831 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:00,831 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:00,831 DEBUG api_virtual_function 18 66766 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f56da3ea-c0b9-4f26-9672-5386fb58c686/nextsteps
+2017-03-08 04:59:00,832 DEBUG db_general 91 66768 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:00,835 DEBUG db_general 102 66768 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:00,838 DEBUG db_general 91 66768 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:00,840 DEBUG db_general 102 66768 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:01,041 DEBUG api_virtual_function 32 66766 140736596902848 Next step was added to the engagement!
+2017-03-08 04:59:01,079 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:01,141 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:01,141 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:01,142 DEBUG test_negative_requests 84 66766 140736596902848 About to edit a next step (ns uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc) using STmUHaT@intl.att.com token.
+2017-03-08 04:59:01,142 DEBUG api_virtual_function 133 66766 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/64beb121-d4de-476d-b96f-4d95c551e6dc/engagement/f56da3ea-c0b9-4f26-9672-5386fb58c686/modify/
+2017-03-08 04:59:01,192 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,193 DEBUG test_negative_requests 88 66766 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 04:59:01,275 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:01,276 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:01,276 DEBUG test_negative_requests 84 66766 140736596902848 About to edit a next step (ns uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc) using STeAt62@intl.att.com token.
+2017-03-08 04:59:01,276 DEBUG api_virtual_function 133 66766 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/64beb121-d4de-476d-b96f-4d95c551e6dc/engagement/f56da3ea-c0b9-4f26-9672-5386fb58c686/modify/
+2017-03-08 04:59:01,321 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,321 DEBUG test_negative_requests 88 66766 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 04:59:01,429 DEBUG api_virtual_function 59 66768 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:01,430 DEBUG api_gitlab 192 66768 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dcaab5a6-608f-4979-a411-1bb21443c422
+2017-03-08 04:59:01,431 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:01,432 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:01,432 DEBUG test_negative_requests 84 66766 140736596902848 About to edit a next step (ns uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc) using admin_ro@att.com token.
+2017-03-08 04:59:01,432 DEBUG api_virtual_function 133 66766 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/64beb121-d4de-476d-b96f-4d95c551e6dc/engagement/f56da3ea-c0b9-4f26-9672-5386fb58c686/modify/
+2017-03-08 04:59:01,480 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,480 DEBUG test_negative_requests 88 66766 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 04:59:01,480 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:59:01,481 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 04:59:01,489 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:59:01,490 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:59:01,490 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:59:01,490 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:59:01,490 DEBUG test_negative_requests 27 66766 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-08 04:59:01,509 DEBUG api_user 110 66768 140736596902848 200 OK
+2017-03-08 04:59:01,509 DEBUG api_user 112 66768 140736596902848 Login successfully.
+2017-03-08 04:59:01,576 DEBUG api_gitlab 210 66768 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:01,576 DEBUG fe_user 25 66768 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:01,576 DEBUG fe_user 26 66768 140736596902848 Insert Email
+2017-03-08 04:59:01,595 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:01,609 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:59:01,610 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f594cf0b-d6fa-4911-a8ab-79b3b9a29613/875ddcbe6d904eb38b14bbf6f4495695
+2017-03-08 04:59:01,676 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:01,783 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:01,783 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:01,788 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:01,789 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:01,797 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:01,800 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:02,112 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:02,115 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:02,115 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/651df3b0-de73-412f-b520-236fc96fcf36
+2017-03-08 04:59:02,182 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:02,182 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:02,231 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:02,304 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:59:02,304 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/10dec768-7334-4b69-9a57-8583d14316d7/10d0cb14d2bd48238a3ac0945123a3bc
+2017-03-08 04:59:02,339 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:02,390 DEBUG test_ui_base 33 66767 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:02,418 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:02,419 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:02,423 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:02,424 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:02,429 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:02,430 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:02,521 DEBUG fe_user 28 66768 140736596902848 Insert Password
+2017-03-08 04:59:02,631 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:02,853 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:02,854 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1fcf6e92-5f65-40ce-a9c9-a1a0a65eb598
+2017-03-08 04:59:02,927 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:02,928 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:02,973 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:02,973 DEBUG test_negative_requests 32 66766 140736596902848 About to invite team member to the engagement of user STegSq3
+2017-03-08 04:59:02,973 DEBUG api_virtual_function 73 66766 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-08 04:59:03,016 ERROR api_virtual_function 95 66766 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:59:03,017 DEBUG test_negative_requests 36 66766 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-08 04:59:03,017 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:59:03,017 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 04:59:03,022 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:59:03,023 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:59:03,023 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:59:03,023 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:59:03,129 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:59:03,129 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/98fbe9e0-26ca-47b7-b15c-a30aa08ea621/c8f47a9731344c80b3ac479b3ee70844
+2017-03-08 04:59:03,144 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:03,171 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:03,216 DEBUG fe_user 30 66768 140736596902848 Click Login Button
+2017-03-08 04:59:03,270 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:03,270 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:03,275 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:03,277 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:03,281 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:03,283 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:03,359 DEBUG fe_user 32 66768 140736596902848 Login Button clicked
+2017-03-08 04:59:03,366 DEBUG wait 110 66768 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:03,664 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:03,816 DEBUG api_user 92 66767 140736596902848 Moving to next test case
+2017-03-08 04:59:03,816 DEBUG api_user 169 66767 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6f655bae-ab96-48e5-8099-f225807c8abd/ea49451c05b44952b5591a6e5c2a5839
+2017-03-08 04:59:03,880 DEBUG api_user 172 66767 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:03,899 DEBUG wait 110 66768 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:03,925 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:03,925 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2f8f8186-711f-47b8-b072-103840f8b9f3
+2017-03-08 04:59:03,964 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:03,964 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:03,968 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:03,970 DEBUG db_general 102 66767 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:03,974 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:03,975 DEBUG db_general 102 66767 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:04,016 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:04,016 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:04,075 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:04,076 DEBUG test_negative_requests 139 66766 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-08 04:59:04,161 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:04,161 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:04,161 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/2f8f8186-711f-47b8-b072-103840f8b9f3
+2017-03-08 04:59:04,166 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:59:04,168 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:59:04,168 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2f8f8186-711f-47b8-b072-103840f8b9f3
+2017-03-08 04:59:04,176 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:04,261 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:04,261 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:04,316 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:04,414 DEBUG api_virtual_function 59 66767 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:04,414 DEBUG api_gitlab 192 66767 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/10e2bcaf-ec25-42dc-816b-7809bf6a232c
+2017-03-08 04:59:04,501 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:04,501 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:04,593 DEBUG api_gitlab 210 66767 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:04,593 DEBUG fe_user 25 66767 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:04,593 DEBUG fe_user 26 66767 140736596902848 Insert Email
+2017-03-08 04:59:04,689 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:04,800 DEBUG api_checklist 29 66766 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:59:04,801 DEBUG test_negative_requests 143 66766 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-08 04:59:04,801 DEBUG test_negative_requests 147 66766 140736596902848 About to change checklist state for VF STENBR9
+2017-03-08 04:59:04,868 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:04,868 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:04,916 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:04,917 DEBUG test_negative_requests 151 66766 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 04:59:04,917 DEBUG test_negative_requests 147 66766 140736596902848 About to change checklist state for VF STENBR9
+2017-03-08 04:59:04,992 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:04,992 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:05,038 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,038 DEBUG test_negative_requests 151 66766 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 04:59:05,039 DEBUG test_negative_requests 147 66766 140736596902848 About to change checklist state for VF STENBR9
+2017-03-08 04:59:05,106 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:05,107 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:05,150 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,151 DEBUG test_negative_requests 151 66766 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 04:59:05,151 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:59:05,151 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 04:59:05,161 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:59:05,163 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:59:05,163 DEBUG testApiBase 21 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 04:59:05,163 DEBUG logFuncEntry 34 66766 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:59:05,213 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:05,248 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:59:05,248 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2dc6c0b9-5fad-460c-80a0-3041594dd071/cc2baea8a30643bb8cd9a731b2121984
+2017-03-08 04:59:05,282 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:05,345 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:05,345 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:05,348 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:05,350 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:05,353 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:05,354 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:05,466 DEBUG fe_user 28 66767 140736596902848 Insert Password
+2017-03-08 04:59:05,671 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:05,671 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8b7bddbd-d652-4533-a8da-f4a90090fea7
+2017-03-08 04:59:05,747 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:05,747 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:05,783 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:05,784 DEBUG test_negative_requests 115 66766 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-08 04:59:05,858 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:05,859 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:05,859 DEBUG api_checklist 16 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8b7bddbd-d652-4533-a8da-f4a90090fea7
+2017-03-08 04:59:05,862 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:59:05,864 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:59:05,864 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8b7bddbd-d652-4533-a8da-f4a90090fea7
+2017-03-08 04:59:05,927 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:05,927 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:05,997 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:06,141 DEBUG fe_user 30 66767 140736596902848 Click Login Button
+2017-03-08 04:59:06,263 DEBUG fe_user 32 66767 140736596902848 Login Button clicked
+2017-03-08 04:59:06,273 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:06,503 DEBUG api_checklist 29 66766 140736596902848 DBChecklist was created successfully!
+2017-03-08 04:59:06,503 DEBUG test_negative_requests 119 66766 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 04:59:06,587 DEBUG logFuncEntry 34 66769 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:59:06,587 DEBUG logFuncEntry 34 66769 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 04:59:06,607 DEBUG test_ui_base 49 66769 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 04:59:06,608 DEBUG logFuncEntry 34 66769 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 04:59:06,608 DEBUG test_ui_base 23 66769 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 04:59:06,659 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:06,659 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:06,660 DEBUG test_negative_requests 125 66766 140736596902848 About to update checklist for VF STNjG8W
+2017-03-08 04:59:06,660 DEBUG api_checklist 45 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/8b7bddbd-d652-4533-a8da-f4a90090fea7
+2017-03-08 04:59:06,663 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:59:06,665 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:59:06,747 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2dc6c0b9-5fad-460c-80a0-3041594dd071. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:06,748 DEBUG test_negative_requests 129 66766 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:59:06,838 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:06,838 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:06,838 DEBUG test_negative_requests 125 66766 140736596902848 About to update checklist for VF STNjG8W
+2017-03-08 04:59:06,838 DEBUG api_checklist 45 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/8b7bddbd-d652-4533-a8da-f4a90090fea7
+2017-03-08 04:59:06,844 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:59:06,849 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:59:06,870 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:06,888 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:06,889 DEBUG test_negative_requests 129 66766 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:59:06,957 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:06,958 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:06,958 DEBUG test_negative_requests 125 66766 140736596902848 About to update checklist for VF STNjG8W
+2017-03-08 04:59:06,958 DEBUG api_checklist 45 66766 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/8b7bddbd-d652-4533-a8da-f4a90090fea7
+2017-03-08 04:59:06,961 DEBUG db_general 115 66766 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 04:59:06,963 DEBUG db_general 127 66766 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 04:59:07,001 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,002 DEBUG test_negative_requests 129 66766 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 04:59:07,002 DEBUG logFuncEntry 34 66766 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:59:07,002 DEBUG logFuncEntry 34 66766 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 04:59:07,012 DEBUG testApiBase 32 66766 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 04:59:07,014 DEBUG logFuncEntry 34 66766 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:59:07,015 DEBUG test_ui_base 23 66766 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 04:59:07,398 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_vf Where name = 'ST0YioC';
+2017-03-08 04:59:07,401 DEBUG db_general 127 66767 140736596902848 Query result: 0e8c4108-c1a7-4cb1-b03a-c4c53ce6ce28
+2017-03-08 04:59:07,407 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST0YioC';
+2017-03-08 04:59:07,417 DEBUG db_general 127 66767 140736596902848 Query result: 10e2bcaf-ec25-42dc-816b-7809bf6a232c
+2017-03-08 04:59:07,422 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST0YioC';
+2017-03-08 04:59:07,426 DEBUG db_general 127 66767 140736596902848 Query result: 10e2bcaf-ec25-42dc-816b-7809bf6a232c
+2017-03-08 04:59:07,430 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '10e2bcaf-ec25-42dc-816b-7809bf6a232c';
+2017-03-08 04:59:07,433 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5422
+2017-03-08 04:59:07,437 DEBUG db_general 115 66767 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5422';
+2017-03-08 04:59:07,441 DEBUG db_general 127 66767 140736596902848 Query result: 4498
+2017-03-08 04:59:07,448 DEBUG fe_checklist 50 66767 140736596902848 EL email: STeAt62@intl.att.com
+2017-03-08 04:59:07,453 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '10e2bcaf-ec25-42dc-816b-7809bf6a232c';
+2017-03-08 04:59:07,458 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5422
+2017-03-08 04:59:07,817 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '10e2bcaf-ec25-42dc-816b-7809bf6a232c';
+2017-03-08 04:59:07,820 DEBUG db_general 127 66767 140736596902848 Query result: ["('e9e8fc05-f35c-400e-882f-cdd6e40a581d", "('7d5e9139-8795-4f5d-9675-d39e136904cc", "('484163eb-4f12-438f-b7d4-e25c107abfe2", "('12181870-b326-48f8-8e82-ff15e6712cf7"]
+2017-03-08 04:59:07,826 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:59:07,828 DEBUG logFuncEntry 34 66767 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:59:07,829 DEBUG logFuncEntry 34 66767 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 04:59:07,863 DEBUG test_ui_base 49 66767 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 04:59:07,865 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:59:07,865 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 04:59:09,738 DEBUG test_ui_base 33 66769 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:10,150 DEBUG test_ui_base 33 66766 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:10,223 DEBUG test_ui_base 33 66767 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:10,974 DEBUG api_user 92 66769 140736596902848 Moving to next test case
+2017-03-08 04:59:10,975 DEBUG api_user 169 66769 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c76cbde7-a1cc-47ec-8a26-97542ee1ddb0/5e7f9b8da3bb4e7e8694a9c9d783ec40
+2017-03-08 04:59:11,007 DEBUG api_user 172 66769 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:11,086 DEBUG api_user 110 66769 140736596902848 200 OK
+2017-03-08 04:59:11,087 DEBUG api_user 112 66769 140736596902848 Login successfully.
+2017-03-08 04:59:11,090 DEBUG db_general 91 66769 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:11,092 DEBUG db_general 102 66769 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:11,095 DEBUG db_general 91 66769 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:11,096 DEBUG db_general 102 66769 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:11,304 DEBUG logFuncEntry 34 66766 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 04:59:11,395 DEBUG api_virtual_function 59 66769 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:11,396 DEBUG api_gitlab 192 66769 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ec4f2d75-c105-4076-a3c2-d0ec04f0b179
+2017-03-08 04:59:11,412 DEBUG api_user 92 66766 140736596902848 Moving to next test case
+2017-03-08 04:59:11,413 DEBUG api_user 169 66766 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e90d293c-1b33-4859-beeb-017bbaa76caf/1d58458f2e0c4b26a7848c8f1145b81e
+2017-03-08 04:59:11,449 DEBUG api_user 172 66766 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:11,493 DEBUG api_user 110 66769 140736596902848 200 OK
+2017-03-08 04:59:11,493 DEBUG api_user 112 66769 140736596902848 Login successfully.
+2017-03-08 04:59:11,510 DEBUG api_user 92 66767 140736596902848 Moving to next test case
+2017-03-08 04:59:11,510 DEBUG api_user 169 66767 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/983891fd-b02c-4ee3-89ef-8d993c17f8ee/ffddd96f0af548109c5bd8a17cd45d17
+2017-03-08 04:59:11,549 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:11,549 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:11,553 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:11,554 DEBUG db_general 102 66766 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:11,557 DEBUG api_gitlab 210 66769 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:11,557 DEBUG fe_user 25 66769 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:11,557 DEBUG fe_user 26 66769 140736596902848 Insert Email
+2017-03-08 04:59:11,558 DEBUG db_general 91 66766 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:11,559 DEBUG db_general 102 66766 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:11,561 DEBUG api_user 172 66767 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:11,633 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:11,634 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:11,638 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:11,639 DEBUG db_general 102 66767 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:11,643 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:11,644 DEBUG db_general 102 66767 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:11,937 DEBUG api_virtual_function 59 66766 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:11,937 DEBUG api_gitlab 192 66766 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fe013a1e-240e-4b3c-a796-cf65258c66c6
+2017-03-08 04:59:12,034 DEBUG api_virtual_function 59 66767 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:12,034 DEBUG api_gitlab 192 66767 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b3b7d915-3359-4148-bc4f-70621bc6aa31
+2017-03-08 04:59:12,047 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:12,048 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:12,086 DEBUG api_gitlab 210 66766 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:12,086 DEBUG test_dashboard_feature 55 66766 140736596902848 Login with standard user STvd9qO@intl.att.com
+2017-03-08 04:59:12,087 DEBUG fe_user 25 66766 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:12,087 DEBUG fe_user 26 66766 140736596902848 Insert Email
+2017-03-08 04:59:12,113 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:12,113 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:12,156 DEBUG api_gitlab 210 66767 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:12,156 DEBUG fe_user 25 66767 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:12,156 DEBUG fe_user 26 66767 140736596902848 Insert Email
+2017-03-08 04:59:12,543 DEBUG fe_user 28 66769 140736596902848 Insert Password
+2017-03-08 04:59:12,944 DEBUG fe_user 28 66766 140736596902848 Insert Password
+2017-03-08 04:59:13,035 DEBUG fe_user 28 66767 140736596902848 Insert Password
+2017-03-08 04:59:13,177 DEBUG fe_user 30 66769 140736596902848 Click Login Button
+2017-03-08 04:59:13,301 DEBUG fe_user 32 66769 140736596902848 Login Button clicked
+2017-03-08 04:59:13,307 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:13,610 DEBUG fe_user 30 66766 140736596902848 Click Login Button
+2017-03-08 04:59:13,722 DEBUG fe_user 30 66767 140736596902848 Click Login Button
+2017-03-08 04:59:13,731 DEBUG fe_user 32 66766 140736596902848 Login Button clicked
+2017-03-08 04:59:13,740 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:13,818 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:13,834 DEBUG fe_user 32 66767 140736596902848 Login Button clicked
+2017-03-08 04:59:13,840 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:14,288 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:14,352 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:14,873 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_vf Where name = 'ST1Tqlv';
+2017-03-08 04:59:14,876 DEBUG db_general 127 66767 140736596902848 Query result: 5335e2b5-0e5f-42df-86fc-2eed76f881bb
+2017-03-08 04:59:14,880 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST1Tqlv';
+2017-03-08 04:59:14,882 DEBUG db_general 127 66767 140736596902848 Query result: b3b7d915-3359-4148-bc4f-70621bc6aa31
+2017-03-08 04:59:14,885 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST1Tqlv';
+2017-03-08 04:59:14,887 DEBUG db_general 127 66767 140736596902848 Query result: b3b7d915-3359-4148-bc4f-70621bc6aa31
+2017-03-08 04:59:14,890 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b3b7d915-3359-4148-bc4f-70621bc6aa31';
+2017-03-08 04:59:14,892 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5426
+2017-03-08 04:59:14,895 DEBUG db_general 115 66767 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5426';
+2017-03-08 04:59:14,897 DEBUG db_general 127 66767 140736596902848 Query result: 4498
+2017-03-08 04:59:14,902 DEBUG fe_checklist 50 66767 140736596902848 EL email: STeAt62@intl.att.com
+2017-03-08 04:59:14,905 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b3b7d915-3359-4148-bc4f-70621bc6aa31';
+2017-03-08 04:59:14,907 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5426
+2017-03-08 04:59:14,934 DEBUG api_user 110 66766 140736596902848 200 OK
+2017-03-08 04:59:14,934 DEBUG api_user 112 66766 140736596902848 Login successfully.
+2017-03-08 04:59:14,935 DEBUG fe_user 156 66766 140736596902848 Adding new next step (via api) and assigning it to user STBTYGK
+2017-03-08 04:59:14,935 DEBUG api_virtual_function 18 66766 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/fe013a1e-240e-4b3c-a796-cf65258c66c6/nextsteps
+2017-03-08 04:59:15,045 DEBUG api_virtual_function 32 66766 140736596902848 Next step was added to the engagement!
+2017-03-08 04:59:15,045 DEBUG fe_user 158 66766 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 04:59:15,062 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:59:15,064 DEBUG logFuncEntry 34 66768 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:59:15,065 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 04:59:15,100 DEBUG test_ui_base 49 66768 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-03-08 04:59:15,101 DEBUG logFuncEntry 34 66768 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 04:59:15,101 DEBUG test_ui_base 23 66768 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-03-08 04:59:15,156 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'b3b7d915-3359-4148-bc4f-70621bc6aa31';
+2017-03-08 04:59:15,159 DEBUG db_general 127 66767 140736596902848 Query result: ["('9c3733a5-1d70-4931-9660-9309d86cfa63", "('1ba3bf70-c706-4c24-b700-80253ad76b70", "('47875ec7-6b68-4a0c-b39b-8ec923e12d86", "('a0daad42-7ad4-491f-abec-a74aa8f59584"]
+2017-03-08 04:59:15,165 DEBUG logFuncEntry 34 66767 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:59:15,165 DEBUG logFuncEntry 34 66767 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 04:59:15,193 DEBUG test_ui_base 49 66767 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-03-08 04:59:15,194 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:59:15,195 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-08 04:59:16,276 DEBUG fe_user 160 66766 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 04:59:16,324 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:16,850 DEBUG fe_dashboard 155 66766 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 04:59:16,878 DEBUG fe_dashboard 162 66766 140736596902848 > Check if creator of NS is the EL STvumFn
+2017-03-08 04:59:16,918 DEBUG fe_overview 32 66766 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 04:59:18,190 DEBUG fe_general 34 66766 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:59:18,273 DEBUG test_ui_base 33 66768 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:18,343 DEBUG test_ui_base 33 66767 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:18,589 DEBUG fe_overview 36 66766 140736596902848 Login with EL user STGo3q7@intl.att.com
+2017-03-08 04:59:18,590 DEBUG fe_user 25 66766 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:18,590 DEBUG fe_user 26 66766 140736596902848 Insert Email
+2017-03-08 04:59:19,410 DEBUG db_cms 60 66768 140736596902848 Insert new post : title_Announcement_SToDWBL
+2017-03-08 04:59:19,411 DEBUG db_cms 64 66768 140736596902848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToDWBL', 'title_Announcement_SToDWBL-slug', '', 'description_Announcement_STFR17U', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFR17U</p>', true, '', 1, 1);
+2017-03-08 04:59:19,415 DEBUG db_cms 23 66768 140736596902848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToDWBL', 'title_Announcement_SToDWBL-slug', '', 'description_Announcement_STFR17U', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFR17U</p>', true, '', 1, 1);
+2017-03-08 04:59:19,424 DEBUG db_cms 27 66768 140736596902848 Insert query success!
+2017-03-08 04:59:19,424 DEBUG db_cms 73 66768 140736596902848 Get the id of the post inserted
+2017-03-08 04:59:19,424 DEBUG db_cms 75 66768 140736596902848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-03-08 04:59:19,429 DEBUG db_cms 37 66768 140736596902848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-03-08 04:59:19,431 DEBUG db_cms 45 66768 140736596902848 Query result: 125
+2017-03-08 04:59:19,431 DEBUG db_cms 52 66768 140736596902848 Get DBCMS category id for name: Announcement
+2017-03-08 04:59:19,431 DEBUG db_cms 54 66768 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-03-08 04:59:19,436 DEBUG db_cms 37 66768 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-03-08 04:59:19,439 DEBUG db_cms 45 66768 140736596902848 Query result: 2
+2017-03-08 04:59:19,440 DEBUG db_cms 81 66768 140736596902848 bind category into inserted post: 125
+2017-03-08 04:59:19,443 DEBUG db_cms 83 66768 140736596902848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (125, 2);
+2017-03-08 04:59:19,446 DEBUG db_cms 23 66768 140736596902848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (125, 2);
+2017-03-08 04:59:19,454 DEBUG db_cms 27 66768 140736596902848 Insert query success!
+2017-03-08 04:59:19,518 DEBUG fe_user 28 66766 140736596902848 Insert Password
+2017-03-08 04:59:19,569 DEBUG api_user 92 66768 140736596902848 Moving to next test case
+2017-03-08 04:59:19,569 DEBUG api_user 169 66768 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d44acb7b-bb0d-4b9d-8240-8a85d3ab75a8/609bcc3ebea84517ac5e7ea035913073
+2017-03-08 04:59:19,572 DEBUG api_user 92 66767 140736596902848 Moving to next test case
+2017-03-08 04:59:19,573 DEBUG api_user 169 66767 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f8df3afa-2963-4a83-a0bd-fb80c226c249/53e10a23de1747c1ab6615ce77f455ee
+2017-03-08 04:59:19,605 DEBUG api_user 172 66768 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:19,610 DEBUG api_user 172 66767 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:19,696 DEBUG api_user 110 66768 140736596902848 200 OK
+2017-03-08 04:59:19,696 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:19,697 DEBUG api_user 112 66768 140736596902848 Login successfully.
+2017-03-08 04:59:19,697 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:19,701 DEBUG db_general 91 66768 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:19,701 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:19,702 DEBUG db_general 102 66767 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:19,702 DEBUG db_general 102 66768 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:19,706 DEBUG db_general 91 66768 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:19,706 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:19,707 DEBUG db_general 102 66768 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:19,708 DEBUG db_general 102 66767 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:19,911 DEBUG fe_general 34 66769 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:59:20,051 DEBUG api_virtual_function 59 66768 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:20,051 DEBUG api_gitlab 192 66768 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dc20b9a4-76fc-4d12-94fa-450a1a13cebb
+2017-03-08 04:59:20,052 DEBUG api_virtual_function 59 66767 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:20,053 DEBUG api_gitlab 192 66767 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/031a7ec2-b62a-4cff-9300-437bac8559e2
+2017-03-08 04:59:20,070 DEBUG fe_user 25 66769 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:20,071 DEBUG fe_user 26 66769 140736596902848 Insert Email
+2017-03-08 04:59:20,177 DEBUG fe_user 30 66766 140736596902848 Click Login Button
+2017-03-08 04:59:20,185 DEBUG api_user 110 66768 140736596902848 200 OK
+2017-03-08 04:59:20,186 DEBUG api_user 112 66768 140736596902848 Login successfully.
+2017-03-08 04:59:20,190 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:20,191 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:20,288 DEBUG fe_user 32 66766 140736596902848 Login Button clicked
+2017-03-08 04:59:20,292 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:20,366 DEBUG api_gitlab 210 66768 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:20,366 DEBUG fe_user 25 66768 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:20,366 DEBUG fe_user 26 66768 140736596902848 Insert Email
+2017-03-08 04:59:20,366 DEBUG api_gitlab 210 66767 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:20,367 DEBUG fe_user 25 66767 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:20,368 DEBUG fe_user 26 66767 140736596902848 Insert Email
+2017-03-08 04:59:20,932 DEBUG fe_user 28 66769 140736596902848 Insert Password
+2017-03-08 04:59:20,951 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:21,349 DEBUG fe_user 28 66768 140736596902848 Insert Password
+2017-03-08 04:59:21,395 DEBUG fe_user 28 66767 140736596902848 Insert Password
+2017-03-08 04:59:21,467 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:21,563 DEBUG fe_user 30 66769 140736596902848 Click Login Button
+2017-03-08 04:59:21,674 DEBUG fe_user 32 66769 140736596902848 Login Button clicked
+2017-03-08 04:59:21,680 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:21,981 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:22,028 DEBUG fe_user 30 66768 140736596902848 Click Login Button
+2017-03-08 04:59:22,100 DEBUG fe_user 30 66767 140736596902848 Click Login Button
+2017-03-08 04:59:22,199 DEBUG fe_user 32 66768 140736596902848 Login Button clicked
+2017-03-08 04:59:22,209 DEBUG wait 110 66768 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:22,272 DEBUG fe_user 32 66767 140736596902848 Login Button clicked
+2017-03-08 04:59:22,281 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:22,393 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:22,493 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:22,729 DEBUG wait 110 66768 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:22,800 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:22,906 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:23,006 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:23,243 DEBUG wait 110 66768 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:23,315 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:23,418 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:23,522 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:23,839 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_vf Where name = 'STN96Qe';
+2017-03-08 04:59:23,842 DEBUG db_general 127 66767 140736596902848 Query result: 9408f3ed-caf9-4387-b5f3-c42656e8d6a8
+2017-03-08 04:59:23,845 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'STN96Qe';
+2017-03-08 04:59:23,848 DEBUG db_general 127 66767 140736596902848 Query result: 031a7ec2-b62a-4cff-9300-437bac8559e2
+2017-03-08 04:59:23,852 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'STN96Qe';
+2017-03-08 04:59:23,854 DEBUG db_general 127 66767 140736596902848 Query result: 031a7ec2-b62a-4cff-9300-437bac8559e2
+2017-03-08 04:59:23,858 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '031a7ec2-b62a-4cff-9300-437bac8559e2';
+2017-03-08 04:59:23,861 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5427
+2017-03-08 04:59:23,866 DEBUG db_general 115 66767 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5427';
+2017-03-08 04:59:23,868 DEBUG db_general 127 66767 140736596902848 Query result: 761
+2017-03-08 04:59:23,874 DEBUG fe_checklist 50 66767 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-08 04:59:23,878 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '031a7ec2-b62a-4cff-9300-437bac8559e2';
+2017-03-08 04:59:23,881 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5427
+2017-03-08 04:59:23,927 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:24,046 DEBUG db_general 115 66766 140736596902848 Query : select id from ice_user_profile Where email = 'STGo3q7@intl.att.com';
+2017-03-08 04:59:24,050 DEBUG db_general 127 66766 140736596902848 Query result: 690
+2017-03-08 04:59:24,055 DEBUG db_general 49 66766 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=690 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 04:59:24,076 DEBUG db_general 57 66766 140736596902848 Query result: 28
+2017-03-08 04:59:24,076 DEBUG fe_overview 41 66766 140736596902848 el_assigned_ns=2
+2017-03-08 04:59:24,082 DEBUG wait 110 66766 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:24,130 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '031a7ec2-b62a-4cff-9300-437bac8559e2';
+2017-03-08 04:59:24,132 DEBUG db_general 127 66767 140736596902848 Query result: ["('5cf73716-169f-4648-a95d-4638878da0c3", "('dc9dcb82-8efb-4f42-85e3-09c50571cd0c", "('069c220d-05b4-4ccf-b9c3-dc5f195f733e", "('3f474480-b77c-4aca-8855-d506b6eb5ca8"]
+2017-03-08 04:59:24,139 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:59:24,140 DEBUG logFuncEntry 34 66767 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:59:24,140 DEBUG logFuncEntry 34 66767 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 04:59:24,156 DEBUG test_ui_base 49 66767 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-03-08 04:59:24,157 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:59:24,157 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-03-08 04:59:24,439 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:26,368 DEBUG test_ui_base 33 66767 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 04:59:27,414 DEBUG api_user 92 66767 140736596902848 Moving to next test case
+2017-03-08 04:59:27,415 DEBUG api_user 169 66767 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6555593d-862e-4158-a3a3-66e4ecab9493/83d90fef0a1444e5ac77cddef8a8d532
+2017-03-08 04:59:27,475 DEBUG api_user 172 66767 140736596902848 APIUser activated successfully!
+2017-03-08 04:59:27,541 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:27,541 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:27,544 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 04:59:27,546 DEBUG db_general 102 66767 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 04:59:27,548 DEBUG db_general 91 66767 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 04:59:27,550 DEBUG db_general 102 66767 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 04:59:27,812 DEBUG api_virtual_function 59 66767 140736596902848 Virtual Function created successfully!
+2017-03-08 04:59:27,812 DEBUG api_gitlab 192 66767 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7821fd63-02a5-4de7-8307-d2729b917ed1
+2017-03-08 04:59:27,878 DEBUG api_user 110 66767 140736596902848 200 OK
+2017-03-08 04:59:27,879 DEBUG api_user 112 66767 140736596902848 Login successfully.
+2017-03-08 04:59:27,916 DEBUG api_gitlab 210 66767 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 04:59:27,917 DEBUG fe_user 25 66767 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:27,917 DEBUG fe_user 26 66767 140736596902848 Insert Email
+2017-03-08 04:59:28,964 DEBUG fe_user 28 66767 140736596902848 Insert Password
+2017-03-08 04:59:29,622 DEBUG fe_user 30 66767 140736596902848 Click Login Button
+2017-03-08 04:59:29,728 DEBUG fe_user 32 66767 140736596902848 Login Button clicked
+2017-03-08 04:59:29,732 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:30,250 DEBUG wait 110 66767 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:30,314 DEBUG fe_general 34 66769 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 04:59:30,470 DEBUG fe_user 25 66769 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 04:59:30,470 DEBUG fe_user 26 66769 140736596902848 Insert Email
+2017-03-08 04:59:30,776 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_vf Where name = 'STC7oKX';
+2017-03-08 04:59:30,779 DEBUG db_general 127 66767 140736596902848 Query result: 3235f6c5-5538-4524-84e5-89085331ff49
+2017-03-08 04:59:30,782 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'STC7oKX';
+2017-03-08 04:59:30,785 DEBUG db_general 127 66767 140736596902848 Query result: 7821fd63-02a5-4de7-8307-d2729b917ed1
+2017-03-08 04:59:30,789 DEBUG db_general 115 66767 140736596902848 Query : select engagement_id from ice_vf Where name = 'STC7oKX';
+2017-03-08 04:59:30,791 DEBUG db_general 127 66767 140736596902848 Query result: 7821fd63-02a5-4de7-8307-d2729b917ed1
+2017-03-08 04:59:30,795 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '7821fd63-02a5-4de7-8307-d2729b917ed1';
+2017-03-08 04:59:30,798 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5429
+2017-03-08 04:59:30,801 DEBUG db_general 115 66767 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5429';
+2017-03-08 04:59:30,804 DEBUG db_general 127 66767 140736596902848 Query result: 4498
+2017-03-08 04:59:30,811 DEBUG fe_checklist 50 66767 140736596902848 EL email: STeAt62@intl.att.com
+2017-03-08 04:59:30,815 DEBUG db_general 115 66767 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '7821fd63-02a5-4de7-8307-d2729b917ed1';
+2017-03-08 04:59:30,818 DEBUG db_general 127 66767 140736596902848 Query result: 2017-5429
+2017-03-08 04:59:31,043 DEBUG db_general 115 66767 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '7821fd63-02a5-4de7-8307-d2729b917ed1';
+2017-03-08 04:59:31,045 DEBUG db_general 127 66767 140736596902848 Query result: ["('04311656-f908-4826-b472-6aba3eb8a048", "('42dc78b3-435c-447a-9dc6-8a26ac28962f", "('5fce8c1b-c399-422b-b386-9d51cc9b9161", "('07ec06e8-8c41-49db-88ce-f4e3eee36941"]
+2017-03-08 04:59:31,049 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:59:31,050 DEBUG logFuncEntry 34 66767 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:59:31,050 DEBUG logFuncEntry 34 66767 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 04:59:31,069 DEBUG test_ui_base 49 66767 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+
+2017-03-08 04:59:31,070 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-03-08 04:59:31,070 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-03-08 04:59:31,256 DEBUG fe_user 28 66769 140736596902848 Insert Password
+2017-03-08 04:59:31,934 DEBUG fe_user 30 66769 140736596902848 Click Login Button
+2017-03-08 04:59:32,051 DEBUG fe_user 32 66769 140736596902848 Login Button clicked
+2017-03-08 04:59:32,057 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 04:59:32,784 DEBUG wait 110 66769 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 04:59:33,149 DEBUG logFuncEntry 34 66767 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 04:59:33,150 DEBUG test_ui_base 23 66767 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 04:59:33,182 ERROR fe_user 40 66768 140736596902848 Login FAILED: email=ST2mkpL@intl.att.com password=iceusers
+2017-03-08 04:59:33,187 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 04:59:33,191 DEBUG logFuncEntry 34 66768 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 04:59:33,192 DEBUG logFuncEntry 34 66768 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 05:02:16,339 DEBUG test_signal_base 28 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:02:16,339 DEBUG test_signal_base 28 67426 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 05:02:16,340 DEBUG logFuncEntry 34 67426 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 05:02:16,340 DEBUG logFuncEntry 34 67427 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 05:02:16,340 DEBUG test_git_signal 124 67427 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:16,340 DEBUG test_checklist_signal 25 67426 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:16,340 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 05:02:16,341 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 05:02:16,341 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 05:02:16,341 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 05:02:16,348 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:02:16,348 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:16,348 DEBUG logFuncEntry 34 67425 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:02:16,352 DEBUG test_signal_base 39 67426 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-08 05:02:16,353 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 05:02:16,353 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 05:02:16,358 DEBUG test_signal_base 39 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:02:16,358 DEBUG test_signal_base 28 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:02:16,358 DEBUG logFuncEntry 34 67427 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 05:02:16,359 DEBUG test_git_signal 24 67427 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:16,359 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 05:02:16,370 DEBUG test_signal_base 39 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:02:16,371 DEBUG test_signal_base 28 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:02:16,371 DEBUG logFuncEntry 34 67427 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 05:02:16,371 DEBUG test_git_signal 95 67427 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:16,371 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 05:02:16,383 DEBUG test_signal_base 39 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:02:16,383 DEBUG test_signal_base 28 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:02:16,383 DEBUG logFuncEntry 34 67427 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 05:02:16,383 DEBUG test_git_signal 73 67427 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:16,384 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 05:02:16,396 DEBUG test_signal_base 39 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:02:16,396 DEBUG test_signal_base 28 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:02:16,396 DEBUG logFuncEntry 34 67427 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 05:02:16,396 DEBUG test_git_signal 51 67427 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:16,397 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 05:02:16,408 DEBUG test_signal_base 39 67427 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:02:16,408 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 05:02:16,409 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-03-08 05:02:16,453 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:16,454 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4b2740ee-5754-4490-abdd-dcfd7a9e4fe8/2b5eefd6cac645d69b4b01d726dfc99e
+2017-03-08 05:02:16,504 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:16,613 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:16,613 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:16,618 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:16,620 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:16,628 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:16,629 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:17,060 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:17,060 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/714af322-4a1e-4533-aa4f-2635d6b44e73
+2017-03-08 05:02:17,158 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:17,159 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:17,271 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:17,271 DEBUG test_negative_requests 158 67425 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-08 05:02:17,393 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:17,393 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:17,393 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/714af322-4a1e-4533-aa4f-2635d6b44e73
+2017-03-08 05:02:17,400 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:17,403 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:17,404 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/714af322-4a1e-4533-aa4f-2635d6b44e73
+2017-03-08 05:02:17,508 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:17,508 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:17,563 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:17,713 DEBUG api_checklist 29 67425 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:02:17,714 DEBUG test_negative_requests 162 67425 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-08 05:02:17,791 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:17,791 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:17,792 DEBUG test_negative_requests 168 67425 140736596902848 About to add audit log to checklist uuid 70c27073-f344-46a8-84c5-1582f86c070d
+2017-03-08 05:02:17,792 DEBUG api_checklist 71 67425 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/70c27073-f344-46a8-84c5-1582f86c070d/auditlog/
+2017-03-08 05:02:17,841 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4b2740ee-5754-4490-abdd-dcfd7a9e4fe8. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:17,842 DEBUG test_negative_requests 172 67425 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 05:02:17,913 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:17,913 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:17,913 DEBUG test_negative_requests 168 67425 140736596902848 About to add audit log to checklist uuid 70c27073-f344-46a8-84c5-1582f86c070d
+2017-03-08 05:02:17,913 DEBUG api_checklist 71 67425 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/70c27073-f344-46a8-84c5-1582f86c070d/auditlog/
+2017-03-08 05:02:17,955 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:17,956 DEBUG test_negative_requests 172 67425 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 05:02:17,956 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:02:17,957 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:02:17,968 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:17,969 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:02:17,970 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:17,970 DEBUG logFuncEntry 34 67425 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:02:18,067 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:18,068 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6ab496ae-2964-4bd7-9342-3faac83d530c/fd86989f55934537a634faf1f87a9704
+2017-03-08 05:02:18,104 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:18,177 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:18,177 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:18,182 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:18,183 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:18,187 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:18,189 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:18,593 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:18,617 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:18,707 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:18,803 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:18,803 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08
+2017-03-08 05:02:18,931 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:18,932 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:18,990 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:18,990 DEBUG test_negative_requests 182 67425 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-08 05:02:19,076 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:19,076 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:19,076 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08
+2017-03-08 05:02:19,080 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:19,082 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:19,083 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08
+2017-03-08 05:02:19,159 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:19,159 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:19,200 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:19,509 DEBUG api_checklist 29 67425 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:02:19,510 DEBUG test_negative_requests 186 67425 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-08 05:02:19,593 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:19,593 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:19,594 DEBUG test_negative_requests 192 67425 140736596902848 About to add next step to checklist uuid 1692c899-39d0-43c5-9e20-b9b44ccab7b8
+2017-03-08 05:02:19,594 DEBUG api_checklist 92 67425 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/1692c899-39d0-43c5-9e20-b9b44ccab7b8/eng/e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08/nextstep/
+2017-03-08 05:02:19,642 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6ab496ae-2964-4bd7-9342-3faac83d530c. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,642 DEBUG test_negative_requests 196 67425 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 05:02:19,718 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:19,718 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:19,718 DEBUG test_negative_requests 192 67425 140736596902848 About to add next step to checklist uuid 1692c899-39d0-43c5-9e20-b9b44ccab7b8
+2017-03-08 05:02:19,718 DEBUG api_checklist 92 67425 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/1692c899-39d0-43c5-9e20-b9b44ccab7b8/eng/e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08/nextstep/
+2017-03-08 05:02:19,772 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,772 DEBUG test_negative_requests 196 67425 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 05:02:19,821 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 05:02:19,825 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 05:02:19,826 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-03-08 05:02:19,843 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-03-08 05:02:19,844 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 05:02:19,844 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-03-08 05:02:19,878 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:19,879 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:19,879 DEBUG test_negative_requests 192 67425 140736596902848 About to add next step to checklist uuid 1692c899-39d0-43c5-9e20-b9b44ccab7b8
+2017-03-08 05:02:19,879 DEBUG api_checklist 92 67425 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/1692c899-39d0-43c5-9e20-b9b44ccab7b8/eng/e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08/nextstep/
+2017-03-08 05:02:19,946 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,947 DEBUG test_negative_requests 196 67425 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 05:02:19,947 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:02:19,947 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:02:19,956 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:19,958 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:02:19,959 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:19,959 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:02:19,959 DEBUG test_negative_requests 42 67425 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-08 05:02:19,982 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:02:19,983 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/10654a88-c6b5-4553-ab12-f52dbd003243/4e261421bf2944a4a471cc6e24bc0c4d
+2017-03-08 05:02:20,029 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:20,051 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:02:20,051 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3e3c6b97-ae30-454f-a0bc-32600d30f9a3/091ddfdf4274408e98afde04e699475a
+2017-03-08 05:02:20,099 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:20,099 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0570881e-c51e-42ae-acbe-9618b5851e04/6da43f880be0457cb8a3c298ce72d711
+2017-03-08 05:02:20,103 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:20,178 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:02:20,179 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:02:20,184 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:20,184 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:20,186 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:20,190 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:20,192 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:20,257 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:20,257 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:20,262 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:20,264 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:20,269 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:20,271 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:20,288 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:20,288 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:20,292 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:20,294 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:20,298 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:20,299 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:20,944 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:20,945 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/07f4be0d-c888-4577-add0-3f9b5b715f93
+2017-03-08 05:02:21,074 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:02:21,074 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:02:21,182 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:21,183 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5d2fc8a4-51bf-44fa-9f21-34acb0ea63d1
+2017-03-08 05:02:21,185 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:21,185 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:21,185 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:02:21,200 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:21,200 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3697c3cd-12fa-4509-bc65-6d3773dc75e6
+2017-03-08 05:02:21,305 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:21,306 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:21,322 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:21,322 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:21,366 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:21,367 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:21,367 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:02:21,374 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:21,477 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:21,477 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c2215ecd-4703-4eb4-8bfd-5400aa14efe6/2668d0c276534c02808a642e8f71a1e2
+2017-03-08 05:02:21,513 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:21,621 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:21,621 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:21,626 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:21,628 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:21,634 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:21,636 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:21,986 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:21,987 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/53beb896-3cab-418b-9ba9-9d88a7dbb083
+2017-03-08 05:02:22,038 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:02:22,062 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:22,062 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:22,106 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:22,106 DEBUG test_negative_requests 47 67425 140736596902848 About to invite contact to the engagement of user STZOp7E
+2017-03-08 05:02:22,106 DEBUG api_virtual_function 102 67425 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-08 05:02:22,141 DEBUG test_negative_requests 51 67425 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-08 05:02:22,141 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:02:22,142 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:02:22,147 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:22,148 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:02:22,148 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:22,149 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:02:22,149 DEBUG test_negative_requests 57 67425 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-08 05:02:22,226 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:22,227 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c21908b2-d9a1-4c8c-b6a5-71bb10ab61cd/087f0632af6c49de9bac4780e0d83f04
+2017-03-08 05:02:22,267 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:22,315 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:02:22,369 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:22,369 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:22,374 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:22,376 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:22,383 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:22,385 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:22,671 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:22,671 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e24f9009-ca73-49e2-9264-6ed6bcb88501
+2017-03-08 05:02:22,687 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:02:22,744 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:22,745 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:22,793 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:02:22,798 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:22,798 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:22,861 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:22,861 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:22,861 DEBUG test_negative_requests 64 67425 140736596902848 About to add a next step to VF STfm4Pd using STN3CMP@intl.att.com token.
+2017-03-08 05:02:22,861 DEBUG api_virtual_function 18 67425 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e24f9009-ca73-49e2-9264-6ed6bcb88501/nextsteps
+2017-03-08 05:02:22,896 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c21908b2-d9a1-4c8c-b6a5-71bb10ab61cd. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:22,896 DEBUG test_negative_requests 68 67425 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 05:02:22,981 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:22,983 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:02:22,994 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:22,995 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:22,995 DEBUG test_negative_requests 64 67425 140736596902848 About to add a next step to VF STfm4Pd using dd1122@att.com token.
+2017-03-08 05:02:22,995 DEBUG api_virtual_function 18 67425 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e24f9009-ca73-49e2-9264-6ed6bcb88501/nextsteps
+2017-03-08 05:02:23,136 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,137 DEBUG test_negative_requests 68 67425 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 05:02:23,176 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:02:23,189 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:23,320 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:23,320 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:23,320 DEBUG test_negative_requests 64 67425 140736596902848 About to add a next step to VF STfm4Pd using admin_ro@att.com token.
+2017-03-08 05:02:23,320 DEBUG api_virtual_function 18 67425 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e24f9009-ca73-49e2-9264-6ed6bcb88501/nextsteps
+2017-03-08 05:02:23,414 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,415 DEBUG test_negative_requests 68 67425 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 05:02:23,416 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:02:23,416 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:02:23,432 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:23,433 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:02:23,434 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:23,434 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:02:23,434 DEBUG test_negative_requests 203 67425 140736596902848 Local environment, skipping test...
+2017-03-08 05:02:23,434 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:02:23,435 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:02:23,440 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:23,441 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:02:23,441 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:23,442 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:02:23,540 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:23,617 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:23,617 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5ff095d3-2cc3-4df7-9ae5-a1037e318400/a9a04670f1544073918e22a3808959b0
+2017-03-08 05:02:23,723 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:23,827 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:23,854 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:23,854 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:23,859 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:23,860 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:23,865 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:23,866 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:24,053 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:24,200 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:24,200 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:24,227 DEBUG db_cms 52 67427 140736596902848 Get DBCMS category id for name: News
+2017-03-08 05:02:24,228 DEBUG db_cms 54 67427 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 05:02:24,231 DEBUG db_cms 37 67427 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 05:02:24,234 DEBUG db_cms 45 67427 140736596902848 Query result: 1
+2017-03-08 05:02:24,234 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 05:02:24,235 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-03-08 05:02:24,246 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-03-08 05:02:24,247 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 05:02:24,247 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-03-08 05:02:24,297 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:24,297 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:24,340 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:24,352 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:24,352 DEBUG test_negative_requests 95 67425 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 05:02:24,442 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:24,442 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:24,442 DEBUG test_negative_requests 101 67425 140736596902848 About to create checklist for VF ST1nCwK
+2017-03-08 05:02:24,443 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:24,447 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:24,450 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:24,450 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:24,546 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:24,546 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:24,566 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:24,598 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:24,644 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ff095d3-2cc3-4df7-9ae5-a1037e318400. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:24,645 DEBUG test_negative_requests 105 67425 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:02:24,718 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:24,718 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:24,719 DEBUG test_negative_requests 101 67425 140736596902848 About to create checklist for VF ST1nCwK
+2017-03-08 05:02:24,719 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:24,724 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:24,727 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:24,728 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:24,858 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:24,859 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:24,869 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STF54i3';
+2017-03-08 05:02:24,873 DEBUG db_general 127 67426 140736596902848 Query result: 5d2fc8a4-51bf-44fa-9f21-34acb0ea63d1
+2017-03-08 05:02:24,877 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STF54i3';
+2017-03-08 05:02:24,880 DEBUG db_general 127 67426 140736596902848 Query result: 5d2fc8a4-51bf-44fa-9f21-34acb0ea63d1
+2017-03-08 05:02:24,883 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5d2fc8a4-51bf-44fa-9f21-34acb0ea63d1';
+2017-03-08 05:02:24,886 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5433
+2017-03-08 05:02:24,891 DEBUG db_general 115 67426 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5433';
+2017-03-08 05:02:24,894 DEBUG db_general 127 67426 140736596902848 Query result: 690
+2017-03-08 05:02:24,906 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5d2fc8a4-51bf-44fa-9f21-34acb0ea63d1';
+2017-03-08 05:02:24,909 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5433
+2017-03-08 05:02:24,928 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:24,955 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:24,989 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:24,989 DEBUG test_negative_requests 105 67425 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:02:25,081 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:25,156 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:25,156 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:25,156 DEBUG test_negative_requests 101 67425 140736596902848 About to create checklist for VF ST1nCwK
+2017-03-08 05:02:25,157 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:25,163 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:25,166 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:25,166 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23
+2017-03-08 05:02:25,284 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:25,284 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:25,361 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:25,418 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:25,419 DEBUG test_negative_requests 105 67425 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:02:25,419 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:02:25,419 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:02:25,433 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:25,435 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:02:25,435 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:25,435 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:02:25,435 DEBUG test_negative_requests 74 67425 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-08 05:02:25,544 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:25,545 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/421d83d7-2f49-4bbf-8c15-0c51e31d8089/4618953144ec4171ad69fff6475d2109
+2017-03-08 05:02:25,601 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:25,602 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:25,731 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:25,731 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:25,736 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:25,738 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:25,742 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:25,744 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:26,115 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:26,437 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '5d2fc8a4-51bf-44fa-9f21-34acb0ea63d1';
+2017-03-08 05:02:26,441 DEBUG db_general 127 67426 140736596902848 Query result: ["('7bea0e1f-3896-464c-8085-99843fb4b9bc", "('3f365313-9d45-4ccb-af39-e1de16dac47d", "('0589930a-bf6d-4246-9336-585a8de303e3", "('385eabbe-20a5-4b84-93ac-f25c305b698a"]
+2017-03-08 05:02:26,446 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:02:26,448 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 05:02:26,448 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 05:02:26,458 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 05:02:26,459 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 05:02:26,460 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 05:02:26,581 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:26,581 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/08e919ab-2a90-4f79-932c-5aa23d926f89
+2017-03-08 05:02:26,629 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:26,687 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:26,687 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:26,746 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:26,830 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:26,831 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:26,832 DEBUG api_virtual_function 18 67425 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/08e919ab-2a90-4f79-932c-5aa23d926f89/nextsteps
+2017-03-08 05:02:27,082 DEBUG api_virtual_function 32 67425 140736596902848 Next step was added to the engagement!
+2017-03-08 05:02:27,147 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:27,205 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:27,205 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:27,205 DEBUG test_negative_requests 84 67425 140736596902848 About to edit a next step (ns uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e) using ST0d38W@intl.att.com token.
+2017-03-08 05:02:27,205 DEBUG api_virtual_function 133 67425 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/71884ae1-631a-49e9-bd7a-867f9917a43e/engagement/08e919ab-2a90-4f79-932c-5aa23d926f89/modify/
+2017-03-08 05:02:27,261 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,262 DEBUG test_negative_requests 88 67425 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 05:02:27,395 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:27,431 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:27,432 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:27,432 DEBUG test_negative_requests 84 67425 140736596902848 About to edit a next step (ns uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e) using STTX0Pj@intl.att.com token.
+2017-03-08 05:02:27,432 DEBUG api_virtual_function 133 67425 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/71884ae1-631a-49e9-bd7a-867f9917a43e/engagement/08e919ab-2a90-4f79-932c-5aa23d926f89/modify/
+2017-03-08 05:02:27,565 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,566 DEBUG test_negative_requests 88 67425 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 05:02:27,694 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:27,708 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:27,708 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:27,709 DEBUG test_negative_requests 84 67425 140736596902848 About to edit a next step (ns uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e) using admin_ro@att.com token.
+2017-03-08 05:02:27,709 DEBUG api_virtual_function 133 67425 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/71884ae1-631a-49e9-bd7a-867f9917a43e/engagement/08e919ab-2a90-4f79-932c-5aa23d926f89/modify/
+2017-03-08 05:02:27,770 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,770 DEBUG test_negative_requests 88 67425 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 05:02:27,771 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:02:27,771 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:02:27,801 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:27,802 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:02:27,802 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:27,803 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:02:27,803 DEBUG test_negative_requests 27 67425 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-08 05:02:27,949 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:27,950 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a37b3bf4-0b1f-499b-80b3-87d8ce52ae9b/3956bb7407044afaa4b72f1ea7f5fb6e
+2017-03-08 05:02:28,001 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:28,086 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:28,086 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:28,091 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:28,093 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:28,097 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:28,099 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:28,213 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:28,695 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:28,696 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e474ab85-3df9-4845-9c90-f71639f1aa5d
+2017-03-08 05:02:28,733 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:28,792 DEBUG db_cms 114 67427 140736596902848 Retrive id of documentation page:
+2017-03-08 05:02:28,793 DEBUG db_cms 88 67427 140736596902848 Retrive id of documentation page:
+2017-03-08 05:02:28,793 DEBUG db_cms 90 67427 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 05:02:28,797 DEBUG db_cms 37 67427 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 05:02:28,800 DEBUG db_cms 45 67427 140736596902848 Query result: 10
+2017-03-08 05:02:28,801 DEBUG db_cms 119 67427 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST0UrZX', 'title_Of_Page_ST0UrZX-slug', '', 'description_Of_Page_STemQrI', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST0UrZX', 'richtextpage', true, 10, 1);
+2017-03-08 05:02:28,807 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST0UrZX', 'title_Of_Page_ST0UrZX-slug', '', 'description_Of_Page_STemQrI', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST0UrZX', 'richtextpage', true, 10, 1);
+2017-03-08 05:02:28,815 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:02:28,815 DEBUG db_cms 96 67427 140736596902848 Retrive id of last page inserted:
+2017-03-08 05:02:28,815 DEBUG db_cms 98 67427 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-08 05:02:28,821 DEBUG db_cms 37 67427 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-08 05:02:28,823 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:28,823 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:28,824 DEBUG db_cms 45 67427 140736596902848 Query result: 62
+2017-03-08 05:02:28,824 DEBUG db_cms 123 67427 140736596902848 Bind the page with the rich text content related to this page
+2017-03-08 05:02:28,825 DEBUG db_cms 125 67427 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (62, '<p>description_Of_Page_STemQrI</p>');
+2017-03-08 05:02:28,828 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (62, '<p>description_Of_Page_STemQrI</p>');
+2017-03-08 05:02:28,831 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:02:28,899 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:28,988 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:02:28,989 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1bd10238-4ab1-420d-b871-eb39964ae249/38e96fbc0e6d45a98ec7f064c5d419f5
+2017-03-08 05:02:29,056 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:29,056 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a7090b7d-8c84-42ff-9249-f9f38ed051c2/e3cac6c034054d53ad666929a6e83701
+2017-03-08 05:02:29,062 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:29,103 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:29,161 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:02:29,161 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:02:29,165 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:29,167 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:29,170 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:29,172 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:29,227 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:29,227 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:29,235 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:29,236 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:29,240 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:29,241 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:29,252 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:29,579 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:29,679 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:29,680 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/9d515786-f955-4a03-aad5-5a80fb9b7cca
+2017-03-08 05:02:29,765 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:29,783 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:29,784 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4f3fdb52-6262-472e-90a1-a0e52d9225af
+2017-03-08 05:02:29,803 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:02:29,804 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:02:29,862 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:29,862 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:29,862 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:02:29,865 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:29,865 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:29,917 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:29,918 DEBUG test_negative_requests 32 67425 140736596902848 About to invite team member to the engagement of user STspgqI
+2017-03-08 05:02:29,918 DEBUG api_virtual_function 73 67425 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-08 05:02:29,970 ERROR api_virtual_function 95 67425 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:02:29,971 DEBUG test_negative_requests 36 67425 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-08 05:02:29,971 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:02:29,971 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:02:29,983 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:29,984 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:02:29,985 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:29,985 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:02:30,078 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:30,079 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/14b35d04-92dc-4b54-8333-cbdb950c1033/cec1d6475e874e0cb019de7a3b0d60e6
+2017-03-08 05:02:30,114 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:30,200 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:30,200 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:30,204 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:30,205 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:30,209 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:30,210 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:30,287 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:30,568 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:30,568 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/31f67a4b-08f3-4c84-b150-dc69aea94a71
+2017-03-08 05:02:30,645 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:30,645 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:30,705 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:30,705 DEBUG test_negative_requests 139 67425 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-08 05:02:30,750 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:02:30,802 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:30,829 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:30,830 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:30,830 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/31f67a4b-08f3-4c84-b150-dc69aea94a71
+2017-03-08 05:02:30,835 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:30,837 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:02:30,838 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8a311e97-14f0-4aae-9ab0-6a83de493e02/0539b125f50744f092f2dafeb00faa3c
+2017-03-08 05:02:30,838 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:30,838 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/31f67a4b-08f3-4c84-b150-dc69aea94a71
+2017-03-08 05:02:30,892 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:30,941 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:30,941 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:30,989 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:30,989 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:30,994 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:30,995 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:30,999 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:31,000 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:31,002 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:31,317 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:31,419 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:02:31,526 DEBUG api_checklist 29 67425 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:02:31,526 DEBUG test_negative_requests 143 67425 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-08 05:02:31,526 DEBUG test_negative_requests 147 67425 140736596902848 About to change checklist state for VF STZzWRe
+2017-03-08 05:02:31,533 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:02:31,543 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:31,624 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:31,624 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:31,655 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:31,655 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6b83347a-05f0-43ff-a281-5cabfaa56b03
+2017-03-08 05:02:31,697 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:31,697 DEBUG test_negative_requests 151 67425 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 05:02:31,697 DEBUG test_negative_requests 147 67425 140736596902848 About to change checklist state for VF STZzWRe
+2017-03-08 05:02:31,757 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:31,757 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:31,829 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:31,847 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:31,848 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:31,919 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:31,920 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:31,921 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:02:31,993 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:31,994 DEBUG test_negative_requests 151 67425 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 05:02:31,994 DEBUG test_negative_requests 147 67425 140736596902848 About to change checklist state for VF STZzWRe
+2017-03-08 05:02:32,088 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:32,120 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:32,121 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:32,168 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:32,168 DEBUG test_negative_requests 151 67425 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 05:02:32,168 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:02:32,168 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:02:32,174 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:32,175 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:02:32,176 DEBUG testApiBase 21 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:02:32,176 DEBUG logFuncEntry 34 67425 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:02:32,260 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:32,260 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3774213c-72b8-4ad3-80cd-21998b21fc2a/13e555dccf7348518d64dea0b3ccd8ea
+2017-03-08 05:02:32,294 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:32,344 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:32,377 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:32,377 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:32,381 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:32,382 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:32,386 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:32,388 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:32,761 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:32,762 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e1c1fe33-8f07-493d-8261-bea6c933fb0d
+2017-03-08 05:02:32,822 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:02:32,856 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:32,862 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:32,862 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:32,909 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:32,910 DEBUG test_negative_requests 115 67425 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-08 05:02:32,971 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:32,971 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:32,972 DEBUG api_checklist 16 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/e1c1fe33-8f07-493d-8261-bea6c933fb0d
+2017-03-08 05:02:32,978 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:32,979 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:32,980 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e1c1fe33-8f07-493d-8261-bea6c933fb0d
+2017-03-08 05:02:33,042 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:33,043 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:33,081 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:33,274 DEBUG api_checklist 29 67425 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:02:33,274 DEBUG test_negative_requests 119 67425 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 05:02:33,340 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:33,341 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:33,341 DEBUG test_negative_requests 125 67425 140736596902848 About to update checklist for VF ST91Chn
+2017-03-08 05:02:33,341 DEBUG api_checklist 45 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/e1c1fe33-8f07-493d-8261-bea6c933fb0d
+2017-03-08 05:02:33,345 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:33,347 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:33,378 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3774213c-72b8-4ad3-80cd-21998b21fc2a. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,379 DEBUG test_negative_requests 129 67425 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:02:33,454 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:33,454 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:33,454 DEBUG test_negative_requests 125 67425 140736596902848 About to update checklist for VF ST91Chn
+2017-03-08 05:02:33,454 DEBUG api_checklist 45 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/e1c1fe33-8f07-493d-8261-bea6c933fb0d
+2017-03-08 05:02:33,458 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:33,460 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:33,497 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:02:33,497 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,498 DEBUG test_negative_requests 129 67425 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:02:33,614 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:33,614 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:33,614 DEBUG test_negative_requests 125 67425 140736596902848 About to update checklist for VF ST91Chn
+2017-03-08 05:02:33,614 DEBUG api_checklist 45 67425 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/e1c1fe33-8f07-493d-8261-bea6c933fb0d
+2017-03-08 05:02:33,626 DEBUG db_general 115 67425 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:02:33,626 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:02:33,630 DEBUG db_general 127 67425 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:02:33,632 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:33,685 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,686 DEBUG test_negative_requests 129 67425 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:02:33,686 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:02:33,686 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:02:33,700 DEBUG testApiBase 32 67425 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:02:33,702 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 05:02:33,702 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 05:02:34,399 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:34,476 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 05:02:34,476 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 05:02:34,500 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 05:02:34,501 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 05:02:34,501 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 05:02:34,920 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:35,460 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_vf Where name = 'ST8Mzk7';
+2017-03-08 05:02:35,470 DEBUG db_general 127 67426 140736596902848 Query result: 4586cbf9-e9cb-4313-a322-380e0529235c
+2017-03-08 05:02:35,476 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST8Mzk7';
+2017-03-08 05:02:35,480 DEBUG db_general 127 67426 140736596902848 Query result: 6b83347a-05f0-43ff-a281-5cabfaa56b03
+2017-03-08 05:02:35,487 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST8Mzk7';
+2017-03-08 05:02:35,493 DEBUG db_general 127 67426 140736596902848 Query result: 6b83347a-05f0-43ff-a281-5cabfaa56b03
+2017-03-08 05:02:35,500 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b83347a-05f0-43ff-a281-5cabfaa56b03';
+2017-03-08 05:02:35,504 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5443
+2017-03-08 05:02:35,509 DEBUG db_general 115 67426 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5443';
+2017-03-08 05:02:35,514 DEBUG db_general 127 67426 140736596902848 Query result: 2
+2017-03-08 05:02:35,546 DEBUG fe_checklist 50 67426 140736596902848 EL email: hs0007@att.com
+2017-03-08 05:02:35,586 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b83347a-05f0-43ff-a281-5cabfaa56b03';
+2017-03-08 05:02:35,595 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5443
+2017-03-08 05:02:35,940 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '6b83347a-05f0-43ff-a281-5cabfaa56b03';
+2017-03-08 05:02:35,943 DEBUG db_general 127 67426 140736596902848 Query result: ["('2af1601b-b383-4f0d-90fb-8d7385a546a8", "('43ac017b-5d99-4b06-9117-72073c2894bf", "('08b2270d-7970-4ae5-82cd-a56a50cda769", "('0162696c-82db-42ce-acd4-26c904a4f65c"]
+2017-03-08 05:02:35,952 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:02:35,954 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 05:02:35,954 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 05:02:35,974 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 05:02:35,974 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 05:02:35,975 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 05:02:36,833 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:37,643 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:38,015 DEBUG logFuncEntry 34 67425 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 05:02:38,108 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:02:38,108 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/debaf21d-cc84-46f7-b554-0e9ebe66efc3/356d8ad68ece4c3aa009efe8e0302734
+2017-03-08 05:02:38,143 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:38,227 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:38,227 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:38,236 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:38,238 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:38,243 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:38,244 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:38,503 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:38,867 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:38,867 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/88a9483a-03a8-4372-8fc0-d3c67448b133
+2017-03-08 05:02:38,943 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:38,944 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:39,021 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:39,022 DEBUG test_dashboard_feature 55 67425 140736596902848 Login with standard user ST3JwWU@intl.att.com
+2017-03-08 05:02:39,022 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:39,022 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:02:39,118 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:02:39,118 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/06bf7687-b041-43dd-91c5-5ed2dbb0f5f5/82ea5e2abd53493c8c1ed4a8fb55302b
+2017-03-08 05:02:39,152 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:39,242 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:02:39,242 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:02:39,246 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:39,247 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:39,251 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:39,253 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:39,592 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:39,592 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c2136cba-d4ef-4fed-8e60-86bdb3944a61
+2017-03-08 05:02:39,680 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:02:39,680 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:02:39,723 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:39,724 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:39,724 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:02:39,769 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:02:39,770 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/edcc014d-2030-4486-8108-845e4e8b2272/d199ed7e4cb24823ab322dfe1ef830fe
+2017-03-08 05:02:39,806 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:39,868 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:39,869 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:39,872 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:39,873 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:39,876 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:39,878 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:39,955 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:02:40,177 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:40,178 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/72e547cf-4cf9-466d-8e32-7a925c22f442
+2017-03-08 05:02:40,241 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:40,241 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:40,285 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:40,285 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:40,285 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:02:40,597 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:02:40,607 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:02:40,742 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:02:40,751 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:41,241 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:02:41,264 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:41,265 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:02:41,392 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:02:41,397 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:41,897 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:02:41,898 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:02:41,898 DEBUG fe_user 156 67425 140736596902848 Adding new next step (via api) and assigning it to user STFIdmb
+2017-03-08 05:02:41,898 DEBUG api_virtual_function 18 67425 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/88a9483a-03a8-4372-8fc0-d3c67448b133/nextsteps
+2017-03-08 05:02:41,913 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:41,939 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:02:42,043 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:02:42,046 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:42,102 DEBUG api_virtual_function 32 67425 140736596902848 Next step was added to the engagement!
+2017-03-08 05:02:42,102 DEBUG fe_user 158 67425 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 05:02:42,557 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:42,851 DEBUG fe_user 160 67425 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 05:02:42,859 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:43,083 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_vf Where name = 'STRtylA';
+2017-03-08 05:02:43,087 DEBUG db_general 127 67426 140736596902848 Query result: 50b38d65-e497-48bd-9d37-b0f969c55924
+2017-03-08 05:02:43,090 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STRtylA';
+2017-03-08 05:02:43,093 DEBUG db_general 127 67426 140736596902848 Query result: 72e547cf-4cf9-466d-8e32-7a925c22f442
+2017-03-08 05:02:43,097 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STRtylA';
+2017-03-08 05:02:43,099 DEBUG db_general 127 67426 140736596902848 Query result: 72e547cf-4cf9-466d-8e32-7a925c22f442
+2017-03-08 05:02:43,103 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '72e547cf-4cf9-466d-8e32-7a925c22f442';
+2017-03-08 05:02:43,105 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5447
+2017-03-08 05:02:43,109 DEBUG db_general 115 67426 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5447';
+2017-03-08 05:02:43,111 DEBUG db_general 127 67426 140736596902848 Query result: 588
+2017-03-08 05:02:43,117 DEBUG fe_checklist 50 67426 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-08 05:02:43,121 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '72e547cf-4cf9-466d-8e32-7a925c22f442';
+2017-03-08 05:02:43,123 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5447
+2017-03-08 05:02:43,277 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_page
+2017-03-08 05:02:43,279 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 05:02:43,279 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-08 05:02:43,301 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-03-08 05:02:43,301 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 05:02:43,302 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-03-08 05:02:43,360 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '72e547cf-4cf9-466d-8e32-7a925c22f442';
+2017-03-08 05:02:43,363 DEBUG db_general 127 67426 140736596902848 Query result: ["('c529f767-48a8-4d28-925a-b4d4f731d178", "('2bb39495-d46f-44cd-9436-29eeb8b08673", "('4179a356-97e7-40c9-b781-de0cafc7c0e5", "('b9c3bce9-d357-4a2e-b3cb-6f9344c2cb45"]
+2017-03-08 05:02:43,369 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 05:02:43,369 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 05:02:43,388 DEBUG fe_dashboard 155 67425 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 05:02:43,392 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-03-08 05:02:43,393 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 05:02:43,393 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-08 05:02:43,410 DEBUG fe_dashboard 162 67425 140736596902848 > Check if creator of NS is the EL Homer Simpson
+2017-03-08 05:02:43,439 DEBUG fe_overview 32 67425 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 05:02:45,247 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:02:45,552 DEBUG fe_overview 36 67425 140736596902848 Login with EL user hs0007@att.com
+2017-03-08 05:02:45,552 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:45,553 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:02:46,341 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:02:46,431 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:46,526 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:46,985 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:02:47,099 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:02:47,105 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:47,503 DEBUG db_cms 60 67427 140736596902848 Insert new post : title_Announcement_STpQ7nO
+2017-03-08 05:02:47,503 DEBUG db_cms 64 67427 140736596902848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpQ7nO', 'title_Announcement_STpQ7nO-slug', '', 'description_Announcement_ST2NIXE', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST2NIXE</p>', true, '', 1, 1);
+2017-03-08 05:02:47,508 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpQ7nO', 'title_Announcement_STpQ7nO-slug', '', 'description_Announcement_ST2NIXE', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST2NIXE</p>', true, '', 1, 1);
+2017-03-08 05:02:47,514 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:02:47,514 DEBUG db_cms 73 67427 140736596902848 Get the id of the post inserted
+2017-03-08 05:02:47,515 DEBUG db_cms 75 67427 140736596902848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-03-08 05:02:47,523 DEBUG db_cms 37 67427 140736596902848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-03-08 05:02:47,528 DEBUG db_cms 45 67427 140736596902848 Query result: 126
+2017-03-08 05:02:47,528 DEBUG db_cms 52 67427 140736596902848 Get DBCMS category id for name: Announcement
+2017-03-08 05:02:47,528 DEBUG db_cms 54 67427 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-03-08 05:02:47,534 DEBUG db_cms 37 67427 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-03-08 05:02:47,537 DEBUG db_cms 45 67427 140736596902848 Query result: 2
+2017-03-08 05:02:47,537 DEBUG db_cms 81 67427 140736596902848 bind category into inserted post: 126
+2017-03-08 05:02:47,537 DEBUG db_cms 83 67427 140736596902848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (126, 2);
+2017-03-08 05:02:47,542 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (126, 2);
+2017-03-08 05:02:47,552 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:02:47,619 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:47,758 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:02:47,759 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/89788069-2d8f-415e-b866-7bf0d9e3a8ca/c0ed99e06d764d9685ab313f113fe669
+2017-03-08 05:02:47,804 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:47,823 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:02:47,823 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1cd7a3cb-2adc-4d5c-bf59-7bd4f8360c95/7c15f31c7167474e81565744bd7e63a1
+2017-03-08 05:02:47,840 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:02:47,874 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:47,913 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:02:47,913 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:02:47,918 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:47,920 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:47,926 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:47,927 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:47,995 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:47,996 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:48,000 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:48,001 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:48,006 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:48,007 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:48,045 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:48,045 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:02:48,437 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:48,512 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:48,512 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ce513a2e-3080-4930-ac90-4297fd7a38c8
+2017-03-08 05:02:48,556 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:48,557 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5c870778-df48-4163-b129-3d23b6ca28eb
+2017-03-08 05:02:48,590 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:02:48,590 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:02:48,636 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:48,636 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:48,649 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:48,649 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:48,649 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:02:48,685 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:48,686 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:48,686 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:02:48,802 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:02:48,948 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:49,461 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:49,466 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:02:49,571 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:02:49,578 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:02:49,586 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:49,623 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:02:49,974 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:50,219 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:50,257 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:02:50,335 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:02:50,421 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:02:50,428 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:50,474 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:02:50,479 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:50,489 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:50,731 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:50,948 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,004 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,005 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,243 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,462 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,516 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,530 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-03-08 05:02:51,533 DEBUG db_general 127 67425 140736596902848 Query result: 2
+2017-03-08 05:02:51,536 DEBUG db_general 49 67425 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 05:02:51,555 DEBUG db_general 57 67425 140736596902848 Query result: 36
+2017-03-08 05:02:51,556 DEBUG fe_overview 41 67425 140736596902848 el_assigned_ns=3
+2017-03-08 05:02:51,560 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:51,754 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:52,042 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_vf Where name = 'STnFfZm';
+2017-03-08 05:02:52,045 DEBUG db_general 127 67426 140736596902848 Query result: 2a628030-e76d-436d-aa35-a4e487d9050d
+2017-03-08 05:02:52,048 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STnFfZm';
+2017-03-08 05:02:52,051 DEBUG db_general 127 67426 140736596902848 Query result: 5c870778-df48-4163-b129-3d23b6ca28eb
+2017-03-08 05:02:52,054 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STnFfZm';
+2017-03-08 05:02:52,057 DEBUG db_general 127 67426 140736596902848 Query result: 5c870778-df48-4163-b129-3d23b6ca28eb
+2017-03-08 05:02:52,061 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5c870778-df48-4163-b129-3d23b6ca28eb';
+2017-03-08 05:02:52,063 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5449
+2017-03-08 05:02:52,068 DEBUG db_general 115 67426 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5449';
+2017-03-08 05:02:52,071 DEBUG db_general 127 67426 140736596902848 Query result: 4409
+2017-03-08 05:02:52,076 DEBUG fe_checklist 50 67426 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-08 05:02:52,081 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5c870778-df48-4163-b129-3d23b6ca28eb';
+2017-03-08 05:02:52,084 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5449
+2017-03-08 05:02:52,265 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:52,325 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '5c870778-df48-4163-b129-3d23b6ca28eb';
+2017-03-08 05:02:52,328 DEBUG db_general 127 67426 140736596902848 Query result: ["('8c29b7e1-10f8-4674-9233-4456e1199dba", "('493d4e7b-2d9a-48a3-8745-0339ac4b8243", "('77ebffa1-953a-4a6c-90c7-1761aad57940", "('93fe8203-aa30-4e09-8be0-769d6e82cebf"]
+2017-03-08 05:02:52,337 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 05:02:52,338 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 05:02:52,339 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-08 05:02:52,349 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-03-08 05:02:52,350 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 05:02:52,350 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-03-08 05:02:52,776 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:54,544 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:02:55,575 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:02:55,575 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dd14caf1-3697-4913-b7ca-629e29bbd5fe/75e4459bdb0a4c8681e2ddc9ab6ab835
+2017-03-08 05:02:55,607 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:02:55,673 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:55,673 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:55,677 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:02:55,679 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:02:55,682 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:02:55,684 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:02:55,930 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:02:55,931 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/243bdba4-b22c-428f-8966-2ae8b4d177fd
+2017-03-08 05:02:55,999 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:02:55,999 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:02:56,043 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:02:56,043 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:56,044 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:02:56,990 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:02:57,673 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:02:57,772 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:02:57,777 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:02:58,293 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:02:58,586 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:02:58,740 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:02:58,740 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:02:58,819 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_vf Where name = 'ST9Z42L';
+2017-03-08 05:02:58,821 DEBUG db_general 127 67426 140736596902848 Query result: 20f250f0-1bf7-4cdc-8bb3-4ce1aaade727
+2017-03-08 05:02:58,824 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST9Z42L';
+2017-03-08 05:02:58,826 DEBUG db_general 127 67426 140736596902848 Query result: 243bdba4-b22c-428f-8966-2ae8b4d177fd
+2017-03-08 05:02:58,829 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST9Z42L';
+2017-03-08 05:02:58,832 DEBUG db_general 127 67426 140736596902848 Query result: 243bdba4-b22c-428f-8966-2ae8b4d177fd
+2017-03-08 05:02:58,836 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '243bdba4-b22c-428f-8966-2ae8b4d177fd';
+2017-03-08 05:02:58,838 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5450
+2017-03-08 05:02:58,841 DEBUG db_general 115 67426 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5450';
+2017-03-08 05:02:58,843 DEBUG db_general 127 67426 140736596902848 Query result: 625
+2017-03-08 05:02:58,848 DEBUG fe_checklist 50 67426 140736596902848 EL email: STTX0Pj@intl.att.com
+2017-03-08 05:02:58,851 DEBUG db_general 115 67426 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '243bdba4-b22c-428f-8966-2ae8b4d177fd';
+2017-03-08 05:02:58,853 DEBUG db_general 127 67426 140736596902848 Query result: 2017-5450
+2017-03-08 05:02:59,075 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '243bdba4-b22c-428f-8966-2ae8b4d177fd';
+2017-03-08 05:02:59,078 DEBUG db_general 127 67426 140736596902848 Query result: ["('5ac0e793-d2d5-450b-a048-9b9e762431d8", "('e4a8de18-6b4d-40ce-bca4-0d7cc1b5ae33", "('8f161ee5-ddf5-4bb1-8edc-0eaa00208949", "('7d100ff1-7286-4041-a5bd-d290e059607e"]
+2017-03-08 05:02:59,084 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 05:02:59,085 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 05:02:59,085 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-03-08 05:02:59,099 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+
+2017-03-08 05:02:59,099 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-03-08 05:02:59,100 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-03-08 05:02:59,466 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:03:00,127 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:03:00,266 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:03:00,270 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:00,998 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:01,366 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:01,508 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:02,020 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:02,372 ERROR test_dashboard_feature 62 67425 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (3) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 05:03:02,373 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 05:03:02,373 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 05:03:02,388 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-03-08 05:03:02,389 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-03-08 05:03:02,389 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-03-08 05:03:02,536 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:02,543 ERROR fe_user 40 67427 140736596902848 Login FAILED: email=STzUsJ2@intl.att.com password=iceusers
+2017-03-08 05:03:02,544 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:03:02,545 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 05:03:02,546 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-03-08 05:03:02,553 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:03:02,554 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/58be4738-292d-42f4-9afa-5f1cb2a52ce2/545560e469114c70b5298511c6847091
+2017-03-08 05:03:02,574 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-03-08 05:03:02,575 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-03-08 05:03:02,576 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-03-08 05:03:02,609 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:02,745 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:02,746 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:02,751 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:02,753 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:02,758 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:02,762 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:03,113 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:03,807 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:03,808 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5dd13fe2-4355-4286-ada7-2c49271a60e9
+2017-03-08 05:03:03,948 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:03,948 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:04,011 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:04,110 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:04,110 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:04,110 DEBUG api_checklist 16 67426 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/5dd13fe2-4355-4286-ada7-2c49271a60e9
+2017-03-08 05:03:04,115 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:03:04,119 DEBUG db_general 127 67426 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:03:04,119 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5dd13fe2-4355-4286-ada7-2c49271a60e9
+2017-03-08 05:03:04,206 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:04,206 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:04,262 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:04,661 DEBUG api_checklist 29 67426 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:03:04,764 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:03:04,764 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/07effae7-8290-440e-bbd0-a1a4ae8a7926/37026372d30f4919843cf6d98fba4f82
+2017-03-08 05:03:04,804 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:04,881 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:04,881 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:04,886 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:04,887 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:04,890 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:04,892 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:05,197 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:05,198 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/39332fc1-d775-496f-9687-75ab14cab13b
+2017-03-08 05:03:05,283 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:05,283 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:05,324 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:05,324 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:05,324 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:03:05,506 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:05,704 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:06,186 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:03:06,562 DEBUG logFuncEntry 34 67425 140736596902848 calling test_search_engagement | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-03-08 05:03:06,637 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:03:06,638 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c0dd3785-a157-4ac6-af4d-3f81c98a900b/bf2b6d1540d745d9a0b2a90605f55b95
+2017-03-08 05:03:06,669 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:06,745 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:03:06,746 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:03:06,749 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:06,751 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:06,755 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:06,757 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:06,829 DEBUG db_cms 104 67427 140736596902848 Delete all posts
+2017-03-08 05:03:06,829 DEBUG db_cms 106 67427 140736596902848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-03-08 05:03:06,838 DEBUG db_cms 23 67427 140736596902848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-03-08 05:03:06,860 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:06,860 DEBUG db_cms 109 67427 140736596902848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-03-08 05:03:06,863 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:03:06,865 DEBUG db_cms 23 67427 140736596902848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-03-08 05:03:06,921 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:06,921 DEBUG db_cms 60 67427 140736596902848 Insert new post : title_FAQSTE2BOW
+2017-03-08 05:03:06,921 DEBUG db_cms 64 67427 140736596902848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTE2BOW', 'title_FAQSTE2BOW-slug', '', 'description_FAQ_STH1F4S', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STH1F4S</p>', true, '', 1, 1);
+2017-03-08 05:03:06,927 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTE2BOW', 'title_FAQSTE2BOW-slug', '', 'description_FAQ_STH1F4S', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STH1F4S</p>', true, '', 1, 1);
+2017-03-08 05:03:06,939 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:06,940 DEBUG db_cms 73 67427 140736596902848 Get the id of the post inserted
+2017-03-08 05:03:06,940 DEBUG db_cms 75 67427 140736596902848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-03-08 05:03:06,944 DEBUG db_cms 37 67427 140736596902848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-03-08 05:03:06,946 DEBUG db_cms 45 67427 140736596902848 Query result: 127
+2017-03-08 05:03:06,946 DEBUG db_cms 52 67427 140736596902848 Get DBCMS category id for name: FAQ
+2017-03-08 05:03:06,947 DEBUG db_cms 54 67427 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-03-08 05:03:06,951 DEBUG db_cms 37 67427 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-03-08 05:03:06,953 DEBUG db_cms 45 67427 140736596902848 Query result: 3
+2017-03-08 05:03:06,954 DEBUG db_cms 81 67427 140736596902848 bind category into inserted post: 127
+2017-03-08 05:03:06,954 DEBUG db_cms 83 67427 140736596902848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (127, 3);
+2017-03-08 05:03:06,958 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (127, 3);
+2017-03-08 05:03:06,968 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:06,988 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:03:06,994 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:07,056 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:03:07,056 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c015f5e2-281f-4ed3-b312-497c5862ed8a/788ebd911f3046409a13ce389e607e62
+2017-03-08 05:03:07,098 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:07,201 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:03:07,201 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:03:07,205 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:07,207 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:07,211 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:07,213 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:07,505 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:07,549 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:07,549 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/de86cd61-cfba-4774-99a6-3905fb79137b
+2017-03-08 05:03:07,627 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:03:07,627 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:03:07,670 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:07,671 DEBUG test_dashboard_feature 68 67425 140736596902848 About to login with EL and add VFC
+2017-03-08 05:03:07,671 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:07,671 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:03:07,884 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:07,885 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7f672498-5117-462e-9345-6bf56d2de765
+2017-03-08 05:03:07,949 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:03:07,949 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:03:07,992 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:07,993 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:07,993 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:03:08,019 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:08,543 DEBUG db_general 115 67426 140736596902848 Query : select template_id from ice_checklist Where name = 'checklistAPISTrOzSg';
+2017-03-08 05:03:08,554 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:03:08,718 DEBUG db_general 127 67426 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:03:08,746 DEBUG fe_general 34 67426 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:08,860 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:08,860 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:03:08,867 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:03:09,207 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:03:09,218 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:09,313 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:03:09,318 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:09,385 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:09,385 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:03:09,555 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:03:09,561 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:03:09,741 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:03:09,750 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:09,964 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:10,207 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:03:10,267 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:10,448 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:03:10,476 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:10,563 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:03:10,568 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:10,778 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:10,883 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:03:10,989 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:11,003 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:03:11,008 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:11,162 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:11,565 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:11,678 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:12,076 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:12,190 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:12,588 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:12,704 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:13,100 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:13,219 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:13,382 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:03:13,612 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:13,734 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:13,895 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:03:14,125 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:14,246 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:14,636 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:14,758 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:15,146 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:15,304 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:15,658 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:16,182 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:16,184 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:16,388 DEBUG fe_dashboard 130 67425 140736596902848 Login with user STeAt62@intl.att.com
+2017-03-08 05:03:16,388 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:16,389 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:03:16,696 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:17,111 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:03:17,210 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:17,721 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:17,731 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:03:17,816 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:03:17,821 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:18,334 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:18,848 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:19,248 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-5451';
+2017-03-08 05:03:19,251 DEBUG db_general 127 67426 140736596902848 Query result: 5dd13fe2-4355-4286-ada7-2c49271a60e9
+2017-03-08 05:03:19,255 DEBUG db_user 33 67426 140736596902848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5dd13fe2-4355-4286-ada7-2c49271a60e9' and email = 'STLnT02@intl.att.com' ;
+2017-03-08 05:03:19,258 DEBUG fe_general 34 67426 140736596902848 Reopen URL: http://127.0.0.1:8181#/login?invite_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmdfdXVpZCI6ICI1ZGQxM2ZlMi00MzU1LTQyODYtYWRhNy0yYzQ5MjcxYTYwZTkiLCAiaW52aXRlcl91c2VyX3V1aWQiOiAiOGZjYmZiOTUtYzU3OC00NjViLWEwNGUtYWQxMTk2YzkyMWI0IiwgImVtYWlsIjogIlNUTG5UMDJAaW50bC5hdHQuY29tIn0.dLl9eiULj4sMfjoBrpGtI5m4q4Oew71zrkzSjaGkwF0
+2017-03-08 05:03:19,367 DEBUG fe_dashboard 132 67425 140736596902848 Search engagement by engagement_manual_id
+2017-03-08 05:03:19,379 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:19,379 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:03:19,979 DEBUG fe_dashboard 136 67425 140736596902848 Engagement found (searched by engagement_manual_id)
+2017-03-08 05:03:20,067 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:03:20,751 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:03:20,913 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:03:20,920 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login?invite_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmdfdXVpZCI6ICI1ZGQxM2ZlMi00MzU1LTQyODYtYWRhNy0yYzQ5MjcxYTYwZTkiLCAiaW52aXRlcl91c2VyX3V1aWQiOiAiOGZjYmZiOTUtYzU3OC00NjViLWEwNGUtYWQxMTk2YzkyMWI0IiwgImVtYWlsIjogIlNUTG5UMDJAaW50bC5hdHQuY29tIn0.dLl9eiULj4sMfjoBrpGtI5m4q4Oew71zrkzSjaGkwF0 page is loaded.
+2017-03-08 05:03:21,154 DEBUG fe_dashboard 138 67425 140736596902848 Search engagement by VF name
+2017-03-08 05:03:21,435 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:03:21,559 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_FAQ
+2017-03-08 05:03:21,560 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-03-08 05:03:21,561 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-03-08 05:03:21,574 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-03-08 05:03:21,575 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-03-08 05:03:21,575 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-03-08 05:03:21,813 DEBUG fe_dashboard 141 67425 140736596902848 Engagement found (searched by VF name)
+2017-03-08 05:03:21,947 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:03:23,321 DEBUG fe_dashboard 143 67425 140736596902848 Search engagement by VFC
+2017-03-08 05:03:23,863 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:23,999 DEBUG fe_dashboard 146 67425 140736596902848 Engagement found (searched by VFC)
+2017-03-08 05:03:24,062 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 05:03:24,062 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 05:03:24,078 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-03-08 05:03:24,079 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 05:03:24,080 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 05:03:24,707 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:25,290 DEBUG fe_dashboard 148 67425 140736596902848 Negative search: search by random string
+2017-03-08 05:03:26,245 DEBUG db_cms 60 67427 140736596902848 Insert new post : title_NewsSTpMZHJ
+2017-03-08 05:03:26,245 DEBUG db_cms 64 67427 140736596902848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTpMZHJ', 'title_NewsSTpMZHJ-slug', '', 'description_NewsSTd2q4S', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTd2q4S</p>', true, '', 1, 1);
+2017-03-08 05:03:26,251 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTpMZHJ', 'title_NewsSTpMZHJ-slug', '', 'description_NewsSTd2q4S', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTd2q4S</p>', true, '', 1, 1);
+2017-03-08 05:03:26,262 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:26,263 DEBUG db_cms 73 67427 140736596902848 Get the id of the post inserted
+2017-03-08 05:03:26,263 DEBUG db_cms 75 67427 140736596902848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-03-08 05:03:26,268 DEBUG db_cms 37 67427 140736596902848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-03-08 05:03:26,274 DEBUG db_cms 45 67427 140736596902848 Query result: 128
+2017-03-08 05:03:26,274 DEBUG db_cms 52 67427 140736596902848 Get DBCMS category id for name: News
+2017-03-08 05:03:26,274 DEBUG db_cms 54 67427 140736596902848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 05:03:26,280 DEBUG db_cms 37 67427 140736596902848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-03-08 05:03:26,281 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:26,284 DEBUG db_cms 45 67427 140736596902848 Query result: 1
+2017-03-08 05:03:26,284 DEBUG db_cms 81 67427 140736596902848 bind category into inserted post: 128
+2017-03-08 05:03:26,285 DEBUG db_cms 83 67427 140736596902848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (128, 1);
+2017-03-08 05:03:26,289 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (128, 1);
+2017-03-08 05:03:26,293 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:26,399 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:03:26,399 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/04ec35fd-342d-45c7-bfeb-8a5a71d32659/dec64a6696204c8f87ec75941ca0ce7c
+2017-03-08 05:03:26,489 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:26,489 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:26,490 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:03:26,504 DEBUG fe_dashboard 130 67425 140736596902848 Login with user STPfCHv@intl.att.com
+2017-03-08 05:03:26,504 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:26,504 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:03:27,198 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:27,333 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:03:27,498 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:03:28,004 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:03:28,117 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:03:28,122 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:28,152 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:03:28,293 DEBUG logFuncEntry 34 67428 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 05:03:28,331 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:03:28,338 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:28,563 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:03:28,564 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7d6a3043-f0ff-4988-aa3a-871fd956864f/7043d2b590bf4c02b39e4ad529d2fffe
+2017-03-08 05:03:28,682 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:28,854 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:28,916 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:28,935 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:03:28,935 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:03:28,941 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:28,944 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:28,950 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:28,951 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:29,266 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:29,266 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/564b9f3a-ec67-4b74-a67d-160847e58909
+2017-03-08 05:03:29,333 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:03:29,333 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:03:29,370 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:29,384 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:29,384 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:29,385 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:03:29,429 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:29,938 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:30,267 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:03:30,448 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:30,945 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:03:30,962 DEBUG fe_dashboard 132 67425 140736596902848 Search engagement by engagement_manual_id
+2017-03-08 05:03:31,055 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:03:31,064 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:31,577 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:31,587 DEBUG fe_dashboard 136 67425 140736596902848 Engagement found (searched by engagement_manual_id)
+2017-03-08 05:03:32,749 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-03-08 05:03:32,749 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-03-08 05:03:32,776 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_MultiEL ----------------------
+
+2017-03-08 05:03:32,776 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-03-08 05:03:32,777 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-03-08 05:03:33,255 DEBUG fe_dashboard 138 67425 140736596902848 Search engagement by VF name
+2017-03-08 05:03:33,955 DEBUG fe_dashboard 141 67425 140736596902848 Engagement found (searched by VF name)
+2017-03-08 05:03:34,443 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:03:34,962 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:03:35,265 DEBUG fe_dashboard 143 67425 140736596902848 Search engagement by VFC
+2017-03-08 05:03:35,647 DEBUG test_detailed_view 25 67428 140736596902848 Add Deployment Target
+2017-03-08 05:03:35,924 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:36,586 DEBUG fe_dashboard 146 67425 140736596902848 Engagement found (searched by VFC)
+2017-03-08 05:03:37,190 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:03:37,191 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/044b37e7-072b-4490-b963-2095ffc2747d/d05f959f876c42a2bc8164043cb55455
+2017-03-08 05:03:37,223 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:37,298 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:37,298 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:37,304 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:37,305 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:37,310 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:37,312 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:38,121 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:38,122 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bb1eec18-1c60-45a3-87e4-0e7719f1709a
+2017-03-08 05:03:38,138 DEBUG fe_dashboard 148 67425 140736596902848 Negative search: search by random string
+2017-03-08 05:03:38,224 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:38,224 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:38,289 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:38,373 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:38,373 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:38,373 DEBUG api_checklist 16 67426 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bb1eec18-1c60-45a3-87e4-0e7719f1709a
+2017-03-08 05:03:38,377 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:03:38,379 DEBUG db_general 127 67426 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:03:38,379 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bb1eec18-1c60-45a3-87e4-0e7719f1709a
+2017-03-08 05:03:38,476 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:38,476 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:38,549 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:38,806 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:38,955 DEBUG fe_dashboard 130 67425 140736596902848 Login with user STJlzC8@intl.att.com
+2017-03-08 05:03:38,955 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:38,955 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:03:39,051 DEBUG api_checklist 29 67426 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:03:39,052 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:39,052 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:03:39,775 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:03:39,944 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:03:40,410 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:03:40,417 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_News
+2017-03-08 05:03:40,418 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-03-08 05:03:40,418 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-03-08 05:03:40,436 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-03-08 05:03:40,437 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-03-08 05:03:40,437 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-03-08 05:03:40,517 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:03:40,521 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:40,713 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:03:40,891 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:03:40,921 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:41,046 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:41,573 DEBUG fe_dashboard 132 67425 140736596902848 Search engagement by engagement_manual_id
+2017-03-08 05:03:41,588 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:42,110 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:42,282 DEBUG fe_dashboard 136 67425 140736596902848 Engagement found (searched by engagement_manual_id)
+2017-03-08 05:03:42,622 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:43,265 DEBUG fe_dashboard 138 67425 140736596902848 Search engagement by VF name
+2017-03-08 05:03:43,551 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:44,001 DEBUG fe_dashboard 141 67425 140736596902848 Engagement found (searched by VF name)
+2017-03-08 05:03:44,720 DEBUG db_cms 114 67427 140736596902848 Retrive id of documentation page:
+2017-03-08 05:03:44,721 DEBUG db_cms 88 67427 140736596902848 Retrive id of documentation page:
+2017-03-08 05:03:44,721 DEBUG db_cms 90 67427 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 05:03:44,727 DEBUG db_cms 37 67427 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-08 05:03:44,729 DEBUG db_cms 45 67427 140736596902848 Query result: 10
+2017-03-08 05:03:44,729 DEBUG db_cms 119 67427 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STm6YEj', 'title_Of_Page_STm6YEj-slug', '', 'description_Of_Page_ST80ZYI', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STm6YEj', 'richtextpage', true, 10, 1);
+2017-03-08 05:03:44,734 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STm6YEj', 'title_Of_Page_STm6YEj-slug', '', 'description_Of_Page_ST80ZYI', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STm6YEj', 'richtextpage', true, 10, 1);
+2017-03-08 05:03:44,742 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:44,743 DEBUG db_cms 96 67427 140736596902848 Retrive id of last page inserted:
+2017-03-08 05:03:44,743 DEBUG db_cms 98 67427 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-08 05:03:44,746 DEBUG db_cms 37 67427 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-08 05:03:44,748 DEBUG db_cms 45 67427 140736596902848 Query result: 63
+2017-03-08 05:03:44,748 DEBUG db_cms 123 67427 140736596902848 Bind the page with the rich text content related to this page
+2017-03-08 05:03:44,748 DEBUG db_cms 125 67427 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (63, '<p>description_Of_Page_ST80ZYI</p>');
+2017-03-08 05:03:44,751 DEBUG db_cms 23 67427 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (63, '<p>description_Of_Page_ST80ZYI</p>');
+2017-03-08 05:03:44,758 DEBUG db_cms 27 67427 140736596902848 Insert query success!
+2017-03-08 05:03:44,841 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:03:44,842 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b9f0126f-0668-4300-a83b-b225b29f66b7/6154d3e4b14a41cf9f0e475a38feb0d5
+2017-03-08 05:03:44,888 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:45,051 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:03:45,052 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:03:45,062 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:45,067 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:45,073 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:45,074 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:45,151 DEBUG fe_dashboard 143 67425 140736596902848 Search engagement by VFC
+2017-03-08 05:03:45,362 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_clone_decision_auditlogs
+2017-03-08 05:03:45,364 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-03-08 05:03:45,364 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-03-08 05:03:45,384 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-03-08 05:03:45,385 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-03-08 05:03:45,385 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-03-08 05:03:45,649 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:45,650 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c3a912fc-5eaf-477c-bf2d-2f6ed910406c
+2017-03-08 05:03:45,740 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:03:45,740 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:03:45,794 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:45,794 DEBUG test_cms_news_and_announcementsion 56 67427 140736596902848 About to login with EL and add VFC
+2017-03-08 05:03:45,794 DEBUG fe_general 34 67427 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:45,831 DEBUG test_cms_news_and_announcementsion 60 67427 140736596902848 Login with user hs0007@att.com
+2017-03-08 05:03:45,832 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:45,832 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:03:45,855 DEBUG fe_dashboard 146 67425 140736596902848 Engagement found (searched by VFC)
+2017-03-08 05:03:46,828 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:03:46,992 DEBUG fe_dashboard 148 67425 140736596902848 Negative search: search by random string
+2017-03-08 05:03:47,508 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:03:47,661 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:03:47,667 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:47,730 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:03:47,958 DEBUG fe_dashboard 130 67425 140736596902848 Login with user admin@att.com
+2017-03-08 05:03:47,958 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:47,958 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:03:48,190 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:48,690 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:48,824 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:48,864 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:03:49,340 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:49,541 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:03:49,710 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:03:49,716 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:49,855 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:50,236 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:50,370 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:50,443 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:03:50,443 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/467b66f1-28a9-4e81-a1ab-edb4b8053897/90d84b44dc1d4e978dc57f3387149378
+2017-03-08 05:03:50,525 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:03:50,662 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:50,663 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:50,667 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:03:50,670 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:03:50,675 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:03:50,677 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:03:50,748 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:50,882 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:51,200 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:03:51,201 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/15a6f428-6f75-4e67-abad-011fc9c064e5
+2017-03-08 05:03:51,262 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:51,300 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:03:51,300 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:03:51,362 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:03:51,363 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:03:51,363 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:03:51,395 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:51,920 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:51,953 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:52,197 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:03:52,443 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:52,467 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:52,840 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:03:52,962 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:52,971 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:03:52,977 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:03:53,247 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:53,480 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:53,758 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:53,764 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:53,992 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:54,376 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:54,512 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:54,890 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:55,026 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:55,401 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:55,536 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:55,928 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 05:03:55,928 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 05:03:55,947 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-03-08 05:03:55,948 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 05:03:55,948 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-03-08 05:03:55,949 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:56,049 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:56,504 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:56,563 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:57,080 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:57,595 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:03:58,168 DEBUG fe_dashboard 132 67425 140736596902848 Search engagement by engagement_manual_id
+2017-03-08 05:03:58,304 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:03:58,846 DEBUG fe_dashboard 136 67425 140736596902848 Engagement found (searched by engagement_manual_id)
+2017-03-08 05:03:59,075 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_checklist_without_files
+2017-03-08 05:03:59,076 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-03-08 05:03:59,077 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-03-08 05:03:59,098 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-03-08 05:03:59,098 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-03-08 05:03:59,098 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-03-08 05:03:59,732 DEBUG logFuncEntry 34 67428 140736596902848 calling test_edit_ecomp_release_and_aic | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 05:03:59,830 DEBUG fe_dashboard 138 67425 140736596902848 Search engagement by VF name
+2017-03-08 05:04:00,074 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:04:00,075 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7623e0cb-0a1c-4d50-95b5-86ab085b6bf7/1243319509984e5dbb0b8dc5d2c15ccd
+2017-03-08 05:04:00,223 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:00,389 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:04:00,389 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:04:00,394 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:00,395 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:00,399 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:00,401 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:00,673 DEBUG fe_dashboard 141 67425 140736596902848 Engagement found (searched by VF name)
+2017-03-08 05:04:01,069 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:01,070 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ca7ba55b-c1b0-4545-8606-a1800ad3b516
+2017-03-08 05:04:01,181 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:04:01,181 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:04:01,263 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:01,277 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:01,277 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:04:01,572 DEBUG fe_dashboard 143 67425 140736596902848 Search engagement by VFC
+2017-03-08 05:04:02,235 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:02,300 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:04:02,545 DEBUG fe_dashboard 146 67425 140736596902848 Engagement found (searched by VFC)
+2017-03-08 05:04:02,972 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:04:03,115 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:04:03,122 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:03,499 DEBUG fe_dashboard 148 67425 140736596902848 Negative search: search by random string
+2017-03-08 05:04:03,806 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:03,807 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/76443582-dfbe-4d46-9d06-73416133afa7/4b2413429f3640fba81a7975d68961c8
+2017-03-08 05:04:03,839 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:03,966 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:04,090 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:04,090 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:04,094 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:04,096 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:04,100 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:04,102 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:04,350 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:04,427 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:04:04,550 DEBUG fe_dashboard 130 67425 140736596902848 Login with user admin_ro@att.com
+2017-03-08 05:04:04,551 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:04,551 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:04:04,798 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:04,799 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/998b0824-604e-4ee1-8f67-c03dd516c729
+2017-03-08 05:04:04,804 ERROR test_cms_news_and_announcementsion 64 67427 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to go to Announcement page.', Exception('Text - title_Of_Page_STm6YEj not found in ID title_Of_Page_STm6YEj', 'title_Of_Page_STm6YEj'))
+2017-03-08 05:04:04,804 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_search_documentation
+2017-03-08 05:04:04,805 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-03-08 05:04:04,806 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-03-08 05:04:04,824 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-03-08 05:04:04,825 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-03-08 05:04:04,825 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-03-08 05:04:04,913 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:04,914 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:05,016 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:05,172 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:05,172 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:05,172 DEBUG api_checklist 16 67426 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/998b0824-604e-4ee1-8f67-c03dd516c729
+2017-03-08 05:04:05,176 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:04:05,179 DEBUG db_general 127 67426 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:04:05,179 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/998b0824-604e-4ee1-8f67-c03dd516c729
+2017-03-08 05:04:05,339 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:05,339 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:05,343 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:04:05,478 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:06,111 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:04:06,284 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:04:06,303 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:06,834 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:07,127 DEBUG api_checklist 29 67426 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:04:07,128 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:07,128 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:04:07,292 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:04:07,376 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:07,812 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:04:07,894 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:07,942 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:08,128 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:04:08,404 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:08,809 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:04:08,930 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:08,975 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:04:08,983 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:09,172 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_5_last_Announcement_displayed
+2017-03-08 05:04:09,173 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-03-08 05:04:09,174 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-03-08 05:04:09,198 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-03-08 05:04:09,199 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-03-08 05:04:09,199 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-03-08 05:04:09,458 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:09,732 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 05:04:09,732 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-03-08 05:04:09,752 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-03-08 05:04:09,753 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-08 05:04:09,753 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-03-08 05:04:09,973 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:10,495 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:10,549 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:11,012 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:11,532 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:11,637 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:12,057 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:12,160 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:12,468 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:12,620 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:12,682 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:13,055 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:13,138 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:13,264 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:13,655 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:13,703 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_expired_post_Announcement
+2017-03-08 05:04:13,704 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-03-08 05:04:13,704 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-03-08 05:04:13,730 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-03-08 05:04:13,733 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 05:04:13,734 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-03-08 05:04:13,780 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:14,170 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:14,278 DEBUG logFuncEntry 34 67428 140736596902848 calling test_negative_role_for_deployment_targets | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-08 05:04:14,308 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:14,544 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:04:14,545 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c08887a8-15ce-4ba0-a388-3060827bfbb7/6c1f60824ad340cc8f8d30f8bd75e97e
+2017-03-08 05:04:14,684 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:14,689 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:14,825 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:14,951 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:04:14,951 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:04:14,969 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:14,971 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:14,976 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:14,978 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:15,210 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:15,342 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:15,788 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:15,859 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:16,292 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:16,293 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/572534ad-e698-4ee3-b87d-c50023ecda11
+2017-03-08 05:04:16,301 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:16,374 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:16,503 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:04:16,504 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:04:16,639 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:16,639 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:04:16,819 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:16,897 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:16,983 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:17,171 DEBUG fe_detailed_view 154 67428 140736596902848 Login with user STeAt62@intl.att.com
+2017-03-08 05:04:17,172 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:17,172 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:04:17,334 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:17,414 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:17,846 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:18,098 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:04:18,359 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:18,424 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:04:18,425 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e86045f0-f59e-4cb5-ae1a-363ae8b3bd19/bc858af0e2ec4998bbf9e98766e2016b
+2017-03-08 05:04:18,541 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:18,726 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:04:18,727 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:04:18,732 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:18,735 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:18,741 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:18,743 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:18,903 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:19,038 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:04:19,150 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:04:19,156 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:19,418 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:19,562 ERROR test_checklist_validations 276 67426 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to reject checklist.', AttributeError("type object 'Dashboard' has no attribute 'DBChecklist'",))
+2017-03-08 05:04:19,562 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reject_anytime_checklist
+2017-03-08 05:04:19,563 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-03-08 05:04:19,564 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-03-08 05:04:19,587 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-03-08 05:04:19,589 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 05:04:19,589 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-03-08 05:04:19,920 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:19,936 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:20,464 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:20,535 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:20,670 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:20,670 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ba5d0dba-0b62-4d2f-a995-4a81a02c697c
+2017-03-08 05:04:20,925 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:04:20,926 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:04:20,981 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:21,051 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:21,061 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:21,061 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:21,061 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:04:21,518 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:21,569 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:22,032 ERROR fe_user 40 67425 140736596902848 Login FAILED: email=admin_ro@att.com password=iceusers
+2017-03-08 05:04:22,037 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-03-08 05:04:22,037 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-03-08 05:04:22,090 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:22,129 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:04:22,265 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-03-08 05:04:22,266 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-03-08 05:04:22,266 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-03-08 05:04:22,842 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:04:22,919 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:23,071 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:04:23,078 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:24,333 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:24,863 DEBUG logFuncEntry 34 67426 140736596902848 calling test_25_invitations_for_an_invited_by_user_uuid | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 05:04:24,879 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:25,141 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:25,142 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fdb0c733-40de-4a8d-9bb9-f95673720ea9/e6f865c4833545379d47056cadabd6af
+2017-03-08 05:04:25,201 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:25,304 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:25,304 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:25,309 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:25,311 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:25,315 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:25,317 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:25,398 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:25,783 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:25,894 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:04:25,921 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:26,406 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:04:26,432 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:26,432 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/16b348f2-e864-43b8-a199-778a306a1f1a
+2017-03-08 05:04:26,440 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:26,545 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:26,545 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:26,627 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:26,749 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:26,750 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6f1f3807-6b16-4643-bf84-f3c4aa9983a9/d8d5c97752784f94b931989ee0932ab4
+2017-03-08 05:04:26,808 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:26,897 DEBUG logFuncEntry 34 67425 140736596902848 calling test_validate_filtering_by_stage_active | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-03-08 05:04:26,926 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:26,926 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:26,930 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:26,932 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:26,937 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:26,939 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:26,954 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:27,073 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:04:27,073 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/98be9750-32b1-4701-ab67-fe8363c05dd0/12a2dc18cc84435f9e846f1a55843fc5
+2017-03-08 05:04:27,133 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:27,233 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:04:27,234 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:04:27,237 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:27,239 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:27,242 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:27,244 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:27,473 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:27,769 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:27,770 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/9ac80c79-4642-495e-901d-736a8ed04d04
+2017-03-08 05:04:27,883 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:27,883 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:27,991 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:28,047 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:28,051 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:28,051 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b9c9aaef-098c-4818-ab00-97677ee31786
+2017-03-08 05:04:28,177 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:04:28,177 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:04:28,237 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:28,238 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6a2b532e-25d3-4b06-b546-02275d5ea8db/6c6a175eeb9d4a5d8b292fe3371de047
+2017-03-08 05:04:28,303 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:28,303 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:28,304 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:04:28,319 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:28,470 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:28,470 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:28,475 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:28,477 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:28,481 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:28,483 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:28,504 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:28,998 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:28,998 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/810e4037-225c-4736-b038-a62f6ad8bb47
+2017-03-08 05:04:29,016 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:29,076 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:29,077 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:29,130 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:29,218 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:04:29,220 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:29,221 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3f967c1b-2e69-4554-9331-11a1e3aa6982/e8f0f7911a5546389b5bcd4c7c760621
+2017-03-08 05:04:29,269 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:29,350 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:29,350 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:29,354 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:29,357 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:29,362 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:29,364 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:29,528 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:29,709 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:29,709 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/77a9788d-5aa7-4244-bfff-295c63ce2ce5
+2017-03-08 05:04:29,771 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:29,772 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:29,809 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:29,889 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:04:29,893 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:29,893 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/977c86b3-d0cb-4e0d-b9a8-ff9278d60a71/3c8e4fa5fa6f4e4fb01e0b4e0e06066d
+2017-03-08 05:04:29,929 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:29,987 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:04:29,992 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:30,001 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:30,002 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:30,006 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:30,008 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:30,012 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:30,014 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:30,502 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:30,614 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:30,615 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6fe35f73-2019-438d-beff-638f8dcfe2c2
+2017-03-08 05:04:30,706 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:30,706 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:30,753 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:30,890 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:04:30,890 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:04:30,929 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:30,929 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8977940c-49df-45e9-9269-8b594da2d6d5/3d3e0006983240e591b9138a5989fa55
+2017-03-08 05:04:31,013 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:31,022 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:31,113 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:31,113 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:31,117 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:31,118 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:31,121 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:31,122 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:31,524 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:31,772 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:31,772 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c6765d48-cdce-4ba3-9c45-63b6f9c217d6
+2017-03-08 05:04:31,851 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:31,852 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:31,902 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:31,974 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:31,975 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b56cd20c-a673-46e5-8008-3ebf1858dfa8/150bf4c12336461cbc8e65c94d2a47e5
+2017-03-08 05:04:32,002 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:04:32,008 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:32,076 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:32,098 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:32,098 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:32,101 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:32,103 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:32,106 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:32,108 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:32,194 DEBUG fe_detailed_view 154 67428 140736596902848 Login with user STIzJAQ@intl.att.com
+2017-03-08 05:04:32,194 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:32,194 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:04:32,508 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:32,508 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a24ccabd-52aa-4e85-a80b-57fc7e005e8a
+2017-03-08 05:04:32,578 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:32,579 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:32,641 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:32,752 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:32,753 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4c6b0525-df53-42e4-a97c-9ae6edd71085/6f442299a97b469eb13f486612aa13c3
+2017-03-08 05:04:32,809 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:32,902 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:32,902 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:32,907 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:32,909 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:32,915 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:32,916 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:32,992 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:04:33,635 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:04:33,719 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:33,719 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ff2e1f8d-dafa-48fc-978e-4e9df2d3e3a7
+2017-03-08 05:04:33,743 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:04:33,749 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:33,891 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:33,891 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:33,986 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:34,147 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:34,263 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:34,309 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:34,309 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/33c8f935-2c96-47f7-a38e-78ebd20c1346/b4e89b4beaeb471691da4f38a64aa3e4
+2017-03-08 05:04:34,381 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:34,495 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:34,495 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:34,500 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:34,501 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:34,506 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:34,507 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:34,661 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:34,773 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:35,173 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:35,812 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:36,323 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:36,385 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:36,385 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dc01fd97-74d2-422b-811b-6793adc6f8cd
+2017-03-08 05:04:36,514 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:36,514 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:36,637 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:36,818 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:36,818 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/dd168a1f-b2ed-42b2-b3ec-8d7afd3dabd4/e8407a6b29914c27b9b19093b61cb3db
+2017-03-08 05:04:36,847 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'STd2nab@intl.att.com';
+2017-03-08 05:04:36,851 DEBUG db_general 127 67425 140736596902848 Query result: 4409
+2017-03-08 05:04:36,860 DEBUG db_user 164 67425 140736596902848 Query result: [(6,)]
+2017-03-08 05:04:36,860 DEBUG fe_dashboard 83 67425 140736596902848 Number of pages: 1
+2017-03-08 05:04:36,876 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:36,983 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:36,984 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:36,988 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:36,990 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:36,994 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:36,996 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:37,107 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:04:37,193 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4602
+2017-03-08 05:04:37,213 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4702
+2017-03-08 05:04:37,228 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4909
+2017-03-08 05:04:37,247 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4508
+2017-03-08 05:04:37,264 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4390
+2017-03-08 05:04:37,281 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-5215
+2017-03-08 05:04:37,444 DEBUG fe_dashboard 91 67425 140736596902848 result right
+2017-03-08 05:04:37,444 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-03-08 05:04:37,444 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-03-08 05:04:37,474 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-03-08 05:04:37,474 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-03-08 05:04:37,474 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-03-08 05:04:37,618 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:04:37,810 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:37,811 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a87c3c86-3245-4b69-b23c-a91d18c6aefa
+2017-03-08 05:04:37,906 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:37,906 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:37,957 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:38,070 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:38,071 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fcd84438-f961-4c32-a0ed-0110b2439c76/b3a7e16696c54093983eb4223416914e
+2017-03-08 05:04:38,125 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:38,237 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:38,238 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:38,243 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:38,244 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:38,253 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:38,255 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:38,812 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:38,813 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/55354429-2330-420d-aff4-078d73103b43
+2017-03-08 05:04:38,893 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:38,894 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:38,945 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:39,033 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:39,033 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f7eeeec9-e76d-47a8-8dec-dfe3aae4fa07/d5c2d36e015548a2b090bf3544b015ed
+2017-03-08 05:04:39,068 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:39,142 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:39,142 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:39,147 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:39,149 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:39,153 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:39,154 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:39,665 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:39,697 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:39,697 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1142349d-83aa-4ee8-880d-1b4b1a0a5330
+2017-03-08 05:04:39,772 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:39,772 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:39,822 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:39,905 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:39,906 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/29364408-b638-417d-9a0e-5929f6467d21/404947a5f47b494cbc1df7ee97310a7c
+2017-03-08 05:04:39,947 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:40,018 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:40,019 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:40,022 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:40,023 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:40,027 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:40,028 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:40,453 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:40,453 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4e3a8e9b-2137-438e-a34e-d6dd1aebf387
+2017-03-08 05:04:40,532 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:40,533 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:40,586 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:40,686 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:40,686 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a71e95f2-79be-443f-820c-bb155b29fac3/7d82fd132ade45e0b71b850bad75ee43
+2017-03-08 05:04:40,713 DEBUG logFuncEntry 34 67425 140736596902848 calling test_validate_filtering_by_stage_all | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-03-08 05:04:40,735 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:40,813 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:04:40,814 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3466472a-d6f5-45af-b0bf-6e75de4920da/868f4e04ec1a4b69b9d08f4cd255303c
+2017-03-08 05:04:40,818 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:40,818 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:40,822 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:40,823 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:40,827 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:40,828 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:40,853 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:40,948 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:04:40,949 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:04:40,953 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:40,954 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:40,959 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:40,961 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:41,263 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:41,263 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/637f77fd-991a-4658-a692-5e1a11fd0678
+2017-03-08 05:04:41,339 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:41,339 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:41,386 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:41,387 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c829f665-fd5f-4a46-b1c9-7996fd598cad
+2017-03-08 05:04:41,418 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:41,496 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:04:41,497 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:04:41,538 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:41,538 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c7299684-e210-409e-a6dd-81e7ed5e8b34/cbd01cbef8c74997b076b1121aaf82a3
+2017-03-08 05:04:41,554 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:41,555 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:41,555 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:04:41,578 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:41,670 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:41,670 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:41,675 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:41,676 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:41,680 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:41,682 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:42,042 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:42,043 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0b74bb2f-81d9-4769-b460-d99787f83bf8
+2017-03-08 05:04:42,111 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:42,112 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:42,156 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:42,231 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:42,231 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fe85cdd7-de89-48c5-a274-ec0a638d279d/8a697e222bb446dfa821802a515379bf
+2017-03-08 05:04:42,267 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:42,337 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:42,337 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:42,341 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:42,343 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:42,346 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:42,347 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:42,397 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:04:42,707 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:42,708 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/52cec026-8789-47c2-a10b-bfdbe059edc0
+2017-03-08 05:04:42,776 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:42,777 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:42,824 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:42,901 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:42,901 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d5997883-b860-41e1-8801-0edb621a7a1f/f15cdabc2bae47dd8f3d76c63a73d666
+2017-03-08 05:04:42,941 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:43,013 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:43,013 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:43,017 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:43,019 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:43,023 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:43,025 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:43,047 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:04:43,149 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:04:43,153 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:43,287 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:04:43,420 DEBUG fe_detailed_view 154 67428 140736596902848 Login with user admin_ro@att.com
+2017-03-08 05:04:43,421 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:43,421 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:04:43,851 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:43,852 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/32241492-1e3b-478f-be0e-049cd354594a
+2017-03-08 05:04:43,932 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:43,933 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:43,943 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:43,998 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:44,092 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:44,092 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a6ade3de-763e-4ae2-8e27-7719138081e1/800d3c6eefb840a6a95f96daa4ff01b2
+2017-03-08 05:04:44,140 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:44,152 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:04:44,237 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:44,237 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:44,242 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:44,243 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:44,247 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:44,248 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:44,453 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:44,708 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:44,709 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ff08ee59-8d3e-462b-b155-a4ac1551745e
+2017-03-08 05:04:44,796 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:04:44,798 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:44,798 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:44,871 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:44,893 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:04:44,898 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:44,966 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:44,999 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:45,000 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b518e916-cfb2-4c2c-b70e-721ccd4697cb/58d10035c1da416a82c63b442607b054
+2017-03-08 05:04:45,042 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:45,251 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:45,252 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:45,256 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:45,259 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:45,264 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:45,265 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:45,451 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:45,479 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:45,958 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:45,958 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0cc8e9d1-19f2-49f6-b106-c11e1e910323
+2017-03-08 05:04:45,966 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:45,990 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:46,046 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:46,046 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:46,125 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:46,243 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:46,243 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b6a78292-5a68-46ae-8964-9fa8c5d24c48/48c484214f954a4c87ea946548468e86
+2017-03-08 05:04:46,292 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:46,381 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:46,381 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:46,385 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:46,387 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:46,390 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:46,392 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:46,478 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:46,502 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:46,992 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:47,016 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:47,371 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:47,372 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/df2b8f3b-72a9-4ed4-9ec8-bf3623d2e37b
+2017-03-08 05:04:47,462 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:47,462 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:47,503 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:47,526 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:47,536 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:47,636 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:47,637 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/bc11dba6-581e-4269-bc0b-00538bcd69c8/5e3acfdc4daa46e6a89667f56e04be7f
+2017-03-08 05:04:47,685 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:47,768 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:47,768 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:47,772 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:47,773 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:47,777 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:47,779 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:48,015 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:48,039 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:48,527 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:48,593 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:49,037 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:49,052 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:49,053 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/88c11b77-a0bc-4eb6-99e4-19f71b79ee94
+2017-03-08 05:04:49,107 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:49,218 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:49,218 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:49,248 DEBUG api_virtual_function 161 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:49,248 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 05:04:49,248 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 05:04:49,263 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-03-08 05:04:49,263 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-03-08 05:04:49,263 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-03-08 05:04:49,290 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:49,417 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:49,418 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f41afa3d-6dbe-4947-90b8-ef42ecc35108/4b620e1030984f5d89627ebf25157b95
+2017-03-08 05:04:49,467 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:49,547 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:49,570 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:49,570 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:49,575 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:49,578 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:49,581 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:49,583 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:49,623 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:50,066 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:50,210 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:50,350 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:50,350 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/471e389e-9052-42c1-bd59-700fae337e6e
+2017-03-08 05:04:50,457 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:50,457 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:50,520 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:50,583 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:50,628 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:50,628 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/bc65d594-6f09-4ab8-b6b8-76a7cd2ac7f6/38fe8530b40b44c4a9dfb265f854c29e
+2017-03-08 05:04:50,667 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:50,763 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:50,763 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:50,767 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:50,769 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:50,773 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:50,775 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:51,137 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:51,451 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:51,452 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1de0f7b9-3a3f-4810-9eb9-64d4ecf6e9b4
+2017-03-08 05:04:51,552 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:04:51,557 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:51,557 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:51,627 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:51,650 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:51,738 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:51,738 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2ac263be-7532-432d-a511-7325e6c773a9/f0bc896cf0804d3780ddb14a1b233bb4
+2017-03-08 05:04:51,791 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:51,984 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:51,985 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:51,989 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:51,991 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:51,995 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:51,996 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:52,022 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:52,166 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:52,534 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:52,663 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:52,664 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7b80f719-08db-4870-9644-97419089d4ee
+2017-03-08 05:04:52,665 DEBUG logFuncEntry 34 67427 140736596902848 calling test_entering_engagement_from_dashboard | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-03-08 05:04:52,682 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:52,757 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:52,757 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:52,783 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:04:52,783 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ddf41646-a45a-4bb0-ad2e-f0cb852fe44e/ca4fd712e4814d049957c2d12795c268
+2017-03-08 05:04:52,831 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:52,838 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:52,921 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:04:52,921 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:04:52,925 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:52,927 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:52,931 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:52,932 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:52,949 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:52,949 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/58cbc69b-c512-4b7c-b975-0b71dfda2793/8b3dd2aafb1f4a7ca9974f42eab7bc94
+2017-03-08 05:04:53,002 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:53,045 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:53,085 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:53,085 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:53,089 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:53,091 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:53,095 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:53,096 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:53,193 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:53,506 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:53,507 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/237f1dfa-358d-4b71-8cf8-b01512eba7cd
+2017-03-08 05:04:53,558 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:53,596 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:04:53,596 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:04:53,675 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:53,675 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:53,675 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:04:53,693 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:53,694 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/942e632c-a32e-460c-a912-c205527fff24
+2017-03-08 05:04:53,713 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:53,797 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:53,797 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:53,857 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:53,963 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:53,963 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/913ba256-087b-43a0-920c-3656c8cd9225/074a7412c2fe4ea28ce8a1c992fc9a84
+2017-03-08 05:04:54,009 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:54,070 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:54,109 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:54,109 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:54,114 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:54,116 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:54,119 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:54,120 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:54,226 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:54,530 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:54,530 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8e53df58-8e74-413d-abfe-8b2dbef84fcd
+2017-03-08 05:04:54,570 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:04:54,592 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:54,636 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:54,636 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:54,701 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:54,737 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:54,797 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:54,798 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/079310ae-4de3-4f5d-b539-d1766a332257/09e8158a799b4106b68808fa45184619
+2017-03-08 05:04:54,843 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:54,922 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:54,922 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:54,926 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:54,928 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:54,932 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:54,933 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:55,103 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:55,249 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:55,250 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:04:55,364 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:04:55,369 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:04:55,506 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:55,507 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a02f6e2d-a442-4436-b048-f0bfc90f8840
+2017-03-08 05:04:55,618 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:55,668 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:55,668 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:55,762 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:55,844 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:56,056 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:56,057 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/13b5bb8e-dbbf-4cc9-929d-f425e88aa1f6/37f91a5ae5ef4ccba1c12013dc27c45d
+2017-03-08 05:04:56,079 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:56,119 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:56,130 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:56,208 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:56,208 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:56,212 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:56,214 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:56,218 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:56,220 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:56,273 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:56,589 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:56,641 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:56,641 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/09f9f069-72d0-418d-8032-d7066e17677a
+2017-03-08 05:04:56,751 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:56,758 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:56,758 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:56,787 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:56,818 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:56,908 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:56,908 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/916efc97-1a8b-423c-82b4-76450efd2127/e51be02d4449439e96450ae13702fd70
+2017-03-08 05:04:56,943 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:57,017 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:57,017 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:57,021 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:57,022 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:57,026 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:57,027 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:57,101 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:57,262 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:57,350 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:57,351 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b1b7a6ae-faf0-41f7-8a1f-266e57bf732a
+2017-03-08 05:04:57,416 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:57,416 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:57,458 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:57,531 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:04:57,531 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/55551aa7-972a-4128-ac5b-bbcdc078515f/f6805fd03f59473282b6e4b2a0abd3e5
+2017-03-08 05:04:57,609 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:04:57,613 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:57,679 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:57,679 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:57,683 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:04:57,684 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:04:57,687 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:04:57,689 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:04:57,790 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-03-08 05:04:57,792 DEBUG db_general 127 67425 140736596902848 Query result: 2
+2017-03-08 05:04:57,810 DEBUG db_user 164 67425 140736596902848 Query result: [(0,)]
+2017-03-08 05:04:57,811 DEBUG fe_dashboard 83 67425 140736596902848 Number of pages: 1
+2017-03-08 05:04:58,115 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-31
+2017-03-08 05:04:58,125 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:58,133 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-571
+2017-03-08 05:04:58,148 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-575
+2017-03-08 05:04:58,164 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-578
+2017-03-08 05:04:58,180 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-580
+2017-03-08 05:04:58,196 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-586
+2017-03-08 05:04:58,212 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-592
+2017-03-08 05:04:58,228 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-594
+2017-03-08 05:04:58,401 DEBUG fe_dashboard 95 67425 140736596902848 numOfPage 1
+2017-03-08 05:04:58,431 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:04:58,432 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7d5ad117-6016-4782-8f70-360edd2ed2bb
+2017-03-08 05:04:58,433 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:04:58,555 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:04:58,555 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:04:58,593 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:04:58,593 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:04:58,593 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:04:58,644 ERROR test_left_nav_panel 142 67427 140736596902848 _-_-_-_-_- Unexpected error: id() takes 1 positional argument but 2 were given
+2017-03-08 05:04:58,645 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-03-08 05:04:58,645 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-03-08 05:04:58,666 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-03-08 05:04:58,666 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-03-08 05:04:58,667 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-03-08 05:04:59,141 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-03-08 05:04:59,141 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-03-08 05:04:59,158 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-03-08 05:04:59,158 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-03-08 05:04:59,158 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-03-08 05:04:59,485 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:00,159 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:00,351 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:00,360 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:00,899 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:01,414 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:01,775 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:02,117 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 05:05:02,117 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-03-08 05:05:02,136 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-03-08 05:05:02,136 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 05:05:02,137 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-03-08 05:05:02,622 DEBUG logFuncEntry 34 67425 140736596902848 calling test_validate_filtering_by_stage_completed | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-03-08 05:05:02,729 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:05:02,729 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d7e057a5-74c8-4c27-b277-d32ea31370cb/c01ccb8e3cfc413a8a96631ac39725b4
+2017-03-08 05:05:02,773 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:02,876 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:05:02,877 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:05:02,881 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:02,883 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:02,888 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:02,890 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:03,006 DEBUG logFuncEntry 34 67427 140736596902848 calling test_recent_bar_by_last_updated | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-03-08 05:05:03,145 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:03,145 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5575f858-4d27-4f25-97bc-bcb754fd4c24/c1463c8c868f4290822b9401e3afc238
+2017-03-08 05:05:03,209 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:03,325 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:05:03,326 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:05:03,330 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:03,331 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:03,335 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:03,336 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:03,498 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:03,498 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ab393ab6-c089-4c7b-8ce2-aca524ff0abc
+2017-03-08 05:05:03,589 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:05:03,589 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:05:03,632 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:03,633 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:03,633 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:05:03,741 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:03,742 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ac5f8473-a92c-4885-afca-13a02db7bc9e
+2017-03-08 05:05:03,826 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:05:03,827 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:05:03,872 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:03,872 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:03,872 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:05:04,464 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:04,549 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:05:04,730 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:05:05,182 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:05:05,315 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:05:05,320 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:05,367 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:05:05,490 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:05:05,494 DEBUG logFuncEntry 34 67426 140736596902848 calling test_5_invitations_for_specific_SU_last_24_hours | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 05:05:05,499 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:05,696 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:05,696 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a1678c1a-cc29-425d-bc1f-4daa267f6f99/229315f6f0534886bd89ed3e2b420bc0
+2017-03-08 05:05:05,871 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:06,086 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:06,104 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:06,104 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:06,109 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:06,111 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:06,115 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:06,117 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:06,367 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:06,597 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:06,717 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:06,718 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f306eda5-35d2-499c-a214-77fa7e8da705
+2017-03-08 05:05:06,799 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:06,799 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:06,880 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:06,898 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:06,985 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:06,985 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5b1a5478-6f72-4987-9c3f-faa3105cd322/2bfc49270db44daabe93377cc2840e72
+2017-03-08 05:05:07,021 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:07,094 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:07,094 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:07,098 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:07,099 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:07,103 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:07,105 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:07,109 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:07,392 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:07,518 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:07,519 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f9c92468-d93c-4c89-86fd-d144ca8c891a
+2017-03-08 05:05:07,596 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:07,597 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:07,620 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:07,655 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:07,655 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:07,655 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:05:07,904 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:08,133 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:08,415 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:08,427 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-08 05:05:08,427 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-03-08 05:05:08,444 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-03-08 05:05:08,445 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-03-08 05:05:08,445 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-03-08 05:05:08,554 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:08,649 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:08,928 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:09,209 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:09,397 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:09,452 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:09,552 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:09,557 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:10,010 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-03-08 05:05:10,010 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-03-08 05:05:10,032 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-03-08 05:05:10,034 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-03-08 05:05:10,035 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-03-08 05:05:10,077 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:10,592 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:11,577 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:11,803 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:12,352 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:12,865 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:13,001 DEBUG logFuncEntry 34 67428 140736596902848 calling test_role_for_deployment_targets | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-03-08 05:05:13,079 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:05:13,080 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c473b524-302d-4cf5-b1ea-1fe8e9dc4d93/15b5863c61e74555a492d203e89e356c
+2017-03-08 05:05:13,121 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:13,182 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:13,217 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:05:13,217 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:05:13,221 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:13,223 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:13,227 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:13,229 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:13,378 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:13,604 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:13,605 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7438a4ef-1456-4e97-9e26-416376d73db6
+2017-03-08 05:05:13,664 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:05:13,664 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:05:13,700 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:13,700 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:05:13,731 DEBUG fe_detailed_view 145 67428 140736596902848 Login with user STGo3q7@intl.att.com
+2017-03-08 05:05:13,731 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:13,731 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:05:13,889 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:14,227 DEBUG logFuncEntry 34 67427 140736596902848 calling test_search_bar | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-03-08 05:05:14,317 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:14,317 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/36a4f28d-ef54-4b06-aa23-d1a8e00f2509/1e1fcf59bf634815ad608682c1d3a1a8
+2017-03-08 05:05:14,354 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:14,451 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:05:14,451 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:05:14,455 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:14,458 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:14,464 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:14,466 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:14,522 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:14,606 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:05:14,789 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:14,790 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c882284f-77d0-47e2-9e81-b52cca86b760
+2017-03-08 05:05:14,867 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:05:14,868 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:05:14,906 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:14,910 DEBUG db_general 115 67427 140736596902848 Query : select engagement_id from ice_vf Where name = 'STRULrg';
+2017-03-08 05:05:14,913 DEBUG db_general 127 67427 140736596902848 Query result: c882284f-77d0-47e2-9e81-b52cca86b760
+2017-03-08 05:05:14,917 DEBUG db_general 115 67427 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c882284f-77d0-47e2-9e81-b52cca86b760';
+2017-03-08 05:05:14,919 DEBUG db_general 127 67427 140736596902848 Query result: 2017-5501
+2017-03-08 05:05:14,923 DEBUG db_general 115 67427 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5501';
+2017-03-08 05:05:14,926 DEBUG db_general 127 67427 140736596902848 Query result: 690
+2017-03-08 05:05:14,929 DEBUG db_user 33 67426 140736596902848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'f306eda5-35d2-499c-a214-77fa7e8da705' and email = 'STuO8Gc@intl.att.com' ;
+2017-03-08 05:05:14,931 DEBUG fe_general 34 67426 140736596902848 Reopen URL: http://127.0.0.1:8181#/login?invite_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmdfdXVpZCI6ICJmMzA2ZWRhNS0zNWQyLTQ5OWMtYTIxNC03N2ZhN2U4ZGE3MDUiLCAiaW52aXRlcl91c2VyX3V1aWQiOiAiYTE2NzhjMWEtY2MyOS00MjVkLWJjMWYtNGRhYTI2N2Y2Zjk5IiwgImVtYWlsIjogIlNUdU84R2NAaW50bC5hdHQuY29tIn0.IdZYc7C5ytIKKDpNN_waNm5zRkicaJMPqlsnxfwnZUU
+2017-03-08 05:05:14,931 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:14,931 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:05:15,033 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:15,046 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:15,046 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:05:15,232 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:05:15,361 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:05:15,366 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:15,559 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'STGo3q7@intl.att.com';
+2017-03-08 05:05:15,561 DEBUG db_general 127 67425 140736596902848 Query result: 690
+2017-03-08 05:05:15,572 DEBUG db_user 164 67425 140736596902848 Query result: [(18,)]
+2017-03-08 05:05:15,588 DEBUG fe_dashboard 95 67425 140736596902848 numOfPage 3.25
+2017-03-08 05:05:15,636 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:15,765 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:15,803 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:05:15,912 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:16,405 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:16,426 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:16,509 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:16,511 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:05:16,514 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login?invite_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmdfdXVpZCI6ICJmMzA2ZWRhNS0zNWQyLTQ5OWMtYTIxNC03N2ZhN2U4ZGE3MDUiLCAiaW52aXRlcl91c2VyX3V1aWQiOiAiYTE2NzhjMWEtY2MyOS00MjVkLWJjMWYtNGRhYTI2N2Y2Zjk5IiwgImVtYWlsIjogIlNUdU84R2NAaW50bC5hdHQuY29tIn0.IdZYc7C5ytIKKDpNN_waNm5zRkicaJMPqlsnxfwnZUU page is loaded.
+2017-03-08 05:05:16,627 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:05:16,633 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:16,937 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:17,099 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:17,344 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:17,448 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:17,609 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:17,855 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:17,960 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:18,202 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 05:05:18,202 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-03-08 05:05:18,217 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-03-08 05:05:18,218 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 05:05:18,218 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-03-08 05:05:18,368 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:18,880 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:19,393 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:20,427 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:05:20,746 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:20,945 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-03-08 05:05:21,502 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:05:21,656 DEBUG fe_detailed_view 145 67428 140736596902848 Login with user admin@att.com
+2017-03-08 05:05:21,657 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:21,657 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:05:21,845 DEBUG logFuncEntry 34 67426 140736596902848 calling test_validate_duplicate_invite | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 05:05:22,133 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:22,134 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7caa633b-9b44-4d89-9a6e-00645e883688/b44f49f44da44c8f8f85572c51fb2c52
+2017-03-08 05:05:22,214 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:22,307 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:22,308 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:22,311 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:22,313 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:22,317 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:22,318 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:22,397 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:05:22,609 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:22,813 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:22,813 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b9e9f665-4293-43f4-a962-e0ee414a71ac
+2017-03-08 05:05:22,892 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:22,892 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:22,967 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:23,026 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:05:23,066 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:23,066 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1ae965ae-4b12-4390-833e-48833d2ffca4/9238a5d28b2b405b85f3726a51449bec
+2017-03-08 05:05:23,120 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:23,130 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:05:23,135 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:23,163 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:23,243 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:23,244 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:23,248 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:23,250 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:23,254 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:23,256 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:23,633 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:23,688 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:23,841 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:23,841 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3c9c7419-a216-44ce-ba6b-daf0c0c668f7
+2017-03-08 05:05:23,916 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:23,916 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:23,962 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:24,040 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:24,041 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f4baceb8-d08c-4bfe-88ef-8df0fa8d5037/1587f7abecd74a66b26e10cace887fc1
+2017-03-08 05:05:24,072 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:24,138 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:24,139 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:24,143 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:24,145 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:24,149 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:24,150 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:24,199 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:24,659 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:24,660 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/96f24f91-40bf-4f2b-8e83-4117f82f6f8a
+2017-03-08 05:05:24,710 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:24,744 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:24,744 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:24,788 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:24,789 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:24,789 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:05:24,832 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-03-08 05:05:24,832 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-03-08 05:05:24,849 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-03-08 05:05:24,849 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-03-08 05:05:24,850 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-03-08 05:05:25,222 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:25,736 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:25,809 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:26,254 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:26,513 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:26,662 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:26,670 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:26,746 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-03-08 05:05:26,746 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-03-08 05:05:26,763 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-03-08 05:05:26,765 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-03-08 05:05:26,765 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-03-08 05:05:26,765 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:27,188 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:27,280 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:27,331 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:27,708 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:27,796 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:28,309 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:28,684 DEBUG logFuncEntry 34 67427 140736596902848 calling test_starred_recent_searchbar | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-03-08 05:05:28,820 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:28,821 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a4571b17-837f-4fd0-a6e9-6007b302768f/6483ee05d01746b9938447937a0a3123
+2017-03-08 05:05:28,836 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:28,906 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:29,050 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:05:29,050 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:05:29,054 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:29,056 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:29,061 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:29,063 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:29,352 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:29,662 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:29,663 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bb6074a8-4e91-4e7c-8720-bc12b64d6d87
+2017-03-08 05:05:29,731 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:05:29,731 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:05:29,776 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:29,776 DEBUG fe_user 25 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:29,777 DEBUG fe_user 26 67427 140736596902848 Insert Email
+2017-03-08 05:05:29,868 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:29,906 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:30,384 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:30,669 DEBUG fe_user 28 67427 140736596902848 Insert Password
+2017-03-08 05:05:30,898 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:30,978 DEBUG logFuncEntry 34 67425 140736596902848 calling test_validate_filtering_by_stage_intake | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-03-08 05:05:31,049 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:05:31,049 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7a7debbb-617b-4fd8-862d-9fd1ecd7526a/1de419874d394cbc88c7feef56801d81
+2017-03-08 05:05:31,082 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:31,145 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:05:31,145 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:05:31,149 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:31,150 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:31,154 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:31,155 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:31,315 DEBUG fe_user 30 67427 140736596902848 Click Login Button
+2017-03-08 05:05:31,446 DEBUG fe_user 32 67427 140736596902848 Login Button clicked
+2017-03-08 05:05:31,452 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:31,589 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:31,589 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/68bbc851-b16d-4244-8c1e-98916f991a7f
+2017-03-08 05:05:31,685 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:05:31,686 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:05:31,803 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:31,803 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:31,803 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:05:31,959 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-5502';
+2017-03-08 05:05:31,962 DEBUG db_general 127 67426 140736596902848 Query result: b9e9f665-4293-43f4-a962-e0ee414a71ac
+2017-03-08 05:05:31,967 DEBUG db_user 33 67426 140736596902848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'b9e9f665-4293-43f4-a962-e0ee414a71ac' and email = 'STwAxSl@intl.att.com' ;
+2017-03-08 05:05:31,969 DEBUG fe_general 34 67426 140736596902848 Reopen URL: http://127.0.0.1:8181#/login?invite_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmdfdXVpZCI6ICJiOWU5ZjY2NS00MjkzLTQzZjQtYTk2Mi1lMGVlNDE0YTcxYWMiLCAiaW52aXRlcl91c2VyX3V1aWQiOiAiN2NhYTYzM2ItOWI0NC00ZDg5LTlhNmUtMDA2NDVlODgzNjg4IiwgImVtYWlsIjogIlNUd0F4U2xAaW50bC5hdHQuY29tIn0.2iL9yP_Y9Jtr9UCOwkOgOeaWO1VSeQpB-8EgeDSvRVQ
+2017-03-08 05:05:31,993 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:32,114 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:32,115 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:05:32,508 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:32,765 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:05:32,879 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:33,021 DEBUG wait 110 67427 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:33,442 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:05:33,487 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:33,541 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:05:33,544 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-03-08 05:05:33,544 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-03-08 05:05:33,546 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:33,564 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-03-08 05:05:33,567 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testCreateAnd_Activate_User>,) | {}
+2017-03-08 05:05:33,567 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function testCreateAnd_Activate_User ----------------------
+2017-03-08 05:05:33,586 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:33,591 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login?invite_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmdfdXVpZCI6ICJiOWU5ZjY2NS00MjkzLTQzZjQtYTk2Mi1lMGVlNDE0YTcxYWMiLCAiaW52aXRlcl91c2VyX3V1aWQiOiAiN2NhYTYzM2ItOWI0NC00ZDg5LTlhNmUtMDA2NDVlODgzNjg4IiwgImVtYWlsIjogIlNUd0F4U2xAaW50bC5hdHQuY29tIn0.2iL9yP_Y9Jtr9UCOwkOgOeaWO1VSeQpB-8EgeDSvRVQ page is loaded.
+2017-03-08 05:05:34,195 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:34,271 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:34,712 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:34,783 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:35,236 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:05:35,295 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-08 05:05:35,382 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:35,382 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:05:35,917 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 05:05:35,917 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-03-08 05:05:35,933 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-03-08 05:05:35,934 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_delete_next_step>,) | {}
+2017-03-08 05:05:35,935 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestNextStepValidations Function test_delete_next_step ----------------------
+2017-03-08 05:05:35,979 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:36,136 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:05:36,792 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:05:36,933 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:05:36,943 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:37,432 DEBUG logFuncEntry 34 67427 140736596902848 calling testCreateAnd_Activate_User | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testCreateAnd_Activate_User>,) | {}
+2017-03-08 05:05:37,462 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:37,681 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:37,681 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testCreateAnd_Activate_User>,) | {}
+2017-03-08 05:05:37,681 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testCreateAnd_Activate_User>,) | {}
+2017-03-08 05:05:37,721 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function testCreateAnd_Activate_User ----------------------
+
+2017-03-08 05:05:37,721 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginNegative>,) | {}
+2017-03-08 05:05:37,722 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function testLoginNegative ----------------------
+2017-03-08 05:05:37,989 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:38,510 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:39,025 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:39,070 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:39,551 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:40,067 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:40,143 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:40,424 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:40,424 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/94e6b695-cbb3-45cd-b5d7-79866fbe7253/055f3b045546412192c13f2c397bc085
+2017-03-08 05:05:40,480 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:40,579 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:40,580 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:40,584 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:40,585 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:40,588 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:40,590 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:40,623 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:41,278 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:41,278 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cabcc12a-875b-4f9d-bba1-a51a6ae1aefb/18a3c095097447879ce2bb897f1394eb
+2017-03-08 05:05:41,328 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:41,329 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginNegative>,) | {}
+2017-03-08 05:05:41,329 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginNegative>,) | {}
+2017-03-08 05:05:41,350 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function testLoginNegative ----------------------
+
+2017-03-08 05:05:41,350 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginNegativeRequiredPassword>,) | {}
+2017-03-08 05:05:41,351 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function testLoginNegativeRequiredPassword ----------------------
+2017-03-08 05:05:41,743 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:41,743 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4203ee3d-c21a-4e8b-8555-72db310b4cfb
+2017-03-08 05:05:41,852 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:41,852 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:41,898 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:41,898 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:41,898 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:05:42,595 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-03-08 05:05:42,596 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-03-08 05:05:42,617 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-03-08 05:05:42,619 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-03-08 05:05:42,619 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-03-08 05:05:42,719 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'STTX0Pj@intl.att.com';
+2017-03-08 05:05:42,724 DEBUG db_general 127 67425 140736596902848 Query result: 625
+2017-03-08 05:05:42,745 DEBUG db_user 164 67425 140736596902848 Query result: [(1451,)]
+2017-03-08 05:05:42,745 DEBUG fe_dashboard 54 67425 140736596902848 Number of pages: 181.375
+2017-03-08 05:05:42,745 DEBUG fe_dashboard 57 67425 140736596902848 numOfPage 182.375
+2017-03-08 05:05:42,784 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:42,951 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:43,327 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:43,621 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:43,804 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:43,813 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:43,840 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:44,353 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:44,526 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:44,630 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:44,865 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:45,147 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:45,378 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:45,661 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:45,746 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:45,803 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:45,803 DEBUG test_login_with_new_user 42 67427 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:45,803 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginNegativeRequiredPassword>,) | {}
+2017-03-08 05:05:45,804 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginNegativeRequiredPassword>,) | {}
+2017-03-08 05:05:45,822 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function testLoginNegativeRequiredPassword ----------------------
+
+2017-03-08 05:05:45,823 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginPageDontHaveAccauntButton>,) | {}
+2017-03-08 05:05:45,823 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function testLoginPageDontHaveAccauntButton ----------------------
+2017-03-08 05:05:46,176 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:46,694 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:47,105 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:05:47,105 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0107f592-26b1-4f58-a7bf-381ba4c5b3fb/3f7de33b790e444cac63954d6043bae3
+2017-03-08 05:05:47,138 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:47,212 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:05:47,213 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:05:47,218 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:47,220 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:47,224 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:47,226 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:47,278 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:47,537 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:47,538 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6c0d0838-1b4b-4f7c-bfa8-d8c81a48c087
+2017-03-08 05:05:47,632 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:05:47,633 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:05:47,691 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:47,692 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:47,692 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:05:48,205 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:48,680 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:05:48,737 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBM6gW';
+2017-03-08 05:05:48,740 DEBUG db_general 127 67426 140736596902848 Query result: 4203ee3d-c21a-4e8b-8555-72db310b4cfb
+2017-03-08 05:05:48,743 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '4203ee3d-c21a-4e8b-8555-72db310b4cfb';
+2017-03-08 05:05:48,745 DEBUG db_general 127 67426 140736596902848 Query result: ["('44a53c3f-f5b4-45cb-b71f-5a556f3aad89", "('ad3d069d-6b64-4810-89ed-4314d408c9f7", "('724d7956-7cc1-4c6e-90c9-8abf57ac926f", "('aa865f68-d383-4c74-9135-eb5d9c31e186"]
+2017-03-08 05:05:48,749 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_delete_next_step
+2017-03-08 05:05:48,751 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_delete_next_step>,) | {}
+2017-03-08 05:05:48,751 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_delete_next_step>,) | {}
+2017-03-08 05:05:48,769 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestNextStepValidations Function test_delete_next_step ----------------------
+
+2017-03-08 05:05:48,770 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_filtering_by_files_states>,) | {}
+2017-03-08 05:05:48,770 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestNextStepValidations Function test_filtering_by_files_states ----------------------
+2017-03-08 05:05:49,327 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:05:49,503 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:05:49,510 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:50,137 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:50,647 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:50,779 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginPageDontHaveAccauntButton>,) | {}
+2017-03-08 05:05:50,780 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginPageDontHaveAccauntButton>,) | {}
+2017-03-08 05:05:50,798 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function testLoginPageDontHaveAccauntButton ----------------------
+
+2017-03-08 05:05:50,799 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginPositive>,) | {}
+2017-03-08 05:05:50,799 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function testLoginPositive ----------------------
+2017-03-08 05:05:51,172 DEBUG test_notification_for_new_user 29 67428 140736596902848 Go to notifications page
+2017-03-08 05:05:51,430 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:51,541 DEBUG test_notification_for_new_user 31 67428 140736596902848 Remove one notification
+2017-03-08 05:05:51,559 DEBUG db_general 69 67428 140736596902848 Query : select id from ice_user_profile WHERE Email = 'STLayZe@intl.att.com';
+2017-03-08 05:05:51,564 DEBUG db_general 77 67428 140736596902848 Query result: 7788
+2017-03-08 05:05:51,570 DEBUG db_general 115 67428 140736596902848 Query : select uuid from ice_notification Where user_id = '7788';
+2017-03-08 05:05:51,572 DEBUG db_general 127 67428 140736596902848 Query result: ["('16cfab56-ad67-4d31-acf5-be4f4b330e4b", "('b83119d3-ab99-43e9-8b54-63e512eeec3f", "('880bb9d1-7d27-4876-ab46-62969bc3d0af"]
+2017-03-08 05:05:52,858 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:05:52,858 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0dcb3f52-da05-4761-9075-dc4544a32ed4/d6019f773a5048328b14ede5540feaac
+2017-03-08 05:05:52,890 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:05:52,954 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:52,955 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:52,959 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:05:52,960 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:05:52,964 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:05:52,965 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:05:53,351 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:05:53,352 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5dc6d52e-4be0-4bb7-939b-9c30b6aeb6ab
+2017-03-08 05:05:53,410 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:53,410 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:53,448 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:53,507 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:53,508 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:53,508 DEBUG api_checklist 16 67426 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/5dc6d52e-4be0-4bb7-939b-9c30b6aeb6ab
+2017-03-08 05:05:53,512 DEBUG db_general 115 67426 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:05:53,514 DEBUG db_general 127 67426 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:05:53,514 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5dc6d52e-4be0-4bb7-939b-9c30b6aeb6ab
+2017-03-08 05:05:53,595 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:05:53,595 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:05:53,633 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:05:53,916 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:53,941 DEBUG api_checklist 29 67426 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:05:53,941 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:05:53,942 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:05:54,797 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:05:54,956 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:05:54,956 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginPositive>,) | {}
+2017-03-08 05:05:54,957 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLoginPositive>,) | {}
+2017-03-08 05:05:54,973 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function testLoginPositive ----------------------
+
+2017-03-08 05:05:54,973 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLogin_PageHomeButton>,) | {}
+2017-03-08 05:05:54,973 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function testLogin_PageHomeButton ----------------------
+2017-03-08 05:05:55,440 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:05:55,618 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:05:55,630 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:05:56,447 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:56,557 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-03-08 05:05:56,558 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-03-08 05:05:56,573 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-03-08 05:05:56,573 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-03-08 05:05:56,574 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-03-08 05:05:56,963 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:57,317 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:57,534 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:05:58,810 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:05:58,917 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLogin_PageHomeButton>,) | {}
+2017-03-08 05:05:58,918 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=testLogin_PageHomeButton>,) | {}
+2017-03-08 05:05:58,933 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function testLogin_PageHomeButton ----------------------
+
+2017-03-08 05:05:58,933 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_AddATT_SposnsorContactAndActivate>,) | {}
+2017-03-08 05:05:58,933 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_AddATT_SposnsorContactAndActivate ----------------------
+2017-03-08 05:06:00,201 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_filtering_by_files_states
+2017-03-08 05:06:00,203 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_filtering_by_files_states>,) | {}
+2017-03-08 05:06:00,204 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_filtering_by_files_states>,) | {}
+2017-03-08 05:06:00,208 DEBUG logFuncEntry 34 67425 140736596902848 calling test_validate_filtering_by_stage_validated | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-03-08 05:06:00,222 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestNextStepValidations Function test_filtering_by_files_states ----------------------
+
+2017-03-08 05:06:00,223 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_next_steps_for_new_user>,) | {}
+2017-03-08 05:06:00,223 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestNextStepValidations Function test_next_steps_for_new_user ----------------------
+2017-03-08 05:06:00,304 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:06:00,304 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/21a9b863-b6dd-41f9-b18a-b2c8fd546fcb/1f30d383dd3e462db4090a8f07ac9e88
+2017-03-08 05:06:00,344 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:00,425 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:06:00,426 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:06:00,431 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:00,432 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:00,436 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:00,437 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:00,961 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:00,961 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fd1d8033-270b-47be-825e-3b3d3e7ca1ed
+2017-03-08 05:06:01,085 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:06:01,086 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:06:01,142 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:01,163 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:01,163 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:06:01,219 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:02,100 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:06:02,144 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_notification_page_sanity
+2017-03-08 05:06:02,153 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-03-08 05:06:02,154 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-03-08 05:06:02,178 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-03-08 05:06:02,179 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-03-08 05:06:02,180 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-03-08 05:06:02,493 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:02,494 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_AddATT_SposnsorContactAndActivate>,) | {}
+2017-03-08 05:06:02,494 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_AddATT_SposnsorContactAndActivate>,) | {}
+2017-03-08 05:06:02,511 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_AddATT_SposnsorContactAndActivate ----------------------
+
+2017-03-08 05:06:02,512 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_AddVendorContactAndActivate>,) | {}
+2017-03-08 05:06:02,512 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_AddVendorContactAndActivate ----------------------
+2017-03-08 05:06:02,539 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:02,839 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:06:03,041 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:06:03,051 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:03,984 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:04,208 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:06:04,209 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/33d26f28-2ad6-42cf-98cf-e9bf22fe8aac/f4ad9970328b4ca3ac8a808c4501f626
+2017-03-08 05:06:04,277 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:04,418 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:06:04,419 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:06:04,426 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:04,430 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:04,436 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:04,438 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:04,517 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:05,032 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:05,134 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:05,134 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/9c5a53c6-f814-4930-9634-5b337c6f5fe1
+2017-03-08 05:06:05,219 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:06:05,219 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:06:05,279 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:05,280 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:05,280 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:06:05,363 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:05,548 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:05,656 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:06,075 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:06,211 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:06:06,574 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:06:06,575 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/84f1b70f-b6e1-4597-98bc-215cf9a9adb6/29d16da57c6543a3acf994971f7dd127
+2017-03-08 05:06:06,610 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:06,632 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:06,681 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:06,681 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:06,685 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:06,686 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:06,689 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:06,691 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:06,825 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:06,826 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_AddVendorContactAndActivate>,) | {}
+2017-03-08 05:06:06,826 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_AddVendorContactAndActivate>,) | {}
+2017-03-08 05:06:06,848 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_AddVendorContactAndActivate ----------------------
+
+2017-03-08 05:06:06,849 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Create_2NewUsers>,) | {}
+2017-03-08 05:06:06,849 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Create_2NewUsers ----------------------
+2017-03-08 05:06:06,871 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:06:07,008 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:06:07,017 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:07,211 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:07,211 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/52e81297-967a-400c-8833-570d685af2f3
+2017-03-08 05:06:07,354 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:07,354 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:07,540 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:07,713 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:07,948 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:07,949 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:07,949 DEBUG api_checklist 16 67428 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/52e81297-967a-400c-8833-570d685af2f3
+2017-03-08 05:06:07,959 DEBUG db_general 115 67428 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:06:07,963 DEBUG db_general 127 67428 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:06:07,964 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/52e81297-967a-400c-8833-570d685af2f3
+2017-03-08 05:06:08,056 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:08,086 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:08,086 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:08,150 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:08,599 DEBUG db_general 115 67426 140736596902848 Query : select engagement_id from ice_vf Where name = 'STe9YQf';
+2017-03-08 05:06:08,603 DEBUG db_general 127 67426 140736596902848 Query result: 9c5a53c6-f814-4930-9634-5b337c6f5fe1
+2017-03-08 05:06:08,604 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_next_steps_for_new_user
+2017-03-08 05:06:08,604 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_next_steps_for_new_user>,) | {}
+2017-03-08 05:06:08,605 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_next_step_validations.TestNextStepValidations testMethod=test_next_steps_for_new_user>,) | {}
+2017-03-08 05:06:08,630 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestNextStepValidations Function test_next_steps_for_new_user ----------------------
+
+2017-03-08 05:06:08,632 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-03-08 05:06:08,632 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-03-08 05:06:09,058 DEBUG api_checklist 29 67428 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:06:09,067 DEBUG db_general 115 67428 140736596902848 Query : select template_id from ice_checklist Where name = 'checklistAPISTRt5QW';
+2017-03-08 05:06:09,071 DEBUG db_general 127 67428 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:06:09,123 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:09,124 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:06:09,175 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:09,690 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:09,964 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:10,172 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:06:10,209 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:10,727 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:10,861 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:06:11,023 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:06:11,031 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:11,240 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:11,381 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:11,382 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Create_2NewUsers>,) | {}
+2017-03-08 05:06:11,382 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Create_2NewUsers>,) | {}
+2017-03-08 05:06:11,399 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Create_2NewUsers ----------------------
+
+2017-03-08 05:06:11,399 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-03-08 05:06:11,399 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-03-08 05:06:11,567 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:11,793 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:11,946 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:12,086 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:12,464 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:12,600 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:12,994 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'STGo3q7@intl.att.com';
+2017-03-08 05:06:12,996 DEBUG db_general 127 67425 140736596902848 Query result: 690
+2017-03-08 05:06:13,019 DEBUG db_user 164 67425 140736596902848 Query result: [(7,)]
+2017-03-08 05:06:13,020 DEBUG fe_dashboard 83 67425 140736596902848 Number of pages: 1
+2017-03-08 05:06:13,199 DEBUG fe_general 34 67426 140736596902848 Reopen URL: http://127.0.0.1:8181
+2017-03-08 05:06:13,532 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-3960
+2017-03-08 05:06:13,557 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4065
+2017-03-08 05:06:13,578 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-3687
+2017-03-08 05:06:13,597 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-4786
+2017-03-08 05:06:13,627 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-5068
+2017-03-08 05:06:13,662 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-5151
+2017-03-08 05:06:13,692 DEBUG fe_dashboard 87 67425 140736596902848 starred_2017-5510
+2017-03-08 05:06:13,900 DEBUG fe_dashboard 91 67425 140736596902848 result right
+2017-03-08 05:06:13,900 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-03-08 05:06:13,901 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-03-08 05:06:13,922 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-03-08 05:06:13,923 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-03-08 05:06:13,923 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-03-08 05:06:14,546 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:14,727 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_validate_notifications
+2017-03-08 05:06:14,729 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-03-08 05:06:14,729 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-03-08 05:06:14,757 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-03-08 05:06:14,759 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-03-08 05:06:14,759 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-03-08 05:06:16,093 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-03-08 05:06:16,094 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-03-08 05:06:16,116 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-03-08 05:06:16,117 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-03-08 05:06:16,117 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-03-08 05:06:16,397 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:16,397 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-03-08 05:06:16,397 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-03-08 05:06:16,424 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-03-08 05:06:16,425 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-03-08 05:06:16,425 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-03-08 05:06:17,112 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:18,295 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:18,742 DEBUG logFuncEntry 34 67425 140736596902848 calling test_validate_statistics_by_stages | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-03-08 05:06:18,869 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:06:18,870 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/40d6a751-12f9-410e-9047-8759e50558c6/628b11c2c0734af486330840aa3ea788
+2017-03-08 05:06:18,921 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:19,015 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:06:19,015 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:06:19,020 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:19,021 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:19,024 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:19,026 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:19,271 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:19,578 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:19,641 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:19,641 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/637740d0-f0f4-475f-b11d-08eab27b821e
+2017-03-08 05:06:19,744 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:06:19,745 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:06:19,745 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:06:19,745 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b5e1218d-b2e5-4fde-b4be-93f38f2c6889/02a32a750fd44b6a8888d28d7ed52378
+2017-03-08 05:06:19,800 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:19,816 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:19,816 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:19,816 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:06:19,887 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:19,887 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:19,892 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:19,894 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:19,898 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:19,900 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:20,283 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:20,284 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dea637ec-2334-4374-8cc8-f7783c3eb60e
+2017-03-08 05:06:20,404 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:20,404 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:20,453 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:20,453 DEBUG test_progress_bar 16 67428 140736596902848 Validate and check progress with engagement lead
+2017-03-08 05:06:20,453 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:20,454 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:06:20,557 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:06:20,558 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7d0e25c7-54a8-4427-9ef8-bf11ba143c72/355149a28079443a865029f8b415f1c1
+2017-03-08 05:06:20,595 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:20,674 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:06:20,674 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:06:20,685 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:20,686 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:20,695 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:20,696 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:20,739 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:06:20,864 DEBUG logFuncEntry 34 67427 140736596902848 calling test_XSS_script | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-03-08 05:06:20,946 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:20,946 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f68f0e18-2e31-459e-b50d-27b851333a52/e0c29d0727e44afd8d1f952838f814c9
+2017-03-08 05:06:20,979 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:21,046 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:21,046 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:21,051 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:21,052 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:21,056 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:21,059 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:21,148 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:21,148 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/294990e5-f832-41ef-872d-2699779de4b9
+2017-03-08 05:06:21,224 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:06:21,224 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:06:21,269 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:21,434 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:06:21,439 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:06:21,582 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:06:21,587 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:21,598 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:21,599 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f7ca6b01-360f-4487-82d0-4d766bafbbc1
+2017-03-08 05:06:21,669 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:21,669 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:21,708 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:21,708 DEBUG api_user 55 67427 140736596902848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-03-08 05:06:21,793 DEBUG api_user 73 67427 140736596902848 Testing for Cross site scripting successfully : STKP1W6stattus Code = 500
+2017-03-08 05:06:21,793 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f7ca6b01-360f-4487-82d0-4d766bafbbc1
+2017-03-08 05:06:21,912 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:21,912 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:22,022 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:22,022 ERROR test_login_with_new_user 513 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:22,023 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-03-08 05:06:22,024 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-03-08 05:06:22,038 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-03-08 05:06:22,038 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-03-08 05:06:22,039 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-03-08 05:06:22,110 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:06:22,202 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:22,330 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:06:22,337 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:22,724 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:23,232 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:23,238 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:23,747 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:23,752 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:24,326 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:24,327 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:25,150 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:26,051 DEBUG db_general 115 67425 140736596902848 Query : select id from ice_user_profile Where email = 'STd2nab@intl.att.com';
+2017-03-08 05:06:26,056 DEBUG db_general 127 67425 140736596902848 Query result: 4409
+2017-03-08 05:06:26,428 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:26,428 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0dab73fd-a474-49de-be7f-df27ae6df57b/cdbf31bcc17942639a8d687ef18dd640
+2017-03-08 05:06:26,475 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:26,568 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:26,568 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:26,572 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:26,574 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:26,578 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:26,580 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:26,926 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:26,927 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c4f48180-23ed-44a3-8330-36cc62bba051
+2017-03-08 05:06:27,006 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:27,006 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:27,051 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:27,052 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-03-08 05:06:27,052 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-03-08 05:06:27,063 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-03-08 05:06:27,063 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-03-08 05:06:27,063 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-03-08 05:06:27,331 DEBUG db_user 164 67425 140736596902848 Query result: [(7,)]
+2017-03-08 05:06:27,878 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-03-08 05:06:27,879 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-03-08 05:06:27,899 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-03-08 05:06:27,901 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-03-08 05:06:27,901 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-03-08 05:06:27,980 DEBUG test_progress_bar 23 67428 140736596902848 Validate progress with standard user
+2017-03-08 05:06:27,981 DEBUG fe_general 34 67428 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:06:28,152 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:28,152 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:06:28,944 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:06:29,447 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:29,582 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:06:29,693 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:06:29,699 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:30,231 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:30,714 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:30,714 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/55ddc3f6-a150-4e69-ae37-3759aff48248/d2a34dffcf3f436ea650cacda1e598f7
+2017-03-08 05:06:30,749 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:30,777 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:30,816 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:30,816 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:30,820 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:30,822 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:30,826 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:30,828 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:31,023 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:31,125 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:31,125 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c38fe534-21e6-4123-97b4-63a143ad6831
+2017-03-08 05:06:31,201 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:31,202 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:31,239 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:31,316 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:31,316 DEBUG api_user 169 67427 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/195383ff-6f29-46f6-957a-30bd1f3608a2/86a5002ab1ed4d74a0834a56c8113a96
+2017-03-08 05:06:31,355 DEBUG api_user 172 67427 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:31,474 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:31,474 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:31,478 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:31,479 DEBUG db_general 102 67427 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:31,482 DEBUG db_general 91 67427 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:31,484 DEBUG db_general 102 67427 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:31,881 DEBUG api_virtual_function 59 67427 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:31,881 DEBUG api_gitlab 192 67427 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/172af1b5-b216-4f87-81de-04a095730d52
+2017-03-08 05:06:31,960 DEBUG api_user 110 67427 140736596902848 200 OK
+2017-03-08 05:06:31,961 DEBUG api_user 112 67427 140736596902848 Login successfully.
+2017-03-08 05:06:31,983 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-03-08 05:06:31,983 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-03-08 05:06:32,007 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-03-08 05:06:32,007 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-03-08 05:06:32,008 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-03-08 05:06:32,009 DEBUG api_gitlab 210 67427 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:32,009 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-03-08 05:06:32,010 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-03-08 05:06:32,027 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-03-08 05:06:32,028 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-03-08 05:06:32,028 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-03-08 05:06:32,190 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:06:32,190 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/fa961767-c18b-4cf1-9640-19ac99bd04c7/19f89c8e43c24f28a3b6b6ec27ee97ad
+2017-03-08 05:06:32,236 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:32,336 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:06:32,336 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:06:32,341 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:32,342 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:32,346 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:32,348 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:33,147 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reset_password
+2017-03-08 05:06:33,152 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-03-08 05:06:33,152 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-03-08 05:06:33,177 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-03-08 05:06:33,179 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-03-08 05:06:33,179 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-03-08 05:06:33,289 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:33,289 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b39d1384-86f9-4ec2-8c73-76dc6d51f429
+2017-03-08 05:06:33,472 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:06:33,473 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:06:33,537 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:33,537 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:33,537 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:06:34,499 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:06:35,127 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:35,171 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:35,215 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:06:35,402 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:06:35,412 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:35,928 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:36,370 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:36,449 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:36,722 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:36,723 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-03-08 05:06:36,723 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-03-08 05:06:36,740 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:06:36,740 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/27fff96a-c2c7-4521-84b0-00dc2946de67/4552d7aa7de24c7e9b977b5fe67d7b41
+2017-03-08 05:06:36,746 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-03-08 05:06:36,747 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-03-08 05:06:36,747 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-03-08 05:06:36,790 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:36,884 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:36,885 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:36,889 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:36,892 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:36,897 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:36,899 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:36,965 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:37,479 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:37,655 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:37,655 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b0a42d51-4aa8-426a-8810-0bf856b952b3
+2017-03-08 05:06:37,847 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:37,847 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:37,954 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:37,954 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:37,954 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:06:37,996 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:38,046 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:06:38,047 DEBUG api_user 169 67426 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f0f4ffe1-7c54-446e-86b2-e7e2abbff69c/29c50d4477e2419cada31d81483cde2a
+2017-03-08 05:06:38,114 DEBUG api_user 172 67426 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:38,239 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:06:38,239 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:06:38,245 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:38,247 DEBUG db_general 102 67426 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:38,252 DEBUG db_general 91 67426 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:38,255 DEBUG db_general 102 67426 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:38,549 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:38,765 DEBUG api_virtual_function 59 67426 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:38,766 DEBUG api_gitlab 192 67426 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6cd1aeb0-e8cc-4c64-ab23-74c57e7a2495
+2017-03-08 05:06:38,847 DEBUG api_user 110 67426 140736596902848 200 OK
+2017-03-08 05:06:38,847 DEBUG api_user 112 67426 140736596902848 Login successfully.
+2017-03-08 05:06:38,912 DEBUG api_gitlab 210 67426 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:38,913 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:38,913 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:06:39,015 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:06:39,089 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:39,605 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:39,693 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:06:39,823 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:06:39,833 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:39,867 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:39,875 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:06:40,122 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:40,345 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:40,558 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:06:40,638 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:40,683 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:06:40,690 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:40,915 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:41,155 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:41,202 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:41,248 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:41,248 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-03-08 05:06:41,248 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-03-08 05:06:41,267 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-03-08 05:06:41,268 DEBUG logFuncEntry 34 67427 140736596902848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-03-08 05:06:41,268 DEBUG test_ui_base 23 67427 140736596902848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-03-08 05:06:41,679 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:41,714 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:42,200 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:42,717 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:43,202 DEBUG helper 36 67428 140736596902848 About to generate SSH Public Key
+2017-03-08 05:06:43,233 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:43,277 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-03-08 05:06:43,277 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-03-08 05:06:43,298 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-03-08 05:06:43,299 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-03-08 05:06:43,299 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-03-08 05:06:43,751 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:44,268 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:44,411 DEBUG test_ui_base 33 67427 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:44,786 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:45,299 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:45,785 DEBUG api_user 92 67427 140736596902848 Moving to next test case
+2017-03-08 05:06:45,786 ERROR test_login_with_new_user 268 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:45,786 DEBUG logFuncEntry 34 67427 140736596902848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-03-08 05:06:45,786 DEBUG logFuncEntry 34 67427 140736596902848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-03-08 05:06:45,813 DEBUG test_ui_base 49 67427 140736596902848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-03-08 05:06:46,412 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:46,413 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_invalid
+2017-03-08 05:06:46,414 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-03-08 05:06:46,414 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-03-08 05:06:46,421 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:46,433 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-03-08 05:06:46,434 DEBUG logFuncEntry 34 67428 140736596902848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-03-08 05:06:46,434 DEBUG test_ui_base 23 67428 140736596902848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-03-08 05:06:47,886 DEBUG api_user 92 67426 140736596902848 Moving to next test case
+2017-03-08 05:06:47,886 DEBUG fe_user 25 67426 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:47,886 DEBUG fe_user 26 67426 140736596902848 Insert Email
+2017-03-08 05:06:48,762 DEBUG fe_user 28 67426 140736596902848 Insert Password
+2017-03-08 05:06:48,815 DEBUG test_ui_base 33 67428 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:06:49,410 DEBUG fe_user 30 67426 140736596902848 Click Login Button
+2017-03-08 05:06:49,640 DEBUG fe_user 32 67426 140736596902848 Login Button clicked
+2017-03-08 05:06:49,646 DEBUG wait 110 67426 140736596902848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-03-08 05:06:49,853 DEBUG api_user 92 67428 140736596902848 Moving to next test case
+2017-03-08 05:06:49,853 DEBUG api_user 169 67428 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4e7cd2e2-f60d-44f5-b35d-1bffbc842076/b963673f4c18441bb17c5c92b6a78922
+2017-03-08 05:06:49,920 DEBUG api_user 172 67428 140736596902848 APIUser activated successfully!
+2017-03-08 05:06:49,981 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:49,982 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:49,985 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:06:49,987 DEBUG db_general 102 67428 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:06:49,990 DEBUG db_general 91 67428 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:06:49,992 DEBUG db_general 102 67428 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:06:50,282 DEBUG api_virtual_function 59 67428 140736596902848 Virtual Function created successfully!
+2017-03-08 05:06:50,282 DEBUG api_gitlab 192 67428 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8791b58f-b088-4361-9ad9-ecfbe85ba352
+2017-03-08 05:06:50,343 DEBUG api_user 110 67428 140736596902848 200 OK
+2017-03-08 05:06:50,343 DEBUG api_user 112 67428 140736596902848 Login successfully.
+2017-03-08 05:06:50,381 DEBUG api_gitlab 210 67428 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:06:50,381 DEBUG fe_user 25 67428 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:06:50,381 DEBUG fe_user 26 67428 140736596902848 Insert Email
+2017-03-08 05:06:51,334 DEBUG fe_user 28 67428 140736596902848 Insert Password
+2017-03-08 05:06:52,011 DEBUG fe_user 30 67428 140736596902848 Click Login Button
+2017-03-08 05:06:52,111 DEBUG fe_user 32 67428 140736596902848 Login Button clicked
+2017-03-08 05:06:52,116 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:06:52,629 DEBUG wait 110 67428 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:06:52,790 DEBUG test_set_stage 50 67425 140736596902848 Admin_ro failed to change stage to Intake
+2017-03-08 05:06:53,148 DEBUG helper 36 67428 140736596902848 About to generate SSH Public Key
+2017-03-08 05:06:54,056 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:54,056 DEBUG test_ssh_key 33 67428 140736596902848 None
+2017-03-08 05:06:54,587 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_valid
+2017-03-08 05:06:54,588 DEBUG logFuncEntry 34 67428 140736596902848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-03-08 05:06:54,588 DEBUG logFuncEntry 34 67428 140736596902848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-03-08 05:06:54,604 DEBUG test_ui_base 49 67428 140736596902848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-03-08 05:06:58,012 DEBUG test_set_stage 50 67425 140736596902848 Admin_ro failed to change stage to Active
+2017-03-08 05:07:00,765 ERROR fe_user 40 67426 140736596902848 Login FAILED: email=STJquxF@intl.att.com password=iceusers
+2017-03-08 05:07:00,766 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_and_activateUser
+2017-03-08 05:07:00,770 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-03-08 05:07:00,771 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-03-08 05:07:00,792 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-03-08 05:07:00,793 DEBUG logFuncEntry 34 67426 140736596902848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-03-08 05:07:00,793 DEBUG test_ui_base 23 67426 140736596902848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-03-08 05:07:02,893 DEBUG test_ui_base 33 67426 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:07:03,247 DEBUG test_set_stage 50 67425 140736596902848 Admin_ro failed to change stage to Validated
+2017-03-08 05:07:03,247 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-03-08 05:07:03,248 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-03-08 05:07:03,264 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-03-08 05:07:03,264 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-03-08 05:07:03,264 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-03-08 05:07:05,182 DEBUG db_general 115 67426 140736596902848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-03-08 05:07:05,183 DEBUG db_general 127 67426 140736596902848 Query result: ["('AT&T", "('Affirmed Networks", "('Amdocs", "('Brocade", "('Ciena", "('Cisco", "('Ericsson", "('Fujitsu", "('Juniper", "('Metaswitch", "('Nokia", "('Other"]
+2017-03-08 05:07:05,184 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_signup_page_sanity
+2017-03-08 05:07:05,184 DEBUG logFuncEntry 34 67426 140736596902848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-03-08 05:07:05,185 DEBUG logFuncEntry 34 67426 140736596902848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-03-08 05:07:05,201 DEBUG test_ui_base 49 67426 140736596902848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-03-08 05:07:05,364 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:07:06,458 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:07:06,458 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/96561e32-ca5e-48db-b41b-cdca593d805e/d22617d84e0643758303d543bda93b01
+2017-03-08 05:07:06,489 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:07:06,552 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:07:06,553 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:07:06,556 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:07:06,558 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:07:06,564 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:07:06,566 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:07:06,819 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:07:06,819 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2bc7fba0-ddd5-4a35-99d1-7804ebcd356c
+2017-03-08 05:07:06,880 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:07:06,880 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:07:06,920 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:07:06,920 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:07:06,920 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:07:07,822 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:07:08,478 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:07:08,574 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:07:08,578 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:07:09,149 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:09,661 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:10,173 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:10,683 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:11,194 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:11,705 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:12,216 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:12,726 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:13,237 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:13,751 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:15,441 DEBUG fe_overview 73 67425 140736596902848 Got list of Next Steps for current stage Intake
+2017-03-08 05:07:15,448 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:15,631 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:15,973 DEBUG fe_overview 73 67425 140736596902848 Got list of Next Steps for current stage Active
+2017-03-08 05:07:15,979 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:16,470 DEBUG fe_overview 73 67425 140736596902848 Got list of Next Steps for current stage Validated
+2017-03-08 05:07:16,476 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:16,894 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-03-08 05:07:16,894 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-03-08 05:07:16,913 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-03-08 05:07:16,913 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-03-08 05:07:16,914 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-03-08 05:07:19,011 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:07:20,056 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:07:20,056 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4d6cf33f-9a94-4558-bf2b-ef0296cef30f/906bd6eb3ac64a7fb880d261dfcb8ff3
+2017-03-08 05:07:20,091 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:07:20,149 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:07:20,149 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:07:20,153 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:07:20,154 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:07:20,158 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:07:20,159 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:07:20,388 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:07:20,389 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a25f1a18-2954-429c-8f40-9ba6d4ddbe10
+2017-03-08 05:07:20,452 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:07:20,453 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:07:20,490 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:07:20,490 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:07:20,490 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:07:21,392 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:07:22,046 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:07:22,144 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:07:22,148 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:07:22,875 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:23,384 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:23,894 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:24,407 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:24,955 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:26,203 DEBUG fe_overview 73 67425 140736596902848 Got list of Next Steps for current stage Intake
+2017-03-08 05:07:26,209 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:26,288 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:26,643 DEBUG fe_overview 73 67425 140736596902848 Got list of Next Steps for current stage Active
+2017-03-08 05:07:26,649 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:27,136 DEBUG fe_overview 73 67425 140736596902848 Got list of Next Steps for current stage Validated
+2017-03-08 05:07:27,143 DEBUG fe_overview 79 67425 140736596902848 Compare presented text of next step with the text from DB.
+2017-03-08 05:07:27,698 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-03-08 05:07:27,699 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-03-08 05:07:27,719 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-03-08 05:07:27,720 DEBUG logFuncEntry 34 67425 140736596902848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-03-08 05:07:27,720 DEBUG test_ui_base 23 67425 140736596902848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-03-08 05:07:29,815 DEBUG test_ui_base 33 67425 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:07:30,872 DEBUG api_user 92 67425 140736596902848 Moving to next test case
+2017-03-08 05:07:30,872 DEBUG api_user 169 67425 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4c60b182-44e9-40f3-9654-a1b2ea1d7113/b6ea4b83609f40e38732c686185e28e8
+2017-03-08 05:07:30,904 DEBUG api_user 172 67425 140736596902848 APIUser activated successfully!
+2017-03-08 05:07:30,966 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:07:30,966 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:07:30,970 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:07:30,972 DEBUG db_general 102 67425 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:07:30,975 DEBUG db_general 91 67425 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:07:30,977 DEBUG db_general 102 67425 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:07:31,210 DEBUG api_virtual_function 59 67425 140736596902848 Virtual Function created successfully!
+2017-03-08 05:07:31,210 DEBUG api_gitlab 192 67425 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0726ad98-63f8-4f7a-a099-7eff8398a209
+2017-03-08 05:07:31,274 DEBUG api_user 110 67425 140736596902848 200 OK
+2017-03-08 05:07:31,274 DEBUG api_user 112 67425 140736596902848 Login successfully.
+2017-03-08 05:07:31,314 DEBUG api_gitlab 210 67425 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:07:31,314 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:07:31,314 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:07:32,248 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:07:32,931 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:07:33,030 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:07:33,034 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:07:33,549 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:34,058 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:34,571 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:35,084 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:35,636 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:42,155 DEBUG test_set_stage 64 67425 140736596902848 User STPfCHv@intl.att.com failed to change stage to Intake
+2017-03-08 05:07:47,401 DEBUG test_set_stage 64 67425 140736596902848 User STPfCHv@intl.att.com failed to change stage to Active
+2017-03-08 05:07:52,658 DEBUG test_set_stage 64 67425 140736596902848 User STPfCHv@intl.att.com failed to change stage to Validated
+2017-03-08 05:07:52,658 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:07:52,798 DEBUG fe_user 25 67425 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:07:52,798 DEBUG fe_user 26 67425 140736596902848 Insert Email
+2017-03-08 05:07:53,575 DEBUG fe_user 28 67425 140736596902848 Insert Password
+2017-03-08 05:07:54,193 DEBUG fe_user 30 67425 140736596902848 Click Login Button
+2017-03-08 05:07:54,287 DEBUG fe_user 32 67425 140736596902848 Login Button clicked
+2017-03-08 05:07:54,290 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:07:54,802 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:07:55,361 DEBUG wait 110 67425 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:08:01,770 DEBUG test_set_stage 64 67425 140736596902848 User STepr2N@intl.att.com failed to change stage to Intake
+2017-03-08 05:08:07,032 DEBUG test_set_stage 64 67425 140736596902848 User STepr2N@intl.att.com failed to change stage to Active
+2017-03-08 05:08:12,250 DEBUG test_set_stage 64 67425 140736596902848 User STepr2N@intl.att.com failed to change stage to Validated
+2017-03-08 05:08:12,251 DEBUG fe_general 34 67425 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:08:12,398 DEBUG logFuncEntry 34 67425 140736596902848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-03-08 05:08:12,398 DEBUG logFuncEntry 34 67425 140736596902848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-03-08 05:08:12,419 DEBUG test_ui_base 49 67425 140736596902848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-03-08 05:32:59,846 DEBUG test_signal_base 28 70951 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-08 05:32:59,846 DEBUG test_signal_base 28 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:32:59,847 DEBUG logFuncEntry 34 70953 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 05:32:59,848 DEBUG test_ui_base 23 70953 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-08 05:32:59,848 DEBUG logFuncEntry 34 70952 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 05:32:59,848 DEBUG logFuncEntry 34 70951 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 05:32:59,849 DEBUG test_git_signal 124 70952 140736596902848 Local environment, skipping test...
+2017-03-08 05:32:59,849 DEBUG test_checklist_signal 25 70951 140736596902848 Local environment, skipping test...
+2017-03-08 05:32:59,849 DEBUG logFuncEntry 34 70952 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-08 05:32:59,849 DEBUG logFuncEntry 34 70951 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-08 05:32:59,854 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:32:59,855 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:32:59,855 DEBUG logFuncEntry 34 70950 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:32:59,860 DEBUG test_signal_base 39 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:32:59,861 DEBUG test_signal_base 28 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:32:59,861 DEBUG logFuncEntry 34 70952 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 05:32:59,861 DEBUG test_git_signal 24 70952 140736596902848 Local environment, skipping test...
+2017-03-08 05:32:59,861 DEBUG logFuncEntry 34 70952 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-08 05:32:59,866 DEBUG test_signal_base 39 70951 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-08 05:32:59,867 DEBUG logFuncEntry 34 70951 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 05:32:59,868 DEBUG test_ui_base 23 70951 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-08 05:32:59,872 DEBUG test_signal_base 39 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:32:59,873 DEBUG test_signal_base 28 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:32:59,873 DEBUG logFuncEntry 34 70952 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 05:32:59,873 DEBUG test_git_signal 95 70952 140736596902848 Local environment, skipping test...
+2017-03-08 05:32:59,873 DEBUG logFuncEntry 34 70952 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-08 05:32:59,884 DEBUG test_signal_base 39 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:32:59,884 DEBUG test_signal_base 28 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:32:59,885 DEBUG logFuncEntry 34 70952 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 05:32:59,885 DEBUG test_git_signal 73 70952 140736596902848 Local environment, skipping test...
+2017-03-08 05:32:59,885 DEBUG logFuncEntry 34 70952 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-08 05:32:59,897 DEBUG test_signal_base 39 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:32:59,897 DEBUG test_signal_base 28 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-08 05:32:59,897 DEBUG logFuncEntry 34 70952 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 05:32:59,897 DEBUG test_git_signal 51 70952 140736596902848 Local environment, skipping test...
+2017-03-08 05:32:59,897 DEBUG logFuncEntry 34 70952 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-08 05:32:59,908 DEBUG test_signal_base 39 70952 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-08 05:32:59,910 DEBUG logFuncEntry 34 70952 140736596902848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 05:32:59,911 DEBUG test_ui_base 23 70952 140736596902848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-03-08 05:32:59,959 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:32:59,960 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4640f0cf-381d-4449-addb-ba1115167372/97bae0d549ac4163b672c97828ffb7e6
+2017-03-08 05:33:00,017 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:00,114 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:00,114 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:00,119 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:00,122 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:00,132 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:00,133 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:00,603 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:00,604 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e450d977-2a20-4720-a82e-bed35dee2514
+2017-03-08 05:33:00,755 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:00,756 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:00,825 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:00,825 DEBUG test_negative_requests 158 70950 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-08 05:33:00,936 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:00,937 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:00,937 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/e450d977-2a20-4720-a82e-bed35dee2514
+2017-03-08 05:33:00,944 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:00,946 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:00,946 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e450d977-2a20-4720-a82e-bed35dee2514
+2017-03-08 05:33:01,047 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:01,047 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:01,094 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:01,190 DEBUG api_checklist 29 70950 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:33:01,191 DEBUG test_negative_requests 162 70950 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-08 05:33:01,278 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:01,279 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:01,279 DEBUG test_negative_requests 168 70950 140736596902848 About to add audit log to checklist uuid fe403eae-36d9-4fde-b524-528a941a3196
+2017-03-08 05:33:01,279 DEBUG api_checklist 71 70950 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/fe403eae-36d9-4fde-b524-528a941a3196/auditlog/
+2017-03-08 05:33:01,324 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4640f0cf-381d-4449-addb-ba1115167372. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:01,324 DEBUG test_negative_requests 172 70950 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 05:33:01,401 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:01,401 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:01,401 DEBUG test_negative_requests 168 70950 140736596902848 About to add audit log to checklist uuid fe403eae-36d9-4fde-b524-528a941a3196
+2017-03-08 05:33:01,402 DEBUG api_checklist 71 70950 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/fe403eae-36d9-4fde-b524-528a941a3196/auditlog/
+2017-03-08 05:33:01,444 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:01,444 DEBUG test_negative_requests 172 70950 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-08 05:33:01,445 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:33:01,445 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-08 05:33:01,457 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:01,458 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:33:01,458 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:01,458 DEBUG logFuncEntry 34 70950 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:33:01,550 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:01,550 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/95e44d2e-5ffc-41b4-a010-18c7289ae351/17a2e58495144da3b415bea94712ead2
+2017-03-08 05:33:01,591 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:01,666 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:01,666 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:01,670 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:01,672 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:01,676 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:01,677 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:02,044 DEBUG test_ui_base 33 70953 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:02,107 DEBUG test_ui_base 33 70951 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:02,288 DEBUG test_ui_base 33 70952 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:02,487 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:02,488 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8b0756e9-6514-416f-92fd-4348dc603e44
+2017-03-08 05:33:02,583 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:02,583 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:02,624 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:02,624 DEBUG test_negative_requests 182 70950 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-08 05:33:02,698 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:02,698 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:02,699 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8b0756e9-6514-416f-92fd-4348dc603e44
+2017-03-08 05:33:02,703 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:02,705 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:02,705 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8b0756e9-6514-416f-92fd-4348dc603e44
+2017-03-08 05:33:02,778 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:02,778 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:02,821 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:03,212 DEBUG api_checklist 29 70950 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:33:03,212 DEBUG test_negative_requests 186 70950 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-08 05:33:03,399 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:03,400 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:03,407 DEBUG test_negative_requests 192 70950 140736596902848 About to add next step to checklist uuid 232ead98-98b3-47d4-b7e5-675a5fd20038
+2017-03-08 05:33:03,407 DEBUG api_checklist 92 70950 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/232ead98-98b3-47d4-b7e5-675a5fd20038/eng/8b0756e9-6514-416f-92fd-4348dc603e44/nextstep/
+2017-03-08 05:33:03,486 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 95e44d2e-5ffc-41b4-a010-18c7289ae351. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,487 DEBUG test_negative_requests 196 70950 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 05:33:03,577 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:03,577 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:03,577 DEBUG test_negative_requests 192 70950 140736596902848 About to add next step to checklist uuid 232ead98-98b3-47d4-b7e5-675a5fd20038
+2017-03-08 05:33:03,577 DEBUG api_checklist 92 70950 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/232ead98-98b3-47d4-b7e5-675a5fd20038/eng/8b0756e9-6514-416f-92fd-4348dc603e44/nextstep/
+2017-03-08 05:33:03,648 DEBUG logFuncEntry 34 70952 140736596902848 calling test_assigned_next_steps | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-03-08 05:33:03,648 DEBUG api_user 92 70951 140736596902848 Moving to next test case
+2017-03-08 05:33:03,648 DEBUG api_user 92 70953 140736596902848 Moving to next test case
+2017-03-08 05:33:03,649 DEBUG api_user 169 70953 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/37ede250-d67c-4ec5-93ca-194eaff4f08b/1bf053adc7e44fdba1c6e0c8c11bf62c
+2017-03-08 05:33:03,649 DEBUG api_user 169 70951 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1f470889-c010-4c67-ab73-3cb101983138/b6215adc968d410888cee248c499684e
+2017-03-08 05:33:03,651 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,651 DEBUG test_negative_requests 196 70950 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 05:33:03,700 DEBUG api_user 172 70951 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:03,701 DEBUG api_user 172 70953 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:03,747 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:03,748 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:03,748 DEBUG test_negative_requests 192 70950 140736596902848 About to add next step to checklist uuid 232ead98-98b3-47d4-b7e5-675a5fd20038
+2017-03-08 05:33:03,748 DEBUG api_checklist 92 70950 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/232ead98-98b3-47d4-b7e5-675a5fd20038/eng/8b0756e9-6514-416f-92fd-4348dc603e44/nextstep/
+2017-03-08 05:33:03,759 DEBUG api_user 92 70952 140736596902848 Moving to next test case
+2017-03-08 05:33:03,760 DEBUG api_user 169 70952 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/74fcbee9-bedb-4be4-a4ae-f3df82574b12/6272b750a3814e64bb34a490cf81074e
+2017-03-08 05:33:03,805 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,805 DEBUG test_negative_requests 196 70950 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-08 05:33:03,806 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:33:03,806 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-08 05:33:03,814 DEBUG api_user 110 70951 140736596902848 200 OK
+2017-03-08 05:33:03,814 DEBUG api_user 112 70951 140736596902848 Login successfully.
+2017-03-08 05:33:03,815 DEBUG api_user 172 70952 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:03,817 DEBUG db_general 91 70951 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:03,818 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:03,819 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:33:03,819 DEBUG db_general 102 70951 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:03,819 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:03,819 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:33:03,820 DEBUG test_negative_requests 42 70950 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-08 05:33:03,823 DEBUG db_general 91 70951 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:03,824 DEBUG db_general 102 70951 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:03,829 DEBUG api_user 110 70953 140736596902848 200 OK
+2017-03-08 05:33:03,829 DEBUG api_user 112 70953 140736596902848 Login successfully.
+2017-03-08 05:33:03,834 DEBUG db_general 91 70953 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:03,835 DEBUG db_general 102 70953 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:03,839 DEBUG db_general 91 70953 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:03,841 DEBUG db_general 102 70953 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:03,908 DEBUG api_user 110 70952 140736596902848 200 OK
+2017-03-08 05:33:03,908 DEBUG api_user 112 70952 140736596902848 Login successfully.
+2017-03-08 05:33:03,913 DEBUG db_general 91 70952 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:03,915 DEBUG db_general 102 70952 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:03,920 DEBUG db_general 91 70952 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:03,922 DEBUG db_general 102 70952 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:03,925 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:03,926 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2d9a082e-a963-4cd6-904b-5ce57e4d0569/9e45358c414d4d2db50ab82a04aa25d2
+2017-03-08 05:33:03,982 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:04,094 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:04,094 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:04,098 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:04,100 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:04,105 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:04,107 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:04,359 DEBUG api_virtual_function 59 70951 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:04,359 DEBUG api_gitlab 192 70951 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fffb2e84-d097-4b08-ae5a-9692eea81276
+2017-03-08 05:33:04,400 DEBUG api_virtual_function 59 70953 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:04,401 DEBUG api_gitlab 192 70953 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7d3f9cf4-9476-4e34-bb9e-dd172c5ee6ca
+2017-03-08 05:33:04,452 DEBUG api_user 110 70951 140736596902848 200 OK
+2017-03-08 05:33:04,452 DEBUG api_user 112 70951 140736596902848 Login successfully.
+2017-03-08 05:33:04,492 DEBUG api_user 110 70953 140736596902848 200 OK
+2017-03-08 05:33:04,493 DEBUG api_user 112 70953 140736596902848 Login successfully.
+2017-03-08 05:33:04,505 DEBUG api_virtual_function 59 70952 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:04,506 DEBUG api_gitlab 192 70952 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/870c3734-af6f-4d3b-92a6-9f1804e24d6e
+2017-03-08 05:33:04,530 DEBUG api_gitlab 210 70951 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:04,531 DEBUG fe_user 26 70951 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:33:04,531 DEBUG fe_user 27 70951 140736596902848 Insert Email
+2017-03-08 05:33:04,552 DEBUG api_gitlab 210 70953 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:04,552 DEBUG fe_user 26 70953 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:33:04,552 DEBUG fe_user 27 70953 140736596902848 Insert Email
+2017-03-08 05:33:04,648 DEBUG api_user 110 70952 140736596902848 200 OK
+2017-03-08 05:33:04,648 DEBUG api_user 112 70952 140736596902848 Login successfully.
+2017-03-08 05:33:04,673 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:04,673 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ab0d218f-c9b7-4ec8-941e-2e8c921def3b
+2017-03-08 05:33:04,705 DEBUG api_gitlab 210 70952 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:04,705 DEBUG test_dashboard_feature 55 70952 140736596902848 Login with standard user STovP65@intl.att.com
+2017-03-08 05:33:04,705 DEBUG fe_user 26 70952 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:33:04,706 DEBUG fe_user 27 70952 140736596902848 Insert Email
+2017-03-08 05:33:04,773 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:04,773 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:04,821 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:04,898 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:04,898 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/521c13df-0386-43e8-bc20-0e77608403a0/f329f3f8c4ef4b9e82152ab47287b157
+2017-03-08 05:33:04,934 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:04,998 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:04,999 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:05,002 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:05,003 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:05,006 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:05,007 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:05,233 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:05,233 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/885336f0-d0c4-4156-bcdf-b45214023f0a
+2017-03-08 05:33:05,291 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:05,291 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:05,330 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:05,331 DEBUG test_negative_requests 47 70950 140736596902848 About to invite contact to the engagement of user ST7Skja
+2017-03-08 05:33:05,331 DEBUG api_virtual_function 102 70950 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-08 05:33:05,368 DEBUG test_negative_requests 51 70950 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-08 05:33:05,368 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:33:05,368 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-08 05:33:05,373 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:05,374 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:33:05,374 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:05,374 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:33:05,374 DEBUG test_negative_requests 57 70950 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-08 05:33:05,390 DEBUG fe_user 29 70953 140736596902848 Insert Password
+2017-03-08 05:33:05,437 DEBUG fe_user 29 70951 140736596902848 Insert Password
+2017-03-08 05:33:05,471 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:05,472 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cc322add-40f6-4712-8926-db241238706e/2aaf935ef0db41efbb744a802947f6e6
+2017-03-08 05:33:05,519 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:05,593 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:05,593 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:05,596 DEBUG fe_user 29 70952 140736596902848 Insert Password
+2017-03-08 05:33:05,597 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:05,599 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:05,603 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:05,604 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:05,944 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:05,945 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f96e4bfa-5cc8-4139-9693-6ee54f3e3a64
+2017-03-08 05:33:06,005 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:06,005 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:06,040 DEBUG fe_user 31 70953 140736596902848 Click Login Button
+2017-03-08 05:33:06,042 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:06,080 DEBUG fe_user 31 70951 140736596902848 Click Login Button
+2017-03-08 05:33:06,130 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:06,130 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:06,130 DEBUG test_negative_requests 64 70950 140736596902848 About to add a next step to VF ST1q9FQ using STc4Wkh@intl.att.com token.
+2017-03-08 05:33:06,130 DEBUG api_virtual_function 18 70950 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f96e4bfa-5cc8-4139-9693-6ee54f3e3a64/nextsteps
+2017-03-08 05:33:06,159 DEBUG fe_user 33 70953 140736596902848 Login Button clicked
+2017-03-08 05:33:06,165 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:33:06,174 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cc322add-40f6-4712-8926-db241238706e. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,175 DEBUG test_negative_requests 68 70950 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 05:33:06,225 DEBUG fe_user 33 70951 140736596902848 Login Button clicked
+2017-03-08 05:33:06,234 DEBUG wait 110 70951 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:33:06,286 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:06,286 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:06,287 DEBUG test_negative_requests 64 70950 140736596902848 About to add a next step to VF ST1q9FQ using hs0007@att.com token.
+2017-03-08 05:33:06,287 DEBUG api_virtual_function 18 70950 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f96e4bfa-5cc8-4139-9693-6ee54f3e3a64/nextsteps
+2017-03-08 05:33:06,297 DEBUG fe_user 31 70952 140736596902848 Click Login Button
+2017-03-08 05:33:06,346 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,347 DEBUG test_negative_requests 68 70950 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 05:33:06,449 DEBUG fe_user 33 70952 140736596902848 Login Button clicked
+2017-03-08 05:33:06,461 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:33:06,538 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:06,539 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:06,539 DEBUG test_negative_requests 64 70950 140736596902848 About to add a next step to VF ST1q9FQ using admin_ro@att.com token.
+2017-03-08 05:33:06,539 DEBUG api_virtual_function 18 70950 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f96e4bfa-5cc8-4139-9693-6ee54f3e3a64/nextsteps
+2017-03-08 05:33:06,735 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,737 DEBUG test_negative_requests 68 70950 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-08 05:33:06,738 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:33:06,738 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-08 05:33:06,754 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:06,755 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:33:06,755 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:06,755 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:33:06,756 DEBUG test_negative_requests 203 70950 140736596902848 Local environment, skipping test...
+2017-03-08 05:33:06,756 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:33:06,756 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-08 05:33:06,772 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:06,774 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:33:06,774 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:06,774 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:33:06,850 DEBUG wait 110 70951 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,077 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,200 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:07,201 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e7863506-0dee-47b3-8d5b-cc4cecb89e25/8f32a45bc59446afa580e703d09476f8
+2017-03-08 05:33:07,226 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,291 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:07,361 DEBUG wait 110 70951 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,391 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:07,391 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:07,399 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:07,400 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:07,405 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:07,406 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:07,603 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,698 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:07,698 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:07,742 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,774 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:07,774 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:07,818 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:07,818 DEBUG test_negative_requests 95 70950 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 05:33:07,883 DEBUG db_general 115 70951 140736596902848 Query : select engagement_id from ice_vf Where name = 'STt4Xqu';
+2017-03-08 05:33:07,885 DEBUG db_general 127 70951 140736596902848 Query result: fffb2e84-d097-4b08-ae5a-9692eea81276
+2017-03-08 05:33:07,888 DEBUG db_general 115 70951 140736596902848 Query : select engagement_id from ice_vf Where name = 'STt4Xqu';
+2017-03-08 05:33:07,891 DEBUG db_general 127 70951 140736596902848 Query result: fffb2e84-d097-4b08-ae5a-9692eea81276
+2017-03-08 05:33:07,893 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:07,893 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:07,893 DEBUG test_negative_requests 101 70950 140736596902848 About to create checklist for VF STfg46U
+2017-03-08 05:33:07,893 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:07,896 DEBUG db_general 115 70951 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fffb2e84-d097-4b08-ae5a-9692eea81276';
+2017-03-08 05:33:07,897 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:07,898 DEBUG db_general 127 70951 140736596902848 Query result: 2017-5533
+2017-03-08 05:33:07,899 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:07,899 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:07,902 DEBUG db_general 115 70951 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5533';
+2017-03-08 05:33:07,905 DEBUG db_general 127 70951 140736596902848 Query result: 4498
+2017-03-08 05:33:07,915 DEBUG db_general 115 70951 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fffb2e84-d097-4b08-ae5a-9692eea81276';
+2017-03-08 05:33:07,917 DEBUG db_general 127 70951 140736596902848 Query result: 2017-5533
+2017-03-08 05:33:07,950 DEBUG wait 110 70951 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:07,983 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:07,983 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:08,027 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:08,062 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e7863506-0dee-47b3-8d5b-cc4cecb89e25. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,063 DEBUG test_negative_requests 105 70950 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:33:08,115 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:08,141 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:08,141 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:08,142 DEBUG test_negative_requests 101 70950 140736596902848 About to create checklist for VF STfg46U
+2017-03-08 05:33:08,142 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:08,145 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:08,147 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:08,147 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:08,214 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:08,214 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:08,262 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:08,303 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,304 DEBUG test_negative_requests 105 70950 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:33:08,394 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:08,394 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:08,394 DEBUG test_negative_requests 101 70950 140736596902848 About to create checklist for VF STfg46U
+2017-03-08 05:33:08,395 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:08,395 DEBUG api_user 110 70952 140736596902848 200 OK
+2017-03-08 05:33:08,396 DEBUG api_user 112 70952 140736596902848 Login successfully.
+2017-03-08 05:33:08,396 DEBUG fe_user 157 70952 140736596902848 Adding new next step (via api) and assigning it to user STO10Bu
+2017-03-08 05:33:08,396 DEBUG api_virtual_function 18 70952 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/870c3734-af6f-4d3b-92a6-9f1804e24d6e/nextsteps
+2017-03-08 05:33:08,400 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:08,402 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:08,402 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/bd03ee59-85ff-4368-b545-099fe24bd278
+2017-03-08 05:33:08,558 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:08,559 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:08,628 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:08,697 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:08,778 DEBUG api_virtual_function 32 70952 140736596902848 Next step was added to the engagement!
+2017-03-08 05:33:08,778 DEBUG fe_user 159 70952 140736596902848 Refresh page and look for changes in assigned next steps section:
+2017-03-08 05:33:08,781 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,782 DEBUG test_negative_requests 105 70950 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:33:08,782 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:33:08,782 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-08 05:33:08,800 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:08,801 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:33:08,801 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:08,801 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:33:08,801 DEBUG test_negative_requests 74 70950 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-08 05:33:08,964 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:08,965 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/63a0ebcc-5ac9-4e28-a741-165da4d97cfe/8a7676e1d0074cdc97eb6761eef43f0f
+2017-03-08 05:33:09,039 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:09,143 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:09,208 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:09,208 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:09,313 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:09,316 DEBUG db_general 115 70951 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'fffb2e84-d097-4b08-ae5a-9692eea81276';
+2017-03-08 05:33:09,317 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:09,339 DEBUG db_general 127 70951 140736596902848 Query result: ["('e07ee19a-f8d1-42c5-9204-2332b29a43d7", "('6a0a530f-c7cc-446c-9f4c-54a3fb6a5a87", "('5a6a2d25-ec36-4073-b066-12f2d7e81e71", "('344b0379-961a-4457-8a35-fc34ad9bd458"]
+2017-03-08 05:33:09,347 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:09,350 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:09,351 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:33:09,355 DEBUG logFuncEntry 34 70951 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 05:33:09,355 DEBUG logFuncEntry 34 70951 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-08 05:33:09,613 DEBUG test_ui_base 49 70951 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-03-08 05:33:09,614 DEBUG logFuncEntry 34 70951 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 05:33:09,614 DEBUG test_ui_base 23 70951 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-08 05:33:09,657 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:09,979 DEBUG fe_user 161 70952 140736596902848 > Check if number has changed in 'Assigned To You'
+2017-03-08 05:33:09,985 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:10,171 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:10,524 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:10,691 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:10,918 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:10,919 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b35fcac8-e42f-41be-a92f-bbc5bc728e04
+2017-03-08 05:33:11,073 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:11,073 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:11,104 DEBUG fe_dashboard 155 70952 140736596902848 > Check if the engagement of NS is the correct one
+2017-03-08 05:33:11,139 DEBUG fe_dashboard 162 70952 140736596902848 > Check if creator of NS is the EL Homer Simpson
+2017-03-08 05:33:11,183 DEBUG fe_overview 32 70952 140736596902848 Go to engagement's overview by clicking on the created Next Step
+2017-03-08 05:33:11,185 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:11,212 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:11,343 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:11,343 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:11,343 DEBUG api_virtual_function 18 70950 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b35fcac8-e42f-41be-a92f-bbc5bc728e04/nextsteps
+2017-03-08 05:33:11,614 DEBUG api_virtual_function 32 70950 140736596902848 Next step was added to the engagement!
+2017-03-08 05:33:11,727 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:11,728 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:11,728 DEBUG test_negative_requests 84 70950 140736596902848 About to edit a next step (ns uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af) using STHizjh@intl.att.com token.
+2017-03-08 05:33:11,728 DEBUG api_virtual_function 133 70950 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/52b6db06-19b6-4dec-a6c0-0138a09468af/engagement/b35fcac8-e42f-41be-a92f-bbc5bc728e04/modify/
+2017-03-08 05:33:11,729 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:11,798 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:11,799 DEBUG test_negative_requests 88 70950 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 05:33:11,930 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:11,930 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:11,931 DEBUG test_negative_requests 84 70950 140736596902848 About to edit a next step (ns uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af) using STeAt62@intl.att.com token.
+2017-03-08 05:33:11,931 DEBUG api_virtual_function 133 70950 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/52b6db06-19b6-4dec-a6c0-0138a09468af/engagement/b35fcac8-e42f-41be-a92f-bbc5bc728e04/modify/
+2017-03-08 05:33:12,031 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,032 DEBUG test_negative_requests 88 70950 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 05:33:12,187 DEBUG fe_general 34 70952 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-08 05:33:12,197 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:12,197 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:12,197 DEBUG test_negative_requests 84 70950 140736596902848 About to edit a next step (ns uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af) using admin_ro@att.com token.
+2017-03-08 05:33:12,198 DEBUG api_virtual_function 133 70950 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/52b6db06-19b6-4dec-a6c0-0138a09468af/engagement/b35fcac8-e42f-41be-a92f-bbc5bc728e04/modify/
+2017-03-08 05:33:12,248 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:12,301 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,302 DEBUG test_negative_requests 88 70950 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-08 05:33:12,302 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:33:12,302 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-08 05:33:12,314 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:12,315 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:33:12,316 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:12,316 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:33:12,316 DEBUG test_negative_requests 27 70950 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-08 05:33:12,372 DEBUG fe_overview 36 70952 140736596902848 Login with EL user hs0007@att.com
+2017-03-08 05:33:12,373 DEBUG fe_user 26 70952 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:33:12,373 DEBUG fe_user 27 70952 140736596902848 Insert Email
+2017-03-08 05:33:12,460 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:12,460 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3083eb7f-420a-46f6-98fd-a056a2d081f4/01ced96937154615bdcf23207847db1d
+2017-03-08 05:33:12,516 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:12,657 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:12,657 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:12,662 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:12,664 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:12,668 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:12,669 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:12,740 DEBUG test_ui_base 33 70951 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:12,765 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:13,154 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:13,154 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/35c25ba5-2977-45cd-8857-70412986fc29
+2017-03-08 05:33:13,217 DEBUG fe_user 29 70952 140736596902848 Insert Password
+2017-03-08 05:33:13,250 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:13,251 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:13,281 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:13,334 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:13,438 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:13,438 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b15bb0d4-daee-4e43-b95f-caf490ec0caf/bfc0e4073ffb4b42a45e184e870e2527
+2017-03-08 05:33:13,475 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:13,575 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:13,575 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:13,580 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:13,582 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:13,586 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:13,587 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:13,802 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:13,881 DEBUG fe_user 31 70952 140736596902848 Click Login Button
+2017-03-08 05:33:13,965 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:13,965 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c148c55a-ad95-43e0-ba86-9d24650b4aed
+2017-03-08 05:33:13,992 DEBUG fe_user 33 70952 140736596902848 Login Button clicked
+2017-03-08 05:33:13,999 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:33:14,059 DEBUG api_user 92 70951 140736596902848 Moving to next test case
+2017-03-08 05:33:14,060 DEBUG api_user 169 70951 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f29359fc-f39c-4f7f-809e-6564e204be0c/f40f00b6ed8147f88032b8656a7fe7f2
+2017-03-08 05:33:14,083 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:14,083 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:14,104 DEBUG api_user 172 70951 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:14,204 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:14,204 DEBUG test_negative_requests 32 70950 140736596902848 About to invite team member to the engagement of user STM1VOP
+2017-03-08 05:33:14,204 DEBUG api_virtual_function 73 70950 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-08 05:33:14,253 DEBUG api_user 110 70951 140736596902848 200 OK
+2017-03-08 05:33:14,253 DEBUG api_user 112 70951 140736596902848 Login successfully.
+2017-03-08 05:33:14,258 DEBUG db_general 91 70951 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:14,259 DEBUG db_general 102 70951 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:14,264 DEBUG db_general 91 70951 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:14,265 DEBUG db_general 102 70951 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:14,321 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:14,399 ERROR api_virtual_function 95 70950 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:33:14,399 DEBUG test_negative_requests 36 70950 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-08 05:33:14,399 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:33:14,399 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-08 05:33:14,407 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:14,408 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:33:14,408 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:14,408 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:33:14,617 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:14,635 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:14,635 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0ada3d1f-9143-4ba1-adaf-5679f9bafb4c/59f1c447074244d3b6f5ee04f008aeda
+2017-03-08 05:33:14,688 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:14,780 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:14,780 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:14,784 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:14,785 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:14,790 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:14,791 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:14,834 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:15,094 DEBUG api_virtual_function 59 70951 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:15,094 DEBUG api_gitlab 192 70951 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/829e5a5a-4ae5-4804-b364-0fc96f6deda2
+2017-03-08 05:33:15,131 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:15,187 DEBUG api_user 110 70951 140736596902848 200 OK
+2017-03-08 05:33:15,187 DEBUG api_user 112 70951 140736596902848 Login successfully.
+2017-03-08 05:33:15,267 DEBUG api_gitlab 210 70951 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:15,267 DEBUG fe_user 26 70951 140736596902848 Verifying and Insert Login page elements:
+2017-03-08 05:33:15,267 DEBUG fe_user 27 70951 140736596902848 Insert Email
+2017-03-08 05:33:15,328 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:15,329 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/73b8d84b-c96e-4133-8a8f-3900277566ac
+2017-03-08 05:33:15,347 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:15,421 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:15,421 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:15,481 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:15,481 DEBUG test_negative_requests 139 70950 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-08 05:33:15,591 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:15,591 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:15,591 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/73b8d84b-c96e-4133-8a8f-3900277566ac
+2017-03-08 05:33:15,599 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:15,602 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:15,603 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/73b8d84b-c96e-4133-8a8f-3900277566ac
+2017-03-08 05:33:15,641 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:15,689 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:15,690 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:15,743 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:15,860 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:16,150 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:16,158 DEBUG fe_user 29 70951 140736596902848 Insert Password
+2017-03-08 05:33:16,179 DEBUG api_checklist 29 70950 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:33:16,179 DEBUG test_negative_requests 143 70950 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-08 05:33:16,180 DEBUG test_negative_requests 147 70950 140736596902848 About to change checklist state for VF STUcQOK
+2017-03-08 05:33:16,262 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:16,263 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:16,322 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,322 DEBUG test_negative_requests 151 70950 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 05:33:16,323 DEBUG test_negative_requests 147 70950 140736596902848 About to change checklist state for VF STUcQOK
+2017-03-08 05:33:16,373 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:16,407 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:16,408 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:16,468 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,469 DEBUG test_negative_requests 151 70950 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 05:33:16,469 DEBUG test_negative_requests 147 70950 140736596902848 About to change checklist state for VF STUcQOK
+2017-03-08 05:33:16,545 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:16,545 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:16,597 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,597 DEBUG test_negative_requests 151 70950 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-08 05:33:16,597 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:33:16,597 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-08 05:33:16,605 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:16,606 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:33:16,606 DEBUG testApiBase 21 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-08 05:33:16,606 DEBUG logFuncEntry 34 70950 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:33:16,659 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:16,707 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:16,707 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2804b8d0-12e6-47f4-a1da-0d3cf70c18a0/16b94545184743b7937b5bdcc6164020
+2017-03-08 05:33:16,746 DEBUG api_user 172 70950 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:16,795 DEBUG fe_user 31 70951 140736596902848 Click Login Button
+2017-03-08 05:33:16,848 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:16,849 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:16,853 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:16,855 DEBUG db_general 102 70950 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:16,859 DEBUG db_general 91 70950 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:16,860 DEBUG db_general 102 70950 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:16,885 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:16,929 DEBUG fe_user 33 70951 140736596902848 Login Button clicked
+2017-03-08 05:33:16,935 DEBUG wait 110 70951 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-08 05:33:17,170 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:17,398 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:17,486 DEBUG wait 110 70951 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:17,596 DEBUG api_virtual_function 59 70950 140736596902848 Virtual Function created successfully!
+2017-03-08 05:33:17,596 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6c1243a3-0638-49c4-92fd-f4b0866e18a1
+2017-03-08 05:33:17,674 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:17,674 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:17,687 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:17,743 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:17,743 DEBUG test_negative_requests 115 70950 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-08 05:33:17,824 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:17,825 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:17,825 DEBUG api_checklist 16 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/6c1243a3-0638-49c4-92fd-f4b0866e18a1
+2017-03-08 05:33:17,829 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:17,830 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:17,831 DEBUG api_gitlab 192 70950 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6c1243a3-0638-49c4-92fd-f4b0866e18a1
+2017-03-08 05:33:17,909 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:17,918 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:17,918 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:17,982 DEBUG api_gitlab 210 70950 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-08 05:33:18,010 DEBUG db_general 115 70951 140736596902848 Query : select uuid from ice_vf Where name = 'STHy1pF';
+2017-03-08 05:33:18,013 DEBUG db_general 127 70951 140736596902848 Query result: 21268f68-6744-4972-82b4-e6f812da1d53
+2017-03-08 05:33:18,017 DEBUG db_general 115 70951 140736596902848 Query : select engagement_id from ice_vf Where name = 'STHy1pF';
+2017-03-08 05:33:18,020 DEBUG db_general 127 70951 140736596902848 Query result: 829e5a5a-4ae5-4804-b364-0fc96f6deda2
+2017-03-08 05:33:18,024 DEBUG db_general 115 70951 140736596902848 Query : select engagement_id from ice_vf Where name = 'STHy1pF';
+2017-03-08 05:33:18,028 DEBUG db_general 127 70951 140736596902848 Query result: 829e5a5a-4ae5-4804-b364-0fc96f6deda2
+2017-03-08 05:33:18,032 DEBUG db_general 115 70951 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '829e5a5a-4ae5-4804-b364-0fc96f6deda2';
+2017-03-08 05:33:18,036 DEBUG db_general 127 70951 140736596902848 Query result: 2017-5543
+2017-03-08 05:33:18,039 DEBUG db_general 115 70951 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5543';
+2017-03-08 05:33:18,042 DEBUG db_general 127 70951 140736596902848 Query result: 690
+2017-03-08 05:33:18,047 DEBUG fe_checklist 50 70951 140736596902848 EL email: STGo3q7@intl.att.com
+2017-03-08 05:33:18,051 DEBUG db_general 115 70951 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '829e5a5a-4ae5-4804-b364-0fc96f6deda2';
+2017-03-08 05:33:18,054 DEBUG db_general 127 70951 140736596902848 Query result: 2017-5543
+2017-03-08 05:33:18,200 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:18,309 DEBUG db_general 115 70951 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '829e5a5a-4ae5-4804-b364-0fc96f6deda2';
+2017-03-08 05:33:18,313 DEBUG db_general 127 70951 140736596902848 Query result: ["('2824fce7-3255-4b66-800f-33529e7387bb", "('04fcfb8f-31f5-4b07-ac2e-e2bc87aba23a", "('eb061781-76eb-453f-bb8d-66265ee91856", "('ecaa7ec8-849c-41d2-8af6-559fc9897b81"]
+2017-03-08 05:33:18,319 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:33:18,320 DEBUG logFuncEntry 34 70951 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 05:33:18,320 DEBUG logFuncEntry 34 70951 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-08 05:33:18,339 DEBUG test_ui_base 49 70951 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-08 05:33:18,340 DEBUG logFuncEntry 34 70951 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-08 05:33:18,340 DEBUG test_ui_base 23 70951 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-08 05:33:18,419 DEBUG wait 110 70953 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:18,528 DEBUG api_checklist 29 70950 140736596902848 DBChecklist was created successfully!
+2017-03-08 05:33:18,529 DEBUG test_negative_requests 119 70950 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-08 05:33:18,684 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:18,685 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:18,685 DEBUG test_negative_requests 125 70950 140736596902848 About to update checklist for VF STiLpxO
+2017-03-08 05:33:18,685 DEBUG api_checklist 45 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/6c1243a3-0638-49c4-92fd-f4b0866e18a1
+2017-03-08 05:33:18,689 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:18,691 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:18,711 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:18,751 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2804b8d0-12e6-47f4-a1da-0d3cf70c18a0. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:18,752 DEBUG test_negative_requests 129 70950 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:33:18,864 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:18,865 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:18,865 DEBUG test_negative_requests 125 70950 140736596902848 About to update checklist for VF STiLpxO
+2017-03-08 05:33:18,865 DEBUG api_checklist 45 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/6c1243a3-0638-49c4-92fd-f4b0866e18a1
+2017-03-08 05:33:18,870 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:18,872 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:18,918 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:18,918 DEBUG test_negative_requests 129 70950 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:33:19,018 DEBUG api_user 110 70950 140736596902848 200 OK
+2017-03-08 05:33:19,018 DEBUG api_user 112 70950 140736596902848 Login successfully.
+2017-03-08 05:33:19,018 DEBUG test_negative_requests 125 70950 140736596902848 About to update checklist for VF STiLpxO
+2017-03-08 05:33:19,018 DEBUG api_checklist 45 70950 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/6c1243a3-0638-49c4-92fd-f4b0866e18a1
+2017-03-08 05:33:19,022 DEBUG db_general 115 70950 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-08 05:33:19,025 DEBUG db_general 127 70950 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-08 05:33:19,084 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:19,085 DEBUG test_negative_requests 129 70950 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-08 05:33:19,085 DEBUG logFuncEntry 34 70950 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:33:19,085 DEBUG logFuncEntry 34 70950 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-08 05:33:19,096 DEBUG testApiBase 32 70950 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-08 05:33:19,098 DEBUG logFuncEntry 34 70950 140736596902848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 05:33:19,098 DEBUG test_ui_base 23 70950 140736596902848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-03-08 05:33:19,231 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:19,764 DEBUG db_general 115 70952 140736596902848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-03-08 05:33:19,767 DEBUG db_general 127 70952 140736596902848 Query result: 2
+2017-03-08 05:33:19,772 DEBUG db_general 49 70952 140736596902848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='TODO';
+2017-03-08 05:33:19,811 DEBUG db_general 57 70952 140736596902848 Query result: 100
+2017-03-08 05:33:19,811 DEBUG fe_overview 41 70952 140736596902848 el_assigned_ns=10
+2017-03-08 05:33:19,816 DEBUG wait 110 70952 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-08 05:33:20,058 DEBUG logFuncEntry 34 70953 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 05:33:20,059 DEBUG logFuncEntry 34 70953 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-08 05:33:20,082 DEBUG test_ui_base 49 70953 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-08 05:33:20,082 DEBUG logFuncEntry 34 70953 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-08 05:33:20,082 DEBUG test_ui_base 23 70953 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-08 05:33:21,467 DEBUG test_ui_base 33 70951 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:22,253 DEBUG test_ui_base 33 70950 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:22,875 DEBUG api_user 92 70951 140736596902848 Moving to next test case
+2017-03-08 05:33:22,875 DEBUG api_user 169 70951 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d78b4a66-62f9-40c1-9bb3-0ce2a2a6b033/b13c451c4cb34847903a9b25e05adb2a
+2017-03-08 05:33:22,927 DEBUG api_user 172 70951 140736596902848 APIUser activated successfully!
+2017-03-08 05:33:23,028 DEBUG api_user 110 70951 140736596902848 200 OK
+2017-03-08 05:33:23,029 DEBUG api_user 112 70951 140736596902848 Login successfully.
+2017-03-08 05:33:23,035 DEBUG db_general 91 70951 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-08 05:33:23,037 DEBUG db_general 102 70951 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-08 05:33:23,046 DEBUG db_general 91 70951 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-08 05:33:23,048 DEBUG db_general 102 70951 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-08 05:33:23,266 DEBUG test_ui_base 33 70953 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-08 05:33:23,513 DEBUG logFuncEntry 34 70950 140736596902848 calling test_detailed_view | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-03-08 05:33:23,608 DEBUG logFuncEntry 34 70953 140736596902848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-03-08 05:33:23,609 DEBUG test_ui_base 23 70953 140736596902848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-03-08 05:33:23,620 DEBUG api_user 92 70950 140736596902848 Moving to next test case
+2017-03-08 05:33:23,621 DEBUG api_user 169 70950 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cab78f84-d5d3-4609-8541-c30caf89f3f0/60a3b4efd9a94faf8ff31cc219e9ff6f
+2017-03-11 23:33:39,304 DEBUG logFuncEntry 34 92460 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-11 23:33:39,304 DEBUG test_ui_base 23 92460 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-11 23:33:41,428 DEBUG test_ui_base 33 92460 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-11 23:33:42,514 DEBUG api_user 92 92460 140736596902848 Moving to next test case
+2017-03-11 23:33:42,514 DEBUG api_user 169 92460 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2978c4d5-c0b7-485d-b3ca-7da15f1fb943/97bb7d97ba8d49469652495b839fc86a
+2017-03-11 23:33:42,549 DEBUG api_user 172 92460 140736596902848 APIUser activated successfully!
+2017-03-11 23:33:42,612 DEBUG api_user 110 92460 140736596902848 200 OK
+2017-03-11 23:33:42,612 DEBUG api_user 112 92460 140736596902848 Login successfully.
+2017-03-11 23:33:42,618 DEBUG db_general 91 92460 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-11 23:33:42,621 DEBUG db_general 102 92460 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-11 23:33:42,626 DEBUG db_general 91 92460 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-11 23:33:42,627 DEBUG db_general 102 92460 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-11 23:33:42,858 DEBUG api_virtual_function 59 92460 140736596902848 Virtual Function created successfully!
+2017-03-11 23:33:42,858 DEBUG api_gitlab 192 92460 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d6835cbb-470e-48e1-8972-798069dce27a
+2017-03-11 23:33:42,917 DEBUG api_user 110 92460 140736596902848 200 OK
+2017-03-11 23:33:42,918 DEBUG api_user 112 92460 140736596902848 Login successfully.
+2017-03-11 23:33:42,956 DEBUG api_gitlab 210 92460 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-11 23:33:42,956 DEBUG fe_user 26 92460 140736596902848 Verifying and Insert Login page elements:
+2017-03-11 23:33:42,956 DEBUG fe_user 27 92460 140736596902848 Insert Email
+2017-03-11 23:33:43,870 DEBUG fe_user 29 92460 140736596902848 Insert Password
+2017-03-11 23:33:44,554 DEBUG fe_user 31 92460 140736596902848 Click Login Button
+2017-03-11 23:33:44,660 DEBUG fe_user 33 92460 140736596902848 Login Button clicked
+2017-03-11 23:33:44,666 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-11 23:33:45,262 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:45,777 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:46,291 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:46,805 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:47,319 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:47,835 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:48,346 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:48,859 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:49,373 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:49,932 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:33:51,222 DEBUG logFuncEntry 34 92460 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-11 23:33:51,222 DEBUG logFuncEntry 34 92460 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-11 23:33:51,244 DEBUG test_ui_base 49 92460 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-11 23:33:51,245 DEBUG logFuncEntry 34 92460 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-11 23:33:51,245 DEBUG test_ui_base 23 92460 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-11 23:33:53,351 DEBUG test_ui_base 33 92460 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-11 23:33:54,543 DEBUG api_user 92 92460 140736596902848 Moving to next test case
+2017-03-11 23:33:54,544 DEBUG api_user 169 92460 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e9c98966-24f2-4260-a803-3e5b9af62b6d/925cc43a7fb2484f9d9b0a1a6ddf18f0
+2017-03-11 23:33:54,577 DEBUG api_user 172 92460 140736596902848 APIUser activated successfully!
+2017-03-11 23:33:54,637 DEBUG api_user 110 92460 140736596902848 200 OK
+2017-03-11 23:33:54,637 DEBUG api_user 112 92460 140736596902848 Login successfully.
+2017-03-11 23:33:54,641 DEBUG db_general 91 92460 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-11 23:33:54,642 DEBUG db_general 102 92460 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-11 23:33:54,645 DEBUG db_general 91 92460 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-11 23:33:54,646 DEBUG db_general 102 92460 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-11 23:33:54,838 DEBUG api_virtual_function 59 92460 140736596902848 Virtual Function created successfully!
+2017-03-11 23:33:54,838 DEBUG api_gitlab 192 92460 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/46708ca3-e48e-4ceb-bb8b-88c61207e546
+2017-03-11 23:33:54,900 DEBUG api_user 110 92460 140736596902848 200 OK
+2017-03-11 23:33:54,900 DEBUG api_user 112 92460 140736596902848 Login successfully.
+2017-03-11 23:33:54,936 DEBUG api_gitlab 210 92460 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-11 23:33:54,936 DEBUG fe_user 26 92460 140736596902848 Verifying and Insert Login page elements:
+2017-03-11 23:33:54,936 DEBUG fe_user 27 92460 140736596902848 Insert Email
+2017-03-11 23:33:55,900 DEBUG fe_user 29 92460 140736596902848 Insert Password
+2017-03-11 23:33:56,561 DEBUG fe_user 31 92460 140736596902848 Click Login Button
+2017-03-11 23:33:56,666 DEBUG fe_user 33 92460 140736596902848 Login Button clicked
+2017-03-11 23:33:56,672 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-11 23:33:57,190 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:03,222 DEBUG fe_general 35 92460 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-11 23:34:03,899 DEBUG fe_user 26 92460 140736596902848 Verifying and Insert Login page elements:
+2017-03-11 23:34:03,899 DEBUG fe_user 27 92460 140736596902848 Insert Email
+2017-03-11 23:34:04,678 DEBUG fe_user 29 92460 140736596902848 Insert Password
+2017-03-11 23:34:05,324 DEBUG fe_user 31 92460 140736596902848 Click Login Button
+2017-03-11 23:34:05,410 DEBUG fe_user 33 92460 140736596902848 Login Button clicked
+2017-03-11 23:34:05,413 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-11 23:34:05,954 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:06,469 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:12,795 DEBUG fe_general 35 92460 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-11 23:34:13,605 DEBUG fe_user 26 92460 140736596902848 Verifying and Insert Login page elements:
+2017-03-11 23:34:13,606 DEBUG fe_user 27 92460 140736596902848 Insert Email
+2017-03-11 23:34:14,389 DEBUG fe_user 29 92460 140736596902848 Insert Password
+2017-03-11 23:34:15,042 DEBUG fe_user 31 92460 140736596902848 Click Login Button
+2017-03-11 23:34:15,127 DEBUG fe_user 33 92460 140736596902848 Login Button clicked
+2017-03-11 23:34:15,130 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-11 23:34:15,676 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:16,187 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:16,696 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:22,828 DEBUG fe_general 35 92460 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-11 23:34:23,437 DEBUG fe_user 26 92460 140736596902848 Verifying and Insert Login page elements:
+2017-03-11 23:34:23,438 DEBUG fe_user 27 92460 140736596902848 Insert Email
+2017-03-11 23:34:24,194 DEBUG fe_user 29 92460 140736596902848 Insert Password
+2017-03-11 23:34:24,819 DEBUG fe_user 31 92460 140736596902848 Click Login Button
+2017-03-11 23:34:24,902 DEBUG fe_user 33 92460 140736596902848 Login Button clicked
+2017-03-11 23:34:24,906 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-11 23:34:25,450 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:25,975 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:26,490 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:27,011 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:27,524 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:28,040 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:28,551 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:29,069 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:29,582 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:30,095 DEBUG wait 110 92460 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-11 23:34:36,255 DEBUG fe_general 35 92460 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-11 23:34:36,889 DEBUG logFuncEntry 34 92460 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-11 23:34:36,889 DEBUG logFuncEntry 34 92460 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-11 23:34:36,915 DEBUG test_ui_base 49 92460 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-03-16 09:57:36,510 DEBUG test_signal_base 28 74173 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-16 09:57:36,510 DEBUG test_signal_base 28 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 09:57:36,510 DEBUG logFuncEntry 34 74175 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 09:57:36,513 DEBUG test_ui_base 23 74175 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 09:57:36,514 DEBUG logFuncEntry 34 74174 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 09:57:36,514 DEBUG logFuncEntry 34 74173 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 09:57:36,514 DEBUG logFuncEntry 34 74173 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 09:57:36,514 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 09:57:36,521 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 09:57:36,522 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:36,522 DEBUG logFuncEntry 34 74172 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 09:57:36,529 DEBUG test_signal_base 39 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 09:57:36,530 DEBUG test_signal_base 28 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 09:57:36,531 DEBUG logFuncEntry 34 74174 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 09:57:36,531 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 09:57:36,535 DEBUG test_signal_base 39 74173 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-16 09:57:36,537 DEBUG logFuncEntry 34 74173 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 09:57:36,539 DEBUG test_ui_base 23 74173 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 09:57:36,542 DEBUG test_signal_base 39 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 09:57:36,543 DEBUG test_signal_base 28 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 09:57:36,543 DEBUG logFuncEntry 34 74174 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 09:57:36,543 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 09:57:36,562 DEBUG test_signal_base 39 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 09:57:36,562 DEBUG test_signal_base 28 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 09:57:36,562 DEBUG logFuncEntry 34 74174 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 09:57:36,563 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 09:57:36,575 DEBUG test_signal_base 39 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 09:57:36,575 DEBUG test_signal_base 28 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 09:57:36,575 DEBUG logFuncEntry 34 74174 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 09:57:36,576 DEBUG test_git_signal 51 74174 140736596902848 Local environment, skipping test...
+2017-03-16 09:57:36,576 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 09:57:36,589 DEBUG test_signal_base 39 74174 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 09:57:36,591 DEBUG logFuncEntry 34 74174 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 09:57:36,591 DEBUG test_ui_base 23 74174 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-16 09:57:36,799 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:36,800 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b6fc588a-05f4-4b0d-b653-7c3f5180512c/5fd0a4c3f0504aa59cdf11e0c09a3439
+2017-03-16 09:57:36,852 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:37,058 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:37,058 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:37,068 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:37,069 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:37,076 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:37,077 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:38,547 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:38,547 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/eaef0d66-6c63-479b-9498-518cb09b8a0c
+2017-03-16 09:57:38,667 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:38,668 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:38,729 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:38,730 DEBUG test_negative_requests 155 74172 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 09:57:38,863 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:38,863 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:38,864 DEBUG api_checklist 16 74172 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/eaef0d66-6c63-479b-9498-518cb09b8a0c
+2017-03-16 09:57:38,870 DEBUG db_general 116 74172 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 09:57:38,872 DEBUG db_general 128 74172 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 09:57:38,872 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/eaef0d66-6c63-479b-9498-518cb09b8a0c
+2017-03-16 09:57:39,017 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:39,018 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:39,085 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:39,239 DEBUG api_checklist 29 74172 140736596902848 DBChecklist was created successfully!
+2017-03-16 09:57:39,240 DEBUG test_negative_requests 159 74172 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 09:57:39,408 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:39,408 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:39,408 DEBUG test_negative_requests 165 74172 140736596902848 About to add audit log to checklist uuid 5ac069ab-5ef5-448f-92ff-ef015e543b90
+2017-03-16 09:57:39,409 DEBUG api_checklist 71 74172 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/5ac069ab-5ef5-448f-92ff-ef015e543b90/auditlog/
+2017-03-16 09:57:39,553 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b6fc588a-05f4-4b0d-b653-7c3f5180512c. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:39,555 DEBUG test_negative_requests 169 74172 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 09:57:39,828 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:39,829 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:39,829 DEBUG test_negative_requests 165 74172 140736596902848 About to add audit log to checklist uuid 5ac069ab-5ef5-448f-92ff-ef015e543b90
+2017-03-16 09:57:39,829 DEBUG api_checklist 71 74172 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/5ac069ab-5ef5-448f-92ff-ef015e543b90/auditlog/
+2017-03-16 09:57:39,862 DEBUG test_ui_base 33 74175 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 09:57:40,031 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:40,032 DEBUG test_negative_requests 169 74172 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 09:57:40,032 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 09:57:40,033 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 09:57:40,058 DEBUG test_ui_base 33 74174 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 09:57:40,078 DEBUG test_ui_base 33 74173 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 09:57:40,130 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:40,156 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 09:57:40,156 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:40,156 DEBUG logFuncEntry 34 74172 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 09:57:40,555 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:40,556 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f1b370aa-1971-4d6a-863f-3dc42995b001/acb5dbd1bbf444a7ba616bfd7b84188c
+2017-03-16 09:57:40,605 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:40,765 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:40,766 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:40,770 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:40,772 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:40,777 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:40,779 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:41,678 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:41,678 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5
+2017-03-16 09:57:41,814 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:41,814 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:41,898 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:41,898 DEBUG test_negative_requests 178 74172 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-16 09:57:42,033 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:42,033 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:42,034 DEBUG api_checklist 16 74172 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5
+2017-03-16 09:57:42,065 DEBUG db_general 116 74172 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 09:57:42,072 DEBUG db_general 128 74172 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 09:57:42,072 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5
+2017-03-16 09:57:42,263 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:42,263 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:42,385 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:42,589 DEBUG api_user 92 74175 140736596902848 Moving to next test case
+2017-03-16 09:57:42,589 DEBUG api_user 169 74175 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5554d800-c6fe-4867-ba1b-7bd9715f0e95/517b724e1cb24127adc4a541f1c45b27
+2017-03-16 09:57:42,591 DEBUG api_user 92 74173 140736596902848 Moving to next test case
+2017-03-16 09:57:42,591 DEBUG api_user 169 74173 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b8514327-d909-4670-8a7f-f5709a42e039/3b059eb8957b4d668211fb7e9cf52a01
+2017-03-16 09:57:42,639 DEBUG api_user 92 74174 140736596902848 Moving to next test case
+2017-03-16 09:57:42,639 DEBUG api_user 169 74174 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5364dc77-5174-47c7-872e-2242deecd155/780b67de6abf4b4b9fd458b08a2ae66d
+2017-03-16 09:57:42,642 DEBUG api_user 172 74175 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:42,642 DEBUG api_user 172 74173 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:42,696 DEBUG api_user 172 74174 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:42,779 DEBUG api_user 110 74175 140736596902848 200 OK
+2017-03-16 09:57:42,781 DEBUG api_user 112 74175 140736596902848 Login successfully.
+2017-03-16 09:57:42,784 DEBUG api_user 110 74173 140736596902848 200 OK
+2017-03-16 09:57:42,784 DEBUG api_user 112 74173 140736596902848 Login successfully.
+2017-03-16 09:57:42,791 DEBUG db_general 92 74173 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:42,791 DEBUG db_general 92 74175 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:42,793 DEBUG db_general 103 74173 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:42,793 DEBUG db_general 103 74175 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:42,799 DEBUG db_general 92 74175 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:42,799 DEBUG db_general 92 74173 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:42,800 DEBUG db_general 103 74175 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:42,801 DEBUG db_general 103 74173 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:42,818 DEBUG api_user 110 74174 140736596902848 200 OK
+2017-03-16 09:57:42,819 DEBUG api_user 112 74174 140736596902848 Login successfully.
+2017-03-16 09:57:42,824 DEBUG db_general 92 74174 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:42,828 DEBUG db_general 103 74174 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:42,833 DEBUG db_general 92 74174 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:42,835 DEBUG db_general 103 74174 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:43,018 DEBUG api_checklist 29 74172 140736596902848 DBChecklist was created successfully!
+2017-03-16 09:57:43,018 DEBUG test_negative_requests 182 74172 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-16 09:57:43,122 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:43,122 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:43,122 DEBUG test_negative_requests 188 74172 140736596902848 About to add next step to checklist uuid 0579f1e0-95c1-4a29-bbc6-22a3e0231024
+2017-03-16 09:57:43,122 DEBUG api_checklist 92 74172 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/0579f1e0-95c1-4a29-bbc6-22a3e0231024/eng/6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5/nextstep/
+2017-03-16 09:57:43,179 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f1b370aa-1971-4d6a-863f-3dc42995b001. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,180 DEBUG test_negative_requests 192 74172 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 09:57:43,277 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:43,277 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:43,277 DEBUG test_negative_requests 188 74172 140736596902848 About to add next step to checklist uuid 0579f1e0-95c1-4a29-bbc6-22a3e0231024
+2017-03-16 09:57:43,277 DEBUG api_checklist 92 74172 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/0579f1e0-95c1-4a29-bbc6-22a3e0231024/eng/6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5/nextstep/
+2017-03-16 09:57:43,370 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,370 DEBUG test_negative_requests 192 74172 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 09:57:43,472 DEBUG api_virtual_function 59 74173 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:43,472 DEBUG api_gitlab 195 74173 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/034ae3bc-a4f2-4ebc-89cf-d1f6bdfdc954
+2017-03-16 09:57:43,481 DEBUG api_virtual_function 59 74175 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:43,481 DEBUG api_gitlab 195 74175 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/db311562-5fc9-4c6d-beaf-f9ad6bb51dce
+2017-03-16 09:57:43,481 DEBUG api_virtual_function 59 74174 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:43,482 DEBUG api_gitlab 195 74174 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/726ed60d-2c79-420c-a757-7ba453c8b682
+2017-03-16 09:57:43,502 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:43,502 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:43,503 DEBUG test_negative_requests 188 74172 140736596902848 About to add next step to checklist uuid 0579f1e0-95c1-4a29-bbc6-22a3e0231024
+2017-03-16 09:57:43,503 DEBUG api_checklist 92 74172 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/0579f1e0-95c1-4a29-bbc6-22a3e0231024/eng/6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5/nextstep/
+2017-03-16 09:57:43,554 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,555 DEBUG test_negative_requests 192 74172 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 09:57:43,555 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 09:57:43,555 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 09:57:43,567 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:43,569 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 09:57:43,569 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:43,570 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 09:57:43,570 DEBUG test_negative_requests 41 74172 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 09:57:43,619 DEBUG api_user 110 74173 140736596902848 200 OK
+2017-03-16 09:57:43,619 DEBUG api_user 112 74173 140736596902848 Login successfully.
+2017-03-16 09:57:43,620 DEBUG api_user 110 74174 140736596902848 200 OK
+2017-03-16 09:57:43,620 DEBUG api_user 112 74174 140736596902848 Login successfully.
+2017-03-16 09:57:43,620 DEBUG api_user 110 74175 140736596902848 200 OK
+2017-03-16 09:57:43,620 DEBUG api_user 112 74175 140736596902848 Login successfully.
+2017-03-16 09:57:43,714 DEBUG api_gitlab 213 74173 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:43,714 DEBUG api_gitlab 213 74175 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:43,714 DEBUG api_gitlab 213 74174 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:43,714 DEBUG fe_user 26 74173 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 09:57:43,714 DEBUG fe_user 26 74175 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 09:57:43,714 DEBUG fe_user 27 74173 140736596902848 Insert Email
+2017-03-16 09:57:43,715 DEBUG fe_user 26 74174 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 09:57:43,715 DEBUG fe_user 27 74175 140736596902848 Insert Email
+2017-03-16 09:57:43,715 DEBUG fe_user 27 74174 140736596902848 Insert Email
+2017-03-16 09:57:43,761 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:43,761 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2bdfbc74-6212-4707-ac65-0b3c0bea97b3/da6aaa474ad94c2183244dfa213ec3b6
+2017-03-16 09:57:43,845 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:44,012 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:44,012 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:44,028 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:44,030 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:44,034 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:44,036 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:44,375 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:44,376 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ad069058-0d93-4fbf-b677-533768d7616e
+2017-03-16 09:57:44,447 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:44,448 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:44,486 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:44,559 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:44,559 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/585dea70-fadd-4721-a70a-ea24eb4220f7/29b223deeaa8461584d1de24c7addf50
+2017-03-16 09:57:44,597 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:44,698 DEBUG fe_user 29 74173 140736596902848 Insert Password
+2017-03-16 09:57:44,699 DEBUG fe_user 29 74175 140736596902848 Insert Password
+2017-03-16 09:57:44,740 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:44,741 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:44,747 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:44,749 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:44,754 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:44,760 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:44,790 DEBUG fe_user 29 74174 140736596902848 Insert Password
+2017-03-16 09:57:45,123 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:45,123 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ab7777c2-d53d-4dbd-bbdb-d73e8a7efd90
+2017-03-16 09:57:45,193 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:45,194 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:45,232 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:45,233 DEBUG test_negative_requests 46 74172 140736596902848 About to invite contact to the engagement of user STqyAXU
+2017-03-16 09:57:45,233 DEBUG api_virtual_function 102 74172 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 09:57:45,268 DEBUG test_negative_requests 50 74172 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 09:57:45,268 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 09:57:45,268 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 09:57:45,274 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:45,275 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 09:57:45,275 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:45,275 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 09:57:45,276 DEBUG test_negative_requests 56 74172 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 09:57:45,353 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:45,353 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b9d6663e-d40a-49fc-8c7f-69f5a4838706/bf092047f50d474e8db7d418cd8c72fa
+2017-03-16 09:57:45,390 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:45,410 DEBUG fe_user 31 74173 140736596902848 Click Login Button
+2017-03-16 09:57:45,411 DEBUG fe_user 31 74175 140736596902848 Click Login Button
+2017-03-16 09:57:45,549 DEBUG fe_user 31 74174 140736596902848 Click Login Button
+2017-03-16 09:57:45,608 DEBUG fe_user 33 74173 140736596902848 Login Button clicked
+2017-03-16 09:57:45,609 DEBUG fe_user 33 74175 140736596902848 Login Button clicked
+2017-03-16 09:57:45,620 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 09:57:45,624 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 09:57:45,652 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:45,652 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:45,659 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:45,661 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:45,666 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:45,669 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:45,779 DEBUG fe_user 33 74174 140736596902848 Login Button clicked
+2017-03-16 09:57:45,789 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 09:57:46,652 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:46,754 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:46,992 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:47,380 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:47,532 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:47,838 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:47,935 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:48,110 DEBUG db_general 116 74174 140736596902848 Query : select engagement_id from ice_vf Where name = 'STzJYsr';
+2017-03-16 09:57:48,118 DEBUG db_general 128 74174 140736596902848 Query result: 726ed60d-2c79-420c-a757-7ba453c8b682
+2017-03-16 09:57:48,141 DEBUG db_general 116 74174 140736596902848 Query : select engagement_id from ice_vf Where name = 'STzJYsr';
+2017-03-16 09:57:48,149 DEBUG db_general 128 74174 140736596902848 Query result: 726ed60d-2c79-420c-a757-7ba453c8b682
+2017-03-16 09:57:48,203 DEBUG db_general 116 74174 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '726ed60d-2c79-420c-a757-7ba453c8b682';
+2017-03-16 09:57:48,209 DEBUG db_general 128 74174 140736596902848 Query result: 2017-5668
+2017-03-16 09:57:48,226 DEBUG db_general 116 74174 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5668';
+2017-03-16 09:57:48,232 DEBUG db_general 128 74174 140736596902848 Query result: 625
+2017-03-16 09:57:48,249 DEBUG db_general 116 74174 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '726ed60d-2c79-420c-a757-7ba453c8b682';
+2017-03-16 09:57:48,253 DEBUG db_general 128 74174 140736596902848 Query result: 2017-5668
+2017-03-16 09:57:48,262 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:48,402 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:48,455 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:48,473 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:48,474 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/baf5a964-a332-4124-9d1e-7e87e92cc8e0
+2017-03-16 09:57:48,620 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:48,620 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:48,705 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:48,854 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:48,854 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:48,855 DEBUG test_negative_requests 63 74172 140736596902848 About to add a next step to VF ST0MRd4 using STExu6J@intl.att.com token.
+2017-03-16 09:57:48,855 DEBUG api_virtual_function 18 74172 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/baf5a964-a332-4124-9d1e-7e87e92cc8e0/nextsteps
+2017-03-16 09:57:48,920 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:48,926 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9d6663e-d40a-49fc-8c7f-69f5a4838706. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:48,927 DEBUG test_negative_requests 67 74172 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 09:57:48,971 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:49,102 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:49,103 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:49,103 DEBUG test_negative_requests 63 74172 140736596902848 About to add a next step to VF ST0MRd4 using hs0007@att.com token.
+2017-03-16 09:57:49,103 DEBUG api_virtual_function 18 74172 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/baf5a964-a332-4124-9d1e-7e87e92cc8e0/nextsteps
+2017-03-16 09:57:49,234 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,235 DEBUG test_negative_requests 67 74172 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 09:57:49,397 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:49,397 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:49,397 DEBUG test_negative_requests 63 74172 140736596902848 About to add a next step to VF ST0MRd4 using admin_ro@att.com token.
+2017-03-16 09:57:49,397 DEBUG api_virtual_function 18 74172 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/baf5a964-a332-4124-9d1e-7e87e92cc8e0/nextsteps
+2017-03-16 09:57:49,441 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:49,496 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:49,504 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,505 DEBUG test_negative_requests 67 74172 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 09:57:49,505 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 09:57:49,505 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 09:57:49,531 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:49,536 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 09:57:49,536 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:49,536 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 09:57:49,536 DEBUG test_negative_requests 198 74172 140736596902848 Local environment, skipping test...
+2017-03-16 09:57:49,537 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 09:57:49,537 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 09:57:49,553 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:49,555 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 09:57:49,555 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:49,555 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 09:57:49,802 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:49,802 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e4a2b425-36f9-4cdc-8f78-34dc3343c212/7ef556f5ebc343b3b8f4b09b689f6e1f
+2017-03-16 09:57:49,811 DEBUG db_general 116 74174 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '726ed60d-2c79-420c-a757-7ba453c8b682';
+2017-03-16 09:57:49,816 DEBUG db_general 128 74174 140736596902848 Query result: ["('124b3550-34fd-437c-b990-982dfe7e5222", "('f5baeff0-4241-4988-8c15-80985bed0e30", "('dab53935-07b1-4ff5-b7ea-3dab1a7f76ef", "('453a1c14-0bc6-4b54-9ba6-933f92e42274"]
+2017-03-16 09:57:49,820 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 09:57:49,824 DEBUG logFuncEntry 34 74174 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 09:57:49,825 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 09:57:49,834 DEBUG logFuncEntry 34 74174 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 09:57:49,834 DEBUG test_ui_base 23 74174 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 09:57:49,888 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:49,964 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:50,016 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:50,065 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:50,065 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:50,071 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:50,075 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:50,084 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:50,086 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:50,482 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:50,533 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:51,006 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:51,058 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:51,299 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:51,299 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:51,458 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:51,458 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:51,523 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:51,556 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:51,557 DEBUG test_negative_requests 93 74172 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 09:57:51,579 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:51,739 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:51,740 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:51,740 DEBUG test_negative_requests 99 74172 140736596902848 About to create checklist for VF ST5fjY0
+2017-03-16 09:57:51,740 DEBUG api_checklist 16 74172 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:51,748 DEBUG db_general 116 74172 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 09:57:51,752 DEBUG db_general 128 74172 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 09:57:51,753 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:51,891 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:51,891 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:51,971 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:52,038 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:52,045 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e4a2b425-36f9-4cdc-8f78-34dc3343c212. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,045 DEBUG test_negative_requests 103 74172 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 09:57:52,096 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:52,235 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:52,235 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:52,235 DEBUG test_negative_requests 99 74172 140736596902848 About to create checklist for VF ST5fjY0
+2017-03-16 09:57:52,236 DEBUG api_checklist 16 74172 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:52,241 DEBUG db_general 116 74172 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 09:57:52,244 DEBUG db_general 128 74172 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 09:57:52,244 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:52,372 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:52,373 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:52,485 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:52,557 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:52,606 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,606 DEBUG test_negative_requests 103 74172 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 09:57:52,614 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:52,766 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:52,766 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:52,767 DEBUG test_negative_requests 99 74172 140736596902848 About to create checklist for VF ST5fjY0
+2017-03-16 09:57:52,767 DEBUG api_checklist 16 74172 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:52,771 DEBUG db_general 116 74172 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 09:57:52,773 DEBUG db_general 128 74172 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 09:57:52,773 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8e7f733d-ac68-440d-852f-d7023f8d03b5
+2017-03-16 09:57:52,873 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:52,873 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:52,941 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:52,984 DEBUG test_ui_base 33 74174 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 09:57:52,994 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,995 DEBUG test_negative_requests 103 74172 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 09:57:52,995 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 09:57:52,995 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 09:57:53,008 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:53,010 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 09:57:53,010 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:53,010 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 09:57:53,010 DEBUG test_negative_requests 72 74172 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 09:57:53,074 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:53,138 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:53,206 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:53,206 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/82a20480-b95e-4610-a8f8-33f8946435a3/37ffe47a86d74c829703afede7c693c3
+2017-03-16 09:57:53,343 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:53,469 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:53,470 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:53,476 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:53,479 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:53,484 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:53,486 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:53,597 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:53,655 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:54,113 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:54,174 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:54,283 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:54,283 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ca4ea277-b92f-492d-8381-3f40831ca3a9
+2017-03-16 09:57:54,430 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:54,433 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:54,533 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:54,603 DEBUG api_user 92 74174 140736596902848 Moving to next test case
+2017-03-16 09:57:54,603 DEBUG api_user 169 74174 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/096f5de1-8161-44b2-bfcc-43143308fabd/02d1919d6a2d448db2ef0af090019d84
+2017-03-16 09:57:54,629 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:54,680 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:54,680 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:54,680 DEBUG api_virtual_function 18 74172 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/ca4ea277-b92f-492d-8381-3f40831ca3a9/nextsteps
+2017-03-16 09:57:54,689 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:54,698 DEBUG api_user 172 74174 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:54,822 DEBUG api_user 110 74174 140736596902848 200 OK
+2017-03-16 09:57:54,823 DEBUG api_user 112 74174 140736596902848 Login successfully.
+2017-03-16 09:57:54,828 DEBUG db_general 92 74174 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:54,829 DEBUG db_general 103 74174 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:54,834 DEBUG db_general 92 74174 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:54,835 DEBUG db_general 103 74174 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:54,940 DEBUG api_virtual_function 32 74172 140736596902848 Next step was added to the engagement!
+2017-03-16 09:57:55,060 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:55,060 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:55,061 DEBUG test_negative_requests 82 74172 140736596902848 About to edit a next step (ns uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd) using STjd87t@intl.att.com token.
+2017-03-16 09:57:55,061 DEBUG api_virtual_function 133 74172 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd/engagement/ca4ea277-b92f-492d-8381-3f40831ca3a9/modify/
+2017-03-16 09:57:55,127 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,128 DEBUG test_negative_requests 86 74172 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 09:57:55,145 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:55,205 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:55,247 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:55,247 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:55,247 DEBUG test_negative_requests 82 74172 140736596902848 About to edit a next step (ns uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd) using STTX0Pj@intl.att.com token.
+2017-03-16 09:57:55,248 DEBUG api_virtual_function 133 74172 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd/engagement/ca4ea277-b92f-492d-8381-3f40831ca3a9/modify/
+2017-03-16 09:57:55,328 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,329 DEBUG test_negative_requests 86 74172 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 09:57:55,468 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:55,468 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:55,468 DEBUG test_negative_requests 82 74172 140736596902848 About to edit a next step (ns uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd) using admin_ro@att.com token.
+2017-03-16 09:57:55,468 DEBUG api_virtual_function 133 74172 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd/engagement/ca4ea277-b92f-492d-8381-3f40831ca3a9/modify/
+2017-03-16 09:57:55,498 DEBUG api_virtual_function 59 74174 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:55,498 DEBUG api_gitlab 195 74174 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2777deec-8af4-407a-831b-2552d0222093
+2017-03-16 09:57:55,549 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,549 DEBUG test_negative_requests 86 74172 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 09:57:55,549 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 09:57:55,549 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 09:57:55,557 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:55,558 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 09:57:55,559 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:55,559 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 09:57:55,559 DEBUG test_negative_requests 26 74172 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 09:57:55,638 DEBUG api_user 110 74174 140736596902848 200 OK
+2017-03-16 09:57:55,639 DEBUG api_user 112 74174 140736596902848 Login successfully.
+2017-03-16 09:57:55,660 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:55,719 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:55,729 DEBUG api_gitlab 213 74174 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:55,730 DEBUG fe_user 26 74174 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 09:57:55,730 DEBUG fe_user 27 74174 140736596902848 Insert Email
+2017-03-16 09:57:55,754 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:55,755 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/39d51f43-d320-4068-aac9-563a7d26a42d/2720c4694e4c4a67996827b891c8cf3a
+2017-03-16 09:57:55,840 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:55,984 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:55,984 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:55,990 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:55,991 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:56,000 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:56,003 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:56,176 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:56,234 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:56,594 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:56,595 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/453eeb22-6a99-4e5d-b0fd-2972e7b0099e
+2017-03-16 09:57:56,687 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:56,687 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:56,690 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:56,733 DEBUG fe_user 29 74174 140736596902848 Insert Password
+2017-03-16 09:57:56,749 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:56,793 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:56,975 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:56,975 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/67f9df08-c11d-45f7-be63-e1fae1afcad2/9f08d9deb4a5460ebaf50a8bc88a4044
+2017-03-16 09:57:57,030 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:57,135 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:57,135 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:57,139 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:57,141 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:57,146 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:57,148 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:57,202 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:57,264 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:57,487 DEBUG fe_user 31 74174 140736596902848 Click Login Button
+2017-03-16 09:57:57,654 DEBUG fe_user 33 74174 140736596902848 Login Button clicked
+2017-03-16 09:57:57,661 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 09:57:57,717 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:57,778 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,073 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:58,074 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1775a01c-d1c4-4115-96d4-53b6ed524314
+2017-03-16 09:57:58,236 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,277 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:58,277 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:58,279 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,291 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,419 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:58,419 DEBUG test_negative_requests 31 74172 140736596902848 About to invite team member to the engagement of user STDgdMk
+2017-03-16 09:57:58,419 DEBUG api_virtual_function 73 74172 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 09:57:58,497 ERROR api_virtual_function 95 74172 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 09:57:58,498 DEBUG test_negative_requests 35 74172 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 09:57:58,498 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 09:57:58,498 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 09:57:58,505 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:57:58,507 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 09:57:58,507 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:57:58,507 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 09:57:58,647 DEBUG api_user 92 74172 140736596902848 Moving to next test case
+2017-03-16 09:57:58,647 DEBUG api_user 169 74172 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0a685918-8d04-482e-8124-b276d6a5ef41/03b57d210bfb4b47b67d1f851e431908
+2017-03-16 09:57:58,697 DEBUG api_user 172 74172 140736596902848 APIUser activated successfully!
+2017-03-16 09:57:58,756 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,793 DEBUG wait 110 74174 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,806 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:58,839 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:58,839 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:58,844 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 09:57:58,846 DEBUG db_general 103 74172 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 09:57:58,852 DEBUG db_general 92 74172 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 09:57:58,854 DEBUG db_general 103 74172 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 09:57:59,291 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:59,320 DEBUG db_general 116 74174 140736596902848 Query : select uuid from ice_vf Where name = 'STdO2GB';
+2017-03-16 09:57:59,323 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:59,326 DEBUG db_general 128 74174 140736596902848 Query result: 32b85a0f-1915-4281-b8c4-bfb69e17ea8d
+2017-03-16 09:57:59,331 DEBUG db_general 116 74174 140736596902848 Query : select engagement_id from ice_vf Where name = 'STdO2GB';
+2017-03-16 09:57:59,334 DEBUG db_general 128 74174 140736596902848 Query result: 2777deec-8af4-407a-831b-2552d0222093
+2017-03-16 09:57:59,339 DEBUG db_general 116 74174 140736596902848 Query : select engagement_id from ice_vf Where name = 'STdO2GB';
+2017-03-16 09:57:59,342 DEBUG db_general 128 74174 140736596902848 Query result: 2777deec-8af4-407a-831b-2552d0222093
+2017-03-16 09:57:59,346 DEBUG db_general 116 74174 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '2777deec-8af4-407a-831b-2552d0222093';
+2017-03-16 09:57:59,349 DEBUG db_general 128 74174 140736596902848 Query result: 2017-5676
+2017-03-16 09:57:59,353 DEBUG db_general 116 74174 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5676';
+2017-03-16 09:57:59,356 DEBUG db_general 128 74174 140736596902848 Query result: 588
+2017-03-16 09:57:59,359 DEBUG api_virtual_function 59 74172 140736596902848 Virtual Function created successfully!
+2017-03-16 09:57:59,360 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/63ea713e-1418-4de1-8539-49e79ba70b10
+2017-03-16 09:57:59,364 DEBUG fe_checklist 50 74174 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-16 09:57:59,368 DEBUG db_general 116 74174 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '2777deec-8af4-407a-831b-2552d0222093';
+2017-03-16 09:57:59,372 DEBUG db_general 128 74174 140736596902848 Query result: 2017-5676
+2017-03-16 09:57:59,542 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:59,542 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:59,656 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:57:59,657 DEBUG test_negative_requests 137 74172 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-16 09:57:59,782 DEBUG db_general 116 74174 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '2777deec-8af4-407a-831b-2552d0222093';
+2017-03-16 09:57:59,786 DEBUG db_general 128 74174 140736596902848 Query result: ["('510ae80d-9d2b-4af5-818d-a9fb5b4d179e", "('808e14a3-b266-410a-8aa9-cc414f4023e2", "('7dbff839-611a-453c-8078-3a50173dc8a8", "('ef37b016-0d3e-49d0-ba43-cfccecab0e83"]
+2017-03-16 09:57:59,791 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 09:57:59,794 DEBUG logFuncEntry 34 74174 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 09:57:59,794 DEBUG logFuncEntry 34 74174 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 09:57:59,801 DEBUG logFuncEntry 34 74174 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 09:57:59,801 DEBUG test_ui_base 23 74174 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-16 09:57:59,807 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:57:59,815 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:57:59,816 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:57:59,816 DEBUG api_checklist 16 74172 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/63ea713e-1418-4de1-8539-49e79ba70b10
+2017-03-16 09:57:59,823 DEBUG db_general 116 74172 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 09:57:59,826 DEBUG db_general 128 74172 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 09:57:59,826 DEBUG api_gitlab 195 74172 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/63ea713e-1418-4de1-8539-49e79ba70b10
+2017-03-16 09:57:59,842 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:00,060 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:58:00,061 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:58:00,231 DEBUG api_gitlab 213 74172 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 09:58:00,332 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:00,372 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:00,852 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:00,894 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:01,368 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:01,418 DEBUG wait 110 74173 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:01,635 DEBUG api_checklist 29 74172 140736596902848 DBChecklist was created successfully!
+2017-03-16 09:58:01,636 DEBUG test_negative_requests 141 74172 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-16 09:58:01,636 DEBUG test_negative_requests 145 74172 140736596902848 About to change checklist state for VF STAQUOH
+2017-03-16 09:58:01,775 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:58:01,775 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:58:01,866 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:01,867 DEBUG test_negative_requests 149 74172 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 09:58:01,868 DEBUG test_negative_requests 145 74172 140736596902848 About to change checklist state for VF STAQUOH
+2017-03-16 09:58:01,893 DEBUG wait 110 74175 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 09:58:01,928 ERROR fe_user 41 74173 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:01,930 ERROR exception_decor 21 74173 140736596902848 There was an exception in test_admin_page
+2017-03-16 09:58:01,933 DEBUG logFuncEntry 34 74173 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 09:58:01,934 DEBUG logFuncEntry 34 74173 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 09:58:01,944 DEBUG logFuncEntry 34 74173 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 09:58:01,944 DEBUG test_ui_base 23 74173 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 09:58:02,039 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:58:02,039 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:58:02,262 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:02,263 DEBUG test_negative_requests 149 74172 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 09:58:02,263 DEBUG test_negative_requests 145 74172 140736596902848 About to change checklist state for VF STAQUOH
+2017-03-16 09:58:02,406 ERROR fe_user 41 74175 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:02,407 ERROR exception_decor 21 74175 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 09:58:02,410 DEBUG logFuncEntry 34 74175 140736596902848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 09:58:02,410 DEBUG logFuncEntry 34 74175 140736596902848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 09:58:02,459 DEBUG logFuncEntry 34 74175 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 09:58:02,460 DEBUG test_ui_base 23 74175 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-03-16 09:58:03,007 DEBUG api_user 110 74172 140736596902848 200 OK
+2017-03-16 09:58:03,008 DEBUG api_user 112 74172 140736596902848 Login successfully.
+2017-03-16 09:58:03,144 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:03,144 DEBUG test_negative_requests 149 74172 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 09:58:03,145 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 09:58:03,145 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 09:58:03,289 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:58:03,305 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 09:58:03,305 DEBUG testApiBase 21 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 09:58:03,305 DEBUG logFuncEntry 34 74172 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 09:58:03,306 DEBUG logFuncEntry 34 74172 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 09:58:03,306 DEBUG logFuncEntry 34 74172 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 09:58:03,400 DEBUG testApiBase 32 74172 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 09:58:03,405 DEBUG logFuncEntry 34 74172 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-03-16 09:58:03,405 DEBUG test_ui_base 23 74172 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-03-16 09:58:03,589 DEBUG test_ui_base 33 74174 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 09:58:06,368 DEBUG test_ui_base 33 74173 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:15,132 DEBUG test_signal_base 28 74624 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-16 10:00:15,132 DEBUG test_signal_base 28 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:00:15,133 DEBUG logFuncEntry 34 74624 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:00:15,132 DEBUG logFuncEntry 34 74626 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:00:15,134 DEBUG test_checklist_signal 25 74624 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:15,134 DEBUG test_ui_base 23 74626 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 10:00:15,134 DEBUG logFuncEntry 34 74625 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:00:15,135 DEBUG logFuncEntry 34 74624 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:00:15,135 DEBUG test_git_signal 124 74625 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:15,135 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:00:15,143 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:00:15,143 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:15,143 DEBUG logFuncEntry 34 74623 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:00:15,149 DEBUG test_signal_base 39 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:00:15,149 DEBUG test_signal_base 28 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:00:15,150 DEBUG logFuncEntry 34 74625 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:00:15,150 DEBUG test_git_signal 24 74625 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:15,150 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:00:15,155 DEBUG test_signal_base 39 74624 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-16 10:00:15,156 DEBUG logFuncEntry 34 74624 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:00:15,156 DEBUG test_ui_base 23 74624 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 10:00:15,163 DEBUG test_signal_base 39 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:00:15,164 DEBUG test_signal_base 28 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:00:15,164 DEBUG logFuncEntry 34 74625 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:00:15,164 DEBUG test_git_signal 95 74625 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:15,164 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:00:15,176 DEBUG test_signal_base 39 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:00:15,177 DEBUG test_signal_base 28 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:00:15,177 DEBUG logFuncEntry 34 74625 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:00:15,178 DEBUG test_git_signal 73 74625 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:15,178 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:00:15,190 DEBUG test_signal_base 39 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:00:15,191 DEBUG test_signal_base 28 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:00:15,191 DEBUG logFuncEntry 34 74625 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:00:15,191 DEBUG test_git_signal 51 74625 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:15,192 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:00:15,208 DEBUG test_signal_base 39 74625 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:00:15,209 DEBUG logFuncEntry 34 74625 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 10:00:15,210 DEBUG test_ui_base 23 74625 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-16 10:00:15,293 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:15,293 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/89c0ed03-6aef-4d64-b86b-0a0fd1778938/d86fc57294004efd99c21690e3c18f46
+2017-03-16 10:00:15,339 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:15,463 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:15,463 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:15,469 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:15,471 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:15,481 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:15,483 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:16,452 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:16,452 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427
+2017-03-16 10:00:16,596 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:16,596 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:16,664 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:16,664 DEBUG test_negative_requests 155 74623 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 10:00:16,783 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:16,783 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:16,783 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427
+2017-03-16 10:00:16,789 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:16,792 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:16,792 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427
+2017-03-16 10:00:16,911 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:16,911 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:16,972 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:17,088 DEBUG api_checklist 29 74623 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:00:17,088 DEBUG test_negative_requests 159 74623 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 10:00:17,194 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:17,195 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:17,195 DEBUG test_negative_requests 165 74623 140736596902848 About to add audit log to checklist uuid f83096a3-408c-4987-84d1-b9e707092f05
+2017-03-16 10:00:17,195 DEBUG api_checklist 71 74623 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/f83096a3-408c-4987-84d1-b9e707092f05/auditlog/
+2017-03-16 10:00:17,239 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89c0ed03-6aef-4d64-b86b-0a0fd1778938. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:17,240 DEBUG test_negative_requests 169 74623 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:00:17,344 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:17,345 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:17,345 DEBUG test_negative_requests 165 74623 140736596902848 About to add audit log to checklist uuid f83096a3-408c-4987-84d1-b9e707092f05
+2017-03-16 10:00:17,345 DEBUG api_checklist 71 74623 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/f83096a3-408c-4987-84d1-b9e707092f05/auditlog/
+2017-03-16 10:00:17,390 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:17,391 DEBUG test_negative_requests 169 74623 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:00:17,392 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:00:17,392 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:00:17,400 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:17,403 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:00:17,404 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:17,404 DEBUG logFuncEntry 34 74623 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:00:17,511 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:17,512 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/193961e3-3411-4b0e-9e9d-ca89dae08a8b/a4f0bc8ae3784186b162ffb5de329af1
+2017-03-16 10:00:17,560 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:17,664 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:17,665 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:17,669 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:17,671 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:17,679 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:17,682 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:18,154 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:18,155 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e8e7c3b3-2626-45c4-937e-5ee6507eb583
+2017-03-16 10:00:18,264 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:18,264 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:18,283 DEBUG test_ui_base 33 74626 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:18,307 DEBUG test_ui_base 33 74624 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:18,340 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:18,341 DEBUG test_negative_requests 178 74623 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-16 10:00:18,384 DEBUG test_ui_base 33 74625 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:18,529 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:18,529 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:18,529 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/e8e7c3b3-2626-45c4-937e-5ee6507eb583
+2017-03-16 10:00:18,535 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:18,540 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:18,540 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e8e7c3b3-2626-45c4-937e-5ee6507eb583
+2017-03-16 10:00:18,688 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:18,689 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:18,750 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:19,047 DEBUG api_checklist 29 74623 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:00:19,048 DEBUG test_negative_requests 182 74623 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:00:19,150 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:19,151 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:19,151 DEBUG test_negative_requests 188 74623 140736596902848 About to add next step to checklist uuid 51c6aa73-834a-49ad-913e-f196825baeaf
+2017-03-16 10:00:19,151 DEBUG api_checklist 92 74623 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/51c6aa73-834a-49ad-913e-f196825baeaf/eng/e8e7c3b3-2626-45c4-937e-5ee6507eb583/nextstep/
+2017-03-16 10:00:19,214 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 193961e3-3411-4b0e-9e9d-ca89dae08a8b. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,215 DEBUG test_negative_requests 192 74623 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:00:19,397 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:19,397 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:19,397 DEBUG test_negative_requests 188 74623 140736596902848 About to add next step to checklist uuid 51c6aa73-834a-49ad-913e-f196825baeaf
+2017-03-16 10:00:19,398 DEBUG api_checklist 92 74623 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/51c6aa73-834a-49ad-913e-f196825baeaf/eng/e8e7c3b3-2626-45c4-937e-5ee6507eb583/nextstep/
+2017-03-16 10:00:19,463 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,464 DEBUG test_negative_requests 192 74623 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:00:19,645 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:19,646 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:19,646 DEBUG test_negative_requests 188 74623 140736596902848 About to add next step to checklist uuid 51c6aa73-834a-49ad-913e-f196825baeaf
+2017-03-16 10:00:19,647 DEBUG api_checklist 92 74623 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/51c6aa73-834a-49ad-913e-f196825baeaf/eng/e8e7c3b3-2626-45c4-937e-5ee6507eb583/nextstep/
+2017-03-16 10:00:19,719 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,720 DEBUG test_negative_requests 192 74623 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:00:19,720 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:00:19,721 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:00:19,732 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:19,735 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:00:19,735 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:19,735 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:00:19,735 DEBUG test_negative_requests 41 74623 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 10:00:19,967 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:19,967 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0848ed6b-a920-4f96-8a10-05df433622d2/7122e848c04241fe8692a9bc7256ee03
+2017-03-16 10:00:20,166 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:20,338 DEBUG api_user 92 74625 140736596902848 Moving to next test case
+2017-03-16 10:00:20,338 DEBUG api_user 169 74625 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0009fe8d-47a8-40d9-b437-bce6333d5391/5cc05023ee94423ea1049ab5407a68f7
+2017-03-16 10:00:20,338 DEBUG api_user 92 74624 140736596902848 Moving to next test case
+2017-03-16 10:00:20,339 DEBUG api_user 169 74624 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4d99633d-6d84-49a0-9a1f-985630083fbb/098eca1c140043849eba944f2c76fd30
+2017-03-16 10:00:20,394 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:20,395 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:20,405 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:20,407 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:20,411 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:20,413 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:20,441 DEBUG api_user 172 74625 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:20,453 DEBUG api_user 172 74624 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:20,551 DEBUG api_user 92 74626 140736596902848 Moving to next test case
+2017-03-16 10:00:20,551 DEBUG api_user 169 74626 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2f6cc1dd-f8bd-4a43-bf18-ebfa031187a1/e68aca22654b4337b419136f66c4e838
+2017-03-16 10:00:20,597 DEBUG api_user 110 74624 140736596902848 200 OK
+2017-03-16 10:00:20,598 DEBUG api_user 112 74624 140736596902848 Login successfully.
+2017-03-16 10:00:20,599 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:20,599 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:20,604 DEBUG api_user 172 74626 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:20,611 DEBUG db_general 92 74624 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:20,612 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:20,614 DEBUG db_general 103 74624 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:20,615 DEBUG db_general 103 74625 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:20,620 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:20,620 DEBUG db_general 92 74624 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:20,622 DEBUG db_general 103 74625 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:20,622 DEBUG db_general 103 74624 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:20,733 DEBUG api_user 110 74626 140736596902848 200 OK
+2017-03-16 10:00:20,733 DEBUG api_user 112 74626 140736596902848 Login successfully.
+2017-03-16 10:00:20,739 DEBUG db_general 92 74626 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:20,741 DEBUG db_general 103 74626 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:20,745 DEBUG db_general 92 74626 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:20,746 DEBUG db_general 103 74626 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:21,065 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:21,066 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/55766af3-1e69-45c5-9075-9f62be3fadc8
+2017-03-16 10:00:21,199 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:21,199 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:21,222 DEBUG api_virtual_function 59 74624 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:21,223 DEBUG api_gitlab 195 74624 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d1328325-24e6-406d-88c5-4d82fc42f2a3
+2017-03-16 10:00:21,242 DEBUG api_virtual_function 59 74625 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:21,242 DEBUG api_gitlab 195 74625 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b5f9a492-d7da-4d5f-a4ff-3e3dbc658832
+2017-03-16 10:00:21,391 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:21,416 DEBUG api_user 110 74624 140736596902848 200 OK
+2017-03-16 10:00:21,416 DEBUG api_user 112 74624 140736596902848 Login successfully.
+2017-03-16 10:00:21,456 DEBUG api_virtual_function 59 74626 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:21,456 DEBUG api_gitlab 195 74626 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ea5a6eb9-7da5-4369-a24b-8fd0803ee941
+2017-03-16 10:00:21,468 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:21,468 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:21,485 DEBUG api_gitlab 213 74624 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:21,485 DEBUG fe_user 26 74624 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:21,486 DEBUG fe_user 27 74624 140736596902848 Insert Email
+2017-03-16 10:00:21,531 DEBUG api_gitlab 213 74625 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:21,532 DEBUG fe_user 26 74625 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:21,532 DEBUG fe_user 27 74625 140736596902848 Insert Email
+2017-03-16 10:00:21,537 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:21,537 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ac4ad17a-a857-481e-ae7d-be736580bd95/115fba2363de4e05858e77356b6a79ac
+2017-03-16 10:00:21,577 DEBUG api_user 110 74626 140736596902848 200 OK
+2017-03-16 10:00:21,578 DEBUG api_user 112 74626 140736596902848 Login successfully.
+2017-03-16 10:00:21,594 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:21,642 DEBUG api_gitlab 213 74626 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:21,642 DEBUG fe_user 26 74626 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:21,642 DEBUG fe_user 27 74626 140736596902848 Insert Email
+2017-03-16 10:00:21,724 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:21,724 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:21,731 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:21,733 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:21,740 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:21,742 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:22,048 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:22,049 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d0946853-7401-4147-9f84-f7bfc4c0213f
+2017-03-16 10:00:22,124 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:22,124 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:22,163 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:22,164 DEBUG test_negative_requests 46 74623 140736596902848 About to invite contact to the engagement of user STM9sjh
+2017-03-16 10:00:22,164 DEBUG api_virtual_function 102 74623 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 10:00:22,203 DEBUG test_negative_requests 50 74623 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 10:00:22,203 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:00:22,203 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:00:22,208 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:22,210 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:00:22,210 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:22,210 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:00:22,210 DEBUG test_negative_requests 56 74623 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 10:00:22,287 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:22,288 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3fa54f75-1452-4b9c-beeb-04864895e857/53a11fe176254b1c8bd9544deee91c4a
+2017-03-16 10:00:22,319 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:22,396 DEBUG fe_user 29 74624 140736596902848 Insert Password
+2017-03-16 10:00:22,424 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:22,424 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:22,432 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:22,434 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:22,439 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:22,440 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:22,536 DEBUG fe_user 29 74625 140736596902848 Insert Password
+2017-03-16 10:00:22,578 DEBUG fe_user 29 74626 140736596902848 Insert Password
+2017-03-16 10:00:22,938 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:22,939 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/43662b1b-b9c3-4abb-9574-e982ab40aca7
+2017-03-16 10:00:23,010 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:23,010 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:23,049 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:23,076 DEBUG fe_user 31 74624 140736596902848 Click Login Button
+2017-03-16 10:00:23,140 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:23,140 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:23,140 DEBUG test_negative_requests 63 74623 140736596902848 About to add a next step to VF STlRKCt using ST7LAI3@intl.att.com token.
+2017-03-16 10:00:23,141 DEBUG api_virtual_function 18 74623 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/43662b1b-b9c3-4abb-9574-e982ab40aca7/nextsteps
+2017-03-16 10:00:23,186 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3fa54f75-1452-4b9c-beeb-04864895e857. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,187 DEBUG test_negative_requests 67 74623 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:00:23,193 DEBUG fe_user 33 74624 140736596902848 Login Button clicked
+2017-03-16 10:00:23,201 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:23,268 DEBUG fe_user 31 74626 140736596902848 Click Login Button
+2017-03-16 10:00:23,271 DEBUG fe_user 31 74625 140736596902848 Click Login Button
+2017-03-16 10:00:23,337 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:23,337 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:23,338 DEBUG test_negative_requests 63 74623 140736596902848 About to add a next step to VF STlRKCt using dd1122@att.com token.
+2017-03-16 10:00:23,338 DEBUG api_virtual_function 18 74623 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/43662b1b-b9c3-4abb-9574-e982ab40aca7/nextsteps
+2017-03-16 10:00:23,387 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,388 DEBUG test_negative_requests 67 74623 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:00:23,477 DEBUG fe_user 33 74626 140736596902848 Login Button clicked
+2017-03-16 10:00:23,481 DEBUG fe_user 33 74625 140736596902848 Login Button clicked
+2017-03-16 10:00:23,487 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:23,488 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:23,675 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:23,675 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:23,675 DEBUG test_negative_requests 63 74623 140736596902848 About to add a next step to VF STlRKCt using admin_ro@att.com token.
+2017-03-16 10:00:23,676 DEBUG api_virtual_function 18 74623 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/43662b1b-b9c3-4abb-9574-e982ab40aca7/nextsteps
+2017-03-16 10:00:23,820 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:23,878 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,878 DEBUG test_negative_requests 67 74623 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:00:23,879 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:00:23,879 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:00:23,906 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:23,908 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:00:23,908 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:23,908 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:00:23,909 DEBUG test_negative_requests 198 74623 140736596902848 Local environment, skipping test...
+2017-03-16 10:00:23,909 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:00:23,909 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:00:23,917 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:23,919 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:00:23,919 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:23,919 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:00:24,539 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:24,590 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:24,742 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:24,742 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/89df5960-23ba-4240-b184-2b6d6cc3da9e/868d12617181489da4a2d4e34b3777f7
+2017-03-16 10:00:24,960 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:24,968 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:25,067 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:25,108 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:25,149 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:25,150 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:25,163 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:25,165 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:25,173 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:25,175 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:25,482 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:25,581 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:25,646 DEBUG db_general 116 74625 140736596902848 Query : select engagement_id from ice_vf Where name = 'STuq5Vn';
+2017-03-16 10:00:25,651 DEBUG db_general 128 74625 140736596902848 Query result: b5f9a492-d7da-4d5f-a4ff-3e3dbc658832
+2017-03-16 10:00:25,659 DEBUG db_general 116 74625 140736596902848 Query : select engagement_id from ice_vf Where name = 'STuq5Vn';
+2017-03-16 10:00:25,664 DEBUG db_general 128 74625 140736596902848 Query result: b5f9a492-d7da-4d5f-a4ff-3e3dbc658832
+2017-03-16 10:00:25,673 DEBUG db_general 116 74625 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b5f9a492-d7da-4d5f-a4ff-3e3dbc658832';
+2017-03-16 10:00:25,678 DEBUG db_general 128 74625 140736596902848 Query result: 2017-5683
+2017-03-16 10:00:25,685 DEBUG db_general 116 74625 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5683';
+2017-03-16 10:00:25,688 DEBUG db_general 128 74625 140736596902848 Query result: 625
+2017-03-16 10:00:25,708 DEBUG db_general 116 74625 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b5f9a492-d7da-4d5f-a4ff-3e3dbc658832';
+2017-03-16 10:00:25,712 DEBUG db_general 128 74625 140736596902848 Query result: 2017-5683
+2017-03-16 10:00:25,718 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:26,043 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:26,102 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:26,323 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:26,323 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:26,451 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:26,451 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:26,549 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:26,549 DEBUG test_negative_requests 93 74623 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:00:26,617 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:26,624 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:26,718 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:26,718 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:26,718 DEBUG test_negative_requests 99 74623 140736596902848 About to create checklist for VF STlcuRy
+2017-03-16 10:00:26,719 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:26,724 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:26,727 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:26,727 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:26,874 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:26,874 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:26,962 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:27,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89df5960-23ba-4240-b184-2b6d6cc3da9e. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:27,125 DEBUG test_negative_requests 103 74623 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:00:27,137 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:27,145 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:27,265 DEBUG db_general 116 74625 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'b5f9a492-d7da-4d5f-a4ff-3e3dbc658832';
+2017-03-16 10:00:27,268 DEBUG db_general 128 74625 140736596902848 Query result: ["('a8d09418-4a15-4936-a193-613c5a26b3b8", "('908fd812-0cd2-4d3f-a464-24abf076af92", "('d607d2c0-3d39-4504-97e4-f11175f85697", "('918efeb3-8e04-4abc-8a2a-4b90055efa75"]
+2017-03-16 10:00:27,274 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:00:27,279 DEBUG logFuncEntry 34 74625 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 10:00:27,279 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 10:00:27,281 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:27,281 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:27,281 DEBUG test_negative_requests 99 74623 140736596902848 About to create checklist for VF STlcuRy
+2017-03-16 10:00:27,281 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:27,285 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:27,286 DEBUG logFuncEntry 34 74625 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:00:27,286 DEBUG test_ui_base 23 74625 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:00:27,288 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:27,288 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:27,427 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:27,428 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:27,545 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:27,650 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:27,651 DEBUG test_negative_requests 103 74623 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:00:27,656 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:27,668 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:27,809 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:27,809 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:27,810 DEBUG test_negative_requests 99 74623 140736596902848 About to create checklist for VF STlcuRy
+2017-03-16 10:00:27,810 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:27,816 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:27,818 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:27,819 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/648976a3-5af8-4af4-a371-10d46fe7ed8e
+2017-03-16 10:00:27,955 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:27,955 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:28,041 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:28,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:28,125 DEBUG test_negative_requests 103 74623 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:00:28,126 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:00:28,126 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:00:28,140 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:28,142 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:00:28,142 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:28,142 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:00:28,143 DEBUG test_negative_requests 72 74623 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:00:28,177 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:28,214 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:28,340 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:28,340 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d8ef914d-c400-4811-8d45-2468b48e143b/2722ba986b954d9890e6008eab5031cd
+2017-03-16 10:00:28,409 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:28,579 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:28,580 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:28,587 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:28,592 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:28,597 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:28,599 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:28,695 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:28,729 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:29,216 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:29,249 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:29,337 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:29,337 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/91b047a8-05f0-4412-8e84-40ccb6bf2288
+2017-03-16 10:00:29,463 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:29,463 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:29,541 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:29,659 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:29,659 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:29,660 DEBUG api_virtual_function 18 74623 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/91b047a8-05f0-4412-8e84-40ccb6bf2288/nextsteps
+2017-03-16 10:00:29,733 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:29,770 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:30,039 DEBUG api_virtual_function 32 74623 140736596902848 Next step was added to the engagement!
+2017-03-16 10:00:30,161 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:30,161 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:30,162 DEBUG test_negative_requests 82 74623 140736596902848 About to edit a next step (ns uuid: 5f8280c6-c798-427b-849a-a902538da93b) using STeQK5T@intl.att.com token.
+2017-03-16 10:00:30,162 DEBUG api_virtual_function 133 74623 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/5f8280c6-c798-427b-849a-a902538da93b/engagement/91b047a8-05f0-4412-8e84-40ccb6bf2288/modify/
+2017-03-16 10:00:30,219 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,220 DEBUG test_negative_requests 86 74623 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:00:30,249 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:30,286 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:30,338 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:30,338 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:30,338 DEBUG test_negative_requests 82 74623 140736596902848 About to edit a next step (ns uuid: 5f8280c6-c798-427b-849a-a902538da93b) using STeAt62@intl.att.com token.
+2017-03-16 10:00:30,338 DEBUG api_virtual_function 133 74623 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/5f8280c6-c798-427b-849a-a902538da93b/engagement/91b047a8-05f0-4412-8e84-40ccb6bf2288/modify/
+2017-03-16 10:00:30,405 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,406 DEBUG test_negative_requests 86 74623 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:00:30,439 DEBUG test_ui_base 33 74625 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:30,562 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:30,563 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:30,563 DEBUG test_negative_requests 82 74623 140736596902848 About to edit a next step (ns uuid: 5f8280c6-c798-427b-849a-a902538da93b) using admin_ro@att.com token.
+2017-03-16 10:00:30,563 DEBUG api_virtual_function 133 74623 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/5f8280c6-c798-427b-849a-a902538da93b/engagement/91b047a8-05f0-4412-8e84-40ccb6bf2288/modify/
+2017-03-16 10:00:30,648 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,648 DEBUG test_negative_requests 86 74623 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:00:30,649 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:00:30,649 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:00:30,662 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:30,664 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:00:30,665 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:30,665 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:00:30,665 DEBUG test_negative_requests 26 74623 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 10:00:30,765 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:30,802 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:30,860 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:30,861 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c535b710-307a-450e-9d9e-9188385ee06e/db82c077c62e4b97ae57940961d8e5a3
+2017-03-16 10:00:30,927 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:31,075 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:31,075 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:31,079 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:31,081 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:31,087 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:31,090 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:31,281 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:31,325 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:31,800 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:31,838 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:31,838 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b0568b2f-666d-4230-8310-065739026215
+2017-03-16 10:00:31,844 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:31,994 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:31,994 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:32,079 DEBUG api_user 92 74625 140736596902848 Moving to next test case
+2017-03-16 10:00:32,079 DEBUG api_user 169 74625 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/56f81f84-9cd3-4c85-9e87-7e5b279c8125/1384f382ab56467d8766c900a3b4e21c
+2017-03-16 10:00:32,113 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:32,153 DEBUG api_user 172 74625 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:32,279 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:32,279 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cd412517-e63d-47e5-8bb1-47f989110fb2/5a22db06ed4a4572b5f9d779dfa26186
+2017-03-16 10:00:32,302 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:32,303 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:32,307 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:32,309 DEBUG db_general 103 74625 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:32,314 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:32,316 DEBUG db_general 103 74625 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:32,320 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:32,350 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:32,368 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:32,511 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:32,511 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:32,515 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:32,517 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:32,521 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:32,523 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:32,837 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:32,883 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:33,010 DEBUG api_virtual_function 59 74625 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:33,011 DEBUG api_gitlab 195 74625 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/259d01fc-1b3c-49f9-b921-7814b47748c2
+2017-03-16 10:00:33,154 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:33,154 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:33,167 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:33,167 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0db3531a-f7f0-49c5-9699-910717d0ecb4
+2017-03-16 10:00:33,239 DEBUG api_gitlab 213 74625 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:33,239 DEBUG fe_user 26 74625 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:33,240 DEBUG fe_user 27 74625 140736596902848 Insert Email
+2017-03-16 10:00:33,314 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:33,315 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:33,349 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:33,398 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:33,424 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:33,425 DEBUG test_negative_requests 31 74623 140736596902848 About to invite team member to the engagement of user STTbfl4
+2017-03-16 10:00:33,425 DEBUG api_virtual_function 73 74623 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 10:00:33,515 ERROR api_virtual_function 95 74623 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:00:33,516 DEBUG test_negative_requests 35 74623 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 10:00:33,516 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:00:33,516 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:00:33,525 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:33,526 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:00:33,527 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:33,527 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:00:33,686 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:33,686 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c3435e67-b833-46c5-93c9-52f0779f52bc/7c87ccd9e38e4174ae6abd91cbb11a1c
+2017-03-16 10:00:33,751 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:33,849 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:33,849 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:33,854 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:33,855 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:33,859 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:33,861 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:33,863 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:33,918 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:34,251 DEBUG fe_user 29 74625 140736596902848 Insert Password
+2017-03-16 10:00:34,378 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:34,411 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:34,412 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/21be562a-fcca-40af-bc4f-e025b4fdfb73
+2017-03-16 10:00:34,432 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:34,548 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:34,549 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:34,633 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:34,634 DEBUG test_negative_requests 137 74623 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-16 10:00:34,766 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:34,767 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:34,767 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/21be562a-fcca-40af-bc4f-e025b4fdfb73
+2017-03-16 10:00:34,772 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:34,775 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:34,775 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/21be562a-fcca-40af-bc4f-e025b4fdfb73
+2017-03-16 10:00:34,875 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:34,875 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:34,892 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:34,948 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:34,951 DEBUG fe_user 31 74625 140736596902848 Click Login Button
+2017-03-16 10:00:34,983 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:35,104 DEBUG fe_user 33 74625 140736596902848 Login Button clicked
+2017-03-16 10:00:35,112 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:35,409 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:35,464 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:35,627 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:35,798 DEBUG api_checklist 29 74623 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:00:35,798 DEBUG test_negative_requests 141 74623 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-16 10:00:35,798 DEBUG test_negative_requests 145 74623 140736596902848 About to change checklist state for VF STZHTcN
+2017-03-16 10:00:35,896 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:35,896 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:35,923 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:35,977 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:35,984 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:35,985 DEBUG test_negative_requests 149 74623 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:00:35,985 DEBUG test_negative_requests 145 74623 140736596902848 About to change checklist state for VF STZHTcN
+2017-03-16 10:00:36,095 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:36,096 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:36,149 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:36,165 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,166 DEBUG test_negative_requests 149 74623 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:00:36,166 DEBUG test_negative_requests 145 74623 140736596902848 About to change checklist state for VF STZHTcN
+2017-03-16 10:00:36,283 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:36,283 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:36,352 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,352 DEBUG test_negative_requests 149 74623 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:00:36,353 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:00:36,353 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:00:36,363 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:36,365 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:00:36,365 DEBUG testApiBase 21 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:00:36,366 DEBUG logFuncEntry 34 74623 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:00:36,436 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:36,490 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:36,498 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:36,498 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7bb10e50-48db-4d16-a9be-ab8aba0bfee9/578fcfbc44c0456f9642b902fbb7b32c
+2017-03-16 10:00:36,546 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:36,663 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:36,663 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:36,669 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:36,672 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:36,677 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:36,679 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:36,681 DEBUG db_general 116 74625 140736596902848 Query : select uuid from ice_vf Where name = 'STxqT19';
+2017-03-16 10:00:36,685 DEBUG db_general 128 74625 140736596902848 Query result: 25a0d19f-9f99-41cd-8302-de20f9a7560a
+2017-03-16 10:00:36,690 DEBUG db_general 116 74625 140736596902848 Query : select engagement_id from ice_vf Where name = 'STxqT19';
+2017-03-16 10:00:36,694 DEBUG db_general 128 74625 140736596902848 Query result: 259d01fc-1b3c-49f9-b921-7814b47748c2
+2017-03-16 10:00:36,699 DEBUG db_general 116 74625 140736596902848 Query : select engagement_id from ice_vf Where name = 'STxqT19';
+2017-03-16 10:00:36,704 DEBUG db_general 128 74625 140736596902848 Query result: 259d01fc-1b3c-49f9-b921-7814b47748c2
+2017-03-16 10:00:36,708 DEBUG db_general 116 74625 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '259d01fc-1b3c-49f9-b921-7814b47748c2';
+2017-03-16 10:00:36,712 DEBUG db_general 128 74625 140736596902848 Query result: 2017-5691
+2017-03-16 10:00:36,716 DEBUG db_general 116 74625 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5691';
+2017-03-16 10:00:36,719 DEBUG db_general 128 74625 140736596902848 Query result: 1
+2017-03-16 10:00:36,727 DEBUG fe_checklist 50 74625 140736596902848 EL email: dd1122@att.com
+2017-03-16 10:00:36,731 DEBUG db_general 116 74625 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '259d01fc-1b3c-49f9-b921-7814b47748c2';
+2017-03-16 10:00:36,735 DEBUG db_general 128 74625 140736596902848 Query result: 2017-5691
+2017-03-16 10:00:36,956 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:37,051 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:37,090 DEBUG db_general 116 74625 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '259d01fc-1b3c-49f9-b921-7814b47748c2';
+2017-03-16 10:00:37,097 DEBUG db_general 128 74625 140736596902848 Query result: ["('9d742f7a-7e7c-4e05-88f3-896213c19716", "('bc49f3cb-9af4-4748-8b88-f332663ba658", "('0a4843c3-f551-4df4-920a-c78c23d82ff6", "('31feb071-97b2-493d-9993-0f68de6d21da"]
+2017-03-16 10:00:37,105 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:00:37,108 DEBUG logFuncEntry 34 74625 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:00:37,109 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:00:37,122 DEBUG logFuncEntry 34 74625 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 10:00:37,122 DEBUG test_ui_base 23 74625 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-16 10:00:37,479 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:37,576 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:38,002 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:38,101 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:38,176 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:38,176 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4c6f77a1-6247-42c2-8fe8-6562730ca820
+2017-03-16 10:00:38,348 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:38,349 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:38,448 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:38,448 DEBUG test_negative_requests 114 74623 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-16 10:00:38,529 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:38,608 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:38,609 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:38,609 DEBUG api_checklist 16 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/4c6f77a1-6247-42c2-8fe8-6562730ca820
+2017-03-16 10:00:38,615 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:38,618 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:38,618 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4c6f77a1-6247-42c2-8fe8-6562730ca820
+2017-03-16 10:00:38,621 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:38,766 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:38,766 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:38,844 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:39,050 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:39,131 ERROR fe_user 41 74624 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:39,132 ERROR exception_decor 21 74624 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:00:39,136 DEBUG logFuncEntry 34 74624 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:00:39,136 DEBUG logFuncEntry 34 74624 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:00:39,145 DEBUG logFuncEntry 34 74624 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-03-16 10:00:39,146 DEBUG test_ui_base 23 74624 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-03-16 10:00:39,566 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:39,580 DEBUG api_checklist 29 74623 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:00:39,580 DEBUG test_negative_requests 118 74623 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:00:39,741 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:39,743 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:39,743 DEBUG test_negative_requests 124 74623 140736596902848 About to update checklist for VF STocY1i
+2017-03-16 10:00:39,744 DEBUG api_checklist 45 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/4c6f77a1-6247-42c2-8fe8-6562730ca820
+2017-03-16 10:00:39,770 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:39,775 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:39,948 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7bb10e50-48db-4d16-a9be-ab8aba0bfee9. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:39,949 DEBUG test_negative_requests 128 74623 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:00:40,075 ERROR fe_user 41 74626 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:40,076 ERROR exception_decor 21 74626 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 10:00:40,079 DEBUG logFuncEntry 34 74626 140736596902848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:00:40,080 DEBUG logFuncEntry 34 74626 140736596902848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:00:40,095 DEBUG logFuncEntry 34 74626 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 10:00:40,096 DEBUG test_ui_base 23 74626 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-03-16 10:00:40,308 DEBUG test_ui_base 33 74625 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:40,322 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:40,323 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:40,323 DEBUG test_negative_requests 124 74623 140736596902848 About to update checklist for VF STocY1i
+2017-03-16 10:00:40,324 DEBUG api_checklist 45 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/4c6f77a1-6247-42c2-8fe8-6562730ca820
+2017-03-16 10:00:40,498 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:40,501 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:40,559 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,560 DEBUG test_negative_requests 128 74623 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:00:40,751 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:40,752 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:40,752 DEBUG test_negative_requests 124 74623 140736596902848 About to update checklist for VF STocY1i
+2017-03-16 10:00:40,752 DEBUG api_checklist 45 74623 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/4c6f77a1-6247-42c2-8fe8-6562730ca820
+2017-03-16 10:00:40,761 DEBUG db_general 116 74623 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:00:40,765 DEBUG db_general 128 74623 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:00:40,857 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,858 DEBUG test_negative_requests 128 74623 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:00:40,858 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:00:40,858 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:00:40,875 DEBUG testApiBase 32 74623 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:00:40,883 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-03-16 10:00:40,884 DEBUG test_ui_base 23 74623 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-03-16 10:00:43,049 DEBUG api_user 92 74625 140736596902848 Moving to next test case
+2017-03-16 10:00:43,049 DEBUG api_user 169 74625 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/42ffdb92-8224-4c31-b28d-2ced6dca70d8/876fddb1c0b5432fa8eda6a7afe14069
+2017-03-16 10:00:43,099 DEBUG api_user 172 74625 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:43,305 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:43,306 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:43,317 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:43,323 DEBUG db_general 103 74625 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:43,332 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:43,338 DEBUG db_general 103 74625 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:43,345 DEBUG test_ui_base 33 74624 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:44,124 DEBUG api_virtual_function 59 74625 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:44,125 DEBUG api_gitlab 195 74625 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d82cbf05-3e44-4a2c-a03b-8649b70c3aef
+2017-03-16 10:00:44,276 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:44,277 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:44,435 DEBUG test_ui_base 33 74626 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:44,575 DEBUG api_gitlab 213 74625 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:44,576 DEBUG fe_user 26 74625 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:44,576 DEBUG fe_user 27 74625 140736596902848 Insert Email
+2017-03-16 10:00:45,112 DEBUG test_ui_base 33 74623 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:45,457 DEBUG api_user 92 74624 140736596902848 Moving to next test case
+2017-03-16 10:00:45,458 DEBUG api_user 169 74624 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/1106364a-2d0b-4930-bf18-fa7cddd569b4/af34e03279964f2ebca6083b7b375939
+2017-03-16 10:00:45,560 DEBUG api_user 172 74624 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:45,706 DEBUG api_user 110 74624 140736596902848 200 OK
+2017-03-16 10:00:45,706 DEBUG api_user 112 74624 140736596902848 Login successfully.
+2017-03-16 10:00:45,721 DEBUG db_general 92 74624 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:45,724 DEBUG db_general 103 74624 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:45,733 DEBUG db_general 92 74624 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:45,738 DEBUG db_general 103 74624 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:45,914 DEBUG fe_user 29 74625 140736596902848 Insert Password
+2017-03-16 10:00:46,682 DEBUG fe_user 31 74625 140736596902848 Click Login Button
+2017-03-16 10:00:46,879 DEBUG fe_user 33 74625 140736596902848 Login Button clicked
+2017-03-16 10:00:46,888 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:47,077 DEBUG api_user 92 74626 140736596902848 Moving to next test case
+2017-03-16 10:00:47,088 DEBUG api_user 169 74626 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/bbba2d9b-0faf-4466-ba04-663c7771e1cb/9c7e71b8411140acbc0b643f4e14c81a
+2017-03-16 10:00:47,237 DEBUG api_user 172 74626 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:47,337 DEBUG db_cms 111 74623 140736596902848 Retrive id of documentation page:
+2017-03-16 10:00:47,338 DEBUG db_cms 85 74623 140736596902848 Retrive id of documentation page:
+2017-03-16 10:00:47,338 DEBUG db_cms 87 74623 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-16 10:00:47,442 DEBUG api_virtual_function 59 74624 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:47,443 DEBUG api_gitlab 195 74624 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3ce74a96-d89e-4c83-9412-63d4a46539e0
+2017-03-16 10:00:47,585 DEBUG api_user 110 74626 140736596902848 200 OK
+2017-03-16 10:00:47,586 DEBUG api_user 112 74626 140736596902848 Login successfully.
+2017-03-16 10:00:47,613 DEBUG db_general 92 74626 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:47,616 DEBUG db_general 103 74626 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:47,628 DEBUG db_general 92 74626 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:47,630 DEBUG db_general 103 74626 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:47,652 DEBUG db_cms 34 74623 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-16 10:00:47,835 DEBUG api_user 110 74624 140736596902848 200 OK
+2017-03-16 10:00:47,835 DEBUG api_user 112 74624 140736596902848 Login successfully.
+2017-03-16 10:00:47,841 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:47,959 DEBUG api_gitlab 213 74624 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:47,960 DEBUG fe_user 26 74624 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:47,961 DEBUG fe_user 27 74624 140736596902848 Insert Email
+2017-03-16 10:00:48,027 DEBUG db_cms 42 74623 140736596902848 Query result: 10
+2017-03-16 10:00:48,027 DEBUG db_cms 117 74623 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STgvfr0', 'title_Of_Page_STgvfr0-slug', '', 'description_Of_Page_STi64OF', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STgvfr0', 'richtextpage', true, 10, 1);
+2017-03-16 10:00:48,035 DEBUG db_cms 20 74623 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STgvfr0', 'title_Of_Page_STgvfr0-slug', '', 'description_Of_Page_STi64OF', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STgvfr0', 'richtextpage', true, 10, 1);
+2017-03-16 10:00:48,150 DEBUG db_cms 24 74623 140736596902848 Insert query success!
+2017-03-16 10:00:48,151 DEBUG db_cms 93 74623 140736596902848 Retrive id of last page inserted:
+2017-03-16 10:00:48,151 DEBUG db_cms 95 74623 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,159 DEBUG db_cms 34 74623 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,227 DEBUG db_cms 42 74623 140736596902848 Query result: 64
+2017-03-16 10:00:48,227 DEBUG db_cms 121 74623 140736596902848 Bind the page with the rich text content related to this page
+2017-03-16 10:00:48,228 DEBUG db_cms 123 74623 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (64, '<p>description_Of_Page_STi64OF</p>');
+2017-03-16 10:00:48,235 DEBUG db_cms 20 74623 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (64, '<p>description_Of_Page_STi64OF</p>');
+2017-03-16 10:00:48,240 DEBUG db_cms 24 74623 140736596902848 Insert query success!
+2017-03-16 10:00:48,240 DEBUG db_cms 93 74623 140736596902848 Retrive id of last page inserted:
+2017-03-16 10:00:48,241 DEBUG db_cms 95 74623 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,247 DEBUG db_cms 34 74623 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,250 DEBUG db_cms 42 74623 140736596902848 Query result: 64
+2017-03-16 10:00:48,250 DEBUG db_cms 111 74623 140736596902848 Retrive id of documentation page:
+2017-03-16 10:00:48,251 DEBUG db_cms 85 74623 140736596902848 Retrive id of documentation page:
+2017-03-16 10:00:48,251 DEBUG db_cms 87 74623 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-16 10:00:48,258 DEBUG db_cms 34 74623 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-16 10:00:48,262 DEBUG db_cms 42 74623 140736596902848 Query result: 10
+2017-03-16 10:00:48,262 DEBUG db_cms 117 74623 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STjiUJB', 'title_Of_Page_STjiUJB-slug', '', 'description_Of_Page_STKXUEg', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STjiUJB', 'richtextpage', true, 10, 1);
+2017-03-16 10:00:48,269 DEBUG db_cms 20 74623 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STjiUJB', 'title_Of_Page_STjiUJB-slug', '', 'description_Of_Page_STKXUEg', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STjiUJB', 'richtextpage', true, 10, 1);
+2017-03-16 10:00:48,290 DEBUG db_cms 24 74623 140736596902848 Insert query success!
+2017-03-16 10:00:48,290 DEBUG db_cms 93 74623 140736596902848 Retrive id of last page inserted:
+2017-03-16 10:00:48,290 DEBUG db_cms 95 74623 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,299 DEBUG db_cms 34 74623 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,302 DEBUG db_cms 42 74623 140736596902848 Query result: 65
+2017-03-16 10:00:48,302 DEBUG db_cms 121 74623 140736596902848 Bind the page with the rich text content related to this page
+2017-03-16 10:00:48,303 DEBUG db_cms 123 74623 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (65, '<p>description_Of_Page_STKXUEg</p>');
+2017-03-16 10:00:48,309 DEBUG db_cms 20 74623 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (65, '<p>description_Of_Page_STKXUEg</p>');
+2017-03-16 10:00:48,321 DEBUG db_cms 24 74623 140736596902848 Insert query success!
+2017-03-16 10:00:48,321 DEBUG db_cms 93 74623 140736596902848 Retrive id of last page inserted:
+2017-03-16 10:00:48,322 DEBUG db_cms 95 74623 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,330 DEBUG db_cms 34 74623 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,333 DEBUG db_cms 42 74623 140736596902848 Query result: 65
+2017-03-16 10:00:48,333 DEBUG db_cms 111 74623 140736596902848 Retrive id of documentation page:
+2017-03-16 10:00:48,333 DEBUG db_cms 85 74623 140736596902848 Retrive id of documentation page:
+2017-03-16 10:00:48,334 DEBUG db_cms 87 74623 140736596902848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-16 10:00:48,340 DEBUG db_cms 34 74623 140736596902848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-03-16 10:00:48,343 DEBUG db_cms 42 74623 140736596902848 Query result: 10
+2017-03-16 10:00:48,344 DEBUG db_cms 117 74623 140736596902848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STihOEB', 'title_Of_Page_STihOEB-slug', '', 'description_Of_Page_STCTQnu', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STihOEB', 'richtextpage', true, 10, 1);
+2017-03-16 10:00:48,352 DEBUG db_cms 20 74623 140736596902848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STihOEB', 'title_Of_Page_STihOEB-slug', '', 'description_Of_Page_STCTQnu', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STihOEB', 'richtextpage', true, 10, 1);
+2017-03-16 10:00:48,378 DEBUG db_cms 24 74623 140736596902848 Insert query success!
+2017-03-16 10:00:48,378 DEBUG db_cms 93 74623 140736596902848 Retrive id of last page inserted:
+2017-03-16 10:00:48,378 DEBUG db_cms 95 74623 140736596902848 Query : select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,388 DEBUG db_cms 34 74623 140736596902848 Query: select MAX(id) FROM public.pages_page;
+2017-03-16 10:00:48,401 DEBUG db_cms 42 74623 140736596902848 Query result: 66
+2017-03-16 10:00:48,402 DEBUG db_cms 121 74623 140736596902848 Bind the page with the rich text content related to this page
+2017-03-16 10:00:48,402 DEBUG db_cms 123 74623 140736596902848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (66, '<p>description_Of_Page_STCTQnu</p>');
+2017-03-16 10:00:48,414 DEBUG db_cms 20 74623 140736596902848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (66, '<p>description_Of_Page_STCTQnu</p>');
+2017-03-16 10:00:48,422 DEBUG wait 110 74625 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:48,426 DEBUG db_cms 24 74623 140736596902848 Insert query success!
+2017-03-16 10:00:48,586 DEBUG api_user 92 74623 140736596902848 Moving to next test case
+2017-03-16 10:00:48,586 DEBUG api_user 169 74623 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a6037b4e-08f2-4b2f-becd-2ad1ace35bf3/cc5ad887ef2440bf9696848bdb9a8bcc
+2017-03-16 10:00:48,637 DEBUG api_user 172 74623 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:48,752 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:48,752 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:48,756 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:48,758 DEBUG db_general 103 74623 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:48,763 DEBUG db_general 92 74623 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:48,764 DEBUG db_general 103 74623 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:00:48,960 DEBUG db_general 116 74625 140736596902848 Query : select uuid from ice_vf Where name = 'STrJ0bU';
+2017-03-16 10:00:48,966 DEBUG db_general 128 74625 140736596902848 Query result: 2618875e-3b48-4282-8b3b-e3532dbbe21e
+2017-03-16 10:00:48,973 DEBUG db_general 116 74625 140736596902848 Query : select engagement_id from ice_vf Where name = 'STrJ0bU';
+2017-03-16 10:00:48,979 DEBUG db_general 128 74625 140736596902848 Query result: d82cbf05-3e44-4a2c-a03b-8649b70c3aef
+2017-03-16 10:00:48,986 DEBUG db_general 116 74625 140736596902848 Query : select engagement_id from ice_vf Where name = 'STrJ0bU';
+2017-03-16 10:00:48,990 DEBUG db_general 128 74625 140736596902848 Query result: d82cbf05-3e44-4a2c-a03b-8649b70c3aef
+2017-03-16 10:00:48,997 DEBUG db_general 116 74625 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd82cbf05-3e44-4a2c-a03b-8649b70c3aef';
+2017-03-16 10:00:48,999 DEBUG fe_user 29 74624 140736596902848 Insert Password
+2017-03-16 10:00:49,005 DEBUG db_general 128 74625 140736596902848 Query result: 2017-5695
+2017-03-16 10:00:49,013 DEBUG db_general 116 74625 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5695';
+2017-03-16 10:00:49,020 DEBUG db_general 128 74625 140736596902848 Query result: 4498
+2017-03-16 10:00:49,033 DEBUG fe_checklist 50 74625 140736596902848 EL email: STeAt62@intl.att.com
+2017-03-16 10:00:49,042 DEBUG db_general 116 74625 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd82cbf05-3e44-4a2c-a03b-8649b70c3aef';
+2017-03-16 10:00:49,046 DEBUG db_general 128 74625 140736596902848 Query result: 2017-5695
+2017-03-16 10:00:49,367 DEBUG api_virtual_function 59 74626 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:49,367 DEBUG api_gitlab 195 74626 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2ef462eb-74f1-41a8-b501-edd90548c759
+2017-03-16 10:00:49,512 DEBUG db_general 116 74625 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'd82cbf05-3e44-4a2c-a03b-8649b70c3aef';
+2017-03-16 10:00:49,523 DEBUG db_general 128 74625 140736596902848 Query result: ["('2a17d080-0acd-41c3-81d9-f4c366be4c42", "('aec57abd-6350-4fed-a079-1c526f04d4e1", "('226f703e-3964-4302-b8f9-90e2e7f364ea", "('21c8f37a-2e00-452d-9694-946ea402ec0d"]
+2017-03-16 10:00:49,532 DEBUG logFuncEntry 34 74625 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 10:00:49,532 DEBUG logFuncEntry 34 74625 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 10:00:49,540 DEBUG logFuncEntry 34 74625 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-03-16 10:00:49,540 DEBUG test_ui_base 23 74625 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-03-16 10:00:49,591 DEBUG api_user 110 74626 140736596902848 200 OK
+2017-03-16 10:00:49,591 DEBUG api_user 112 74626 140736596902848 Login successfully.
+2017-03-16 10:00:49,709 DEBUG fe_user 31 74624 140736596902848 Click Login Button
+2017-03-16 10:00:49,775 DEBUG api_gitlab 213 74626 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:49,784 DEBUG fe_user 26 74626 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:00:49,785 DEBUG fe_user 27 74626 140736596902848 Insert Email
+2017-03-16 10:00:50,331 DEBUG fe_user 33 74624 140736596902848 Login Button clicked
+2017-03-16 10:00:50,342 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:50,865 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:51,189 DEBUG fe_user 29 74626 140736596902848 Insert Password
+2017-03-16 10:00:51,935 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:52,315 DEBUG fe_user 31 74626 140736596902848 Click Login Button
+2017-03-16 10:00:52,507 DEBUG wait 110 74624 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:52,585 DEBUG fe_user 33 74626 140736596902848 Login Button clicked
+2017-03-16 10:00:52,597 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:00:53,317 DEBUG api_virtual_function 59 74623 140736596902848 Virtual Function created successfully!
+2017-03-16 10:00:53,318 DEBUG api_gitlab 195 74623 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/22d667ec-f83b-46cb-b1b5-e881e48a86c1
+2017-03-16 10:00:53,531 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:53,691 DEBUG api_user 110 74623 140736596902848 200 OK
+2017-03-16 10:00:53,691 DEBUG api_user 112 74623 140736596902848 Login successfully.
+2017-03-16 10:00:53,812 DEBUG test_ui_base 33 74625 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:00:53,860 DEBUG api_gitlab 213 74623 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:00:53,861 DEBUG logFuncEntry 34 74623 140736596902848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-03-16 10:00:53,861 DEBUG logFuncEntry 34 74623 140736596902848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-03-16 10:00:53,924 DEBUG test_ui_base 49 74623 140736596902848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-03-16 10:00:53,926 DEBUG logFuncEntry 34 74623 140736596902848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-03-16 10:00:53,926 DEBUG test_ui_base 23 74623 140736596902848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-03-16 10:00:54,090 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:54,609 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:55,129 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:55,653 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:56,174 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:56,456 DEBUG api_user 92 74625 140736596902848 Moving to next test case
+2017-03-16 10:00:56,457 DEBUG api_user 169 74625 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/51e9df71-c426-4c63-80b0-2fb6e27ec2e0/d9792f0df1044809ae5d2d9cda0695b4
+2017-03-16 10:00:56,524 DEBUG api_user 172 74625 140736596902848 APIUser activated successfully!
+2017-03-16 10:00:56,691 DEBUG wait 110 74626 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:00:56,754 DEBUG api_user 110 74625 140736596902848 200 OK
+2017-03-16 10:00:56,754 DEBUG api_user 112 74625 140736596902848 Login successfully.
+2017-03-16 10:00:56,778 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:00:56,781 DEBUG db_general 103 74625 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:00:56,788 DEBUG db_general 92 74625 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:00:56,793 DEBUG db_general 103 74625 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:25,413 DEBUG test_signal_base 28 75091 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-16 10:01:25,413 DEBUG logFuncEntry 34 75093 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:01:25,414 DEBUG logFuncEntry 34 75091 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:01:25,414 DEBUG test_signal_base 28 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:01:25,414 DEBUG test_ui_base 23 75093 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 10:01:25,414 DEBUG test_checklist_signal 25 75091 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:25,414 DEBUG logFuncEntry 34 75092 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:01:25,415 DEBUG logFuncEntry 34 75091 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:01:25,415 DEBUG test_git_signal 124 75092 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:25,415 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:01:25,424 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:01:25,425 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:25,426 DEBUG logFuncEntry 34 75090 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:01:25,438 DEBUG test_signal_base 39 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:01:25,438 DEBUG test_signal_base 39 75091 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-16 10:01:25,438 DEBUG test_signal_base 28 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:01:25,438 DEBUG logFuncEntry 34 75092 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:01:25,439 DEBUG test_git_signal 24 75092 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:25,439 DEBUG logFuncEntry 34 75091 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:01:25,439 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:01:25,439 DEBUG test_ui_base 23 75091 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 10:01:25,456 DEBUG test_signal_base 39 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:01:25,456 DEBUG test_signal_base 28 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:01:25,457 DEBUG logFuncEntry 34 75092 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:01:25,457 DEBUG test_git_signal 95 75092 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:25,457 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:01:25,474 DEBUG test_signal_base 39 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:01:25,474 DEBUG test_signal_base 28 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:01:25,475 DEBUG logFuncEntry 34 75092 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:01:25,475 DEBUG test_git_signal 73 75092 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:25,475 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:01:25,493 DEBUG test_signal_base 39 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:01:25,493 DEBUG test_signal_base 28 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:01:25,494 DEBUG logFuncEntry 34 75092 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:01:25,494 DEBUG test_git_signal 51 75092 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:25,494 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:01:25,509 DEBUG test_signal_base 39 75092 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:01:25,511 DEBUG logFuncEntry 34 75092 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 10:01:25,511 DEBUG test_ui_base 23 75092 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-03-16 10:01:25,564 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:25,565 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/63cd77b4-21ab-4ab4-b6dd-0f1f355ca353/d9e278149d454ee8878543ba7948bd2a
+2017-03-16 10:01:25,623 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:25,816 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:25,816 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:25,825 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:25,826 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:25,830 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:25,832 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:27,080 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:27,080 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7ee6ec1e-189f-4510-ba1f-e3abf09f9b76
+2017-03-16 10:01:27,215 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:27,215 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:27,296 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:27,296 DEBUG test_negative_requests 155 75090 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 10:01:27,419 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:27,419 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:27,420 DEBUG api_checklist 16 75090 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/7ee6ec1e-189f-4510-ba1f-e3abf09f9b76
+2017-03-16 10:01:27,425 DEBUG db_general 116 75090 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:01:27,428 DEBUG db_general 128 75090 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:01:27,428 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7ee6ec1e-189f-4510-ba1f-e3abf09f9b76
+2017-03-16 10:01:27,542 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:27,542 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:27,605 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:27,699 DEBUG api_checklist 29 75090 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:01:27,700 DEBUG test_negative_requests 159 75090 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 10:01:27,816 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:27,816 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:27,816 DEBUG test_negative_requests 165 75090 140736596902848 About to add audit log to checklist uuid e3b2eec1-c270-4884-ad4d-83974b3a626e
+2017-03-16 10:01:27,816 DEBUG api_checklist 71 75090 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/e3b2eec1-c270-4884-ad4d-83974b3a626e/auditlog/
+2017-03-16 10:01:27,878 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 63cd77b4-21ab-4ab4-b6dd-0f1f355ca353. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:27,879 DEBUG test_negative_requests 169 75090 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:01:28,050 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:28,050 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:28,050 DEBUG test_negative_requests 165 75090 140736596902848 About to add audit log to checklist uuid e3b2eec1-c270-4884-ad4d-83974b3a626e
+2017-03-16 10:01:28,050 DEBUG api_checklist 71 75090 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/e3b2eec1-c270-4884-ad4d-83974b3a626e/auditlog/
+2017-03-16 10:01:28,110 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:28,111 DEBUG test_negative_requests 169 75090 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:01:28,111 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:01:28,111 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:01:28,126 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:28,130 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:01:28,130 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:28,130 DEBUG logFuncEntry 34 75090 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:01:28,283 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:28,283 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e9cf42eb-c7f2-42e5-aa0b-9eae34225aff/27b998d88339411fa23fce3b54aae37c
+2017-03-16 10:01:28,322 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:28,395 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:28,395 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:28,399 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:28,400 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:28,404 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:28,405 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:28,549 DEBUG test_ui_base 33 75093 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:01:28,593 DEBUG test_ui_base 33 75091 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:01:28,671 DEBUG test_ui_base 33 75092 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:01:29,064 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:29,065 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0
+2017-03-16 10:01:29,160 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:29,160 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:29,213 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:29,213 DEBUG test_negative_requests 178 75090 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-16 10:01:29,303 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:29,303 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:29,304 DEBUG api_checklist 16 75090 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0
+2017-03-16 10:01:29,311 DEBUG db_general 116 75090 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:01:29,313 DEBUG db_general 128 75090 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:01:29,314 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0
+2017-03-16 10:01:29,437 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:29,438 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:29,505 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:29,910 DEBUG api_checklist 29 75090 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:01:29,911 DEBUG test_negative_requests 182 75090 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:01:30,033 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:30,034 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:30,034 DEBUG test_negative_requests 188 75090 140736596902848 About to add next step to checklist uuid 42481f84-3368-4610-809d-2fdca3b07e83
+2017-03-16 10:01:30,034 DEBUG api_checklist 92 75090 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/42481f84-3368-4610-809d-2fdca3b07e83/eng/74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0/nextstep/
+2017-03-16 10:01:30,096 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e9cf42eb-c7f2-42e5-aa0b-9eae34225aff. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,096 DEBUG test_negative_requests 192 75090 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:01:30,164 DEBUG api_user 92 75093 140736596902848 Moving to next test case
+2017-03-16 10:01:30,164 DEBUG api_user 169 75093 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7b02b7a9-4450-43be-8653-1d353dd6cb32/652d2317ae5c468880282419615a47c3
+2017-03-16 10:01:30,191 DEBUG api_user 92 75091 140736596902848 Moving to next test case
+2017-03-16 10:01:30,192 DEBUG api_user 169 75091 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/257ef730-e6ec-40de-b62a-ea035525c3ca/0f39293848a24e88841439f016926323
+2017-03-16 10:01:30,225 DEBUG api_user 172 75093 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:30,255 DEBUG api_user 172 75091 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:30,269 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:30,269 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:30,270 DEBUG test_negative_requests 188 75090 140736596902848 About to add next step to checklist uuid 42481f84-3368-4610-809d-2fdca3b07e83
+2017-03-16 10:01:30,270 DEBUG api_checklist 92 75090 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/42481f84-3368-4610-809d-2fdca3b07e83/eng/74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0/nextstep/
+2017-03-16 10:01:30,285 DEBUG api_user 92 75092 140736596902848 Moving to next test case
+2017-03-16 10:01:30,286 DEBUG api_user 169 75092 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/199a36ad-7161-4e2f-ac7e-ec56d359764b/a9e9886ff5074e5da61d72018436853f
+2017-03-16 10:01:30,339 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,340 DEBUG test_negative_requests 192 75090 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:01:30,347 DEBUG api_user 172 75092 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:30,360 DEBUG api_user 110 75093 140736596902848 200 OK
+2017-03-16 10:01:30,361 DEBUG api_user 112 75093 140736596902848 Login successfully.
+2017-03-16 10:01:30,365 DEBUG db_general 92 75093 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:30,367 DEBUG db_general 103 75093 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:30,372 DEBUG db_general 92 75093 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:30,373 DEBUG db_general 103 75093 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:30,376 DEBUG api_user 110 75091 140736596902848 200 OK
+2017-03-16 10:01:30,377 DEBUG api_user 112 75091 140736596902848 Login successfully.
+2017-03-16 10:01:30,380 DEBUG db_general 92 75091 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:30,381 DEBUG db_general 103 75091 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:30,386 DEBUG db_general 92 75091 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:30,387 DEBUG db_general 103 75091 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:30,462 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:30,462 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:30,462 DEBUG test_negative_requests 188 75090 140736596902848 About to add next step to checklist uuid 42481f84-3368-4610-809d-2fdca3b07e83
+2017-03-16 10:01:30,462 DEBUG api_checklist 92 75090 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/42481f84-3368-4610-809d-2fdca3b07e83/eng/74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0/nextstep/
+2017-03-16 10:01:30,466 DEBUG api_user 110 75092 140736596902848 200 OK
+2017-03-16 10:01:30,466 DEBUG api_user 112 75092 140736596902848 Login successfully.
+2017-03-16 10:01:30,471 DEBUG db_general 92 75092 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:30,473 DEBUG db_general 103 75092 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:30,477 DEBUG db_general 92 75092 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:30,479 DEBUG db_general 103 75092 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:30,526 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,527 DEBUG test_negative_requests 192 75090 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:01:30,527 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:01:30,527 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:01:30,534 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:30,536 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:01:30,536 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:30,536 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:01:30,536 DEBUG test_negative_requests 41 75090 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 10:01:30,653 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:30,653 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6af75157-38ff-4ae2-a302-c66d180feffa/1892de1b89c34d139c0085269b9d3796
+2017-03-16 10:01:30,692 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:30,784 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:30,784 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:30,789 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:30,791 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:30,796 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:30,797 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:30,895 DEBUG api_virtual_function 59 75093 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:30,896 DEBUG api_gitlab 195 75093 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/55fdbe2e-ea32-4bf0-b511-315b0117eab9
+2017-03-16 10:01:30,918 DEBUG api_virtual_function 59 75091 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:30,918 DEBUG api_gitlab 195 75091 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/cf5ed87a-2c70-4ff9-b55b-a3b3a4030922
+2017-03-16 10:01:31,009 DEBUG api_user 110 75093 140736596902848 200 OK
+2017-03-16 10:01:31,009 DEBUG api_user 112 75093 140736596902848 Login successfully.
+2017-03-16 10:01:31,025 DEBUG api_user 110 75091 140736596902848 200 OK
+2017-03-16 10:01:31,026 DEBUG api_user 112 75091 140736596902848 Login successfully.
+2017-03-16 10:01:31,060 DEBUG api_virtual_function 59 75092 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:31,061 DEBUG api_gitlab 195 75092 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2f842215-0c57-4366-b090-657376d7b0a1
+2017-03-16 10:01:31,097 DEBUG api_gitlab 213 75093 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:31,098 DEBUG fe_user 26 75093 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:01:31,098 DEBUG fe_user 27 75093 140736596902848 Insert Email
+2017-03-16 10:01:31,110 DEBUG api_gitlab 213 75091 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:31,110 DEBUG fe_user 26 75091 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:01:31,110 DEBUG fe_user 27 75091 140736596902848 Insert Email
+2017-03-16 10:01:31,181 DEBUG api_user 110 75092 140736596902848 200 OK
+2017-03-16 10:01:31,182 DEBUG api_user 112 75092 140736596902848 Login successfully.
+2017-03-16 10:01:31,263 DEBUG api_gitlab 213 75092 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:31,263 DEBUG fe_user 26 75092 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:01:31,263 DEBUG fe_user 27 75092 140736596902848 Insert Email
+2017-03-16 10:01:31,541 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:31,541 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a657123d-995e-4940-a891-6f25eeb56567
+2017-03-16 10:01:31,622 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:31,623 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:31,665 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:31,756 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:31,756 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/48c41803-ba86-4912-b073-5b7812b1888e/b4fcdac3f3b74caebe0898ef6e3f21d8
+2017-03-16 10:01:31,793 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:31,865 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:31,866 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:31,869 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:31,871 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:31,874 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:31,876 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:31,988 DEBUG fe_user 29 75093 140736596902848 Insert Password
+2017-03-16 10:01:32,021 DEBUG fe_user 29 75091 140736596902848 Insert Password
+2017-03-16 10:01:32,223 DEBUG fe_user 29 75092 140736596902848 Insert Password
+2017-03-16 10:01:32,379 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:32,379 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a7fe041b-e126-408f-9c47-558d2d0c2f8d
+2017-03-16 10:01:32,463 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:32,463 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:32,501 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:32,502 DEBUG test_negative_requests 46 75090 140736596902848 About to invite contact to the engagement of user STAuql2
+2017-03-16 10:01:32,502 DEBUG api_virtual_function 102 75090 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 10:01:32,538 DEBUG test_negative_requests 50 75090 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 10:01:32,538 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:01:32,538 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:01:32,553 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:32,554 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:01:32,555 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:32,555 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:01:32,555 DEBUG test_negative_requests 56 75090 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 10:01:32,645 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:32,645 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f2250a09-0016-4a7b-9f9c-8fb54d33a4a8/2a916317cd8d4ca3a5e5d046a815f0ba
+2017-03-16 10:01:32,646 DEBUG fe_user 31 75093 140736596902848 Click Login Button
+2017-03-16 10:01:32,677 DEBUG fe_user 31 75091 140736596902848 Click Login Button
+2017-03-16 10:01:32,692 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:32,783 DEBUG fe_user 33 75093 140736596902848 Login Button clicked
+2017-03-16 10:01:32,789 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:01:32,821 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:32,821 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:32,822 DEBUG fe_user 33 75091 140736596902848 Login Button clicked
+2017-03-16 10:01:32,827 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:32,829 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:32,829 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:01:32,833 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:32,835 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:32,917 DEBUG fe_user 31 75092 140736596902848 Click Login Button
+2017-03-16 10:01:33,051 DEBUG fe_user 33 75092 140736596902848 Login Button clicked
+2017-03-16 10:01:33,057 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:01:33,656 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:33,728 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,024 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,170 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,241 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,453 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:34,454 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/07e849a7-5324-458c-a8dc-46995e818b32
+2017-03-16 10:01:34,537 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,557 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:34,557 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:34,619 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:34,685 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,721 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:34,721 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:34,721 DEBUG test_negative_requests 63 75090 140736596902848 About to add a next step to VF STqX0d7 using STDyMwe@intl.att.com token.
+2017-03-16 10:01:34,722 DEBUG api_virtual_function 18 75090 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/07e849a7-5324-458c-a8dc-46995e818b32/nextsteps
+2017-03-16 10:01:34,755 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:34,779 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f2250a09-0016-4a7b-9f9c-8fb54d33a4a8. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:34,780 DEBUG test_negative_requests 67 75090 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:01:34,925 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:34,926 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:34,926 DEBUG test_negative_requests 63 75090 140736596902848 About to add a next step to VF STqX0d7 using STTX0Pj@intl.att.com token.
+2017-03-16 10:01:34,926 DEBUG api_virtual_function 18 75090 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/07e849a7-5324-458c-a8dc-46995e818b32/nextsteps
+2017-03-16 10:01:35,017 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,018 DEBUG test_negative_requests 67 75090 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:01:35,068 DEBUG db_general 116 75092 140736596902848 Query : select engagement_id from ice_vf Where name = 'STFQiUf';
+2017-03-16 10:01:35,074 DEBUG db_general 128 75092 140736596902848 Query result: 2f842215-0c57-4366-b090-657376d7b0a1
+2017-03-16 10:01:35,079 DEBUG db_general 116 75092 140736596902848 Query : select engagement_id from ice_vf Where name = 'STFQiUf';
+2017-03-16 10:01:35,083 DEBUG db_general 128 75092 140736596902848 Query result: 2f842215-0c57-4366-b090-657376d7b0a1
+2017-03-16 10:01:35,088 DEBUG db_general 116 75092 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '2f842215-0c57-4366-b090-657376d7b0a1';
+2017-03-16 10:01:35,091 DEBUG db_general 128 75092 140736596902848 Query result: 2017-5704
+2017-03-16 10:01:35,097 DEBUG db_general 116 75092 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5704';
+2017-03-16 10:01:35,104 DEBUG db_general 128 75092 140736596902848 Query result: 690
+2017-03-16 10:01:35,118 DEBUG db_general 116 75092 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '2f842215-0c57-4366-b090-657376d7b0a1';
+2017-03-16 10:01:35,124 DEBUG db_general 128 75092 140736596902848 Query result: 2017-5704
+2017-03-16 10:01:35,130 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:35,181 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:35,181 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:35,181 DEBUG test_negative_requests 63 75090 140736596902848 About to add a next step to VF STqX0d7 using admin_ro@att.com token.
+2017-03-16 10:01:35,181 DEBUG api_virtual_function 18 75090 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/07e849a7-5324-458c-a8dc-46995e818b32/nextsteps
+2017-03-16 10:01:35,200 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:35,256 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,256 DEBUG test_negative_requests 67 75090 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:01:35,257 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:01:35,257 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:01:35,267 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:35,274 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:35,282 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:01:35,283 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:35,283 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:01:35,283 DEBUG test_negative_requests 198 75090 140736596902848 Local environment, skipping test...
+2017-03-16 10:01:35,283 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:01:35,284 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:01:35,301 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:35,304 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:01:35,305 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:35,305 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:01:35,467 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:35,467 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6c8fc440-fab6-4e18-b346-68ed5f368a88/5f7c9f422bb4471bbf009eb912ffb378
+2017-03-16 10:01:35,517 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:35,663 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:35,664 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:35,669 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:35,671 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:35,676 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:35,678 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:35,714 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:35,782 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:36,232 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:36,300 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:36,575 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:36,575 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:36,612 DEBUG db_general 116 75092 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '2f842215-0c57-4366-b090-657376d7b0a1';
+2017-03-16 10:01:36,616 DEBUG db_general 128 75092 140736596902848 Query result: ["('f5a33e0c-bc77-4958-81da-08d3b22ea866", "('4b05a72e-8460-47a1-a6f2-f4293d74f00b", "('ab3797aa-31b4-4abf-a940-81b2a4428b6f", "('8e82cd59-39a4-4c59-9024-7742be66b95d"]
+2017-03-16 10:01:36,622 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:01:36,626 DEBUG logFuncEntry 34 75092 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 10:01:36,626 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-03-16 10:01:36,632 DEBUG logFuncEntry 34 75092 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:01:36,632 DEBUG test_ui_base 23 75092 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:01:36,702 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:36,702 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:36,751 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:36,782 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:36,783 DEBUG test_negative_requests 93 75090 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:01:36,823 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:36,912 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:36,912 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:36,912 DEBUG test_negative_requests 99 75090 140736596902848 About to create checklist for VF STfVq1G
+2017-03-16 10:01:36,912 DEBUG api_checklist 16 75090 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:36,917 DEBUG db_general 116 75090 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:01:36,920 DEBUG db_general 128 75090 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:01:36,920 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:37,047 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:37,047 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:37,130 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:37,194 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6c8fc440-fab6-4e18-b346-68ed5f368a88. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:37,194 DEBUG test_negative_requests 103 75090 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:01:37,267 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:37,311 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:37,311 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:37,311 DEBUG test_negative_requests 99 75090 140736596902848 About to create checklist for VF STfVq1G
+2017-03-16 10:01:37,311 DEBUG api_checklist 16 75090 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:37,315 DEBUG db_general 116 75090 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:01:37,319 DEBUG db_general 128 75090 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:01:37,319 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:37,339 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:37,433 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:37,433 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:37,549 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:37,615 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:37,616 DEBUG test_negative_requests 103 75090 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:01:37,742 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:37,743 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:37,743 DEBUG test_negative_requests 99 75090 140736596902848 About to create checklist for VF STfVq1G
+2017-03-16 10:01:37,743 DEBUG api_checklist 16 75090 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:37,747 DEBUG db_general 116 75090 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:01:37,750 DEBUG db_general 128 75090 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:01:37,750 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/71d6d0ed-d488-42ab-8069-68f943158f78
+2017-03-16 10:01:37,786 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:37,878 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:37,879 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:37,880 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:37,976 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:38,034 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:38,035 DEBUG test_negative_requests 103 75090 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:01:38,035 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:01:38,035 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:01:38,047 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:38,049 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:01:38,049 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:38,049 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:01:38,049 DEBUG test_negative_requests 72 75090 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:01:38,180 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:38,180 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/78cddf1c-139e-4a34-a66a-45e61609df22/1a0675166b224ca5873d1f6002b70b97
+2017-03-16 10:01:38,217 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:38,303 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:38,334 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:38,334 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:38,339 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:38,341 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:38,346 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:38,348 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:38,395 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:38,819 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:38,914 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:39,086 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:39,086 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/72a60b80-f86d-42be-aa19-e16a336d56ec
+2017-03-16 10:01:39,109 DEBUG test_ui_base 33 75092 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:01:39,239 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:39,240 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:39,347 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:39,375 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:39,446 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:39,495 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:39,495 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:39,495 DEBUG api_virtual_function 18 75090 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/72a60b80-f86d-42be-aa19-e16a336d56ec/nextsteps
+2017-03-16 10:01:39,702 DEBUG api_virtual_function 32 75090 140736596902848 Next step was added to the engagement!
+2017-03-16 10:01:39,794 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:39,794 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:39,794 DEBUG test_negative_requests 82 75090 140736596902848 About to edit a next step (ns uuid: fef8e225-0344-4621-8eb2-67463fc8fa10) using STl2hv4@intl.att.com token.
+2017-03-16 10:01:39,795 DEBUG api_virtual_function 133 75090 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fef8e225-0344-4621-8eb2-67463fc8fa10/engagement/72a60b80-f86d-42be-aa19-e16a336d56ec/modify/
+2017-03-16 10:01:39,842 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:39,843 DEBUG test_negative_requests 86 75090 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:01:39,867 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:39,968 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:39,971 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:39,972 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:39,972 DEBUG test_negative_requests 82 75090 140736596902848 About to edit a next step (ns uuid: fef8e225-0344-4621-8eb2-67463fc8fa10) using STGo3q7@intl.att.com token.
+2017-03-16 10:01:39,972 DEBUG api_virtual_function 133 75090 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fef8e225-0344-4621-8eb2-67463fc8fa10/engagement/72a60b80-f86d-42be-aa19-e16a336d56ec/modify/
+2017-03-16 10:01:40,046 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,046 DEBUG test_negative_requests 86 75090 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:01:40,210 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:40,210 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:40,210 DEBUG test_negative_requests 82 75090 140736596902848 About to edit a next step (ns uuid: fef8e225-0344-4621-8eb2-67463fc8fa10) using admin_ro@att.com token.
+2017-03-16 10:01:40,210 DEBUG api_virtual_function 133 75090 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fef8e225-0344-4621-8eb2-67463fc8fa10/engagement/72a60b80-f86d-42be-aa19-e16a336d56ec/modify/
+2017-03-16 10:01:40,278 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,280 DEBUG test_negative_requests 86 75090 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:01:40,280 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:01:40,280 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:01:40,290 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:40,295 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:01:40,296 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:40,296 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:01:40,296 DEBUG test_negative_requests 26 75090 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 10:01:40,380 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:40,473 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:40,474 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e4777a23-807b-44f0-b37a-3a9de7ba4eda/49d467713fcb46fc93d9c0604fc6a704
+2017-03-16 10:01:40,485 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:40,573 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:40,664 DEBUG api_user 92 75092 140736596902848 Moving to next test case
+2017-03-16 10:01:40,664 DEBUG api_user 169 75092 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/4a4a83f6-bf21-4ebf-9a18-63bb861f9a10/b65f6c14f33543d9858d10f12902cab1
+2017-03-16 10:01:40,691 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:40,691 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:40,711 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:40,713 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:40,736 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:40,738 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:40,748 DEBUG api_user 172 75092 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:40,878 DEBUG api_user 110 75092 140736596902848 200 OK
+2017-03-16 10:01:40,878 DEBUG api_user 112 75092 140736596902848 Login successfully.
+2017-03-16 10:01:40,882 DEBUG db_general 92 75092 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:40,884 DEBUG db_general 103 75092 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:40,889 DEBUG db_general 92 75092 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:40,891 DEBUG db_general 103 75092 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:40,898 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:41,001 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:41,386 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:41,387 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/28925d89-7235-4dc2-a84d-a89090b4fe1f
+2017-03-16 10:01:41,410 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:41,495 DEBUG api_virtual_function 59 75092 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:41,496 DEBUG api_gitlab 195 75092 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6c2ae2c5-3951-42c6-b1fb-e495c8780350
+2017-03-16 10:01:41,512 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:41,522 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:41,522 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:41,605 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:41,612 DEBUG api_user 110 75092 140736596902848 200 OK
+2017-03-16 10:01:41,612 DEBUG api_user 112 75092 140736596902848 Login successfully.
+2017-03-16 10:01:41,686 DEBUG api_gitlab 213 75092 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:41,686 DEBUG fe_user 26 75092 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:01:41,686 DEBUG fe_user 27 75092 140736596902848 Insert Email
+2017-03-16 10:01:41,734 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:41,734 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/49e4fd1f-8964-4d57-be8f-cac10e0adbf3/29fe4d166ef5435d965c6be5aaac766f
+2017-03-16 10:01:41,923 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:41,936 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:42,026 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:42,085 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:42,085 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:42,091 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:42,093 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:42,097 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:42,099 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:42,440 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:42,541 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:42,643 DEBUG fe_user 29 75092 140736596902848 Insert Password
+2017-03-16 10:01:42,649 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:42,649 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/488f296f-e313-42a7-9783-9d1ebf8582dd
+2017-03-16 10:01:42,778 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:42,778 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:42,853 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:42,854 DEBUG test_negative_requests 31 75090 140736596902848 About to invite team member to the engagement of user STqvYhy
+2017-03-16 10:01:42,854 DEBUG api_virtual_function 73 75090 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 10:01:42,921 ERROR api_virtual_function 95 75090 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:01:42,924 DEBUG test_negative_requests 35 75090 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 10:01:42,924 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:01:42,924 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:01:42,936 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:42,937 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:01:42,938 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:42,938 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:01:42,954 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:43,053 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:43,055 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:43,055 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f674d476-db73-405d-8d17-8ec2e555ef0d/5eaeed749f67463e941b79f3b9270cfc
+2017-03-16 10:01:43,109 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:01:43,218 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:43,219 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:43,226 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:01:43,227 DEBUG db_general 103 75090 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:01:43,232 DEBUG db_general 92 75090 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:01:43,234 DEBUG db_general 103 75090 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:01:43,330 DEBUG fe_user 31 75092 140736596902848 Click Login Button
+2017-03-16 10:01:43,466 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:43,474 DEBUG fe_user 33 75092 140736596902848 Login Button clicked
+2017-03-16 10:01:43,483 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:01:43,565 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:43,980 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:44,003 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:44,078 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:44,175 DEBUG api_virtual_function 59 75090 140736596902848 Virtual Function created successfully!
+2017-03-16 10:01:44,175 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1f4f3c7f-847f-48a2-8a25-8af3107bec41
+2017-03-16 10:01:44,255 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:44,255 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:44,314 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:44,315 DEBUG test_negative_requests 137 75090 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-16 10:01:44,406 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:44,406 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:44,407 DEBUG api_checklist 16 75090 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/1f4f3c7f-847f-48a2-8a25-8af3107bec41
+2017-03-16 10:01:44,410 DEBUG db_general 116 75090 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:01:44,412 DEBUG db_general 128 75090 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:01:44,412 DEBUG api_gitlab 195 75090 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1f4f3c7f-847f-48a2-8a25-8af3107bec41
+2017-03-16 10:01:44,492 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:44,510 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:44,510 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:44,515 DEBUG wait 110 75092 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:44,575 DEBUG api_gitlab 213 75090 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:01:44,591 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:44,923 DEBUG api_checklist 29 75090 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:01:44,924 DEBUG test_negative_requests 141 75090 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-16 10:01:44,924 DEBUG test_negative_requests 145 75090 140736596902848 About to change checklist state for VF ST683sB
+2017-03-16 10:01:45,005 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:45,014 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:45,014 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:45,038 DEBUG db_general 116 75092 140736596902848 Query : select uuid from ice_vf Where name = 'STBdGqF';
+2017-03-16 10:01:45,041 DEBUG db_general 128 75092 140736596902848 Query result: 8b9c19a1-b68c-44cd-a23b-18e9cd6e3175
+2017-03-16 10:01:45,044 DEBUG db_general 116 75092 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBdGqF';
+2017-03-16 10:01:45,047 DEBUG db_general 128 75092 140736596902848 Query result: 6c2ae2c5-3951-42c6-b1fb-e495c8780350
+2017-03-16 10:01:45,052 DEBUG db_general 116 75092 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBdGqF';
+2017-03-16 10:01:45,056 DEBUG db_general 128 75092 140736596902848 Query result: 6c2ae2c5-3951-42c6-b1fb-e495c8780350
+2017-03-16 10:01:45,059 DEBUG db_general 116 75092 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '6c2ae2c5-3951-42c6-b1fb-e495c8780350';
+2017-03-16 10:01:45,062 DEBUG db_general 128 75092 140736596902848 Query result: 2017-5711
+2017-03-16 10:01:45,066 DEBUG db_general 116 75092 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5711';
+2017-03-16 10:01:45,068 DEBUG db_general 128 75092 140736596902848 Query result: 4409
+2017-03-16 10:01:45,075 DEBUG fe_checklist 50 75092 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-16 10:01:45,079 DEBUG db_general 116 75092 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '6c2ae2c5-3951-42c6-b1fb-e495c8780350';
+2017-03-16 10:01:45,082 DEBUG db_general 128 75092 140736596902848 Query result: 2017-5711
+2017-03-16 10:01:45,093 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,094 DEBUG test_negative_requests 149 75090 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:01:45,094 DEBUG test_negative_requests 145 75090 140736596902848 About to change checklist state for VF ST683sB
+2017-03-16 10:01:45,105 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:45,230 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:45,231 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:45,335 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,335 DEBUG test_negative_requests 149 75090 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:01:45,336 DEBUG test_negative_requests 145 75090 140736596902848 About to change checklist state for VF ST683sB
+2017-03-16 10:01:45,404 DEBUG db_general 116 75092 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '6c2ae2c5-3951-42c6-b1fb-e495c8780350';
+2017-03-16 10:01:45,408 DEBUG db_general 128 75092 140736596902848 Query result: ["('69b4f93c-4822-4409-a687-f454c47c65d5", "('5392b25a-8297-4478-a8f0-7dd8df2a4d54", "('f71db317-a6b0-495a-917b-a56ea3de0161", "('6d7c3a45-a30e-4ed9-80fe-2d4ce803f5d5"]
+2017-03-16 10:01:45,412 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:01:45,413 DEBUG logFuncEntry 34 75092 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:01:45,413 DEBUG logFuncEntry 34 75092 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:01:45,420 DEBUG logFuncEntry 34 75092 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-03-16 10:01:45,420 DEBUG test_ui_base 23 75092 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-03-16 10:01:45,482 DEBUG api_user 110 75090 140736596902848 200 OK
+2017-03-16 10:01:45,482 DEBUG api_user 112 75090 140736596902848 Login successfully.
+2017-03-16 10:01:45,516 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:45,616 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,616 DEBUG test_negative_requests 149 75090 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:01:45,617 DEBUG logFuncEntry 34 75090 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:01:45,617 DEBUG logFuncEntry 34 75090 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:01:45,621 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:45,640 DEBUG testApiBase 32 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:01:45,642 DEBUG logFuncEntry 34 75090 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:01:45,642 DEBUG testApiBase 21 75090 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:01:45,643 DEBUG logFuncEntry 34 75090 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:01:46,032 DEBUG wait 110 75091 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:46,137 DEBUG wait 110 75093 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:01:46,282 DEBUG api_user 92 75090 140736596902848 Moving to next test case
+2017-03-16 10:01:46,282 DEBUG api_user 169 75090 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5264defa-8348-4aea-a1b3-5aaeab8bf12f/0e10bf77cc3e4e0ba3fb0d5997235323
+2017-03-16 10:01:46,353 DEBUG api_user 172 75090 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:46,724 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:03:46,724 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:46,724 DEBUG logFuncEntry 34 75472 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:03:46,805 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:46,805 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8e056288-0ded-44d4-afdf-471fdff30aea/bbac9dd17ffc4cd997aea48df932b677
+2017-03-16 10:03:46,839 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:46,946 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:46,947 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:46,950 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:46,952 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:46,955 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:46,956 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:47,166 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:47,166 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3aa37aeb-313d-4ff4-a35b-29f25b538949
+2017-03-16 10:03:47,234 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:47,234 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:47,271 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:47,271 DEBUG test_negative_requests 155 75472 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 10:03:47,336 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:47,336 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:47,336 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/3aa37aeb-313d-4ff4-a35b-29f25b538949
+2017-03-16 10:03:47,339 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:47,341 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:47,341 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3aa37aeb-313d-4ff4-a35b-29f25b538949
+2017-03-16 10:03:47,414 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:47,414 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:47,453 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:47,522 DEBUG api_checklist 29 75472 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:03:47,523 DEBUG test_negative_requests 159 75472 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 10:03:47,595 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:47,595 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:47,595 DEBUG test_negative_requests 165 75472 140736596902848 About to add audit log to checklist uuid 1311c3e9-9021-4771-b574-9d8041c556ab
+2017-03-16 10:03:47,595 DEBUG api_checklist 71 75472 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/1311c3e9-9021-4771-b574-9d8041c556ab/auditlog/
+2017-03-16 10:03:47,629 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8e056288-0ded-44d4-afdf-471fdff30aea. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:47,629 DEBUG test_negative_requests 169 75472 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:03:47,700 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:47,700 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:47,701 DEBUG test_negative_requests 165 75472 140736596902848 About to add audit log to checklist uuid 1311c3e9-9021-4771-b574-9d8041c556ab
+2017-03-16 10:03:47,701 DEBUG api_checklist 71 75472 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/1311c3e9-9021-4771-b574-9d8041c556ab/auditlog/
+2017-03-16 10:03:47,736 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:47,737 DEBUG test_negative_requests 169 75472 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:03:47,737 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:03:47,737 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:03:47,741 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:47,742 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:03:47,742 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:47,743 DEBUG logFuncEntry 34 75472 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:03:47,815 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:47,815 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f12516d0-6ffb-4c33-bf30-ac7651e223ba/707eb0490a65489392f8db76531c25bb
+2017-03-16 10:03:47,846 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:47,918 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:47,918 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:47,922 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:47,923 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:47,926 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:47,928 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:48,140 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:48,140 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fa4eb377-febc-4113-865d-522f7cb25d75
+2017-03-16 10:03:48,248 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:48,248 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:48,290 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:48,290 DEBUG test_negative_requests 178 75472 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-16 10:03:48,397 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:48,398 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:48,398 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/fa4eb377-febc-4113-865d-522f7cb25d75
+2017-03-16 10:03:48,401 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:48,404 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:48,404 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/fa4eb377-febc-4113-865d-522f7cb25d75
+2017-03-16 10:03:48,490 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:48,490 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:48,525 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:48,737 DEBUG api_checklist 29 75472 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:03:48,737 DEBUG test_negative_requests 182 75472 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:03:48,808 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:48,808 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:48,809 DEBUG test_negative_requests 188 75472 140736596902848 About to add next step to checklist uuid 6994ddac-9303-4b73-8bd6-c8057f5644be
+2017-03-16 10:03:48,809 DEBUG api_checklist 92 75472 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/6994ddac-9303-4b73-8bd6-c8057f5644be/eng/fa4eb377-febc-4113-865d-522f7cb25d75/nextstep/
+2017-03-16 10:03:48,841 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f12516d0-6ffb-4c33-bf30-ac7651e223ba. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:48,841 DEBUG test_negative_requests 192 75472 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:03:48,911 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:48,911 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:48,911 DEBUG test_negative_requests 188 75472 140736596902848 About to add next step to checklist uuid 6994ddac-9303-4b73-8bd6-c8057f5644be
+2017-03-16 10:03:48,911 DEBUG api_checklist 92 75472 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/6994ddac-9303-4b73-8bd6-c8057f5644be/eng/fa4eb377-febc-4113-865d-522f7cb25d75/nextstep/
+2017-03-16 10:03:48,950 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:48,950 DEBUG test_negative_requests 192 75472 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:03:49,017 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:49,017 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:49,017 DEBUG test_negative_requests 188 75472 140736596902848 About to add next step to checklist uuid 6994ddac-9303-4b73-8bd6-c8057f5644be
+2017-03-16 10:03:49,018 DEBUG api_checklist 92 75472 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/6994ddac-9303-4b73-8bd6-c8057f5644be/eng/fa4eb377-febc-4113-865d-522f7cb25d75/nextstep/
+2017-03-16 10:03:49,051 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:49,051 DEBUG test_negative_requests 192 75472 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:03:49,052 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:03:49,052 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:03:49,059 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:49,060 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:03:49,060 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:49,061 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:03:49,061 DEBUG test_negative_requests 41 75472 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 10:03:49,136 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:49,136 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/ab1d630d-02c4-4d85-83f2-6e56b22dd30f/70f7e9dcc3354c40a68d283c85690f31
+2017-03-16 10:03:49,171 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:49,255 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:49,255 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:49,258 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:49,260 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:49,263 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:49,264 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:49,575 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:49,575 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/90a03254-5415-4977-91cc-2c70734b197d
+2017-03-16 10:03:49,646 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:49,646 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:49,684 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:49,757 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:49,757 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d9fb6bcb-8800-4728-b494-751cce84aada/9a9ed8b005554108bd1c445f88a07992
+2017-03-16 10:03:49,791 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:49,861 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:49,861 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:49,864 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:49,865 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:49,869 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:49,871 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:50,078 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:50,078 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dd828ee4-6360-454d-9323-ef576c6393b6
+2017-03-16 10:03:50,147 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:50,147 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:50,187 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:50,187 DEBUG test_negative_requests 46 75472 140736596902848 About to invite contact to the engagement of user STLOY6E
+2017-03-16 10:03:50,187 DEBUG api_virtual_function 102 75472 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 10:03:50,219 DEBUG test_negative_requests 50 75472 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 10:03:50,219 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:03:50,219 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:03:50,225 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:50,226 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:03:50,226 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:50,226 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:03:50,226 DEBUG test_negative_requests 56 75472 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 10:03:50,299 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:50,300 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d7be35b4-8d6d-46af-b3c4-7a247c28a3e8/fd1aef8c3fd64d54b543f829fce0edf9
+2017-03-16 10:03:50,332 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:50,403 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:50,404 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:50,407 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:50,408 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:50,411 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:50,412 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:50,621 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:50,621 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b062e7db-4822-4518-bfb1-d79662e45be3
+2017-03-16 10:03:50,691 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:50,691 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:50,726 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:50,796 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:50,796 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:50,796 DEBUG test_negative_requests 63 75472 140736596902848 About to add a next step to VF STWDXFC using STmaMUA@intl.att.com token.
+2017-03-16 10:03:50,797 DEBUG api_virtual_function 18 75472 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b062e7db-4822-4518-bfb1-d79662e45be3/nextsteps
+2017-03-16 10:03:50,824 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d7be35b4-8d6d-46af-b3c4-7a247c28a3e8. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:50,825 DEBUG test_negative_requests 67 75472 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:03:50,894 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:50,895 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:50,895 DEBUG test_negative_requests 63 75472 140736596902848 About to add a next step to VF STWDXFC using STPfCHv@intl.att.com token.
+2017-03-16 10:03:50,895 DEBUG api_virtual_function 18 75472 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b062e7db-4822-4518-bfb1-d79662e45be3/nextsteps
+2017-03-16 10:03:50,928 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:50,928 DEBUG test_negative_requests 67 75472 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:03:50,995 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:50,995 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:50,996 DEBUG test_negative_requests 63 75472 140736596902848 About to add a next step to VF STWDXFC using admin_ro@att.com token.
+2017-03-16 10:03:50,996 DEBUG api_virtual_function 18 75472 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b062e7db-4822-4518-bfb1-d79662e45be3/nextsteps
+2017-03-16 10:03:51,032 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,033 DEBUG test_negative_requests 67 75472 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:03:51,033 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:03:51,033 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:03:51,041 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:51,042 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:03:51,042 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:51,042 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:03:51,042 DEBUG test_negative_requests 198 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:51,042 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:03:51,042 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:03:51,047 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:51,048 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:03:51,048 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:51,048 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:03:51,124 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:51,124 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/d2999c76-9605-439a-a4a0-c2f9ee07375e/352c53145037450caa4f67e7b162391b
+2017-03-16 10:03:51,157 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:51,229 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:51,229 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:51,233 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:51,234 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:51,237 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:51,238 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:51,449 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:51,449 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:51,523 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:51,523 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:51,560 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:51,560 DEBUG test_negative_requests 93 75472 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:03:51,631 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:51,631 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:51,631 DEBUG test_negative_requests 99 75472 140736596902848 About to create checklist for VF STwzecX
+2017-03-16 10:03:51,631 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:51,635 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:51,637 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:51,638 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:51,708 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:51,708 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:51,741 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:51,769 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2999c76-9605-439a-a4a0-c2f9ee07375e. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:51,769 DEBUG test_negative_requests 103 75472 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:03:51,838 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:51,838 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:51,838 DEBUG test_negative_requests 99 75472 140736596902848 About to create checklist for VF STwzecX
+2017-03-16 10:03:51,838 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:51,841 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:51,843 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:51,843 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:51,912 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:51,913 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:51,949 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:51,978 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:51,978 DEBUG test_negative_requests 103 75472 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:03:52,048 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:52,048 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:52,048 DEBUG test_negative_requests 99 75472 140736596902848 About to create checklist for VF STwzecX
+2017-03-16 10:03:52,048 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:52,052 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:52,053 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:52,054 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a099af5f-17f5-4850-8ac3-e70944aee472
+2017-03-16 10:03:52,134 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:52,135 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:52,171 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:52,199 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,199 DEBUG test_negative_requests 103 75472 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:03:52,200 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:03:52,200 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:03:52,206 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:52,208 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:03:52,208 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:52,208 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:03:52,208 DEBUG test_negative_requests 72 75472 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:03:52,281 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:52,281 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b66f9b06-27e9-438b-8115-c09725bf46fc/b677b27cebae4490ac2fb3e07e51e022
+2017-03-16 10:03:52,313 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:52,385 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:52,385 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:52,388 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:52,390 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:52,393 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:52,395 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:52,607 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:52,607 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d5b0bdba-02fb-4bd9-b666-a378ba90e1b6
+2017-03-16 10:03:52,676 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:52,676 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:52,711 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:52,778 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:52,778 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:52,778 DEBUG api_virtual_function 18 75472 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/d5b0bdba-02fb-4bd9-b666-a378ba90e1b6/nextsteps
+2017-03-16 10:03:52,867 DEBUG api_virtual_function 32 75472 140736596902848 Next step was added to the engagement!
+2017-03-16 10:03:52,942 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:52,942 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:52,942 DEBUG test_negative_requests 82 75472 140736596902848 About to edit a next step (ns uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77) using STTrc1K@intl.att.com token.
+2017-03-16 10:03:52,942 DEBUG api_virtual_function 133 75472 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77/engagement/d5b0bdba-02fb-4bd9-b666-a378ba90e1b6/modify/
+2017-03-16 10:03:52,973 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:52,973 DEBUG test_negative_requests 86 75472 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:03:53,043 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:53,043 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:53,043 DEBUG test_negative_requests 82 75472 140736596902848 About to edit a next step (ns uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77) using STeAt62@intl.att.com token.
+2017-03-16 10:03:53,043 DEBUG api_virtual_function 133 75472 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77/engagement/d5b0bdba-02fb-4bd9-b666-a378ba90e1b6/modify/
+2017-03-16 10:03:53,075 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,076 DEBUG test_negative_requests 86 75472 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:03:53,155 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:53,155 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:53,155 DEBUG test_negative_requests 82 75472 140736596902848 About to edit a next step (ns uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77) using admin_ro@att.com token.
+2017-03-16 10:03:53,155 DEBUG api_virtual_function 133 75472 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77/engagement/d5b0bdba-02fb-4bd9-b666-a378ba90e1b6/modify/
+2017-03-16 10:03:53,187 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,187 DEBUG test_negative_requests 86 75472 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:03:53,187 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:03:53,187 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:03:53,193 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:53,195 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:03:53,195 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:53,195 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:03:53,195 DEBUG test_negative_requests 26 75472 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 10:03:53,271 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:53,271 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/23ec717d-ae7e-4d38-8f9a-3cb44c2ddd18/7beeef0a271147bf8d582e7cd32cad61
+2017-03-16 10:03:53,306 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:53,380 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:53,380 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:53,383 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:53,385 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:53,388 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:53,389 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:53,605 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:53,605 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/678efcd1-6de2-4437-93e8-c0948c52a784
+2017-03-16 10:03:53,676 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:53,676 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:53,714 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:53,788 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:53,788 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2ab037cf-bd08-4e27-aa74-0e197994375d/9a53c8895f8c4220a3416e6a8a016f1f
+2017-03-16 10:03:53,821 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:53,891 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:53,891 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:53,894 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:53,895 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:53,898 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:53,900 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:54,108 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:54,108 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a5e3b1e2-984f-4f40-86ca-01b836a157ea
+2017-03-16 10:03:54,178 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:54,178 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:54,217 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:54,218 DEBUG test_negative_requests 31 75472 140736596902848 About to invite team member to the engagement of user STeEnH6
+2017-03-16 10:03:54,218 DEBUG api_virtual_function 73 75472 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 10:03:54,247 ERROR api_virtual_function 95 75472 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:03:54,247 DEBUG test_negative_requests 35 75472 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 10:03:54,247 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:03:54,248 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:03:54,253 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:54,254 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:03:54,254 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:54,254 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:03:54,327 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:54,327 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2663ef65-8974-4eaf-906f-7e58249256e4/69606f213a1946999b4fce1d50f7c2bb
+2017-03-16 10:03:54,361 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:54,464 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:54,464 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:54,468 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:54,470 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:54,473 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:54,474 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:54,682 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:54,683 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ad7de479-2a39-4df3-8ec0-4af2fabb8e13
+2017-03-16 10:03:54,752 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:54,752 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:54,790 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:54,790 DEBUG test_negative_requests 137 75472 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-16 10:03:54,857 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:54,857 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:54,857 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/ad7de479-2a39-4df3-8ec0-4af2fabb8e13
+2017-03-16 10:03:54,860 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:54,862 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:54,862 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ad7de479-2a39-4df3-8ec0-4af2fabb8e13
+2017-03-16 10:03:54,935 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:54,936 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:54,974 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:55,146 DEBUG api_checklist 29 75472 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:03:55,146 DEBUG test_negative_requests 141 75472 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-16 10:03:55,147 DEBUG test_negative_requests 145 75472 140736596902848 About to change checklist state for VF STp4dIo
+2017-03-16 10:03:55,216 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:55,216 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:55,262 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,262 DEBUG test_negative_requests 149 75472 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:03:55,262 DEBUG test_negative_requests 145 75472 140736596902848 About to change checklist state for VF STp4dIo
+2017-03-16 10:03:55,331 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:55,331 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:55,366 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,366 DEBUG test_negative_requests 149 75472 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:03:55,366 DEBUG test_negative_requests 145 75472 140736596902848 About to change checklist state for VF STp4dIo
+2017-03-16 10:03:55,434 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:55,435 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:55,469 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,470 DEBUG test_negative_requests 149 75472 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:03:55,470 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:03:55,470 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:03:55,476 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:55,477 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:03:55,477 DEBUG testApiBase 21 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:03:55,477 DEBUG logFuncEntry 34 75472 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:03:55,556 DEBUG api_user 92 75472 140736596902848 Moving to next test case
+2017-03-16 10:03:55,556 DEBUG api_user 169 75472 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7edd3ec4-0df2-476f-af32-a3254c694619/af8335f6b3864b059b6396c424cc4589
+2017-03-16 10:03:55,590 DEBUG api_user 172 75472 140736596902848 APIUser activated successfully!
+2017-03-16 10:03:55,660 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:55,660 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:55,664 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:03:55,665 DEBUG db_general 103 75472 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:03:55,668 DEBUG db_general 92 75472 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:03:55,669 DEBUG db_general 103 75472 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:03:55,893 DEBUG api_virtual_function 59 75472 140736596902848 Virtual Function created successfully!
+2017-03-16 10:03:55,894 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fb3c5a3-8701-4230-81c6-b3c55a7000f3
+2017-03-16 10:03:55,970 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:55,971 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:56,008 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:56,008 DEBUG test_negative_requests 114 75472 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-16 10:03:56,079 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:56,080 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:56,080 DEBUG api_checklist 16 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/2fb3c5a3-8701-4230-81c6-b3c55a7000f3
+2017-03-16 10:03:56,083 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:56,084 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:56,085 DEBUG api_gitlab 195 75472 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2fb3c5a3-8701-4230-81c6-b3c55a7000f3
+2017-03-16 10:03:56,159 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:56,159 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:56,197 DEBUG api_gitlab 213 75472 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:03:56,381 DEBUG api_checklist 29 75472 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:03:56,381 DEBUG test_negative_requests 118 75472 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:03:56,456 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:56,456 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:56,457 DEBUG test_negative_requests 124 75472 140736596902848 About to update checklist for VF STrhSns
+2017-03-16 10:03:56,457 DEBUG api_checklist 45 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/2fb3c5a3-8701-4230-81c6-b3c55a7000f3
+2017-03-16 10:03:56,461 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:56,462 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:56,491 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7edd3ec4-0df2-476f-af32-a3254c694619. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,491 DEBUG test_negative_requests 128 75472 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:03:56,560 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:56,560 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:56,560 DEBUG test_negative_requests 124 75472 140736596902848 About to update checklist for VF STrhSns
+2017-03-16 10:03:56,560 DEBUG api_checklist 45 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/2fb3c5a3-8701-4230-81c6-b3c55a7000f3
+2017-03-16 10:03:56,564 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:56,565 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:56,598 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 10079e08-8b20-4b7f-8bbe-4c4542ad6688. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,599 DEBUG test_negative_requests 128 75472 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:03:56,665 DEBUG api_user 110 75472 140736596902848 200 OK
+2017-03-16 10:03:56,665 DEBUG api_user 112 75472 140736596902848 Login successfully.
+2017-03-16 10:03:56,665 DEBUG test_negative_requests 124 75472 140736596902848 About to update checklist for VF STrhSns
+2017-03-16 10:03:56,665 DEBUG api_checklist 45 75472 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/2fb3c5a3-8701-4230-81c6-b3c55a7000f3
+2017-03-16 10:03:56,669 DEBUG db_general 116 75472 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:03:56,673 DEBUG db_general 128 75472 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:03:56,706 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,706 DEBUG test_negative_requests 128 75472 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:03:56,706 DEBUG logFuncEntry 34 75472 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:03:56,706 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:03:56,712 DEBUG testApiBase 32 75472 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:03:56,713 DEBUG test_signal_base 28 75472 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-16 10:03:56,713 DEBUG logFuncEntry 34 75472 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:03:56,713 DEBUG test_checklist_signal 25 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:56,713 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:03:56,725 DEBUG test_signal_base 39 75472 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-16 10:03:56,725 DEBUG test_signal_base 28 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:03:56,726 DEBUG logFuncEntry 34 75472 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:03:56,726 DEBUG test_git_signal 124 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:56,726 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:03:56,736 DEBUG test_signal_base 39 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:03:56,736 DEBUG test_signal_base 28 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:03:56,737 DEBUG logFuncEntry 34 75472 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:03:56,737 DEBUG test_git_signal 24 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:56,737 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:03:56,741 DEBUG test_signal_base 39 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:03:56,742 DEBUG test_signal_base 28 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:03:56,742 DEBUG logFuncEntry 34 75472 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:03:56,742 DEBUG test_git_signal 95 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:56,742 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:03:56,754 DEBUG test_signal_base 39 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:03:56,754 DEBUG test_signal_base 28 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:03:56,754 DEBUG logFuncEntry 34 75472 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:03:56,754 DEBUG test_git_signal 73 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:56,754 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:03:56,764 DEBUG test_signal_base 39 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:03:56,765 DEBUG test_signal_base 28 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:03:56,765 DEBUG logFuncEntry 34 75472 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:03:56,766 DEBUG test_git_signal 51 75472 140736596902848 Local environment, skipping test...
+2017-03-16 10:03:56,766 DEBUG logFuncEntry 34 75472 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:03:56,778 DEBUG test_signal_base 39 75472 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:03:56,778 DEBUG logFuncEntry 34 75472 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:03:56,778 DEBUG test_ui_base 23 75472 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 10:19:49,194 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:19:49,194 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:49,194 DEBUG logFuncEntry 34 76178 140736596902848 calling test_add_checklist_audit_log | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:19:49,274 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:49,274 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c5f46498-4933-45c9-a492-644f822ee589/32ffe7ef977f426eab50d5c931518d71
+2017-03-16 10:19:49,305 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:49,372 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:49,372 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:49,376 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:49,377 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:49,380 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:49,381 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:49,598 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:49,598 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8d394bc8-c25e-4edf-92c6-140c17c4eb94
+2017-03-16 10:19:49,671 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:49,672 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:49,711 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:49,711 DEBUG test_negative_requests 155 76178 140736596902848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-03-16 10:19:49,782 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:49,783 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:49,783 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/8d394bc8-c25e-4edf-92c6-140c17c4eb94
+2017-03-16 10:19:49,786 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:49,788 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:49,788 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8d394bc8-c25e-4edf-92c6-140c17c4eb94
+2017-03-16 10:19:49,860 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:49,860 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:49,896 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:49,966 DEBUG api_checklist 29 76178 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:19:49,967 DEBUG test_negative_requests 159 76178 140736596902848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-03-16 10:19:50,051 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:50,051 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:50,051 DEBUG test_negative_requests 165 76178 140736596902848 About to add audit log to checklist uuid 72841328-60de-4240-9d7d-c2f78972c01d
+2017-03-16 10:19:50,051 DEBUG api_checklist 71 76178 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/72841328-60de-4240-9d7d-c2f78972c01d/auditlog/
+2017-03-16 10:19:50,088 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5f46498-4933-45c9-a492-644f822ee589. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:50,088 DEBUG test_negative_requests 169 76178 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:19:50,160 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:50,160 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:50,160 DEBUG test_negative_requests 165 76178 140736596902848 About to add audit log to checklist uuid 72841328-60de-4240-9d7d-c2f78972c01d
+2017-03-16 10:19:50,160 DEBUG api_checklist 71 76178 140736596902848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/72841328-60de-4240-9d7d-c2f78972c01d/auditlog/
+2017-03-16 10:19:50,195 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:50,195 DEBUG test_negative_requests 169 76178 140736596902848 Success! Test failed to add audit log to checklist using other auth token.
+2017-03-16 10:19:50,195 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:19:50,196 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-03-16 10:19:50,202 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:50,204 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:19:50,204 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:50,204 DEBUG logFuncEntry 34 76178 140736596902848 calling test_add_checklist_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:19:50,283 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:50,284 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/547c5334-885a-47b1-b459-5c3ffee98419/b579df44c46742a3a42f97d9ddd476ed
+2017-03-16 10:19:50,318 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:50,392 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:50,393 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:50,396 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:50,397 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:50,400 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:50,401 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:50,619 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:50,619 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a2315478-0187-4a5c-af30-7270ca76a898
+2017-03-16 10:19:50,690 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:50,690 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:50,728 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:50,728 DEBUG test_negative_requests 178 76178 140736596902848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-03-16 10:19:50,798 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:50,798 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:50,798 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/a2315478-0187-4a5c-af30-7270ca76a898
+2017-03-16 10:19:50,801 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:50,803 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:50,803 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/a2315478-0187-4a5c-af30-7270ca76a898
+2017-03-16 10:19:50,876 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:50,876 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:50,911 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:51,092 DEBUG api_checklist 29 76178 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:19:51,092 DEBUG test_negative_requests 182 76178 140736596902848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:19:51,166 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:51,166 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:51,166 DEBUG test_negative_requests 188 76178 140736596902848 About to add next step to checklist uuid 28a09ee5-d569-408a-9e4c-baf866a70f33
+2017-03-16 10:19:51,166 DEBUG api_checklist 92 76178 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/28a09ee5-d569-408a-9e4c-baf866a70f33/eng/a2315478-0187-4a5c-af30-7270ca76a898/nextstep/
+2017-03-16 10:19:51,205 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 547c5334-885a-47b1-b459-5c3ffee98419. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,205 DEBUG test_negative_requests 192 76178 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:19:51,277 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:51,277 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:51,277 DEBUG test_negative_requests 188 76178 140736596902848 About to add next step to checklist uuid 28a09ee5-d569-408a-9e4c-baf866a70f33
+2017-03-16 10:19:51,277 DEBUG api_checklist 92 76178 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/28a09ee5-d569-408a-9e4c-baf866a70f33/eng/a2315478-0187-4a5c-af30-7270ca76a898/nextstep/
+2017-03-16 10:19:51,313 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,313 DEBUG test_negative_requests 192 76178 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:19:51,384 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:51,384 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:51,384 DEBUG test_negative_requests 188 76178 140736596902848 About to add next step to checklist uuid 28a09ee5-d569-408a-9e4c-baf866a70f33
+2017-03-16 10:19:51,384 DEBUG api_checklist 92 76178 140736596902848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/28a09ee5-d569-408a-9e4c-baf866a70f33/eng/a2315478-0187-4a5c-af30-7270ca76a898/nextstep/
+2017-03-16 10:19:51,420 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,420 DEBUG test_negative_requests 192 76178 140736596902848 Success! Test failed to add next steps to checklist using other auth token.
+2017-03-16 10:19:51,420 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:19:51,420 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-03-16 10:19:51,427 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:51,429 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:19:51,429 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:51,429 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_add_contact | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:19:51,429 DEBUG test_negative_requests 41 76178 140736596902848 This negative test will try to add contact to an engagement using other auth token.
+2017-03-16 10:19:51,505 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:51,505 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/12903f6d-ed6c-4b2b-b987-a1458b8dae50/81e4a7cdf0a84f8b9110f6c776651907
+2017-03-16 10:19:51,537 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:51,609 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:51,609 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:51,612 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:51,613 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:51,616 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:51,618 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:51,829 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:51,830 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2489b4bb-b86b-47c9-8514-410158e01bd6
+2017-03-16 10:19:51,899 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:51,899 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:51,935 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:52,009 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:52,009 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/9f88ac73-6002-4bfe-b8b1-28ea0ae005a1/9ce12b7b46484c6ea06e76476313a4fe
+2017-03-16 10:19:52,042 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:52,112 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:52,113 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:52,117 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:52,118 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:52,122 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:52,123 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:52,359 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:52,359 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0c807472-dff2-4112-9f73-cffcc93510cd
+2017-03-16 10:19:52,433 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:52,434 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:52,472 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:52,472 DEBUG test_negative_requests 46 76178 140736596902848 About to invite contact to the engagement of user STKrePj
+2017-03-16 10:19:52,472 DEBUG api_virtual_function 102 76178 140736596902848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/addcontact/
+2017-03-16 10:19:52,504 DEBUG test_negative_requests 50 76178 140736596902848 Success! Test failed to invite contact user using other auth token.
+2017-03-16 10:19:52,504 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:19:52,504 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-03-16 10:19:52,511 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:52,512 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:19:52,512 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:52,513 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_add_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:19:52,513 DEBUG test_negative_requests 56 76178 140736596902848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-03-16 10:19:52,590 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:52,590 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/88afb9fd-583b-4569-a843-d377162fbead/4e791d6829c94bb58033d34c9d6e9a2d
+2017-03-16 10:19:52,622 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:52,696 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:52,696 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:52,700 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:52,701 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:52,704 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:52,705 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:52,950 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:52,950 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/652e9491-dd13-4534-8a74-64d1cad41732
+2017-03-16 10:19:53,020 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:53,020 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:53,062 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:53,129 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:53,130 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:53,130 DEBUG test_negative_requests 63 76178 140736596902848 About to add a next step to VF STtmUjZ using STLMU9D@intl.att.com token.
+2017-03-16 10:19:53,130 DEBUG api_virtual_function 18 76178 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/652e9491-dd13-4534-8a74-64d1cad41732/nextsteps
+2017-03-16 10:19:53,160 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 88afb9fd-583b-4569-a843-d377162fbead. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,161 DEBUG test_negative_requests 67 76178 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:19:53,227 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:53,227 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:53,227 DEBUG test_negative_requests 63 76178 140736596902848 About to add a next step to VF STtmUjZ using dd1122@att.com token.
+2017-03-16 10:19:53,227 DEBUG api_virtual_function 18 76178 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/652e9491-dd13-4534-8a74-64d1cad41732/nextsteps
+2017-03-16 10:19:53,265 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,265 DEBUG test_negative_requests 67 76178 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:19:53,337 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:53,337 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:53,337 DEBUG test_negative_requests 63 76178 140736596902848 About to add a next step to VF STtmUjZ using admin_ro@att.com token.
+2017-03-16 10:19:53,338 DEBUG api_virtual_function 18 76178 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/652e9491-dd13-4534-8a74-64d1cad41732/nextsteps
+2017-03-16 10:19:53,379 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,379 DEBUG test_negative_requests 67 76178 140736596902848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-03-16 10:19:53,380 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:19:53,380 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-03-16 10:19:53,387 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:53,388 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:19:53,388 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:53,389 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_checklist_files | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:19:53,389 DEBUG test_negative_requests 198 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:53,389 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:19:53,389 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-03-16 10:19:53,394 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:53,395 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:19:53,396 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:53,396 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_create_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:19:53,491 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:53,491 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a2007ab0-7b9c-442e-aa6c-237596421cc2/82f3ce493e584de9ac59f55581f9ae03
+2017-03-16 10:19:53,523 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:53,596 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:53,596 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:53,599 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:53,601 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:53,603 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:53,605 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:53,821 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:53,821 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:53,894 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:53,895 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:53,931 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:53,931 DEBUG test_negative_requests 93 76178 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:19:54,002 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,002 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,002 DEBUG test_negative_requests 99 76178 140736596902848 About to create checklist for VF STYtKol
+2017-03-16 10:19:54,002 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:54,006 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:54,008 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:54,008 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:54,081 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,081 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,151 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:54,184 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a2007ab0-7b9c-442e-aa6c-237596421cc2. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,185 DEBUG test_negative_requests 103 76178 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:19:54,259 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,259 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,259 DEBUG test_negative_requests 99 76178 140736596902848 About to create checklist for VF STYtKol
+2017-03-16 10:19:54,259 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:54,262 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:54,264 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:54,264 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:54,335 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,336 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,372 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:54,406 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,407 DEBUG test_negative_requests 103 76178 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:19:54,477 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,477 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,478 DEBUG test_negative_requests 99 76178 140736596902848 About to create checklist for VF STYtKol
+2017-03-16 10:19:54,478 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:54,481 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:54,482 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:54,483 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3c817f83-6791-4d74-b178-b5e0078d99e7
+2017-03-16 10:19:54,553 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,553 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,589 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:54,621 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,621 DEBUG test_negative_requests 103 76178 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:19:54,621 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:19:54,622 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-03-16 10:19:54,629 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:54,630 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:19:54,630 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:54,630 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_edit_next_step | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:19:54,631 DEBUG test_negative_requests 72 76178 140736596902848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-03-16 10:19:54,708 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:54,708 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0cddc740-c78e-4f8c-902c-70d94aff8a6f/975e2c0da6724e97850924f790cc919e
+2017-03-16 10:19:54,739 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:54,807 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:54,807 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:54,812 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:54,813 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:54,816 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:54,817 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:55,035 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:55,035 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/cfc5838f-f9db-4fd6-8dac-c7b6d433bac7
+2017-03-16 10:19:55,111 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:55,111 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:55,151 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:55,225 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:55,225 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:55,225 DEBUG api_virtual_function 18 76178 140736596902848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cfc5838f-f9db-4fd6-8dac-c7b6d433bac7/nextsteps
+2017-03-16 10:19:55,315 DEBUG api_virtual_function 32 76178 140736596902848 Next step was added to the engagement!
+2017-03-16 10:19:55,383 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:55,383 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:55,384 DEBUG test_negative_requests 82 76178 140736596902848 About to edit a next step (ns uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b) using STP1ORv@intl.att.com token.
+2017-03-16 10:19:55,384 DEBUG api_virtual_function 133 76178 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f3e9cb2e-0947-4694-a62a-7b02f42b527b/engagement/cfc5838f-f9db-4fd6-8dac-c7b6d433bac7/modify/
+2017-03-16 10:19:55,416 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,416 DEBUG test_negative_requests 86 76178 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:19:55,490 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:55,490 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:55,490 DEBUG test_negative_requests 82 76178 140736596902848 About to edit a next step (ns uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b) using hs0007@att.com token.
+2017-03-16 10:19:55,490 DEBUG api_virtual_function 133 76178 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f3e9cb2e-0947-4694-a62a-7b02f42b527b/engagement/cfc5838f-f9db-4fd6-8dac-c7b6d433bac7/modify/
+2017-03-16 10:19:55,524 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,524 DEBUG test_negative_requests 86 76178 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:19:55,597 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:55,597 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:55,597 DEBUG test_negative_requests 82 76178 140736596902848 About to edit a next step (ns uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b) using admin_ro@att.com token.
+2017-03-16 10:19:55,597 DEBUG api_virtual_function 133 76178 140736596902848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f3e9cb2e-0947-4694-a62a-7b02f42b527b/engagement/cfc5838f-f9db-4fd6-8dac-c7b6d433bac7/modify/
+2017-03-16 10:19:55,632 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,632 DEBUG test_negative_requests 86 76178 140736596902848 Success! Test failed to edit a next step using other auth token.
+2017-03-16 10:19:55,632 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:19:55,632 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-03-16 10:19:55,638 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:55,640 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:19:55,640 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:55,640 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_invite_member | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:19:55,640 DEBUG test_negative_requests 26 76178 140736596902848 This negative test will try to invite team member to an engagement using other auth token.
+2017-03-16 10:19:55,715 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:55,716 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b0918c8b-00e2-44be-a111-b0b45ac89e47/5c5a3232a0a94475b06502c8d688d496
+2017-03-16 10:19:55,758 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:55,861 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:55,862 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:55,866 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:55,867 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:55,871 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:55,873 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:56,352 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:56,352 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/83ee2871-36ed-4210-b7b2-632b480100f2
+2017-03-16 10:19:56,428 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:56,429 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:56,464 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:56,537 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:56,538 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/276a5d62-f10a-4f44-b0b7-8425bcdb6726/03ee8c2ec2944ed7a8534cb59bdf7bac
+2017-03-16 10:19:56,569 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:56,640 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:56,640 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:56,643 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:56,644 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:56,648 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:56,649 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:56,862 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:56,862 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2d019713-03af-460d-9c45-44ac88205965
+2017-03-16 10:19:56,933 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:56,933 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:56,972 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:56,972 DEBUG test_negative_requests 31 76178 140736596902848 About to invite team member to the engagement of user SThUcGX
+2017-03-16 10:19:56,972 DEBUG api_virtual_function 73 76178 140736596902848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/inviteteammembers/
+2017-03-16 10:19:57,008 ERROR api_virtual_function 95 76178 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:19:57,008 DEBUG test_negative_requests 35 76178 140736596902848 Success! Test failed to invite user using other auth token.
+2017-03-16 10:19:57,009 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:19:57,009 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-03-16 10:19:57,014 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:57,015 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:19:57,015 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:57,015 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_set_checklist_state | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:19:57,094 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:57,094 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f3d29fd0-3bda-4ac5-a498-3b1b750e18c4/087db74566bd40efbeb88ff6b402ece0
+2017-03-16 10:19:57,131 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:57,203 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:57,203 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:57,210 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:57,212 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:57,216 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:57,217 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:57,430 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:57,430 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3dd0bd88-014d-4070-9df5-4b9873b1ce40
+2017-03-16 10:19:57,502 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:57,502 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:57,538 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:57,538 DEBUG test_negative_requests 137 76178 140736596902848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-03-16 10:19:57,611 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:57,611 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:57,611 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/3dd0bd88-014d-4070-9df5-4b9873b1ce40
+2017-03-16 10:19:57,614 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:57,616 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:57,616 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3dd0bd88-014d-4070-9df5-4b9873b1ce40
+2017-03-16 10:19:57,685 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:57,685 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:57,725 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:57,905 DEBUG api_checklist 29 76178 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:19:57,905 DEBUG test_negative_requests 141 76178 140736596902848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-03-16 10:19:57,905 DEBUG test_negative_requests 145 76178 140736596902848 About to change checklist state for VF STJm6uG
+2017-03-16 10:19:57,985 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:57,986 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,027 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,028 DEBUG test_negative_requests 149 76178 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:19:58,028 DEBUG test_negative_requests 145 76178 140736596902848 About to change checklist state for VF STJm6uG
+2017-03-16 10:19:58,100 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:58,101 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,144 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,144 DEBUG test_negative_requests 149 76178 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:19:58,144 DEBUG test_negative_requests 145 76178 140736596902848 About to change checklist state for VF STJm6uG
+2017-03-16 10:19:58,216 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:58,216 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,252 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,252 DEBUG test_negative_requests 149 76178 140736596902848 Success! Test failed to change checklist state using other auth token.
+2017-03-16 10:19:58,252 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:19:58,252 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-03-16 10:19:58,260 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:58,261 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:19:58,261 DEBUG testApiBase 21 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-03-16 10:19:58,261 DEBUG logFuncEntry 34 76178 140736596902848 calling test_negative_update_checklist | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:19:58,340 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:19:58,341 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/e329fc56-e8db-4565-9cdb-3f8d3d4285b1/84bf342cd85647d086e9cec365bd8586
+2017-03-16 10:19:58,373 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:19:58,444 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:58,444 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,447 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:19:58,448 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:19:58,452 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:19:58,453 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:19:58,686 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:19:58,686 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/45b8611e-fabe-4ec9-b060-5a9ba7998dc5
+2017-03-16 10:19:58,759 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:58,760 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,793 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:58,794 DEBUG test_negative_requests 114 76178 140736596902848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-03-16 10:19:58,875 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:58,875 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,875 DEBUG api_checklist 16 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/create/45b8611e-fabe-4ec9-b060-5a9ba7998dc5
+2017-03-16 10:19:58,879 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:58,880 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:58,881 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/45b8611e-fabe-4ec9-b060-5a9ba7998dc5
+2017-03-16 10:19:58,951 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:58,951 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:58,997 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:19:59,183 DEBUG api_checklist 29 76178 140736596902848 DBChecklist was created successfully!
+2017-03-16 10:19:59,183 DEBUG test_negative_requests 118 76178 140736596902848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-03-16 10:19:59,254 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:59,254 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:59,254 DEBUG test_negative_requests 124 76178 140736596902848 About to update checklist for VF STH7Oqn
+2017-03-16 10:19:59,255 DEBUG api_checklist 45 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/45b8611e-fabe-4ec9-b060-5a9ba7998dc5
+2017-03-16 10:19:59,261 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:59,263 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:59,300 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e329fc56-e8db-4565-9cdb-3f8d3d4285b1. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,300 DEBUG test_negative_requests 128 76178 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:19:59,374 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:59,374 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:59,374 DEBUG test_negative_requests 124 76178 140736596902848 About to update checklist for VF STH7Oqn
+2017-03-16 10:19:59,374 DEBUG api_checklist 45 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/45b8611e-fabe-4ec9-b060-5a9ba7998dc5
+2017-03-16 10:19:59,379 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:59,380 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:59,414 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,414 DEBUG test_negative_requests 128 76178 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:19:59,482 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:19:59,482 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:19:59,482 DEBUG test_negative_requests 124 76178 140736596902848 About to update checklist for VF STH7Oqn
+2017-03-16 10:19:59,483 DEBUG api_checklist 45 76178 140736596902848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist/update/45b8611e-fabe-4ec9-b060-5a9ba7998dc5
+2017-03-16 10:19:59,486 DEBUG db_general 116 76178 140736596902848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-03-16 10:19:59,488 DEBUG db_general 128 76178 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-16 10:19:59,523 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,523 DEBUG test_negative_requests 128 76178 140736596902848 Success! Test failed to create checklist using other auth token.
+2017-03-16 10:19:59,523 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:19:59,524 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-03-16 10:19:59,531 DEBUG testApiBase 32 76178 140736596902848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-03-16 10:19:59,532 DEBUG test_signal_base 28 76178 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-03-16 10:19:59,533 DEBUG logFuncEntry 34 76178 140736596902848 calling test_archive_CL | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:19:59,533 DEBUG test_checklist_signal 25 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:59,533 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-03-16 10:19:59,543 DEBUG test_signal_base 39 76178 140736596902848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-03-16 10:19:59,543 DEBUG test_signal_base 28 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:19:59,544 DEBUG logFuncEntry 34 76178 140736596902848 calling test_add_contact | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:19:59,544 DEBUG test_git_signal 124 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:59,544 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-03-16 10:19:59,554 DEBUG test_signal_base 39 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:19:59,554 DEBUG test_signal_base 28 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:19:59,555 DEBUG logFuncEntry 34 76178 140736596902848 calling test_create_eng | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:19:59,555 DEBUG test_git_signal 24 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:59,555 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-03-16 10:19:59,560 DEBUG test_signal_base 39 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:19:59,560 DEBUG test_signal_base 28 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:19:59,561 DEBUG logFuncEntry 34 76178 140736596902848 calling test_invite_member | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:19:59,561 DEBUG test_git_signal 95 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:59,561 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-03-16 10:19:59,565 DEBUG test_signal_base 39 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:19:59,565 DEBUG test_signal_base 28 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:19:59,565 DEBUG logFuncEntry 34 76178 140736596902848 calling test_set_ssh | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:19:59,565 DEBUG test_git_signal 73 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:59,566 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-03-16 10:19:59,570 DEBUG test_signal_base 39 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:19:59,571 DEBUG test_signal_base 28 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+2017-03-16 10:19:59,571 DEBUG logFuncEntry 34 76178 140736596902848 calling test_update_account | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:19:59,571 DEBUG test_git_signal 51 76178 140736596902848 Local environment, skipping test...
+2017-03-16 10:19:59,571 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-03-16 10:19:59,578 DEBUG test_signal_base 39 76178 140736596902848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-03-16 10:19:59,579 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:19:59,579 DEBUG test_ui_base 23 76178 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-03-16 10:20:01,703 DEBUG test_ui_base 33 76178 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:20:02,912 DEBUG api_user 92 76178 140736596902848 Moving to next test case
+2017-03-16 10:20:02,912 DEBUG api_user 169 76178 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/cc34a202-b7bb-4c6e-aec5-2005462f3dc7/cbfe15592def4e42b94eb5aca4e9bb9d
+2017-03-16 10:20:02,945 DEBUG api_user 172 76178 140736596902848 APIUser activated successfully!
+2017-03-16 10:20:03,043 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:20:03,043 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:20:03,048 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:20:03,049 DEBUG db_general 103 76178 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:20:03,053 DEBUG db_general 92 76178 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:20:03,054 DEBUG db_general 103 76178 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:20:03,303 DEBUG api_virtual_function 59 76178 140736596902848 Virtual Function created successfully!
+2017-03-16 10:20:03,303 DEBUG api_gitlab 195 76178 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/f978e096-5f06-41ba-80d1-5fab2493deff
+2017-03-16 10:20:03,379 DEBUG api_user 110 76178 140736596902848 200 OK
+2017-03-16 10:20:03,379 DEBUG api_user 112 76178 140736596902848 Login successfully.
+2017-03-16 10:20:03,420 DEBUG api_gitlab 213 76178 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:20:03,420 DEBUG fe_user 26 76178 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:20:03,421 DEBUG fe_user 27 76178 140736596902848 Insert Email
+2017-03-16 10:20:04,254 DEBUG fe_user 29 76178 140736596902848 Insert Password
+2017-03-16 10:20:04,920 DEBUG fe_user 31 76178 140736596902848 Click Login Button
+2017-03-16 10:20:05,025 DEBUG fe_user 33 76178 140736596902848 Login Button clicked
+2017-03-16 10:20:05,029 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:20:05,668 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:06,188 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:06,703 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:07,218 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:07,733 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:08,247 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:08,762 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:09,276 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:09,787 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:10,307 DEBUG wait 110 76178 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:13,715 DEBUG logFuncEntry 34 76178 140736596902848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:20:13,715 DEBUG logFuncEntry 34 76178 140736596902848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-03-16 10:20:13,731 DEBUG test_ui_base 49 76178 140736596902848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-03-16 10:20:13,732 DEBUG logFuncEntry 34 76178 140736596902848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-03-16 10:20:13,732 DEBUG test_ui_base 23 76178 140736596902848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-03-16 10:20:41,397 DEBUG logFuncEntry 34 76444 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:20:41,397 DEBUG test_ui_base 23 76444 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:20:43,516 DEBUG test_ui_base 33 76444 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:20:44,641 DEBUG api_user 92 76444 140736596902848 Moving to next test case
+2017-03-16 10:20:44,641 DEBUG api_user 169 76444 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c4f80c92-fe35-49db-9626-4d83e318835c/a1d6e032004d4e259a957ba1c7196845
+2017-03-16 10:20:44,674 DEBUG api_user 172 76444 140736596902848 APIUser activated successfully!
+2017-03-16 10:20:44,748 DEBUG api_user 110 76444 140736596902848 200 OK
+2017-03-16 10:20:44,749 DEBUG api_user 112 76444 140736596902848 Login successfully.
+2017-03-16 10:20:44,753 DEBUG db_general 92 76444 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:20:44,754 DEBUG db_general 103 76444 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:20:44,758 DEBUG db_general 92 76444 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:20:44,759 DEBUG db_general 103 76444 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:20:44,992 DEBUG api_virtual_function 59 76444 140736596902848 Virtual Function created successfully!
+2017-03-16 10:20:44,992 DEBUG api_gitlab 195 76444 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d7d9e0a9-dbc7-431c-8dca-058f928fbaf1
+2017-03-16 10:20:45,065 DEBUG api_user 110 76444 140736596902848 200 OK
+2017-03-16 10:20:45,065 DEBUG api_user 112 76444 140736596902848 Login successfully.
+2017-03-16 10:20:45,105 DEBUG api_gitlab 213 76444 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:20:45,105 DEBUG fe_user 26 76444 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:20:45,105 DEBUG fe_user 27 76444 140736596902848 Insert Email
+2017-03-16 10:20:45,994 DEBUG fe_user 29 76444 140736596902848 Insert Password
+2017-03-16 10:20:46,674 DEBUG fe_user 31 76444 140736596902848 Click Login Button
+2017-03-16 10:20:46,773 DEBUG fe_user 33 76444 140736596902848 Login Button clicked
+2017-03-16 10:20:46,782 DEBUG wait 110 76444 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:20:47,295 DEBUG wait 110 76444 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:20:47,822 DEBUG db_general 116 76444 140736596902848 Query : select uuid from ice_vf Where name = 'STGch8f';
+2017-03-16 10:20:47,825 DEBUG db_general 128 76444 140736596902848 Query result: 01efe656-4bad-4dce-af69-c28cc613f1d2
+2017-03-16 10:20:47,829 DEBUG db_general 116 76444 140736596902848 Query : select engagement_id from ice_vf Where name = 'STGch8f';
+2017-03-16 10:20:47,832 DEBUG db_general 128 76444 140736596902848 Query result: d7d9e0a9-dbc7-431c-8dca-058f928fbaf1
+2017-03-16 10:20:47,835 DEBUG db_general 116 76444 140736596902848 Query : select engagement_id from ice_vf Where name = 'STGch8f';
+2017-03-16 10:20:47,838 DEBUG db_general 128 76444 140736596902848 Query result: d7d9e0a9-dbc7-431c-8dca-058f928fbaf1
+2017-03-16 10:20:47,842 DEBUG db_general 116 76444 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7d9e0a9-dbc7-431c-8dca-058f928fbaf1';
+2017-03-16 10:20:47,844 DEBUG db_general 128 76444 140736596902848 Query result: 2017-5737
+2017-03-16 10:20:47,849 DEBUG db_general 116 76444 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5737';
+2017-03-16 10:20:47,852 DEBUG db_general 128 76444 140736596902848 Query result: 2
+2017-03-16 10:20:47,859 DEBUG fe_checklist 50 76444 140736596902848 EL email: hs0007@att.com
+2017-03-16 10:20:47,862 DEBUG db_general 116 76444 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7d9e0a9-dbc7-431c-8dca-058f928fbaf1';
+2017-03-16 10:20:47,864 DEBUG db_general 128 76444 140736596902848 Query result: 2017-5737
+2017-03-16 10:20:48,128 DEBUG db_general 116 76444 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'd7d9e0a9-dbc7-431c-8dca-058f928fbaf1';
+2017-03-16 10:20:48,135 DEBUG db_general 128 76444 140736596902848 Query result: ["('5b2d3cb4-b1ec-49b2-bf10-4ce509bc845f", "('dab86eb2-01df-49d8-8153-2ca23015f787", "('0e4465f9-3881-40ce-90f8-90fde8f2c34c", "('399e2333-dda3-4d2a-af25-2c82ebc53297"]
+2017-03-16 10:20:48,140 ERROR exception_decor 21 76444 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:20:48,142 DEBUG logFuncEntry 34 76444 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:20:48,142 DEBUG logFuncEntry 34 76444 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:23:18,806 DEBUG logFuncEntry 34 76570 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:23:18,807 DEBUG test_ui_base 23 76570 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:23:20,961 DEBUG test_ui_base 33 76570 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:23:22,138 DEBUG api_user 92 76570 140736596902848 Moving to next test case
+2017-03-16 10:23:22,139 DEBUG api_user 169 76570 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/312c7e24-de18-4b24-b72f-fb83996ebb23/7b9bd69d25e446ca96b1335fc3538905
+2017-03-16 10:23:22,183 DEBUG api_user 172 76570 140736596902848 APIUser activated successfully!
+2017-03-16 10:23:22,259 DEBUG api_user 110 76570 140736596902848 200 OK
+2017-03-16 10:23:22,259 DEBUG api_user 112 76570 140736596902848 Login successfully.
+2017-03-16 10:23:22,263 DEBUG db_general 92 76570 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:23:22,264 DEBUG db_general 103 76570 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:23:22,268 DEBUG db_general 92 76570 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:23:22,269 DEBUG db_general 103 76570 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:23:22,516 DEBUG api_virtual_function 59 76570 140736596902848 Virtual Function created successfully!
+2017-03-16 10:23:22,516 DEBUG api_gitlab 195 76570 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/143e6d47-d76c-4398-a9aa-c0cb3d815487
+2017-03-16 10:23:22,590 DEBUG api_user 110 76570 140736596902848 200 OK
+2017-03-16 10:23:22,590 DEBUG api_user 112 76570 140736596902848 Login successfully.
+2017-03-16 10:23:22,634 DEBUG api_gitlab 213 76570 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:23:22,635 DEBUG fe_user 26 76570 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:23:22,635 DEBUG fe_user 27 76570 140736596902848 Insert Email
+2017-03-16 10:23:23,503 DEBUG fe_user 29 76570 140736596902848 Insert Password
+2017-03-16 10:23:24,172 DEBUG fe_user 31 76570 140736596902848 Click Login Button
+2017-03-16 10:23:24,273 DEBUG fe_user 33 76570 140736596902848 Login Button clicked
+2017-03-16 10:23:24,279 DEBUG wait 110 76570 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:23:24,803 DEBUG wait 110 76570 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:23:25,332 DEBUG db_general 116 76570 140736596902848 Query : select uuid from ice_vf Where name = 'STBID7K';
+2017-03-16 10:23:25,335 DEBUG db_general 128 76570 140736596902848 Query result: c557a25b-f128-4322-9b92-2b2c2c810e02
+2017-03-16 10:23:25,340 DEBUG db_general 116 76570 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBID7K';
+2017-03-16 10:23:25,343 DEBUG db_general 128 76570 140736596902848 Query result: 143e6d47-d76c-4398-a9aa-c0cb3d815487
+2017-03-16 10:23:25,347 DEBUG db_general 116 76570 140736596902848 Query : select engagement_id from ice_vf Where name = 'STBID7K';
+2017-03-16 10:23:25,350 DEBUG db_general 128 76570 140736596902848 Query result: 143e6d47-d76c-4398-a9aa-c0cb3d815487
+2017-03-16 10:23:25,354 DEBUG db_general 116 76570 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '143e6d47-d76c-4398-a9aa-c0cb3d815487';
+2017-03-16 10:23:25,356 DEBUG db_general 128 76570 140736596902848 Query result: 2017-5738
+2017-03-16 10:23:25,360 DEBUG db_general 116 76570 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5738';
+2017-03-16 10:23:25,362 DEBUG db_general 128 76570 140736596902848 Query result: 588
+2017-03-16 10:23:25,367 DEBUG fe_checklist 50 76570 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-16 10:23:25,370 DEBUG db_general 116 76570 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '143e6d47-d76c-4398-a9aa-c0cb3d815487';
+2017-03-16 10:23:25,372 DEBUG db_general 128 76570 140736596902848 Query result: 2017-5738
+2017-03-16 10:24:18,811 DEBUG db_general 116 76570 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '143e6d47-d76c-4398-a9aa-c0cb3d815487';
+2017-03-16 10:24:26,745 DEBUG db_general 128 76570 140736596902848 Query result: ["('9303c603-f875-4423-9135-518b2231f237", "('5d53d2d8-9bad-4784-92ae-22c0cf0df097", "('3e7f7f26-7455-48d1-836b-5d00ef6470dc", "('21b0ba8b-72ff-4de7-b151-f18af9adb2d8"]
+2017-03-16 10:25:23,757 ERROR exception_decor 21 76570 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:25:23,763 DEBUG logFuncEntry 34 76570 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:25:23,764 DEBUG logFuncEntry 34 76570 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:26:20,789 DEBUG logFuncEntry 34 76723 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:26:20,791 DEBUG test_ui_base 23 76723 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:26:23,065 DEBUG test_ui_base 33 76723 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:26:24,280 DEBUG api_user 92 76723 140736596902848 Moving to next test case
+2017-03-16 10:26:24,281 DEBUG api_user 169 76723 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a200ef25-b337-4442-b79e-ddee7ddd4ba8/2a89ef34b9bc4ceaa80205f2a105a08d
+2017-03-16 10:26:24,330 DEBUG api_user 172 76723 140736596902848 APIUser activated successfully!
+2017-03-16 10:26:24,430 DEBUG api_user 110 76723 140736596902848 200 OK
+2017-03-16 10:26:24,430 DEBUG api_user 112 76723 140736596902848 Login successfully.
+2017-03-16 10:26:24,436 DEBUG db_general 92 76723 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:26:24,437 DEBUG db_general 103 76723 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:26:24,441 DEBUG db_general 92 76723 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:26:24,443 DEBUG db_general 103 76723 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:26:24,713 DEBUG api_virtual_function 59 76723 140736596902848 Virtual Function created successfully!
+2017-03-16 10:26:24,714 DEBUG api_gitlab 195 76723 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6f8aa0f1-8aa8-42bc-b2a4-db54d986ce2d
+2017-03-16 10:26:24,790 DEBUG api_user 110 76723 140736596902848 200 OK
+2017-03-16 10:26:24,790 DEBUG api_user 112 76723 140736596902848 Login successfully.
+2017-03-16 10:26:24,846 DEBUG api_gitlab 213 76723 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:26:24,846 DEBUG fe_user 26 76723 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:26:24,847 DEBUG fe_user 27 76723 140736596902848 Insert Email
+2017-03-16 10:26:25,767 DEBUG fe_user 29 76723 140736596902848 Insert Password
+2017-03-16 10:26:26,445 DEBUG fe_user 31 76723 140736596902848 Click Login Button
+2017-03-16 10:26:26,556 DEBUG fe_user 33 76723 140736596902848 Login Button clicked
+2017-03-16 10:26:26,566 DEBUG wait 110 76723 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:26:27,083 DEBUG wait 110 76723 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:26:27,613 DEBUG db_general 116 76723 140736596902848 Query : select uuid from ice_vf Where name = 'STUCB8r';
+2017-03-16 10:31:41,943 DEBUG db_general 128 76723 140736596902848 Query result: 7603bdeb-3b7e-43b1-8532-61df6f1dee3a
+2017-03-16 10:31:50,159 DEBUG db_general 116 76723 140736596902848 Query : select engagement_id from ice_vf Where name = 'STUCB8r';
+2017-03-16 10:32:03,044 DEBUG db_general 128 76723 140736596902848 Query result: 6f8aa0f1-8aa8-42bc-b2a4-db54d986ce2d
+2017-03-16 10:32:05,936 DEBUG db_general 116 76723 140736596902848 Query : select engagement_id from ice_vf Where name = 'STUCB8r';
+2017-03-16 10:32:16,161 DEBUG db_general 128 76723 140736596902848 Query result: 6f8aa0f1-8aa8-42bc-b2a4-db54d986ce2d
+2017-03-16 10:32:19,555 DEBUG db_general 116 76723 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '6f8aa0f1-8aa8-42bc-b2a4-db54d986ce2d';
+2017-03-16 10:32:31,796 DEBUG db_general 128 76723 140736596902848 Query result: 2017-5739
+2017-03-16 10:32:34,373 DEBUG db_general 116 76723 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5739';
+2017-03-16 10:32:44,550 DEBUG db_general 128 76723 140736596902848 Query result: 588
+2017-03-16 10:32:49,921 DEBUG fe_checklist 50 76723 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-16 10:32:51,576 DEBUG db_general 116 76723 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '6f8aa0f1-8aa8-42bc-b2a4-db54d986ce2d';
+2017-03-16 10:33:00,954 DEBUG db_general 128 76723 140736596902848 Query result: 2017-5739
+2017-03-16 10:33:16,981 DEBUG db_general 116 76723 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '6f8aa0f1-8aa8-42bc-b2a4-db54d986ce2d';
+2017-03-16 10:33:56,642 DEBUG db_general 128 76723 140736596902848 Query result: ["('81f7d941-2f29-4e50-a429-16e985397278", "('a10eb06b-d5d7-4d9d-8e18-5a79b6597ec1", "('7ef6129b-0ca7-4c2a-a5fe-d3e11c9b4522", "('23f83332-fd20-4647-9250-e08ecd04dd77"]
+2017-03-16 10:34:43,466 ERROR exception_decor 21 76723 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:34:43,471 DEBUG logFuncEntry 34 76723 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:34:43,472 DEBUG logFuncEntry 34 76723 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:35:08,148 DEBUG logFuncEntry 34 77084 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:35:08,150 DEBUG test_ui_base 23 77084 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:35:10,381 DEBUG test_ui_base 33 77084 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:35:11,653 DEBUG api_user 92 77084 140736596902848 Moving to next test case
+2017-03-16 10:35:11,654 DEBUG api_user 169 77084 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/b6e8bd10-44a3-4107-9fb3-f48eb53cfba5/346d91cf681544f4a5ede62f5c2961d0
+2017-03-16 10:35:11,696 DEBUG api_user 172 77084 140736596902848 APIUser activated successfully!
+2017-03-16 10:35:11,788 DEBUG api_user 110 77084 140736596902848 200 OK
+2017-03-16 10:35:11,789 DEBUG api_user 112 77084 140736596902848 Login successfully.
+2017-03-16 10:35:11,793 DEBUG db_general 92 77084 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:35:11,795 DEBUG db_general 103 77084 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:35:11,799 DEBUG db_general 92 77084 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:35:11,801 DEBUG db_general 103 77084 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:35:12,055 DEBUG api_virtual_function 59 77084 140736596902848 Virtual Function created successfully!
+2017-03-16 10:35:12,056 DEBUG api_gitlab 195 77084 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ddcf6af8-2969-4bb1-b6c7-b63a443b7ddc
+2017-03-16 10:35:12,132 DEBUG api_user 110 77084 140736596902848 200 OK
+2017-03-16 10:35:12,133 DEBUG api_user 112 77084 140736596902848 Login successfully.
+2017-03-16 10:35:12,186 DEBUG api_gitlab 213 77084 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:35:12,187 DEBUG fe_user 26 77084 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:35:12,187 DEBUG fe_user 27 77084 140736596902848 Insert Email
+2017-03-16 10:35:13,064 DEBUG fe_user 29 77084 140736596902848 Insert Password
+2017-03-16 10:35:13,740 DEBUG fe_user 31 77084 140736596902848 Click Login Button
+2017-03-16 10:35:13,846 DEBUG fe_user 33 77084 140736596902848 Login Button clicked
+2017-03-16 10:35:13,852 DEBUG wait 110 77084 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:35:14,367 DEBUG wait 110 77084 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:35:14,901 DEBUG db_general 116 77084 140736596902848 Query : select uuid from ice_vf Where name = 'STnbHt3';
+2017-03-16 10:35:27,023 DEBUG db_general 128 77084 140736596902848 Query result: f9c5759c-ba7e-4821-a5cd-4a066d645f94
+2017-03-16 10:35:27,028 DEBUG db_general 116 77084 140736596902848 Query : select engagement_id from ice_vf Where name = 'STnbHt3';
+2017-03-16 10:36:05,941 DEBUG db_general 128 77084 140736596902848 Query result: ddcf6af8-2969-4bb1-b6c7-b63a443b7ddc
+2017-03-16 10:36:05,971 DEBUG db_general 116 77084 140736596902848 Query : select engagement_id from ice_vf Where name = 'STnbHt3';
+2017-03-16 10:36:06,859 DEBUG db_general 130 77084 140736596902848 Query result: ddcf6af8-2969-4bb1-b6c7-b63a443b7ddc
+2017-03-16 10:36:06,864 DEBUG db_general 116 77084 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ddcf6af8-2969-4bb1-b6c7-b63a443b7ddc';
+2017-03-16 10:36:07,684 DEBUG db_general 130 77084 140736596902848 Query result: 2017-5740
+2017-03-16 10:36:07,690 DEBUG db_general 116 77084 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5740';
+2017-03-16 10:36:08,714 DEBUG db_general 130 77084 140736596902848 Query result: 588
+2017-03-16 10:36:08,723 DEBUG fe_checklist 50 77084 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-16 10:36:08,727 DEBUG db_general 116 77084 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ddcf6af8-2969-4bb1-b6c7-b63a443b7ddc';
+2017-03-16 10:36:09,741 DEBUG db_general 130 77084 140736596902848 Query result: 2017-5740
+2017-03-16 10:36:21,838 DEBUG db_general 116 77084 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'ddcf6af8-2969-4bb1-b6c7-b63a443b7ddc';
+2017-03-16 10:36:21,842 DEBUG db_general 130 77084 140736596902848 Query result: ["('0f3c539c-e82e-4827-ab16-bea780855e1f", "('adeff2c5-4d0a-46cc-abda-a85586b0a831", "('781ed277-fa1e-4109-84db-cd9d47a2a7e2", "('1bc32ca7-228c-49fe-8ccf-8fa3c2e7348f"]
+2017-03-16 10:36:21,852 ERROR exception_decor 21 77084 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:21,856 DEBUG logFuncEntry 34 77084 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:36:21,856 DEBUG logFuncEntry 34 77084 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:36:33,702 DEBUG logFuncEntry 34 77179 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:36:33,703 DEBUG test_ui_base 23 77179 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:36:35,932 DEBUG test_ui_base 33 77179 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:36:37,145 DEBUG api_user 92 77179 140736596902848 Moving to next test case
+2017-03-16 10:36:37,146 DEBUG api_user 169 77179 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6262ff44-c36b-4acc-8198-21c009de1990/e8a4c7e1871f4ec8a4922284cd31873a
+2017-03-16 10:36:37,188 DEBUG api_user 172 77179 140736596902848 APIUser activated successfully!
+2017-03-16 10:36:37,273 DEBUG api_user 110 77179 140736596902848 200 OK
+2017-03-16 10:36:37,273 DEBUG api_user 112 77179 140736596902848 Login successfully.
+2017-03-16 10:36:37,277 DEBUG db_general 92 77179 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:36:37,278 DEBUG db_general 103 77179 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:36:37,282 DEBUG db_general 92 77179 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:36:37,283 DEBUG db_general 103 77179 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:36:37,566 DEBUG api_virtual_function 59 77179 140736596902848 Virtual Function created successfully!
+2017-03-16 10:36:37,567 DEBUG api_gitlab 195 77179 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/3baa3c3a-e700-4a59-94fd-be02d4200fbe
+2017-03-16 10:36:37,644 DEBUG api_user 110 77179 140736596902848 200 OK
+2017-03-16 10:36:37,644 DEBUG api_user 112 77179 140736596902848 Login successfully.
+2017-03-16 10:36:37,691 DEBUG api_gitlab 213 77179 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:36:37,691 DEBUG fe_user 26 77179 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:36:37,692 DEBUG fe_user 27 77179 140736596902848 Insert Email
+2017-03-16 10:36:38,587 DEBUG fe_user 29 77179 140736596902848 Insert Password
+2017-03-16 10:36:39,260 DEBUG fe_user 31 77179 140736596902848 Click Login Button
+2017-03-16 10:36:39,371 DEBUG fe_user 33 77179 140736596902848 Login Button clicked
+2017-03-16 10:36:39,378 DEBUG wait 110 77179 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:36:39,898 DEBUG wait 110 77179 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:36:40,427 DEBUG db_general 116 77179 140736596902848 Query : select uuid from ice_vf Where name = 'ST23X5V';
+2017-03-16 10:36:40,429 DEBUG db_general 130 77179 140736596902848 Query result: b41b9be6-0844-4b4e-ae2d-c739596c7653
+2017-03-16 10:36:40,433 DEBUG db_general 116 77179 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST23X5V';
+2017-03-16 10:36:40,436 DEBUG db_general 130 77179 140736596902848 Query result: 3baa3c3a-e700-4a59-94fd-be02d4200fbe
+2017-03-16 10:36:40,440 DEBUG db_general 116 77179 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST23X5V';
+2017-03-16 10:36:40,443 DEBUG db_general 130 77179 140736596902848 Query result: 3baa3c3a-e700-4a59-94fd-be02d4200fbe
+2017-03-16 10:36:40,447 DEBUG db_general 116 77179 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '3baa3c3a-e700-4a59-94fd-be02d4200fbe';
+2017-03-16 10:36:40,449 DEBUG db_general 130 77179 140736596902848 Query result: 2017-5741
+2017-03-16 10:36:40,454 DEBUG db_general 116 77179 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5741';
+2017-03-16 10:36:40,457 DEBUG db_general 130 77179 140736596902848 Query result: 761
+2017-03-16 10:36:40,463 DEBUG fe_checklist 50 77179 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-16 10:36:40,467 DEBUG db_general 116 77179 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '3baa3c3a-e700-4a59-94fd-be02d4200fbe';
+2017-03-16 10:36:40,470 DEBUG db_general 130 77179 140736596902848 Query result: 2017-5741
+2017-03-16 10:36:49,641 DEBUG db_general 116 77179 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '3baa3c3a-e700-4a59-94fd-be02d4200fbe';
+2017-03-16 10:36:49,644 DEBUG db_general 130 77179 140736596902848 Query result: ["('9da61f94-9fb6-43dc-8f44-ad19b308c3c1", "('30ec7ffc-626b-489b-8170-b49de14960f6", "('ba2cd35b-c7c4-4173-a404-6bb717d5f545", "('f70da2a5-881c-4448-8288-6c08153ebec8"]
+2017-03-16 10:36:49,648 ERROR exception_decor 21 77179 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:49,655 DEBUG logFuncEntry 34 77179 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:36:49,656 DEBUG logFuncEntry 34 77179 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:37:18,389 DEBUG logFuncEntry 34 77248 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:37:18,390 DEBUG test_ui_base 23 77248 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:37:20,590 DEBUG test_ui_base 33 77248 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:37:21,781 DEBUG api_user 92 77248 140736596902848 Moving to next test case
+2017-03-16 10:37:21,781 DEBUG api_user 169 77248 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3144717f-61a9-4596-9ecd-3e4a39ab37e7/67582fd7b0c24fdd9bc721cb8b048d6b
+2017-03-16 10:37:21,823 DEBUG api_user 172 77248 140736596902848 APIUser activated successfully!
+2017-03-16 10:37:21,912 DEBUG api_user 110 77248 140736596902848 200 OK
+2017-03-16 10:37:21,913 DEBUG api_user 112 77248 140736596902848 Login successfully.
+2017-03-16 10:37:21,917 DEBUG db_general 92 77248 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:37:21,918 DEBUG db_general 103 77248 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:37:21,922 DEBUG db_general 92 77248 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:37:21,923 DEBUG db_general 103 77248 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:37:22,193 DEBUG api_virtual_function 59 77248 140736596902848 Virtual Function created successfully!
+2017-03-16 10:37:22,194 DEBUG api_gitlab 195 77248 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5cc0e05d-13ec-43ed-86ef-5cccf1c0df2d
+2017-03-16 10:37:22,268 DEBUG api_user 110 77248 140736596902848 200 OK
+2017-03-16 10:37:22,269 DEBUG api_user 112 77248 140736596902848 Login successfully.
+2017-03-16 10:37:22,312 DEBUG api_gitlab 213 77248 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:37:22,313 DEBUG fe_user 26 77248 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:37:22,313 DEBUG fe_user 27 77248 140736596902848 Insert Email
+2017-03-16 10:37:23,196 DEBUG fe_user 29 77248 140736596902848 Insert Password
+2017-03-16 10:37:23,875 DEBUG fe_user 31 77248 140736596902848 Click Login Button
+2017-03-16 10:37:23,986 DEBUG fe_user 33 77248 140736596902848 Login Button clicked
+2017-03-16 10:37:23,993 DEBUG wait 110 77248 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:37:24,512 DEBUG wait 110 77248 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:37:25,042 DEBUG db_general 116 77248 140736596902848 Query : select uuid from ice_vf Where name = 'STJkRhU';
+2017-03-16 10:37:25,044 DEBUG db_general 130 77248 140736596902848 Query result: a8bed2f6-7c7a-403c-9242-1f652de2c97c
+2017-03-16 10:37:25,049 DEBUG db_general 116 77248 140736596902848 Query : select engagement_id from ice_vf Where name = 'STJkRhU';
+2017-03-16 10:37:25,052 DEBUG db_general 130 77248 140736596902848 Query result: 5cc0e05d-13ec-43ed-86ef-5cccf1c0df2d
+2017-03-16 10:37:25,055 DEBUG db_general 116 77248 140736596902848 Query : select engagement_id from ice_vf Where name = 'STJkRhU';
+2017-03-16 10:37:25,058 DEBUG db_general 130 77248 140736596902848 Query result: 5cc0e05d-13ec-43ed-86ef-5cccf1c0df2d
+2017-03-16 10:37:25,061 DEBUG db_general 116 77248 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5cc0e05d-13ec-43ed-86ef-5cccf1c0df2d';
+2017-03-16 10:37:25,064 DEBUG db_general 130 77248 140736596902848 Query result: 2017-5742
+2017-03-16 10:37:25,067 DEBUG db_general 116 77248 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5742';
+2017-03-16 10:37:25,069 DEBUG db_general 130 77248 140736596902848 Query result: 588
+2017-03-16 10:37:25,074 DEBUG fe_checklist 50 77248 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-16 10:37:25,078 DEBUG db_general 116 77248 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5cc0e05d-13ec-43ed-86ef-5cccf1c0df2d';
+2017-03-16 10:37:25,083 DEBUG db_general 130 77248 140736596902848 Query result: 2017-5742
+2017-03-16 10:37:25,333 DEBUG db_general 116 77248 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '5cc0e05d-13ec-43ed-86ef-5cccf1c0df2d';
+2017-03-16 10:37:25,336 DEBUG db_general 130 77248 140736596902848 Query result: ["('cba7913c-76f7-406e-9423-fb7e95f6c000", "('c8912ef7-cd86-4c11-86e9-f61fafd5d5da", "('0f8378ca-4cb2-4f5e-b63f-d4f2a0c550c3", "('0a80e32f-5b49-4b1a-a81b-d67b41f5da5f"]
+2017-03-16 10:37:25,340 ERROR exception_decor 21 77248 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:37:25,345 DEBUG logFuncEntry 34 77248 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:37:25,345 DEBUG logFuncEntry 34 77248 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:38:31,093 DEBUG logFuncEntry 34 77336 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:38:31,094 DEBUG test_ui_base 23 77336 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:38:33,302 DEBUG test_ui_base 33 77336 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:38:34,548 DEBUG api_user 92 77336 140736596902848 Moving to next test case
+2017-03-16 10:38:34,549 DEBUG api_user 169 77336 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/16c440b3-3a58-4fc1-a557-b4ee7223a81d/f1704422ad31471aa0590fc66a907e5e
+2017-03-16 10:38:34,596 DEBUG api_user 172 77336 140736596902848 APIUser activated successfully!
+2017-03-16 10:38:34,689 DEBUG api_user 110 77336 140736596902848 200 OK
+2017-03-16 10:38:34,689 DEBUG api_user 112 77336 140736596902848 Login successfully.
+2017-03-16 10:38:34,695 DEBUG db_general 92 77336 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:38:34,697 DEBUG db_general 103 77336 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:38:34,702 DEBUG db_general 92 77336 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:38:34,703 DEBUG db_general 103 77336 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:38:34,955 DEBUG api_virtual_function 59 77336 140736596902848 Virtual Function created successfully!
+2017-03-16 10:38:34,956 DEBUG api_gitlab 195 77336 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d7e63d9d-80cc-45ee-880f-bc787fc62a33
+2017-03-16 10:38:35,030 DEBUG api_user 110 77336 140736596902848 200 OK
+2017-03-16 10:38:35,031 DEBUG api_user 112 77336 140736596902848 Login successfully.
+2017-03-16 10:38:35,075 DEBUG api_gitlab 213 77336 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:38:35,076 DEBUG fe_user 26 77336 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:38:35,076 DEBUG fe_user 27 77336 140736596902848 Insert Email
+2017-03-16 10:38:35,967 DEBUG fe_user 29 77336 140736596902848 Insert Password
+2017-03-16 10:38:36,644 DEBUG fe_user 31 77336 140736596902848 Click Login Button
+2017-03-16 10:38:36,744 DEBUG fe_user 33 77336 140736596902848 Login Button clicked
+2017-03-16 10:38:36,750 DEBUG wait 110 77336 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:38:37,271 DEBUG wait 110 77336 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:38:37,802 DEBUG db_general 116 77336 140736596902848 Query : select uuid from ice_vf Where name = 'STRbljC';
+2017-03-16 10:38:37,804 DEBUG db_general 130 77336 140736596902848 Query result: ac9ce414-fc67-4306-a4b4-15fde65aaa31
+2017-03-16 10:38:37,808 DEBUG db_general 116 77336 140736596902848 Query : select engagement_id from ice_vf Where name = 'STRbljC';
+2017-03-16 10:38:37,811 DEBUG db_general 130 77336 140736596902848 Query result: d7e63d9d-80cc-45ee-880f-bc787fc62a33
+2017-03-16 10:38:37,815 DEBUG db_general 116 77336 140736596902848 Query : select engagement_id from ice_vf Where name = 'STRbljC';
+2017-03-16 10:38:37,818 DEBUG db_general 130 77336 140736596902848 Query result: d7e63d9d-80cc-45ee-880f-bc787fc62a33
+2017-03-16 10:38:37,821 DEBUG db_general 116 77336 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7e63d9d-80cc-45ee-880f-bc787fc62a33';
+2017-03-16 10:38:37,824 DEBUG db_general 130 77336 140736596902848 Query result: 2017-5743
+2017-03-16 10:38:37,827 DEBUG db_general 116 77336 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5743';
+2017-03-16 10:38:37,829 DEBUG db_general 130 77336 140736596902848 Query result: 761
+2017-03-16 10:38:37,834 DEBUG fe_checklist 50 77336 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-16 10:38:37,838 DEBUG db_general 116 77336 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7e63d9d-80cc-45ee-880f-bc787fc62a33';
+2017-03-16 10:38:37,840 DEBUG db_general 130 77336 140736596902848 Query result: 2017-5743
+2017-03-16 10:38:38,089 DEBUG db_general 116 77336 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'd7e63d9d-80cc-45ee-880f-bc787fc62a33';
+2017-03-16 10:38:38,091 DEBUG db_general 130 77336 140736596902848 Query result: ["('f3189996-229c-4308-81b2-2d656fb3dbca", "('b47754ce-2db0-4c5d-ba71-497fe02fcb46", "('abb77794-1346-4e88-8c61-bd17706d05a2", "('fce3928d-5d6e-455d-a16f-576888789f99"]
+2017-03-16 10:38:38,101 ERROR exception_decor 21 77336 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:38:38,106 DEBUG logFuncEntry 34 77336 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:38:38,107 DEBUG logFuncEntry 34 77336 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:38:57,417 DEBUG logFuncEntry 34 77395 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:38:57,418 DEBUG test_ui_base 23 77395 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:38:59,789 DEBUG test_ui_base 33 77395 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:39:01,046 DEBUG api_user 92 77395 140736596902848 Moving to next test case
+2017-03-16 10:39:01,047 DEBUG api_user 169 77395 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/aae90c29-a9da-4525-a129-a890593b9904/bb490900252e4172850c5dae68fa8cc5
+2017-03-16 10:39:01,106 DEBUG api_user 172 77395 140736596902848 APIUser activated successfully!
+2017-03-16 10:39:01,195 DEBUG api_user 110 77395 140736596902848 200 OK
+2017-03-16 10:39:01,195 DEBUG api_user 112 77395 140736596902848 Login successfully.
+2017-03-16 10:39:01,199 DEBUG db_general 92 77395 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:39:01,201 DEBUG db_general 103 77395 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:39:01,205 DEBUG db_general 92 77395 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:39:01,206 DEBUG db_general 103 77395 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:39:01,461 DEBUG api_virtual_function 59 77395 140736596902848 Virtual Function created successfully!
+2017-03-16 10:39:01,461 DEBUG api_gitlab 195 77395 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/4af0bb89-d287-4f19-afa3-c04cd2c5223f
+2017-03-16 10:39:01,539 DEBUG api_user 110 77395 140736596902848 200 OK
+2017-03-16 10:39:01,539 DEBUG api_user 112 77395 140736596902848 Login successfully.
+2017-03-16 10:39:01,584 DEBUG api_gitlab 213 77395 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:39:01,585 DEBUG fe_user 26 77395 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:39:01,585 DEBUG fe_user 27 77395 140736596902848 Insert Email
+2017-03-16 10:39:02,474 DEBUG fe_user 29 77395 140736596902848 Insert Password
+2017-03-16 10:39:03,146 DEBUG fe_user 31 77395 140736596902848 Click Login Button
+2017-03-16 10:39:03,255 DEBUG fe_user 33 77395 140736596902848 Login Button clicked
+2017-03-16 10:39:03,260 DEBUG wait 110 77395 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:39:03,781 DEBUG wait 110 77395 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:39:04,313 DEBUG db_general 116 77395 140736596902848 Query : select uuid from ice_vf Where name = 'STkFnKL';
+2017-03-16 10:39:04,317 DEBUG db_general 130 77395 140736596902848 Query result: 70f79252-1f39-4715-96d6-19b9a3928455
+2017-03-16 10:39:04,321 DEBUG db_general 116 77395 140736596902848 Query : select engagement_id from ice_vf Where name = 'STkFnKL';
+2017-03-16 10:39:04,323 DEBUG db_general 130 77395 140736596902848 Query result: 4af0bb89-d287-4f19-afa3-c04cd2c5223f
+2017-03-16 10:39:04,329 DEBUG db_general 116 77395 140736596902848 Query : select engagement_id from ice_vf Where name = 'STkFnKL';
+2017-03-16 10:39:04,332 DEBUG db_general 130 77395 140736596902848 Query result: 4af0bb89-d287-4f19-afa3-c04cd2c5223f
+2017-03-16 10:39:04,337 DEBUG db_general 116 77395 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '4af0bb89-d287-4f19-afa3-c04cd2c5223f';
+2017-03-16 10:39:04,339 DEBUG db_general 130 77395 140736596902848 Query result: 2017-5744
+2017-03-16 10:39:04,343 DEBUG db_general 116 77395 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5744';
+2017-03-16 10:39:04,346 DEBUG db_general 130 77395 140736596902848 Query result: 4409
+2017-03-16 10:39:04,352 DEBUG fe_checklist 50 77395 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-16 10:39:04,356 DEBUG db_general 116 77395 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '4af0bb89-d287-4f19-afa3-c04cd2c5223f';
+2017-03-16 10:39:04,359 DEBUG db_general 130 77395 140736596902848 Query result: 2017-5744
+2017-03-16 10:39:04,619 DEBUG db_general 116 77395 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '4af0bb89-d287-4f19-afa3-c04cd2c5223f';
+2017-03-16 10:39:04,622 DEBUG db_general 130 77395 140736596902848 Query result: ["('8129cc97-2750-495d-a3fe-0bb347147762", "('d661b59d-e0d9-4d65-b57a-3a21428c1ba1", "('c24201c8-edca-4366-acf9-31d0c38116da", "('4101e58c-906b-4e38-998b-d3a5716e89ff"]
+2017-03-16 10:39:04,627 ERROR exception_decor 21 77395 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:39:04,633 DEBUG logFuncEntry 34 77395 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:39:04,633 DEBUG logFuncEntry 34 77395 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:39:43,127 DEBUG logFuncEntry 34 77468 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:39:43,128 DEBUG test_ui_base 23 77468 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:39:45,303 DEBUG test_ui_base 33 77468 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:39:46,496 DEBUG api_user 92 77468 140736596902848 Moving to next test case
+2017-03-16 10:39:46,497 DEBUG api_user 169 77468 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c0f9b5cc-19ce-402f-8b42-30869beb3e6a/f6880d6cef934c3cba62f05bb4510ae0
+2017-03-16 10:39:46,539 DEBUG api_user 172 77468 140736596902848 APIUser activated successfully!
+2017-03-16 10:39:46,627 DEBUG api_user 110 77468 140736596902848 200 OK
+2017-03-16 10:39:46,628 DEBUG api_user 112 77468 140736596902848 Login successfully.
+2017-03-16 10:39:46,632 DEBUG db_general 92 77468 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:39:46,634 DEBUG db_general 103 77468 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:39:46,638 DEBUG db_general 92 77468 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:39:46,640 DEBUG db_general 103 77468 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:39:46,903 DEBUG api_virtual_function 59 77468 140736596902848 Virtual Function created successfully!
+2017-03-16 10:39:46,904 DEBUG api_gitlab 195 77468 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ee830864-d1e1-4893-b76d-b904e59dbccd
+2017-03-16 10:39:46,982 DEBUG api_user 110 77468 140736596902848 200 OK
+2017-03-16 10:39:46,983 DEBUG api_user 112 77468 140736596902848 Login successfully.
+2017-03-16 10:39:47,988 DEBUG api_gitlab 213 77468 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:39:47,989 DEBUG fe_user 26 77468 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:39:47,989 DEBUG fe_user 27 77468 140736596902848 Insert Email
+2017-03-16 10:39:48,864 DEBUG fe_user 29 77468 140736596902848 Insert Password
+2017-03-16 10:39:49,547 DEBUG fe_user 31 77468 140736596902848 Click Login Button
+2017-03-16 10:39:49,648 DEBUG fe_user 33 77468 140736596902848 Login Button clicked
+2017-03-16 10:39:49,656 DEBUG wait 110 77468 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:39:50,173 DEBUG wait 110 77468 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:39:50,707 DEBUG db_general 116 77468 140736596902848 Query : select uuid from ice_vf Where name = 'ST89X0x';
+2017-03-16 10:40:29,246 DEBUG db_general 130 77468 140736596902848 Query result: b45fe667-5ecf-408b-93ea-5b90023f091b
+2017-03-16 10:40:29,276 DEBUG db_general 116 77468 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST89X0x';
+2017-03-16 10:40:54,383 DEBUG db_general 130 77468 140736596902848 Query result: ee830864-d1e1-4893-b76d-b904e59dbccd
+2017-03-16 10:40:54,413 DEBUG db_general 116 77468 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST89X0x';
+2017-03-16 10:40:58,205 DEBUG db_general 130 77468 140736596902848 Query result: ee830864-d1e1-4893-b76d-b904e59dbccd
+2017-03-16 10:40:58,211 DEBUG db_general 116 77468 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ee830864-d1e1-4893-b76d-b904e59dbccd';
+2017-03-16 10:41:03,673 DEBUG db_general 130 77468 140736596902848 Query result: 2017-5745
+2017-03-16 10:41:03,685 DEBUG db_general 116 77468 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5745';
+2017-03-16 10:41:09,857 DEBUG db_general 130 77468 140736596902848 Query result: 690
+2017-03-16 10:41:09,865 DEBUG fe_checklist 50 77468 140736596902848 EL email: STGo3q7@intl.att.com
+2017-03-16 10:41:09,868 DEBUG db_general 116 77468 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ee830864-d1e1-4893-b76d-b904e59dbccd';
+2017-03-16 10:41:14,193 DEBUG db_general 130 77468 140736596902848 Query result: 2017-5745
+2017-03-16 10:41:14,631 DEBUG db_general 116 77468 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'ee830864-d1e1-4893-b76d-b904e59dbccd';
+2017-03-16 10:41:14,635 DEBUG db_general 130 77468 140736596902848 Query result: ["('8cf35c50-bdfb-4837-9682-c50fcf3884c3", "('89dc1f1c-2c67-4b0f-9a4f-14a0196ee28e", "('4c7dbb05-cffa-457b-9efb-d9c58b37e71a", "('1da794c7-e2cf-4946-9b20-34fd01ad7cc7"]
+2017-03-16 10:41:14,642 ERROR exception_decor 21 77468 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:41:14,649 DEBUG logFuncEntry 34 77468 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:41:14,649 DEBUG logFuncEntry 34 77468 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:42:44,182 DEBUG logFuncEntry 34 77617 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:42:44,183 DEBUG test_ui_base 23 77617 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:42:46,629 DEBUG test_ui_base 33 77617 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:42:48,005 DEBUG api_user 92 77617 140736596902848 Moving to next test case
+2017-03-16 10:42:48,006 DEBUG api_user 169 77617 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/90d6340f-7d5e-44f2-b23b-52f3d1969e7e/8b4b3a9acc844ab7a282a164dce8133e
+2017-03-16 10:42:48,050 DEBUG api_user 172 77617 140736596902848 APIUser activated successfully!
+2017-03-16 10:42:48,149 DEBUG api_user 110 77617 140736596902848 200 OK
+2017-03-16 10:42:48,150 DEBUG api_user 112 77617 140736596902848 Login successfully.
+2017-03-16 10:42:48,154 DEBUG db_general 92 77617 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:42:48,156 DEBUG db_general 103 77617 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:42:48,160 DEBUG db_general 92 77617 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:42:48,161 DEBUG db_general 103 77617 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:42:48,402 DEBUG api_virtual_function 59 77617 140736596902848 Virtual Function created successfully!
+2017-03-16 10:42:48,403 DEBUG api_gitlab 195 77617 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/5e51fba0-7efe-424e-bc00-07eac22fb872
+2017-03-16 10:42:48,485 DEBUG api_user 110 77617 140736596902848 200 OK
+2017-03-16 10:42:48,486 DEBUG api_user 112 77617 140736596902848 Login successfully.
+2017-03-16 10:42:48,584 DEBUG api_gitlab 213 77617 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:42:48,587 DEBUG fe_user 26 77617 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:42:48,588 DEBUG fe_user 27 77617 140736596902848 Insert Email
+2017-03-16 10:42:49,507 DEBUG fe_user 29 77617 140736596902848 Insert Password
+2017-03-16 10:42:50,160 DEBUG fe_user 31 77617 140736596902848 Click Login Button
+2017-03-16 10:42:50,272 DEBUG fe_user 33 77617 140736596902848 Login Button clicked
+2017-03-16 10:42:50,281 DEBUG wait 110 77617 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:42:50,797 DEBUG wait 110 77617 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:42:51,328 DEBUG db_general 116 77617 140736596902848 Query : select uuid from ice_vf Where name = 'STf95Mq';
+2017-03-16 10:42:51,331 DEBUG db_general 128 77617 140736596902848 Query result: 9ca77655-4124-4a16-8df0-d64cfbbd97e4
+2017-03-16 10:42:51,335 DEBUG db_general 116 77617 140736596902848 Query : select engagement_id from ice_vf Where name = 'STf95Mq';
+2017-03-16 10:42:51,337 DEBUG db_general 128 77617 140736596902848 Query result: 5e51fba0-7efe-424e-bc00-07eac22fb872
+2017-03-16 10:42:51,342 DEBUG db_general 116 77617 140736596902848 Query : select engagement_id from ice_vf Where name = 'STf95Mq';
+2017-03-16 10:42:51,344 DEBUG db_general 128 77617 140736596902848 Query result: 5e51fba0-7efe-424e-bc00-07eac22fb872
+2017-03-16 10:42:51,348 DEBUG db_general 116 77617 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e51fba0-7efe-424e-bc00-07eac22fb872';
+2017-03-16 10:42:51,350 DEBUG db_general 128 77617 140736596902848 Query result: 2017-5746
+2017-03-16 10:42:51,354 DEBUG db_general 116 77617 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5746';
+2017-03-16 10:42:51,356 DEBUG db_general 128 77617 140736596902848 Query result: 625
+2017-03-16 10:42:51,362 DEBUG fe_checklist 50 77617 140736596902848 EL email: STTX0Pj@intl.att.com
+2017-03-16 10:42:51,365 DEBUG db_general 116 77617 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e51fba0-7efe-424e-bc00-07eac22fb872';
+2017-03-16 10:42:51,368 DEBUG db_general 128 77617 140736596902848 Query result: 2017-5746
+2017-03-16 10:42:51,627 DEBUG db_general 116 77617 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '5e51fba0-7efe-424e-bc00-07eac22fb872';
+2017-03-16 10:42:51,630 DEBUG db_general 128 77617 140736596902848 Query result: ["('bb522116-c24a-4814-9e18-b0327ad55740", "('d8694b2c-c923-4067-a76d-3efa3b65a235", "('037ec5d1-cc74-4b19-899e-39476e20f90a", "('3f0f8453-2406-43bf-a649-d0c02dc9d69d"]
+2017-03-16 10:42:51,636 ERROR exception_decor 21 77617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:42:51,643 DEBUG logFuncEntry 34 77617 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:42:51,644 DEBUG logFuncEntry 34 77617 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:43:21,182 DEBUG logFuncEntry 34 77683 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:43:21,183 DEBUG test_ui_base 23 77683 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:43:23,421 DEBUG test_ui_base 33 77683 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:43:24,697 DEBUG api_user 92 77683 140736596902848 Moving to next test case
+2017-03-16 10:43:24,698 DEBUG api_user 169 77683 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/9046606a-8888-4862-bf9e-0a16ff8a8161/5cf9ed6d90704b56a9f52c8c7321c042
+2017-03-16 10:43:24,753 DEBUG api_user 172 77683 140736596902848 APIUser activated successfully!
+2017-03-16 10:43:24,834 DEBUG api_user 110 77683 140736596902848 200 OK
+2017-03-16 10:43:24,834 DEBUG api_user 112 77683 140736596902848 Login successfully.
+2017-03-16 10:43:24,840 DEBUG db_general 92 77683 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:43:24,843 DEBUG db_general 103 77683 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:43:24,849 DEBUG db_general 92 77683 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:43:24,851 DEBUG db_general 103 77683 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:43:25,091 DEBUG api_virtual_function 59 77683 140736596902848 Virtual Function created successfully!
+2017-03-16 10:43:25,091 DEBUG api_gitlab 195 77683 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/e656b80b-a4e6-49c0-9af7-cdbb621fdccb
+2017-03-16 10:43:25,165 DEBUG api_user 110 77683 140736596902848 200 OK
+2017-03-16 10:43:25,166 DEBUG api_user 112 77683 140736596902848 Login successfully.
+2017-03-16 10:43:25,215 DEBUG api_gitlab 213 77683 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:43:25,216 DEBUG fe_user 26 77683 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:43:25,216 DEBUG fe_user 27 77683 140736596902848 Insert Email
+2017-03-16 10:43:26,103 DEBUG fe_user 29 77683 140736596902848 Insert Password
+2017-03-16 10:43:26,779 DEBUG fe_user 31 77683 140736596902848 Click Login Button
+2017-03-16 10:43:26,896 DEBUG fe_user 33 77683 140736596902848 Login Button clicked
+2017-03-16 10:43:26,904 DEBUG wait 110 77683 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:43:27,423 DEBUG wait 110 77683 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:43:27,956 DEBUG db_general 116 77683 140736596902848 Query : select uuid from ice_vf Where name = 'STMVSWt';
+2017-03-16 10:43:42,949 DEBUG db_general 128 77683 140736596902848 Query result: e98a9488-7da3-4a65-b86a-546fc6c7897b
+2017-03-16 10:43:42,956 DEBUG db_general 116 77683 140736596902848 Query : select engagement_id from ice_vf Where name = 'STMVSWt';
+2017-03-16 10:43:44,598 DEBUG db_general 128 77683 140736596902848 Query result: e656b80b-a4e6-49c0-9af7-cdbb621fdccb
+2017-03-16 10:43:44,604 DEBUG db_general 116 77683 140736596902848 Query : select engagement_id from ice_vf Where name = 'STMVSWt';
+2017-03-16 10:43:45,946 DEBUG db_general 128 77683 140736596902848 Query result: e656b80b-a4e6-49c0-9af7-cdbb621fdccb
+2017-03-16 10:43:45,951 DEBUG db_general 116 77683 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e656b80b-a4e6-49c0-9af7-cdbb621fdccb';
+2017-03-16 10:43:47,692 DEBUG db_general 128 77683 140736596902848 Query result: 2017-5747
+2017-03-16 10:43:47,698 DEBUG db_general 116 77683 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5747';
+2017-03-16 10:43:49,243 DEBUG db_general 128 77683 140736596902848 Query result: 4498
+2017-03-16 10:43:49,250 DEBUG fe_checklist 50 77683 140736596902848 EL email: STeAt62@intl.att.com
+2017-03-16 10:43:49,254 DEBUG db_general 116 77683 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e656b80b-a4e6-49c0-9af7-cdbb621fdccb';
+2017-03-16 10:43:50,791 DEBUG db_general 128 77683 140736596902848 Query result: 2017-5747
+2017-03-16 10:43:51,159 DEBUG db_general 116 77683 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'e656b80b-a4e6-49c0-9af7-cdbb621fdccb';
+2017-03-16 10:43:51,163 DEBUG db_general 128 77683 140736596902848 Query result: ["('3382210b-40df-46ec-92fc-aa2a3a4b43b4", "('3c8632ab-1fed-4937-8601-cd2a93e26278", "('6d759605-a6e6-4f51-8dad-6521d3d51ba3", "('19541cde-3378-48da-a25a-4b0e1e831144"]
+2017-03-16 10:43:51,171 ERROR exception_decor 21 77683 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:43:51,178 DEBUG logFuncEntry 34 77683 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:43:51,178 DEBUG logFuncEntry 34 77683 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:44:54,720 DEBUG logFuncEntry 34 77781 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:44:54,721 DEBUG test_ui_base 23 77781 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:44:57,051 DEBUG test_ui_base 33 77781 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:44:58,280 DEBUG api_user 92 77781 140736596902848 Moving to next test case
+2017-03-16 10:44:58,280 DEBUG api_user 169 77781 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/af938c2c-feed-4aa8-b74a-baccb069096d/3171a760b2c142dbaf53021a36f9fd3d
+2017-03-16 10:44:58,320 DEBUG api_user 172 77781 140736596902848 APIUser activated successfully!
+2017-03-16 10:44:58,397 DEBUG api_user 110 77781 140736596902848 200 OK
+2017-03-16 10:44:58,398 DEBUG api_user 112 77781 140736596902848 Login successfully.
+2017-03-16 10:44:58,402 DEBUG db_general 92 77781 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:44:58,404 DEBUG db_general 103 77781 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:44:58,409 DEBUG db_general 92 77781 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:44:58,410 DEBUG db_general 103 77781 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:44:58,701 DEBUG api_virtual_function 59 77781 140736596902848 Virtual Function created successfully!
+2017-03-16 10:44:58,701 DEBUG api_gitlab 195 77781 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dbb479bf-3f38-4e51-9d35-f98cd8b1780c
+2017-03-16 10:44:58,775 DEBUG api_user 110 77781 140736596902848 200 OK
+2017-03-16 10:44:58,776 DEBUG api_user 112 77781 140736596902848 Login successfully.
+2017-03-16 10:44:58,819 DEBUG api_gitlab 213 77781 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:44:58,820 DEBUG fe_user 26 77781 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:44:58,820 DEBUG fe_user 27 77781 140736596902848 Insert Email
+2017-03-16 10:44:59,711 DEBUG fe_user 29 77781 140736596902848 Insert Password
+2017-03-16 10:45:00,387 DEBUG fe_user 31 77781 140736596902848 Click Login Button
+2017-03-16 10:45:00,499 DEBUG fe_user 33 77781 140736596902848 Login Button clicked
+2017-03-16 10:45:00,507 DEBUG wait 110 77781 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:45:01,026 DEBUG wait 110 77781 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:45:01,561 DEBUG db_general 116 77781 140736596902848 Query : select uuid from ice_vf Where name = 'ST4w71n';
+2017-03-16 10:45:04,319 DEBUG db_general 128 77781 140736596902848 Query result: ec0a459d-581f-43b3-b6b4-0a175ccf822b
+2017-03-16 10:45:04,326 DEBUG db_general 116 77781 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST4w71n';
+2017-03-16 10:45:06,158 DEBUG db_general 128 77781 140736596902848 Query result: dbb479bf-3f38-4e51-9d35-f98cd8b1780c
+2017-03-16 10:45:06,163 DEBUG db_general 116 77781 140736596902848 Query : select engagement_id from ice_vf Where name = 'ST4w71n';
+2017-03-16 10:45:07,815 DEBUG db_general 128 77781 140736596902848 Query result: dbb479bf-3f38-4e51-9d35-f98cd8b1780c
+2017-03-16 10:45:07,820 DEBUG db_general 116 77781 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'dbb479bf-3f38-4e51-9d35-f98cd8b1780c';
+2017-03-16 10:45:09,666 DEBUG db_general 128 77781 140736596902848 Query result: 2017-5748
+2017-03-16 10:45:09,671 DEBUG db_general 116 77781 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5748';
+2017-03-16 10:45:11,514 DEBUG db_general 128 77781 140736596902848 Query result: 2
+2017-03-16 10:45:11,523 DEBUG fe_checklist 50 77781 140736596902848 EL email: hs0007@att.com
+2017-03-16 10:45:11,527 DEBUG db_general 116 77781 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'dbb479bf-3f38-4e51-9d35-f98cd8b1780c';
+2017-03-16 10:45:13,469 DEBUG db_general 128 77781 140736596902848 Query result: 2017-5748
+2017-03-16 10:45:13,825 DEBUG db_general 116 77781 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'dbb479bf-3f38-4e51-9d35-f98cd8b1780c';
+2017-03-16 10:46:27,966 DEBUG db_general 128 77781 140736596902848 Query result: ["('31e9639f-5795-4731-a474-1757ffe0873a", "('f8906fc9-4936-433e-a9a1-97f912b39f59", "('2f407b7b-6da5-4df1-96ae-921c5983424e", "('c4e5e5e3-14f9-478d-9c10-08a10443d278"]
+2017-03-16 10:46:28,004 ERROR exception_decor 21 77781 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:46:28,008 DEBUG logFuncEntry 34 77781 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:46:28,009 DEBUG logFuncEntry 34 77781 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:46:39,199 DEBUG logFuncEntry 34 77889 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:46:39,201 DEBUG test_ui_base 23 77889 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:46:41,638 DEBUG test_ui_base 33 77889 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:46:42,866 DEBUG api_user 92 77889 140736596902848 Moving to next test case
+2017-03-16 10:46:42,867 DEBUG api_user 169 77889 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5007aa01-6b49-4d2e-a600-913d000c086a/eaabdbb6badf413889e8a216685009b0
+2017-03-16 10:46:42,921 DEBUG api_user 172 77889 140736596902848 APIUser activated successfully!
+2017-03-16 10:46:43,002 DEBUG api_user 110 77889 140736596902848 200 OK
+2017-03-16 10:46:43,003 DEBUG api_user 112 77889 140736596902848 Login successfully.
+2017-03-16 10:46:43,009 DEBUG db_general 92 77889 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:46:43,011 DEBUG db_general 103 77889 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:46:43,015 DEBUG db_general 92 77889 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:46:43,017 DEBUG db_general 103 77889 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:46:43,298 DEBUG api_virtual_function 59 77889 140736596902848 Virtual Function created successfully!
+2017-03-16 10:46:43,298 DEBUG api_gitlab 195 77889 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/7871912e-7fa5-4acf-acbf-519ed408fc1d
+2017-03-16 10:46:43,375 DEBUG api_user 110 77889 140736596902848 200 OK
+2017-03-16 10:46:43,376 DEBUG api_user 112 77889 140736596902848 Login successfully.
+2017-03-16 10:46:43,422 DEBUG api_gitlab 213 77889 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:46:43,423 DEBUG fe_user 26 77889 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:46:43,423 DEBUG fe_user 27 77889 140736596902848 Insert Email
+2017-03-16 10:46:44,307 DEBUG fe_user 29 77889 140736596902848 Insert Password
+2017-03-16 10:46:44,988 DEBUG fe_user 31 77889 140736596902848 Click Login Button
+2017-03-16 10:46:45,101 DEBUG fe_user 33 77889 140736596902848 Login Button clicked
+2017-03-16 10:46:45,107 DEBUG wait 110 77889 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:46:45,632 DEBUG wait 110 77889 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:46:46,168 DEBUG db_general 116 77889 140736596902848 Query : select uuid from ice_vf Where name = 'STOpfI8';
+2017-03-16 10:46:47,622 DEBUG db_general 128 77889 140736596902848 Query result: f6e9aa7c-61c8-4744-b385-f4178c1298f6
+2017-03-16 10:46:47,628 DEBUG db_general 116 77889 140736596902848 Query : select engagement_id from ice_vf Where name = 'STOpfI8';
+2017-03-16 10:46:48,756 DEBUG db_general 128 77889 140736596902848 Query result: 7871912e-7fa5-4acf-acbf-519ed408fc1d
+2017-03-16 10:46:48,763 DEBUG db_general 116 77889 140736596902848 Query : select engagement_id from ice_vf Where name = 'STOpfI8';
+2017-03-16 10:46:50,104 DEBUG db_general 128 77889 140736596902848 Query result: 7871912e-7fa5-4acf-acbf-519ed408fc1d
+2017-03-16 10:46:50,110 DEBUG db_general 116 77889 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '7871912e-7fa5-4acf-acbf-519ed408fc1d';
+2017-03-16 10:46:51,234 DEBUG db_general 128 77889 140736596902848 Query result: 2017-5749
+2017-03-16 10:46:51,238 DEBUG db_general 116 77889 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5749';
+2017-03-16 10:46:52,474 DEBUG db_general 128 77889 140736596902848 Query result: 1
+2017-03-16 10:46:52,482 DEBUG fe_checklist 50 77889 140736596902848 EL email: dd1122@att.com
+2017-03-16 10:46:52,486 DEBUG db_general 116 77889 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '7871912e-7fa5-4acf-acbf-519ed408fc1d';
+2017-03-16 10:46:53,807 DEBUG db_general 128 77889 140736596902848 Query result: 2017-5749
+2017-03-16 10:46:54,180 DEBUG db_general 116 77889 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '7871912e-7fa5-4acf-acbf-519ed408fc1d';
+2017-03-16 10:46:58,558 DEBUG db_general 128 77889 140736596902848 Query result: ['96a17629-7077-4055-86e7-b8fec220363f', '00fae2e4-92c0-42b1-9740-e8cad82ea9cd', '0213e908-b4dc-452d-bce2-a8b01e2cac12', '6fe280aa-67ef-4848-8e72-d61c0f519d49']
+2017-03-16 10:47:27,278 ERROR exception_decor 21 77889 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:47:27,288 DEBUG logFuncEntry 34 77889 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:47:27,288 DEBUG logFuncEntry 34 77889 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:53:36,305 DEBUG logFuncEntry 34 78186 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:53:36,306 DEBUG test_ui_base 23 78186 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 10:53:38,461 DEBUG test_ui_base 33 78186 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:53:39,634 DEBUG api_user 92 78186 140736596902848 Moving to next test case
+2017-03-16 10:53:39,634 DEBUG api_user 169 78186 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/56cb35ca-6d66-4349-baa7-ab3437efcea4/8435d3ce994943daa5fd5de38cd94cc3
+2017-03-16 10:53:39,677 DEBUG api_user 172 78186 140736596902848 APIUser activated successfully!
+2017-03-16 10:53:39,759 DEBUG api_user 110 78186 140736596902848 200 OK
+2017-03-16 10:53:39,760 DEBUG api_user 112 78186 140736596902848 Login successfully.
+2017-03-16 10:53:39,763 DEBUG db_general 91 78186 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:53:39,765 DEBUG db_general 102 78186 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:53:39,769 DEBUG db_general 91 78186 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:53:39,771 DEBUG db_general 102 78186 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:53:40,044 DEBUG api_virtual_function 59 78186 140736596902848 Virtual Function created successfully!
+2017-03-16 10:53:40,045 DEBUG api_gitlab 195 78186 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/040f7277-2c6e-434b-8110-89d7995487c6
+2017-03-16 10:53:40,126 DEBUG api_user 110 78186 140736596902848 200 OK
+2017-03-16 10:53:40,127 DEBUG api_user 112 78186 140736596902848 Login successfully.
+2017-03-16 10:53:40,176 DEBUG api_gitlab 213 78186 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:53:40,177 DEBUG fe_user 26 78186 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:53:40,177 DEBUG fe_user 27 78186 140736596902848 Insert Email
+2017-03-16 10:53:41,064 DEBUG fe_user 29 78186 140736596902848 Insert Password
+2017-03-16 10:53:41,741 DEBUG fe_user 31 78186 140736596902848 Click Login Button
+2017-03-16 10:53:41,841 DEBUG fe_user 33 78186 140736596902848 Login Button clicked
+2017-03-16 10:53:41,847 DEBUG wait 110 78186 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:53:42,369 DEBUG wait 110 78186 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:53:42,899 DEBUG db_general 115 78186 140736596902848 Query : select uuid from ice_vf Where name = 'STA5SvY';
+2017-03-16 10:53:42,901 DEBUG db_general 127 78186 140736596902848 Query result: 64866270-14b1-4b58-b6b6-44de075151b5
+2017-03-16 10:53:42,905 DEBUG db_general 115 78186 140736596902848 Query : select engagement_id from ice_vf Where name = 'STA5SvY';
+2017-03-16 10:53:42,908 DEBUG db_general 127 78186 140736596902848 Query result: 040f7277-2c6e-434b-8110-89d7995487c6
+2017-03-16 10:53:42,911 DEBUG db_general 115 78186 140736596902848 Query : select engagement_id from ice_vf Where name = 'STA5SvY';
+2017-03-16 10:53:42,914 DEBUG db_general 127 78186 140736596902848 Query result: 040f7277-2c6e-434b-8110-89d7995487c6
+2017-03-16 10:53:42,918 DEBUG db_general 115 78186 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '040f7277-2c6e-434b-8110-89d7995487c6';
+2017-03-16 10:53:42,920 DEBUG db_general 127 78186 140736596902848 Query result: 2017-5750
+2017-03-16 10:53:42,924 DEBUG db_general 115 78186 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5750';
+2017-03-16 10:53:42,926 DEBUG db_general 127 78186 140736596902848 Query result: 761
+2017-03-16 10:53:42,932 DEBUG fe_checklist 50 78186 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-16 10:53:42,936 DEBUG db_general 115 78186 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '040f7277-2c6e-434b-8110-89d7995487c6';
+2017-03-16 10:53:42,939 DEBUG db_general 127 78186 140736596902848 Query result: 2017-5750
+2017-03-16 10:53:43,199 DEBUG db_general 115 78186 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '040f7277-2c6e-434b-8110-89d7995487c6';
+2017-03-16 10:53:43,201 DEBUG db_general 127 78186 140736596902848 Query result: ['da0dfde8-2528-4b58-b606-78cea564d104', '3d71d25d-bc05-4de5-a3d5-27aadafe0477', '611b8f61-717a-4b67-84ab-3681a1414411', 'e56cd6c0-7521-43b0-ba9d-34f97ea16990']
+2017-03-16 10:53:53,757 ERROR exception_decor 21 78186 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:53:53,766 DEBUG logFuncEntry 34 78186 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:53:53,767 DEBUG logFuncEntry 34 78186 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 10:53:53,788 DEBUG test_ui_base 49 78186 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 10:54:51,345 DEBUG logFuncEntry 34 78277 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:54:51,345 DEBUG test_ui_base 23 78277 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 10:54:53,465 DEBUG test_ui_base 33 78277 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:54:54,585 DEBUG api_user 92 78277 140736596902848 Moving to next test case
+2017-03-16 10:54:54,585 DEBUG api_user 169 78277 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/5a655aaf-9743-4055-b8b3-917ea6d4d168/36ef9c32c6244053a21ad0f88ca8e85e
+2017-03-16 10:54:54,620 DEBUG api_user 172 78277 140736596902848 APIUser activated successfully!
+2017-03-16 10:54:54,690 DEBUG api_user 110 78277 140736596902848 200 OK
+2017-03-16 10:54:54,690 DEBUG api_user 112 78277 140736596902848 Login successfully.
+2017-03-16 10:54:54,694 DEBUG db_general 91 78277 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 10:54:54,696 DEBUG db_general 102 78277 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 10:54:54,699 DEBUG db_general 91 78277 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 10:54:54,701 DEBUG db_general 102 78277 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 10:54:54,928 DEBUG api_virtual_function 59 78277 140736596902848 Virtual Function created successfully!
+2017-03-16 10:54:54,928 DEBUG api_gitlab 195 78277 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/b91c9269-3795-43ac-ab8f-721d0e65b37c
+2017-03-16 10:54:55,007 DEBUG api_user 110 78277 140736596902848 200 OK
+2017-03-16 10:54:55,008 DEBUG api_user 112 78277 140736596902848 Login successfully.
+2017-03-16 10:54:55,049 DEBUG api_gitlab 213 78277 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 10:54:55,049 DEBUG fe_user 26 78277 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 10:54:55,049 DEBUG fe_user 27 78277 140736596902848 Insert Email
+2017-03-16 10:54:55,862 DEBUG fe_user 29 78277 140736596902848 Insert Password
+2017-03-16 10:54:56,514 DEBUG fe_user 31 78277 140736596902848 Click Login Button
+2017-03-16 10:54:56,614 DEBUG fe_user 33 78277 140736596902848 Login Button clicked
+2017-03-16 10:54:56,618 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 10:54:57,271 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:54:57,785 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:54:58,301 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:54:58,816 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:54:59,332 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:54:59,848 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:55:00,363 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:55:00,879 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:55:01,395 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:55:01,951 DEBUG wait 110 78277 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 10:55:03,237 DEBUG logFuncEntry 34 78277 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:55:03,238 DEBUG logFuncEntry 34 78277 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:55:03,253 DEBUG test_ui_base 49 78277 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 10:58:24,774 DEBUG logFuncEntry 34 78430 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:58:24,776 DEBUG test_ui_base 23 78430 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 10:58:26,925 DEBUG test_ui_base 33 78430 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:58:28,054 DEBUG api_user 92 78430 140736596902848 Moving to next test case
+2017-03-16 10:58:28,055 DEBUG api_user 169 78430 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/31d31275-8cbc-4203-8430-1cc919d1ea92/143093da55bc4801a593f8b05b1814f5
+2017-03-16 10:58:28,098 DEBUG api_user 172 78430 140736596902848 APIUser activated successfully!
+2017-03-16 10:58:28,193 DEBUG api_user 110 78430 140736596902848 200 OK
+2017-03-16 10:58:28,193 DEBUG api_user 112 78430 140736596902848 Login successfully.
+2017-03-16 10:58:28,198 DEBUG db_general 91 78430 140736596902848 Query : select %s from %s;
+2017-03-16 10:58:28,199 ERROR exception_decor 21 78430 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:58:28,204 DEBUG logFuncEntry 34 78430 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:58:28,204 DEBUG logFuncEntry 34 78430 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:58:28,225 DEBUG test_ui_base 49 78430 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 10:59:08,291 DEBUG logFuncEntry 34 78471 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:59:08,292 DEBUG test_ui_base 23 78471 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 10:59:10,444 DEBUG test_ui_base 33 78471 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 10:59:11,555 DEBUG api_user 92 78471 140736596902848 Moving to next test case
+2017-03-16 10:59:11,556 DEBUG api_user 169 78471 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2de179b3-3a5a-44da-b8a6-f0459abc4ec8/77e30edc7ed84a9e9d46ff207f98c071
+2017-03-16 10:59:11,598 DEBUG api_user 172 78471 140736596902848 APIUser activated successfully!
+2017-03-16 10:59:11,694 DEBUG api_user 110 78471 140736596902848 200 OK
+2017-03-16 10:59:11,694 DEBUG api_user 112 78471 140736596902848 Login successfully.
+2017-03-16 10:59:11,698 DEBUG db_general 91 78471 140736596902848 Query : select %s from %s;
+2017-03-16 10:59:11,698 ERROR exception_decor 21 78471 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:59:11,701 DEBUG logFuncEntry 34 78471 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:59:11,702 DEBUG logFuncEntry 34 78471 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 10:59:11,722 DEBUG test_ui_base 49 78471 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 11:00:24,210 DEBUG logFuncEntry 34 78529 140736596902848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 11:00:24,211 DEBUG test_ui_base 23 78529 140736596902848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-03-16 11:00:26,356 DEBUG test_ui_base 33 78529 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:00:27,477 DEBUG api_user 92 78529 140736596902848 Moving to next test case
+2017-03-16 11:00:27,478 DEBUG api_user 169 78529 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/c286ad8e-ca88-4fc4-ba0b-a0d869aaf4f3/db04008da315408ca0259bb643eb61be
+2017-03-16 11:00:27,520 DEBUG api_user 172 78529 140736596902848 APIUser activated successfully!
+2017-03-16 11:00:27,605 DEBUG api_user 110 78529 140736596902848 200 OK
+2017-03-16 11:00:27,606 DEBUG api_user 112 78529 140736596902848 Login successfully.
+2017-03-16 11:00:27,610 DEBUG db_general 91 78529 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:00:27,612 DEBUG db_general 102 78529 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:00:27,616 DEBUG db_general 91 78529 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:00:27,618 DEBUG db_general 102 78529 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:00:27,890 DEBUG api_virtual_function 59 78529 140736596902848 Virtual Function created successfully!
+2017-03-16 11:00:27,891 DEBUG api_gitlab 195 78529 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/332e8eeb-4547-4680-8303-89ab0079bd4e
+2017-03-16 11:00:27,972 DEBUG api_user 110 78529 140736596902848 200 OK
+2017-03-16 11:00:27,973 DEBUG api_user 112 78529 140736596902848 Login successfully.
+2017-03-16 11:00:28,020 DEBUG api_gitlab 213 78529 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:00:28,021 DEBUG fe_user 26 78529 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:00:28,021 DEBUG fe_user 27 78529 140736596902848 Insert Email
+2017-03-16 11:00:28,844 DEBUG fe_user 29 78529 140736596902848 Insert Password
+2017-03-16 11:00:29,505 DEBUG fe_user 31 78529 140736596902848 Click Login Button
+2017-03-16 11:00:29,608 DEBUG fe_user 33 78529 140736596902848 Login Button clicked
+2017-03-16 11:00:29,614 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:00:30,406 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:30,923 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:31,438 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:31,957 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:32,474 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:32,992 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:33,511 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:34,029 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:34,548 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:35,116 DEBUG wait 110 78529 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:00:36,405 DEBUG logFuncEntry 34 78529 140736596902848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 11:00:36,405 DEBUG logFuncEntry 34 78529 140736596902848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-03-16 11:00:36,422 DEBUG test_ui_base 49 78529 140736596902848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-03-16 11:01:12,762 DEBUG logFuncEntry 34 78599 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:01:12,762 DEBUG test_ui_base 23 78599 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:01:14,894 DEBUG test_ui_base 33 78599 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:01:16,188 DEBUG api_user 92 78599 140736596902848 Moving to next test case
+2017-03-16 11:01:16,188 DEBUG api_user 169 78599 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/a323ec33-7c34-478e-833d-4cef6fc88c10/d2d7649229e34a2ea3bbc1489bdd0e93
+2017-03-16 11:01:16,230 DEBUG api_user 172 78599 140736596902848 APIUser activated successfully!
+2017-03-16 11:01:16,308 DEBUG api_user 110 78599 140736596902848 200 OK
+2017-03-16 11:01:16,308 DEBUG api_user 112 78599 140736596902848 Login successfully.
+2017-03-16 11:01:16,312 DEBUG db_general 91 78599 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:01:16,314 DEBUG db_general 102 78599 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:01:16,317 DEBUG db_general 91 78599 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:01:16,319 DEBUG db_general 102 78599 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:01:16,581 DEBUG api_virtual_function 59 78599 140736596902848 Virtual Function created successfully!
+2017-03-16 11:01:16,581 DEBUG api_gitlab 195 78599 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/2e0c0e29-e055-4e45-9a34-39e348276a19
+2017-03-16 11:01:16,661 DEBUG api_user 110 78599 140736596902848 200 OK
+2017-03-16 11:01:16,661 DEBUG api_user 112 78599 140736596902848 Login successfully.
+2017-03-16 11:01:16,701 DEBUG api_gitlab 213 78599 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:01:16,702 DEBUG fe_user 26 78599 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:01:16,702 DEBUG fe_user 27 78599 140736596902848 Insert Email
+2017-03-16 11:01:17,562 DEBUG fe_user 29 78599 140736596902848 Insert Password
+2017-03-16 11:01:18,193 DEBUG fe_user 31 78599 140736596902848 Click Login Button
+2017-03-16 11:01:18,315 DEBUG fe_user 33 78599 140736596902848 Login Button clicked
+2017-03-16 11:01:18,323 DEBUG wait 110 78599 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:01:18,837 DEBUG wait 110 78599 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:01:19,364 DEBUG db_general 115 78599 140736596902848 Query : select %s from %s Where %s = %s;
+2017-03-16 11:01:19,364 ERROR exception_decor 21 78599 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:01:19,366 DEBUG logFuncEntry 34 78599 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:01:19,366 DEBUG logFuncEntry 34 78599 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:01:19,381 DEBUG test_ui_base 49 78599 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:02:38,123 DEBUG logFuncEntry 34 78674 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:02:38,124 DEBUG test_ui_base 23 78674 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:02:40,274 DEBUG test_ui_base 33 78674 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:02:41,422 DEBUG api_user 92 78674 140736596902848 Moving to next test case
+2017-03-16 11:02:41,422 DEBUG api_user 169 78674 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/7e37c1ed-1bf3-4e40-b413-041dc2b2ddd9/7ab01c5b1b39499b8b321b489f9ddce1
+2017-03-16 11:02:41,466 DEBUG api_user 172 78674 140736596902848 APIUser activated successfully!
+2017-03-16 11:02:41,546 DEBUG api_user 110 78674 140736596902848 200 OK
+2017-03-16 11:02:41,547 DEBUG api_user 112 78674 140736596902848 Login successfully.
+2017-03-16 11:02:41,551 DEBUG db_general 91 78674 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:02:41,553 DEBUG db_general 102 78674 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:02:41,556 DEBUG db_general 91 78674 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:02:41,558 DEBUG db_general 102 78674 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:02:41,836 DEBUG api_virtual_function 59 78674 140736596902848 Virtual Function created successfully!
+2017-03-16 11:02:41,837 DEBUG api_gitlab 195 78674 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/54eec53a-e231-435b-982c-558eac9b77f4
+2017-03-16 11:02:41,915 DEBUG api_user 110 78674 140736596902848 200 OK
+2017-03-16 11:02:41,916 DEBUG api_user 112 78674 140736596902848 Login successfully.
+2017-03-16 11:02:41,967 DEBUG api_gitlab 213 78674 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:02:41,968 DEBUG fe_user 26 78674 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:02:41,968 DEBUG fe_user 27 78674 140736596902848 Insert Email
+2017-03-16 11:02:42,852 DEBUG fe_user 29 78674 140736596902848 Insert Password
+2017-03-16 11:02:43,533 DEBUG fe_user 31 78674 140736596902848 Click Login Button
+2017-03-16 11:02:43,633 DEBUG fe_user 33 78674 140736596902848 Login Button clicked
+2017-03-16 11:02:43,638 DEBUG wait 110 78674 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:02:44,158 DEBUG wait 110 78674 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:02:44,688 DEBUG db_general 115 78674 140736596902848 Query : select uuid from ice_vf Where %s = %s;
+2017-03-16 11:02:44,691 DEBUG db_general 127 78674 140736596902848 Query result: None
+2017-03-16 11:02:44,695 DEBUG db_general 115 78674 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:02:44,697 DEBUG db_general 127 78674 140736596902848 Query result: None
+2017-03-16 11:02:44,701 DEBUG db_general 115 78674 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:02:44,703 DEBUG db_general 127 78674 140736596902848 Query result: None
+2017-03-16 11:02:44,707 DEBUG db_general 115 78674 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:02:44,710 DEBUG db_general 127 78674 140736596902848 Query result: None
+2017-03-16 11:02:44,714 DEBUG db_general 115 78674 140736596902848 Query : select reviewer_id from ice_engagement Where %s = %s;
+2017-03-16 11:02:44,716 DEBUG db_general 127 78674 140736596902848 Query result: None
+2017-03-16 11:02:44,720 ERROR exception_decor 21 78674 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:02:44,726 DEBUG logFuncEntry 34 78674 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:02:44,726 DEBUG logFuncEntry 34 78674 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:02:44,742 DEBUG test_ui_base 49 78674 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:05:41,867 DEBUG logFuncEntry 34 78814 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:05:41,868 DEBUG test_ui_base 23 78814 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:05:44,017 DEBUG test_ui_base 33 78814 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:05:45,143 DEBUG api_user 92 78814 140736596902848 Moving to next test case
+2017-03-16 11:05:45,143 DEBUG api_user 169 78814 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/0a4c2f92-edb8-4ddc-a2d8-6a25a4cb0b76/12593495b88b4cb581d738c680fc9070
+2017-03-16 11:05:45,184 DEBUG api_user 172 78814 140736596902848 APIUser activated successfully!
+2017-03-16 11:05:45,274 DEBUG api_user 110 78814 140736596902848 200 OK
+2017-03-16 11:05:45,275 DEBUG api_user 112 78814 140736596902848 Login successfully.
+2017-03-16 11:05:45,279 DEBUG db_general 91 78814 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:05:45,281 DEBUG db_general 102 78814 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:05:45,284 DEBUG db_general 91 78814 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:05:45,286 DEBUG db_general 102 78814 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:05:45,534 DEBUG api_virtual_function 59 78814 140736596902848 Virtual Function created successfully!
+2017-03-16 11:05:45,534 DEBUG api_gitlab 195 78814 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/dec5e197-f44c-442f-a010-2f9f70654541
+2017-03-16 11:05:45,611 DEBUG api_user 110 78814 140736596902848 200 OK
+2017-03-16 11:05:45,612 DEBUG api_user 112 78814 140736596902848 Login successfully.
+2017-03-16 11:05:45,660 DEBUG api_gitlab 213 78814 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:05:45,660 DEBUG fe_user 26 78814 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:05:45,661 DEBUG fe_user 27 78814 140736596902848 Insert Email
+2017-03-16 11:05:46,541 DEBUG fe_user 29 78814 140736596902848 Insert Password
+2017-03-16 11:05:47,214 DEBUG fe_user 31 78814 140736596902848 Click Login Button
+2017-03-16 11:05:47,317 DEBUG fe_user 33 78814 140736596902848 Login Button clicked
+2017-03-16 11:05:47,325 DEBUG wait 110 78814 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:05:47,844 DEBUG wait 110 78814 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:05:48,374 DEBUG db_general 115 78814 140736596902848 Query : select uuid from ice_vf Where %s = %s;
+2017-03-16 11:05:48,377 DEBUG db_general 127 78814 140736596902848 Query result: None
+2017-03-16 11:05:48,380 DEBUG db_general 115 78814 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:05:48,383 DEBUG db_general 127 78814 140736596902848 Query result: None
+2017-03-16 11:05:48,387 DEBUG db_general 115 78814 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:05:48,389 DEBUG db_general 127 78814 140736596902848 Query result: None
+2017-03-16 11:05:48,393 DEBUG db_general 115 78814 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:05:48,396 DEBUG db_general 127 78814 140736596902848 Query result: None
+2017-03-16 11:05:48,400 DEBUG db_general 115 78814 140736596902848 Query : select reviewer_id from ice_engagement Where %s = %s;
+2017-03-16 11:05:48,402 DEBUG db_general 127 78814 140736596902848 Query result: None
+2017-03-16 11:05:48,408 DEBUG fe_checklist 50 78814 140736596902848 EL email: None
+2017-03-16 11:05:48,412 DEBUG db_general 115 78814 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:05:48,414 DEBUG db_general 127 78814 140736596902848 Query result: None
+2017-03-16 11:05:58,948 ERROR exception_decor 21 78814 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:05:58,953 DEBUG logFuncEntry 34 78814 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:05:58,954 DEBUG logFuncEntry 34 78814 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:05:58,979 DEBUG test_ui_base 49 78814 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:06:30,924 DEBUG logFuncEntry 34 78880 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:06:30,925 DEBUG test_ui_base 23 78880 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:06:33,078 DEBUG test_ui_base 33 78880 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:06:34,214 DEBUG api_user 92 78880 140736596902848 Moving to next test case
+2017-03-16 11:06:34,215 DEBUG api_user 169 78880 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/31ec0356-e655-4b83-a276-586e992ebe7e/62005fbe399149ddb7443de051ee6468
+2017-03-16 11:06:34,258 DEBUG api_user 172 78880 140736596902848 APIUser activated successfully!
+2017-03-16 11:06:34,346 DEBUG api_user 110 78880 140736596902848 200 OK
+2017-03-16 11:06:34,346 DEBUG api_user 112 78880 140736596902848 Login successfully.
+2017-03-16 11:06:34,351 DEBUG db_general 91 78880 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:06:34,354 DEBUG db_general 102 78880 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:06:34,358 DEBUG db_general 91 78880 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:06:34,360 DEBUG db_general 102 78880 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:06:34,598 DEBUG api_virtual_function 59 78880 140736596902848 Virtual Function created successfully!
+2017-03-16 11:06:34,599 DEBUG api_gitlab 195 78880 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/05cde054-b2f3-4217-9877-0ea5d64b9781
+2017-03-16 11:06:34,691 DEBUG api_user 110 78880 140736596902848 200 OK
+2017-03-16 11:06:34,692 DEBUG api_user 112 78880 140736596902848 Login successfully.
+2017-03-16 11:06:34,740 DEBUG api_gitlab 213 78880 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:06:34,740 DEBUG fe_user 26 78880 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:06:34,741 DEBUG fe_user 27 78880 140736596902848 Insert Email
+2017-03-16 11:06:35,628 DEBUG fe_user 29 78880 140736596902848 Insert Password
+2017-03-16 11:06:36,308 DEBUG fe_user 31 78880 140736596902848 Click Login Button
+2017-03-16 11:06:36,413 DEBUG fe_user 33 78880 140736596902848 Login Button clicked
+2017-03-16 11:06:36,419 DEBUG wait 110 78880 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:06:36,937 DEBUG wait 110 78880 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:06:45,495 DEBUG db_general 115 78880 140736596902848 Query : select uuid from ice_vf Where %s = %s;
+2017-03-16 11:06:45,497 DEBUG db_general 127 78880 140736596902848 Query result: None
+2017-03-16 11:06:48,170 DEBUG db_general 115 78880 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:06:48,173 DEBUG db_general 127 78880 140736596902848 Query result: None
+2017-03-16 11:07:00,757 DEBUG db_general 115 78880 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:07:00,759 DEBUG db_general 127 78880 140736596902848 Query result: None
+2017-03-16 11:07:00,763 DEBUG db_general 115 78880 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:07:00,766 DEBUG db_general 127 78880 140736596902848 Query result: None
+2017-03-16 11:07:00,770 DEBUG db_general 115 78880 140736596902848 Query : select reviewer_id from ice_engagement Where %s = %s;
+2017-03-16 11:07:00,773 DEBUG db_general 127 78880 140736596902848 Query result: None
+2017-03-16 11:07:01,383 DEBUG fe_checklist 50 78880 140736596902848 EL email: None
+2017-03-16 11:07:02,813 DEBUG db_general 115 78880 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:07:02,815 DEBUG db_general 127 78880 140736596902848 Query result: None
+2017-03-16 11:07:24,431 ERROR exception_decor 21 78880 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:07:24,437 DEBUG logFuncEntry 34 78880 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:07:24,437 DEBUG logFuncEntry 34 78880 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:07:28,238 DEBUG test_ui_base 49 78880 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:07:38,656 DEBUG logFuncEntry 34 78957 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:07:38,657 DEBUG test_ui_base 23 78957 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:07:40,808 DEBUG test_ui_base 33 78957 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:07:58,246 DEBUG api_user 92 78957 140736596902848 Moving to next test case
+2017-03-16 11:08:05,476 DEBUG api_user 169 78957 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/33bcc044-8e4b-40a7-9f30-dcb57f3f3fc1/d8a19e7363e742c8a9cf1e00207fbf9b
+2017-03-16 11:08:05,528 DEBUG api_user 172 78957 140736596902848 APIUser activated successfully!
+2017-03-16 11:08:06,278 DEBUG api_user 110 78957 140736596902848 200 OK
+2017-03-16 11:08:06,279 DEBUG api_user 112 78957 140736596902848 Login successfully.
+2017-03-16 11:08:06,818 DEBUG db_general 91 78957 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:08:06,820 DEBUG db_general 102 78957 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:08:06,824 DEBUG db_general 91 78957 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:08:06,826 DEBUG db_general 102 78957 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:08:07,063 DEBUG api_virtual_function 59 78957 140736596902848 Virtual Function created successfully!
+2017-03-16 11:08:22,141 DEBUG api_gitlab 195 78957 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/0dfc41bf-9603-486b-97fc-f4c29f67162a
+2017-03-16 11:08:22,221 DEBUG api_user 110 78957 140736596902848 200 OK
+2017-03-16 11:08:22,221 DEBUG api_user 112 78957 140736596902848 Login successfully.
+2017-03-16 11:08:22,272 DEBUG api_gitlab 213 78957 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:08:46,416 DEBUG fe_user 26 78957 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:08:46,416 DEBUG fe_user 27 78957 140736596902848 Insert Email
+2017-03-16 11:08:52,744 DEBUG fe_user 29 78957 140736596902848 Insert Password
+2017-03-16 11:08:53,399 DEBUG fe_user 31 78957 140736596902848 Click Login Button
+2017-03-16 11:08:53,514 DEBUG fe_user 33 78957 140736596902848 Login Button clicked
+2017-03-16 11:08:53,520 DEBUG wait 110 78957 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:08:54,036 DEBUG wait 110 78957 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:10:11,856 DEBUG db_general 115 78957 140736596902848 Query : select uuid from ice_vf Where %s = %s;
+2017-03-16 11:10:11,859 DEBUG db_general 127 78957 140736596902848 Query result: None
+2017-03-16 11:11:35,509 DEBUG db_general 115 78957 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:11:40,145 DEBUG db_general 127 78957 140736596902848 Query result: None
+2017-03-16 11:11:40,149 DEBUG db_general 115 78957 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:11:41,788 DEBUG db_general 127 78957 140736596902848 Query result: None
+2017-03-16 11:11:41,794 DEBUG db_general 115 78957 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:11:42,816 DEBUG db_general 127 78957 140736596902848 Query result: None
+2017-03-16 11:11:42,820 DEBUG db_general 115 78957 140736596902848 Query : select reviewer_id from ice_engagement Where %s = %s;
+2017-03-16 11:11:43,946 DEBUG db_general 127 78957 140736596902848 Query result: None
+2017-03-16 11:11:43,952 DEBUG fe_checklist 50 78957 140736596902848 EL email: None
+2017-03-16 11:11:43,956 DEBUG db_general 115 78957 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:11:51,378 DEBUG db_general 127 78957 140736596902848 Query result: None
+2017-03-16 11:12:02,673 ERROR exception_decor 21 78957 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:12:02,676 DEBUG logFuncEntry 34 78957 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:12:02,677 DEBUG logFuncEntry 34 78957 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:12:02,692 DEBUG test_ui_base 49 78957 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:12:26,741 DEBUG logFuncEntry 34 79171 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:12:26,742 DEBUG test_ui_base 23 79171 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:12:29,174 DEBUG test_ui_base 33 79171 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:14:35,244 DEBUG api_user 92 79171 140736596902848 Moving to next test case
+2017-03-16 11:14:35,244 DEBUG api_user 169 79171 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/87ec70c3-990e-4d51-b5af-072058c4192d/f41726c36f704c8a98026e20b21bd250
+2017-03-16 11:14:35,288 DEBUG api_user 172 79171 140736596902848 APIUser activated successfully!
+2017-03-16 11:14:35,370 DEBUG api_user 110 79171 140736596902848 200 OK
+2017-03-16 11:14:35,371 DEBUG api_user 112 79171 140736596902848 Login successfully.
+2017-03-16 11:14:35,374 DEBUG db_general 91 79171 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:14:35,376 DEBUG db_general 102 79171 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:14:35,380 DEBUG db_general 91 79171 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:14:35,381 DEBUG db_general 102 79171 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:14:35,614 DEBUG api_virtual_function 59 79171 140736596902848 Virtual Function created successfully!
+2017-03-16 11:14:35,614 DEBUG api_gitlab 195 79171 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/39eb7bf8-7ae0-4b6b-b0f5-000a40e7d596
+2017-03-16 11:14:35,697 DEBUG api_user 110 79171 140736596902848 200 OK
+2017-03-16 11:14:35,697 DEBUG api_user 112 79171 140736596902848 Login successfully.
+2017-03-16 11:14:35,742 DEBUG api_gitlab 213 79171 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:14:35,743 DEBUG fe_user 26 79171 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:14:35,743 DEBUG fe_user 27 79171 140736596902848 Insert Email
+2017-03-16 11:14:40,277 DEBUG fe_user 29 79171 140736596902848 Insert Password
+2017-03-16 11:14:40,919 DEBUG fe_user 31 79171 140736596902848 Click Login Button
+2017-03-16 11:14:41,030 DEBUG fe_user 33 79171 140736596902848 Login Button clicked
+2017-03-16 11:14:41,040 DEBUG wait 110 79171 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:14:41,557 DEBUG wait 110 79171 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:14:57,738 DEBUG db_general 115 79171 140736596902848 Query : select uuid from ice_vf Where %s = %s;
+2017-03-16 11:14:57,741 DEBUG db_general 127 79171 140736596902848 Query result: None
+2017-03-16 11:15:22,438 DEBUG db_general 115 79171 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:15:58,173 DEBUG db_general 127 79171 140736596902848 Query result: None
+2017-03-16 11:16:01,763 DEBUG db_general 115 79171 140736596902848 Query : select engagement_id from ice_vf Where %s = %s;
+2017-03-16 11:16:01,766 DEBUG db_general 127 79171 140736596902848 Query result: None
+2017-03-16 11:16:01,771 DEBUG db_general 115 79171 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:16:01,773 DEBUG db_general 127 79171 140736596902848 Query result: None
+2017-03-16 11:16:01,777 DEBUG db_general 115 79171 140736596902848 Query : select reviewer_id from ice_engagement Where %s = %s;
+2017-03-16 11:16:01,779 DEBUG db_general 127 79171 140736596902848 Query result: None
+2017-03-16 11:16:01,785 DEBUG fe_checklist 50 79171 140736596902848 EL email: None
+2017-03-16 11:16:01,789 DEBUG db_general 115 79171 140736596902848 Query : select engagement_manual_id from ice_engagement Where %s = %s;
+2017-03-16 11:16:01,792 DEBUG db_general 127 79171 140736596902848 Query result: None
+2017-03-16 11:16:13,940 ERROR exception_decor 21 79171 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:13,944 DEBUG logFuncEntry 34 79171 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:16:13,944 DEBUG logFuncEntry 34 79171 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:16:20,531 DEBUG test_ui_base 49 79171 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:16:26,298 DEBUG logFuncEntry 34 79357 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:16:26,298 DEBUG test_ui_base 23 79357 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:16:28,414 DEBUG test_ui_base 33 79357 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:16:29,528 DEBUG api_user 92 79357 140736596902848 Moving to next test case
+2017-03-16 11:16:29,528 DEBUG api_user 169 79357 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/52506efb-98d9-4eb9-b0f5-db03ab131406/ae7152e1968c4449bb0000cda372d325
+2017-03-16 11:16:29,560 DEBUG api_user 172 79357 140736596902848 APIUser activated successfully!
+2017-03-16 11:16:29,631 DEBUG api_user 110 79357 140736596902848 200 OK
+2017-03-16 11:16:29,631 DEBUG api_user 112 79357 140736596902848 Login successfully.
+2017-03-16 11:16:29,636 DEBUG db_general 91 79357 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:16:29,637 DEBUG db_general 102 79357 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:16:29,640 DEBUG db_general 91 79357 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:16:29,642 DEBUG db_general 102 79357 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:16:29,866 DEBUG api_virtual_function 59 79357 140736596902848 Virtual Function created successfully!
+2017-03-16 11:16:29,866 DEBUG api_gitlab 195 79357 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d4aa44ee-0698-4a96-a8ce-fc0c8b79336f
+2017-03-16 11:16:29,934 DEBUG api_user 110 79357 140736596902848 200 OK
+2017-03-16 11:16:29,934 DEBUG api_user 112 79357 140736596902848 Login successfully.
+2017-03-16 11:16:29,971 DEBUG api_gitlab 213 79357 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:16:29,971 DEBUG fe_user 26 79357 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:16:29,972 DEBUG fe_user 27 79357 140736596902848 Insert Email
+2017-03-16 11:16:30,858 DEBUG fe_user 29 79357 140736596902848 Insert Password
+2017-03-16 11:16:31,533 DEBUG fe_user 31 79357 140736596902848 Click Login Button
+2017-03-16 11:16:31,630 DEBUG fe_user 33 79357 140736596902848 Login Button clicked
+2017-03-16 11:16:31,635 DEBUG wait 110 79357 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:16:32,152 DEBUG wait 110 79357 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:16:32,677 DEBUG db_general 115 79357 140736596902848 Query : select uuid from ice_vf Where %s = '%s';
+2017-03-16 11:16:32,677 ERROR exception_decor 21 79357 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:32,678 DEBUG logFuncEntry 34 79357 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:16:32,678 DEBUG logFuncEntry 34 79357 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:16:32,693 DEBUG test_ui_base 49 79357 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:17:36,492 DEBUG logFuncEntry 34 79421 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:17:36,493 DEBUG test_ui_base 23 79421 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:17:38,673 DEBUG test_ui_base 33 79421 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:17:39,796 DEBUG api_user 92 79421 140736596902848 Moving to next test case
+2017-03-16 11:17:39,796 DEBUG api_user 169 79421 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/08c83df2-db7b-4fdc-9cf2-8cf594fba47d/9ee0ea304a964f91990d4b269a89f6fa
+2017-03-16 11:17:39,839 DEBUG api_user 172 79421 140736596902848 APIUser activated successfully!
+2017-03-16 11:17:39,923 DEBUG api_user 110 79421 140736596902848 200 OK
+2017-03-16 11:17:39,923 DEBUG api_user 112 79421 140736596902848 Login successfully.
+2017-03-16 11:17:39,928 DEBUG db_general 91 79421 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:17:39,931 DEBUG db_general 102 79421 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:17:39,936 DEBUG db_general 91 79421 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:17:39,937 DEBUG db_general 102 79421 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:17:40,174 DEBUG api_virtual_function 59 79421 140736596902848 Virtual Function created successfully!
+2017-03-16 11:17:40,175 DEBUG api_gitlab 195 79421 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/ba1df1a2-3990-48e5-865b-5126712b614e
+2017-03-16 11:17:40,254 DEBUG api_user 110 79421 140736596902848 200 OK
+2017-03-16 11:17:40,255 DEBUG api_user 112 79421 140736596902848 Login successfully.
+2017-03-16 11:17:40,302 DEBUG api_gitlab 213 79421 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:17:40,302 DEBUG fe_user 26 79421 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:17:40,302 DEBUG fe_user 27 79421 140736596902848 Insert Email
+2017-03-16 11:17:41,187 DEBUG fe_user 29 79421 140736596902848 Insert Password
+2017-03-16 11:17:41,863 DEBUG fe_user 31 79421 140736596902848 Click Login Button
+2017-03-16 11:17:41,975 DEBUG fe_user 33 79421 140736596902848 Login Button clicked
+2017-03-16 11:17:41,998 DEBUG wait 110 79421 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:17:42,520 DEBUG wait 110 79421 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:17:58,125 DEBUG db_general 115 79421 140736596902848 Query : select uuid from ice_vf Where name = STvcyo3;
+2017-03-16 11:25:37,564 DEBUG db_general 127 79421 140736596902848 Query result: None
+2017-03-16 11:25:37,571 ERROR exception_decor 21 79421 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:25:37,575 DEBUG logFuncEntry 34 79421 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:25:37,576 DEBUG logFuncEntry 34 79421 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:25:37,618 DEBUG test_ui_base 49 79421 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:25:47,944 DEBUG logFuncEntry 34 79779 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:25:47,945 DEBUG test_ui_base 23 79779 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:25:50,109 DEBUG test_ui_base 33 79779 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:25:51,246 DEBUG api_user 92 79779 140736596902848 Moving to next test case
+2017-03-16 11:25:51,246 DEBUG api_user 169 79779 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/87463a3d-8b31-421d-809b-309099a150bc/85aee907908e485d9557387e884c4683
+2017-03-16 11:25:51,290 DEBUG api_user 172 79779 140736596902848 APIUser activated successfully!
+2017-03-16 11:25:51,378 DEBUG api_user 110 79779 140736596902848 200 OK
+2017-03-16 11:25:51,379 DEBUG api_user 112 79779 140736596902848 Login successfully.
+2017-03-16 11:25:51,383 DEBUG db_general 91 79779 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:25:51,385 DEBUG db_general 102 79779 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:25:51,389 DEBUG db_general 91 79779 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:25:51,390 DEBUG db_general 102 79779 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:25:51,650 DEBUG api_virtual_function 59 79779 140736596902848 Virtual Function created successfully!
+2017-03-16 11:25:51,650 DEBUG api_gitlab 195 79779 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/6aff1ee6-4ae6-433a-92b7-f50c5a53bce2
+2017-03-16 11:25:51,730 DEBUG api_user 110 79779 140736596902848 200 OK
+2017-03-16 11:25:51,730 DEBUG api_user 112 79779 140736596902848 Login successfully.
+2017-03-16 11:25:51,808 DEBUG api_gitlab 213 79779 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:25:51,809 DEBUG fe_user 26 79779 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:25:51,809 DEBUG fe_user 27 79779 140736596902848 Insert Email
+2017-03-16 11:25:52,695 DEBUG fe_user 29 79779 140736596902848 Insert Password
+2017-03-16 11:25:53,367 DEBUG fe_user 31 79779 140736596902848 Click Login Button
+2017-03-16 11:25:53,474 DEBUG fe_user 33 79779 140736596902848 Login Button clicked
+2017-03-16 11:25:53,482 DEBUG wait 110 79779 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:25:54,005 DEBUG wait 110 79779 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:26:00,034 ERROR exception_decor 21 79779 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:00,040 DEBUG logFuncEntry 34 79779 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:26:00,040 DEBUG logFuncEntry 34 79779 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:26:00,078 DEBUG test_ui_base 49 79779 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:26:28,875 DEBUG logFuncEntry 34 79831 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:26:28,877 DEBUG test_ui_base 23 79831 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:26:31,019 DEBUG test_ui_base 33 79831 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:26:32,128 DEBUG api_user 92 79831 140736596902848 Moving to next test case
+2017-03-16 11:26:32,128 DEBUG api_user 169 79831 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/8deb3da3-f36d-4100-b803-0509a2b625b6/8fdf0e927aa4416e804f058da6fefa2e
+2017-03-16 11:26:32,170 DEBUG api_user 172 79831 140736596902848 APIUser activated successfully!
+2017-03-16 11:26:32,253 DEBUG api_user 110 79831 140736596902848 200 OK
+2017-03-16 11:26:32,254 DEBUG api_user 112 79831 140736596902848 Login successfully.
+2017-03-16 11:26:32,259 DEBUG db_general 91 79831 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:26:32,261 DEBUG db_general 102 79831 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:26:32,265 DEBUG db_general 91 79831 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:26:32,267 DEBUG db_general 102 79831 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:26:32,555 DEBUG api_virtual_function 59 79831 140736596902848 Virtual Function created successfully!
+2017-03-16 11:26:32,555 DEBUG api_gitlab 195 79831 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/1ce09a5b-b33e-4103-b8e0-9343ccf74617
+2017-03-16 11:26:32,633 DEBUG api_user 110 79831 140736596902848 200 OK
+2017-03-16 11:26:32,634 DEBUG api_user 112 79831 140736596902848 Login successfully.
+2017-03-16 11:26:32,679 DEBUG api_gitlab 213 79831 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:26:32,679 DEBUG fe_user 26 79831 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:26:32,679 DEBUG fe_user 27 79831 140736596902848 Insert Email
+2017-03-16 11:26:33,558 DEBUG fe_user 29 79831 140736596902848 Insert Password
+2017-03-16 11:26:34,235 DEBUG fe_user 31 79831 140736596902848 Click Login Button
+2017-03-16 11:26:34,337 DEBUG fe_user 33 79831 140736596902848 Login Button clicked
+2017-03-16 11:26:34,344 DEBUG wait 110 79831 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:26:34,870 DEBUG wait 110 79831 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:26:39,984 DEBUG db_general 115 79831 140736596902848 Query : select uuid from ice_vf Where name = SThvpUZ;
+2017-03-16 11:26:39,986 DEBUG db_general 127 79831 140736596902848 Query result: 38975693-ace9-4dd1-8bcd-b25ae307da95
+2017-03-16 11:26:39,991 DEBUG db_general 115 79831 140736596902848 Query : select engagement_id from ice_vf Where name = SThvpUZ;
+2017-03-16 11:26:39,994 DEBUG db_general 127 79831 140736596902848 Query result: 1ce09a5b-b33e-4103-b8e0-9343ccf74617
+2017-03-16 11:26:39,999 DEBUG db_general 115 79831 140736596902848 Query : select engagement_id from ice_vf Where name = SThvpUZ;
+2017-03-16 11:26:40,001 DEBUG db_general 127 79831 140736596902848 Query result: 1ce09a5b-b33e-4103-b8e0-9343ccf74617
+2017-03-16 11:26:40,005 DEBUG db_general 115 79831 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 1ce09a5b-b33e-4103-b8e0-9343ccf74617;
+2017-03-16 11:26:40,008 DEBUG db_general 127 79831 140736596902848 Query result: 2017-5762
+2017-03-16 11:26:40,013 DEBUG db_general 115 79831 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = 2017-5762;
+2017-03-16 11:26:40,016 DEBUG db_general 127 79831 140736596902848 Query result: 588
+2017-03-16 11:26:40,022 DEBUG fe_checklist 50 79831 140736596902848 EL email: STPfCHv@intl.att.com
+2017-03-16 11:26:40,027 DEBUG db_general 115 79831 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 1ce09a5b-b33e-4103-b8e0-9343ccf74617;
+2017-03-16 11:26:40,030 DEBUG db_general 127 79831 140736596902848 Query result: 2017-5762
+2017-03-16 11:26:40,376 DEBUG db_general 115 79831 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 1ce09a5b-b33e-4103-b8e0-9343ccf74617;
+2017-03-16 11:26:40,381 DEBUG db_general 127 79831 140736596902848 Query result: ['b6621d2b-276a-4c0a-b507-d9e4727d70e2', '11cb4907-3610-4e27-8ef6-27561c81ca85', '2449c549-c927-4b4e-81c4-453cc7a608ac', 'bd255dd3-1eeb-4367-83c9-85e0a573ac56']
+2017-03-16 11:26:50,973 ERROR exception_decor 21 79831 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:50,978 DEBUG logFuncEntry 34 79831 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:26:50,979 DEBUG logFuncEntry 34 79831 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:26:51,014 DEBUG test_ui_base 49 79831 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-16 11:28:48,538 DEBUG logFuncEntry 34 79963 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-16 11:28:48,539 DEBUG test_ui_base 23 79963 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-16 11:28:50,688 DEBUG test_ui_base 33 79963 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-16 11:28:51,847 DEBUG api_user 92 79963 140736596902848 Moving to next test case
+2017-03-16 11:28:51,847 DEBUG api_user 169 79963 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/2bd2262b-75a6-4d9e-897f-90cd025b59e0/423b42fe777e49a6af4f6dc03ecde4ea
+2017-03-16 11:28:51,890 DEBUG api_user 172 79963 140736596902848 APIUser activated successfully!
+2017-03-16 11:28:51,984 DEBUG api_user 110 79963 140736596902848 200 OK
+2017-03-16 11:28:51,985 DEBUG api_user 112 79963 140736596902848 Login successfully.
+2017-03-16 11:28:51,989 DEBUG db_general 91 79963 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-16 11:28:51,991 DEBUG db_general 102 79963 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-16 11:28:51,995 DEBUG db_general 91 79963 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-16 11:28:51,996 DEBUG db_general 102 79963 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-16 11:28:52,236 DEBUG api_virtual_function 59 79963 140736596902848 Virtual Function created successfully!
+2017-03-16 11:28:52,237 DEBUG api_gitlab 195 79963 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/c4f5ee9d-437c-4348-a04c-fd16d5362d97
+2017-03-16 11:28:52,315 DEBUG api_user 110 79963 140736596902848 200 OK
+2017-03-16 11:28:52,315 DEBUG api_user 112 79963 140736596902848 Login successfully.
+2017-03-16 11:28:52,360 DEBUG api_gitlab 213 79963 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-16 11:28:52,360 DEBUG fe_user 26 79963 140736596902848 Verifying and Insert Login page elements:
+2017-03-16 11:28:52,361 DEBUG fe_user 27 79963 140736596902848 Insert Email
+2017-03-16 11:28:53,239 DEBUG fe_user 29 79963 140736596902848 Insert Password
+2017-03-16 11:28:53,913 DEBUG fe_user 31 79963 140736596902848 Click Login Button
+2017-03-16 11:28:54,014 DEBUG fe_user 33 79963 140736596902848 Login Button clicked
+2017-03-16 11:28:54,022 DEBUG wait 110 79963 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-16 11:28:54,540 DEBUG wait 110 79963 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-16 11:29:00,446 DEBUG db_general 115 79963 140736596902848 Query : select uuid from ice_vf Where name = STQn4Yd;
+2017-03-16 11:29:00,449 DEBUG db_general 127 79963 140736596902848 Query result: 23dfc0d1-240a-4369-a5a9-58e0bb44cfb0
+2017-03-16 11:29:00,453 DEBUG db_general 115 79963 140736596902848 Query : select engagement_id from ice_vf Where name = STQn4Yd;
+2017-03-16 11:29:00,456 DEBUG db_general 127 79963 140736596902848 Query result: c4f5ee9d-437c-4348-a04c-fd16d5362d97
+2017-03-16 11:29:00,459 DEBUG db_general 115 79963 140736596902848 Query : select engagement_id from ice_vf Where name = STQn4Yd;
+2017-03-16 11:29:00,462 DEBUG db_general 127 79963 140736596902848 Query result: c4f5ee9d-437c-4348-a04c-fd16d5362d97
+2017-03-16 11:29:00,465 DEBUG db_general 115 79963 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = c4f5ee9d-437c-4348-a04c-fd16d5362d97;
+2017-03-16 11:29:00,468 DEBUG db_general 127 79963 140736596902848 Query result: 2017-5763
+2017-03-16 11:29:00,473 DEBUG db_general 115 79963 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = 2017-5763;
+2017-03-16 11:29:00,475 DEBUG db_general 127 79963 140736596902848 Query result: 4409
+2017-03-16 11:29:00,482 DEBUG fe_checklist 50 79963 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-16 11:29:00,486 DEBUG db_general 115 79963 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = c4f5ee9d-437c-4348-a04c-fd16d5362d97;
+2017-03-16 11:29:00,488 DEBUG db_general 127 79963 140736596902848 Query result: 2017-5763
+2017-03-16 11:29:00,831 DEBUG db_general 115 79963 140736596902848 Query : select uuid from ice_next_step Where engagement_id = c4f5ee9d-437c-4348-a04c-fd16d5362d97;
+2017-03-16 11:29:00,833 DEBUG db_general 127 79963 140736596902848 Query result: ['235cb3a6-68ee-4414-b861-8607ba45ac5d', 'dc455f25-1341-4c15-a232-688970769fa4', 'becae121-3990-4517-8606-eecdaa2690ee', 'ea300db7-b044-45cf-9140-7c6f55b389a7']
+2017-03-16 11:31:43,256 ERROR exception_decor 21 79963 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:37:51,439 DEBUG logFuncEntry 34 84343 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:37:51,440 DEBUG test_ui_base 23 84343 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-19 01:37:53,799 DEBUG test_ui_base 33 84343 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-19 01:37:55,193 DEBUG api_user 92 84343 140736596902848 Moving to next test case
+2017-03-19 01:37:55,193 DEBUG api_user 169 84343 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/6d0fe210-19f8-4682-8d0c-4ab2326ff32d/2321bdb5f3824db2bb25f6a7d8a40eb7
+2017-03-19 01:37:55,274 DEBUG api_user 172 84343 140736596902848 APIUser activated successfully!
+2017-03-19 01:37:55,391 DEBUG api_user 110 84343 140736596902848 200 OK
+2017-03-19 01:37:55,392 DEBUG api_user 112 84343 140736596902848 Login successfully.
+2017-03-19 01:37:55,395 DEBUG db_general 93 84343 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-19 01:37:55,397 DEBUG db_general 104 84343 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-19 01:37:55,401 DEBUG db_general 93 84343 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-19 01:37:55,402 DEBUG db_general 104 84343 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-19 01:37:55,692 DEBUG api_virtual_function 59 84343 140736596902848 Virtual Function created successfully!
+2017-03-19 01:37:55,693 DEBUG api_gitlab 195 84343 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/9bc5fe74-ac39-4767-ac7a-4962f7b9f876
+2017-03-19 01:37:55,782 DEBUG api_user 110 84343 140736596902848 200 OK
+2017-03-19 01:37:55,783 DEBUG api_user 112 84343 140736596902848 Login successfully.
+2017-03-19 01:37:55,831 DEBUG api_gitlab 213 84343 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-19 01:37:55,831 DEBUG fe_user 26 84343 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:37:55,831 DEBUG fe_user 27 84343 140736596902848 Insert Email
+2017-03-19 01:37:56,706 DEBUG fe_user 29 84343 140736596902848 Insert Password
+2017-03-19 01:37:57,390 DEBUG fe_user 31 84343 140736596902848 Click Login Button
+2017-03-19 01:37:57,488 DEBUG fe_user 33 84343 140736596902848 Login Button clicked
+2017-03-19 01:37:57,493 DEBUG wait 110 84343 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:37:58,017 DEBUG wait 110 84343 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:38:03,511 DEBUG db_general 117 84343 140736596902848 Query : select uuid from ice_vf Where name = 'STAEpcS';
+2017-03-19 01:38:03,514 DEBUG db_general 129 84343 140736596902848 Query result: abf253a8-4a80-4737-a208-8f926809fce0
+2017-03-19 01:38:03,518 DEBUG db_general 117 84343 140736596902848 Query : select engagement_id from ice_vf Where name = 'STAEpcS';
+2017-03-19 01:38:03,521 DEBUG db_general 129 84343 140736596902848 Query result: 9bc5fe74-ac39-4767-ac7a-4962f7b9f876
+2017-03-19 01:38:03,525 DEBUG db_general 117 84343 140736596902848 Query : select engagement_id from ice_vf Where name = 'STAEpcS';
+2017-03-19 01:38:03,528 DEBUG db_general 129 84343 140736596902848 Query result: 9bc5fe74-ac39-4767-ac7a-4962f7b9f876
+2017-03-19 01:38:03,531 DEBUG db_general 117 84343 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '9bc5fe74-ac39-4767-ac7a-4962f7b9f876';
+2017-03-19 01:38:03,534 DEBUG db_general 129 84343 140736596902848 Query result: 2017-5764
+2017-03-19 01:38:03,537 DEBUG db_general 117 84343 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5764';
+2017-03-19 01:38:03,540 DEBUG db_general 129 84343 140736596902848 Query result: 1
+2017-03-19 01:38:03,544 DEBUG fe_checklist 50 84343 140736596902848 EL email: dd1122@att.com
+2017-03-19 01:38:03,548 DEBUG db_general 117 84343 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '9bc5fe74-ac39-4767-ac7a-4962f7b9f876';
+2017-03-19 01:38:03,550 DEBUG db_general 129 84343 140736596902848 Query result: 2017-5764
+2017-03-19 01:38:03,921 DEBUG db_general 117 84343 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '9bc5fe74-ac39-4767-ac7a-4962f7b9f876';
+2017-03-19 01:38:03,926 DEBUG db_general 129 84343 140736596902848 Query result: ["('058abf4d-034f-42e8-a3e6-699a3b6a54ea", "('8ca88762-75a3-4dad-bed0-1986d80d4152", "('1e97749f-15d6-4301-a2a6-8f3575340861", "('2b4f9924-597f-4add-b45c-c06aae3bbfd0"]
+2017-03-19 01:38:03,931 ERROR exception_decor 21 84343 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:38:03,935 DEBUG logFuncEntry 34 84343 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:38:03,935 DEBUG logFuncEntry 34 84343 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:39:47,328 DEBUG logFuncEntry 34 84458 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:39:47,329 DEBUG test_ui_base 23 84458 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-19 01:39:49,474 DEBUG test_ui_base 33 84458 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-19 01:39:50,620 DEBUG api_user 92 84458 140736596902848 Moving to next test case
+2017-03-19 01:39:50,620 DEBUG api_user 169 84458 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/f968a7d3-5bbb-4430-b915-ddc7fb76c243/dfa20b66b4fa45699e87a86c55edc8bd
+2017-03-19 01:39:50,660 DEBUG api_user 172 84458 140736596902848 APIUser activated successfully!
+2017-03-19 01:39:50,739 DEBUG api_user 110 84458 140736596902848 200 OK
+2017-03-19 01:39:50,740 DEBUG api_user 112 84458 140736596902848 Login successfully.
+2017-03-19 01:39:50,745 DEBUG db_general 93 84458 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-19 01:39:50,746 DEBUG db_general 104 84458 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-19 01:39:50,750 DEBUG db_general 93 84458 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-19 01:39:50,751 DEBUG db_general 104 84458 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-19 01:39:51,021 DEBUG api_virtual_function 59 84458 140736596902848 Virtual Function created successfully!
+2017-03-19 01:39:51,022 DEBUG api_gitlab 195 84458 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/8b11a153-3822-43c3-84bc-476cc25bcc42
+2017-03-19 01:39:51,099 DEBUG api_user 110 84458 140736596902848 200 OK
+2017-03-19 01:39:51,099 DEBUG api_user 112 84458 140736596902848 Login successfully.
+2017-03-19 01:39:51,145 DEBUG api_gitlab 213 84458 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-19 01:39:51,146 DEBUG fe_user 26 84458 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:39:51,146 DEBUG fe_user 27 84458 140736596902848 Insert Email
+2017-03-19 01:39:52,020 DEBUG fe_user 29 84458 140736596902848 Insert Password
+2017-03-19 01:39:52,701 DEBUG fe_user 31 84458 140736596902848 Click Login Button
+2017-03-19 01:39:52,799 DEBUG fe_user 33 84458 140736596902848 Login Button clicked
+2017-03-19 01:39:52,803 DEBUG wait 110 84458 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:39:53,322 DEBUG wait 110 84458 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:39:59,976 DEBUG db_general 117 84458 140736596902848 Query : select uuid from ice_vf Where name = 'STWQyqE';
+2017-03-19 01:39:59,980 DEBUG db_general 129 84458 140736596902848 Query result: 5699f617-88b7-4470-b341-3d64a8893f4e
+2017-03-19 01:39:59,985 DEBUG db_general 117 84458 140736596902848 Query : select engagement_id from ice_vf Where name = 'STWQyqE';
+2017-03-19 01:39:59,988 DEBUG db_general 129 84458 140736596902848 Query result: 8b11a153-3822-43c3-84bc-476cc25bcc42
+2017-03-19 01:39:59,992 DEBUG db_general 117 84458 140736596902848 Query : select engagement_id from ice_vf Where name = 'STWQyqE';
+2017-03-19 01:39:59,995 DEBUG db_general 129 84458 140736596902848 Query result: 8b11a153-3822-43c3-84bc-476cc25bcc42
+2017-03-19 01:39:59,999 DEBUG db_general 117 84458 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '8b11a153-3822-43c3-84bc-476cc25bcc42';
+2017-03-19 01:40:00,002 DEBUG db_general 129 84458 140736596902848 Query result: 2017-5765
+2017-03-19 01:40:00,006 DEBUG db_general 117 84458 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5765';
+2017-03-19 01:40:00,009 DEBUG db_general 129 84458 140736596902848 Query result: 4409
+2017-03-19 01:40:00,015 DEBUG fe_checklist 50 84458 140736596902848 EL email: STd2nab@intl.att.com
+2017-03-19 01:40:00,018 DEBUG db_general 117 84458 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '8b11a153-3822-43c3-84bc-476cc25bcc42';
+2017-03-19 01:40:00,021 DEBUG db_general 129 84458 140736596902848 Query result: 2017-5765
+2017-03-19 01:40:00,357 DEBUG db_general 117 84458 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '8b11a153-3822-43c3-84bc-476cc25bcc42';
+2017-03-19 01:40:00,360 DEBUG db_general 129 84458 140736596902848 Query result: ["('5c2ce904-96b9-47a5-95c3-59365194447c", "('4d5a9f7d-01ff-4cf4-a083-34db477dc2af", "('312a45e4-e371-4a03-b262-6e9ab6c490b9", "('2cf6d280-2de3-4f8a-a95d-f6c36cc5bff9"]
+2017-03-19 01:40:00,364 ERROR exception_decor 21 84458 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:40:00,369 DEBUG logFuncEntry 34 84458 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:40:00,369 DEBUG logFuncEntry 34 84458 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:40:00,408 DEBUG db_general 37 84458 140736596902848 INSERT INTO ice_test_results ("testType", "testFeature", "testResult", "testName", "notes", "create_time", "build_id", "duration") VALUES (E2E Test, TestChecklistValidations, FAIL, test_E2EChecklist_AddNextStep_Test, Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/services/database/db_general.py", line 167, in select_where_is_bigger
+ cur.execute(queryStr)
+psycopg2.ProgrammingError: syntax error at or near "5"
+LINE 1: select uuid from ice_next_step Where uuid = '('5c2ce904-96b9...
+ ^
+
+
+During handling of the above exception, another exception occurred:
+
+Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/services/database/db_virtual_function.py", line 62, in select_next_steps_ids
+ position = DBGeneral.select_where_is_bigger("uuid", "ice_next_step", "uuid", ice_next_step, "position", "1", 0)
+ File "/Users/ebinshtok/git_work/ice-ci/services/database/db_general.py", line 180, in select_where_is_bigger
+ raise Exception(errorMsg, "select_where_is_bigger")
+Exception: ('select_where_is_bigger FAILED ', 'select_where_is_bigger')
+
+During handling of the above exception, another exception occurred:
+
+Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/fe_checklist.py", line 60, in create_new_checklist
+ FEOverview.complete_defaults_nextsteps(engagement_id)
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/fe_overview.py", line 57, in complete_defaults_nextsteps
+ ice_next_steps = DBVirtualFunction.select_next_steps_ids(engagement_id)
+ File "/Users/ebinshtok/git_work/ice-ci/services/database/db_virtual_function.py", line 69, in select_next_steps_ids
+ raise Exception(errorMsg, "select_next_steps_ids")
+Exception: ('select_next_steps_ids FAILED ', 'select_next_steps_ids')
+
+During handling of the above exception, another exception occurred:
+
+Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/iceci/decorator/exception_decor.py", line 18, in wrapper
+ return func(*args, **kwargs)
+ File "/Users/ebinshtok/git_work/ice-ci/tests/uiTests/test_checklist_validations.py", line 156, in test_E2EChecklist_AddNextStep_Test
+ newObjWithChecklist = Frontend.Checklist.create_new_checklist(newObj)
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/fe_checklist.py", line 85, in create_new_checklist
+ raise Exception(errorMsg, "create_new_checklist")
+Exception: ("Failed to create checklist.('select_next_steps_ids FAILED ', 'select_next_steps_ids')", 'create_new_checklist')
+, 2017-03-19 01:40:00.405975, 2017-03-19-08-39-42, 9.869965324993245);
+2017-03-19 01:40:00,415 DEBUG test_ui_base 49 84458 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-19 01:41:54,667 DEBUG logFuncEntry 34 84577 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:41:54,668 DEBUG test_ui_base 23 84577 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-19 01:41:56,811 DEBUG test_ui_base 33 84577 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-19 01:41:57,975 DEBUG api_user 92 84577 140736596902848 Moving to next test case
+2017-03-19 01:41:57,976 DEBUG api_user 169 84577 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/3a25d9f6-b5f1-43ae-ab3c-d875808eb4a4/a8db82d41f3f448dbfec1f9e3759f518
+2017-03-19 01:41:58,019 DEBUG api_user 172 84577 140736596902848 APIUser activated successfully!
+2017-03-19 01:41:58,107 DEBUG api_user 110 84577 140736596902848 200 OK
+2017-03-19 01:41:58,108 DEBUG api_user 112 84577 140736596902848 Login successfully.
+2017-03-19 01:41:58,112 DEBUG db_general 93 84577 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-19 01:41:58,114 DEBUG db_general 104 84577 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-19 01:41:58,117 DEBUG db_general 93 84577 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-19 01:41:58,119 DEBUG db_general 104 84577 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-19 01:41:58,414 DEBUG api_virtual_function 59 84577 140736596902848 Virtual Function created successfully!
+2017-03-19 01:41:58,415 DEBUG api_gitlab 195 84577 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/d1afa50a-c803-4479-abe0-02c6e19a3936
+2017-03-19 01:41:58,496 DEBUG api_user 110 84577 140736596902848 200 OK
+2017-03-19 01:41:58,497 DEBUG api_user 112 84577 140736596902848 Login successfully.
+2017-03-19 01:41:58,543 DEBUG api_gitlab 213 84577 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-19 01:41:58,544 DEBUG fe_user 26 84577 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:41:58,544 DEBUG fe_user 27 84577 140736596902848 Insert Email
+2017-03-19 01:41:59,430 DEBUG fe_user 29 84577 140736596902848 Insert Password
+2017-03-19 01:42:00,115 DEBUG fe_user 31 84577 140736596902848 Click Login Button
+2017-03-19 01:42:00,219 DEBUG fe_user 33 84577 140736596902848 Login Button clicked
+2017-03-19 01:42:00,230 DEBUG wait 110 84577 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:42:00,746 DEBUG wait 110 84577 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:42:10,713 DEBUG db_general 117 84577 140736596902848 Query : select uuid from ice_vf Where name = 'STqmQg7';
+2017-03-19 01:42:10,716 DEBUG db_general 129 84577 140736596902848 Query result: 525c97be-8b02-4eae-8c69-1fb557ddf679
+2017-03-19 01:42:10,719 DEBUG db_general 117 84577 140736596902848 Query : select engagement_id from ice_vf Where name = 'STqmQg7';
+2017-03-19 01:42:10,722 DEBUG db_general 129 84577 140736596902848 Query result: d1afa50a-c803-4479-abe0-02c6e19a3936
+2017-03-19 01:42:10,727 DEBUG db_general 117 84577 140736596902848 Query : select engagement_id from ice_vf Where name = 'STqmQg7';
+2017-03-19 01:42:10,731 DEBUG db_general 129 84577 140736596902848 Query result: d1afa50a-c803-4479-abe0-02c6e19a3936
+2017-03-19 01:42:10,735 DEBUG db_general 117 84577 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd1afa50a-c803-4479-abe0-02c6e19a3936';
+2017-03-19 01:42:10,738 DEBUG db_general 129 84577 140736596902848 Query result: 2017-5766
+2017-03-19 01:42:10,742 DEBUG db_general 117 84577 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5766';
+2017-03-19 01:42:10,744 DEBUG db_general 129 84577 140736596902848 Query result: 761
+2017-03-19 01:42:10,750 DEBUG fe_checklist 50 84577 140736596902848 EL email: STnF2Xe@intl.att.com
+2017-03-19 01:42:10,754 DEBUG db_general 117 84577 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd1afa50a-c803-4479-abe0-02c6e19a3936';
+2017-03-19 01:42:10,757 DEBUG db_general 129 84577 140736596902848 Query result: 2017-5766
+2017-03-19 01:42:11,086 DEBUG db_general 117 84577 140736596902848 Query : select uuid from ice_next_step Where engagement_id = 'd1afa50a-c803-4479-abe0-02c6e19a3936';
+2017-03-19 01:42:11,089 DEBUG db_general 129 84577 140736596902848 Query result: ['5e990505-5cf2-4391-930e-1b05eca7e363', '550b51a6-8d30-4a47-9b0e-0bb399eb6aae', '3b203449-a34d-465a-99ca-e4715b045b25', 'c25a6f32-f1ce-40fb-a43b-4b6195b85337']
+2017-03-19 01:42:21,726 ERROR exception_decor 21 84577 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:42:21,734 DEBUG logFuncEntry 34 84577 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:42:21,734 DEBUG logFuncEntry 34 84577 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:42:21,767 DEBUG db_general 37 84577 140736596902848 INSERT INTO ice_test_results ("testType", "testFeature", "testResult", "testName", "notes", "create_time", "build_id", "duration") VALUES (E2E Test, TestChecklistValidations, FAIL, test_E2EChecklist_AddNextStep_Test, Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/base_actions/wait.py", line 57, in id
+ expected_conditions.visibility_of_element_located((By.ID, element_id))
+ File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/selenium/webdriver/support/wait.py", line 80, in until
+ raise TimeoutException(message, screen, stacktrace)
+selenium.common.exceptions.TimeoutException: Message:
+Stacktrace:
+ at FirefoxDriver.prototype.findElementInternal_ (file:///var/folders/cy/w5945hfn5kb2rpcrll7cd7tc0000gn/T/tmpu_etie98/extensions/fxdriver@googlecode.com/components/driver-component.js:10770)
+ at fxdriver.Timer.prototype.setTimeout/<.notify (file:///var/folders/cy/w5945hfn5kb2rpcrll7cd7tc0000gn/T/tmpu_etie98/extensions/fxdriver@googlecode.com/components/driver-component.js:625)
+
+During handling of the above exception, another exception occurred:
+
+Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/fe_checklist.py", line 60, in create_new_checklist
+ FEOverview.complete_defaults_nextsteps(engagement_id)
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/fe_overview.py", line 59, in complete_defaults_nextsteps
+ Wait.id(ice_next_step[0])
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/base_actions/wait.py", line 61, in id
+ raise Exception(error_msg, e)
+Exception: ("Didn't find ID 5e990505-5cf2-4391-930e-1b05eca7e363", TimeoutException('', None, [' at FirefoxDriver.prototype.findElementInternal_ (file:///var/folders/cy/w5945hfn5kb2rpcrll7cd7tc0000gn/T/tmpu_etie98/extensions/fxdriver@googlecode.com/components/driver-component.js:10770)', ' at fxdriver.Timer.prototype.setTimeout/<.notify (file:///var/folders/cy/w5945hfn5kb2rpcrll7cd7tc0000gn/T/tmpu_etie98/extensions/fxdriver@googlecode.com/components/driver-component.js:625)']))
+
+During handling of the above exception, another exception occurred:
+
+Traceback (most recent call last):
+ File "/Users/ebinshtok/git_work/ice-ci/iceci/decorator/exception_decor.py", line 18, in wrapper
+ return func(*args, **kwargs)
+ File "/Users/ebinshtok/git_work/ice-ci/tests/uiTests/test_checklist_validations.py", line 156, in test_E2EChecklist_AddNextStep_Test
+ newObjWithChecklist = Frontend.Checklist.create_new_checklist(newObj)
+ File "/Users/ebinshtok/git_work/ice-ci/services/frontend/fe_checklist.py", line 85, in create_new_checklist
+ raise Exception(errorMsg, "create_new_checklist")
+Exception: ('Failed to create checklist.("Didn\'t find ID 5e990505-5cf2-4391-930e-1b05eca7e363", TimeoutException(\'\', None, [\' at FirefoxDriver.prototype.findElementInternal_ (file:///var/folders/cy/w5945hfn5kb2rpcrll7cd7tc0000gn/T/tmpu_etie98/extensions/fxdriver@googlecode.com/components/driver-component.js:10770)\', \' at fxdriver.Timer.prototype.setTimeout/<.notify (file:///var/folders/cy/w5945hfn5kb2rpcrll7cd7tc0000gn/T/tmpu_etie98/extensions/fxdriver@googlecode.com/components/driver-component.js:625)\']))', 'create_new_checklist')
+, 2017-03-19 01:42:21.764394, 2017-03-19-08-41-49, 23.92008348897798);
+2017-03-19 01:42:21,775 DEBUG test_ui_base 49 84577 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-03-19 01:45:07,937 DEBUG logFuncEntry 34 84759 140736596902848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:45:07,938 DEBUG test_ui_base 23 84759 140736596902848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-03-19 01:45:10,086 DEBUG test_ui_base 33 84759 140736596902848 <Open Firefox with URL http://127.0.0.1:8181#/login>
+2017-03-19 01:45:11,326 DEBUG api_user 92 84759 140736596902848 Moving to next test case
+2017-03-19 01:45:11,327 DEBUG api_user 169 84759 140736596902848 http://127.0.0.1:8181/ice/v1/engmgr/activate/23015d4d-d967-445e-a8fe-2934f7aa42c5/0cff2bab86fb47a19489a7ea3304d89c
+2017-03-19 01:45:11,369 DEBUG api_user 172 84759 140736596902848 APIUser activated successfully!
+2017-03-19 01:45:11,447 DEBUG api_user 110 84759 140736596902848 200 OK
+2017-03-19 01:45:11,447 DEBUG api_user 112 84759 140736596902848 Login successfully.
+2017-03-19 01:45:11,451 DEBUG db_general 93 84759 140736596902848 Query : select uuid from ice_deployment_target;
+2017-03-19 01:45:11,453 DEBUG db_general 104 84759 140736596902848 Query result: 7b99ffd6-2494-4ff1-b511-78f1f3304e9f
+2017-03-19 01:45:11,457 DEBUG db_general 93 84759 140736596902848 Query : select uuid from ice_ecomp_release;
+2017-03-19 01:45:11,458 DEBUG db_general 104 84759 140736596902848 Query result: 14a270d9-7b34-47bb-b900-6c46606c3770
+2017-03-19 01:45:11,673 DEBUG api_virtual_function 59 84759 140736596902848 Virtual Function created successfully!
+2017-03-19 01:45:11,674 DEBUG api_gitlab 195 84759 140736596902848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/checklist/getcreate/33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:45:11,755 DEBUG api_user 110 84759 140736596902848 200 OK
+2017-03-19 01:45:11,756 DEBUG api_user 112 84759 140736596902848 Login successfully.
+2017-03-19 01:45:11,801 DEBUG api_gitlab 213 84759 140736596902848 Gitlab and Jenkins are ready to continue!
+2017-03-19 01:45:11,802 DEBUG fe_user 26 84759 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:45:11,802 DEBUG fe_user 27 84759 140736596902848 Insert Email
+2017-03-19 01:45:12,687 DEBUG fe_user 29 84759 140736596902848 Insert Password
+2017-03-19 01:45:13,366 DEBUG fe_user 31 84759 140736596902848 Click Login Button
+2017-03-19 01:45:13,475 DEBUG fe_user 33 84759 140736596902848 Login Button clicked
+2017-03-19 01:45:13,481 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:45:14,003 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:14,534 DEBUG db_general 117 84759 140736596902848 Query : select uuid from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:45:14,536 DEBUG db_general 129 84759 140736596902848 Query result: 976147ec-eb5e-4331-9bb5-9d4672d44c09
+2017-03-19 01:45:14,539 DEBUG db_general 117 84759 140736596902848 Query : select engagement_id from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:45:14,542 DEBUG db_general 129 84759 140736596902848 Query result: 33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:45:14,546 DEBUG db_general 117 84759 140736596902848 Query : select engagement_id from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:45:14,549 DEBUG db_general 129 84759 140736596902848 Query result: 33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:45:14,552 DEBUG db_general 117 84759 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:45:14,555 DEBUG db_general 129 84759 140736596902848 Query result: 2017-5767
+2017-03-19 01:45:14,559 DEBUG db_general 117 84759 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5767';
+2017-03-19 01:45:14,561 DEBUG db_general 129 84759 140736596902848 Query result: 690
+2017-03-19 01:45:14,566 DEBUG fe_checklist 50 84759 140736596902848 EL email: STGo3q7@intl.att.com
+2017-03-19 01:45:14,570 DEBUG db_general 117 84759 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:45:14,572 DEBUG db_general 129 84759 140736596902848 Query result: 2017-5767
+2017-03-19 01:45:14,803 DEBUG db_general 117 84759 140736596902848 Query : select uuid from ice_next_step Where engagement_id = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:45:14,808 DEBUG db_general 129 84759 140736596902848 Query result: ['7a031a44-cbfa-4474-baa9-7da36a4c3351', '66b500c2-c6db-46d6-bee2-653b8c192282', '7dafe5e2-c8c2-4112-9bfc-874bcedd2467', 'c60aec5c-3406-4a9e-98b0-46865f548e0c']
+2017-03-19 01:45:15,330 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-19 01:45:15,847 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-19 01:45:16,359 DEBUG fe_general 35 84759 140736596902848 Reopen URL: http://127.0.0.1:8181#/signUp?eng_uuid=976147ec-eb5e-4331-9bb5-9d4672d44c09&inviter_uuid=23015d4d-d967-445e-a8fe-2934f7aa42c5&email=automationqattSTvO5rq@gmail.com
+2017-03-19 01:45:17,235 DEBUG fe_general 35 84759 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-19 01:45:17,376 DEBUG fe_user 26 84759 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:45:17,377 DEBUG fe_user 27 84759 140736596902848 Insert Email
+2017-03-19 01:45:18,622 DEBUG fe_user 29 84759 140736596902848 Insert Password
+2017-03-19 01:45:19,427 DEBUG fe_user 31 84759 140736596902848 Click Login Button
+2017-03-19 01:45:19,538 DEBUG fe_user 33 84759 140736596902848 Login Button clicked
+2017-03-19 01:45:19,545 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:45:20,231 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:20,750 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:21,268 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:24,634 DEBUG db_general 117 84759 140736596902848 Query : select uuid from ice_checklist Where name = 'STS7G4U';
+2017-03-19 01:45:24,653 DEBUG db_general 129 84759 140736596902848 Query result: becdd7fc-e053-4782-95af-ea8ce958bed9
+2017-03-19 01:45:24,657 DEBUG db_general 117 84759 140736596902848 Query : select template_id from ice_checklist Where name = 'STS7G4U';
+2017-03-19 01:45:24,660 DEBUG db_general 129 84759 140736596902848 Query result: 84709cb6-cb23-4e15-8ddf-998edd6a2c76
+2017-03-19 01:45:24,687 DEBUG fe_general 35 84759 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-19 01:45:25,430 DEBUG fe_user 26 84759 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:45:25,430 DEBUG fe_user 27 84759 140736596902848 Insert Email
+2017-03-19 01:45:26,224 DEBUG fe_user 29 84759 140736596902848 Insert Password
+2017-03-19 01:45:26,910 DEBUG fe_user 31 84759 140736596902848 Click Login Button
+2017-03-19 01:45:27,013 DEBUG fe_user 33 84759 140736596902848 Login Button clicked
+2017-03-19 01:45:27,018 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:45:27,708 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:28,222 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:28,735 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:29,268 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:30,448 DEBUG db_general 117 84759 140736596902848 Query : select uuid from ice_checklist Where name = 'STS7G4U';
+2017-03-19 01:45:30,451 DEBUG db_general 129 84759 140736596902848 Query result: becdd7fc-e053-4782-95af-ea8ce958bed9
+2017-03-19 01:45:32,383 DEBUG db_general 117 84759 140736596902848 Query : select engagement_id from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:45:32,385 DEBUG db_general 129 84759 140736596902848 Query result: 33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:45:32,389 DEBUG db_general 117 84759 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:45:32,392 DEBUG db_general 129 84759 140736596902848 Query result: 2017-5767
+2017-03-19 01:45:32,396 DEBUG db_general 117 84759 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5767';
+2017-03-19 01:45:32,398 DEBUG db_general 129 84759 140736596902848 Query result: 690
+2017-03-19 01:45:33,159 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-03-19 01:45:35,182 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-03-19 01:45:35,752 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-19 01:45:37,340 DEBUG fe_general 35 84759 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-19 01:45:38,224 DEBUG db_checklist 43 84759 140736596902848 Query : select owner_id from ice_checklist Where uuid = 'becdd7fc-e053-4782-95af-ea8ce958bed9' and state = 'peer_review';
+2017-03-19 01:45:38,226 DEBUG db_checklist 58 84759 140736596902848 Query result: 4409
+2017-03-19 01:45:38,232 DEBUG db_general 117 84759 140736596902848 Query : select email from ice_user_profile Where id = '4409';
+2017-03-19 01:45:38,236 DEBUG db_general 129 84759 140736596902848 Query result: STd2nab@intl.att.com
+2017-03-19 01:45:38,236 DEBUG fe_user 26 84759 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:45:38,237 DEBUG fe_user 27 84759 140736596902848 Insert Email
+2017-03-19 01:45:39,039 DEBUG fe_user 29 84759 140736596902848 Insert Password
+2017-03-19 01:45:39,704 DEBUG fe_user 31 84759 140736596902848 Click Login Button
+2017-03-19 01:45:39,802 DEBUG fe_user 33 84759 140736596902848 Login Button clicked
+2017-03-19 01:45:39,806 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:45:40,475 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:40,989 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:41,522 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:42,467 DEBUG db_general 117 84759 140736596902848 Query : select uuid from ice_checklist Where name = 'STS7G4U';
+2017-03-19 01:45:42,470 DEBUG db_general 129 84759 140736596902848 Query result: becdd7fc-e053-4782-95af-ea8ce958bed9
+2017-03-19 01:45:44,093 DEBUG db_general 117 84759 140736596902848 Query : select engagement_id from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:45:44,096 DEBUG db_general 129 84759 140736596902848 Query result: 33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:45:44,099 DEBUG db_general 117 84759 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:45:44,102 DEBUG db_general 129 84759 140736596902848 Query result: 2017-5767
+2017-03-19 01:45:44,105 DEBUG db_general 117 84759 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5767';
+2017-03-19 01:45:44,107 DEBUG db_general 129 84759 140736596902848 Query result: 690
+2017-03-19 01:45:44,896 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-03-19 01:45:46,908 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-03-19 01:45:47,459 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-19 01:45:49,018 DEBUG fe_general 35 84759 140736596902848 Reopen URL: http://127.0.0.1:8181#/login
+2017-03-19 01:45:49,711 DEBUG db_checklist 15 84759 140736596902848 Query : select owner_id from ice_checklist Where uuid = 'becdd7fc-e053-4782-95af-ea8ce958bed9' and state = 'approval';
+2017-03-19 01:45:49,714 DEBUG db_checklist 26 84759 140736596902848 Query result: 3
+2017-03-19 01:45:49,720 DEBUG db_general 117 84759 140736596902848 Query : select email from ice_user_profile Where id = '3';
+2017-03-19 01:45:49,722 DEBUG db_general 129 84759 140736596902848 Query result: admin@att.com
+2017-03-19 01:45:49,722 DEBUG fe_user 26 84759 140736596902848 Verifying and Insert Login page elements:
+2017-03-19 01:45:49,722 DEBUG fe_user 27 84759 140736596902848 Insert Email
+2017-03-19 01:45:50,448 DEBUG fe_user 29 84759 140736596902848 Insert Password
+2017-03-19 01:45:51,123 DEBUG fe_user 31 84759 140736596902848 Click Login Button
+2017-03-19 01:45:51,263 DEBUG fe_user 33 84759 140736596902848 Login Button clicked
+2017-03-19 01:45:51,271 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-03-19 01:45:51,845 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:52,364 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:52,879 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:53,400 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:53,914 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:54,433 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:54,950 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:55,465 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:55,999 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:56,526 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-03-19 01:45:57,566 DEBUG db_general 117 84759 140736596902848 Query : select uuid from ice_checklist Where name = 'STS7G4U';
+2017-03-19 01:45:57,569 DEBUG db_general 129 84759 140736596902848 Query result: becdd7fc-e053-4782-95af-ea8ce958bed9
+2017-03-19 01:46:09,593 DEBUG db_general 117 84759 140736596902848 Query : select engagement_id from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:46:09,598 DEBUG db_general 129 84759 140736596902848 Query result: 33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:46:09,606 DEBUG db_general 117 84759 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:46:09,609 DEBUG db_general 129 84759 140736596902848 Query result: 2017-5767
+2017-03-19 01:46:09,613 DEBUG db_general 117 84759 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5767';
+2017-03-19 01:46:09,615 DEBUG db_general 129 84759 140736596902848 Query result: 690
+2017-03-19 01:46:11,321 DEBUG db_general 117 84759 140736596902848 Query : select engagement_id from ice_vf Where name = 'STaxOdL';
+2017-03-19 01:46:11,324 DEBUG db_general 129 84759 140736596902848 Query result: 33173d4f-f7bb-423c-8bf9-7d70a4fc4dee
+2017-03-19 01:46:11,328 DEBUG db_general 117 84759 140736596902848 Query : select engagement_manual_id from ice_engagement Where uuid = '33173d4f-f7bb-423c-8bf9-7d70a4fc4dee';
+2017-03-19 01:46:11,330 DEBUG db_general 129 84759 140736596902848 Query result: 2017-5767
+2017-03-19 01:46:11,333 DEBUG db_general 117 84759 140736596902848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-5767';
+2017-03-19 01:46:11,336 DEBUG db_general 129 84759 140736596902848 Query result: 690
+2017-03-19 01:46:17,157 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-03-19 01:46:17,677 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-19 01:46:18,195 DEBUG wait 110 84759 140736596902848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-03-19 01:46:18,841 DEBUG logFuncEntry 34 84759 140736596902848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:46:18,842 DEBUG logFuncEntry 34 84759 140736596902848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-03-19 01:46:18,866 DEBUG db_general 37 84759 140736596902848 INSERT INTO ice_test_results ("testType", "testFeature", "testResult", "testName", "notes", "create_time", "build_id", "duration") VALUES (E2E Test, TestChecklistValidations, PASS, test_E2EChecklist_AddNextStep_Test, , 2017-03-19 01:46:18.863572, 2017-03-19-08-45-03, 67.66926881694235);
+2017-03-19 01:46:18,871 DEBUG test_ui_base 49 84759 140736596902848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-04-05 07:40:02,424 DEBUG logFuncEntry 34 28611 140736398640064 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:40:02,425 DEBUG test_ui_base 28 28611 140736398640064 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-04-05 07:40:04,920 DEBUG test_ui_base 38 28611 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:40:05,462 DEBUG db_general 56 28611 140736398640064 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:40:05,465 DEBUG db_general 65 28611 140736398640064 Query result: None
+2017-04-05 07:40:05,469 DEBUG db_general 92 28611 140736398640064 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STWmvoJ' WHERE uuid = 'None' ;
+2017-04-05 07:40:05,471 DEBUG db_general 96 28611 140736398640064 Update query success!
+2017-04-05 07:40:05,472 ERROR exception_decor 21 28611 140736398640064 There was an exception in test_update_status_via_other_el
+2017-04-05 07:40:05,479 DEBUG logFuncEntry 34 28611 140736398640064 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:40:05,479 DEBUG logFuncEntry 34 28611 140736398640064 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:40:05,518 DEBUG test_ui_base 54 28611 140736398640064 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-04-05 07:41:05,847 DEBUG logFuncEntry 34 28673 140736398640064 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:41:05,847 DEBUG test_ui_base 28 28673 140736398640064 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-04-05 07:41:07,972 DEBUG test_ui_base 38 28673 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:41:09,656 DEBUG api_user 93 28673 140736398640064 Moving to next test case
+2017-04-05 07:41:09,656 DEBUG api_user 170 28673 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2c317bfa-8d41-4d6f-b169-afc8fcab0e1a/a9e2979d297e4d03979ee1a573ab7508
+2017-04-05 07:41:09,704 DEBUG api_user 173 28673 140736398640064 APIUser activated successfully!
+2017-04-05 07:41:09,773 DEBUG api_user 111 28673 140736398640064 200 OK
+2017-04-05 07:41:09,774 DEBUG api_user 113 28673 140736398640064 Login successfully.
+2017-04-05 07:41:09,778 DEBUG db_general 130 28673 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:41:09,779 DEBUG db_general 141 28673 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:41:09,784 DEBUG db_general 130 28673 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:41:09,785 DEBUG db_general 141 28673 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:41:10,024 DEBUG api_virtual_function 59 28673 140736398640064 Virtual Function created successfully!
+2017-04-05 07:41:10,025 DEBUG api_gitlab 222 28673 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/02ac3b4d-a36f-4f83-b2b2-e5d448f98bc6/checklist/new/
+2017-04-05 07:41:10,105 DEBUG api_user 111 28673 140736398640064 200 OK
+2017-04-05 07:41:10,105 DEBUG api_user 113 28673 140736398640064 Login successfully.
+2017-04-05 07:41:10,137 DEBUG api_gitlab 240 28673 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:41:10,137 DEBUG fe_user 26 28673 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:41:10,137 DEBUG fe_user 27 28673 140736398640064 Insert Email
+2017-04-05 07:41:10,977 DEBUG fe_user 30 28673 140736398640064 Insert Password
+2017-04-05 07:41:11,625 DEBUG fe_user 32 28673 140736398640064 Click Login Button
+2017-04-05 07:41:11,730 DEBUG fe_user 34 28673 140736398640064 Login Button clicked
+2017-04-05 07:41:11,739 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:41:12,255 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:41:12,776 DEBUG db_general 56 28673 140736398640064 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-04-05 07:41:12,778 DEBUG db_general 65 28673 140736398640064 Query result: None
+2017-04-05 07:41:12,781 DEBUG db_general 56 28673 140736398640064 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 07:41:12,783 DEBUG db_general 65 28673 140736398640064 Query result: 2c317bfa-8d41-4d6f-b169-afc8fcab0e1a
+2017-04-05 07:41:12,786 DEBUG db_general 92 28673 140736398640064 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '2c317bfa-8d41-4d6f-b169-afc8fcab0e1a' ;
+2017-04-05 07:41:12,794 DEBUG db_general 96 28673 140736398640064 Update query success!
+2017-04-05 07:41:12,798 DEBUG db_general 92 28673 140736398640064 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 07:41:12,801 DEBUG db_general 96 28673 140736398640064 Update query success!
+2017-04-05 07:41:12,805 DEBUG db_general 56 28673 140736398640064 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:41:12,807 DEBUG db_general 65 28673 140736398640064 Query result: STYBahk@intl.att.com
+2017-04-05 07:41:15,231 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:41:15,748 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:41:16,708 DEBUG db_general 153 28673 140736398640064 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-31';
+2017-04-05 07:41:16,711 DEBUG db_general 165 28673 140736398640064 Query result: 02ac3b4d-a36f-4f83-b2b2-e5d448f98bc6
+2017-04-05 07:41:16,714 DEBUG db_user 38 28673 140736398640064 Query : select invitation_token from ice_invitation Where engagement_uuid = '02ac3b4d-a36f-4f83-b2b2-e5d448f98bc6' and email = 'STYBahk@intl.att.com' ;
+2017-04-05 07:41:16,716 DEBUG fe_general 35 28673 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login?invitation=1e0988c0-16c9-4bd8-8e4b-79861842ec52
+2017-04-05 07:41:17,465 DEBUG fe_user 26 28673 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:41:17,465 DEBUG fe_user 27 28673 140736398640064 Insert Email
+2017-04-05 07:41:18,319 DEBUG fe_user 30 28673 140736398640064 Insert Password
+2017-04-05 07:41:18,975 DEBUG fe_user 32 28673 140736398640064 Click Login Button
+2017-04-05 07:41:19,069 DEBUG fe_user 34 28673 140736398640064 Login Button clicked
+2017-04-05 07:41:19,075 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/login?invitation=1e0988c0-16c9-4bd8-8e4b-79861842ec52 page is loaded.
+2017-04-05 07:41:19,784 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:41:22,295 DEBUG wait 110 28673 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:41:22,826 DEBUG db_general 56 28673 140736398640064 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:41:22,828 DEBUG db_general 65 28673 140736398640064 Query result: 2c317bfa-8d41-4d6f-b169-afc8fcab0e1a
+2017-04-05 07:41:22,831 DEBUG db_general 92 28673 140736398640064 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STAfxMy' WHERE uuid = '2c317bfa-8d41-4d6f-b169-afc8fcab0e1a' ;
+2017-04-05 07:41:22,840 DEBUG db_general 96 28673 140736398640064 Update query success!
+2017-04-05 07:41:22,840 DEBUG logFuncEntry 34 28673 140736398640064 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:41:22,840 DEBUG logFuncEntry 34 28673 140736398640064 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:41:22,851 DEBUG test_ui_base 54 28673 140736398640064 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-04-05 07:43:56,974 DEBUG logFuncEntry 34 28892 140736398640064 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:43:56,974 DEBUG test_ui_base 28 28892 140736398640064 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-04-05 07:43:59,204 DEBUG test_ui_base 38 28892 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:44:00,827 DEBUG api_user 93 28892 140736398640064 Moving to next test case
+2017-04-05 07:44:00,827 DEBUG api_user 170 28892 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/53946baf-4fb3-421b-afc4-92fbffa3ef95/90350c4ef65543a19e0a709e058a906d
+2017-04-05 07:44:00,863 DEBUG api_user 173 28892 140736398640064 APIUser activated successfully!
+2017-04-05 07:44:00,934 DEBUG api_user 111 28892 140736398640064 200 OK
+2017-04-05 07:44:00,934 DEBUG api_user 113 28892 140736398640064 Login successfully.
+2017-04-05 07:44:00,938 DEBUG db_general 130 28892 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:44:00,939 DEBUG db_general 141 28892 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:44:00,944 DEBUG db_general 130 28892 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:44:00,945 DEBUG db_general 141 28892 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:44:01,192 DEBUG api_virtual_function 59 28892 140736398640064 Virtual Function created successfully!
+2017-04-05 07:44:01,192 DEBUG api_gitlab 222 28892 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4ff124fd-5fdb-4bb2-9940-f42e0cb7782b/checklist/new/
+2017-04-05 07:44:01,265 DEBUG api_user 111 28892 140736398640064 200 OK
+2017-04-05 07:44:01,265 DEBUG api_user 113 28892 140736398640064 Login successfully.
+2017-04-05 07:44:01,299 DEBUG api_gitlab 240 28892 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:44:01,299 DEBUG fe_user 26 28892 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:44:01,299 DEBUG fe_user 27 28892 140736398640064 Insert Email
+2017-04-05 07:44:02,114 DEBUG fe_user 30 28892 140736398640064 Insert Password
+2017-04-05 07:44:02,767 DEBUG fe_user 32 28892 140736398640064 Click Login Button
+2017-04-05 07:44:02,874 DEBUG fe_user 34 28892 140736398640064 Login Button clicked
+2017-04-05 07:44:02,879 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:44:03,399 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:44:03,927 DEBUG db_general 56 28892 140736398640064 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-04-05 07:44:03,929 DEBUG db_general 65 28892 140736398640064 Query result: None
+2017-04-05 07:44:03,933 DEBUG db_general 56 28892 140736398640064 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 07:44:03,935 DEBUG db_general 65 28892 140736398640064 Query result: 2c317bfa-8d41-4d6f-b169-afc8fcab0e1a
+2017-04-05 07:44:03,939 DEBUG db_general 92 28892 140736398640064 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '2c317bfa-8d41-4d6f-b169-afc8fcab0e1a' ;
+2017-04-05 07:44:03,947 DEBUG db_general 96 28892 140736398640064 Update query success!
+2017-04-05 07:44:03,952 DEBUG db_general 92 28892 140736398640064 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 07:44:03,955 DEBUG db_general 96 28892 140736398640064 Update query success!
+2017-04-05 07:44:03,959 DEBUG db_general 56 28892 140736398640064 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:44:03,961 DEBUG db_general 65 28892 140736398640064 Query result: STYBahk@intl.att.com
+2017-04-05 07:44:06,356 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:44:06,872 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:44:07,766 DEBUG db_general 153 28892 140736398640064 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-32';
+2017-04-05 07:44:07,768 DEBUG db_general 165 28892 140736398640064 Query result: 4ff124fd-5fdb-4bb2-9940-f42e0cb7782b
+2017-04-05 07:44:07,773 DEBUG db_user 38 28892 140736398640064 Query : select invitation_token from ice_invitation Where engagement_uuid = '4ff124fd-5fdb-4bb2-9940-f42e0cb7782b' and email = 'STYBahk@intl.att.com' ;
+2017-04-05 07:44:07,775 DEBUG fe_general 35 28892 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login?invitation=065d69d5-d616-4b19-9cb8-20894893dbb9
+2017-04-05 07:44:08,530 DEBUG fe_user 26 28892 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:44:08,530 DEBUG fe_user 27 28892 140736398640064 Insert Email
+2017-04-05 07:44:09,360 DEBUG fe_user 30 28892 140736398640064 Insert Password
+2017-04-05 07:44:10,022 DEBUG fe_user 32 28892 140736398640064 Click Login Button
+2017-04-05 07:44:10,114 DEBUG fe_user 34 28892 140736398640064 Login Button clicked
+2017-04-05 07:44:10,117 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/login?invitation=065d69d5-d616-4b19-9cb8-20894893dbb9 page is loaded.
+2017-04-05 07:44:10,928 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:44:13,466 DEBUG wait 110 28892 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:44:14,001 DEBUG db_general 56 28892 140736398640064 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:44:14,003 DEBUG db_general 65 28892 140736398640064 Query result: 2c317bfa-8d41-4d6f-b169-afc8fcab0e1a
+2017-04-05 07:44:14,007 DEBUG db_general 92 28892 140736398640064 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STHEeMB' WHERE uuid = '2c317bfa-8d41-4d6f-b169-afc8fcab0e1a' ;
+2017-04-05 07:44:14,017 DEBUG db_general 96 28892 140736398640064 Update query success!
+2017-04-05 07:44:14,017 DEBUG logFuncEntry 34 28892 140736398640064 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:44:14,017 DEBUG logFuncEntry 34 28892 140736398640064 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:44:14,033 DEBUG test_ui_base 54 28892 140736398640064 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-04-05 07:45:12,723 DEBUG logFuncEntry 34 28986 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:45:12,723 DEBUG test_api_base 25 28986 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:12,807 DEBUG api_user 93 28986 140736398640064 Moving to next test case
+2017-04-05 07:45:12,808 DEBUG api_user 170 28986 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b662e176-7e9b-416a-8600-b605eac6d283/bd1d6c55794c4f9688dea3cc3a69063a
+2017-04-05 07:45:12,842 DEBUG api_user 173 28986 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:12,910 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:12,911 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:12,914 DEBUG db_general 130 28986 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:12,916 DEBUG db_general 141 28986 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:12,920 DEBUG db_general 130 28986 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:12,921 DEBUG db_general 141 28986 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:13,119 DEBUG api_virtual_function 59 28986 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:13,119 DEBUG api_gitlab 222 28986 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b4aa22a7-3053-4641-a522-645c175445be/checklist/new/
+2017-04-05 07:45:13,185 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:13,185 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:13,219 DEBUG api_gitlab 240 28986 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:13,219 DEBUG test_negative_requests 129 28986 140736398640064 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 07:45:13,287 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:13,287 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:13,287 DEBUG api_checklist 16 28986 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b4aa22a7-3053-4641-a522-645c175445be/checklist/new/
+2017-04-05 07:45:13,290 DEBUG db_general 153 28986 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:13,292 DEBUG db_general 165 28986 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:13,292 DEBUG api_gitlab 222 28986 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b4aa22a7-3053-4641-a522-645c175445be/checklist/new/
+2017-04-05 07:45:13,362 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:13,363 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:13,394 DEBUG api_gitlab 240 28986 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:13,459 DEBUG api_checklist 29 28986 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:45:13,459 DEBUG test_negative_requests 133 28986 140736398640064 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 07:45:13,530 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:13,531 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:13,531 DEBUG test_negative_requests 139 28986 140736398640064 About to add audit log to checklist uuid 64d074c1-1037-4d43-81cb-8bec29218aaf
+2017-04-05 07:45:13,531 DEBUG api_checklist 71 28986 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/
+2017-04-05 07:45:13,551 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:13,552 DEBUG test_negative_requests 143 28986 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:45:13,628 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:13,628 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:13,628 DEBUG test_negative_requests 139 28986 140736398640064 About to add audit log to checklist uuid 64d074c1-1037-4d43-81cb-8bec29218aaf
+2017-04-05 07:45:13,628 DEBUG api_checklist 71 28986 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/
+2017-04-05 07:45:13,647 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:13,647 DEBUG test_negative_requests 143 28986 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:45:13,647 DEBUG logFuncEntry 34 28986 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:45:13,647 DEBUG logFuncEntry 34 28986 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:45:13,653 DEBUG test_api_base 36 28986 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:13,654 DEBUG logFuncEntry 34 28986 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:45:13,654 DEBUG test_api_base 25 28986 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:13,733 DEBUG api_user 93 28986 140736398640064 Moving to next test case
+2017-04-05 07:45:13,733 DEBUG api_user 170 28986 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8487f083-0cb0-4ee9-a613-5cd6afb6c1ec/226581ef9d784bd8939841c47fc4cd3a
+2017-04-05 07:45:13,761 DEBUG api_user 173 28986 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:13,830 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:13,830 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:13,834 DEBUG db_general 130 28986 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:13,835 DEBUG db_general 141 28986 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:13,838 DEBUG db_general 130 28986 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:13,839 DEBUG db_general 141 28986 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:14,021 DEBUG api_virtual_function 59 28986 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:14,021 DEBUG api_gitlab 222 28986 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cb698c4-3f48-448a-9c02-92595bec66e0/checklist/new/
+2017-04-05 07:45:14,092 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:14,092 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:14,127 DEBUG api_gitlab 240 28986 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:14,127 DEBUG test_negative_requests 149 28986 140736398640064 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 07:45:14,196 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:14,197 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:14,197 DEBUG api_checklist 16 28986 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cb698c4-3f48-448a-9c02-92595bec66e0/checklist/new/
+2017-04-05 07:45:14,201 DEBUG db_general 153 28986 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:14,203 DEBUG db_general 165 28986 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:14,203 DEBUG api_gitlab 222 28986 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cb698c4-3f48-448a-9c02-92595bec66e0/checklist/new/
+2017-04-05 07:45:14,274 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:14,275 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:14,307 DEBUG api_gitlab 240 28986 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:14,471 DEBUG api_checklist 29 28986 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:45:14,471 DEBUG test_negative_requests 153 28986 140736398640064 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:14,540 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:14,541 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:14,541 DEBUG test_negative_requests 159 28986 140736398640064 About to add next step to checklist uuid 46ed7bff-0ec2-430d-b02e-1178ce266eb9
+2017-04-05 07:45:14,541 DEBUG api_checklist 92 28986 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cb698c4-3f48-448a-9c02-92595bec66e0/checklist/46ed7bff-0ec2-430d-b02e-1178ce266eb9/nextstep/
+2017-04-05 07:45:14,571 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8487f083-0cb0-4ee9-a613-5cd6afb6c1ec. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,572 DEBUG test_negative_requests 163 28986 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:45:14,642 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:14,642 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:14,642 DEBUG test_negative_requests 159 28986 140736398640064 About to add next step to checklist uuid 46ed7bff-0ec2-430d-b02e-1178ce266eb9
+2017-04-05 07:45:14,642 DEBUG api_checklist 92 28986 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cb698c4-3f48-448a-9c02-92595bec66e0/checklist/46ed7bff-0ec2-430d-b02e-1178ce266eb9/nextstep/
+2017-04-05 07:45:14,673 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,673 DEBUG test_negative_requests 163 28986 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:45:14,739 DEBUG api_user 111 28986 140736398640064 200 OK
+2017-04-05 07:45:14,739 DEBUG api_user 113 28986 140736398640064 Login successfully.
+2017-04-05 07:45:14,739 DEBUG test_negative_requests 159 28986 140736398640064 About to add next step to checklist uuid 46ed7bff-0ec2-430d-b02e-1178ce266eb9
+2017-04-05 07:45:14,740 DEBUG api_checklist 92 28986 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cb698c4-3f48-448a-9c02-92595bec66e0/checklist/46ed7bff-0ec2-430d-b02e-1178ce266eb9/nextstep/
+2017-04-05 07:45:14,769 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,769 DEBUG test_negative_requests 163 28986 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:45:14,769 DEBUG logFuncEntry 34 28986 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:45:14,770 DEBUG logFuncEntry 34 28986 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:45:14,775 DEBUG test_api_base 36 28986 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:23,370 DEBUG test_signal_base 33 29044 140736398640064 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 07:45:23,370 DEBUG test_signal_base 33 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:45:23,371 DEBUG test_checklist_signal 26 29044 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:23,371 DEBUG test_git_signal 103 29045 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:23,372 DEBUG logFuncEntry 34 29044 140736398640064 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 07:45:23,372 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 07:45:23,373 DEBUG logFuncEntry 34 29046 140736398640064 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:45:23,374 DEBUG test_ui_base 28 29046 140736398640064 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 07:45:23,387 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:45:23,388 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:23,395 DEBUG test_signal_base 44 29044 140736398640064 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 07:45:23,396 DEBUG logFuncEntry 34 29044 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:45:23,396 DEBUG test_ui_base 28 29044 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 07:45:23,400 DEBUG test_signal_base 44 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:45:23,401 DEBUG test_signal_base 33 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:45:23,401 DEBUG test_git_signal 24 29045 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:23,401 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 07:45:23,414 DEBUG test_signal_base 44 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:45:23,414 DEBUG test_signal_base 33 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:45:23,414 DEBUG test_git_signal 82 29045 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:23,415 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 07:45:23,426 DEBUG test_signal_base 44 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:45:23,427 DEBUG test_signal_base 33 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:45:23,427 DEBUG test_git_signal 65 29045 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:23,427 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 07:45:23,439 DEBUG test_signal_base 44 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:45:23,439 DEBUG test_signal_base 33 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:45:23,439 DEBUG test_git_signal 47 29045 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:23,440 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 07:45:23,456 DEBUG test_signal_base 44 29045 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:45:23,457 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:45:23,458 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 07:45:23,529 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:23,529 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a9f8f8e0-80b7-47d8-aba4-23a4cd35b360/3ffdc887029e4f4284038ea259262762
+2017-04-05 07:45:23,813 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:23,984 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:23,985 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:23,991 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:23,994 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:24,001 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:24,003 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:25,237 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:25,238 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/051c7015-6011-4a66-81c9-53703bf7370b/checklist/new/
+2017-04-05 07:45:25,344 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:25,345 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:25,394 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:25,395 DEBUG test_negative_requests 129 29043 140736398640064 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 07:45:25,510 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:25,510 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:25,511 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/051c7015-6011-4a66-81c9-53703bf7370b/checklist/new/
+2017-04-05 07:45:25,516 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:25,518 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:25,519 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/051c7015-6011-4a66-81c9-53703bf7370b/checklist/new/
+2017-04-05 07:45:25,620 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:25,621 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:25,670 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:25,802 DEBUG api_checklist 29 29043 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:45:25,803 DEBUG test_negative_requests 133 29043 140736398640064 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 07:45:25,943 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:25,944 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:25,944 DEBUG test_negative_requests 139 29043 140736398640064 About to add audit log to checklist uuid d43dd406-d2d3-427f-a7ca-8c0ef131b372
+2017-04-05 07:45:25,944 DEBUG api_checklist 71 29043 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/
+2017-04-05 07:45:25,987 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:25,991 DEBUG test_negative_requests 143 29043 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:45:26,161 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:26,161 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:26,161 DEBUG test_negative_requests 139 29043 140736398640064 About to add audit log to checklist uuid d43dd406-d2d3-427f-a7ca-8c0ef131b372
+2017-04-05 07:45:26,161 DEBUG api_checklist 71 29043 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/
+2017-04-05 07:45:26,200 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:26,202 DEBUG test_negative_requests 143 29043 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:45:26,202 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:45:26,202 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:45:26,262 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:26,282 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:45:26,283 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:26,425 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:26,425 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/82dfe31e-aaa5-40c6-8d1b-debf73599f78/f4a5279b5c234f70a28cf21bb93e61de
+2017-04-05 07:45:26,474 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:26,545 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:26,545 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:26,549 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:26,550 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:26,554 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:26,557 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:26,643 DEBUG test_ui_base 38 29046 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:26,643 DEBUG test_ui_base 38 29044 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:26,802 DEBUG test_ui_base 38 29045 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:27,307 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:27,307 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c014fd61-0bbc-4be8-a7c6-4aad9712a696/checklist/new/
+2017-04-05 07:45:27,405 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:27,405 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:27,454 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:27,454 DEBUG test_negative_requests 149 29043 140736398640064 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 07:45:27,554 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:27,554 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:27,554 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c014fd61-0bbc-4be8-a7c6-4aad9712a696/checklist/new/
+2017-04-05 07:45:27,561 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:27,564 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:27,564 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c014fd61-0bbc-4be8-a7c6-4aad9712a696/checklist/new/
+2017-04-05 07:45:27,738 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:27,739 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:27,826 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:28,141 DEBUG api_checklist 29 29043 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:45:28,142 DEBUG test_negative_requests 153 29043 140736398640064 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:28,274 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:28,274 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:28,274 DEBUG test_negative_requests 159 29043 140736398640064 About to add next step to checklist uuid 1f753bf1-79de-41f1-9351-f1ed50ee95e0
+2017-04-05 07:45:28,275 DEBUG api_checklist 92 29043 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c014fd61-0bbc-4be8-a7c6-4aad9712a696/checklist/1f753bf1-79de-41f1-9351-f1ed50ee95e0/nextstep/
+2017-04-05 07:45:28,353 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 82dfe31e-aaa5-40c6-8d1b-debf73599f78. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,358 DEBUG test_negative_requests 163 29043 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:45:28,438 DEBUG logFuncEntry 34 29098 123145307901952 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:45:28,439 DEBUG test_ui_base 28 29098 123145307901952 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 07:45:28,553 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:28,554 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:28,555 DEBUG test_negative_requests 159 29043 140736398640064 About to add next step to checklist uuid 1f753bf1-79de-41f1-9351-f1ed50ee95e0
+2017-04-05 07:45:28,555 DEBUG api_checklist 92 29043 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c014fd61-0bbc-4be8-a7c6-4aad9712a696/checklist/1f753bf1-79de-41f1-9351-f1ed50ee95e0/nextstep/
+2017-04-05 07:45:28,571 DEBUG db_cms 79 29045 140736398640064 Insert new post : title_Announcement_ST8RZzH
+2017-04-05 07:45:28,572 DEBUG db_cms 83 29045 140736398640064 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST8RZzH', 'title_Announcement_ST8RZzH-slug', '', 'description_Announcement_STnwi58', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STnwi58</p>', true, '', 1, 1);
+2017-04-05 07:45:28,613 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fcd63d13-a633-4155-a394-a2cc047796d7. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,614 DEBUG test_negative_requests 163 29043 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:45:28,778 DEBUG api_user 93 29044 140736398640064 Moving to next test case
+2017-04-05 07:45:28,779 DEBUG api_user 170 29044 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff6ec77a-75bd-4ee9-bb07-5c199af15324/b3897a7a5278462ab5bb1a03536314fa
+2017-04-05 07:45:28,793 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:28,793 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:28,793 DEBUG test_negative_requests 159 29043 140736398640064 About to add next step to checklist uuid 1f753bf1-79de-41f1-9351-f1ed50ee95e0
+2017-04-05 07:45:28,793 DEBUG api_checklist 92 29043 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c014fd61-0bbc-4be8-a7c6-4aad9712a696/checklist/1f753bf1-79de-41f1-9351-f1ed50ee95e0/nextstep/
+2017-04-05 07:45:28,845 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,846 DEBUG test_negative_requests 163 29043 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:45:28,846 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:45:28,847 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:45:28,850 DEBUG api_user 173 29044 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:28,884 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:28,891 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:45:28,891 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:28,891 DEBUG test_negative_requests 29 29043 140736398640064 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 07:45:28,982 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST8RZzH', 'title_Announcement_ST8RZzH-slug', '', 'description_Announcement_STnwi58', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STnwi58</p>', true, '', 1, 1);
+2017-04-05 07:45:29,018 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:29,018 DEBUG db_cms 92 29045 140736398640064 Get the id of the post inserted
+2017-04-05 07:45:29,018 DEBUG db_cms 94 29045 140736398640064 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:45:29,023 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:45:29,048 DEBUG api_user 111 29044 140736398640064 200 OK
+2017-04-05 07:45:29,048 DEBUG api_user 113 29044 140736398640064 Login successfully.
+2017-04-05 07:45:29,052 DEBUG db_cms 64 29045 140736398640064 Query result: 129
+2017-04-05 07:45:29,053 DEBUG db_cms 71 29045 140736398640064 Get DBCMS category id for name: Announcement
+2017-04-05 07:45:29,053 DEBUG db_cms 73 29045 140736398640064 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:45:29,055 DEBUG db_general 130 29044 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:29,062 DEBUG db_general 141 29044 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:29,063 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:45:29,066 DEBUG db_cms 64 29045 140736398640064 Query result: 2
+2017-04-05 07:45:29,066 DEBUG db_cms 109 29045 140736398640064 bind category into inserted post: 129
+2017-04-05 07:45:29,066 DEBUG db_cms 111 29045 140736398640064 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (129, 2);
+2017-04-05 07:45:29,067 DEBUG db_general 130 29044 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:29,070 DEBUG db_general 141 29044 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:29,072 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (129, 2);
+2017-04-05 07:45:29,091 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:29,091 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e256d1d6-4883-4132-b2a0-bd1b327f02de/18a75a2de6734232bf76410561f52a2b
+2017-04-05 07:45:29,163 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:29,172 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:29,314 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:29,314 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:29,320 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:29,321 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:29,327 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:29,328 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:29,366 DEBUG api_user 93 29045 140736398640064 Moving to next test case
+2017-04-05 07:45:29,367 DEBUG api_user 170 29045 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e03af62e-143a-469c-878d-cfc2406177e9/454cf48a23304af5bd81eaccbcd6735d
+2017-04-05 07:45:29,414 DEBUG api_user 173 29045 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:29,564 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:45:29,565 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:45:29,577 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:29,580 DEBUG db_general 141 29045 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:29,585 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:29,587 DEBUG db_general 141 29045 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:30,115 DEBUG api_virtual_function 59 29044 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:30,117 DEBUG api_gitlab 222 29044 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ac1fa2d-02a0-4957-9e29-4476154debe1/checklist/new/
+2017-04-05 07:45:30,212 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:30,212 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba264167-e526-4a43-aae3-e67d6d1befed/checklist/new/
+2017-04-05 07:45:30,216 DEBUG api_user 111 29044 140736398640064 200 OK
+2017-04-05 07:45:30,216 DEBUG api_user 113 29044 140736398640064 Login successfully.
+2017-04-05 07:45:30,280 DEBUG api_gitlab 240 29044 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:30,281 DEBUG fe_user 26 29044 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:30,281 DEBUG fe_user 27 29044 140736398640064 Insert Email
+2017-04-05 07:45:30,288 DEBUG api_virtual_function 59 29045 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:30,288 DEBUG api_gitlab 222 29045 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d6a6be99-510c-480c-afd2-f55fd408c6e4/checklist/new/
+2017-04-05 07:45:30,317 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:30,317 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:30,357 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:30,396 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:45:30,396 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:45:30,445 DEBUG api_gitlab 240 29045 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:30,445 DEBUG fe_user 26 29045 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:30,446 DEBUG fe_user 27 29045 140736398640064 Insert Email
+2017-04-05 07:45:30,485 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:30,485 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9726a0f0-e90e-486f-881f-661f0d0e2cb1/8031982edebf43b79fe0da7fd71f24ce
+2017-04-05 07:45:30,528 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:30,626 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:30,626 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:30,631 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:30,632 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:30,637 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:30,638 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:30,942 DEBUG test_ui_base 38 29098 123145307901952 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:31,191 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:31,191 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/61a1689f-d911-4812-8499-62e177025cb5/checklist/new/
+2017-04-05 07:45:31,236 DEBUG fe_user 30 29044 140736398640064 Insert Password
+2017-04-05 07:45:31,279 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:31,279 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:31,322 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:31,322 DEBUG test_negative_requests 34 29043 140736398640064 About to invite contact to the engagement of user STaOKH4
+2017-04-05 07:45:31,322 DEBUG api_virtual_function 102 29043 140736398640064 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 07:45:31,356 DEBUG test_negative_requests 38 29043 140736398640064 Success! Test failed to invite contact user using other auth token.
+2017-04-05 07:45:31,357 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:45:31,357 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:45:31,362 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:31,364 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:45:31,364 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:31,364 DEBUG test_negative_requests 42 29043 140736398640064 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:31,417 DEBUG fe_user 30 29045 140736398640064 Insert Password
+2017-04-05 07:45:31,472 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:31,473 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f3bdf161-cc8f-439a-aeda-a7956545dd79/ebdc20b1712d4adfb428010634dc6fef
+2017-04-05 07:45:31,514 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:31,583 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:31,583 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:31,587 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:31,589 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:31,593 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:31,595 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:31,889 DEBUG fe_user 32 29044 140736398640064 Click Login Button
+2017-04-05 07:45:32,041 DEBUG fe_user 34 29044 140736398640064 Login Button clicked
+2017-04-05 07:45:32,046 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:32,092 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:32,093 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4da408fd-933f-488e-97cc-8f938d88d7b5/checklist/new/
+2017-04-05 07:45:32,093 DEBUG fe_user 32 29045 140736398640064 Click Login Button
+2017-04-05 07:45:32,226 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:32,227 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:32,250 DEBUG fe_user 34 29045 140736398640064 Login Button clicked
+2017-04-05 07:45:32,260 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:32,322 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:32,333 DEBUG api_user 93 29098 123145307901952 Moving to next test case
+2017-04-05 07:45:32,333 DEBUG api_user 170 29098 123145307901952 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e130315-5803-4459-96ff-a83159365b11/f74e39a79fd444c4866da7722105b434
+2017-04-05 07:45:32,416 DEBUG api_user 173 29098 123145307901952 APIUser activated successfully!
+2017-04-05 07:45:32,505 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:32,505 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:32,506 DEBUG test_negative_requests 49 29043 140736398640064 About to add a next step to VF SThXGSC using STSaou1@intl.att.com token.
+2017-04-05 07:45:32,506 DEBUG api_virtual_function 18 29043 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/4da408fd-933f-488e-97cc-8f938d88d7b5/nextsteps
+2017-04-05 07:45:32,562 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:32,642 DEBUG api_user 111 29098 123145307901952 200 OK
+2017-04-05 07:45:32,642 DEBUG api_user 113 29098 123145307901952 Login successfully.
+2017-04-05 07:45:32,649 DEBUG db_general 130 29098 123145307901952 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:32,651 DEBUG db_general 141 29098 123145307901952 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:32,669 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f3bdf161-cc8f-439a-aeda-a7956545dd79. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:32,670 DEBUG test_negative_requests 53 29043 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:45:32,673 DEBUG db_general 130 29098 123145307901952 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:32,675 DEBUG db_general 141 29098 123145307901952 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:32,779 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:32,873 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:32,873 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:32,874 DEBUG test_negative_requests 49 29043 140736398640064 About to add a next step to VF SThXGSC using hs0007@att.com token.
+2017-04-05 07:45:32,874 DEBUG api_virtual_function 18 29043 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/4da408fd-933f-488e-97cc-8f938d88d7b5/nextsteps
+2017-04-05 07:45:33,029 DEBUG api_virtual_function 32 29043 140736398640064 Next step was added to the engagement!
+2017-04-05 07:45:33,029 DEBUG test_negative_requests 53 29043 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:45:33,081 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:33,129 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:33,129 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:33,129 DEBUG test_negative_requests 49 29043 140736398640064 About to add a next step to VF SThXGSC using admin_ro@att.com token.
+2017-04-05 07:45:33,129 DEBUG api_virtual_function 18 29043 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/4da408fd-933f-488e-97cc-8f938d88d7b5/nextsteps
+2017-04-05 07:45:33,164 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:33,164 DEBUG test_negative_requests 53 29043 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:45:33,165 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:45:33,165 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:45:33,178 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:33,180 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:45:33,180 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:33,180 DEBUG test_negative_requests 168 29043 140736398640064 Local environment, skipping test...
+2017-04-05 07:45:33,180 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:45:33,181 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:45:33,196 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:33,198 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:45:33,198 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:33,290 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:33,370 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:33,370 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b20c2095-0529-46dc-9948-b7b795fb3e4f/6207d48e213c469586fb2992c6ed8a9f
+2017-04-05 07:45:33,426 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:33,540 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:33,541 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:33,546 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:33,548 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:33,553 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:33,556 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:33,610 DEBUG db_general 153 29044 140736398640064 Query : select engagement_id from ice_vf Where name = 'STniomF';
+2017-04-05 07:45:33,614 DEBUG db_general 165 29044 140736398640064 Query result: 6ac1fa2d-02a0-4957-9e29-4476154debe1
+2017-04-05 07:45:33,623 DEBUG db_general 153 29044 140736398640064 Query : select engagement_id from ice_vf Where name = 'STniomF';
+2017-04-05 07:45:33,626 DEBUG db_general 165 29044 140736398640064 Query result: 6ac1fa2d-02a0-4957-9e29-4476154debe1
+2017-04-05 07:45:33,632 DEBUG db_general 153 29044 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '6ac1fa2d-02a0-4957-9e29-4476154debe1';
+2017-04-05 07:45:33,635 DEBUG db_general 165 29044 140736398640064 Query result: 2017-37
+2017-04-05 07:45:33,642 DEBUG db_general 153 29044 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-37';
+2017-04-05 07:45:33,648 DEBUG db_general 165 29044 140736398640064 Query result: 1
+2017-04-05 07:45:33,655 DEBUG api_virtual_function 59 29098 123145307901952 Virtual Function created successfully!
+2017-04-05 07:45:33,656 DEBUG api_gitlab 222 29098 123145307901952 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6ead067-c19f-4b95-862a-24020bb758e4/checklist/new/
+2017-04-05 07:45:33,670 DEBUG db_general 153 29044 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '6ac1fa2d-02a0-4957-9e29-4476154debe1';
+2017-04-05 07:45:33,673 DEBUG db_general 165 29044 140736398640064 Query result: 2017-37
+2017-04-05 07:45:33,680 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:33,775 DEBUG api_user 111 29098 123145307901952 200 OK
+2017-04-05 07:45:33,775 DEBUG api_user 113 29098 123145307901952 Login successfully.
+2017-04-05 07:45:33,819 DEBUG api_gitlab 240 29098 123145307901952 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:33,819 DEBUG test_dashboard_feature 58 29098 123145307901952 Login with standard user STC4bdc@intl.att.com
+2017-04-05 07:45:33,819 DEBUG fe_user 26 29098 123145307901952 Verifying and Insert Login page elements:
+2017-04-05 07:45:33,819 DEBUG fe_user 27 29098 123145307901952 Insert Email
+2017-04-05 07:45:34,162 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:34,162 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:34,245 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:34,246 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:34,287 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:34,288 DEBUG test_negative_requests 76 29043 140736398640064 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:34,382 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:34,383 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:34,383 DEBUG test_negative_requests 82 29043 140736398640064 About to create checklist for VF STwihO5
+2017-04-05 07:45:34,383 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:34,387 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:34,389 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:34,389 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:34,485 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:34,486 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:34,523 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:34,553 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b20c2095-0529-46dc-9948-b7b795fb3e4f. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:34,553 DEBUG test_negative_requests 86 29043 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:45:34,595 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:45:34,654 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:34,654 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:34,655 DEBUG test_negative_requests 82 29043 140736398640064 About to create checklist for VF STwihO5
+2017-04-05 07:45:34,655 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:34,661 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:34,664 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:34,664 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:34,752 DEBUG fe_user 30 29098 123145307901952 Insert Password
+2017-04-05 07:45:34,783 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:34,784 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:34,901 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:34,944 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:34,944 DEBUG test_negative_requests 86 29043 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:45:35,046 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:35,047 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:35,047 DEBUG test_negative_requests 82 29043 140736398640064 About to create checklist for VF STwihO5
+2017-04-05 07:45:35,047 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:35,051 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:35,053 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:35,054 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76b57d96-5127-44b9-bca8-1f48c3722ed0/checklist/new/
+2017-04-05 07:45:35,110 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:45:35,145 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:35,145 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:35,192 DEBUG fe_user 26 29045 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:35,192 DEBUG fe_user 27 29045 140736398640064 Insert Email
+2017-04-05 07:45:35,193 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:35,225 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:35,226 DEBUG test_negative_requests 86 29043 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:45:35,226 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:45:35,226 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:45:35,237 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:35,239 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:45:35,239 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:35,239 DEBUG test_negative_requests 57 29043 140736398640064 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:35,313 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:35,313 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f7d7235b-a5b6-4a2a-a3a4-64b90cbce5af/676591e634a446cbab01ae25101eaec7
+2017-04-05 07:45:35,348 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:35,431 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:35,432 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:35,435 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:35,436 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:35,441 DEBUG fe_user 32 29098 123145307901952 Click Login Button
+2017-04-05 07:45:35,441 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:35,443 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:35,556 DEBUG fe_user 34 29098 123145307901952 Login Button clicked
+2017-04-05 07:45:35,563 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:35,914 DEBUG fe_general 35 29044 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:45:35,983 DEBUG fe_user 30 29045 140736398640064 Insert Password
+2017-04-05 07:45:36,084 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:36,223 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:36,223 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb4038e2-a7e6-4c18-98ce-31a227163bfd/checklist/new/
+2017-04-05 07:45:36,297 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:36,297 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:36,329 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:36,417 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:36,417 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:36,417 DEBUG api_virtual_function 18 29043 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/bb4038e2-a7e6-4c18-98ce-31a227163bfd/nextsteps
+2017-04-05 07:45:36,492 DEBUG api_virtual_function 32 29043 140736398640064 Next step was added to the engagement!
+2017-04-05 07:45:36,560 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:36,560 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:36,560 DEBUG test_negative_requests 67 29043 140736398640064 About to edit a next step (ns uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0) using ST3gqhH@intl.att.com token.
+2017-04-05 07:45:36,560 DEBUG api_virtual_function 133 29043 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f0081f2a-715a-466e-a6e7-f0b37cab73a0/engagement/bb4038e2-a7e6-4c18-98ce-31a227163bfd/modify/
+2017-04-05 07:45:36,590 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,590 DEBUG test_negative_requests 71 29043 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:45:36,647 DEBUG fe_user 26 29044 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:36,647 DEBUG fe_user 27 29044 140736398640064 Insert Email
+2017-04-05 07:45:36,655 DEBUG fe_user 32 29045 140736398640064 Click Login Button
+2017-04-05 07:45:36,693 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:36,693 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:36,694 DEBUG test_negative_requests 67 29043 140736398640064 About to edit a next step (ns uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0) using hs0007@att.com token.
+2017-04-05 07:45:36,694 DEBUG api_virtual_function 133 29043 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f0081f2a-715a-466e-a6e7-f0b37cab73a0/engagement/bb4038e2-a7e6-4c18-98ce-31a227163bfd/modify/
+2017-04-05 07:45:36,726 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,727 DEBUG test_negative_requests 71 29043 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:45:36,760 DEBUG fe_user 34 29045 140736398640064 Login Button clicked
+2017-04-05 07:45:36,767 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:36,795 DEBUG api_user 111 29098 123145307901952 200 OK
+2017-04-05 07:45:36,796 DEBUG api_user 113 29098 123145307901952 Login successfully.
+2017-04-05 07:45:36,796 DEBUG fe_user 158 29098 123145307901952 Adding new next step (via api) and assigning it to user STx1rly
+2017-04-05 07:45:36,796 DEBUG api_virtual_function 18 29098 123145307901952 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/a6ead067-c19f-4b95-862a-24020bb758e4/nextsteps
+2017-04-05 07:45:36,820 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:36,820 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:36,820 DEBUG test_negative_requests 67 29043 140736398640064 About to edit a next step (ns uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0) using admin_ro@att.com token.
+2017-04-05 07:45:36,821 DEBUG api_virtual_function 133 29043 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f0081f2a-715a-466e-a6e7-f0b37cab73a0/engagement/bb4038e2-a7e6-4c18-98ce-31a227163bfd/modify/
+2017-04-05 07:45:36,867 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,867 DEBUG test_negative_requests 71 29043 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:45:36,868 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:45:36,868 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:45:36,877 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:36,879 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:45:36,879 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:36,879 DEBUG test_negative_requests 16 29043 140736398640064 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 07:45:37,083 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:37,083 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/035417f4-f370-41b9-aa89-e86915af7878/9c12d2cdb04743c2b94e2e9faa8852c9
+2017-04-05 07:45:37,093 DEBUG api_virtual_function 32 29098 123145307901952 Next step was added to the engagement!
+2017-04-05 07:45:37,093 DEBUG fe_user 160 29098 123145307901952 Refresh page and look for changes in assigned next steps section:
+2017-04-05 07:45:37,136 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:37,230 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:37,230 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:37,234 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:37,235 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:37,239 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:37,241 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:37,280 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:37,519 DEBUG fe_user 30 29044 140736398640064 Insert Password
+2017-04-05 07:45:37,556 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:37,557 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2d11dbe-7f75-4338-835f-e4dc15c9eb50/checklist/new/
+2017-04-05 07:45:37,634 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:37,635 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:37,699 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:37,897 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:37,897 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60666568-5919-479e-a3ca-6e9a167b2cd5/c9559d442a7f490bb7a9bce7ee2706fa
+2017-04-05 07:45:37,937 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:37,968 DEBUG fe_user 162 29098 123145307901952 > Check if number has changed in 'Assigned To You'
+2017-04-05 07:45:37,992 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:38,017 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:38,017 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:38,021 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:38,022 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:38,027 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:38,028 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:38,152 DEBUG fe_user 32 29044 140736398640064 Click Login Button
+2017-04-05 07:45:38,244 DEBUG fe_user 34 29044 140736398640064 Login Button clicked
+2017-04-05 07:45:38,249 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:38,446 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:38,447 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/52a40dfc-aa66-4c4e-8bbf-0b8d3842ffe2/checklist/new/
+2017-04-05 07:45:38,518 DEBUG fe_dashboard 159 29098 123145307901952 > Check if the engagement of NS is the correct one
+2017-04-05 07:45:38,542 DEBUG fe_dashboard 166 29098 123145307901952 > Check if creator of NS is the EL Donald Duck
+2017-04-05 07:45:38,583 DEBUG fe_overview 37 29098 123145307901952 Go to engagement's overview by clicking on the created Next Step
+2017-04-05 07:45:38,591 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:38,688 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:38,688 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:38,737 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:38,737 DEBUG test_negative_requests 21 29043 140736398640064 About to invite team member to the engagement of user STOLtpW
+2017-04-05 07:45:38,737 DEBUG api_virtual_function 73 29043 140736398640064 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 07:45:38,776 ERROR api_virtual_function 95 29043 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:45:38,777 DEBUG test_negative_requests 25 29043 140736398640064 Success! Test failed to invite user using other auth token.
+2017-04-05 07:45:38,777 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:45:38,777 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:45:38,789 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:38,790 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:45:38,791 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:38,878 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:38,878 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43f0f1a0-8a2d-40a2-8e1c-a215069f9d24/ee35ac905f4b492dade90986a83b4e88
+2017-04-05 07:45:38,912 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:38,981 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:38,981 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:38,985 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:38,986 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:38,990 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:38,991 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:39,001 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:39,529 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:39,620 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:39,620 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b66d6767-659c-4b95-928e-23b372c6af86/checklist/new/
+2017-04-05 07:45:39,707 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:39,707 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:39,774 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:39,774 DEBUG test_negative_requests 112 29043 140736398640064 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 07:45:39,883 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:39,883 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:39,883 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b66d6767-659c-4b95-928e-23b372c6af86/checklist/new/
+2017-04-05 07:45:39,890 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:39,892 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:39,892 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b66d6767-659c-4b95-928e-23b372c6af86/checklist/new/
+2017-04-05 07:45:39,995 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:39,995 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:40,001 DEBUG fe_general 35 29098 123145307901952 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:45:40,071 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:40,594 DEBUG api_checklist 29 29043 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:45:40,595 DEBUG test_negative_requests 116 29043 140736398640064 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:40,595 DEBUG test_negative_requests 120 29043 140736398640064 About to change checklist state for VF ST9nApr
+2017-04-05 07:45:40,672 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:40,672 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:40,697 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:45:40,717 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,717 DEBUG test_negative_requests 124 29043 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:45:40,717 DEBUG test_negative_requests 120 29043 140736398640064 About to change checklist state for VF ST9nApr
+2017-04-05 07:45:40,798 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:40,798 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:40,835 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,835 DEBUG test_negative_requests 124 29043 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:45:40,835 DEBUG test_negative_requests 120 29043 140736398640064 About to change checklist state for VF ST9nApr
+2017-04-05 07:45:40,846 DEBUG fe_overview 42 29098 123145307901952 Login with EL user dd1122@att.com
+2017-04-05 07:45:40,847 DEBUG fe_user 26 29098 123145307901952 Verifying and Insert Login page elements:
+2017-04-05 07:45:40,847 DEBUG fe_user 27 29098 123145307901952 Insert Email
+2017-04-05 07:45:40,919 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:40,919 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:40,953 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,953 DEBUG test_negative_requests 124 29043 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:45:40,953 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:45:40,953 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:45:40,959 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:40,960 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:45:40,960 DEBUG test_api_base 25 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:45:41,037 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:41,037 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d2dd495c-632d-49f2-8b16-0a5bf76931ae/5e66e92419464e7ab0824d101c3f12eb
+2017-04-05 07:45:41,072 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:41,145 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:41,146 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:41,150 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:41,152 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:41,156 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:41,157 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:41,640 DEBUG fe_user 30 29098 123145307901952 Insert Password
+2017-04-05 07:45:41,667 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:41,668 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1cdd55e-a73d-4dbe-b537-880ec322228b/checklist/new/
+2017-04-05 07:45:41,744 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:41,744 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:41,781 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:41,781 DEBUG test_negative_requests 92 29043 140736398640064 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 07:45:41,851 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:41,852 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:41,852 DEBUG api_checklist 16 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1cdd55e-a73d-4dbe-b537-880ec322228b/checklist/new/
+2017-04-05 07:45:41,856 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:41,857 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:41,858 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1cdd55e-a73d-4dbe-b537-880ec322228b/checklist/new/
+2017-04-05 07:45:41,940 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:41,940 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:41,974 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:42,246 DEBUG api_checklist 29 29043 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:45:42,247 DEBUG test_negative_requests 96 29043 140736398640064 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:45:42,284 DEBUG fe_user 32 29098 123145307901952 Click Login Button
+2017-04-05 07:45:42,338 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:42,338 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:42,338 DEBUG test_negative_requests 102 29043 140736398640064 About to update checklist for VF STIqvRA
+2017-04-05 07:45:42,339 DEBUG api_checklist 45 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//a9808646-8d0c-4095-a9a5-c44db7ce4fc3/a9808646-8d0c-4095-a9a5-c44db7ce4fc3
+2017-04-05 07:45:42,343 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:42,345 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:42,378 DEBUG fe_user 34 29098 123145307901952 Login Button clicked
+2017-04-05 07:45:42,382 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:42,386 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2dd495c-632d-49f2-8b16-0a5bf76931ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,387 DEBUG test_negative_requests 106 29043 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:45:42,472 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:42,473 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:42,473 DEBUG test_negative_requests 102 29043 140736398640064 About to update checklist for VF STIqvRA
+2017-04-05 07:45:42,473 DEBUG api_checklist 45 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//a9808646-8d0c-4095-a9a5-c44db7ce4fc3/a9808646-8d0c-4095-a9a5-c44db7ce4fc3
+2017-04-05 07:45:42,478 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:42,481 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:42,526 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,526 DEBUG test_negative_requests 106 29043 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:45:42,740 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:42,740 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:42,740 DEBUG test_negative_requests 102 29043 140736398640064 About to update checklist for VF STIqvRA
+2017-04-05 07:45:42,740 DEBUG api_checklist 45 29043 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//a9808646-8d0c-4095-a9a5-c44db7ce4fc3/a9808646-8d0c-4095-a9a5-c44db7ce4fc3
+2017-04-05 07:45:42,745 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:45:42,748 DEBUG db_general 165 29043 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:45:42,823 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,824 DEBUG test_negative_requests 106 29043 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:45:42,824 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:45:42,825 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:45:42,838 DEBUG test_api_base 36 29043 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:45:42,840 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:45:42,841 DEBUG test_ui_base 28 29043 140736398640064 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-05 07:45:43,009 DEBUG logFuncEntry 34 29045 140736398640064 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:45:43,010 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:45:43,026 DEBUG test_ui_base 54 29045 140736398640064 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-04-05 07:45:43,027 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 07:45:43,027 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-04-05 07:45:43,384 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:43,929 DEBUG db_general 153 29098 123145307901952 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 07:45:43,933 DEBUG db_general 165 29098 123145307901952 Query result: 1
+2017-04-05 07:45:43,941 DEBUG db_general 56 29098 123145307901952 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-04-05 07:45:43,949 DEBUG db_general 65 29098 123145307901952 Query result: 42
+2017-04-05 07:45:43,949 DEBUG fe_overview 47 29098 123145307901952 el_assigned_ns=42
+2017-04-05 07:45:43,955 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:44,169 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:45:44,483 DEBUG fe_overview 51 29098 123145307901952 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-04-05 07:45:44,684 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:45:44,706 DEBUG logFuncEntry 34 29098 123145307901952 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:45:44,707 DEBUG logFuncEntry 34 29098 123145307901952 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:45:44,721 DEBUG test_ui_base 54 29098 123145307901952 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-04-05 07:45:44,721 DEBUG logFuncEntry 34 29098 123145307901952 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 07:45:44,721 DEBUG test_ui_base 28 29098 123145307901952 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-04-05 07:45:45,537 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:45:46,037 DEBUG test_ui_base 38 29043 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:46,214 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:45:46,222 DEBUG test_ui_base 38 29045 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:46,836 DEBUG db_general 153 29044 140736398640064 Query : select uuid from ice_checklist Where name = 'STc6HvA';
+2017-04-05 07:45:46,840 DEBUG db_general 165 29044 140736398640064 Query result: 45fb4189-10e4-42cf-971b-61d730a33767
+2017-04-05 07:45:46,847 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:45:47,689 DEBUG logFuncEntry 34 29044 140736398640064 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:45:47,690 DEBUG logFuncEntry 34 29044 140736398640064 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:45:47,752 DEBUG test_ui_base 54 29044 140736398640064 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 07:45:47,755 DEBUG logFuncEntry 34 29044 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:45:47,755 DEBUG test_ui_base 28 29044 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 07:45:47,797 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:45:47,800 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a89bf29-c377-4731-8389-8a81050f6f90/5c55dab44a774267aa314b5b40a9cf7f
+2017-04-05 07:45:47,821 DEBUG db_cms 71 29045 140736398640064 Get DBCMS category id for name: News
+2017-04-05 07:45:47,824 DEBUG db_cms 73 29045 140736398640064 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 07:45:47,857 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 07:45:47,882 DEBUG db_cms 64 29045 140736398640064 Query result: 1
+2017-04-05 07:45:47,883 DEBUG logFuncEntry 34 29045 140736398640064 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 07:45:47,883 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 07:45:47,920 DEBUG test_ui_base 38 29098 123145307901952 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:47,947 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:47,977 DEBUG test_ui_base 54 29045 140736398640064 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-04-05 07:45:47,978 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 07:45:47,979 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-04-05 07:45:48,181 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:48,181 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:48,196 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:48,199 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:48,210 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:48,215 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:49,809 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:49,810 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/46f49a84-e703-487f-8170-d9766afb4240/checklist/new/
+2017-04-05 07:45:49,960 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:45:49,961 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:45:50,029 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:50,029 DEBUG fe_user 26 29043 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:50,030 DEBUG fe_user 27 29043 140736398640064 Insert Email
+2017-04-05 07:45:50,333 DEBUG api_user 93 29098 123145307901952 Moving to next test case
+2017-04-05 07:45:50,333 DEBUG api_user 170 29098 123145307901952 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6796cb13-e859-419c-b809-6d45b2953cff/f49230ab27344dc2b118adc6e25a9ae0
+2017-04-05 07:45:50,398 DEBUG api_user 173 29098 123145307901952 APIUser activated successfully!
+2017-04-05 07:45:50,539 DEBUG api_user 111 29098 123145307901952 200 OK
+2017-04-05 07:45:50,539 DEBUG api_user 113 29098 123145307901952 Login successfully.
+2017-04-05 07:45:50,549 DEBUG db_general 130 29098 123145307901952 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:50,552 DEBUG db_general 141 29098 123145307901952 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:50,559 DEBUG db_general 130 29098 123145307901952 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:50,561 DEBUG db_general 141 29098 123145307901952 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:51,011 DEBUG api_virtual_function 59 29098 123145307901952 Virtual Function created successfully!
+2017-04-05 07:45:51,011 DEBUG api_gitlab 222 29098 123145307901952 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3f7fd95-8aa0-4c35-b5ed-1603a6ed4dc4/checklist/new/
+2017-04-05 07:45:51,136 DEBUG api_user 111 29098 123145307901952 200 OK
+2017-04-05 07:45:51,137 DEBUG api_user 113 29098 123145307901952 Login successfully.
+2017-04-05 07:45:51,144 DEBUG test_ui_base 38 29044 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:51,153 DEBUG fe_user 30 29043 140736398640064 Insert Password
+2017-04-05 07:45:51,207 DEBUG api_gitlab 240 29098 123145307901952 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:51,208 DEBUG test_dashboard_feature 68 29098 123145307901952 About to login with EL and add VFC
+2017-04-05 07:45:51,208 DEBUG fe_user 26 29098 123145307901952 Verifying and Insert Login page elements:
+2017-04-05 07:45:51,208 DEBUG fe_user 27 29098 123145307901952 Insert Email
+2017-04-05 07:45:51,354 DEBUG test_ui_base 38 29045 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:45:51,864 DEBUG fe_user 32 29043 140736398640064 Click Login Button
+2017-04-05 07:45:52,034 DEBUG fe_user 34 29043 140736398640064 Login Button clicked
+2017-04-05 07:45:52,067 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:52,160 DEBUG fe_user 30 29098 123145307901952 Insert Password
+2017-04-05 07:45:52,933 DEBUG api_user 93 29044 140736398640064 Moving to next test case
+2017-04-05 07:45:52,934 DEBUG api_user 170 29044 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ecf337be-1cb4-4c38-80fa-ba923c7b70ec/37c5c828996148a19565686c6eed1fdc
+2017-04-05 07:45:52,945 DEBUG fe_user 32 29098 123145307901952 Click Login Button
+2017-04-05 07:45:53,004 DEBUG db_cms 142 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:45:53,005 DEBUG db_cms 116 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:45:53,005 DEBUG db_cms 118 29045 140736398640064 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:45:53,031 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:45:53,036 DEBUG db_cms 64 29045 140736398640064 Query result: 10
+2017-04-05 07:45:53,037 DEBUG db_cms 148 29045 140736398640064 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STeuCvM', 'title_Of_Page_STeuCvM-slug', '', 'description_Of_Page_STXn1Fv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STeuCvM', 'richtextpage', true, 10, 1);
+2017-04-05 07:45:53,043 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STeuCvM', 'title_Of_Page_STeuCvM-slug', '', 'description_Of_Page_STXn1Fv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STeuCvM', 'richtextpage', true, 10, 1);
+2017-04-05 07:45:53,056 DEBUG api_user 173 29044 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:53,160 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:53,161 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:45:53,162 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,168 DEBUG fe_user 34 29098 123145307901952 Login Button clicked
+2017-04-05 07:45:53,175 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,177 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:53,183 DEBUG db_cms 64 29045 140736398640064 Query result: 67
+2017-04-05 07:45:53,183 DEBUG db_cms 152 29045 140736398640064 Bind the page with the rich text content related to this page
+2017-04-05 07:45:53,183 DEBUG db_cms 154 29045 140736398640064 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (67, '<p>description_Of_Page_STXn1Fv</p>');
+2017-04-05 07:45:53,191 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (67, '<p>description_Of_Page_STXn1Fv</p>');
+2017-04-05 07:45:53,239 DEBUG api_user 111 29044 140736398640064 200 OK
+2017-04-05 07:45:53,239 DEBUG api_user 113 29044 140736398640064 Login successfully.
+2017-04-05 07:45:53,244 DEBUG db_general 130 29044 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:53,245 DEBUG db_general 141 29044 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:53,250 DEBUG db_general 130 29044 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:53,252 DEBUG db_general 141 29044 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:53,262 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:53,263 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:45:53,263 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,269 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,272 DEBUG db_cms 64 29045 140736398640064 Query result: 67
+2017-04-05 07:45:53,272 DEBUG db_cms 142 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:45:53,273 DEBUG db_cms 116 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:45:53,273 DEBUG db_cms 118 29045 140736398640064 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:45:53,279 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:45:53,282 DEBUG db_cms 64 29045 140736398640064 Query result: 10
+2017-04-05 07:45:53,283 DEBUG db_cms 148 29045 140736398640064 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STKCPGm', 'title_Of_Page_STKCPGm-slug', '', 'description_Of_Page_ST1WJ4T', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STKCPGm', 'richtextpage', true, 10, 1);
+2017-04-05 07:45:53,290 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STKCPGm', 'title_Of_Page_STKCPGm-slug', '', 'description_Of_Page_ST1WJ4T', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STKCPGm', 'richtextpage', true, 10, 1);
+2017-04-05 07:45:53,301 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:53,301 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:45:53,301 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,312 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,315 DEBUG db_cms 64 29045 140736398640064 Query result: 68
+2017-04-05 07:45:53,315 DEBUG db_cms 152 29045 140736398640064 Bind the page with the rich text content related to this page
+2017-04-05 07:45:53,316 DEBUG db_cms 154 29045 140736398640064 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (68, '<p>description_Of_Page_ST1WJ4T</p>');
+2017-04-05 07:45:53,322 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (68, '<p>description_Of_Page_ST1WJ4T</p>');
+2017-04-05 07:45:53,334 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:53,335 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:45:53,335 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,342 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,345 DEBUG db_cms 64 29045 140736398640064 Query result: 68
+2017-04-05 07:45:53,345 DEBUG db_cms 142 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:45:53,346 DEBUG db_cms 116 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:45:53,346 DEBUG db_cms 118 29045 140736398640064 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:45:53,351 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:45:53,354 DEBUG db_cms 64 29045 140736398640064 Query result: 10
+2017-04-05 07:45:53,354 DEBUG db_cms 148 29045 140736398640064 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STOVdkm', 'title_Of_Page_STOVdkm-slug', '', 'description_Of_Page_STw2pC3', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STOVdkm', 'richtextpage', true, 10, 1);
+2017-04-05 07:45:53,360 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STOVdkm', 'title_Of_Page_STOVdkm-slug', '', 'description_Of_Page_STw2pC3', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STOVdkm', 'richtextpage', true, 10, 1);
+2017-04-05 07:45:53,377 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:53,377 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:45:53,378 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,387 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:45:53,392 DEBUG db_cms 64 29045 140736398640064 Query result: 69
+2017-04-05 07:45:53,392 DEBUG db_cms 152 29045 140736398640064 Bind the page with the rich text content related to this page
+2017-04-05 07:45:53,392 DEBUG db_cms 154 29045 140736398640064 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (69, '<p>description_Of_Page_STw2pC3</p>');
+2017-04-05 07:45:53,398 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (69, '<p>description_Of_Page_STw2pC3</p>');
+2017-04-05 07:45:53,412 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:45:53,680 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:53,769 DEBUG api_user 93 29045 140736398640064 Moving to next test case
+2017-04-05 07:45:53,770 DEBUG api_user 170 29045 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a784bdab-f09a-4ca0-b909-5ff16c257c45/a712ebde03eb47e2b2e664ac901e5b6b
+2017-04-05 07:45:53,875 DEBUG api_user 173 29045 140736398640064 APIUser activated successfully!
+2017-04-05 07:45:54,036 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:45:54,038 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:45:54,053 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:45:54,057 DEBUG db_general 141 29045 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:45:54,065 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:45:54,068 DEBUG db_general 141 29045 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:45:54,102 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:54,198 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:54,380 DEBUG api_virtual_function 59 29044 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:54,380 DEBUG api_gitlab 222 29044 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/33aa7d3c-2946-477d-8744-b53628876e95/checklist/new/
+2017-04-05 07:45:54,491 DEBUG api_user 111 29044 140736398640064 200 OK
+2017-04-05 07:45:54,491 DEBUG api_user 113 29044 140736398640064 Login successfully.
+2017-04-05 07:45:54,533 DEBUG api_gitlab 240 29044 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:54,534 DEBUG fe_user 26 29044 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:54,534 DEBUG fe_user 27 29044 140736398640064 Insert Email
+2017-04-05 07:45:54,627 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:54,676 DEBUG api_virtual_function 59 29045 140736398640064 Virtual Function created successfully!
+2017-04-05 07:45:54,676 DEBUG api_gitlab 222 29045 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9642ca08-a69a-4fce-a432-dbedbb8f18da/checklist/new/
+2017-04-05 07:45:54,987 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:45:54,988 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:45:55,046 DEBUG api_gitlab 240 29045 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:45:55,047 DEBUG fe_user 26 29045 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:45:55,047 DEBUG fe_user 27 29045 140736398640064 Insert Email
+2017-04-05 07:45:55,609 DEBUG fe_user 30 29044 140736398640064 Insert Password
+2017-04-05 07:45:56,100 DEBUG fe_user 30 29045 140736398640064 Insert Password
+2017-04-05 07:45:56,343 DEBUG fe_user 32 29044 140736398640064 Click Login Button
+2017-04-05 07:45:56,493 DEBUG fe_user 34 29044 140736398640064 Login Button clicked
+2017-04-05 07:45:56,500 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:56,553 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:45:56,876 DEBUG fe_user 32 29045 140736398640064 Click Login Button
+2017-04-05 07:45:57,019 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:57,070 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:45:57,075 DEBUG fe_user 34 29045 140736398640064 Login Button clicked
+2017-04-05 07:45:57,092 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:45:57,333 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:45:57,540 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:57,637 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:57,704 DEBUG test_detailed_view 30 29043 140736398640064 Add Deployment Target
+2017-04-05 07:45:57,847 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:45:58,069 DEBUG db_general 153 29044 140736398640064 Query : select uuid from ice_vf Where name = 'STpY41f';
+2017-04-05 07:45:58,075 DEBUG db_general 165 29044 140736398640064 Query result: f04bade7-20f0-49bb-9839-59fc01b2bd79
+2017-04-05 07:45:58,081 DEBUG db_general 153 29044 140736398640064 Query : select engagement_id from ice_vf Where name = 'STpY41f';
+2017-04-05 07:45:58,084 DEBUG db_general 165 29044 140736398640064 Query result: 33aa7d3c-2946-477d-8744-b53628876e95
+2017-04-05 07:45:58,090 DEBUG db_general 153 29044 140736398640064 Query : select engagement_id from ice_vf Where name = 'STpY41f';
+2017-04-05 07:45:58,093 DEBUG db_general 165 29044 140736398640064 Query result: 33aa7d3c-2946-477d-8744-b53628876e95
+2017-04-05 07:45:58,098 DEBUG db_general 153 29044 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '33aa7d3c-2946-477d-8744-b53628876e95';
+2017-04-05 07:45:58,101 DEBUG db_general 165 29044 140736398640064 Query result: 2017-51
+2017-04-05 07:45:58,108 DEBUG db_general 153 29044 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-51';
+2017-04-05 07:45:58,110 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:45:58,112 DEBUG db_general 165 29044 140736398640064 Query result: 1
+2017-04-05 07:45:58,123 DEBUG fe_checklist 50 29044 140736398640064 EL email: dd1122@att.com
+2017-04-05 07:45:58,128 DEBUG db_general 153 29044 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '33aa7d3c-2946-477d-8744-b53628876e95';
+2017-04-05 07:45:58,132 DEBUG db_general 165 29044 140736398640064 Query result: 2017-51
+2017-04-05 07:45:58,173 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:58,188 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:45:58,624 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:45:59,181 DEBUG test_detailed_view 32 29043 140736398640064 Add VFC no.1
+2017-04-05 07:46:00,092 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:46:00,377 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:46:00,377 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:46:00,384 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:46:00,386 DEBUG db_cms 64 29045 140736398640064 Query result: 69
+2017-04-05 07:46:00,406 DEBUG logFuncEntry 34 29045 140736398640064 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 07:46:00,406 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 07:46:00,415 DEBUG fe_general 35 29098 123145307901952 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:46:00,475 DEBUG test_ui_base 54 29045 140736398640064 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-04-05 07:46:00,476 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 07:46:00,476 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-04-05 07:46:00,608 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:46:01,108 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:46:01,114 DEBUG fe_general 35 29044 140736398640064 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=f04bade7-20f0-49bb-9839-59fc01b2bd79&inviter_uuid=ecf337be-1cb4-4c38-80fa-ba923c7b70ec&email=automationqattSTpy9GT@gmail.com
+2017-04-05 07:46:01,309 DEBUG fe_dashboard 134 29098 123145307901952 Login with user dd1122@att.com
+2017-04-05 07:46:01,310 DEBUG fe_user 26 29098 123145307901952 Verifying and Insert Login page elements:
+2017-04-05 07:46:01,310 DEBUG fe_user 27 29098 123145307901952 Insert Email
+2017-04-05 07:46:01,810 DEBUG fe_detailed_view 116 29043 140736398640064 Add VFC no.2
+2017-04-05 07:46:02,297 DEBUG fe_user 30 29098 123145307901952 Insert Password
+2017-04-05 07:46:02,950 DEBUG fe_user 32 29098 123145307901952 Click Login Button
+2017-04-05 07:46:03,163 DEBUG fe_user 34 29098 123145307901952 Login Button clicked
+2017-04-05 07:46:03,170 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:03,947 DEBUG fe_general 35 29044 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:46:03,964 DEBUG test_ui_base 38 29045 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:46:04,189 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:46:04,300 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:04,707 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:46:04,825 DEBUG fe_dashboard 136 29098 123145307901952 Search engagement by engagement_manual_id
+2017-04-05 07:46:05,226 DEBUG db_general 153 29043 140736398640064 Query : select uuid from ice_vf Where name = 'STGvLY3';
+2017-04-05 07:46:05,236 DEBUG db_general 165 29043 140736398640064 Query result: 937af5e6-38c3-4911-ba9a-4573721edead
+2017-04-05 07:46:05,460 DEBUG fe_dashboard 140 29098 123145307901952 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:46:05,628 DEBUG db_cms 142 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:46:05,629 DEBUG db_cms 116 29045 140736398640064 Retrive id of documentation page:
+2017-04-05 07:46:05,629 DEBUG db_cms 118 29045 140736398640064 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:46:05,662 DEBUG fe_user 26 29044 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:05,664 DEBUG fe_user 27 29044 140736398640064 Insert Email
+2017-04-05 07:46:05,687 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:46:05,714 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:46:05,721 DEBUG db_cms 64 29045 140736398640064 Query result: 10
+2017-04-05 07:46:05,721 DEBUG db_cms 148 29045 140736398640064 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STPJfA2', 'title_Of_Page_STPJfA2-slug', '', 'description_Of_Page_STBgOvZ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STPJfA2', 'richtextpage', true, 10, 1);
+2017-04-05 07:46:05,810 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STPJfA2', 'title_Of_Page_STPJfA2-slug', '', 'description_Of_Page_STBgOvZ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STPJfA2', 'richtextpage', true, 10, 1);
+2017-04-05 07:46:05,822 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:05,823 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:46:05,823 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:46:05,828 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:46:05,831 DEBUG db_cms 64 29045 140736398640064 Query result: 70
+2017-04-05 07:46:05,831 DEBUG db_cms 152 29045 140736398640064 Bind the page with the rich text content related to this page
+2017-04-05 07:46:05,832 DEBUG db_cms 154 29045 140736398640064 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (70, '<p>description_Of_Page_STBgOvZ</p>');
+2017-04-05 07:46:05,844 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (70, '<p>description_Of_Page_STBgOvZ</p>');
+2017-04-05 07:46:05,869 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:06,025 DEBUG api_user 93 29045 140736398640064 Moving to next test case
+2017-04-05 07:46:06,025 DEBUG api_user 170 29045 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1b5ea3a0-66b3-4dbf-a1e5-5ed6642f9975/18315ad0f53647349c0fd39463ed9d1b
+2017-04-05 07:46:06,082 DEBUG api_user 173 29045 140736398640064 APIUser activated successfully!
+2017-04-05 07:46:06,201 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:46:06,201 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:46:06,206 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:46:06,208 DEBUG db_general 141 29045 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:46:06,212 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:46:06,214 DEBUG db_general 141 29045 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:46:06,790 DEBUG fe_dashboard 142 29098 123145307901952 Search engagement by VF name
+2017-04-05 07:46:07,176 DEBUG api_virtual_function 59 29045 140736398640064 Virtual Function created successfully!
+2017-04-05 07:46:07,177 DEBUG api_gitlab 222 29045 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c08536b-d21d-497c-8979-4a0fad2421eb/checklist/new/
+2017-04-05 07:46:07,209 DEBUG fe_user 30 29044 140736398640064 Insert Password
+2017-04-05 07:46:07,294 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:46:07,294 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:46:07,352 DEBUG api_gitlab 240 29045 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:46:07,353 DEBUG fe_user 26 29045 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:07,353 DEBUG fe_user 27 29045 140736398640064 Insert Email
+2017-04-05 07:46:07,877 DEBUG fe_user 32 29044 140736398640064 Click Login Button
+2017-04-05 07:46:07,972 DEBUG fe_user 34 29044 140736398640064 Login Button clicked
+2017-04-05 07:46:07,978 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:08,282 DEBUG fe_dashboard 145 29098 123145307901952 Engagement found (searched by VF name)
+2017-04-05 07:46:08,301 DEBUG fe_user 30 29045 140736398640064 Insert Password
+2017-04-05 07:46:08,770 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:09,044 DEBUG fe_user 32 29045 140736398640064 Click Login Button
+2017-04-05 07:46:09,228 DEBUG fe_user 34 29045 140736398640064 Login Button clicked
+2017-04-05 07:46:09,235 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:09,385 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:09,631 DEBUG fe_dashboard 147 29098 123145307901952 Search engagement by VFC
+2017-04-05 07:46:09,816 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:10,387 DEBUG fe_dashboard 150 29098 123145307901952 Engagement found (searched by VFC)
+2017-04-05 07:46:10,400 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:46:11,593 DEBUG db_cms 124 29045 140736398640064 Retrive id of last page inserted:
+2017-04-05 07:46:11,593 DEBUG db_cms 126 29045 140736398640064 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:46:11,597 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:46:11,600 DEBUG db_cms 64 29045 140736398640064 Query result: 70
+2017-04-05 07:46:11,638 DEBUG logFuncEntry 34 29045 140736398640064 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 07:46:11,639 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 07:46:11,710 DEBUG test_ui_base 54 29045 140736398640064 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-04-05 07:46:11,710 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 07:46:11,710 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-04-05 07:46:12,397 DEBUG fe_dashboard 152 29098 123145307901952 Negative search: search by random string
+2017-04-05 07:46:13,267 DEBUG fe_general 35 29098 123145307901952 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:46:14,069 DEBUG fe_dashboard 134 29098 123145307901952 Login with user hs0007@att.com
+2017-04-05 07:46:14,069 DEBUG fe_user 26 29098 123145307901952 Verifying and Insert Login page elements:
+2017-04-05 07:46:14,070 DEBUG fe_user 27 29098 123145307901952 Insert Email
+2017-04-05 07:46:14,418 DEBUG db_general 153 29044 140736398640064 Query : select uuid from ice_checklist Where name = 'STmUW8V';
+2017-04-05 07:46:14,425 DEBUG db_general 165 29044 140736398640064 Query result: cb77f56e-7fb1-40b1-8534-fb8f53256fff
+2017-04-05 07:46:14,429 DEBUG db_general 153 29044 140736398640064 Query : select template_id from ice_checklist Where name = 'STmUW8V';
+2017-04-05 07:46:14,432 DEBUG db_general 165 29044 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:46:14,523 DEBUG fe_general 35 29044 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:46:14,856 DEBUG test_ui_base 38 29045 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:46:14,907 DEBUG fe_user 30 29098 123145307901952 Insert Password
+2017-04-05 07:46:15,263 DEBUG fe_user 26 29044 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:15,263 DEBUG fe_user 27 29044 140736398640064 Insert Email
+2017-04-05 07:46:15,577 DEBUG fe_user 32 29098 123145307901952 Click Login Button
+2017-04-05 07:46:15,698 DEBUG fe_user 34 29098 123145307901952 Login Button clicked
+2017-04-05 07:46:15,704 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:16,076 DEBUG fe_user 30 29044 140736398640064 Insert Password
+2017-04-05 07:46:16,160 DEBUG db_cms 79 29045 140736398640064 Insert new post : title_Announcement_STV6fot
+2017-04-05 07:46:16,161 DEBUG db_cms 83 29045 140736398640064 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STV6fot', 'title_Announcement_STV6fot-slug', '', 'description_Announcement_STdrZXN', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STdrZXN</p>', true, '', 1, 1);
+2017-04-05 07:46:16,204 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STV6fot', 'title_Announcement_STV6fot-slug', '', 'description_Announcement_STdrZXN', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STdrZXN</p>', true, '', 1, 1);
+2017-04-05 07:46:16,235 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:16,236 DEBUG db_cms 92 29045 140736398640064 Get the id of the post inserted
+2017-04-05 07:46:16,236 DEBUG db_cms 94 29045 140736398640064 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:46:16,243 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:46:16,250 DEBUG db_cms 64 29045 140736398640064 Query result: 130
+2017-04-05 07:46:16,250 DEBUG db_cms 71 29045 140736398640064 Get DBCMS category id for name: Announcement
+2017-04-05 07:46:16,250 DEBUG db_cms 73 29045 140736398640064 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:46:16,259 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:46:16,271 DEBUG db_cms 64 29045 140736398640064 Query result: 2
+2017-04-05 07:46:16,271 DEBUG db_cms 109 29045 140736398640064 bind category into inserted post: 130
+2017-04-05 07:46:16,271 DEBUG db_cms 111 29045 140736398640064 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (130, 2);
+2017-04-05 07:46:16,279 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (130, 2);
+2017-04-05 07:46:16,296 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:16,428 DEBUG api_user 93 29045 140736398640064 Moving to next test case
+2017-04-05 07:46:16,428 DEBUG api_user 170 29045 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/62bf09f1-2c0c-4a86-ac37-86f0700e8b4b/b4ba23e9509d44a2bffac41bc0db191e
+2017-04-05 07:46:16,474 DEBUG api_user 173 29045 140736398640064 APIUser activated successfully!
+2017-04-05 07:46:16,577 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:46:16,577 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:46:16,582 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:46:16,583 DEBUG db_general 141 29045 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:46:16,587 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:46:16,588 DEBUG db_general 141 29045 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:46:16,623 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:16,721 ERROR exception_decor 21 29043 140736398640064 There was an exception in test_detailed_view
+2017-04-05 07:46:16,725 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:46:16,726 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:46:16,759 DEBUG test_ui_base 54 29043 140736398640064 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-04-05 07:46:16,761 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 07:46:16,761 DEBUG test_ui_base 28 29043 140736398640064 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-04-05 07:46:16,831 DEBUG fe_user 32 29044 140736398640064 Click Login Button
+2017-04-05 07:46:16,929 DEBUG fe_user 34 29044 140736398640064 Login Button clicked
+2017-04-05 07:46:16,934 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:17,087 DEBUG api_virtual_function 59 29045 140736398640064 Virtual Function created successfully!
+2017-04-05 07:46:17,088 DEBUG api_gitlab 222 29045 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0c27927f-1ff8-4472-be49-dcda88ea4d74/checklist/new/
+2017-04-05 07:46:17,217 DEBUG fe_dashboard 136 29098 123145307901952 Search engagement by engagement_manual_id
+2017-04-05 07:46:17,371 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:46:17,372 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:46:17,451 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:17,577 DEBUG api_gitlab 240 29045 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:46:17,577 DEBUG fe_user 26 29045 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:17,578 DEBUG fe_user 27 29045 140736398640064 Insert Email
+2017-04-05 07:46:17,953 DEBUG fe_dashboard 140 29098 123145307901952 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:46:18,242 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:18,696 DEBUG fe_user 30 29045 140736398640064 Insert Password
+2017-04-05 07:46:18,788 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:18,909 DEBUG fe_dashboard 142 29098 123145307901952 Search engagement by VF name
+2017-04-05 07:46:19,420 DEBUG fe_user 32 29045 140736398640064 Click Login Button
+2017-04-05 07:46:19,611 DEBUG fe_user 34 29045 140736398640064 Login Button clicked
+2017-04-05 07:46:19,618 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:19,907 DEBUG test_ui_base 38 29043 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:46:20,246 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:20,499 DEBUG fe_dashboard 145 29098 123145307901952 Engagement found (searched by VF name)
+2017-04-05 07:46:20,522 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:46:20,783 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:21,130 DEBUG db_general 153 29044 140736398640064 Query : select uuid from ice_checklist Where name = 'STmUW8V';
+2017-04-05 07:46:21,135 DEBUG db_general 165 29044 140736398640064 Query result: cb77f56e-7fb1-40b1-8534-fb8f53256fff
+2017-04-05 07:46:21,146 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:46:21,509 DEBUG fe_dashboard 147 29098 123145307901952 Search engagement by VFC
+2017-04-05 07:46:22,236 DEBUG api_user 93 29043 140736398640064 Moving to next test case
+2017-04-05 07:46:22,237 DEBUG api_user 170 29043 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f226dbd7-12a2-4b06-b677-b1a4e114ef69/632c9c2e3fbc454b9fe2d386fa2ff89e
+2017-04-05 07:46:22,290 DEBUG logFuncEntry 34 29045 140736398640064 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 07:46:22,291 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 07:46:22,313 DEBUG test_ui_base 54 29045 140736398640064 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-04-05 07:46:22,314 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 07:46:22,314 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-04-05 07:46:22,348 DEBUG api_user 173 29043 140736398640064 APIUser activated successfully!
+2017-04-05 07:46:22,584 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:46:22,584 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:46:22,655 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:46:22,677 DEBUG db_general 141 29043 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:46:22,701 DEBUG db_general 130 29043 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:46:22,708 DEBUG db_general 141 29043 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:46:23,425 DEBUG fe_dashboard 150 29098 123145307901952 Engagement found (searched by VFC)
+2017-04-05 07:46:24,002 DEBUG api_virtual_function 59 29043 140736398640064 Virtual Function created successfully!
+2017-04-05 07:46:24,003 DEBUG api_gitlab 222 29043 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b82852eb-a767-4d05-a7e7-cda8b5874d15/checklist/new/
+2017-04-05 07:46:24,214 DEBUG api_user 111 29043 140736398640064 200 OK
+2017-04-05 07:46:24,215 DEBUG api_user 113 29043 140736398640064 Login successfully.
+2017-04-05 07:46:24,278 DEBUG api_gitlab 240 29043 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:46:24,301 DEBUG fe_user 26 29043 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:24,301 DEBUG fe_user 27 29043 140736398640064 Insert Email
+2017-04-05 07:46:24,309 DEBUG db_general 153 29044 140736398640064 Query : select engagement_id from ice_vf Where name = 'STpY41f';
+2017-04-05 07:46:24,316 DEBUG db_general 165 29044 140736398640064 Query result: 33aa7d3c-2946-477d-8744-b53628876e95
+2017-04-05 07:46:24,330 DEBUG db_general 153 29044 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '33aa7d3c-2946-477d-8744-b53628876e95';
+2017-04-05 07:46:24,336 DEBUG db_general 165 29044 140736398640064 Query result: 2017-51
+2017-04-05 07:46:24,354 DEBUG db_general 153 29044 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-51';
+2017-04-05 07:46:24,361 DEBUG db_general 165 29044 140736398640064 Query result: 1
+2017-04-05 07:46:25,188 DEBUG fe_dashboard 152 29098 123145307901952 Negative search: search by random string
+2017-04-05 07:46:25,590 DEBUG fe_user 30 29043 140736398640064 Insert Password
+2017-04-05 07:46:25,615 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:46:25,795 DEBUG test_ui_base 38 29045 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:46:26,300 DEBUG fe_user 32 29043 140736398640064 Click Login Button
+2017-04-05 07:46:26,389 DEBUG fe_general 35 29098 123145307901952 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:46:26,426 DEBUG fe_user 34 29043 140736398640064 Login Button clicked
+2017-04-05 07:46:26,433 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:27,075 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:27,113 DEBUG db_cms 132 29045 140736398640064 Delete all posts
+2017-04-05 07:46:27,114 DEBUG db_cms 134 29045 140736398640064 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 07:46:27,191 DEBUG db_cms 28 29045 140736398640064 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 07:46:27,217 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:27,217 DEBUG db_cms 137 29045 140736398640064 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 07:46:27,244 DEBUG db_cms 28 29045 140736398640064 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 07:46:27,308 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:27,308 DEBUG db_cms 79 29045 140736398640064 Insert new post : title_FAQSTgSQOr
+2017-04-05 07:46:27,309 DEBUG db_cms 83 29045 140736398640064 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTgSQOr', 'title_FAQSTgSQOr-slug', '', 'description_FAQ_STcR9Nj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STcR9Nj</p>', true, '', 1, 1);
+2017-04-05 07:46:27,318 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTgSQOr', 'title_FAQSTgSQOr-slug', '', 'description_FAQ_STcR9Nj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STcR9Nj</p>', true, '', 1, 1);
+2017-04-05 07:46:27,334 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:27,334 DEBUG db_cms 92 29045 140736398640064 Get the id of the post inserted
+2017-04-05 07:46:27,334 DEBUG db_cms 94 29045 140736398640064 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:46:27,341 DEBUG db_cms 56 29045 140736398640064 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:46:27,347 DEBUG db_cms 64 29045 140736398640064 Query result: 131
+2017-04-05 07:46:27,347 DEBUG db_cms 71 29045 140736398640064 Get DBCMS category id for name: FAQ
+2017-04-05 07:46:27,348 DEBUG db_cms 73 29045 140736398640064 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 07:46:27,363 DEBUG db_cms 56 29045 140736398640064 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 07:46:27,368 DEBUG db_cms 64 29045 140736398640064 Query result: 3
+2017-04-05 07:46:27,368 DEBUG db_cms 109 29045 140736398640064 bind category into inserted post: 131
+2017-04-05 07:46:27,368 DEBUG db_cms 111 29045 140736398640064 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (131, 3);
+2017-04-05 07:46:27,378 DEBUG db_cms 28 29045 140736398640064 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (131, 3);
+2017-04-05 07:46:27,389 DEBUG db_cms 32 29045 140736398640064 Insert query success!
+2017-04-05 07:46:27,523 DEBUG api_user 93 29045 140736398640064 Moving to next test case
+2017-04-05 07:46:27,524 DEBUG api_user 170 29045 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/00e19a0f-f3db-4db4-811d-4a43c34de5f8/a08214cd99424444af08baf2259aab6a
+2017-04-05 07:46:27,594 DEBUG api_user 173 29045 140736398640064 APIUser activated successfully!
+2017-04-05 07:46:27,613 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:27,734 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:46:27,734 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:46:27,740 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:46:27,742 DEBUG db_general 141 29045 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:46:27,747 DEBUG db_general 130 29045 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:46:27,748 DEBUG db_general 141 29045 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:46:27,818 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:46:28,091 DEBUG fe_dashboard 134 29098 123145307901952 Login with user STUTGfR@intl.att.com
+2017-04-05 07:46:28,091 DEBUG fe_user 26 29098 123145307901952 Verifying and Insert Login page elements:
+2017-04-05 07:46:28,092 DEBUG fe_user 27 29098 123145307901952 Insert Email
+2017-04-05 07:46:28,412 DEBUG api_virtual_function 59 29045 140736398640064 Virtual Function created successfully!
+2017-04-05 07:46:28,412 DEBUG api_gitlab 222 29045 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1719a480-e291-4e34-a301-1831f9fdb634/checklist/new/
+2017-04-05 07:46:28,674 DEBUG api_user 111 29045 140736398640064 200 OK
+2017-04-05 07:46:28,675 DEBUG api_user 113 29045 140736398640064 Login successfully.
+2017-04-05 07:46:28,739 DEBUG api_gitlab 240 29045 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:46:28,740 DEBUG fe_user 26 29045 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:28,740 DEBUG fe_user 27 29045 140736398640064 Insert Email
+2017-04-05 07:46:28,972 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:46:29,285 DEBUG fe_user 30 29098 123145307901952 Insert Password
+2017-04-05 07:46:29,928 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:46:29,950 DEBUG fe_user 30 29045 140736398640064 Insert Password
+2017-04-05 07:46:30,058 DEBUG fe_user 32 29098 123145307901952 Click Login Button
+2017-04-05 07:46:30,195 DEBUG fe_user 34 29098 123145307901952 Login Button clicked
+2017-04-05 07:46:30,200 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:30,448 DEBUG wait 110 29043 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:46:30,543 DEBUG fe_general 35 29044 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:46:30,689 DEBUG fe_user 32 29045 140736398640064 Click Login Button
+2017-04-05 07:46:30,721 DEBUG wait 110 29098 123145307901952 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:30,866 DEBUG fe_user 34 29045 140736398640064 Login Button clicked
+2017-04-05 07:46:30,875 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:31,265 DEBUG fe_dashboard 136 29098 123145307901952 Search engagement by engagement_manual_id
+2017-04-05 07:46:31,392 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:31,527 DEBUG db_checklist 51 29044 140736398640064 Query : select owner_id from ice_checklist Where uuid = 'cb77f56e-7fb1-40b1-8534-fb8f53256fff' and state = 'peer_review';
+2017-04-05 07:46:31,530 DEBUG db_checklist 66 29044 140736398640064 Query result: 2
+2017-04-05 07:46:31,534 DEBUG db_general 153 29044 140736398640064 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 07:46:31,537 DEBUG db_general 165 29044 140736398640064 Query result: hs0007@att.com
+2017-04-05 07:46:31,537 DEBUG fe_user 26 29044 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:46:31,537 DEBUG fe_user 27 29044 140736398640064 Insert Email
+2017-04-05 07:46:31,915 DEBUG wait 110 29045 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:46:31,950 DEBUG fe_dashboard 140 29098 123145307901952 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:46:32,244 DEBUG logFuncEntry 34 29043 140736398640064 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 07:46:32,244 DEBUG logFuncEntry 34 29043 140736398640064 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 07:46:32,262 DEBUG test_ui_base 54 29043 140736398640064 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-04-05 07:46:32,263 DEBUG logFuncEntry 34 29043 140736398640064 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 07:46:32,263 DEBUG test_ui_base 28 29043 140736398640064 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-04-05 07:46:32,376 DEBUG fe_user 30 29044 140736398640064 Insert Password
+2017-04-05 07:46:32,493 DEBUG logFuncEntry 34 29045 140736398640064 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 07:46:32,493 DEBUG logFuncEntry 34 29045 140736398640064 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 07:46:32,521 DEBUG test_ui_base 54 29045 140736398640064 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-04-05 07:46:32,521 DEBUG logFuncEntry 34 29045 140736398640064 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 07:46:32,521 DEBUG test_ui_base 28 29045 140736398640064 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-04-05 07:46:32,748 DEBUG fe_dashboard 142 29098 123145307901952 Search engagement by VF name
+2017-04-05 07:46:33,068 DEBUG fe_user 32 29044 140736398640064 Click Login Button
+2017-04-05 07:46:33,211 DEBUG fe_user 34 29044 140736398640064 Login Button clicked
+2017-04-05 07:46:33,218 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:46:33,681 DEBUG fe_dashboard 145 29098 123145307901952 Engagement found (searched by VF name)
+2017-04-05 07:46:33,734 DEBUG wait 110 29044 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:47:49,558 DEBUG test_signal_base 33 30031 140736398640064 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 07:47:49,559 DEBUG test_checklist_signal 26 30031 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:49,559 DEBUG logFuncEntry 34 30031 140736398640064 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 07:47:49,558 DEBUG test_signal_base 33 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:47:49,559 DEBUG logFuncEntry 34 30033 140736398640064 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 07:47:49,560 DEBUG test_git_signal 103 30032 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:49,560 DEBUG test_ui_base 28 30033 140736398640064 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 07:47:49,560 DEBUG logFuncEntry 34 30032 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 07:47:49,570 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:47:49,570 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:47:49,573 DEBUG test_signal_base 44 30031 140736398640064 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 07:47:49,574 DEBUG logFuncEntry 34 30031 140736398640064 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:47:49,574 DEBUG test_ui_base 28 30031 140736398640064 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 07:47:49,579 DEBUG test_signal_base 44 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:47:49,579 DEBUG test_signal_base 33 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:47:49,580 DEBUG test_git_signal 24 30032 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:49,580 DEBUG logFuncEntry 34 30032 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 07:47:49,597 DEBUG test_signal_base 44 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:47:49,598 DEBUG test_signal_base 33 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:47:49,598 DEBUG test_git_signal 82 30032 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:49,599 DEBUG logFuncEntry 34 30032 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 07:47:49,618 DEBUG test_signal_base 44 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:47:49,619 DEBUG test_signal_base 33 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:47:49,619 DEBUG test_git_signal 65 30032 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:49,619 DEBUG logFuncEntry 34 30032 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 07:47:49,637 DEBUG test_signal_base 44 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:47:49,637 DEBUG test_signal_base 33 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:47:49,638 DEBUG test_git_signal 47 30032 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:49,638 DEBUG logFuncEntry 34 30032 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 07:47:49,649 DEBUG test_signal_base 44 30032 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:47:49,650 DEBUG logFuncEntry 34 30032 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:47:49,651 DEBUG test_ui_base 28 30032 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 07:47:50,231 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:47:50,231 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/857e3d0c-81d4-4f60-a6b7-4078b7dc5497/9393e684259d43e0b5d9990211b38aaa
+2017-04-05 07:47:50,283 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:50,451 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:50,452 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:50,458 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:50,460 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:50,472 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:50,474 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:51,127 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:51,128 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6debdf44-9a04-4808-a57e-66c945be44b2/checklist/new/
+2017-04-05 07:47:51,228 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:51,229 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:51,274 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:51,274 DEBUG test_negative_requests 129 30030 140736398640064 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 07:47:51,370 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:51,371 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:51,371 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6debdf44-9a04-4808-a57e-66c945be44b2/checklist/new/
+2017-04-05 07:47:51,375 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:47:51,377 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:47:51,377 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6debdf44-9a04-4808-a57e-66c945be44b2/checklist/new/
+2017-04-05 07:47:51,478 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:51,479 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:51,522 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:51,626 DEBUG api_checklist 29 30030 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:47:51,626 DEBUG test_negative_requests 133 30030 140736398640064 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 07:47:51,756 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:51,756 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:51,757 DEBUG test_negative_requests 139 30030 140736398640064 About to add audit log to checklist uuid 4b1b5b56-c322-4276-9f81-3a6648d82b11
+2017-04-05 07:47:51,757 DEBUG api_checklist 71 30030 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/
+2017-04-05 07:47:51,801 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:51,803 DEBUG test_negative_requests 143 30030 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:47:51,965 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:51,966 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:51,966 DEBUG test_negative_requests 139 30030 140736398640064 About to add audit log to checklist uuid 4b1b5b56-c322-4276-9f81-3a6648d82b11
+2017-04-05 07:47:51,966 DEBUG api_checklist 71 30030 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/
+2017-04-05 07:47:52,012 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:52,035 DEBUG test_negative_requests 143 30030 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:47:52,041 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:47:52,041 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:47:52,043 DEBUG test_ui_base 38 30031 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:47:52,075 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:47:52,097 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:47:52,097 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:47:52,124 DEBUG test_ui_base 38 30033 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:47:52,272 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:47:52,272 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f03a3735-6e92-4bcc-948e-00875502add4/0b024b686e0c4a9e8afdce65b310ee5b
+2017-04-05 07:47:52,284 DEBUG test_ui_base 38 30032 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:47:52,338 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:52,499 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:52,499 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:52,509 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:52,513 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:52,517 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:52,521 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:52,829 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:52,829 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3800991-434c-4b8a-865a-958b0a8ccf8d/checklist/new/
+2017-04-05 07:47:52,917 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:52,917 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:52,959 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:52,960 DEBUG test_negative_requests 149 30030 140736398640064 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 07:47:53,130 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:53,130 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:53,130 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3800991-434c-4b8a-865a-958b0a8ccf8d/checklist/new/
+2017-04-05 07:47:53,135 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:47:53,138 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:47:53,138 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3800991-434c-4b8a-865a-958b0a8ccf8d/checklist/new/
+2017-04-05 07:47:53,241 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:53,242 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:53,287 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:53,603 DEBUG api_checklist 29 30030 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:47:53,603 DEBUG test_negative_requests 153 30030 140736398640064 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:47:53,708 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:53,708 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:53,709 DEBUG test_negative_requests 159 30030 140736398640064 About to add next step to checklist uuid 6041c6f2-d2a8-4f02-863d-2944244c4a0c
+2017-04-05 07:47:53,709 DEBUG api_checklist 92 30030 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3800991-434c-4b8a-865a-958b0a8ccf8d/checklist/6041c6f2-d2a8-4f02-863d-2944244c4a0c/nextstep/
+2017-04-05 07:47:53,790 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f03a3735-6e92-4bcc-948e-00875502add4. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:53,792 DEBUG test_negative_requests 163 30030 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:47:54,010 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:54,011 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:54,011 DEBUG test_negative_requests 159 30030 140736398640064 About to add next step to checklist uuid 6041c6f2-d2a8-4f02-863d-2944244c4a0c
+2017-04-05 07:47:54,011 DEBUG api_checklist 92 30030 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3800991-434c-4b8a-865a-958b0a8ccf8d/checklist/6041c6f2-d2a8-4f02-863d-2944244c4a0c/nextstep/
+2017-04-05 07:47:54,107 DEBUG logFuncEntry 34 30086 123145565814784 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:47:54,108 DEBUG test_ui_base 28 30086 123145565814784 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 07:47:54,115 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,115 DEBUG test_negative_requests 163 30030 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:47:54,228 DEBUG api_user 93 30031 140736398640064 Moving to next test case
+2017-04-05 07:47:54,229 DEBUG api_user 170 30031 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98e2d6e4-641e-4ca6-bc6c-a6d52b108906/2392d369f45345a693263be24c9b7b48
+2017-04-05 07:47:54,237 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:54,238 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:54,238 DEBUG test_negative_requests 159 30030 140736398640064 About to add next step to checklist uuid 6041c6f2-d2a8-4f02-863d-2944244c4a0c
+2017-04-05 07:47:54,238 DEBUG api_checklist 92 30030 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3800991-434c-4b8a-865a-958b0a8ccf8d/checklist/6041c6f2-d2a8-4f02-863d-2944244c4a0c/nextstep/
+2017-04-05 07:47:54,261 DEBUG api_user 93 30032 140736398640064 Moving to next test case
+2017-04-05 07:47:54,262 DEBUG api_user 170 30032 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a849c22-132c-48b4-8a61-83dbf3f558aa/84d7125f95c74fa095ba6380c5c99ca2
+2017-04-05 07:47:54,315 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,315 DEBUG test_negative_requests 163 30030 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:47:54,316 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:47:54,316 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:47:54,318 DEBUG api_user 173 30031 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:54,347 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:47:54,351 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:47:54,351 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:47:54,351 DEBUG test_negative_requests 29 30030 140736398640064 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 07:47:54,356 DEBUG api_user 173 30032 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:54,486 DEBUG api_user 111 30031 140736398640064 200 OK
+2017-04-05 07:47:54,487 DEBUG api_user 113 30031 140736398640064 Login successfully.
+2017-04-05 07:47:54,493 DEBUG db_general 130 30031 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:54,495 DEBUG db_general 141 30031 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:54,501 DEBUG db_general 130 30031 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:54,503 DEBUG db_general 141 30031 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:54,518 DEBUG api_user 111 30032 140736398640064 200 OK
+2017-04-05 07:47:54,518 DEBUG api_user 113 30032 140736398640064 Login successfully.
+2017-04-05 07:47:54,529 DEBUG db_general 130 30032 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:54,532 DEBUG db_general 141 30032 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:54,541 DEBUG db_general 130 30032 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:54,544 DEBUG db_general 141 30032 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:54,561 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:47:54,562 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8fece2a4-1d88-4c29-894c-c891dd4c8377/c1eb270feb9a45e0a5b4e7631f6511f4
+2017-04-05 07:47:54,619 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:54,727 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:54,728 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:54,734 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:54,736 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:54,742 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:54,744 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:55,293 DEBUG api_virtual_function 59 30031 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:55,294 DEBUG api_gitlab 222 30031 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21beafc4-1680-49aa-b5fa-77cc366bbdf3/checklist/new/
+2017-04-05 07:47:55,321 DEBUG api_virtual_function 59 30032 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:55,322 DEBUG api_gitlab 222 30032 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1638e112-5400-46ff-838f-a8f4be9ce3ba/checklist/new/
+2017-04-05 07:47:55,419 DEBUG api_user 111 30031 140736398640064 200 OK
+2017-04-05 07:47:55,419 DEBUG api_user 113 30031 140736398640064 Login successfully.
+2017-04-05 07:47:55,434 DEBUG api_user 111 30032 140736398640064 200 OK
+2017-04-05 07:47:55,434 DEBUG api_user 113 30032 140736398640064 Login successfully.
+2017-04-05 07:47:55,485 DEBUG api_gitlab 240 30031 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:55,485 DEBUG fe_user 26 30031 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:47:55,485 DEBUG fe_user 27 30031 140736398640064 Insert Email
+2017-04-05 07:47:55,514 DEBUG api_gitlab 240 30032 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:55,515 DEBUG fe_user 26 30032 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:47:55,515 DEBUG fe_user 27 30032 140736398640064 Insert Email
+2017-04-05 07:47:55,557 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:55,558 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fda7a633-9ca0-4123-9717-184751d7ab22/checklist/new/
+2017-04-05 07:47:55,689 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:55,689 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:55,738 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:55,848 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:47:55,848 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8d3c29a1-b0ec-45a8-8086-a9972e2565f5/8a48f5f53e4b4633a6f5b258a8f0027b
+2017-04-05 07:47:55,908 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:56,011 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:56,011 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:56,017 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:56,019 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:56,025 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:56,026 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:56,351 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:56,352 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b319cab9-f05e-44ef-a190-7f69d6c99fe0/checklist/new/
+2017-04-05 07:47:56,434 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:56,434 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:56,464 DEBUG fe_user 30 30031 140736398640064 Insert Password
+2017-04-05 07:47:56,465 DEBUG test_ui_base 38 30086 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:47:56,486 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:56,486 DEBUG test_negative_requests 34 30030 140736398640064 About to invite contact to the engagement of user STNx512
+2017-04-05 07:47:56,487 DEBUG api_virtual_function 102 30030 140736398640064 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 07:47:56,539 DEBUG test_negative_requests 38 30030 140736398640064 Success! Test failed to invite contact user using other auth token.
+2017-04-05 07:47:56,539 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:47:56,539 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:47:56,547 DEBUG fe_user 30 30032 140736398640064 Insert Password
+2017-04-05 07:47:56,557 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:47:56,559 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:47:56,559 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:47:56,560 DEBUG test_negative_requests 42 30030 140736398640064 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 07:47:56,702 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:47:56,703 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4cfc1d1c-02a0-43d8-9575-a172c204ebcf/38c561ad0d6e48478201a0aceee2556b
+2017-04-05 07:47:56,740 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:56,812 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:56,812 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:56,817 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:56,818 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:56,821 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:56,822 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:57,083 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:47:57,083 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1c8d133f-174d-443c-923a-c8d7a99e4fe6/checklist/new/
+2017-04-05 07:47:57,149 DEBUG fe_user 32 30031 140736398640064 Click Login Button
+2017-04-05 07:47:57,191 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:57,191 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:57,203 DEBUG fe_user 32 30032 140736398640064 Click Login Button
+2017-04-05 07:47:57,259 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:47:57,324 DEBUG fe_user 34 30031 140736398640064 Login Button clicked
+2017-04-05 07:47:57,335 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:47:57,412 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:57,413 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:57,413 DEBUG test_negative_requests 49 30030 140736398640064 About to add a next step to VF STzbC8P using STL32UO@intl.att.com token.
+2017-04-05 07:47:57,413 DEBUG api_virtual_function 18 30030 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/1c8d133f-174d-443c-923a-c8d7a99e4fe6/nextsteps
+2017-04-05 07:47:57,437 DEBUG fe_user 34 30032 140736398640064 Login Button clicked
+2017-04-05 07:47:57,446 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:47:57,474 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4cfc1d1c-02a0-43d8-9575-a172c204ebcf. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:47:57,475 DEBUG test_negative_requests 53 30030 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:47:57,616 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:57,617 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:57,617 DEBUG test_negative_requests 49 30030 140736398640064 About to add a next step to VF STzbC8P using dd1122@att.com token.
+2017-04-05 07:47:57,618 DEBUG api_virtual_function 18 30030 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/1c8d133f-174d-443c-923a-c8d7a99e4fe6/nextsteps
+2017-04-05 07:47:57,698 DEBUG db_cms 79 30086 123145565814784 Insert new post : title_Announcement_ST1ZVgL
+2017-04-05 07:47:57,699 DEBUG db_cms 83 30086 123145565814784 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST1ZVgL', 'title_Announcement_ST1ZVgL-slug', '', 'description_Announcement_STXzE4i', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXzE4i</p>', true, '', 1, 1);
+2017-04-05 07:47:57,719 DEBUG db_cms 28 30086 123145565814784 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST1ZVgL', 'title_Announcement_ST1ZVgL-slug', '', 'description_Announcement_STXzE4i', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXzE4i</p>', true, '', 1, 1);
+2017-04-05 07:47:57,726 DEBUG db_cms 32 30086 123145565814784 Insert query success!
+2017-04-05 07:47:57,726 DEBUG db_cms 92 30086 123145565814784 Get the id of the post inserted
+2017-04-05 07:47:57,727 DEBUG db_cms 94 30086 123145565814784 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:47:57,734 DEBUG db_cms 56 30086 123145565814784 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:47:57,737 DEBUG db_cms 64 30086 123145565814784 Query result: 132
+2017-04-05 07:47:57,737 DEBUG db_cms 71 30086 123145565814784 Get DBCMS category id for name: Announcement
+2017-04-05 07:47:57,737 DEBUG db_cms 73 30086 123145565814784 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:47:57,745 DEBUG db_cms 56 30086 123145565814784 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:47:57,748 DEBUG db_cms 64 30086 123145565814784 Query result: 2
+2017-04-05 07:47:57,749 DEBUG db_cms 109 30086 123145565814784 bind category into inserted post: 132
+2017-04-05 07:47:57,749 DEBUG db_cms 111 30086 123145565814784 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (132, 2);
+2017-04-05 07:47:57,754 DEBUG db_cms 28 30086 123145565814784 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (132, 2);
+2017-04-05 07:47:57,768 DEBUG db_cms 32 30086 123145565814784 Insert query success!
+2017-04-05 07:47:57,822 DEBUG logFuncEntry 34 30152 123145565814784 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:47:57,823 DEBUG test_ui_base 28 30152 123145565814784 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 07:47:58,181 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:47:58,485 DEBUG api_virtual_function 32 30030 140736398640064 Next step was added to the engagement!
+2017-04-05 07:47:58,486 DEBUG test_negative_requests 53 30030 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:47:58,535 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:47:58,584 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:58,584 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:58,584 DEBUG test_negative_requests 49 30030 140736398640064 About to add a next step to VF STzbC8P using admin_ro@att.com token.
+2017-04-05 07:47:58,585 DEBUG api_virtual_function 18 30030 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/1c8d133f-174d-443c-923a-c8d7a99e4fe6/nextsteps
+2017-04-05 07:47:58,628 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:47:58,628 DEBUG test_negative_requests 53 30030 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:47:58,628 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:47:58,629 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:47:58,636 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:47:58,638 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:47:58,638 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:47:58,638 DEBUG test_negative_requests 168 30030 140736398640064 Local environment, skipping test...
+2017-04-05 07:47:58,638 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:47:58,639 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:47:58,659 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:47:58,661 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:47:58,661 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:47:58,699 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:47:58,825 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:47:58,826 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7320ab3e-3376-4862-89f6-2a34ff33485f/bc92832f41d245ca91f5c103c62b1753
+2017-04-05 07:47:58,880 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:47:58,971 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:47:58,971 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:47:58,977 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:47:58,981 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:47:58,987 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:47:58,988 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:47:59,235 DEBUG db_general 153 30032 140736398640064 Query : select engagement_id from ice_vf Where name = 'STVzlER';
+2017-04-05 07:47:59,239 DEBUG db_general 165 30032 140736398640064 Query result: 1638e112-5400-46ff-838f-a8f4be9ce3ba
+2017-04-05 07:47:59,246 DEBUG db_general 153 30032 140736398640064 Query : select engagement_id from ice_vf Where name = 'STVzlER';
+2017-04-05 07:47:59,249 DEBUG db_general 165 30032 140736398640064 Query result: 1638e112-5400-46ff-838f-a8f4be9ce3ba
+2017-04-05 07:47:59,255 DEBUG db_general 153 30032 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '1638e112-5400-46ff-838f-a8f4be9ce3ba';
+2017-04-05 07:47:59,262 DEBUG db_general 165 30032 140736398640064 Query result: 2017-59
+2017-04-05 07:47:59,275 DEBUG db_general 153 30032 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-59';
+2017-04-05 07:47:59,283 DEBUG db_general 165 30032 140736398640064 Query result: 2
+2017-04-05 07:47:59,314 DEBUG db_general 153 30032 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '1638e112-5400-46ff-838f-a8f4be9ce3ba';
+2017-04-05 07:47:59,322 DEBUG db_general 165 30032 140736398640064 Query result: 2017-59
+2017-04-05 07:47:59,329 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:47:59,605 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:48:00,133 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:00,133 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:00,306 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:00,307 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:00,328 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:48:00,376 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:00,376 DEBUG test_negative_requests 76 30030 140736398640064 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:48:00,481 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:00,481 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:00,481 DEBUG test_negative_requests 82 30030 140736398640064 About to create checklist for VF STDIseF
+2017-04-05 07:48:00,481 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:00,489 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:00,492 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:00,492 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:00,616 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:48:00,700 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:00,700 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:00,747 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:00,793 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7320ab3e-3376-4862-89f6-2a34ff33485f. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:00,793 DEBUG test_negative_requests 86 30030 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:48:00,899 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:00,899 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:00,900 DEBUG test_negative_requests 82 30030 140736398640064 About to create checklist for VF STDIseF
+2017-04-05 07:48:00,900 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:00,904 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:00,906 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:00,906 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:01,022 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:01,022 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:01,041 DEBUG test_ui_base 38 30152 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:01,058 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:01,095 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,097 DEBUG test_negative_requests 86 30030 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:48:01,226 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:01,227 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:01,227 DEBUG test_negative_requests 82 30030 140736398640064 About to create checklist for VF STDIseF
+2017-04-05 07:48:01,227 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:01,233 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:01,236 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:01,236 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51eac48f-5bd6-421d-830b-de1f8c1f4358/checklist/new/
+2017-04-05 07:48:01,237 DEBUG logFuncEntry 34 30031 140736398640064 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:48:01,237 DEBUG logFuncEntry 34 30031 140736398640064 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:48:01,282 DEBUG test_ui_base 54 30031 140736398640064 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-05 07:48:01,283 DEBUG logFuncEntry 34 30031 140736398640064 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:48:01,283 DEBUG test_ui_base 28 30031 140736398640064 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-05 07:48:01,354 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:48:01,367 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:01,367 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:01,418 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:01,472 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,472 DEBUG test_negative_requests 86 30030 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:48:01,472 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:48:01,472 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:48:01,491 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:48:01,493 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:48:01,494 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:48:01,494 DEBUG test_negative_requests 57 30030 140736398640064 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:48:01,625 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:01,625 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/338b396c-b9d9-4d9a-945e-42b2511cf5fa/75ac815ea62043009c9ef016426f0709
+2017-04-05 07:48:01,708 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:01,830 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:01,831 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:01,838 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:01,840 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:01,845 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:01,849 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:02,347 DEBUG fe_general 35 30032 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:48:02,841 DEBUG logFuncEntry 34 30232 123145565814784 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:48:02,842 DEBUG test_ui_base 28 30232 123145565814784 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-05 07:48:03,375 DEBUG fe_user 26 30032 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:48:03,376 DEBUG fe_user 27 30032 140736398640064 Insert Email
+2017-04-05 07:48:03,624 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:03,624 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f11872ab-6cd5-4f5d-9b53-69863c5f9e1f/checklist/new/
+2017-04-05 07:48:03,876 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:03,877 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:03,951 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:04,103 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:04,104 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:04,104 DEBUG api_virtual_function 18 30030 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f11872ab-6cd5-4f5d-9b53-69863c5f9e1f/nextsteps
+2017-04-05 07:48:04,349 DEBUG fe_user 30 30032 140736398640064 Insert Password
+2017-04-05 07:48:04,534 DEBUG test_ui_base 38 30031 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:04,588 DEBUG api_virtual_function 32 30030 140736398640064 Next step was added to the engagement!
+2017-04-05 07:48:04,807 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:04,807 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:04,807 DEBUG test_negative_requests 67 30030 140736398640064 About to edit a next step (ns uuid: b71aa70c-d663-4891-834f-f32b36e19932) using STQg9oI@intl.att.com token.
+2017-04-05 07:48:04,807 DEBUG api_virtual_function 133 30030 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b71aa70c-d663-4891-834f-f32b36e19932/engagement/f11872ab-6cd5-4f5d-9b53-69863c5f9e1f/modify/
+2017-04-05 07:48:04,863 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:04,865 DEBUG test_negative_requests 71 30030 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:48:04,985 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:04,985 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:04,985 DEBUG test_negative_requests 67 30030 140736398640064 About to edit a next step (ns uuid: b71aa70c-d663-4891-834f-f32b36e19932) using dd1122@att.com token.
+2017-04-05 07:48:04,985 DEBUG api_virtual_function 133 30030 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b71aa70c-d663-4891-834f-f32b36e19932/engagement/f11872ab-6cd5-4f5d-9b53-69863c5f9e1f/modify/
+2017-04-05 07:48:05,027 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,028 DEBUG test_negative_requests 71 30030 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:48:05,047 DEBUG fe_user 32 30032 140736398640064 Click Login Button
+2017-04-05 07:48:05,183 DEBUG fe_user 34 30032 140736398640064 Login Button clicked
+2017-04-05 07:48:05,196 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:48:05,233 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:05,233 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:05,234 DEBUG test_negative_requests 67 30030 140736398640064 About to edit a next step (ns uuid: b71aa70c-d663-4891-834f-f32b36e19932) using admin_ro@att.com token.
+2017-04-05 07:48:05,234 DEBUG api_virtual_function 133 30030 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b71aa70c-d663-4891-834f-f32b36e19932/engagement/f11872ab-6cd5-4f5d-9b53-69863c5f9e1f/modify/
+2017-04-05 07:48:05,360 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,360 DEBUG test_negative_requests 71 30030 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:48:05,361 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:48:05,361 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:48:05,387 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:48:05,388 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:48:05,389 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:48:05,389 DEBUG test_negative_requests 16 30030 140736398640064 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 07:48:05,779 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:05,828 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:05,829 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/944777e6-c022-40b4-a794-f8bd4c5eb2b8/bfde2d58810a4fb88e0fec222eeadc0e
+2017-04-05 07:48:05,963 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:06,042 DEBUG test_ui_base 38 30232 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:06,208 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:06,209 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:06,214 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:06,216 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:06,221 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:06,222 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:06,488 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:06,581 DEBUG api_user 93 30031 140736398640064 Moving to next test case
+2017-04-05 07:48:06,581 DEBUG api_user 170 30031 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/54ae4c92-1f5a-454b-b37c-2e28c2bff3aa/f44e7d17ec644fd3882131ea9dbfc3d1
+2017-04-05 07:48:06,618 DEBUG api_user 173 30031 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:06,724 DEBUG api_user 111 30031 140736398640064 200 OK
+2017-04-05 07:48:06,724 DEBUG api_user 113 30031 140736398640064 Login successfully.
+2017-04-05 07:48:06,729 DEBUG db_general 130 30031 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:06,731 DEBUG db_general 141 30031 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:06,736 DEBUG db_general 130 30031 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:06,738 DEBUG db_general 141 30031 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:06,774 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:06,775 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83ccf579-24dd-4bcb-a328-4e92b9930efe/checklist/new/
+2017-04-05 07:48:06,888 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:06,888 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:06,928 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:07,030 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:07,181 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:07,182 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c8892a6-fbcf-484a-8438-047b90b90725/b5a29a291c914b6abd02e2d3db0b05fe
+2017-04-05 07:48:07,254 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:07,377 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:07,377 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:07,383 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:07,385 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:07,391 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:07,393 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:07,519 DEBUG api_virtual_function 59 30031 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:07,520 DEBUG api_gitlab 222 30031 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bcf6d01f-0c98-4ca0-a072-7032caa0413d/checklist/new/
+2017-04-05 07:48:07,712 DEBUG api_user 111 30031 140736398640064 200 OK
+2017-04-05 07:48:07,712 DEBUG api_user 113 30031 140736398640064 Login successfully.
+2017-04-05 07:48:07,773 DEBUG logFuncEntry 34 30297 123145565814784 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 07:48:07,776 DEBUG test_ui_base 28 30297 123145565814784 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-04-05 07:48:07,901 DEBUG api_gitlab 240 30031 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:07,902 DEBUG fe_user 26 30031 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:48:07,902 DEBUG fe_user 27 30031 140736398640064 Insert Email
+2017-04-05 07:48:08,281 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:48:09,071 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:48:09,174 DEBUG fe_user 30 30031 140736398640064 Insert Password
+2017-04-05 07:48:09,322 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:09,322 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aef5e7a2-8c56-40d9-897a-e88912bc721f/checklist/new/
+2017-04-05 07:48:09,464 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:09,465 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:09,509 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:09,509 DEBUG test_negative_requests 21 30030 140736398640064 About to invite team member to the engagement of user STOUzvd
+2017-04-05 07:48:09,509 DEBUG api_virtual_function 73 30030 140736398640064 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 07:48:09,554 ERROR api_virtual_function 95 30030 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:48:09,555 DEBUG test_negative_requests 25 30030 140736398640064 Success! Test failed to invite user using other auth token.
+2017-04-05 07:48:09,555 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:48:09,555 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:48:09,570 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:48:09,572 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:48:09,572 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:48:09,734 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:09,735 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c91d0da8-1d7b-4518-a71b-9d0b8600ca3a/bb13e158c2fa4db090ce58aa7dcb19e4
+2017-04-05 07:48:09,797 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:09,909 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:09,910 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:09,914 DEBUG fe_user 32 30031 140736398640064 Click Login Button
+2017-04-05 07:48:09,926 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:09,929 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:09,940 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:09,942 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:10,089 DEBUG fe_user 34 30031 140736398640064 Login Button clicked
+2017-04-05 07:48:10,102 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:48:10,562 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:10,563 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b76398cb-668d-4fc9-bfed-1f11784336ae/checklist/new/
+2017-04-05 07:48:10,688 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:10,691 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:10,691 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:10,760 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:10,760 DEBUG test_negative_requests 112 30030 140736398640064 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 07:48:10,842 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:10,842 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:10,843 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b76398cb-668d-4fc9-bfed-1f11784336ae/checklist/new/
+2017-04-05 07:48:10,847 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:10,850 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:10,850 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b76398cb-668d-4fc9-bfed-1f11784336ae/checklist/new/
+2017-04-05 07:48:10,978 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:10,979 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:11,019 DEBUG test_ui_base 38 30297 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:11,032 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:11,608 DEBUG api_checklist 29 30030 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:48:11,609 DEBUG test_negative_requests 116 30030 140736398640064 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 07:48:11,609 DEBUG test_negative_requests 120 30030 140736398640064 About to change checklist state for VF STvlfzI
+2017-04-05 07:48:11,722 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:11,722 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:11,782 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:11,783 DEBUG test_negative_requests 124 30030 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:48:11,784 DEBUG test_negative_requests 120 30030 140736398640064 About to change checklist state for VF STvlfzI
+2017-04-05 07:48:11,913 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:11,914 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:11,958 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:11,958 DEBUG test_negative_requests 124 30030 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:48:11,958 DEBUG test_negative_requests 120 30030 140736398640064 About to change checklist state for VF STvlfzI
+2017-04-05 07:48:12,078 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:12,079 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:12,115 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:12,115 DEBUG test_negative_requests 124 30030 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:48:12,116 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:48:12,116 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:48:12,123 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:48:12,124 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:48:12,125 DEBUG test_api_base 25 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:48:12,317 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:12,318 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9982b65-f971-4b20-9643-f4d569853900/66cdcff5db2a428fb3812c7ba728640c
+2017-04-05 07:48:12,472 DEBUG db_general 56 30297 123145565814784 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:48:12,480 DEBUG db_general 65 30297 123145565814784 Query result: None
+2017-04-05 07:48:12,494 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_template(uuid, name, category, version, create_time)VALUES ('60fc1d9c-5b03-4eff-8770-ceaa335b047e', 'Editing_Heat', 'first category', '1', '2017-04-05 07:48:12.481319');
+2017-04-05 07:48:12,507 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:12,524 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,570 DEBUG db_general 56 30297 123145565814784 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:48:12,574 DEBUG db_general 65 30297 123145565814784 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:48:12,629 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('d1816bf7-9761-4775-a5f1-364f32124761', 'External References', '1', 'section descripyion', 'valid instructions','2017-04-05 07:48:12.575379', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,650 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,657 DEBUG db_general 56 30297 123145565814784 Query: SELECT uuid FROM public.ice_checklist_section where name = 'External References' and template_id = '60fc1d9c-5b03-4eff-8770-ceaa335b047e'
+2017-04-05 07:48:12,661 DEBUG db_general 65 30297 123145565814784 Query result: d1816bf7-9761-4775-a5f1-364f32124761
+2017-04-05 07:48:12,668 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('a3ebf27f-f616-4d07-9f27-39fb2d8ed70e', 'Parameter Specification', '2', 'section descripyion', 'valid instructions','2017-04-05 07:48:12.661316', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,685 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,718 DEBUG db_general 56 30297 123145565814784 Query: SELECT uuid FROM public.ice_checklist_section where name = 'Parameter Specification' and template_id = '60fc1d9c-5b03-4eff-8770-ceaa335b047e'
+2017-04-05 07:48:12,722 DEBUG db_general 65 30297 123145565814784 Query result: a3ebf27f-f616-4d07-9f27-39fb2d8ed70e
+2017-04-05 07:48:12,741 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('b0a0b353-cd7e-4eb2-9372-c297dd20a99a', 'Normal references', '1', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-04-05 07:48:12.722702', 'd1816bf7-9761-4775-a5f1-364f32124761', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,776 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,787 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('d4756d53-21cc-45cb-a124-c84943ab70e4', 'String parameters', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-04-05 07:48:12.776643', 'a3ebf27f-f616-4d07-9f27-39fb2d8ed70e', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,818 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,825 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('12e02d22-7154-43ad-9fca-382f074150ca', 'Numeric parameters', '3', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-04-05 07:48:12.819122', 'a3ebf27f-f616-4d07-9f27-39fb2d8ed70e', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,831 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,837 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:12,837 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:12,838 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('6e35abff-01e7-4b93-84d7-040f26afb7f2', 'VF image', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-04-05 07:48:12.831639', 'd1816bf7-9761-4775-a5f1-364f32124761', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,843 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:12,843 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,848 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:12,856 DEBUG db_general 76 30297 123145565814784 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('3da11a28-4ec4-41a2-97b9-1d61f3c910a4', 'Parameters', '1', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-04-05 07:48:12.844289', 'a3ebf27f-f616-4d07-9f27-39fb2d8ed70e', '60fc1d9c-5b03-4eff-8770-ceaa335b047e');
+2017-04-05 07:48:12,858 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:12,860 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:12,866 DEBUG db_general 80 30297 123145565814784 Insert query success!
+2017-04-05 07:48:12,979 DEBUG logFuncEntry 34 30386 123145565814784 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:48:12,980 DEBUG test_ui_base 28 30386 123145565814784 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-04-05 07:48:13,141 DEBUG wait 110 30032 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:13,527 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:13,528 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4647b3c-83c2-4692-b1fd-63021861bc3d/checklist/new/
+2017-04-05 07:48:13,664 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:13,664 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:13,722 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:13,722 DEBUG test_negative_requests 92 30030 140736398640064 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 07:48:13,826 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:13,827 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:13,827 DEBUG api_checklist 16 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4647b3c-83c2-4692-b1fd-63021861bc3d/checklist/new/
+2017-04-05 07:48:13,833 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:13,836 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:13,838 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4647b3c-83c2-4692-b1fd-63021861bc3d/checklist/new/
+2017-04-05 07:48:13,997 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:13,997 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:14,049 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:14,482 DEBUG api_checklist 29 30030 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:48:14,482 DEBUG test_negative_requests 96 30030 140736398640064 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:48:14,574 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:14,574 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:14,574 DEBUG test_negative_requests 102 30030 140736398640064 About to update checklist for VF STcB4p0
+2017-04-05 07:48:14,575 DEBUG api_checklist 45 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//68b70352-0f79-48bc-99de-1bf12dd7b8ee/68b70352-0f79-48bc-99de-1bf12dd7b8ee
+2017-04-05 07:48:14,579 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:14,581 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:14,621 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9982b65-f971-4b20-9643-f4d569853900. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,622 DEBUG test_negative_requests 106 30030 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:48:14,695 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:14,695 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:14,695 DEBUG test_negative_requests 102 30030 140736398640064 About to update checklist for VF STcB4p0
+2017-04-05 07:48:14,695 DEBUG api_checklist 45 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//68b70352-0f79-48bc-99de-1bf12dd7b8ee/68b70352-0f79-48bc-99de-1bf12dd7b8ee
+2017-04-05 07:48:14,699 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:14,701 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:14,737 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,737 DEBUG test_negative_requests 106 30030 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:48:14,814 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:14,814 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:14,814 DEBUG test_negative_requests 102 30030 140736398640064 About to update checklist for VF STcB4p0
+2017-04-05 07:48:14,814 DEBUG api_checklist 45 30030 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//68b70352-0f79-48bc-99de-1bf12dd7b8ee/68b70352-0f79-48bc-99de-1bf12dd7b8ee
+2017-04-05 07:48:14,818 DEBUG db_general 153 30030 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:48:14,820 DEBUG db_general 165 30030 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:48:14,855 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,856 DEBUG test_negative_requests 106 30030 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:48:14,857 DEBUG logFuncEntry 34 30030 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:48:14,857 DEBUG logFuncEntry 34 30030 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:48:14,868 DEBUG test_api_base 36 30030 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:48:14,871 DEBUG logFuncEntry 34 30030 140736398640064 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:48:14,872 DEBUG test_ui_base 28 30030 140736398640064 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-04-05 07:48:16,206 DEBUG test_ui_base 38 30386 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:16,472 DEBUG fe_general 35 30031 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:48:17,232 DEBUG test_ui_base 38 30030 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:17,334 DEBUG fe_user 26 30031 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:48:17,335 DEBUG fe_user 27 30031 140736398640064 Insert Email
+2017-04-05 07:48:17,828 DEBUG logFuncEntry 34 30413 123145565814784 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:48:17,829 DEBUG test_ui_base 28 30413 123145565814784 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-04-05 07:48:18,431 DEBUG fe_user 30 30031 140736398640064 Insert Password
+2017-04-05 07:48:19,127 DEBUG fe_user 32 30031 140736398640064 Click Login Button
+2017-04-05 07:48:19,319 DEBUG fe_user 34 30031 140736398640064 Login Button clicked
+2017-04-05 07:48:19,326 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:48:19,484 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:19,485 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/96d4ee6c-d7f6-4eb7-977f-8fe6f5ce92d6/94cba2a257ce451abc2051e5fc78c79e
+2017-04-05 07:48:19,578 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:19,820 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:19,820 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:19,893 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:19,899 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:19,911 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:19,916 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:20,407 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:20,594 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:20,595 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/906e166b-2dcd-4c8f-bbc2-7f35e673818e/checklist/new/
+2017-04-05 07:48:20,760 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:20,761 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:20,833 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:20,977 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:20,978 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0c668584-143c-4d9b-bf9a-68c8334fdcfd/23699ad685e64c1d9d0a387179833412
+2017-04-05 07:48:21,030 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:21,065 DEBUG test_ui_base 38 30413 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:21,178 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:21,179 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:21,184 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:21,185 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:21,191 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:21,193 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:21,529 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:21,530 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1be826b4-7b61-44ad-9b47-566541ae78ac/checklist/new/
+2017-04-05 07:48:21,636 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:21,636 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:21,677 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:21,757 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:21,757 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/edc99cad-f8b1-410d-92dc-ca06a4884532/52d2f6ac970548ebbc3aca31cce16f8e
+2017-04-05 07:48:21,792 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:21,887 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:21,887 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:21,896 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:21,899 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:21,904 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:21,905 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:22,253 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:22,253 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/34389b1f-5a19-41c2-9b41-0e50e051ca3a/checklist/new/
+2017-04-05 07:48:22,358 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:22,359 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:22,411 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:22,455 DEBUG logFuncEntry 34 30455 123145565814784 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:48:22,456 DEBUG test_ui_base 28 30455 123145565814784 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-05 07:48:22,619 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:22,621 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/49f26730-fc25-4892-ae54-bc878ccec5f7/111ff3d614ec4405b9747c7a9b6642aa
+2017-04-05 07:48:22,729 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:22,897 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:22,898 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:22,910 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:22,913 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:22,931 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:22,933 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:23,943 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:23,944 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43c09311-fb05-4dbb-a15c-c4fd50eb7dff/checklist/new/
+2017-04-05 07:48:24,050 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:24,050 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:24,114 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:24,275 ERROR exception_decor 21 30032 140736398640064 There was an exception in test_Create_New_Checklist
+2017-04-05 07:48:24,283 DEBUG logFuncEntry 34 30032 140736398640064 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:48:24,284 DEBUG logFuncEntry 34 30032 140736398640064 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:48:24,326 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:24,326 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8be37449-114c-47ee-a9d9-984bce841982/55ac377612de4b769d3c42cd1e8ffdf4
+2017-04-05 07:48:24,371 DEBUG test_ui_base 54 30032 140736398640064 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 07:48:24,374 DEBUG logFuncEntry 34 30032 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:48:24,375 DEBUG test_ui_base 28 30032 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 07:48:24,464 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:24,610 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:24,610 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:24,627 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:24,629 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:24,636 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:24,638 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:25,776 DEBUG test_ui_base 38 30455 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:25,910 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:25,911 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/611525bc-7fbc-46a4-a48c-51fb2184fbda/checklist/new/
+2017-04-05 07:48:26,072 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:26,073 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:26,122 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:26,222 DEBUG fe_general 35 30031 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:48:26,268 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:26,269 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61461ae8-2079-4653-9aa6-1d77bfb48d93/7cc3a286be6d460bab7d1e21120abcd9
+2017-04-05 07:48:26,396 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:26,588 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:26,589 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:26,597 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:26,599 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:26,605 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:26,620 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:27,133 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:27,134 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f0c29f14-3d72-4b54-a4c0-464fdd442402/checklist/new/
+2017-04-05 07:48:27,267 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:27,267 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:27,325 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:27,514 DEBUG fe_user 26 30031 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:48:27,515 DEBUG fe_user 27 30031 140736398640064 Insert Email
+2017-04-05 07:48:27,573 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:27,573 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/41cf3514-b948-47fb-a5e5-882cd4e1efcf/daaaded085fb422488b26964193fd084
+2017-04-05 07:48:27,677 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:27,804 DEBUG logFuncEntry 34 30490 123145565814784 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:48:27,805 DEBUG test_ui_base 28 30490 123145565814784 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-05 07:48:27,917 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:27,917 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:27,930 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:27,944 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:28,021 DEBUG test_ui_base 38 30032 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:28,086 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:28,122 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:28,801 DEBUG fe_user 30 30031 140736398640064 Insert Password
+2017-04-05 07:48:29,469 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:29,469 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de232904-7066-4b9e-b165-4c20a73efa27/checklist/new/
+2017-04-05 07:48:29,586 DEBUG fe_user 32 30031 140736398640064 Click Login Button
+2017-04-05 07:48:30,004 DEBUG fe_user 34 30031 140736398640064 Login Button clicked
+2017-04-05 07:48:30,014 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:48:30,253 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:30,253 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:30,480 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:30,878 DEBUG api_user 93 30030 140736398640064 Moving to next test case
+2017-04-05 07:48:30,879 DEBUG api_user 170 30030 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4046b696-b938-4d74-a122-61d0f8522f69/9396d2c97c804418b742bcfb220b924f
+2017-04-05 07:48:30,923 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:31,043 DEBUG api_user 93 30032 140736398640064 Moving to next test case
+2017-04-05 07:48:31,044 DEBUG api_user 170 30032 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8676297-c195-4e35-ab7f-ffbe4ed3f266/e54e942d3d98454aa0f14b50b2466cc2
+2017-04-05 07:48:31,086 DEBUG api_user 173 30030 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:31,218 DEBUG api_user 173 30032 140736398640064 APIUser activated successfully!
+2017-04-05 07:48:31,337 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:31,338 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:31,346 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:31,348 DEBUG db_general 141 30030 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:31,356 DEBUG db_general 130 30030 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:31,362 DEBUG db_general 141 30030 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:31,418 DEBUG api_user 111 30032 140736398640064 200 OK
+2017-04-05 07:48:31,419 DEBUG api_user 113 30032 140736398640064 Login successfully.
+2017-04-05 07:48:31,429 DEBUG db_general 130 30032 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:48:31,431 DEBUG db_general 141 30032 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:48:31,437 DEBUG db_general 130 30032 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:48:31,439 DEBUG db_general 141 30032 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:48:32,124 DEBUG api_virtual_function 59 30030 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:32,125 DEBUG api_gitlab 222 30030 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18a95a42-d565-4943-af22-802b8fc3ff11/checklist/new/
+2017-04-05 07:48:32,293 DEBUG test_ui_base 38 30490 123145565814784 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:48:32,309 DEBUG api_virtual_function 59 30032 140736398640064 Virtual Function created successfully!
+2017-04-05 07:48:32,311 DEBUG api_gitlab 222 30032 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8fe98c81-e892-4426-98ad-f2ce5a5bfe65/checklist/new/
+2017-04-05 07:48:32,399 DEBUG api_user 111 30030 140736398640064 200 OK
+2017-04-05 07:48:32,400 DEBUG api_user 113 30030 140736398640064 Login successfully.
+2017-04-05 07:48:32,489 DEBUG wait 110 30031 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:48:32,573 DEBUG api_gitlab 240 30030 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:32,593 DEBUG api_user 111 30032 140736398640064 200 OK
+2017-04-05 07:48:32,594 DEBUG api_user 113 30032 140736398640064 Login successfully.
+2017-04-05 07:48:32,697 DEBUG api_gitlab 240 30032 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:48:32,697 DEBUG fe_user 26 30032 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:48:32,697 DEBUG fe_user 27 30032 140736398640064 Insert Email
+2017-04-05 07:49:00,402 DEBUG test_signal_base 33 30559 140736398640064 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 07:49:00,402 DEBUG test_signal_base 33 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:49:00,403 DEBUG test_checklist_signal 26 30559 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:00,403 DEBUG logFuncEntry 34 30561 140736398640064 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 07:49:00,403 DEBUG test_git_signal 103 30560 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:00,403 DEBUG test_ui_base 28 30561 140736398640064 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 07:49:00,404 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 07:49:00,403 DEBUG logFuncEntry 34 30559 140736398640064 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 07:49:00,412 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:49:00,412 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:00,419 DEBUG test_signal_base 44 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:49:00,420 DEBUG test_signal_base 33 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:49:00,420 DEBUG test_git_signal 24 30560 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:00,420 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 07:49:00,425 DEBUG test_signal_base 44 30559 140736398640064 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 07:49:00,426 DEBUG logFuncEntry 34 30559 140736398640064 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:49:00,426 DEBUG test_ui_base 28 30559 140736398640064 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 07:49:00,430 DEBUG test_signal_base 44 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:49:00,431 DEBUG test_signal_base 33 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:49:00,431 DEBUG test_git_signal 82 30560 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:00,431 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 07:49:00,443 DEBUG test_signal_base 44 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:49:00,443 DEBUG test_signal_base 33 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:49:00,443 DEBUG test_git_signal 65 30560 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:00,443 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 07:49:00,455 DEBUG test_signal_base 44 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:49:00,455 DEBUG test_signal_base 33 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:49:00,455 DEBUG test_git_signal 47 30560 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:00,455 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 07:49:00,468 DEBUG test_signal_base 44 30560 140736398640064 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:49:00,468 DEBUG logFuncEntry 34 30560 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:49:00,469 DEBUG test_ui_base 28 30560 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 07:49:00,545 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:00,545 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4aa8720f-94e8-48cf-b6a3-2e720acb77ce/91558d330dc8444083735c400fb4e575
+2017-04-05 07:49:00,594 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:00,729 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:00,729 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:00,735 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:00,737 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:00,742 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:00,744 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:01,780 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:01,781 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b61cae57-c65f-4be7-9eca-7db54098fca0/checklist/new/
+2017-04-05 07:49:01,892 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:01,892 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:01,938 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:01,939 DEBUG test_negative_requests 129 30558 140736398640064 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 07:49:02,044 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:02,045 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:02,045 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b61cae57-c65f-4be7-9eca-7db54098fca0/checklist/new/
+2017-04-05 07:49:02,055 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:02,059 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:02,059 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b61cae57-c65f-4be7-9eca-7db54098fca0/checklist/new/
+2017-04-05 07:49:02,179 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:02,179 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:02,232 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:02,325 DEBUG api_checklist 29 30558 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:49:02,326 DEBUG test_negative_requests 133 30558 140736398640064 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 07:49:02,436 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:02,437 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:02,437 DEBUG test_negative_requests 139 30558 140736398640064 About to add audit log to checklist uuid c7b2be75-e84a-4a2c-b80c-4e60c36b25c2
+2017-04-05 07:49:02,437 DEBUG api_checklist 71 30558 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/
+2017-04-05 07:49:02,473 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:02,474 DEBUG test_negative_requests 143 30558 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:49:02,567 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:02,567 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:02,568 DEBUG test_negative_requests 139 30558 140736398640064 About to add audit log to checklist uuid c7b2be75-e84a-4a2c-b80c-4e60c36b25c2
+2017-04-05 07:49:02,568 DEBUG api_checklist 71 30558 140736398640064 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/
+2017-04-05 07:49:02,592 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:02,593 DEBUG test_negative_requests 143 30558 140736398640064 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:49:02,593 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:49:02,593 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:49:02,602 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:02,605 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:49:02,605 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:02,730 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:02,731 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/15fb69ab-c390-446b-99d3-4adbdd222d33/74405b0e15c0472fa3a3bfea4c363d26
+2017-04-05 07:49:02,791 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:02,921 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:02,922 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:02,928 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:02,932 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:02,940 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:02,945 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:03,362 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:03,362 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adc899c8-3b66-47ce-b7d3-1906a7b76fa0/checklist/new/
+2017-04-05 07:49:03,434 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:03,435 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:03,470 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:03,470 DEBUG test_negative_requests 149 30558 140736398640064 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 07:49:03,532 DEBUG test_ui_base 38 30561 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:03,562 DEBUG test_ui_base 38 30559 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:03,562 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:03,562 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:03,563 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adc899c8-3b66-47ce-b7d3-1906a7b76fa0/checklist/new/
+2017-04-05 07:49:03,572 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:03,574 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:03,575 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adc899c8-3b66-47ce-b7d3-1906a7b76fa0/checklist/new/
+2017-04-05 07:49:03,639 DEBUG test_ui_base 38 30560 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:03,718 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:03,718 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:03,875 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:04,332 DEBUG api_checklist 29 30558 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:49:04,333 DEBUG test_negative_requests 153 30558 140736398640064 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:49:04,441 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:04,441 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:04,441 DEBUG test_negative_requests 159 30558 140736398640064 About to add next step to checklist uuid b48be874-20e4-4961-8562-f48cfb14bc6a
+2017-04-05 07:49:04,442 DEBUG api_checklist 92 30558 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adc899c8-3b66-47ce-b7d3-1906a7b76fa0/checklist/b48be874-20e4-4961-8562-f48cfb14bc6a/nextstep/
+2017-04-05 07:49:04,500 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 15fb69ab-c390-446b-99d3-4adbdd222d33. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,501 DEBUG test_negative_requests 163 30558 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:49:04,624 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:04,625 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:04,625 DEBUG test_negative_requests 159 30558 140736398640064 About to add next step to checklist uuid b48be874-20e4-4961-8562-f48cfb14bc6a
+2017-04-05 07:49:04,625 DEBUG api_checklist 92 30558 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adc899c8-3b66-47ce-b7d3-1906a7b76fa0/checklist/b48be874-20e4-4961-8562-f48cfb14bc6a/nextstep/
+2017-04-05 07:49:04,719 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bb080337-8164-4329-95c6-f4112489be0c. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,719 DEBUG test_negative_requests 163 30558 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:49:04,822 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:04,823 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:04,823 DEBUG test_negative_requests 159 30558 140736398640064 About to add next step to checklist uuid b48be874-20e4-4961-8562-f48cfb14bc6a
+2017-04-05 07:49:04,823 DEBUG api_checklist 92 30558 140736398640064 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adc899c8-3b66-47ce-b7d3-1906a7b76fa0/checklist/b48be874-20e4-4961-8562-f48cfb14bc6a/nextstep/
+2017-04-05 07:49:04,867 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,867 DEBUG test_negative_requests 163 30558 140736398640064 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:49:04,867 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:49:04,868 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:49:04,875 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:04,880 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:49:04,880 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:04,880 DEBUG test_negative_requests 29 30558 140736398640064 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 07:49:04,995 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:04,995 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9e048eb0-b6ad-4a69-80f2-cbdcfdd6d27b/20851bd2220b47378be07016aff0d1ae
+2017-04-05 07:49:05,053 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:05,113 DEBUG logFuncEntry 34 30622 123145414254592 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:49:05,114 DEBUG test_ui_base 28 30622 123145414254592 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 07:49:05,210 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:05,210 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:05,221 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:05,224 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:05,238 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:05,241 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:05,259 DEBUG api_user 93 30559 140736398640064 Moving to next test case
+2017-04-05 07:49:05,260 DEBUG api_user 170 30559 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/070db5cb-81a2-4230-ad7b-2f5aeb50c4b4/474b6dcaf9b24d1da701f76cb76cb658
+2017-04-05 07:49:05,388 DEBUG api_user 173 30559 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:05,567 DEBUG api_user 93 30560 140736398640064 Moving to next test case
+2017-04-05 07:49:05,568 DEBUG api_user 170 30560 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7d68743f-c6e0-423f-aec7-42cee1b7a86a/15bb85392d314b0aaddc454bc03853a8
+2017-04-05 07:49:05,574 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:49:05,575 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:49:05,579 DEBUG db_general 130 30559 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:05,584 DEBUG db_general 141 30559 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:05,590 DEBUG db_general 130 30559 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:05,592 DEBUG db_general 141 30559 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:05,872 DEBUG api_user 173 30560 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:06,008 DEBUG api_user 111 30560 140736398640064 200 OK
+2017-04-05 07:49:06,008 DEBUG api_user 113 30560 140736398640064 Login successfully.
+2017-04-05 07:49:06,013 DEBUG db_general 130 30560 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:06,015 DEBUG db_general 141 30560 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:06,020 DEBUG db_general 130 30560 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:06,022 DEBUG db_general 141 30560 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:06,353 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:06,354 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/74b52e9f-ebe6-4e08-9862-ec9af610751d/checklist/new/
+2017-04-05 07:49:06,505 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:06,506 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:06,528 DEBUG api_virtual_function 59 30559 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:06,529 DEBUG api_gitlab 222 30559 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2264c89e-5070-4ec9-8a2e-5b00fb757f62/checklist/new/
+2017-04-05 07:49:06,585 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:06,661 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:49:06,662 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:49:06,722 DEBUG api_gitlab 240 30559 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:06,722 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:06,723 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:49:06,731 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:06,732 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8aa46f49-dff8-44a5-b518-1dc56b24147b/145003077b324b0d92e6cd2f05fa82f6
+2017-04-05 07:49:06,823 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:06,826 DEBUG api_virtual_function 59 30560 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:06,827 DEBUG api_gitlab 222 30560 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/54b0ffd5-6769-41fd-aa10-f31bf465c6e3/checklist/new/
+2017-04-05 07:49:06,941 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:06,941 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:06,941 DEBUG api_user 111 30560 140736398640064 200 OK
+2017-04-05 07:49:06,942 DEBUG api_user 113 30560 140736398640064 Login successfully.
+2017-04-05 07:49:06,946 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:06,948 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:06,952 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:06,954 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:06,988 DEBUG api_gitlab 240 30560 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:06,989 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:06,989 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:49:07,384 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:07,385 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de1c0e0f-db45-42c0-a8e6-87a0e45863e7/checklist/new/
+2017-04-05 07:49:07,462 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:07,462 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:07,510 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:07,510 DEBUG test_negative_requests 34 30558 140736398640064 About to invite contact to the engagement of user STCnT2m
+2017-04-05 07:49:07,510 DEBUG api_virtual_function 102 30558 140736398640064 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 07:49:07,559 DEBUG test_negative_requests 38 30558 140736398640064 Success! Test failed to invite contact user using other auth token.
+2017-04-05 07:49:07,559 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:49:07,559 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:49:07,575 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:07,577 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:49:07,577 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:07,578 DEBUG test_negative_requests 42 30558 140736398640064 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 07:49:07,674 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:49:07,711 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:07,711 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1ee2038c-0e04-4151-8971-5a6c67878414/3d2898d049774be7adf0d9b40854a7b0
+2017-04-05 07:49:07,759 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:07,828 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:07,828 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:07,831 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:07,833 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:07,837 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:07,839 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:07,898 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:49:08,127 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:08,127 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eabf7ae6-d6bc-40a0-a53a-95ce631e4e14/checklist/new/
+2017-04-05 07:49:08,198 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:08,198 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:08,233 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:08,292 DEBUG test_ui_base 38 30622 123145414254592 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:08,317 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:08,317 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:08,317 DEBUG test_negative_requests 49 30558 140736398640064 About to add a next step to VF STkcj6z using STbjGSl@intl.att.com token.
+2017-04-05 07:49:08,318 DEBUG api_virtual_function 18 30558 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/eabf7ae6-d6bc-40a0-a53a-95ce631e4e14/nextsteps
+2017-04-05 07:49:08,331 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:49:08,353 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1ee2038c-0e04-4151-8971-5a6c67878414. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:08,354 DEBUG test_negative_requests 53 30558 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:49:08,469 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:08,470 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:08,470 DEBUG test_negative_requests 49 30558 140736398640064 About to add a next step to VF STkcj6z using dd1122@att.com token.
+2017-04-05 07:49:08,470 DEBUG api_virtual_function 18 30558 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/eabf7ae6-d6bc-40a0-a53a-95ce631e4e14/nextsteps
+2017-04-05 07:49:08,471 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:49:08,475 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:08,558 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:49:08,726 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:49:08,734 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:08,747 DEBUG api_virtual_function 32 30558 140736398640064 Next step was added to the engagement!
+2017-04-05 07:49:08,747 DEBUG test_negative_requests 53 30558 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:49:08,944 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:08,945 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:08,945 DEBUG test_negative_requests 49 30558 140736398640064 About to add a next step to VF STkcj6z using admin_ro@att.com token.
+2017-04-05 07:49:08,945 DEBUG api_virtual_function 18 30558 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/eabf7ae6-d6bc-40a0-a53a-95ce631e4e14/nextsteps
+2017-04-05 07:49:09,078 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:09,079 DEBUG test_negative_requests 53 30558 140736398640064 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:49:09,079 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:49:09,079 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:49:09,100 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:09,102 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:49:09,102 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:09,102 DEBUG test_negative_requests 168 30558 140736398640064 Local environment, skipping test...
+2017-04-05 07:49:09,103 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:49:09,103 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:49:09,122 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:09,127 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:49:09,127 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:09,358 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:09,402 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:09,479 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:09,480 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b89f9946-3d4d-43d3-bd82-a8ebd04ea414/243e0f1e12c84ce384873ef56d7ba3d2
+2017-04-05 07:49:09,561 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:09,670 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:09,670 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:09,675 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:09,677 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:09,681 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:09,683 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:09,875 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:09,919 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:10,135 DEBUG db_cms 79 30622 123145414254592 Insert new post : title_Announcement_STkQuan
+2017-04-05 07:49:10,135 DEBUG db_cms 83 30622 123145414254592 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STkQuan', 'title_Announcement_STkQuan-slug', '', 'description_Announcement_STPLwah', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STPLwah</p>', true, '', 1, 1);
+2017-04-05 07:49:10,143 DEBUG db_cms 28 30622 123145414254592 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STkQuan', 'title_Announcement_STkQuan-slug', '', 'description_Announcement_STPLwah', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STPLwah</p>', true, '', 1, 1);
+2017-04-05 07:49:10,159 DEBUG db_cms 32 30622 123145414254592 Insert query success!
+2017-04-05 07:49:10,159 DEBUG db_cms 92 30622 123145414254592 Get the id of the post inserted
+2017-04-05 07:49:10,159 DEBUG db_cms 94 30622 123145414254592 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:49:10,164 DEBUG db_cms 56 30622 123145414254592 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:49:10,166 DEBUG db_cms 64 30622 123145414254592 Query result: 133
+2017-04-05 07:49:10,167 DEBUG db_cms 71 30622 123145414254592 Get DBCMS category id for name: Announcement
+2017-04-05 07:49:10,167 DEBUG db_cms 73 30622 123145414254592 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:49:10,172 DEBUG db_cms 56 30622 123145414254592 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:49:10,175 DEBUG db_cms 64 30622 123145414254592 Query result: 2
+2017-04-05 07:49:10,175 DEBUG db_cms 109 30622 123145414254592 bind category into inserted post: 133
+2017-04-05 07:49:10,175 DEBUG db_cms 111 30622 123145414254592 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (133, 2);
+2017-04-05 07:49:10,179 DEBUG db_cms 28 30622 123145414254592 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (133, 2);
+2017-04-05 07:49:10,184 DEBUG db_cms 32 30622 123145414254592 Insert query success!
+2017-04-05 07:49:10,248 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:10,248 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:10,254 DEBUG logFuncEntry 34 30712 123145414254592 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:49:10,255 DEBUG test_ui_base 28 30712 123145414254592 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 07:49:10,366 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:10,366 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:10,412 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STjPR2r';
+2017-04-05 07:49:10,417 DEBUG db_general 165 30560 140736398640064 Query result: 54b0ffd5-6769-41fd-aa10-f31bf465c6e3
+2017-04-05 07:49:10,426 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:10,426 DEBUG test_negative_requests 76 30558 140736398640064 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:49:10,427 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STjPR2r';
+2017-04-05 07:49:10,441 DEBUG db_general 165 30560 140736398640064 Query result: 54b0ffd5-6769-41fd-aa10-f31bf465c6e3
+2017-04-05 07:49:10,457 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '54b0ffd5-6769-41fd-aa10-f31bf465c6e3';
+2017-04-05 07:49:10,463 DEBUG db_general 165 30560 140736398640064 Query result: 2017-84
+2017-04-05 07:49:10,505 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-84';
+2017-04-05 07:49:10,524 DEBUG db_general 165 30560 140736398640064 Query result: 2
+2017-04-05 07:49:10,650 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '54b0ffd5-6769-41fd-aa10-f31bf465c6e3';
+2017-04-05 07:49:10,660 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:10,660 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:10,661 DEBUG test_negative_requests 82 30558 140736398640064 About to create checklist for VF STSgRJD
+2017-04-05 07:49:10,661 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:10,690 DEBUG db_general 165 30560 140736398640064 Query result: 2017-84
+2017-04-05 07:49:10,696 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:10,740 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:10,744 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:10,744 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:10,905 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:10,906 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:10,966 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:11,018 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b89f9946-3d4d-43d3-bd82-a8ebd04ea414. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,019 DEBUG test_negative_requests 86 30558 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:49:11,164 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:11,164 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:11,165 DEBUG test_negative_requests 82 30558 140736398640064 About to create checklist for VF STSgRJD
+2017-04-05 07:49:11,165 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:11,169 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:11,171 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:11,171 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:11,273 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:11,273 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:11,318 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:11,362 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,362 DEBUG test_negative_requests 86 30558 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:49:11,397 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:49:11,480 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:11,480 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:11,481 DEBUG test_negative_requests 82 30558 140736398640064 About to create checklist for VF STSgRJD
+2017-04-05 07:49:11,481 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:11,492 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:11,495 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:11,495 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59e46ca9-30a2-44cc-843d-29f3d3097b3c/checklist/new/
+2017-04-05 07:49:11,608 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:11,609 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:11,663 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:11,693 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:11,721 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,722 DEBUG test_negative_requests 86 30558 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:49:11,722 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:49:11,722 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:49:11,740 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:11,744 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:49:11,744 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:11,745 DEBUG test_negative_requests 57 30558 140736398640064 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:49:11,851 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:11,852 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b208baf2-3ee7-4e6a-8c5d-891307c4f341/1788252bab734fe1a2f466b813e5f4c1
+2017-04-05 07:49:11,894 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:12,039 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:12,040 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:12,050 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:12,052 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:12,059 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:12,060 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:12,195 DEBUG logFuncEntry 34 30559 140736398640064 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:49:12,195 DEBUG logFuncEntry 34 30559 140736398640064 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:49:12,216 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:12,241 DEBUG test_ui_base 54 30559 140736398640064 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-05 07:49:12,241 DEBUG logFuncEntry 34 30559 140736398640064 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:49:12,241 DEBUG test_ui_base 28 30559 140736398640064 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-05 07:49:12,597 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:12,597 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a49770d-ecf4-4df6-8378-73b0beaa8b83/checklist/new/
+2017-04-05 07:49:12,691 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:12,692 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:12,749 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:12,933 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:12,933 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:12,934 DEBUG api_virtual_function 18 30558 140736398640064 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5a49770d-ecf4-4df6-8378-73b0beaa8b83/nextsteps
+2017-04-05 07:49:13,189 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:13,373 DEBUG api_virtual_function 32 30558 140736398640064 Next step was added to the engagement!
+2017-04-05 07:49:13,481 DEBUG test_ui_base 38 30712 123145414254592 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:13,493 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:13,494 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:13,494 DEBUG test_negative_requests 67 30558 140736398640064 About to edit a next step (ns uuid: 233c9c04-86ef-46f7-a957-0a472ad61109) using STcbDIr@intl.att.com token.
+2017-04-05 07:49:13,494 DEBUG api_virtual_function 133 30558 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/233c9c04-86ef-46f7-a957-0a472ad61109/engagement/5a49770d-ecf4-4df6-8378-73b0beaa8b83/modify/
+2017-04-05 07:49:13,547 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,548 DEBUG test_negative_requests 71 30558 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:49:13,671 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:13,672 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:13,672 DEBUG test_negative_requests 67 30558 140736398640064 About to edit a next step (ns uuid: 233c9c04-86ef-46f7-a957-0a472ad61109) using hs0007@att.com token.
+2017-04-05 07:49:13,672 DEBUG api_virtual_function 133 30558 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/233c9c04-86ef-46f7-a957-0a472ad61109/engagement/5a49770d-ecf4-4df6-8378-73b0beaa8b83/modify/
+2017-04-05 07:49:13,719 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,719 DEBUG test_negative_requests 71 30558 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:49:13,816 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:13,816 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:13,816 DEBUG test_negative_requests 67 30558 140736398640064 About to edit a next step (ns uuid: 233c9c04-86ef-46f7-a957-0a472ad61109) using admin_ro@att.com token.
+2017-04-05 07:49:13,816 DEBUG api_virtual_function 133 30558 140736398640064 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/233c9c04-86ef-46f7-a957-0a472ad61109/engagement/5a49770d-ecf4-4df6-8378-73b0beaa8b83/modify/
+2017-04-05 07:49:13,859 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,859 DEBUG test_negative_requests 71 30558 140736398640064 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:49:13,859 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:49:13,860 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:49:13,873 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:13,874 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:49:13,874 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:13,875 DEBUG test_negative_requests 16 30558 140736398640064 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 07:49:13,990 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:13,990 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a210a23c-e599-42fe-b454-3f30f77ef414/d8e4f7f02dba4a89a0dcbc337e073864
+2017-04-05 07:49:14,058 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:14,069 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:14,069 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:49:14,175 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:14,175 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:14,181 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:14,183 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:14,188 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:14,190 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:14,737 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:14,737 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/394fe555-6a44-4ab0-aea5-d11d90a67561/checklist/new/
+2017-04-05 07:49:14,860 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:14,860 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:14,889 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:49:14,905 DEBUG logFuncEntry 34 30787 123145414254592 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:49:14,905 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:14,906 DEBUG test_ui_base 28 30787 123145414254592 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-05 07:49:15,054 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:15,054 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/15b902ed-c88e-4f1f-b0f6-9baa5149f6f2/f877bfe12ba04dd4bb094349fd916511
+2017-04-05 07:49:15,107 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:15,237 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:15,237 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:15,243 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:15,245 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:15,250 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:15,252 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:15,392 DEBUG test_ui_base 38 30559 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:15,567 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:49:15,699 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:49:15,706 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:16,204 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:16,205 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7818eee-8b33-4932-b073-1b430ef98317/checklist/new/
+2017-04-05 07:49:16,456 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:16,456 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:16,523 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:16,524 DEBUG test_negative_requests 21 30558 140736398640064 About to invite team member to the engagement of user ST2xinP
+2017-04-05 07:49:16,524 DEBUG api_virtual_function 73 30558 140736398640064 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 07:49:16,570 ERROR api_virtual_function 95 30558 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:49:16,570 DEBUG test_negative_requests 25 30558 140736398640064 Success! Test failed to invite user using other auth token.
+2017-04-05 07:49:16,570 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:49:16,570 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:49:16,583 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:16,585 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:49:16,585 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:16,726 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:16,726 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d19823a-8fc8-4802-ac4d-200c0ffc26e5/3bf13cab4ef44eb7bb84abf91cd9f15b
+2017-04-05 07:49:16,789 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:16,817 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:16,888 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:16,889 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:16,898 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:16,901 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:16,907 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:16,908 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:17,323 DEBUG api_user 93 30559 140736398640064 Moving to next test case
+2017-04-05 07:49:17,324 DEBUG api_user 170 30559 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/566b5020-3e16-496c-b91a-861fc6e354ce/f71bbdbbe1594416aa090bf505f68eda
+2017-04-05 07:49:17,327 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:17,328 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb949b32-2567-46f1-b4a6-ed08be0a2b10/checklist/new/
+2017-04-05 07:49:17,349 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:17,377 DEBUG api_user 173 30559 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:17,417 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:17,418 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:17,459 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:49:17,459 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:49:17,460 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:17,460 DEBUG test_negative_requests 112 30558 140736398640064 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 07:49:17,465 DEBUG db_general 130 30559 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:17,467 DEBUG db_general 141 30559 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:17,483 DEBUG db_general 130 30559 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:17,487 DEBUG db_general 141 30559 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:17,591 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:17,592 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:17,593 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb949b32-2567-46f1-b4a6-ed08be0a2b10/checklist/new/
+2017-04-05 07:49:17,598 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:17,600 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:17,600 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb949b32-2567-46f1-b4a6-ed08be0a2b10/checklist/new/
+2017-04-05 07:49:17,706 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:17,707 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:17,760 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:18,085 DEBUG test_ui_base 38 30787 123145414254592 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:18,092 DEBUG api_virtual_function 59 30559 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:18,093 DEBUG api_gitlab 222 30559 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec35f19e-99a7-4365-b6cc-6baa2bda4ce5/checklist/new/
+2017-04-05 07:49:18,161 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:18,233 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:49:18,233 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:49:18,389 DEBUG api_gitlab 240 30559 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:18,390 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:18,390 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:49:18,424 DEBUG api_checklist 29 30558 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:49:18,424 DEBUG test_negative_requests 116 30558 140736398640064 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 07:49:18,425 DEBUG test_negative_requests 120 30558 140736398640064 About to change checklist state for VF STQV2Kc
+2017-04-05 07:49:18,561 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:18,562 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:18,606 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,607 DEBUG test_negative_requests 124 30558 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:49:18,607 DEBUG test_negative_requests 120 30558 140736398640064 About to change checklist state for VF STQV2Kc
+2017-04-05 07:49:18,679 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:18,702 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:18,702 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:18,752 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,754 DEBUG test_negative_requests 124 30558 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:49:18,754 DEBUG test_negative_requests 120 30558 140736398640064 About to change checklist state for VF STQV2Kc
+2017-04-05 07:49:18,833 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:18,833 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:18,868 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,869 DEBUG test_negative_requests 124 30558 140736398640064 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:49:18,869 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:49:18,869 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:49:18,882 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:18,885 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:49:18,885 DEBUG test_api_base 25 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:49:19,008 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:19,008 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c0a017b8-2b74-4314-820c-fafcc1ebd271/c12ebebadaf5445c9da1df4983fda50d
+2017-04-05 07:49:19,054 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:19,139 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:19,139 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:19,150 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:19,152 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:19,157 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:19,159 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:19,353 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:49:19,621 DEBUG logFuncEntry 34 30859 123145414254592 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 07:49:19,622 DEBUG test_ui_base 28 30859 123145414254592 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-04-05 07:49:19,829 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:19,829 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ecedd99-1b69-46cb-aa7e-993573ca3a8f/checklist/new/
+2017-04-05 07:49:19,950 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:19,951 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:20,012 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:20,012 DEBUG test_negative_requests 92 30558 140736398640064 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 07:49:20,033 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:49:20,141 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:20,141 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:20,142 DEBUG api_checklist 16 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ecedd99-1b69-46cb-aa7e-993573ca3a8f/checklist/new/
+2017-04-05 07:49:20,150 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:20,158 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:20,158 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ecedd99-1b69-46cb-aa7e-993573ca3a8f/checklist/new/
+2017-04-05 07:49:20,253 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:49:20,261 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:20,322 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:20,322 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:20,409 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:20,979 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:21,496 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:21,570 DEBUG api_checklist 29 30558 140736398640064 DBChecklist was created successfully!
+2017-04-05 07:49:21,570 DEBUG test_negative_requests 96 30558 140736398640064 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:49:21,770 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:21,770 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:21,771 DEBUG test_negative_requests 102 30558 140736398640064 About to update checklist for VF STyqLXG
+2017-04-05 07:49:21,771 DEBUG api_checklist 45 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//702f8750-363b-42e1-829a-dd55af77d1b2/702f8750-363b-42e1-829a-dd55af77d1b2
+2017-04-05 07:49:21,777 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:21,781 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:21,827 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c0a017b8-2b74-4314-820c-fafcc1ebd271. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:21,828 DEBUG test_negative_requests 106 30558 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:49:21,936 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:21,936 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:21,937 DEBUG test_negative_requests 102 30558 140736398640064 About to update checklist for VF STyqLXG
+2017-04-05 07:49:21,937 DEBUG api_checklist 45 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//702f8750-363b-42e1-829a-dd55af77d1b2/702f8750-363b-42e1-829a-dd55af77d1b2
+2017-04-05 07:49:21,942 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:21,946 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:22,012 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,013 DEBUG test_negative_requests 106 30558 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:49:22,154 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:22,155 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:22,155 DEBUG test_negative_requests 102 30558 140736398640064 About to update checklist for VF STyqLXG
+2017-04-05 07:49:22,155 DEBUG api_checklist 45 30558 140736398640064 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//702f8750-363b-42e1-829a-dd55af77d1b2/702f8750-363b-42e1-829a-dd55af77d1b2
+2017-04-05 07:49:22,161 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:49:22,165 DEBUG db_general 165 30558 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:22,234 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,235 DEBUG test_negative_requests 106 30558 140736398640064 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:49:22,235 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:49:22,235 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:49:22,252 DEBUG test_api_base 36 30558 140736398640064 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:49:22,256 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:49:22,256 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-04-05 07:49:22,900 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:49:22,992 DEBUG test_ui_base 38 30859 123145414254592 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:23,429 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:49:24,313 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:24,576 DEBUG db_general 56 30859 123145414254592 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:49:24,579 DEBUG db_general 65 30859 123145414254592 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:49:24,682 DEBUG logFuncEntry 34 30912 123145414254592 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:49:24,683 DEBUG test_ui_base 28 30912 123145414254592 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-04-05 07:49:24,863 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:25,389 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:25,476 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:25,957 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_checklist Where name = 'STlx7Bm';
+2017-04-05 07:49:25,969 DEBUG db_general 165 30560 140736398640064 Query result: 36b447c7-3c25-4a0a-81f9-5958279edcb8
+2017-04-05 07:49:25,976 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:26,845 DEBUG logFuncEntry 34 30560 140736398640064 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:49:26,845 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:49:26,885 DEBUG test_ui_base 54 30560 140736398640064 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 07:49:26,886 DEBUG logFuncEntry 34 30560 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:49:26,886 DEBUG test_ui_base 28 30560 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 07:49:27,355 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:27,807 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:27,808 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e54579bf-7284-4ebc-a67b-3d06d67df597/0d12a1d998d44f7ca630c3c7d8ec59a6
+2017-04-05 07:49:28,022 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:28,246 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:28,247 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:28,264 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:28,268 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:28,278 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:28,308 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:28,623 DEBUG test_ui_base 38 30912 123145414254592 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:28,630 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:28,630 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:49:29,252 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:29,254 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fa4b64f1-a457-43a5-8544-ae02f319948f/checklist/new/
+2017-04-05 07:49:29,402 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:29,402 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:29,499 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:29,499 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:29,500 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:49:29,651 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:49:30,383 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:49:30,549 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:49:30,655 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:49:30,662 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:30,858 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:30,858 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a59ab751-1075-4deb-ad08-a43a1f55c2c0/25bf797174a849aeae73ab2113c14f27
+2017-04-05 07:49:30,920 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:31,031 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:31,031 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:31,038 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:31,041 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:31,050 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:31,059 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:31,126 DEBUG test_ui_base 38 30560 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:31,201 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:31,353 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:49:31,557 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:49:31,564 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:32,244 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:32,712 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:32,712 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31726593-bb15-498a-b8ab-82e08e486c24/checklist/new/
+2017-04-05 07:49:32,788 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:32,898 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:32,899 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:32,981 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:33,213 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:33,214 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a5a966b-57f8-47b3-86d9-e3de3ae5070f/a38e637d1aca41b0bae137621101d82c
+2017-04-05 07:49:33,308 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:33,338 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:33,478 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:33,478 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:33,484 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:33,486 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:33,491 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:33,493 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:33,511 DEBUG api_user 93 30560 140736398640064 Moving to next test case
+2017-04-05 07:49:33,512 DEBUG api_user 170 30560 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff103549-eb1a-4e33-896b-6438c35f093a/1126c2da4a4240739d6b67e49e33613e
+2017-04-05 07:49:33,552 DEBUG api_user 173 30560 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:33,656 DEBUG api_user 111 30560 140736398640064 200 OK
+2017-04-05 07:49:33,656 DEBUG api_user 113 30560 140736398640064 Login successfully.
+2017-04-05 07:49:33,663 DEBUG db_general 130 30560 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:33,664 DEBUG db_general 141 30560 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:33,669 DEBUG db_general 130 30560 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:33,671 DEBUG db_general 141 30560 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:33,857 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:33,857 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5ad2a2b2-2b26-4823-9c96-9a725e72f770/checklist/new/
+2017-04-05 07:49:33,990 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:33,991 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:34,030 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:34,138 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:34,138 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e26a9be-5040-487d-80e5-4e673d832314/fab89bf3645e49f3aa369fff6355f8f4
+2017-04-05 07:49:34,158 DEBUG api_virtual_function 59 30560 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:34,158 DEBUG api_gitlab 222 30560 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/91e30c00-d00f-4a9a-95a8-ce5ca1979242/checklist/new/
+2017-04-05 07:49:34,191 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:34,240 DEBUG api_user 111 30560 140736398640064 200 OK
+2017-04-05 07:49:34,240 DEBUG api_user 113 30560 140736398640064 Login successfully.
+2017-04-05 07:49:34,274 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:34,274 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:34,278 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:34,281 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:34,286 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:34,286 DEBUG api_gitlab 240 30560 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:34,287 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:34,287 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:49:34,288 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:34,808 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:34,809 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:35,104 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:35,105 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9e18f605-db31-4c1c-b9d2-4df7d930954b/checklist/new/
+2017-04-05 07:49:35,205 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:35,206 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:35,251 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:49:35,324 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:35,534 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:35,535 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fcc801d3-05ad-472c-a6c1-3194240dd62a/322a461784f945949ed66f6150559b84
+2017-04-05 07:49:35,608 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:35,726 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:35,726 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:35,734 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:35,737 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:35,746 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:35,750 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:36,020 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:49:36,140 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:49:36,150 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:36,240 DEBUG api_virtual_function 161 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:36,240 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:49:36,240 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:49:36,276 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-04-05 07:49:36,278 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:49:36,279 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-04-05 07:49:36,725 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:36,726 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d077f42a-d5d2-494c-a2d0-836e6effdf78/checklist/new/
+2017-04-05 07:49:36,783 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:37,200 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:37,201 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:37,301 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:37,303 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:37,540 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:37,541 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1551fd4d-9de5-4966-8818-0971798293f8/3565d630366e4c518af6f6f0ad1c64b3
+2017-04-05 07:49:37,640 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:37,803 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:37,803 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:37,809 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:37,812 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:37,820 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:37,822 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:37,884 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:49:37,888 DEBUG db_general 165 30560 140736398640064 Query result: b35119f4-a7ed-481a-8441-2e6f4805ca70
+2017-04-05 07:49:37,893 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:49:37,896 DEBUG db_general 165 30560 140736398640064 Query result: 91e30c00-d00f-4a9a-95a8-ce5ca1979242
+2017-04-05 07:49:37,902 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:49:37,905 DEBUG db_general 165 30560 140736398640064 Query result: 91e30c00-d00f-4a9a-95a8-ce5ca1979242
+2017-04-05 07:49:37,910 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '91e30c00-d00f-4a9a-95a8-ce5ca1979242';
+2017-04-05 07:49:37,915 DEBUG db_general 165 30560 140736398640064 Query result: 2017-97
+2017-04-05 07:49:37,920 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-97';
+2017-04-05 07:49:37,923 DEBUG db_general 165 30560 140736398640064 Query result: 2
+2017-04-05 07:49:37,933 DEBUG fe_checklist 50 30560 140736398640064 EL email: hs0007@att.com
+2017-04-05 07:49:37,938 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '91e30c00-d00f-4a9a-95a8-ce5ca1979242';
+2017-04-05 07:49:37,942 DEBUG db_general 165 30560 140736398640064 Query result: 2017-97
+2017-04-05 07:49:38,022 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:38,133 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:38,903 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:38,904 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d1e7cc3-b16b-45b9-bbff-9a94f3b5bc91/checklist/new/
+2017-04-05 07:49:39,123 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:39,123 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:39,132 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:39,133 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:49:39,185 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:39,364 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:39,364 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/621e5bd5-649d-4083-8c17-95959e53c37b/e5f86b36a9eb4f1cb2cb0eecdeb256b4
+2017-04-05 07:49:39,456 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:39,603 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:39,603 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:39,611 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:39,614 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:39,622 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:39,624 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:39,808 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:39,930 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:40,101 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:49:40,364 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:40,365 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7dabdf75-7ed1-46a1-9387-3daa3ed188dd/checklist/new/
+2017-04-05 07:49:40,441 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:40,441 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:40,449 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:40,476 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:40,561 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:40,562 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c1ff495e-8bd1-4b0e-9a7f-5342f15afa6d/e997085e121840c0a097a2f9ed43c4e6
+2017-04-05 07:49:40,595 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:40,700 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:40,701 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:40,705 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:40,708 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:40,715 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:40,717 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:40,786 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:49:40,943 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:49:40,955 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:40,958 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=b35119f4-a7ed-481a-8441-2e6f4805ca70&inviter_uuid=ff103549-eb1a-4e33-896b-6438c35f093a&email=automationqattST38IWV@gmail.com
+2017-04-05 07:49:41,486 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:41,538 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:41,538 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a12793ac-c91a-48cf-a4c2-bdaef510b229/e5ac21695ff84b2486097cf9748688c5
+2017-04-05 07:49:41,657 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:41,839 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:41,839 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:41,845 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:41,848 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:41,853 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:41,855 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:41,860 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:41,860 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4614d96f-3320-4272-b26c-dd4c45d477d2/checklist/new/
+2017-04-05 07:49:41,974 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:41,975 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:42,032 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:42,128 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:42,224 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:42,225 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dff4cf2b-b609-492c-a20b-255216b40200/60d5cca3acf840a49deaf94f061eaaa2
+2017-04-05 07:49:42,271 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:42,358 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:42,358 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:42,365 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:42,367 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:42,371 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:42,373 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:42,576 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:42,577 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba7d4251-b146-4f3b-a87d-66a24f759024/checklist/new/
+2017-04-05 07:49:42,710 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:42,711 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:42,768 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:42,768 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:42,769 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:49:43,039 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:43,245 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:43,245 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ae017b93-39c6-484a-ae44-b50cfcda4f01/checklist/new/
+2017-04-05 07:49:43,340 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:43,341 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:43,392 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:43,502 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:43,503 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1d73aced-002b-4d08-a3e9-b7538aae3587/650e7b9c74f24fdf99e4bf575cbb2083
+2017-04-05 07:49:43,567 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:43,673 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:43,674 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:43,681 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:43,685 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:43,690 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:43,693 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:43,717 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:49:43,849 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:43,850 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:49:44,163 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:44,164 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1e3831c-095b-483a-ae90-9105d874a2ea/checklist/new/
+2017-04-05 07:49:44,244 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:44,244 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:44,288 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:44,388 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:49:44,397 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:44,397 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8b0111f8-26b4-4705-9727-55b4e328167b/9afb81a522954767a8a4ac7034fa5c52
+2017-04-05 07:49:44,440 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:44,505 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:49:44,511 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:44,549 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:44,549 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:44,554 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:44,556 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:44,562 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:44,564 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:44,641 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:49:45,298 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:45,299 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:49:45,407 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:49:45,413 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:45,602 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:45,602 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/caddc664-9502-4987-81a4-3903a9818977/checklist/new/
+2017-04-05 07:49:45,730 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:45,730 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:45,813 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:45,896 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:46,059 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:46,060 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b2cbdd8f-6217-4bbd-b4e0-8c2db30592a9/86c01fadd9394212ae98ae156dcf7607
+2017-04-05 07:49:46,107 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:46,210 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:46,210 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:46,215 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:46,217 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:46,221 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:46,222 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:46,338 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:46,726 DEBUG test_left_nav_panel 124 30558 140736398640064 Fetched ID: dashboard_2017-31: STOjENa
+2017-04-05 07:49:46,937 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:47,121 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:47,122 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ef4b83f7-c53d-462c-948f-a6b7a781b7aa/checklist/new/
+2017-04-05 07:49:47,211 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:47,212 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:47,257 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:47,452 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:47,452 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/84b8772c-bad1-4379-a374-89211b13faef/a9b9285a97644c68b5fbe4af4f577d77
+2017-04-05 07:49:47,493 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:47,610 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:47,610 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:47,632 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:47,635 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:47,643 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:47,652 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:47,785 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:47,796 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:49:47,796 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:49:47,817 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-04-05 07:49:47,818 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 07:49:47,818 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-04-05 07:49:47,924 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:48,367 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:49,082 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:49,083 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:49:49,297 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:49,297 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83866247-d160-4f18-b3f6-9ced137c6207/checklist/new/
+2017-04-05 07:49:49,494 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:49,494 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:49,584 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:49,708 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:49,709 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/884ff4cb-7fc7-4809-ab3d-f0f8c29af29c/052d778565df435497a9862e1da28c50
+2017-04-05 07:49:49,779 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:49,893 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:49,894 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:49,936 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:49,942 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:49,949 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:49,951 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:50,265 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:49:50,588 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:50,588 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fe090b3b-337f-4262-9536-b736bccd543a/checklist/new/
+2017-04-05 07:49:50,716 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:50,717 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:50,773 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:50,897 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:50,897 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9ffd2ce8-d86c-4be4-8ac3-1ae9c30d26c7/f9fabbee518340bd991c9109e846feb0
+2017-04-05 07:49:50,944 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:50,999 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:49:51,067 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:51,067 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:51,075 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:51,083 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:51,092 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:51,096 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:51,216 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:49:51,229 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:51,404 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:49:51,788 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:52,211 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:52,212 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3dfbed7a-f8bc-481c-9ee1-ee3b99651f4a/checklist/new/
+2017-04-05 07:49:52,328 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:52,328 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:52,405 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:52,555 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:52,556 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/90d757ed-eda2-4b6d-997b-641513baa6d2/ff39901d6a2b4481b669f965e8929096
+2017-04-05 07:49:52,642 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:52,644 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:52,772 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:52,773 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:52,801 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:52,803 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:52,814 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:52,816 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:53,000 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_checklist Where name = 'STmCfXR';
+2017-04-05 07:49:53,004 DEBUG db_general 165 30560 140736398640064 Query result: 9b77ca4d-76c5-4827-b2e7-0f74a43f1bca
+2017-04-05 07:49:53,010 DEBUG db_general 153 30560 140736398640064 Query : select template_id from ice_checklist Where name = 'STmCfXR';
+2017-04-05 07:49:53,013 DEBUG db_general 165 30560 140736398640064 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:49:53,077 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:53,228 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:49:53,229 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4789b426-b139-4878-8fae-1d2920723a12/e9265e872f1f4a508ce9014f6df3aa8f
+2017-04-05 07:49:53,326 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:49:53,461 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:53,461 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:53,469 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:53,470 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:53,476 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:53,478 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:53,577 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:53,578 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c00a7a69-9f7a-4748-9735-9db67d08d5da/checklist/new/
+2017-04-05 07:49:53,681 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:53,681 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:53,730 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:53,834 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:53,834 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab23c3c6-d9cf-41ac-b0f3-cd6e93320f22/6b54c73dcd1f4a99be610573a9f33c21
+2017-04-05 07:49:53,883 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:53,963 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:49:53,964 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a754ea2-0cea-43ad-abc6-e7042de95c4a/checklist/new/
+2017-04-05 07:49:53,984 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:53,984 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:53,991 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:53,993 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:53,999 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:54,000 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:54,082 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:49:54,082 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:49:54,088 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:54,088 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:49:54,127 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:54,128 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:49:54,128 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:49:54,480 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:54,483 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c8a85588-bb1b-44f7-8588-0844567919e2/checklist/new/
+2017-04-05 07:49:54,561 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:54,561 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:54,601 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:54,702 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:54,702 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/88d015f7-88bf-435e-aa87-0f12dd6437f6/7828b338db62420d8766f9e38910a95d
+2017-04-05 07:49:54,734 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:54,807 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:54,807 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:54,812 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:54,813 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:54,817 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:54,819 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:54,931 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:49:55,002 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:49:55,194 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:55,195 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dafec294-4bc7-472a-aead-3897b3685e3a/checklist/new/
+2017-04-05 07:49:55,271 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:55,272 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:55,306 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:55,392 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:55,392 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6f1f6f6-cb72-4d7e-a335-6ef137eb6389/6118a24ab4cf435eb7776b4078945643
+2017-04-05 07:49:55,427 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:55,500 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:55,500 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:55,504 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:55,506 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:55,509 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:55,511 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:55,573 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:49:55,652 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:49:55,662 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:49:55,669 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:55,796 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:49:55,805 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:49:56,527 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:56,527 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/72621fa3-ddf9-41c0-9fbd-0c3ff291931e/checklist/new/
+2017-04-05 07:49:56,679 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:56,681 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:56,681 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:56,755 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:56,805 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:56,867 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:56,867 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e789e032-220e-4ce2-9647-ef3c3c6ff525/26d14c6ca5544cca859c845041ad51be
+2017-04-05 07:49:56,921 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:56,994 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:56,994 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:56,999 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:57,000 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:57,003 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:57,005 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:57,214 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:57,215 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01db6dd8-f454-4e9d-8082-120407a57163/checklist/new/
+2017-04-05 07:49:57,215 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:49:57,287 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:57,287 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:57,324 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:57,424 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:57,424 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f9c16d0-ec6f-4202-9e8b-83516800698d/671d889a473449d9b0441ba083c9251d
+2017-04-05 07:49:57,478 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:57,572 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:57,572 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:57,577 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:57,579 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:57,584 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:57,587 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:57,805 DEBUG db_general 109 30558 140736398640064 Query : select uuid from ice_user_profile WHERE Email = 'hs0007@att.com';
+2017-04-05 07:49:57,809 DEBUG db_general 117 30558 140736398640064 Query result: c54e658b-a7a5-4a83-86e8-9a17869b9d07
+2017-04-05 07:49:57,850 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-115: STot2Dn
+2017-04-05 07:49:57,861 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STot2Dn';
+2017-04-05 07:49:57,864 DEBUG db_general 165 30558 140736398640064 Query result: 94cdc10d-665b-4ccc-9b75-50b96e15393b
+2017-04-05 07:49:57,875 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-114: STLcH06
+2017-04-05 07:49:57,887 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STLcH06';
+2017-04-05 07:49:57,890 DEBUG db_general 165 30558 140736398640064 Query result: b05cd80b-1ec3-44bc-a196-65453a8b2461
+2017-04-05 07:49:57,904 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-113: STrD7do
+2017-04-05 07:49:57,915 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STrD7do';
+2017-04-05 07:49:57,919 DEBUG db_general 165 30558 140736398640064 Query result: 2905b022-a3e6-47fa-820d-223bc253c997
+2017-04-05 07:49:57,931 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-112: STrWugC
+2017-04-05 07:49:57,943 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STrWugC';
+2017-04-05 07:49:57,953 DEBUG db_general 165 30558 140736398640064 Query result: 14f17510-9386-4e3d-baa6-c638b552101e
+2017-04-05 07:49:58,087 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-111: STPEazy
+2017-04-05 07:49:58,112 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STPEazy';
+2017-04-05 07:49:58,117 DEBUG db_general 165 30558 140736398640064 Query result: dd1d487c-6fd7-4992-b040-fe26b3416ead
+2017-04-05 07:49:58,133 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-110: STWt0QT
+2017-04-05 07:49:58,179 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STWt0QT';
+2017-04-05 07:49:58,204 DEBUG db_general 165 30558 140736398640064 Query result: b2e32071-a89e-42f5-a0cd-4887aa15008e
+2017-04-05 07:49:58,273 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-109: STi6Jsu
+2017-04-05 07:49:58,309 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STi6Jsu';
+2017-04-05 07:49:58,315 DEBUG db_general 165 30558 140736398640064 Query result: 2788015e-753b-4832-8ca1-efc6851206be
+2017-04-05 07:49:58,354 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:58,409 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:49:58,520 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-108: STZwvus
+2017-04-05 07:49:58,585 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STZwvus';
+2017-04-05 07:49:58,592 DEBUG db_general 165 30558 140736398640064 Query result: 2283b483-df8f-4e34-943f-a35f133e6b89
+2017-04-05 07:49:58,608 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-97: STrNlfv
+2017-04-05 07:49:58,622 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:49:58,633 DEBUG db_general 165 30558 140736398640064 Query result: b35119f4-a7ed-481a-8441-2e6f4805ca70
+2017-04-05 07:49:58,710 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-107: STZ0Tlg
+2017-04-05 07:49:58,770 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STZ0Tlg';
+2017-04-05 07:49:58,775 DEBUG db_general 165 30558 140736398640064 Query result: cecb0f04-29cf-4dcc-acc6-3de77f22c0a9
+2017-04-05 07:49:58,839 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-106: ST97Zuv
+2017-04-05 07:49:58,862 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'ST97Zuv';
+2017-04-05 07:49:58,868 DEBUG db_general 165 30558 140736398640064 Query result: 3ea74cc7-529a-4673-9fc2-6e35498129b0
+2017-04-05 07:49:58,887 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-105: STo3mwi
+2017-04-05 07:49:58,898 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:49:58,899 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fd6df493-6b6d-448d-bd91-9d8893c5a985/checklist/new/
+2017-04-05 07:49:58,906 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STo3mwi';
+2017-04-05 07:49:58,912 DEBUG db_general 165 30558 140736398640064 Query result: 5741362a-d27d-43fc-8bfa-aadf10bbb22c
+2017-04-05 07:49:58,968 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:49:58,970 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-104: STk7LI8
+2017-04-05 07:49:58,991 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STk7LI8';
+2017-04-05 07:49:58,996 DEBUG db_general 165 30558 140736398640064 Query result: 5e102315-a116-4bd1-9291-b95ca6d5aa8b
+2017-04-05 07:49:59,010 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-103: STwYpZ6
+2017-04-05 07:49:59,024 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STwYpZ6';
+2017-04-05 07:49:59,028 DEBUG db_general 165 30558 140736398640064 Query result: 90a3d4dc-175b-40d2-a9c5-e674f1df7e57
+2017-04-05 07:49:59,040 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-102: STL0HmR
+2017-04-05 07:49:59,041 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:59,041 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:59,052 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STL0HmR';
+2017-04-05 07:49:59,056 DEBUG db_general 165 30558 140736398640064 Query result: 7b031ef2-5258-49f7-b2fa-d16bd63384f6
+2017-04-05 07:49:59,085 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-101: STchtiz
+2017-04-05 07:49:59,093 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:49:59,098 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STchtiz';
+2017-04-05 07:49:59,102 DEBUG db_general 165 30558 140736398640064 Query result: d5396717-7c51-43df-aff1-0c9ef2ba63bd
+2017-04-05 07:49:59,116 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-100: STZP9Uh
+2017-04-05 07:49:59,127 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STZP9Uh';
+2017-04-05 07:49:59,129 DEBUG db_general 165 30558 140736398640064 Query result: 40bec595-5804-4f05-8a94-e5469719c49a
+2017-04-05 07:49:59,143 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-99: STDCIoz
+2017-04-05 07:49:59,155 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STDCIoz';
+2017-04-05 07:49:59,158 DEBUG db_general 165 30558 140736398640064 Query result: 31dff558-9403-451c-b2e1-d96f1ab3f144
+2017-04-05 07:49:59,170 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-98: ST09Ano
+2017-04-05 07:49:59,179 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'ST09Ano';
+2017-04-05 07:49:59,183 DEBUG db_general 165 30558 140736398640064 Query result: 7a81d3a4-3ccc-431d-9315-ec2aaf20330b
+2017-04-05 07:49:59,219 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:49:59,219 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/50aa46c8-e5e3-4662-917b-a573e1247b10/ac047e69ba5049d49153b9818d9e48ef
+2017-04-05 07:49:59,251 DEBUG test_left_nav_panel 103 30558 140736398640064 Fetched ID: clickable_2017-96: STlEB5T
+2017-04-05 07:49:59,266 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_vf Where name = 'STlEB5T';
+2017-04-05 07:49:59,270 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:49:59,270 DEBUG db_general 165 30558 140736398640064 Query result: a1c71ae0-7947-483b-be17-023ffb8d2ee2
+2017-04-05 07:49:59,270 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 07:49:59,271 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 07:49:59,378 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:49:59,379 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:49:59,384 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:49:59,386 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:49:59,389 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-04-05 07:49:59,390 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 07:49:59,390 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-04-05 07:49:59,398 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:49:59,402 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:49:59,442 DEBUG logFuncEntry 34 30559 140736398640064 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:49:59,443 DEBUG logFuncEntry 34 30559 140736398640064 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:49:59,467 DEBUG test_ui_base 54 30559 140736398640064 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-04-05 07:49:59,469 DEBUG logFuncEntry 34 30559 140736398640064 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:49:59,469 DEBUG test_ui_base 28 30559 140736398640064 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-05 07:49:59,514 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_checklist Where name = 'STmCfXR';
+2017-04-05 07:49:59,519 DEBUG db_general 165 30560 140736398640064 Query result: 9b77ca4d-76c5-4827-b2e7-0f74a43f1bca
+2017-04-05 07:49:59,530 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:00,743 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:00,744 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d8f7bac-5385-4fc0-b644-5d26a9b52d93/checklist/new/
+2017-04-05 07:50:01,103 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:01,103 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:01,232 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:01,404 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:01,405 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c22bb2df-bf62-4cd3-b53c-0278ca23e1bc/f5ec53993e9e4599a073ff39f9bf96ee
+2017-04-05 07:50:01,464 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:01,629 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:01,629 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:01,662 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:01,668 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:01,681 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:01,685 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:02,363 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:02,363 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/79e18b42-2a50-43c5-86d8-189029b4f474/checklist/new/
+2017-04-05 07:50:02,470 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:02,471 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:02,537 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:02,632 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:50:02,648 DEBUG db_general 165 30560 140736398640064 Query result: 91e30c00-d00f-4a9a-95a8-ce5ca1979242
+2017-04-05 07:50:02,655 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '91e30c00-d00f-4a9a-95a8-ce5ca1979242';
+2017-04-05 07:50:02,658 DEBUG db_general 165 30560 140736398640064 Query result: 2017-97
+2017-04-05 07:50:02,663 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-97';
+2017-04-05 07:50:02,666 DEBUG db_general 165 30560 140736398640064 Query result: 2
+2017-04-05 07:50:02,699 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:02,700 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2e8beb0d-2c75-4352-a89d-73e2777e6540/eb0f33ce8a63449299f9282ec77df8c4
+2017-04-05 07:50:02,752 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:02,770 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:02,912 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:02,912 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:02,917 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:02,920 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:02,926 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:02,929 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:03,003 DEBUG test_ui_base 38 30559 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:03,721 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:03,730 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:03,730 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/73f50011-ff5c-45f8-8da5-794c30bd1fe4/checklist/new/
+2017-04-05 07:50:03,872 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:03,872 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:03,918 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:04,056 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:04,056 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/651289a1-8565-4c67-b38d-b865e1c62a7a/5ae5f132365945d8923022bc454f57aa
+2017-04-05 07:50:04,094 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:04,189 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:04,190 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:04,200 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:04,201 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:04,212 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:04,214 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:04,537 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:50:04,537 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/90b1ba39-a176-4295-a055-96efb8004dab/c863b24e3fbc46a79c39643d74e4e2de
+2017-04-05 07:50:04,641 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:50:04,752 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:04,752 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:04,758 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:04,761 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:04,768 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:04,770 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:04,826 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:04,826 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7ae60dde-8349-4026-aa95-a4891da95619/checklist/new/
+2017-04-05 07:50:04,897 DEBUG api_user 93 30559 140736398640064 Moving to next test case
+2017-04-05 07:50:04,903 DEBUG db_general 109 30559 140736398640064 Query : select uuid from ice_user_profile WHERE Email = 'STS1dlb@intl.att.com';
+2017-04-05 07:50:04,906 DEBUG db_general 117 30559 140736398640064 Query result: 27a80e88-777f-4cc9-861b-73b9db4361f9
+2017-04-05 07:50:04,910 DEBUG db_general 109 30559 140736398640064 Query : select id from auth_user WHERE Email = 'STS1dlb@intl.att.com';
+2017-04-05 07:50:04,913 DEBUG db_general 117 30559 140736398640064 Query result: 98
+2017-04-05 07:50:04,917 DEBUG db_general 153 30559 140736398640064 Query : select activation_token from ice_custom_user Where user_ptr_id = '98';
+2017-04-05 07:50:04,918 DEBUG db_general 165 30559 140736398640064 Query result: 4f7f9563222a406180d554bb2e1b6bbb
+2017-04-05 07:50:04,918 DEBUG db_user 21 30559 140736398640064 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27a80e88-777f-4cc9-861b-73b9db4361f9/4f7f9563222a406180d554bb2e1b6bbb
+2017-04-05 07:50:04,919 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27a80e88-777f-4cc9-861b-73b9db4361f9/4f7f9563222a406180d554bb2e1b6bbb
+2017-04-05 07:50:04,938 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:04,938 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:04,991 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:05,132 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:05,132 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b44d4b92-883c-4d85-a591-2fa67c879854/ce83edc35cdc47aa975cfdc480655a9e
+2017-04-05 07:50:05,190 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:05,356 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:05,356 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:05,372 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:05,375 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:05,388 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:05,390 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:05,491 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:50:05,491 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1bed7007-2e75-4973-bc49-3fef85559f04/checklist/new/
+2017-04-05 07:50:05,581 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:05,582 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:05,627 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:05,633 DEBUG db_general 153 30558 140736398640064 Query : select engagement_id from ice_vf Where name = 'STjFvyc';
+2017-04-05 07:50:05,636 DEBUG db_general 165 30558 140736398640064 Query result: 1bed7007-2e75-4973-bc49-3fef85559f04
+2017-04-05 07:50:05,641 DEBUG db_general 153 30558 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '1bed7007-2e75-4973-bc49-3fef85559f04';
+2017-04-05 07:50:05,645 DEBUG db_general 165 30558 140736398640064 Query result: 2017-122
+2017-04-05 07:50:05,651 DEBUG db_general 153 30558 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-122';
+2017-04-05 07:50:05,655 DEBUG db_general 165 30558 140736398640064 Query result: 1
+2017-04-05 07:50:05,662 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:05,663 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:50:05,837 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:05,837 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:50:05,882 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:05,882 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/472743dd-f0a0-40c7-ac5b-8e264510fbd3/checklist/new/
+2017-04-05 07:50:06,001 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:06,001 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:06,061 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:06,091 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:06,185 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:06,186 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e9aaf9ac-01ba-4f57-803f-ebaa1134edd0/8b920189b2a64ec692faf5c890cc7bc6
+2017-04-05 07:50:06,231 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:06,354 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:06,354 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:06,360 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:06,361 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:06,367 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:06,368 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:06,572 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:50:06,675 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:06,823 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:50:07,080 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:07,081 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/84b24179-7b83-4f79-ac03-3ed9610df129/checklist/new/
+2017-04-05 07:50:07,157 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:07,157 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:07,187 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:07,199 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:07,239 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:50:07,304 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:07,304 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/35a528c6-8403-4400-8b5d-2cf8dee6f273/9dbd376d73a5485fac4518a75ee53571
+2017-04-05 07:50:07,353 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:07,360 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:50:07,368 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:07,443 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:07,443 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:07,447 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:07,449 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:07,454 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:07,456 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:07,482 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:50:07,656 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:50:07,670 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 07:50:08,233 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:08,305 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:08,433 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:08,434 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb81527d-4930-4a49-a106-f41dabd609b0/checklist/new/
+2017-04-05 07:50:08,518 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:08,519 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:08,560 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:08,647 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:08,648 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/47be49fe-05c6-4fa7-b3b3-f113bf5c03d0/507c9b774b0c460e9c4553e88d087cf3
+2017-04-05 07:50:08,724 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:08,752 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:50:08,755 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:08,826 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:08,835 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:08,835 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:08,844 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:08,845 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:08,849 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:08,850 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:09,135 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:09,135 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99a8edc5-2b84-43cc-a233-b22d11efe2ca/checklist/new/
+2017-04-05 07:50:09,223 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:09,223 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:09,266 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:09,515 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:09,515 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22b69c67-87a8-463d-914a-8ef95f20dfeb/b2020fe6bd62427188c194a9e33465e3
+2017-04-05 07:50:09,518 DEBUG db_checklist 51 30560 140736398640064 Query : select owner_id from ice_checklist Where uuid = '9b77ca4d-76c5-4827-b2e7-0f74a43f1bca' and state = 'peer_review';
+2017-04-05 07:50:09,526 DEBUG db_checklist 66 30560 140736398640064 Query result: 1
+2017-04-05 07:50:09,536 DEBUG db_general 153 30560 140736398640064 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 07:50:09,542 DEBUG db_general 165 30560 140736398640064 Query result: dd1122@att.com
+2017-04-05 07:50:09,542 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:09,542 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:50:09,752 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:09,928 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:09,928 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:09,936 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:09,938 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:09,947 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:09,949 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:10,101 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:10,101 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:50:10,564 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:50:10,826 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:10,826 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6927bd5a-3b69-466f-9049-cb9de6d5741e/checklist/new/
+2017-04-05 07:50:10,921 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:10,921 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:10,987 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:11,115 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:11,116 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0099bbab-8d2c-47c2-a005-9e4ef58198ab/5575d6e5402a414cade014c006b7b5e9
+2017-04-05 07:50:11,190 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:50:11,206 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:11,291 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:50:11,377 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:11,378 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:11,386 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:11,389 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:11,396 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:11,400 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:11,529 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:50:11,538 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:11,917 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:50:12,059 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:12,089 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:50:12,099 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:12,563 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:12,620 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:12,842 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:13,017 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:13,017 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e9fca4c6-e3f1-4245-9b21-d0702cc46916/checklist/new/
+2017-04-05 07:50:13,104 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:13,104 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:13,135 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:13,178 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:13,178 DEBUG fe_user 26 30912 123145414254592 Verifying and Insert Login page elements:
+2017-04-05 07:50:13,178 DEBUG fe_user 27 30912 123145414254592 Insert Email
+2017-04-05 07:50:13,395 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:13,431 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:13,673 DEBUG test_login_with_new_user 389 30559 140736398640064 click_on on + Dashboard
+2017-04-05 07:50:13,917 DEBUG fe_wizard 20 30559 140736398640064 Tab Add Virtual Functions
+2017-04-05 07:50:14,087 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:14,129 DEBUG fe_user 30 30912 123145414254592 Insert Password
+2017-04-05 07:50:14,517 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:14,796 DEBUG fe_user 32 30912 123145414254592 Click Login Button
+2017-04-05 07:50:14,943 DEBUG fe_user 34 30912 123145414254592 Login Button clicked
+2017-04-05 07:50:14,950 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:15,048 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_checklist Where name = 'STmCfXR';
+2017-04-05 07:50:15,053 DEBUG db_general 165 30560 140736398640064 Query result: 9b77ca4d-76c5-4827-b2e7-0f74a43f1bca
+2017-04-05 07:50:15,057 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:15,409 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:15,477 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:15,934 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:16,067 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:16,677 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:16,698 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:50:17,215 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:50:17,259 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:50:17,263 DEBUG db_general 165 30560 140736398640064 Query result: 91e30c00-d00f-4a9a-95a8-ce5ca1979242
+2017-04-05 07:50:17,269 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '91e30c00-d00f-4a9a-95a8-ce5ca1979242';
+2017-04-05 07:50:17,281 DEBUG db_general 165 30560 140736398640064 Query result: 2017-97
+2017-04-05 07:50:17,290 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-97';
+2017-04-05 07:50:17,297 DEBUG db_general 165 30560 140736398640064 Query result: 2
+2017-04-05 07:50:17,391 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:17,926 DEBUG fe_wizard 43 30559 140736398640064 Tab Add Vendor Contact
+2017-04-05 07:50:18,205 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:18,508 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 07:50:18,508 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 07:50:18,688 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-04-05 07:50:18,689 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 07:50:18,689 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-04-05 07:50:20,522 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:21,068 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:21,649 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:21,791 DEBUG fe_wizard 76 30559 140736398640064 Tab Invite Team Members
+2017-04-05 07:50:22,235 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:22,992 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:23,454 DEBUG fe_wizard 89 30559 140736398640064 About to add an SSH Key in modal window
+2017-04-05 07:50:23,467 DEBUG helper 42 30559 140736398640064 About to generate SSH Public Key
+2017-04-05 07:50:23,819 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:50:23,842 DEBUG helper 57 30559 140736398640064 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcLf9NNMiBTRrCgo9iDZp9iftUfpN0FF03JuxOjKfr/UJ/9Ad1d6lFKVn2o3a2amA7RyrJl88Oxs6FNOg2N89TmM8TNCrfTx2GOEN9eS94snWqOZHUXuwT4s+juaUKu+pz/fjNHVklcpYROcrWso+ldiSzzTj0xyPSQYR3WqctLhCZ6xgoY1TCWxnKDrY+wNnvtw/kAW2dh/qHG1d/T6SG6xBsIp7IwC+4/hiNFJf0mt8Ibh+ekzsbdjDuslADRnzFskgwuUhYkAtRR4RYQFqGfuNxCUqvAFaE2PtzMr7OoqBBGhIXoE+5hRMYD1hvXwnFbNcQPDDUSSm25Ne85OFD
+2017-04-05 07:50:24,561 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:50:24,561 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75a31fa0-dfb8-4690-b40a-8abe38852ca6/7ced627b22f741d58ff1511ef1f7b0ff
+2017-04-05 07:50:24,622 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:50:24,817 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:24,817 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:24,825 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:24,828 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:24,841 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:24,843 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:24,872 DEBUG db_checklist 23 30560 140736398640064 Query : select owner_id from ice_checklist Where uuid = '9b77ca4d-76c5-4827-b2e7-0f74a43f1bca' and state = 'approval';
+2017-04-05 07:50:24,876 DEBUG db_checklist 34 30560 140736398640064 Query result: 3
+2017-04-05 07:50:24,883 DEBUG db_general 153 30560 140736398640064 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 07:50:24,886 DEBUG db_general 165 30560 140736398640064 Query result: admin@att.com
+2017-04-05 07:50:24,886 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:24,886 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:50:25,562 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:50:25,563 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b10916ac-c2bd-4535-aa64-70633a0c5275/checklist/new/
+2017-04-05 07:50:25,643 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:25,644 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:25,681 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:25,681 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:25,681 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:50:25,894 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:50:26,553 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:50:26,793 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:50:26,907 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:50:26,917 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:27,272 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:50:27,395 DEBUG fe_wizard 99 30559 140736398640064 SSH Key added via modal window.
+2017-04-05 07:50:27,426 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:50:27,436 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:27,648 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:28,208 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:28,238 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:50:28,303 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:28,819 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:29,006 DEBUG db_general 153 30559 140736398640064 Query : select engagement_id from ice_vf Where name = 'newVFSTDBL5r';
+2017-04-05 07:50:29,009 DEBUG db_general 165 30559 140736398640064 Query result: a7ebd923-da7e-44f2-b607-71cd31ae3195
+2017-04-05 07:50:29,018 DEBUG db_general 153 30559 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = 'a7ebd923-da7e-44f2-b607-71cd31ae3195';
+2017-04-05 07:50:29,022 DEBUG db_general 165 30559 140736398640064 Query result: 2017-129
+2017-04-05 07:50:29,040 DEBUG db_general 153 30559 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-129';
+2017-04-05 07:50:29,047 DEBUG db_general 165 30559 140736398640064 Query result: 2
+2017-04-05 07:50:29,063 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:29,108 DEBUG db_general 153 30559 140736398640064 Query : select engagement_id from ice_vf Where name = 'newVFSTDBL5r';
+2017-04-05 07:50:29,116 DEBUG db_general 165 30559 140736398640064 Query result: a7ebd923-da7e-44f2-b607-71cd31ae3195
+2017-04-05 07:50:29,151 DEBUG db_general 153 30559 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = 'a7ebd923-da7e-44f2-b607-71cd31ae3195';
+2017-04-05 07:50:29,158 DEBUG db_general 165 30559 140736398640064 Query result: 2017-129
+2017-04-05 07:50:29,659 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:30,216 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_checklist Where name = 'STmCfXR';
+2017-04-05 07:50:30,219 DEBUG db_general 165 30560 140736398640064 Query result: 9b77ca4d-76c5-4827-b2e7-0f74a43f1bca
+2017-04-05 07:50:30,224 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:30,479 DEBUG db_general 153 30559 140736398640064 Query : select full_name from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 07:50:30,483 DEBUG db_general 165 30559 140736398640064 Query result: Homer Simpson
+2017-04-05 07:50:30,523 DEBUG logFuncEntry 34 30559 140736398640064 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:50:30,524 DEBUG logFuncEntry 34 30559 140736398640064 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:50:30,741 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:30,884 DEBUG test_ui_base 54 30559 140736398640064 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-05 07:50:30,884 DEBUG logFuncEntry 34 30559 140736398640064 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 07:50:30,884 DEBUG test_ui_base 28 30559 140736398640064 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-05 07:50:32,169 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:33,627 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 07:50:33,628 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 07:50:33,695 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-04-05 07:50:33,697 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:50:33,697 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-05 07:50:34,084 DEBUG test_ui_base 38 30559 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:35,880 DEBUG api_user 93 30559 140736398640064 Moving to next test case
+2017-04-05 07:50:35,881 DEBUG api_user 170 30559 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/07be5a07-92a4-485f-8883-ba9357aebfc8/6e05405e2e5e43dab08a63145fa65349
+2017-04-05 07:50:35,933 DEBUG api_user 173 30559 140736398640064 APIUser activated successfully!
+2017-04-05 07:50:36,035 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:50:36,036 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:50:36,041 DEBUG db_general 130 30559 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:36,043 DEBUG db_general 141 30559 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:36,048 DEBUG db_general 130 30559 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:36,051 DEBUG db_general 141 30559 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:36,475 DEBUG api_virtual_function 59 30559 140736398640064 Virtual Function created successfully!
+2017-04-05 07:50:36,475 DEBUG api_gitlab 222 30559 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/da86b762-cfb9-4f56-bc0b-b4c81356c20d/checklist/new/
+2017-04-05 07:50:36,548 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:50:36,548 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:50:36,581 DEBUG api_gitlab 240 30559 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:36,581 DEBUG api_user 56 30559 140736398640064 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-04-05 07:50:36,609 DEBUG api_user 74 30559 140736398640064 Testing for Cross site scripting successfully : STGqscystattus Code = 500
+2017-04-05 07:50:36,609 DEBUG api_gitlab 222 30559 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/da86b762-cfb9-4f56-bc0b-b4c81356c20d/checklist/new/
+2017-04-05 07:50:36,697 DEBUG api_user 111 30559 140736398640064 200 OK
+2017-04-05 07:50:36,697 DEBUG api_user 113 30559 140736398640064 Login successfully.
+2017-04-05 07:50:36,734 DEBUG api_gitlab 240 30559 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:36,735 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:36,735 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:50:36,869 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:37,647 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:50:38,120 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:50:38,121 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ab18c52-4a08-4c87-b495-156131edbd5b/c72330bf1e6e42febb79f65fc87e611c
+2017-04-05 07:50:38,152 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:50:38,233 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:38,234 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:38,239 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:38,240 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:38,244 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:38,245 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:38,322 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:50:38,510 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:50:38,519 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:38,949 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:50:38,950 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7f664048-8b84-4c94-accc-4ce8e58356c5/checklist/new/
+2017-04-05 07:50:39,023 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:39,024 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:39,034 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:39,059 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:39,059 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:39,059 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:50:39,558 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:39,939 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:50:40,456 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:50:40,587 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:50:40,687 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:50:40,691 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:40,968 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:50:41,655 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:42,178 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:43,027 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:43,136 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:50:43,141 DEBUG db_general 165 30560 140736398640064 Query result: 91e30c00-d00f-4a9a-95a8-ce5ca1979242
+2017-04-05 07:50:43,158 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '91e30c00-d00f-4a9a-95a8-ce5ca1979242';
+2017-04-05 07:50:43,166 DEBUG db_general 165 30560 140736398640064 Query result: 2017-97
+2017-04-05 07:50:43,176 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-97';
+2017-04-05 07:50:43,181 DEBUG db_general 165 30560 140736398640064 Query result: 2
+2017-04-05 07:50:43,738 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:44,106 DEBUG logFuncEntry 34 30559 140736398640064 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 07:50:44,106 DEBUG logFuncEntry 34 30559 140736398640064 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 07:50:44,118 DEBUG test_ui_base 54 30559 140736398640064 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-05 07:50:44,118 DEBUG logFuncEntry 34 30559 140736398640064 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 07:50:44,118 DEBUG test_ui_base 28 30559 140736398640064 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-05 07:50:45,157 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STrNlfv';
+2017-04-05 07:50:45,163 DEBUG db_general 165 30560 140736398640064 Query result: 91e30c00-d00f-4a9a-95a8-ce5ca1979242
+2017-04-05 07:50:45,171 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '91e30c00-d00f-4a9a-95a8-ce5ca1979242';
+2017-04-05 07:50:45,174 DEBUG db_general 165 30560 140736398640064 Query result: 2017-97
+2017-04-05 07:50:45,181 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-97';
+2017-04-05 07:50:45,184 DEBUG db_general 165 30560 140736398640064 Query result: 2
+2017-04-05 07:50:45,856 DEBUG logFuncEntry 34 30912 123145414254592 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:50:45,857 DEBUG logFuncEntry 34 30912 123145414254592 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:50:45,876 DEBUG test_ui_base 54 30912 123145414254592 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-04-05 07:50:45,878 DEBUG logFuncEntry 34 30912 123145414254592 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 07:50:45,878 DEBUG test_ui_base 28 30912 123145414254592 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-04-05 07:50:47,086 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:50:47,087 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:50:47,121 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-05 07:50:47,121 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 07:50:47,121 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-05 07:50:47,276 DEBUG test_ui_base 38 30559 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:48,925 DEBUG api_user 93 30559 140736398640064 Moving to next test case
+2017-04-05 07:50:48,943 DEBUG db_general 109 30559 140736398640064 Query : select uuid from ice_user_profile WHERE Email = 'STCFcdS@amdocs.com';
+2017-04-05 07:50:48,950 DEBUG db_general 117 30559 140736398640064 Query result: fdca2d24-1c1e-486b-b894-0df75fe07854
+2017-04-05 07:50:48,958 DEBUG db_general 109 30559 140736398640064 Query : select uuid from ice_user_profile WHERE Email = 'STCFcdS@amdocs.com';
+2017-04-05 07:50:48,964 DEBUG db_general 117 30559 140736398640064 Query result: fdca2d24-1c1e-486b-b894-0df75fe07854
+2017-04-05 07:50:48,970 DEBUG db_general 109 30559 140736398640064 Query : select id from auth_user WHERE Email = 'STCFcdS@amdocs.com';
+2017-04-05 07:50:48,974 DEBUG db_general 117 30559 140736398640064 Query result: 108
+2017-04-05 07:50:48,980 DEBUG db_general 153 30559 140736398640064 Query : select activation_token from ice_custom_user Where user_ptr_id = '108';
+2017-04-05 07:50:48,983 DEBUG db_general 165 30559 140736398640064 Query result: c4340e6e5aad4127a0c3a13eee783556
+2017-04-05 07:50:48,983 DEBUG db_user 21 30559 140736398640064 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdca2d24-1c1e-486b-b894-0df75fe07854/c4340e6e5aad4127a0c3a13eee783556
+2017-04-05 07:50:48,985 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdca2d24-1c1e-486b-b894-0df75fe07854/c4340e6e5aad4127a0c3a13eee783556
+2017-04-05 07:50:49,056 DEBUG test_ui_base 38 30912 123145414254592 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:50,154 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:50,155 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:50:50,355 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:50:51,072 DEBUG api_user 93 30912 123145414254592 Moving to next test case
+2017-04-05 07:50:51,073 DEBUG api_user 170 30912 123145414254592 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/26d011b6-b8d9-4588-87ab-b77735ef0a48/f78dd11cc8dd4adda4c0b3bcb551c79d
+2017-04-05 07:50:51,119 DEBUG api_user 173 30912 123145414254592 APIUser activated successfully!
+2017-04-05 07:50:51,222 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:51,223 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:51,235 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:51,238 DEBUG db_general 141 30912 123145414254592 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:51,245 DEBUG db_general 130 30912 123145414254592 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:51,247 DEBUG db_general 141 30912 123145414254592 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:51,300 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:50:52,015 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:50:52,041 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:50:52,041 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1104fd9d-6d54-4ae5-9c98-f4dc19c59955/46afbfeb02294417b92575715bbb249b
+2017-04-05 07:50:52,115 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:50:52,127 DEBUG api_virtual_function 59 30912 123145414254592 Virtual Function created successfully!
+2017-04-05 07:50:52,127 DEBUG api_gitlab 222 30912 123145414254592 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01b9c453-a2b8-4d5b-a828-4c0487642049/checklist/new/
+2017-04-05 07:50:52,163 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:50:52,171 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 07:50:52,247 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:52,248 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:52,252 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:50:52,253 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:50:52,257 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:50:52,259 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:50:52,281 DEBUG api_user 111 30912 123145414254592 200 OK
+2017-04-05 07:50:52,281 DEBUG api_user 113 30912 123145414254592 Login successfully.
+2017-04-05 07:50:52,348 DEBUG api_gitlab 240 30912 123145414254592 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:52,349 DEBUG fe_user 26 30912 123145414254592 Verifying and Insert Login page elements:
+2017-04-05 07:50:52,349 DEBUG fe_user 27 30912 123145414254592 Insert Email
+2017-04-05 07:50:52,794 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:53,209 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:53,266 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:50:53,267 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e43cd3f7-51b9-455c-b535-82352c890aab/checklist/new/
+2017-04-05 07:50:53,322 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:53,381 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:50:53,382 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:50:53,425 DEBUG fe_user 30 30912 123145414254592 Insert Password
+2017-04-05 07:50:53,427 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:50:53,427 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:53,427 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:50:53,724 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:50:54,116 DEBUG fe_user 32 30912 123145414254592 Click Login Button
+2017-04-05 07:50:54,272 DEBUG fe_user 34 30912 123145414254592 Login Button clicked
+2017-04-05 07:50:54,281 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:54,348 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:54,349 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:50:54,435 DEBUG fe_user 26 30559 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:50:54,435 DEBUG fe_user 27 30559 140736398640064 Insert Email
+2017-04-05 07:50:54,886 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:54,988 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:55,077 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:50:55,185 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:50:55,191 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:55,482 DEBUG fe_user 30 30559 140736398640064 Insert Password
+2017-04-05 07:50:55,563 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:56,094 DEBUG logFuncEntry 34 30560 140736398640064 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:50:56,094 DEBUG logFuncEntry 34 30560 140736398640064 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:50:56,115 DEBUG test_ui_base 54 30560 140736398640064 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-04-05 07:50:56,116 DEBUG logFuncEntry 34 30560 140736398640064 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 07:50:56,116 DEBUG test_ui_base 28 30560 140736398640064 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-04-05 07:50:56,129 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:56,222 DEBUG fe_user 32 30559 140736398640064 Click Login Button
+2017-04-05 07:50:56,323 DEBUG fe_wizard 20 30912 123145414254592 Tab Add Virtual Functions
+2017-04-05 07:50:56,400 DEBUG fe_user 34 30559 140736398640064 Login Button clicked
+2017-04-05 07:50:56,410 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:50:56,664 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:56,932 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:57,451 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:50:57,650 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:58,057 DEBUG test_login_with_new_user 334 30559 140736398640064 click_on on + Dashboard
+2017-04-05 07:50:58,181 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:58,537 DEBUG fe_wizard 20 30559 140736398640064 Tab Add Virtual Functions
+2017-04-05 07:50:58,721 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:58,960 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:59,479 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:50:59,604 DEBUG test_ui_base 38 30560 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:51:00,186 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:00,317 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:00,701 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:01,392 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:01,411 DEBUG api_user 93 30560 140736398640064 Moving to next test case
+2017-04-05 07:51:01,412 DEBUG api_user 170 30560 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/845f88f8-a751-4903-b3c1-83ea761d25ad/ab4e6262990b4912af05d5e1f7722a47
+2017-04-05 07:51:01,473 DEBUG api_user 173 30560 140736398640064 APIUser activated successfully!
+2017-04-05 07:51:01,476 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:01,596 DEBUG api_user 111 30560 140736398640064 200 OK
+2017-04-05 07:51:01,597 DEBUG api_user 113 30560 140736398640064 Login successfully.
+2017-04-05 07:51:01,605 DEBUG db_general 130 30560 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:51:01,607 DEBUG db_general 141 30560 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:51:01,616 DEBUG db_general 130 30560 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:51:01,618 DEBUG db_general 141 30560 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:51:01,893 DEBUG logFuncEntry 34 30558 140736398640064 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 07:51:01,893 DEBUG logFuncEntry 34 30558 140736398640064 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 07:51:01,915 DEBUG test_ui_base 54 30558 140736398640064 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-05 07:51:01,916 DEBUG logFuncEntry 34 30558 140736398640064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 07:51:01,916 DEBUG test_ui_base 28 30558 140736398640064 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-05 07:51:01,989 DEBUG wait 110 30559 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:02,518 DEBUG fe_wizard 20 30912 123145414254592 Tab Add Virtual Functions
+2017-04-05 07:51:02,526 DEBUG fe_wizard 59 30559 140736398640064 Tab Add AT&T Sponsor
+2017-04-05 07:51:03,154 DEBUG api_virtual_function 59 30560 140736398640064 Virtual Function created successfully!
+2017-04-05 07:51:03,155 DEBUG api_gitlab 222 30560 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/27bea113-1370-40e2-8531-05514d1f6e8d/checklist/new/
+2017-04-05 07:51:03,320 DEBUG api_user 111 30560 140736398640064 200 OK
+2017-04-05 07:51:03,320 DEBUG api_user 113 30560 140736398640064 Login successfully.
+2017-04-05 07:51:03,387 DEBUG api_gitlab 240 30560 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:51:03,388 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:51:03,388 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:51:04,284 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:04,422 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:51:04,941 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:05,073 DEBUG test_ui_base 38 30558 140736398640064 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:51:05,149 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:51:05,331 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:51:05,349 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:51:05,523 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:05,959 DEBUG fe_wizard 76 30559 140736398640064 Tab Invite Team Members
+2017-04-05 07:51:05,999 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:06,046 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:06,518 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:06,716 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:07,014 DEBUG api_user 93 30558 140736398640064 Moving to next test case
+2017-04-05 07:51:07,014 DEBUG api_user 170 30558 140736398640064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eeab8c67-07ce-4b61-8b81-670f141af7a3/1f945facb9944ae28bd473f915324342
+2017-04-05 07:51:07,058 DEBUG db_general 153 30560 140736398640064 Query : select uuid from ice_vf Where name = 'STg4dyQ';
+2017-04-05 07:51:07,063 DEBUG db_general 165 30560 140736398640064 Query result: bd9289a1-4df1-48b4-9a5f-4745c665db5f
+2017-04-05 07:51:07,067 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STg4dyQ';
+2017-04-05 07:51:07,070 DEBUG db_general 165 30560 140736398640064 Query result: 27bea113-1370-40e2-8531-05514d1f6e8d
+2017-04-05 07:51:07,075 DEBUG db_general 153 30560 140736398640064 Query : select engagement_id from ice_vf Where name = 'STg4dyQ';
+2017-04-05 07:51:07,076 DEBUG api_user 173 30558 140736398640064 APIUser activated successfully!
+2017-04-05 07:51:07,078 DEBUG db_general 165 30560 140736398640064 Query result: 27bea113-1370-40e2-8531-05514d1f6e8d
+2017-04-05 07:51:07,084 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '27bea113-1370-40e2-8531-05514d1f6e8d';
+2017-04-05 07:51:07,088 DEBUG db_general 165 30560 140736398640064 Query result: 2017-137
+2017-04-05 07:51:07,096 DEBUG db_general 153 30560 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-137';
+2017-04-05 07:51:07,100 DEBUG db_general 165 30560 140736398640064 Query result: 1
+2017-04-05 07:51:07,110 DEBUG fe_checklist 50 30560 140736398640064 EL email: dd1122@att.com
+2017-04-05 07:51:07,116 DEBUG db_general 153 30560 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '27bea113-1370-40e2-8531-05514d1f6e8d';
+2017-04-05 07:51:07,120 DEBUG db_general 165 30560 140736398640064 Query result: 2017-137
+2017-04-05 07:51:07,196 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:07,202 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:51:07,202 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:51:07,208 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_deployment_target;
+2017-04-05 07:51:07,209 DEBUG db_general 141 30558 140736398640064 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:51:07,214 DEBUG db_general 130 30558 140736398640064 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:51:07,216 DEBUG db_general 141 30558 140736398640064 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:51:07,889 DEBUG fe_wizard 20 30912 123145414254592 Tab Add Virtual Functions
+2017-04-05 07:51:07,948 DEBUG fe_wizard 89 30559 140736398640064 About to add an SSH Key in modal window
+2017-04-05 07:51:07,974 DEBUG helper 42 30559 140736398640064 About to generate SSH Public Key
+2017-04-05 07:51:08,070 DEBUG api_virtual_function 59 30558 140736398640064 Virtual Function created successfully!
+2017-04-05 07:51:08,071 DEBUG api_gitlab 222 30558 140736398640064 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7862be90-ff64-472c-93b4-4bbe3238e747/checklist/new/
+2017-04-05 07:51:08,129 DEBUG helper 57 30559 140736398640064 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1u/lP4kIKcH62YK8I0F4NqJC0QYROn5x+CgV8E4tlSSekEi2bzmvFiRBxO8HhDPYNgc5Nw4wNITsDviksNsRlJChKpHVNpGcvsf+kJfKg58z+CVklNSOVrfPlWgThjLY6UFJBuSY2jI0XopyOLrlE+zXrB1ccSyd4JJXdrTHCHchUDoVJk9mAzinkj7D2oLwiBnUE5eomyZFJpibgOLc/BpACOknvCUwZFE9A/HFkXSYxhfIYbWGgh6/UAcSNEowCWYeU9RPffTE1SkovgELf4i05EZHTOhJvGBxnNg5yTzEdBVCdNSUc2LT+oLoy0jVUQvewmxFeQc675FTHiJj/
+2017-04-05 07:51:08,201 DEBUG api_user 111 30558 140736398640064 200 OK
+2017-04-05 07:51:08,201 DEBUG api_user 113 30558 140736398640064 Login successfully.
+2017-04-05 07:51:08,255 DEBUG api_gitlab 240 30558 140736398640064 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:51:08,271 DEBUG db_general 153 30558 140736398640064 Query : select id from ice_user_profile Where email = 'STvQKm7@intl.att.com';
+2017-04-05 07:51:08,275 DEBUG db_general 165 30558 140736398640064 Query result: 112
+2017-04-05 07:51:08,280 DEBUG db_general 153 30558 140736398640064 Query : select uuid from ice_next_step Where owner_id = '112';
+2017-04-05 07:51:08,283 DEBUG db_general 165 30558 140736398640064 Query result: ab51f0c6-b7bc-45a4-a232-a3aff0217175
+2017-04-05 07:51:08,294 DEBUG fe_user 26 30558 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:51:08,294 DEBUG fe_user 27 30558 140736398640064 Insert Email
+2017-04-05 07:51:08,850 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:09,301 DEBUG fe_user 30 30558 140736398640064 Insert Password
+2017-04-05 07:51:09,369 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:09,531 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:09,877 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=bd9289a1-4df1-48b4-9a5f-4745c665db5f&inviter_uuid=845f88f8-a751-4903-b3c1-83ea761d25ad&email=automationqattST9j4n0@gmail.com
+2017-04-05 07:51:09,988 DEBUG fe_user 32 30558 140736398640064 Click Login Button
+2017-04-05 07:51:10,069 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:10,176 DEBUG fe_user 34 30558 140736398640064 Login Button clicked
+2017-04-05 07:51:10,190 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:51:10,648 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:10,834 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:11,201 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:11,365 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:11,681 DEBUG fe_wizard 99 30559 140736398640064 SSH Key added via modal window.
+2017-04-05 07:51:11,686 DEBUG db_general 153 30559 140736398640064 Query : select uuid from ice_vf Where name = 'newVFSTZkfpM';
+2017-04-05 07:51:11,689 DEBUG db_general 165 30559 140736398640064 Query result: 8b8c3179-9960-4726-af22-7cc1ceec404c
+2017-04-05 07:51:11,694 DEBUG db_user 38 30559 140736398640064 Query : select invitation_token from ice_invitation Where engagement_uuid = '8b8c3179-9960-4726-af22-7cc1ceec404c' and email = 'automationqattSTY9d7h@gmail.com' ;
+2017-04-05 07:51:11,697 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTY9d7h@gmail.com
+2017-04-05 07:51:11,881 DEBUG wait 110 30912 123145414254592 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:11,898 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:11,947 DEBUG fe_general 35 30560 140736398640064 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:51:12,397 DEBUG db_general 153 30912 123145414254592 Query : select engagement_id from ice_vf Where name = 'newVFSTmTrlu';
+2017-04-05 07:51:12,401 DEBUG db_general 165 30912 123145414254592 Query result: 3a55e1ef-b003-4cc6-a713-87c495163dd4
+2017-04-05 07:51:12,405 DEBUG db_general 153 30912 123145414254592 Query : select engagement_manual_id from ice_engagement Where uuid = '3a55e1ef-b003-4cc6-a713-87c495163dd4';
+2017-04-05 07:51:12,409 DEBUG db_general 165 30912 123145414254592 Query result: 2017-135
+2017-04-05 07:51:12,694 DEBUG fe_user 26 30560 140736398640064 Verifying and Insert Login page elements:
+2017-04-05 07:51:12,694 DEBUG fe_user 27 30560 140736398640064 Insert Email
+2017-04-05 07:51:12,866 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:13,384 DEBUG wait 110 30558 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:51:13,447 DEBUG db_general 153 30559 140736398640064 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 07:51:13,449 DEBUG db_general 165 30559 140736398640064 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:51:13,450 DEBUG db_user 28 30559 140736398640064 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=ST21jfM@att.com&full_name=STOt9riSTOZ8Dc&phone_number=2019545285&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:51:13,450 DEBUG fe_general 35 30559 140736398640064 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=ST21jfM@att.com&full_name=STOt9riSTOZ8Dc&phone_number=2019545285&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:51:13,555 DEBUG fe_user 30 30560 140736398640064 Insert Password
+2017-04-05 07:51:14,205 DEBUG fe_user 32 30560 140736398640064 Click Login Button
+2017-04-05 07:51:14,349 DEBUG fe_user 34 30560 140736398640064 Login Button clicked
+2017-04-05 07:51:14,361 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:51:14,710 DEBUG db_general 153 30559 140736398640064 Query : select engagement_id from ice_vf Where name = 'newVFSTZkfpM';
+2017-04-05 07:51:14,715 DEBUG db_general 165 30559 140736398640064 Query result: 0f130e00-7174-4a9d-8d95-4bae2d07ef4a
+2017-04-05 07:51:14,724 DEBUG db_general 153 30559 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '0f130e00-7174-4a9d-8d95-4bae2d07ef4a';
+2017-04-05 07:51:14,740 DEBUG db_general 165 30559 140736398640064 Query result: 2017-136
+2017-04-05 07:51:14,765 DEBUG db_general 153 30559 140736398640064 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-136';
+2017-04-05 07:51:14,792 DEBUG db_general 165 30559 140736398640064 Query result: 0f130e00-7174-4a9d-8d95-4bae2d07ef4a
+2017-04-05 07:51:14,852 DEBUG db_user 38 30559 140736398640064 Query : select invitation_token from ice_invitation Where engagement_uuid = '0f130e00-7174-4a9d-8d95-4bae2d07ef4a' and email = 'ST21jfM@att.com' ;
+2017-04-05 07:51:14,871 DEBUG db_general 153 30559 140736398640064 Query : select engagement_id from ice_vf Where name = 'newVFSTZkfpM';
+2017-04-05 07:51:14,875 DEBUG db_general 165 30559 140736398640064 Query result: 0f130e00-7174-4a9d-8d95-4bae2d07ef4a
+2017-04-05 07:51:14,880 DEBUG db_general 153 30559 140736398640064 Query : select engagement_manual_id from ice_engagement Where uuid = '0f130e00-7174-4a9d-8d95-4bae2d07ef4a';
+2017-04-05 07:51:14,885 DEBUG wait 110 30560 140736398640064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:51:14,886 DEBUG db_general 165 30559 140736398640064 Query result: 2017-136
+2017-04-05 07:51:14,897 DEBUG db_general 153 30559 140736398640064 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-136';
+2017-04-05 07:51:14,901 DEBUG db_general 165 30559 140736398640064 Query result: 1
+2017-04-05 07:51:14,910 DEBUG api_user 182 30559 140736398640064 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 07:54:39,997 DEBUG test_signal_base 33 909 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 07:54:39,997 DEBUG test_signal_base 33 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:54:39,998 DEBUG test_checklist_signal 26 909 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:39,997 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 07:54:39,998 DEBUG test_git_signal 103 910 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:39,998 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 07:54:39,998 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 07:54:39,999 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 07:54:40,004 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:54:40,005 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:40,121 DEBUG test_signal_base 44 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:54:40,121 DEBUG test_signal_base 44 909 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 07:54:40,122 DEBUG test_signal_base 33 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:54:40,122 DEBUG test_git_signal 24 910 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:40,122 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 07:54:40,122 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:54:40,122 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 07:54:40,142 DEBUG test_signal_base 44 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:54:40,142 DEBUG test_signal_base 33 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:54:40,143 DEBUG test_git_signal 82 910 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:40,143 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 07:54:40,158 DEBUG test_signal_base 44 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:54:40,158 DEBUG test_signal_base 33 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:54:40,159 DEBUG test_git_signal 65 910 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:40,159 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 07:54:40,174 DEBUG test_signal_base 44 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:54:40,174 DEBUG test_signal_base 33 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 07:54:40,175 DEBUG test_git_signal 47 910 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:40,175 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 07:54:40,186 DEBUG test_signal_base 44 910 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 07:54:40,187 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:54:40,187 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 07:54:40,218 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:40,219 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce601b3c-4b92-4b6b-b570-1a48c4f6901e/49bfa895c21248da8e73e6f1f9057b31
+2017-04-05 07:54:40,394 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:40,480 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:40,480 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:40,484 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:40,485 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:40,489 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:40,491 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:42,059 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:42,060 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3af3783-de73-42e4-8574-0cea5dfeffa2/checklist/new/
+2017-04-05 07:54:42,147 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:54:42,161 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:42,162 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:42,251 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:54:42,340 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:54:42,385 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:42,386 DEBUG test_negative_requests 129 908 140736510014400 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 07:54:42,498 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:42,499 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:42,499 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3af3783-de73-42e4-8574-0cea5dfeffa2/checklist/new/
+2017-04-05 07:54:42,505 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:42,509 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:42,510 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3af3783-de73-42e4-8574-0cea5dfeffa2/checklist/new/
+2017-04-05 07:54:42,604 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:42,604 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:42,640 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:42,741 DEBUG api_checklist 29 908 140736510014400 DBChecklist was created successfully!
+2017-04-05 07:54:42,741 DEBUG test_negative_requests 133 908 140736510014400 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 07:54:42,989 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:42,990 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:42,990 DEBUG test_negative_requests 139 908 140736510014400 About to add audit log to checklist uuid 0aa1662b-036c-4d81-a8f3-170ca28ae26d
+2017-04-05 07:54:42,990 DEBUG api_checklist 71 908 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/
+2017-04-05 07:54:43,019 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:43,021 DEBUG test_negative_requests 143 908 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:54:43,124 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:43,125 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:43,125 DEBUG test_negative_requests 139 908 140736510014400 About to add audit log to checklist uuid 0aa1662b-036c-4d81-a8f3-170ca28ae26d
+2017-04-05 07:54:43,125 DEBUG api_checklist 71 908 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/
+2017-04-05 07:54:43,148 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:43,149 DEBUG test_negative_requests 143 908 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 07:54:43,149 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:54:43,149 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 07:54:43,161 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:43,164 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:54:43,164 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:43,265 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:43,265 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ae68181a-3cd0-4f8c-a178-260562679301/cf8d015d3b7347ad88c57ec3533aff48
+2017-04-05 07:54:43,310 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:43,407 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:43,408 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:43,412 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:43,413 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:43,416 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:43,418 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:43,511 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:54:43,511 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6177649a-3b52-4f83-b4c9-3e15e7a50fb4/b39970461a5e4787a46df4090d04892b
+2017-04-05 07:54:43,553 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:43,569 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:54:43,569 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57c1c493-207b-445c-b5be-eff015ef38f0/0fb0ab2fe962473ab33e3863286d992a
+2017-04-05 07:54:43,608 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:54:43,609 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c81caf2-3d90-49d4-944c-2d896d3eefec/2d9ea5a724c44969ace6e9f16c412dfe
+2017-04-05 07:54:43,619 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:43,652 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:54:43,652 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:54:43,657 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:43,657 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:43,660 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:43,666 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:43,668 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:43,736 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:54:43,736 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:54:43,745 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:43,747 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:43,751 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:43,753 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:43,778 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:54:43,778 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:54:43,782 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:43,783 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:43,788 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:43,790 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:44,026 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:44,026 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d228ea7-78c1-46e7-9038-fb9894776705/checklist/new/
+2017-04-05 07:54:44,108 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:44,109 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:44,165 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:44,166 DEBUG test_negative_requests 149 908 140736510014400 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 07:54:44,200 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:44,200 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/effb4ba5-b670-4f88-8e2d-32650ffd9745/checklist/new/
+2017-04-05 07:54:44,274 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:44,275 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:44,275 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d228ea7-78c1-46e7-9038-fb9894776705/checklist/new/
+2017-04-05 07:54:44,278 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:44,280 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:44,280 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d228ea7-78c1-46e7-9038-fb9894776705/checklist/new/
+2017-04-05 07:54:44,287 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:44,287 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/96add4dd-9936-489f-a566-45dc457f34a1/checklist/new/
+2017-04-05 07:54:44,303 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:54:44,304 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:54:44,306 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:44,306 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8c8e9353-0368-478a-b9c6-bf99008a0bd7/checklist/new/
+2017-04-05 07:54:44,354 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:44,355 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:54:44,355 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:54:44,395 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:44,395 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:44,409 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:54:44,409 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:54:44,426 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:54:44,427 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:54:44,442 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:44,464 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:44,464 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:54:44,464 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:54:44,480 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:44,480 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:54:44,481 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:54:44,761 DEBUG api_checklist 29 908 140736510014400 DBChecklist was created successfully!
+2017-04-05 07:54:44,761 DEBUG test_negative_requests 153 908 140736510014400 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:54:44,825 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:44,825 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:44,826 DEBUG test_negative_requests 159 908 140736510014400 About to add next step to checklist uuid 134882a0-93c6-41f2-97f7-a70bd2f2cfb9
+2017-04-05 07:54:44,826 DEBUG api_checklist 92 908 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d228ea7-78c1-46e7-9038-fb9894776705/checklist/134882a0-93c6-41f2-97f7-a70bd2f2cfb9/nextstep/
+2017-04-05 07:54:44,857 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ae68181a-3cd0-4f8c-a178-260562679301. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:44,858 DEBUG test_negative_requests 163 908 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:54:44,932 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:44,932 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:44,932 DEBUG test_negative_requests 159 908 140736510014400 About to add next step to checklist uuid 134882a0-93c6-41f2-97f7-a70bd2f2cfb9
+2017-04-05 07:54:44,932 DEBUG api_checklist 92 908 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d228ea7-78c1-46e7-9038-fb9894776705/checklist/134882a0-93c6-41f2-97f7-a70bd2f2cfb9/nextstep/
+2017-04-05 07:54:44,960 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:44,960 DEBUG test_negative_requests 163 908 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:54:45,024 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:45,025 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:45,025 DEBUG test_negative_requests 159 908 140736510014400 About to add next step to checklist uuid 134882a0-93c6-41f2-97f7-a70bd2f2cfb9
+2017-04-05 07:54:45,025 DEBUG api_checklist 92 908 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d228ea7-78c1-46e7-9038-fb9894776705/checklist/134882a0-93c6-41f2-97f7-a70bd2f2cfb9/nextstep/
+2017-04-05 07:54:45,051 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:45,052 DEBUG test_negative_requests 163 908 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 07:54:45,052 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:54:45,052 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 07:54:45,057 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:45,058 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:54:45,058 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:45,058 DEBUG test_negative_requests 29 908 140736510014400 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 07:54:45,136 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:45,136 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f0ccf15e-9bbd-468a-a48e-2a2616506ce7/0ded2e00776842b588cb88d8fd3e36ed
+2017-04-05 07:54:45,171 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:45,186 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:54:45,252 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:45,253 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:45,258 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:45,260 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:45,263 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:45,265 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:45,303 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:54:45,373 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:54:45,628 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:45,629 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3f1c4f0-3735-4df1-b93e-66154396b512/checklist/new/
+2017-04-05 07:54:45,694 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:45,694 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:45,723 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:45,794 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:45,794 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/587d03dd-437c-4aeb-ab2d-d2e12b256b0c/af0efee6aeeb4b0da24d26eb5dacbed2
+2017-04-05 07:54:45,825 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:54:45,831 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:45,928 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:45,928 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:45,932 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:45,934 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:45,942 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:45,943 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:45,953 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:54:45,958 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:54:45,976 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:54:46,053 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:54:46,128 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:54:46,136 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:54:46,216 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:54:46,224 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:54:46,782 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:46,854 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:46,985 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:47,076 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:47,077 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/97ece851-6ac2-45ca-88bf-1293dbd8d421/checklist/new/
+2017-04-05 07:54:47,154 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:47,154 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:47,184 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:47,184 DEBUG test_negative_requests 34 908 140736510014400 About to invite contact to the engagement of user STHiT4p
+2017-04-05 07:54:47,184 DEBUG api_virtual_function 102 908 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 07:54:47,211 DEBUG test_negative_requests 38 908 140736510014400 Success! Test failed to invite contact user using other auth token.
+2017-04-05 07:54:47,212 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:54:47,212 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 07:54:47,222 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:47,224 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:54:47,224 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:47,225 DEBUG test_negative_requests 42 908 140736510014400 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 07:54:47,293 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:47,305 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:47,306 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/623d9939-adde-4b99-827a-a8d58a7a720d/5a9ac56cea4d441194890501b3fb26ad
+2017-04-05 07:54:47,337 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:47,366 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:47,399 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:47,399 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:47,402 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:47,403 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:47,406 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:47,407 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:47,495 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:47,625 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:47,626 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0e52185f-fca0-4002-9a6f-555cb9fbd61d/checklist/new/
+2017-04-05 07:54:47,720 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:47,721 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:47,750 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:47,821 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:47,821 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:47,821 DEBUG test_negative_requests 49 908 140736510014400 About to add a next step to VF STtwELQ using STYFrHU@intl.att.com token.
+2017-04-05 07:54:47,821 DEBUG api_virtual_function 18 908 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0e52185f-fca0-4002-9a6f-555cb9fbd61d/nextsteps
+2017-04-05 07:54:47,846 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 623d9939-adde-4b99-827a-a8d58a7a720d. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:47,846 DEBUG test_negative_requests 53 908 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:54:47,885 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STdZV9U';
+2017-04-05 07:54:47,888 DEBUG db_general 165 910 140736510014400 Query result: 8c8e9353-0368-478a-b9c6-bf99008a0bd7
+2017-04-05 07:54:47,891 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STdZV9U';
+2017-04-05 07:54:47,893 DEBUG db_general 165 910 140736510014400 Query result: 8c8e9353-0368-478a-b9c6-bf99008a0bd7
+2017-04-05 07:54:47,896 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '8c8e9353-0368-478a-b9c6-bf99008a0bd7';
+2017-04-05 07:54:47,898 DEBUG db_general 165 910 140736510014400 Query result: 2017-145
+2017-04-05 07:54:47,901 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-145';
+2017-04-05 07:54:47,903 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:54:47,908 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:47,908 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:47,908 DEBUG test_negative_requests 49 908 140736510014400 About to add a next step to VF STtwELQ using hs0007@att.com token.
+2017-04-05 07:54:47,908 DEBUG api_virtual_function 18 908 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0e52185f-fca0-4002-9a6f-555cb9fbd61d/nextsteps
+2017-04-05 07:54:47,911 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '8c8e9353-0368-478a-b9c6-bf99008a0bd7';
+2017-04-05 07:54:47,913 DEBUG db_general 165 910 140736510014400 Query result: 2017-145
+2017-04-05 07:54:47,917 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:48,000 DEBUG api_virtual_function 32 908 140736510014400 Next step was added to the engagement!
+2017-04-05 07:54:48,001 DEBUG test_negative_requests 53 908 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:54:48,083 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:48,084 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:48,084 DEBUG test_negative_requests 49 908 140736510014400 About to add a next step to VF STtwELQ using admin_ro@att.com token.
+2017-04-05 07:54:48,084 DEBUG api_virtual_function 18 908 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0e52185f-fca0-4002-9a6f-555cb9fbd61d/nextsteps
+2017-04-05 07:54:48,115 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:48,115 DEBUG test_negative_requests 53 908 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 07:54:48,116 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:54:48,116 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 07:54:48,126 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:48,128 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:54:48,128 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:48,128 DEBUG test_negative_requests 168 908 140736510014400 Local environment, skipping test...
+2017-04-05 07:54:48,128 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:54:48,128 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 07:54:48,138 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:48,139 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:54:48,139 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:48,214 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:48,214 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/caebf2d0-0514-4995-9061-865aa7804633/8f4dda18401041808c9697d85ebb05dd
+2017-04-05 07:54:48,246 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:48,318 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:48,319 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:48,322 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:48,323 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:48,327 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:48,328 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:48,382 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:54:48,687 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:54:48,910 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:48,911 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:48,991 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:54:49,010 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,011 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,097 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:49,098 DEBUG test_negative_requests 76 908 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:54:49,204 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,204 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,204 DEBUG test_negative_requests 82 908 140736510014400 About to create checklist for VF STlhEaH
+2017-04-05 07:54:49,205 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:49,208 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:49,210 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:49,211 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:49,306 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,306 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,341 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:54:49,341 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:49,373 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: caebf2d0-0514-4995-9061-865aa7804633. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:49,373 DEBUG test_negative_requests 86 908 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:54:49,469 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,470 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,470 DEBUG test_negative_requests 82 908 140736510014400 About to create checklist for VF STlhEaH
+2017-04-05 07:54:49,470 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:49,476 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:49,478 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:49,478 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:49,581 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,581 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,627 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:49,665 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:49,665 DEBUG test_negative_requests 86 908 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:54:49,703 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:54:49,704 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 07:54:49,721 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-05 07:54:49,721 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:54:49,722 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-05 07:54:49,785 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,785 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,786 DEBUG test_negative_requests 82 908 140736510014400 About to create checklist for VF STlhEaH
+2017-04-05 07:54:49,786 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:49,799 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:49,801 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:49,801 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/344d9254-0ad5-4dd4-b14a-2bd97d371aad/checklist/new/
+2017-04-05 07:54:49,919 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:49,919 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:49,975 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:50,017 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:50,017 DEBUG test_negative_requests 86 908 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:54:50,017 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:54:50,018 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 07:54:50,029 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:50,032 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:54:50,032 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:50,033 DEBUG test_negative_requests 57 908 140736510014400 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 07:54:50,212 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:50,213 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8ea395b-6517-4107-8cc7-4612ebf06a31/20a5e6331a144c42ae7251e046243fcf
+2017-04-05 07:54:50,262 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:54:50,328 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:50,558 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:50,558 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:50,567 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:50,569 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:50,572 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:50,574 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:50,938 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 07:54:50,939 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 07:54:51,207 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-04-05 07:54:51,208 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 07:54:51,208 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-04-05 07:54:51,306 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:51,306 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f16f33b1-de28-4452-b428-29c7e6900a38/checklist/new/
+2017-04-05 07:54:51,409 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:51,409 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:51,454 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:51,569 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:51,570 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:51,570 DEBUG api_virtual_function 18 908 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f16f33b1-de28-4452-b428-29c7e6900a38/nextsteps
+2017-04-05 07:54:51,628 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:54:51,628 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:54:51,781 DEBUG api_virtual_function 32 908 140736510014400 Next step was added to the engagement!
+2017-04-05 07:54:51,895 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:51,896 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:51,896 DEBUG test_negative_requests 67 908 140736510014400 About to edit a next step (ns uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6) using STLCBYk@intl.att.com token.
+2017-04-05 07:54:51,896 DEBUG api_virtual_function 133 908 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fa8eac9f-8342-4569-bf40-a5552f199fe6/engagement/f16f33b1-de28-4452-b428-29c7e6900a38/modify/
+2017-04-05 07:54:51,935 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:51,936 DEBUG test_negative_requests 71 908 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:54:52,034 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:52,034 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:52,034 DEBUG test_negative_requests 67 908 140736510014400 About to edit a next step (ns uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6) using hs0007@att.com token.
+2017-04-05 07:54:52,035 DEBUG api_virtual_function 133 908 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fa8eac9f-8342-4569-bf40-a5552f199fe6/engagement/f16f33b1-de28-4452-b428-29c7e6900a38/modify/
+2017-04-05 07:54:52,090 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,090 DEBUG test_negative_requests 71 908 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:54:52,187 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:52,187 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:52,187 DEBUG test_negative_requests 67 908 140736510014400 About to edit a next step (ns uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6) using admin_ro@att.com token.
+2017-04-05 07:54:52,187 DEBUG api_virtual_function 133 908 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/fa8eac9f-8342-4569-bf40-a5552f199fe6/engagement/f16f33b1-de28-4452-b428-29c7e6900a38/modify/
+2017-04-05 07:54:52,218 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,218 DEBUG test_negative_requests 71 908 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 07:54:52,218 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:54:52,218 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 07:54:52,230 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:52,232 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:54:52,232 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:52,232 DEBUG test_negative_requests 16 908 140736510014400 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 07:54:52,335 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:52,335 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9320aa46-e0e6-48d3-9e0b-52fd08b31737/15563142a86e467989faca1cb8195d5a
+2017-04-05 07:54:52,376 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:52,445 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:52,445 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:52,449 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:52,451 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:52,454 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:52,456 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:52,488 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:54:52,735 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:52,735 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7a04a44a-db83-4044-b764-76b65cc5c539/checklist/new/
+2017-04-05 07:54:52,799 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:52,799 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:52,829 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:52,847 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:54:52,923 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:52,924 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d731b57b-9869-49d6-a6db-e4ca05a7525d/23a5914c177b4014869eaf3e025b2660
+2017-04-05 07:54:52,958 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:53,034 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:53,034 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:53,037 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:53,039 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:53,042 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:53,043 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:53,136 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:54:53,289 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:54:53,300 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:54:53,408 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:54:53,788 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:53,788 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/df04fe90-e48e-4851-8a39-ee6157ad7f20/checklist/new/
+2017-04-05 07:54:53,896 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:53,896 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:53,941 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:53,941 DEBUG test_negative_requests 21 908 140736510014400 About to invite team member to the engagement of user STp8e6c
+2017-04-05 07:54:53,941 DEBUG api_virtual_function 73 908 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 07:54:53,981 ERROR api_virtual_function 95 908 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:54:53,981 DEBUG test_negative_requests 25 908 140736510014400 Success! Test failed to invite user using other auth token.
+2017-04-05 07:54:53,981 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:54:53,981 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 07:54:53,991 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:53,992 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:54:53,993 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:54,054 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:54,103 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:54,103 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5771af0b-e24a-46c6-a61b-f0d75139481c/8692cf7289d74c66bd9f0e3f01e34ba3
+2017-04-05 07:54:54,143 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:54,214 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:54:54,215 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a2d1078-0bec-4e63-be20-9e599dc8f078/c62af5a2450f405cbf1b3e7847bc4f85
+2017-04-05 07:54:54,234 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:54,234 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:54,239 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:54,241 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:54,244 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:54,246 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:54,257 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:54,347 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:54:54,347 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:54:54,352 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:54,353 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:54,357 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:54,358 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:54,547 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:54,547 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/97929f02-b83e-40d7-bd41-ae7bd8300365/checklist/new/
+2017-04-05 07:54:54,578 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:54,628 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:54,628 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:54,672 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:54,672 DEBUG test_negative_requests 112 908 140736510014400 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 07:54:54,713 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:54:54,714 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/167112e8-2edf-4262-838b-f3b45b7aaac4/f1084cd407bd4c5dbda3e69d91bee048
+2017-04-05 07:54:54,721 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:54,722 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7541dbfe-a7a8-4d24-9d4e-5517583bab84/checklist/new/
+2017-04-05 07:54:54,755 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:54,755 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:54,755 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/97929f02-b83e-40d7-bd41-ae7bd8300365/checklist/new/
+2017-04-05 07:54:54,757 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:54,759 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:54,761 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:54,761 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/97929f02-b83e-40d7-bd41-ae7bd8300365/checklist/new/
+2017-04-05 07:54:54,802 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:54:54,802 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:54:54,847 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:54:54,848 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:54,848 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:54:54,848 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:54:54,848 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:54:54,851 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:54,852 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:54,855 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:54,856 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:54,858 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:54,858 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:54,900 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:55,248 DEBUG api_checklist 29 908 140736510014400 DBChecklist was created successfully!
+2017-04-05 07:54:55,248 DEBUG test_negative_requests 116 908 140736510014400 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 07:54:55,248 DEBUG test_negative_requests 120 908 140736510014400 About to change checklist state for VF STd1svT
+2017-04-05 07:54:55,359 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:54:55,374 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:55,374 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:55,383 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:55,383 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9b7f2c15-66aa-4129-a281-69f498dea9d9/checklist/new/
+2017-04-05 07:54:55,489 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,489 DEBUG test_negative_requests 124 908 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:54:55,489 DEBUG test_negative_requests 120 908 140736510014400 About to change checklist state for VF STd1svT
+2017-04-05 07:54:55,524 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:54:55,524 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:54:55,560 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:55,561 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:54:55,561 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:54:55,598 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:55,598 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:55,635 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,635 DEBUG test_negative_requests 124 908 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:54:55,635 DEBUG test_negative_requests 120 908 140736510014400 About to change checklist state for VF STd1svT
+2017-04-05 07:54:55,709 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:54:55,724 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:55,724 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:55,764 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,764 DEBUG test_negative_requests 124 908 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 07:54:55,764 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:54:55,765 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 07:54:55,780 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:55,781 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:54:55,781 DEBUG test_api_base 25 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 07:54:55,873 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:54:55,880 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:54:55,880 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1129d8c5-f083-4588-ab13-db49dc4916ee/59dcd0054ed94d009fea2d90fb6c2688
+2017-04-05 07:54:55,912 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:54:55,991 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:55,991 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:55,995 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:54:55,996 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:54:56,000 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:54:56,001 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:54:56,200 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:54:56,201 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d83525ff-1a9e-42b7-ab78-5c9ee130dd03/checklist/new/
+2017-04-05 07:54:56,268 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:56,268 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:56,299 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:56,299 DEBUG test_negative_requests 92 908 140736510014400 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 07:54:56,359 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:54:56,378 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:56,378 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:56,378 DEBUG api_checklist 16 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d83525ff-1a9e-42b7-ab78-5c9ee130dd03/checklist/new/
+2017-04-05 07:54:56,382 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:56,384 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:56,385 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d83525ff-1a9e-42b7-ab78-5c9ee130dd03/checklist/new/
+2017-04-05 07:54:56,399 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:54:56,502 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:56,502 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:56,508 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:54:56,515 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:54:56,560 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:54:56,987 DEBUG api_checklist 29 908 140736510014400 DBChecklist was created successfully!
+2017-04-05 07:54:56,987 DEBUG test_negative_requests 96 908 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 07:54:57,026 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:57,057 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:57,057 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:57,057 DEBUG test_negative_requests 102 908 140736510014400 About to update checklist for VF STBdL2W
+2017-04-05 07:54:57,057 DEBUG api_checklist 45 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4803925a-16ad-4728-88bd-765ffd46a8f1/4803925a-16ad-4728-88bd-765ffd46a8f1
+2017-04-05 07:54:57,061 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:57,063 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:57,091 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:54:57,097 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1129d8c5-f083-4588-ab13-db49dc4916ee. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,098 DEBUG test_negative_requests 106 908 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:54:57,178 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:57,179 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:57,179 DEBUG test_negative_requests 102 908 140736510014400 About to update checklist for VF STBdL2W
+2017-04-05 07:54:57,179 DEBUG api_checklist 45 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4803925a-16ad-4728-88bd-765ffd46a8f1/4803925a-16ad-4728-88bd-765ffd46a8f1
+2017-04-05 07:54:57,183 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:57,184 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:57,187 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:54:57,190 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:54:57,216 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: eece2a8f-b8d6-43bc-90a7-acc024742671. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,216 DEBUG test_negative_requests 106 908 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:54:57,291 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:54:57,291 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:54:57,291 DEBUG test_negative_requests 102 908 140736510014400 About to update checklist for VF STBdL2W
+2017-04-05 07:54:57,291 DEBUG api_checklist 45 908 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4803925a-16ad-4728-88bd-765ffd46a8f1/4803925a-16ad-4728-88bd-765ffd46a8f1
+2017-04-05 07:54:57,294 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:54:57,296 DEBUG db_general 165 908 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:54:57,330 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,330 DEBUG test_negative_requests 106 908 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 07:54:57,330 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:54:57,330 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 07:54:57,337 DEBUG test_api_base 36 908 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 07:54:57,339 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:54:57,340 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 07:54:57,877 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:54:58,400 DEBUG db_general 56 911 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-04-05 07:54:58,402 DEBUG db_general 65 911 140736510014400 Query result: None
+2017-04-05 07:54:58,405 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 07:54:58,407 DEBUG db_general 65 911 140736510014400 Query result: 845f88f8-a751-4903-b3c1-83ea761d25ad
+2017-04-05 07:54:58,410 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '845f88f8-a751-4903-b3c1-83ea761d25ad' ;
+2017-04-05 07:54:58,419 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:54:58,423 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 07:54:58,432 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:54:59,096 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:54:59,456 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:54:59,609 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:55:00,352 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:00,541 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:55:00,545 DEBUG db_general 65 911 140736510014400 Query result: 845f88f8-a751-4903-b3c1-83ea761d25ad
+2017-04-05 07:55:00,560 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STuHClJ' WHERE uuid = '845f88f8-a751-4903-b3c1-83ea761d25ad' ;
+2017-04-05 07:55:00,586 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STnzFtQ
+2017-04-05 07:55:00,587 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STnzFtQ', 'title_Announcement_STnzFtQ-slug', '', 'description_Announcement_STYms0D', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STYms0D</p>', true, '', 1, 1);
+2017-04-05 07:55:00,593 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:00,594 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 07:55:00,594 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 07:55:00,596 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STnzFtQ', 'title_Announcement_STnzFtQ-slug', '', 'description_Announcement_STYms0D', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STYms0D</p>', true, '', 1, 1);
+2017-04-05 07:55:00,616 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-04-05 07:55:00,617 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 07:55:00,617 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-04-05 07:55:00,724 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:00,725 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:55:00,725 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:55:00,732 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:55:00,776 DEBUG db_cms 64 908 140736510014400 Query result: 134
+2017-04-05 07:55:00,776 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:55:00,777 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:55:00,783 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:55:00,789 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:55:00,790 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 134
+2017-04-05 07:55:00,790 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (134, 2);
+2017-04-05 07:55:00,794 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (134, 2);
+2017-04-05 07:55:00,800 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:00,869 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:00,948 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:55:00,948 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2d19677-f634-4c60-8ac3-9c617b07d82e/18cec980274140c8aa5bc64c6e8796e9
+2017-04-05 07:55:01,000 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:01,088 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:01,088 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:01,093 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:01,094 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:01,099 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:01,100 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:01,400 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STltrja';
+2017-04-05 07:55:01,406 DEBUG db_general 165 910 140736510014400 Query result: 9f237531-8f26-42b3-a2b8-95034f3a675b
+2017-04-05 07:55:01,412 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:01,598 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:01,598 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dcd5d52e-a22a-4a91-a17a-f55bfea548bf/checklist/new/
+2017-04-05 07:55:01,689 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:01,689 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:01,724 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:01,724 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:01,724 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:55:02,343 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:55:02,344 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 07:55:02,358 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 07:55:02,358 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:55:02,359 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 07:55:02,633 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:55:02,785 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:02,807 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:03,289 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:55:03,465 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:55:03,472 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:03,657 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:03,657 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:03,994 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:04,245 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:55:04,245 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cfb3491f-0b3f-4d5c-81c8-13c7f038431a/10a03c86bbb94221b30760ca0d3fcfae
+2017-04-05 07:55:04,280 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:04,354 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:04,355 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:04,358 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:04,359 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:04,363 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:04,365 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:04,506 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:04,592 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:04,744 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:04,795 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:04,796 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5f112f41-57e9-4f81-a841-6710a2680ffa/checklist/new/
+2017-04-05 07:55:04,880 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:04,881 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:04,917 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:04,918 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:04,919 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:55:05,235 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:05,331 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:05,336 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:05,753 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:55:05,953 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:55:05,953 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fff7ba77-aced-47da-8d7e-e9c3144ad398/965b6b7ba4834511b84e3377358a953e
+2017-04-05 07:55:05,994 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:06,054 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:06,101 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:55:06,101 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:55:06,105 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:06,106 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:06,110 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:06,111 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:06,373 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:06,374 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/096d0716-c86a-4529-8a09-8856daf1db27/checklist/new/
+2017-04-05 07:55:06,432 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:55:06,453 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:55:06,454 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:55:06,489 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:06,489 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:06,489 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:55:06,544 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:55:06,553 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:07,071 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:07,449 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:55:07,589 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:08,112 DEBUG db_general 56 911 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-04-05 07:55:08,115 DEBUG db_general 65 911 140736510014400 Query result: None
+2017-04-05 07:55:08,117 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:55:08,119 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 07:55:08,121 DEBUG db_general 65 911 140736510014400 Query result: a9f8f8e0-80b7-47d8-aba4-23a4cd35b360
+2017-04-05 07:55:08,125 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a9f8f8e0-80b7-47d8-aba4-23a4cd35b360' ;
+2017-04-05 07:55:08,134 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:08,140 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 07:55:08,148 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:08,224 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:55:08,228 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:08,743 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:09,268 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:55:09,271 DEBUG db_general 165 910 140736510014400 Query result: b688121a-7284-4a81-84a5-2d20a0feeec6
+2017-04-05 07:55:09,275 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:55:09,278 DEBUG db_general 165 910 140736510014400 Query result: 096d0716-c86a-4529-8a09-8856daf1db27
+2017-04-05 07:55:09,281 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:55:09,284 DEBUG db_general 165 910 140736510014400 Query result: 096d0716-c86a-4529-8a09-8856daf1db27
+2017-04-05 07:55:09,287 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '096d0716-c86a-4529-8a09-8856daf1db27';
+2017-04-05 07:55:09,289 DEBUG db_general 165 910 140736510014400 Query result: 2017-159
+2017-04-05 07:55:09,292 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-159';
+2017-04-05 07:55:09,294 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:55:09,300 DEBUG fe_checklist 50 910 140736510014400 EL email: hs0007@att.com
+2017-04-05 07:55:09,303 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '096d0716-c86a-4529-8a09-8856daf1db27';
+2017-04-05 07:55:09,305 DEBUG db_general 165 910 140736510014400 Query result: 2017-159
+2017-04-05 07:55:09,336 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:09,898 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:55:09,901 DEBUG db_general 65 911 140736510014400 Query result: a9f8f8e0-80b7-47d8-aba4-23a4cd35b360
+2017-04-05 07:55:09,904 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STpwfOF' WHERE uuid = 'a9f8f8e0-80b7-47d8-aba4-23a4cd35b360' ;
+2017-04-05 07:55:09,914 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:09,914 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 07:55:09,914 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 07:55:09,925 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-04-05 07:55:09,926 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 07:55:09,926 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-04-05 07:55:10,768 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:11,283 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:11,764 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:11,789 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=b688121a-7284-4a81-84a5-2d20a0feeec6&inviter_uuid=fff7ba77-aced-47da-8d7e-e9c3144ad398&email=automationqattSTMqY9O@gmail.com
+2017-04-05 07:55:12,077 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:12,738 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:12,738 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:13,369 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:55:13,369 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a5b523a-885e-479a-8c06-ad88bcbcdfbe/ce17eb0ad56949a3b07a680bbc97c175
+2017-04-05 07:55:13,406 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:13,492 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:13,493 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:13,496 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:13,498 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:13,502 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:13,503 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:13,607 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:13,629 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:13,942 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:13,943 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49247bbf-a979-4390-819b-8204c3f527ad/checklist/new/
+2017-04-05 07:55:14,015 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:14,015 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:14,049 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:14,050 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:14,050 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:55:14,259 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:14,259 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:55:14,260 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:14,368 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:14,372 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:14,877 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:55:14,978 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:15,064 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:55:15,538 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:55:15,548 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STr840Q@intl.att.com password=iceusers
+2017-04-05 07:55:15,549 ERROR exception_decor 21 908 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 07:55:15,552 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:55:15,552 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 07:55:15,574 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-04-05 07:55:15,575 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 07:55:15,575 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-04-05 07:55:15,642 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:55:15,650 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:15,703 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:55:15,861 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:55:15,868 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:16,437 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:16,856 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:16,949 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:17,443 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:17,872 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:18,493 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:18,964 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: News
+2017-04-05 07:55:18,964 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 07:55:18,968 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 07:55:18,971 DEBUG db_cms 64 908 140736510014400 Query result: 1
+2017-04-05 07:55:18,972 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 07:55:18,972 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 07:55:18,994 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-04-05 07:55:18,994 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 07:55:18,995 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-04-05 07:55:20,781 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:21,302 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:21,340 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:21,729 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:21,730 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:21,902 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 07:55:21,903 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 07:55:21,919 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-04-05 07:55:21,919 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 07:55:21,919 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-04-05 07:55:22,009 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'SThk2xZ';
+2017-04-05 07:55:22,011 DEBUG db_general 165 910 140736510014400 Query result: 191a42ee-f185-4d45-a856-f4dbbb5fbc64
+2017-04-05 07:55:22,017 DEBUG db_general 153 910 140736510014400 Query : select template_id from ice_checklist Where name = 'SThk2xZ';
+2017-04-05 07:55:22,021 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:55:22,088 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:22,644 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:22,837 DEBUG db_cms 142 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:22,837 DEBUG db_cms 116 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:22,838 DEBUG db_cms 118 908 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:22,845 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:22,915 DEBUG db_cms 64 908 140736510014400 Query result: 10
+2017-04-05 07:55:22,915 DEBUG db_cms 148 908 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STKEAlg', 'title_Of_Page_STKEAlg-slug', '', 'description_Of_Page_STe8LNh', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STKEAlg', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:22,923 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STKEAlg', 'title_Of_Page_STKEAlg-slug', '', 'description_Of_Page_STe8LNh', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STKEAlg', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:22,939 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:22,939 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:55:22,939 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:22,944 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:22,947 DEBUG db_cms 64 908 140736510014400 Query result: 71
+2017-04-05 07:55:22,947 DEBUG db_cms 152 908 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 07:55:22,947 DEBUG db_cms 154 908 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (71, '<p>description_Of_Page_STe8LNh</p>');
+2017-04-05 07:55:22,952 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (71, '<p>description_Of_Page_STe8LNh</p>');
+2017-04-05 07:55:22,977 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:22,978 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:55:22,978 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:22,984 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:22,991 DEBUG db_cms 64 908 140736510014400 Query result: 71
+2017-04-05 07:55:22,991 DEBUG db_cms 142 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:22,991 DEBUG db_cms 116 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:22,992 DEBUG db_cms 118 908 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:23,002 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:23,007 DEBUG db_cms 64 908 140736510014400 Query result: 10
+2017-04-05 07:55:23,007 DEBUG db_cms 148 908 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STSWvxC', 'title_Of_Page_STSWvxC-slug', '', 'description_Of_Page_STKVIgt', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STSWvxC', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:23,014 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STSWvxC', 'title_Of_Page_STSWvxC-slug', '', 'description_Of_Page_STKVIgt', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STSWvxC', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:23,026 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:23,026 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:55:23,026 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:23,043 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:23,046 DEBUG db_cms 64 908 140736510014400 Query result: 72
+2017-04-05 07:55:23,046 DEBUG db_cms 152 908 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 07:55:23,047 DEBUG db_cms 154 908 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (72, '<p>description_Of_Page_STKVIgt</p>');
+2017-04-05 07:55:23,057 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (72, '<p>description_Of_Page_STKVIgt</p>');
+2017-04-05 07:55:23,074 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:23,074 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:55:23,075 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:23,081 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:23,083 DEBUG db_cms 64 908 140736510014400 Query result: 72
+2017-04-05 07:55:23,083 DEBUG db_cms 142 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:23,083 DEBUG db_cms 116 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:23,084 DEBUG db_cms 118 908 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:23,089 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:23,089 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:55:23,094 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:23,098 DEBUG db_cms 64 908 140736510014400 Query result: 10
+2017-04-05 07:55:23,099 DEBUG db_cms 148 908 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVPjUS', 'title_Of_Page_STVPjUS-slug', '', 'description_Of_Page_STiltuK', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVPjUS', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:23,108 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVPjUS', 'title_Of_Page_STVPjUS-slug', '', 'description_Of_Page_STiltuK', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVPjUS', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:23,122 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:23,123 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:55:23,123 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:23,132 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:23,152 DEBUG db_cms 64 908 140736510014400 Query result: 73
+2017-04-05 07:55:23,152 DEBUG db_cms 152 908 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 07:55:23,153 DEBUG db_cms 154 908 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (73, '<p>description_Of_Page_STiltuK</p>');
+2017-04-05 07:55:23,165 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (73, '<p>description_Of_Page_STiltuK</p>');
+2017-04-05 07:55:23,175 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:23,306 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:55:23,307 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2731deec-2bfb-4b87-b06f-ac1329990f73/51078a6515fc4cef86360ee08a5f8e94
+2017-04-05 07:55:23,336 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:23,364 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:23,487 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:23,493 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:23,536 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:23,537 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:23,542 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:23,545 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:23,550 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:23,552 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:23,976 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:55:24,042 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:24,141 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:24,141 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8de77688-e098-4769-954e-dd6d83c2467f/checklist/new/
+2017-04-05 07:55:24,231 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:24,232 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:24,280 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:24,280 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:24,280 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:55:24,642 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:55:25,044 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:25,183 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:55:25,534 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:55:25,575 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:25,860 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:55:25,998 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:55:26,004 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:26,104 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:26,323 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:55:26,324 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3a2a90bb-34ad-4385-812b-806278cea02f/f6dbef7dc98c4174a37f27df696835b5
+2017-04-05 07:55:26,371 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:26,441 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:26,442 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:26,445 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:26,447 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:26,450 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:26,451 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:26,516 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:26,793 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:26,794 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/82221719-39e4-4376-8075-53541812a34f/checklist/new/
+2017-04-05 07:55:26,903 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:26,903 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:26,956 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:26,957 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:26,957 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:55:27,221 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:27,750 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'SThk2xZ';
+2017-04-05 07:55:27,752 DEBUG db_general 165 910 140736510014400 Query result: 191a42ee-f185-4d45-a856-f4dbbb5fbc64
+2017-04-05 07:55:27,757 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:27,864 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:55:28,514 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:55:28,621 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:55:28,627 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:29,198 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:29,713 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:29,757 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:29,775 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:55:29,777 DEBUG db_general 165 910 140736510014400 Query result: 096d0716-c86a-4529-8a09-8856daf1db27
+2017-04-05 07:55:29,782 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '096d0716-c86a-4529-8a09-8856daf1db27';
+2017-04-05 07:55:29,786 DEBUG db_general 165 910 140736510014400 Query result: 2017-159
+2017-04-05 07:55:29,790 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-159';
+2017-04-05 07:55:29,792 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:55:30,416 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:55:30,417 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 07:55:30,431 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-04-05 07:55:30,432 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:55:30,432 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 07:55:30,493 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:55:32,608 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:32,845 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:55:33,454 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:33,827 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:55:33,828 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4cdbf2fd-9336-4847-9290-962c3ad995a9/d6cafac55e7a4d6bb1f8022d3bf46882
+2017-04-05 07:55:33,862 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:33,935 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:55:33,936 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:55:33,940 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:33,941 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:33,945 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:33,946 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:34,177 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:34,293 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:34,293 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5f463a67-fc7e-4788-ac12-d3ed81cfb157/checklist/new/
+2017-04-05 07:55:34,361 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:55:34,362 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:55:34,392 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:34,393 DEBUG test_dashboard_feature 58 909 140736510014400 Login with standard user STubkzo@intl.att.com
+2017-04-05 07:55:34,393 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:34,393 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:34,709 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 07:55:34,710 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 07:55:34,725 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-04-05 07:55:34,726 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:55:34,726 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-04-05 07:55:35,020 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:35,258 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:35,777 DEBUG db_checklist 51 910 140736510014400 Query : select owner_id from ice_checklist Where uuid = '191a42ee-f185-4d45-a856-f4dbbb5fbc64' and state = 'peer_review';
+2017-04-05 07:55:35,784 DEBUG db_checklist 66 910 140736510014400 Query result: 1
+2017-04-05 07:55:35,788 DEBUG db_general 153 910 140736510014400 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 07:55:35,791 DEBUG db_general 165 910 140736510014400 Query result: dd1122@att.com
+2017-04-05 07:55:35,791 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:35,791 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:55:35,951 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:36,101 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:36,106 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:36,619 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:55:36,623 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:36,836 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:37,266 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:55:37,268 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:55:37,268 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:55:37,269 DEBUG fe_user 158 909 140736510014400 Adding new next step (via api) and assigning it to user STyON0Y
+2017-04-05 07:55:37,269 DEBUG api_virtual_function 18 909 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5f463a67-fc7e-4788-ac12-d3ed81cfb157/nextsteps
+2017-04-05 07:55:37,356 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:55:37,360 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:37,540 DEBUG api_virtual_function 32 909 140736510014400 Next step was added to the engagement!
+2017-04-05 07:55:37,541 DEBUG fe_user 160 909 140736510014400 Refresh page and look for changes in assigned next steps section:
+2017-04-05 07:55:37,721 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 07:55:37,724 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 07:55:37,725 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 07:55:37,760 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-04-05 07:55:37,761 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 07:55:37,761 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-04-05 07:55:38,278 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:38,281 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:55:38,282 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61ae5e17-a45e-4a5f-ad8a-7281981126e9/818dd4e890774ebdb5db32f1c41910af
+2017-04-05 07:55:38,333 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:38,535 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:38,535 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:38,544 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:38,548 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:38,555 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:38,558 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:38,718 DEBUG fe_user 162 909 140736510014400 > Check if number has changed in 'Assigned To You'
+2017-04-05 07:55:38,738 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:38,825 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:39,188 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:39,189 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0b27812c-3def-4fd3-9a3d-18bbceff4ee1/checklist/new/
+2017-04-05 07:55:39,252 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:39,274 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:39,274 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:39,312 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:39,313 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:39,313 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:55:39,772 DEBUG fe_dashboard 159 909 140736510014400 > Check if the engagement of NS is the correct one
+2017-04-05 07:55:39,791 DEBUG fe_dashboard 166 909 140736510014400 > Check if creator of NS is the EL Homer Simpson
+2017-04-05 07:55:39,829 DEBUG fe_overview 37 909 140736510014400 Go to engagement's overview by clicking on the created Next Step
+2017-04-05 07:55:39,835 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:40,119 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:40,198 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:55:40,238 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:40,654 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'SThk2xZ';
+2017-04-05 07:55:40,656 DEBUG db_general 165 910 140736510014400 Query result: 191a42ee-f185-4d45-a856-f4dbbb5fbc64
+2017-04-05 07:55:40,660 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:40,876 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:55:41,041 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:55:41,049 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:41,278 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:41,525 DEBUG db_cms 142 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:41,526 DEBUG db_cms 116 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:55:41,526 DEBUG db_cms 118 908 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:41,536 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:55:41,550 DEBUG db_cms 64 908 140736510014400 Query result: 10
+2017-04-05 07:55:41,550 DEBUG db_cms 148 908 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STob7ed', 'title_Of_Page_STob7ed-slug', '', 'description_Of_Page_ST47DKY', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STob7ed', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:41,567 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STob7ed', 'title_Of_Page_STob7ed-slug', '', 'description_Of_Page_ST47DKY', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STob7ed', 'richtextpage', true, 10, 1);
+2017-04-05 07:55:41,577 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:41,578 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:55:41,578 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:41,591 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:55:41,594 DEBUG db_cms 64 908 140736510014400 Query result: 74
+2017-04-05 07:55:41,594 DEBUG db_cms 152 908 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 07:55:41,595 DEBUG db_cms 154 908 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (74, '<p>description_Of_Page_ST47DKY</p>');
+2017-04-05 07:55:41,601 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (74, '<p>description_Of_Page_ST47DKY</p>');
+2017-04-05 07:55:41,612 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:41,799 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:55:41,800 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7962852f-98ad-4f64-b30b-ccf3675c7259/f4ce547626624389bf4a992bc2bb5789
+2017-04-05 07:55:41,861 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:41,872 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:41,981 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:41,981 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:41,986 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:41,988 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:41,991 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:41,992 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:42,293 DEBUG fe_overview 42 909 140736510014400 Login with EL user hs0007@att.com
+2017-04-05 07:55:42,294 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:42,294 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:42,383 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:42,506 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:42,507 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/385c0f04-5481-4c16-979d-2c5adbad30e4/checklist/new/
+2017-04-05 07:55:42,573 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:42,574 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:42,603 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:42,603 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:42,603 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:55:42,907 DEBUG db_general 56 911 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-04-05 07:55:42,909 DEBUG db_general 65 911 140736510014400 Query result: None
+2017-04-05 07:55:42,912 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 07:55:42,914 DEBUG db_general 65 911 140736510014400 Query result: a9f8f8e0-80b7-47d8-aba4-23a4cd35b360
+2017-04-05 07:55:42,917 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a9f8f8e0-80b7-47d8-aba4-23a4cd35b360' ;
+2017-04-05 07:55:42,926 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:42,930 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 07:55:42,938 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:42,941 DEBUG db_general 56 911 140736510014400 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:55:42,943 DEBUG db_general 65 911 140736510014400 Query result: STWyT2p@intl.att.com
+2017-04-05 07:55:43,074 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:55:43,077 DEBUG db_general 165 910 140736510014400 Query result: 096d0716-c86a-4529-8a09-8856daf1db27
+2017-04-05 07:55:43,081 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '096d0716-c86a-4529-8a09-8856daf1db27';
+2017-04-05 07:55:43,084 DEBUG db_general 165 910 140736510014400 Query result: 2017-159
+2017-04-05 07:55:43,085 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:43,088 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-159';
+2017-04-05 07:55:43,092 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:55:43,468 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:55:43,713 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:55:43,733 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:43,834 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:43,838 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:44,167 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:55:44,331 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:55:44,343 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:44,742 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:44,994 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:45,267 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 07:55:45,269 DEBUG db_general 165 909 140736510014400 Query result: 2
+2017-04-05 07:55:45,272 DEBUG db_general 56 909 140736510014400 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-04-05 07:55:45,276 DEBUG db_general 65 909 140736510014400 Query result: 233
+2017-04-05 07:55:45,277 DEBUG fe_overview 47 909 140736510014400 el_assigned_ns=233
+2017-04-05 07:55:45,281 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:45,771 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:45,801 DEBUG fe_overview 51 909 140736510014400 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-04-05 07:55:45,891 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:55:45,988 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:55:45,988 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 07:55:45,999 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-04-05 07:55:45,999 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 07:55:45,999 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-04-05 07:55:46,287 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:46,653 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:47,088 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-164';
+2017-04-05 07:55:47,091 DEBUG db_general 165 911 140736510014400 Query result: 0b27812c-3def-4fd3-9a3d-18bbceff4ee1
+2017-04-05 07:55:47,096 DEBUG db_user 38 911 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '0b27812c-3def-4fd3-9a3d-18bbceff4ee1' and email = 'STWyT2p@intl.att.com' ;
+2017-04-05 07:55:47,100 DEBUG fe_general 35 911 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=92651be1-8486-460b-90ad-037f49db1a96
+2017-04-05 07:55:47,773 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:47,773 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:55:48,112 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:48,232 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:48,644 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:55:48,924 DEBUG db_checklist 23 910 140736510014400 Query : select owner_id from ice_checklist Where uuid = '191a42ee-f185-4d45-a856-f4dbbb5fbc64' and state = 'approval';
+2017-04-05 07:55:48,929 DEBUG db_checklist 34 910 140736510014400 Query result: 3
+2017-04-05 07:55:48,939 DEBUG db_general 153 910 140736510014400 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 07:55:48,941 DEBUG db_general 165 910 140736510014400 Query result: admin@att.com
+2017-04-05 07:55:48,941 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:48,941 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:55:49,248 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:55:49,248 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/217d290e-fb4d-4d4c-9c95-fe9065df3044/66d2d75222794530ac23969e472308ec
+2017-04-05 07:55:49,267 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:55:49,286 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:49,374 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:55:49,374 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:55:49,378 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:49,378 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:55:49,381 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:49,384 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=92651be1-8486-460b-90ad-037f49db1a96 page is loaded.
+2017-04-05 07:55:49,385 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:49,386 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:49,657 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:49,658 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7a8750b7-fd14-468e-ac85-0d22a60eae24/checklist/new/
+2017-04-05 07:55:49,748 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:55:49,748 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:55:49,748 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:55:49,804 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:49,804 DEBUG test_dashboard_feature 68 909 140736510014400 About to login with EL and add VFC
+2017-04-05 07:55:49,804 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:49,805 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:50,334 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:50,452 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:55:50,557 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:55:50,561 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:50,712 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:51,214 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:51,393 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:51,506 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:51,509 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:51,741 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:52,023 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:52,538 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:55:52,729 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:52,819 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:53,308 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'SThk2xZ';
+2017-04-05 07:55:53,310 DEBUG db_general 165 910 140736510014400 Query result: 191a42ee-f185-4d45-a856-f4dbbb5fbc64
+2017-04-05 07:55:53,315 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:55:53,347 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 07:55:53,349 DEBUG db_general 65 911 140736510014400 Query result: a9f8f8e0-80b7-47d8-aba4-23a4cd35b360
+2017-04-05 07:55:53,352 DEBUG db_general 92 911 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STuksyi' WHERE uuid = 'a9f8f8e0-80b7-47d8-aba4-23a4cd35b360' ;
+2017-04-05 07:55:53,361 DEBUG db_general 96 911 140736510014400 Update query success!
+2017-04-05 07:55:53,361 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:55:53,361 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 07:55:53,369 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-04-05 07:55:53,370 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 07:55:53,370 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-04-05 07:55:54,764 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:55:55,278 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:55:55,510 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:56,185 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_page
+2017-04-05 07:55:56,186 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 07:55:56,186 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 07:55:56,198 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-04-05 07:55:56,198 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 07:55:56,198 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-04-05 07:55:56,719 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:55:56,719 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/00c383ed-ba80-447b-87c0-86f4313e43eb/3a14318418f54687bbb5f345c61680fa
+2017-04-05 07:55:56,768 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:56,898 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:56,899 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:56,906 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:56,908 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:56,924 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:56,927 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:57,589 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:55:57,590 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e39aac69-0a58-4e62-8f1c-e3db0d702fb1/checklist/new/
+2017-04-05 07:55:57,648 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:55:57,704 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:55:57,704 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:55:57,751 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:55:57,751 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:57,751 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:55:58,357 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:55:58,447 DEBUG fe_dashboard 134 909 140736510014400 Login with user dd1122@att.com
+2017-04-05 07:55:58,447 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:55:58,447 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:55:58,591 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:55:59,240 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:55:59,245 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:55:59,370 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:55:59,376 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:55:59,410 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STuExX1
+2017-04-05 07:55:59,410 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuExX1', 'title_Announcement_STuExX1-slug', '', 'description_Announcement_STDmLuB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDmLuB</p>', true, '', 1, 1);
+2017-04-05 07:55:59,418 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuExX1', 'title_Announcement_STuExX1-slug', '', 'description_Announcement_STDmLuB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDmLuB</p>', true, '', 1, 1);
+2017-04-05 07:55:59,423 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:59,423 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:55:59,424 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:55:59,430 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:55:59,432 DEBUG db_cms 64 908 140736510014400 Query result: 135
+2017-04-05 07:55:59,433 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:55:59,433 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:55:59,436 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:55:59,438 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:55:59,438 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 135
+2017-04-05 07:55:59,438 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (135, 2);
+2017-04-05 07:55:59,441 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (135, 2);
+2017-04-05 07:55:59,444 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:55:59,531 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:55:59,531 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cef1417f-1d9d-4e47-b102-354d25df0d2b/1c27f55505124467be8ae807d61dc643
+2017-04-05 07:55:59,571 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:55:59,724 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:55:59,725 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:55:59,735 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:55:59,737 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:55:59,742 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:55:59,743 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:55:59,896 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:55:59,994 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:55:59,998 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:00,134 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:00,245 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:00,245 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/680aae84-fe20-4a33-8a32-a4ed5070c24f/checklist/new/
+2017-04-05 07:56:00,417 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:56:00,417 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:56:00,469 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:00,469 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:00,469 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:56:00,710 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:01,231 DEBUG fe_dashboard 136 909 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 07:56:01,383 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:56:01,832 DEBUG fe_dashboard 140 909 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:56:02,072 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:56:02,183 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:56:02,189 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:02,663 DEBUG fe_dashboard 142 909 140736510014400 Search engagement by VF name
+2017-04-05 07:56:02,714 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:03,227 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:03,730 DEBUG fe_dashboard 145 909 140736510014400 Engagement found (searched by VF name)
+2017-04-05 07:56:04,373 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:04,764 DEBUG fe_dashboard 147 909 140736510014400 Search engagement by VFC
+2017-04-05 07:56:04,915 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 07:56:04,915 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 07:56:04,930 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-04-05 07:56:04,931 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:56:04,931 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-05 07:56:05,494 DEBUG fe_dashboard 150 909 140736510014400 Engagement found (searched by VFC)
+2017-04-05 07:56:06,388 DEBUG fe_dashboard 152 909 140736510014400 Negative search: search by random string
+2017-04-05 07:56:06,393 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:56:06,398 DEBUG db_general 165 910 140736510014400 Query result: 096d0716-c86a-4529-8a09-8856daf1db27
+2017-04-05 07:56:06,407 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '096d0716-c86a-4529-8a09-8856daf1db27';
+2017-04-05 07:56:06,412 DEBUG db_general 165 910 140736510014400 Query result: 2017-159
+2017-04-05 07:56:06,421 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-159';
+2017-04-05 07:56:06,424 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:56:07,129 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:07,488 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:08,190 DEBUG fe_dashboard 134 909 140736510014400 Login with user STWyT2p@intl.att.com
+2017-04-05 07:56:08,190 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:08,191 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:56:08,249 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:56:08,249 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/40177dea-9a86-4bd8-a400-cb6e5386a3f3/dec04dd7d79d41949b66ea54abf0150b
+2017-04-05 07:56:08,275 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STMjVIu';
+2017-04-05 07:56:08,277 DEBUG db_general 165 910 140736510014400 Query result: 096d0716-c86a-4529-8a09-8856daf1db27
+2017-04-05 07:56:08,282 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '096d0716-c86a-4529-8a09-8856daf1db27';
+2017-04-05 07:56:08,285 DEBUG db_general 165 910 140736510014400 Query result: 2017-159
+2017-04-05 07:56:08,291 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-159';
+2017-04-05 07:56:08,293 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:56:08,295 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:08,400 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:56:08,400 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:56:08,405 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:08,408 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:08,414 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:08,419 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:08,701 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:08,701 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cbe28343-684f-4a90-a9aa-82568045cb28/checklist/new/
+2017-04-05 07:56:08,772 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:56:08,772 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:56:08,804 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:08,804 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:08,805 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:56:09,092 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:56:09,662 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:56:09,899 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:56:10,005 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:56:10,008 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:10,324 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:56:10,439 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:56:10,443 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:10,518 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:10,989 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:11,039 DEBUG fe_dashboard 136 909 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 07:56:11,504 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:11,653 DEBUG fe_dashboard 140 909 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:56:12,862 DEBUG fe_dashboard 142 909 140736510014400 Search engagement by VF name
+2017-04-05 07:56:13,516 DEBUG fe_dashboard 145 909 140736510014400 Engagement found (searched by VF name)
+2017-04-05 07:56:13,642 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:14,154 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:14,335 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STG8HdB@intl.att.com password=iceusers
+2017-04-05 07:56:14,336 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 07:56:14,337 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 07:56:14,337 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 07:56:14,356 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-04-05 07:56:14,357 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 07:56:14,357 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-04-05 07:56:14,461 DEBUG fe_dashboard 147 909 140736510014400 Search engagement by VFC
+2017-04-05 07:56:14,700 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:56:14,772 DEBUG test_detailed_view 30 911 140736510014400 Add Deployment Target
+2017-04-05 07:56:15,175 DEBUG fe_dashboard 150 909 140736510014400 Engagement found (searched by VFC)
+2017-04-05 07:56:15,219 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:56:15,315 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:15,760 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:56:15,915 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:16,205 DEBUG fe_dashboard 152 909 140736510014400 Negative search: search by random string
+2017-04-05 07:56:16,273 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:16,495 DEBUG test_detailed_view 32 911 140736510014400 Add VFC no.1
+2017-04-05 07:56:16,788 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:17,238 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:17,408 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:17,473 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:17,935 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:56:17,935 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 07:56:17,953 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-04-05 07:56:17,953 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 07:56:17,953 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-04-05 07:56:18,035 DEBUG fe_dashboard 134 909 140736510014400 Login with user STWzCEy@intl.att.com
+2017-04-05 07:56:18,035 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:18,035 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:56:18,284 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:18,802 DEBUG db_cms 132 908 140736510014400 Delete all posts
+2017-04-05 07:56:18,802 DEBUG db_cms 134 908 140736510014400 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 07:56:18,848 DEBUG db_cms 28 908 140736510014400 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 07:56:18,882 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:18,883 DEBUG db_cms 137 908 140736510014400 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 07:56:18,894 DEBUG db_cms 28 908 140736510014400 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 07:56:18,949 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:18,950 DEBUG db_cms 79 908 140736510014400 Insert new post : title_FAQSTZuWNz
+2017-04-05 07:56:18,950 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTZuWNz', 'title_FAQSTZuWNz-slug', '', 'description_FAQ_STTKFbM', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STTKFbM</p>', true, '', 1, 1);
+2017-04-05 07:56:18,957 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:56:18,967 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTZuWNz', 'title_FAQSTZuWNz-slug', '', 'description_FAQ_STTKFbM', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STTKFbM</p>', true, '', 1, 1);
+2017-04-05 07:56:18,979 DEBUG fe_detailed_view 116 911 140736510014400 Add VFC no.2
+2017-04-05 07:56:19,018 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:19,019 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:56:19,019 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:56:19,026 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:56:19,029 DEBUG db_cms 64 908 140736510014400 Query result: 136
+2017-04-05 07:56:19,029 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: FAQ
+2017-04-05 07:56:19,029 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 07:56:19,045 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 07:56:19,050 DEBUG db_cms 64 908 140736510014400 Query result: 3
+2017-04-05 07:56:19,051 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 136
+2017-04-05 07:56:19,051 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (136, 3);
+2017-04-05 07:56:19,056 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (136, 3);
+2017-04-05 07:56:19,067 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:19,217 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:56:19,217 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/286b308d-2f65-4614-9ad5-00cf1f4e5340/a273937832a149d88024a450aa6fcbe1
+2017-04-05 07:56:19,249 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:19,355 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:56:19,355 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:56:19,359 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:19,361 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:19,366 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:19,368 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:19,614 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:19,615 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/485a61b3-7cef-4e3f-b9d0-9facf3bedada/checklist/new/
+2017-04-05 07:56:19,652 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:56:19,713 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:56:19,713 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:56:19,765 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:19,766 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:19,766 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:56:19,860 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:56:19,867 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:20,360 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:20,386 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:20,771 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:56:20,910 DEBUG fe_dashboard 136 909 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 07:56:21,154 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:21,394 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:56:21,520 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:56:21,520 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57b1c479-df22-4fc4-a78b-dce135ba8828/d8bd0ec2dab1446b9f191951d87c576b
+2017-04-05 07:56:21,521 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:56:21,527 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:21,529 DEBUG fe_dashboard 140 909 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:56:21,562 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:21,666 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:21,670 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:56:21,670 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:56:21,676 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:21,678 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:21,682 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:21,685 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:22,038 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:22,068 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:22,069 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d7a96b4c-016e-4562-84bc-ce618f0df12e/checklist/new/
+2017-04-05 07:56:22,139 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:56:22,139 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:56:22,178 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STU4R2D';
+2017-04-05 07:56:22,181 DEBUG db_general 165 911 140736510014400 Query result: cb33ae43-3a66-4d83-b1b6-8c44f4cf5272
+2017-04-05 07:56:22,277 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:22,277 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:22,277 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:56:22,333 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:22,447 DEBUG fe_dashboard 142 909 140736510014400 Search engagement by VF name
+2017-04-05 07:56:22,923 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:56:22,923 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 07:56:22,941 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-04-05 07:56:22,941 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 07:56:22,942 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-04-05 07:56:23,080 DEBUG fe_dashboard 145 909 140736510014400 Engagement found (searched by VF name)
+2017-04-05 07:56:23,197 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:56:23,897 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:56:23,965 DEBUG fe_dashboard 147 909 140736510014400 Search engagement by VFC
+2017-04-05 07:56:24,069 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:56:24,080 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:24,598 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:24,706 DEBUG fe_dashboard 150 909 140736510014400 Engagement found (searched by VFC)
+2017-04-05 07:56:25,124 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:56:25,127 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:25,127 DEBUG db_general 165 910 140736510014400 Query result: 086d6260-8495-45a0-ae42-b88b877a246b
+2017-04-05 07:56:25,131 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:56:25,135 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:56:25,138 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:56:25,141 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:56:25,145 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:56:25,147 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:56:25,151 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:56:25,153 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:56:25,158 DEBUG fe_checklist 50 910 140736510014400 EL email: hs0007@att.com
+2017-04-05 07:56:25,162 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:56:25,166 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:56:25,210 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:25,522 DEBUG fe_dashboard 152 909 140736510014400 Negative search: search by random string
+2017-04-05 07:56:26,234 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:26,334 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:56:26,334 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b6da2c3-becd-4d11-8391-3ba71eb9fb22/231e93f560e94fab93e62e075220b56d
+2017-04-05 07:56:26,373 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:26,478 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:56:26,478 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:56:26,483 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:26,485 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:26,489 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:26,490 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:26,589 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:26,925 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:26,925 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b65241c-5b22-4b31-947b-291754886f30/checklist/new/
+2017-04-05 07:56:26,995 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:56:26,996 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:56:27,027 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:27,032 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:27,032 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:56:27,101 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:27,188 DEBUG fe_dashboard 134 909 140736510014400 Login with user admin@att.com
+2017-04-05 07:56:27,189 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:27,189 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:56:27,606 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=086d6260-8495-45a0-ae42-b88b877a246b&inviter_uuid=57b1c479-df22-4fc4-a78b-dce135ba8828&email=automationqattSTPvNjL@gmail.com
+2017-04-05 07:56:27,907 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:56:27,988 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:56:28,595 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:56:28,630 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:56:28,700 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:56:28,704 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:28,747 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:56:28,752 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:29,134 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:29,226 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:29,523 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:29,764 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:29,841 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:29,841 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:56:30,046 DEBUG fe_dashboard 136 909 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 07:56:30,593 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:56:30,660 DEBUG fe_dashboard 140 909 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:56:31,230 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:56:31,349 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:56:31,355 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:31,915 DEBUG fe_dashboard 142 909 140736510014400 Search engagement by VF name
+2017-04-05 07:56:32,094 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:32,124 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:32,607 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:32,636 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:32,830 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 07:56:32,831 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 07:56:32,831 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 07:56:32,845 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-04-05 07:56:32,845 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 07:56:32,845 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-04-05 07:56:32,936 DEBUG fe_dashboard 145 909 140736510014400 Engagement found (searched by VF name)
+2017-04-05 07:56:33,250 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:34,217 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:34,313 DEBUG fe_dashboard 147 909 140736510014400 Search engagement by VFC
+2017-04-05 07:56:34,732 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:34,928 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 07:56:34,928 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 07:56:34,956 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-04-05 07:56:34,958 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 07:56:34,958 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-04-05 07:56:35,216 DEBUG fe_dashboard 150 909 140736510014400 Engagement found (searched by VFC)
+2017-04-05 07:56:35,259 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:36,746 DEBUG db_cms 79 908 140736510014400 Insert new post : title_NewsSTRvM8m
+2017-04-05 07:56:36,746 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTRvM8m', 'title_NewsSTRvM8m-slug', '', 'description_NewsSTR0IGh', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTR0IGh</p>', true, '', 1, 1);
+2017-04-05 07:56:36,756 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTRvM8m', 'title_NewsSTRvM8m-slug', '', 'description_NewsSTR0IGh', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTR0IGh</p>', true, '', 1, 1);
+2017-04-05 07:56:36,782 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:36,782 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:56:36,782 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:56:36,787 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:56:36,795 DEBUG db_cms 64 908 140736510014400 Query result: 137
+2017-04-05 07:56:36,795 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: News
+2017-04-05 07:56:36,795 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 07:56:36,807 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 07:56:36,813 DEBUG db_cms 64 908 140736510014400 Query result: 1
+2017-04-05 07:56:36,813 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 137
+2017-04-05 07:56:36,813 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (137, 1);
+2017-04-05 07:56:36,820 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (137, 1);
+2017-04-05 07:56:36,853 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:37,017 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:56:37,017 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/898e1db5-e4d0-4179-b4d4-9c1660d6c7ea/ed2addb5a479467abda3d2be4b418c65
+2017-04-05 07:56:37,060 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:37,061 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:37,061 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:56:37,071 DEBUG fe_dashboard 152 909 140736510014400 Negative search: search by random string
+2017-04-05 07:56:37,792 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:38,029 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:56:38,087 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:38,543 DEBUG fe_dashboard 134 909 140736510014400 Login with user admin_ro@att.com
+2017-04-05 07:56:38,543 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:38,544 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:56:38,617 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:56:38,619 DEBUG db_general 165 910 140736510014400 Query result: 92c97015-e2b2-4d02-a067-786237c25e4f
+2017-04-05 07:56:38,623 DEBUG db_general 153 910 140736510014400 Query : select template_id from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:56:38,626 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:56:38,658 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:38,692 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:56:38,864 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:56:38,871 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:39,383 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:39,430 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:56:39,430 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9413b1d3-2bfe-4a55-9cc9-0b0aff9c359f/3521519d55d94d2889cab577efeaaeab
+2017-04-05 07:56:39,475 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:56:39,478 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:39,523 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:39,523 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:56:39,585 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:56:39,586 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:56:39,592 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:39,596 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:39,600 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:39,602 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:39,846 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:39,846 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d5f1a490-72dd-4db1-b9ca-4eec640a81e7/checklist/new/
+2017-04-05 07:56:39,927 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:56:39,927 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:56:39,956 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:39,956 DEBUG fe_general 35 911 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:40,165 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:56:40,343 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:56:40,556 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:56:40,560 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:40,561 DEBUG fe_detailed_view 154 911 140736510014400 Login with user STp1yCi@intl.att.com
+2017-04-05 07:56:40,561 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:40,561 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:56:41,043 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:56:41,075 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:41,159 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:56:41,173 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:41,515 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:56:41,594 DEBUG fe_dashboard 136 909 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 07:56:41,816 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:42,195 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:56:42,209 DEBUG fe_dashboard 140 909 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 07:56:42,303 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:56:42,311 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:42,351 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:42,827 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:43,335 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:43,572 DEBUG fe_dashboard 142 909 140736510014400 Search engagement by VF name
+2017-04-05 07:56:43,850 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:44,243 DEBUG fe_dashboard 145 909 140736510014400 Engagement found (searched by VF name)
+2017-04-05 07:56:44,380 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:56:44,384 DEBUG db_general 165 910 140736510014400 Query result: 92c97015-e2b2-4d02-a067-786237c25e4f
+2017-04-05 07:56:44,397 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:45,146 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:45,243 DEBUG fe_dashboard 147 909 140736510014400 Search engagement by VFC
+2017-04-05 07:56:45,661 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:45,904 DEBUG fe_dashboard 150 909 140736510014400 Engagement found (searched by VFC)
+2017-04-05 07:56:46,506 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:56:46,509 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:56:46,512 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:56:46,514 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:56:46,518 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:56:46,520 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:56:46,922 DEBUG fe_dashboard 152 909 140736510014400 Negative search: search by random string
+2017-04-05 07:56:47,377 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:56:47,592 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 07:56:47,593 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 07:56:47,606 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-04-05 07:56:47,607 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 07:56:47,607 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-04-05 07:56:49,374 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:56:49,702 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:50,005 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:50,483 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 07:56:50,484 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 07:56:50,484 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 07:56:50,498 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-04-05 07:56:50,498 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 07:56:50,499 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-04-05 07:56:50,885 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:56:50,885 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/37bd0c41-e0e6-4a64-96c9-30d721299809/ad8e5f7cdcfc481db0d4e78fe4ddf826
+2017-04-05 07:56:50,919 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:51,012 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:56:51,013 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:56:51,017 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:51,019 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:51,023 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:51,025 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:51,331 DEBUG fe_general 35 911 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:51,553 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:51,582 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:51,583 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bc83b39e-f747-4326-9957-cc0864d2c340/checklist/new/
+2017-04-05 07:56:51,699 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:56:51,699 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:56:51,748 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:51,748 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:51,748 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:56:52,136 DEBUG fe_detailed_view 154 911 140736510014400 Login with user admin_ro@att.com
+2017-04-05 07:56:52,136 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:52,136 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:56:52,328 DEBUG db_checklist 51 910 140736510014400 Query : select owner_id from ice_checklist Where uuid = '92c97015-e2b2-4d02-a067-786237c25e4f' and state = 'peer_review';
+2017-04-05 07:56:52,331 DEBUG db_checklist 66 910 140736510014400 Query result: 1
+2017-04-05 07:56:52,336 DEBUG db_general 153 910 140736510014400 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 07:56:52,340 DEBUG db_general 165 910 140736510014400 Query result: dd1122@att.com
+2017-04-05 07:56:52,340 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:52,340 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:56:52,629 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:56:52,648 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:56:52,946 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:56:53,159 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:56:53,283 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:56:53,399 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:56:53,404 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:53,594 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:56:53,728 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:56:53,733 DEBUG db_cms 142 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:56:53,734 DEBUG db_cms 116 908 140736510014400 Retrive id of documentation page:
+2017-04-05 07:56:53,735 DEBUG db_cms 118 908 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:56:53,743 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:53,749 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 07:56:53,758 DEBUG db_cms 64 908 140736510014400 Query result: 10
+2017-04-05 07:56:53,758 DEBUG db_cms 148 908 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST9kl7T', 'title_Of_Page_ST9kl7T-slug', '', 'description_Of_Page_STwBuTC', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST9kl7T', 'richtextpage', true, 10, 1);
+2017-04-05 07:56:53,766 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST9kl7T', 'title_Of_Page_ST9kl7T-slug', '', 'description_Of_Page_STwBuTC', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST9kl7T', 'richtextpage', true, 10, 1);
+2017-04-05 07:56:53,774 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:53,775 DEBUG db_cms 124 908 140736510014400 Retrive id of last page inserted:
+2017-04-05 07:56:53,775 DEBUG db_cms 126 908 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 07:56:53,780 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 07:56:53,783 DEBUG db_cms 64 908 140736510014400 Query result: 75
+2017-04-05 07:56:53,783 DEBUG db_cms 152 908 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 07:56:53,783 DEBUG db_cms 154 908 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (75, '<p>description_Of_Page_STwBuTC</p>');
+2017-04-05 07:56:53,793 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (75, '<p>description_Of_Page_STwBuTC</p>');
+2017-04-05 07:56:53,803 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:56:53,829 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:56:53,960 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:56:53,960 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bc09e10c-6e03-4720-8c46-242344b6a5f4/bb2eca13ce354d4cb6d6af636de2d5cd
+2017-04-05 07:56:54,044 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:56:54,058 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:54,091 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:54,209 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:56:54,257 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:54,457 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:56:54,458 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:56:54,466 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:56:54,469 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:56:54,477 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:56:54,478 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:56:54,588 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:54,613 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:54,768 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:54,967 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:56:54,968 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/805f18a5-c220-421b-bdc5-58ec4f6a08e3/checklist/new/
+2017-04-05 07:56:55,034 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:56:55,034 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:56:55,065 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:56:55,065 DEBUG test_cms_news_and_announcementsion 55 908 140736510014400 About to login with EL and add VFC
+2017-04-05 07:56:55,066 DEBUG fe_general 35 908 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:56:55,117 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:55,145 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:55,280 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:55,652 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:55,665 DEBUG test_cms_news_and_announcementsion 59 908 140736510014400 Login with user hs0007@att.com
+2017-04-05 07:56:55,665 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:56:55,665 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:56:55,959 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:56,470 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:56,539 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:56:56,744 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:57,239 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:56:57,302 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:56:57,309 DEBUG db_general 165 910 140736510014400 Query result: 92c97015-e2b2-4d02-a067-786237c25e4f
+2017-04-05 07:56:57,315 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:56:57,391 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:56:57,399 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:56:57,550 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:57,645 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:58,069 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:56:58,138 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:58,399 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:58,649 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:58,936 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 07:56:58,938 DEBUG db_general 165 909 140736510014400 Query result: 1
+2017-04-05 07:56:58,945 DEBUG db_user 183 909 140736510014400 Query result: [(0,)]
+2017-04-05 07:56:58,945 DEBUG fe_dashboard 85 909 140736510014400 Number of pages: 1
+2017-04-05 07:56:59,301 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:56:59,398 DEBUG fe_dashboard 93 909 140736510014400 result right
+2017-04-05 07:56:59,398 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 07:56:59,398 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 07:56:59,416 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-04-05 07:56:59,416 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 07:56:59,416 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-04-05 07:56:59,449 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:56:59,452 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:56:59,458 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:56:59,461 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:56:59,465 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:56:59,467 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:57:00,208 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:57:01,520 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:02,359 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:57:02,660 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:57:02,660 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b5b36dd9-98e6-4696-b228-a05d70602c63/e8a1da19fd8d4bce85be9ac5b27d3ee0
+2017-04-05 07:57:02,711 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:02,849 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:02,849 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:02,854 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:02,855 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:02,859 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:02,861 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:02,996 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:03,221 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:03,221 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6821d965-b640-4fc6-a299-f14211207774/checklist/new/
+2017-04-05 07:57:03,311 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:03,311 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:03,345 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:03,346 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:03,346 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:57:03,738 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 07:57:03,739 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 07:57:03,758 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-04-05 07:57:03,759 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-05 07:57:03,759 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-04-05 07:57:04,173 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:57:04,540 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:57:04,812 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:57:04,960 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:57:04,965 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:05,252 DEBUG db_checklist 23 910 140736510014400 Query : select owner_id from ice_checklist Where uuid = '92c97015-e2b2-4d02-a067-786237c25e4f' and state = 'approval';
+2017-04-05 07:57:05,262 DEBUG db_checklist 34 910 140736510014400 Query result: 3
+2017-04-05 07:57:05,266 DEBUG db_general 153 910 140736510014400 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 07:57:05,269 DEBUG db_general 165 910 140736510014400 Query result: admin@att.com
+2017-04-05 07:57:05,270 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:05,270 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:57:05,784 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:05,920 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:06,086 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:57:06,314 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:06,714 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:57:06,812 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:57:06,817 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:07,162 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:57:07,163 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f167b44c-8dac-48a3-a92a-20e38d00aca8/5a38ddf1a34f4e5fb234ff81703585c2
+2017-04-05 07:57:07,166 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:07,248 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:07,387 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:07,388 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:07,394 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:07,396 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:07,400 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:07,401 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:07,458 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:07,682 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:07,774 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:07,775 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4850a8ce-2750-41c6-be87-a469fa020ed0/checklist/new/
+2017-04-05 07:57:07,842 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:07,842 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:07,870 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:07,870 DEBUG fe_general 35 911 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:57:07,983 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:08,522 DEBUG fe_detailed_view 145 911 140736510014400 Login with user dd1122@att.com
+2017-04-05 07:57:08,522 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:08,523 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:57:08,685 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:09,199 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:09,232 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:09,420 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:57:09,765 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:57:09,767 DEBUG db_general 165 910 140736510014400 Query result: 92c97015-e2b2-4d02-a067-786237c25e4f
+2017-04-05 07:57:09,772 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:09,828 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:10,059 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:57:10,156 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:57:10,164 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:10,345 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:10,358 ERROR exception_decor 21 908 140736510014400 There was an exception in test_search_documentation
+2017-04-05 07:57:10,360 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 07:57:10,360 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 07:57:10,381 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-04-05 07:57:10,382 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 07:57:10,382 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-04-05 07:57:10,908 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 07:57:10,913 DEBUG db_general 165 909 140736510014400 Query result: 2
+2017-04-05 07:57:10,928 DEBUG db_user 183 909 140736510014400 Query result: [(0,)]
+2017-04-05 07:57:10,929 DEBUG fe_dashboard 85 909 140736510014400 Number of pages: 1
+2017-04-05 07:57:10,980 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:11,358 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-160
+2017-04-05 07:57:11,377 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-162
+2017-04-05 07:57:11,394 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-164
+2017-04-05 07:57:11,411 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-167
+2017-04-05 07:57:11,429 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-31
+2017-04-05 07:57:11,447 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-32
+2017-04-05 07:57:11,465 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-101
+2017-04-05 07:57:11,487 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-102
+2017-04-05 07:57:11,498 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:11,686 DEBUG fe_dashboard 97 909 140736510014400 numOfPage 1
+2017-04-05 07:57:11,716 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:12,378 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 07:57:12,379 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 07:57:12,395 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-04-05 07:57:12,395 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 07:57:12,395 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-04-05 07:57:12,745 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:14,214 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STlgY6C
+2017-04-05 07:57:14,215 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STlgY6C', 'title_Announcement_STlgY6C-slug', '', 'description_Announcement_STgqyS6', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgqyS6</p>', true, '', 1, 1);
+2017-04-05 07:57:14,219 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STlgY6C', 'title_Announcement_STlgY6C-slug', '', 'description_Announcement_STgqyS6', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgqyS6</p>', true, '', 1, 1);
+2017-04-05 07:57:14,230 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,230 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:14,230 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,236 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,239 DEBUG db_cms 64 908 140736510014400 Query result: 138
+2017-04-05 07:57:14,239 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:14,240 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,244 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,246 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:14,247 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 138
+2017-04-05 07:57:14,247 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (138, 2);
+2017-04-05 07:57:14,252 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (138, 2);
+2017-04-05 07:57:14,262 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,262 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_SToBzde
+2017-04-05 07:57:14,263 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToBzde', 'title_Announcement_SToBzde-slug', '', 'description_Announcement_STjXM2C', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STjXM2C</p>', true, '', 1, 1);
+2017-04-05 07:57:14,271 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToBzde', 'title_Announcement_SToBzde-slug', '', 'description_Announcement_STjXM2C', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STjXM2C</p>', true, '', 1, 1);
+2017-04-05 07:57:14,281 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,281 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:14,281 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,285 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,287 DEBUG db_cms 64 908 140736510014400 Query result: 139
+2017-04-05 07:57:14,287 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:14,287 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,293 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,296 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:14,296 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 139
+2017-04-05 07:57:14,297 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (139, 2);
+2017-04-05 07:57:14,301 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (139, 2);
+2017-04-05 07:57:14,311 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,311 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STAsYFP
+2017-04-05 07:57:14,311 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STAsYFP', 'title_Announcement_STAsYFP-slug', '', 'description_Announcement_STMsAZy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STMsAZy</p>', true, '', 1, 1);
+2017-04-05 07:57:14,316 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STAsYFP', 'title_Announcement_STAsYFP-slug', '', 'description_Announcement_STMsAZy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STMsAZy</p>', true, '', 1, 1);
+2017-04-05 07:57:14,324 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,324 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:14,324 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,328 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,331 DEBUG db_cms 64 908 140736510014400 Query result: 140
+2017-04-05 07:57:14,332 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:14,332 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,336 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,339 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:14,339 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 140
+2017-04-05 07:57:14,339 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (140, 2);
+2017-04-05 07:57:14,346 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (140, 2);
+2017-04-05 07:57:14,360 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,360 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STzfMid
+2017-04-05 07:57:14,360 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STzfMid', 'title_Announcement_STzfMid-slug', '', 'description_Announcement_STaYcS8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STaYcS8</p>', true, '', 1, 1);
+2017-04-05 07:57:14,365 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STzfMid', 'title_Announcement_STzfMid-slug', '', 'description_Announcement_STaYcS8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STaYcS8</p>', true, '', 1, 1);
+2017-04-05 07:57:14,375 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,375 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:14,375 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,382 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,386 DEBUG db_cms 64 908 140736510014400 Query result: 141
+2017-04-05 07:57:14,386 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:14,386 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,394 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,397 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:14,397 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 141
+2017-04-05 07:57:14,397 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (141, 2);
+2017-04-05 07:57:14,402 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (141, 2);
+2017-04-05 07:57:14,410 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,412 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STt0Sv3
+2017-04-05 07:57:14,412 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STt0Sv3', 'title_Announcement_STt0Sv3-slug', '', 'description_Announcement_ST4RDvV', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST4RDvV</p>', true, '', 1, 1);
+2017-04-05 07:57:14,418 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STt0Sv3', 'title_Announcement_STt0Sv3-slug', '', 'description_Announcement_ST4RDvV', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST4RDvV</p>', true, '', 1, 1);
+2017-04-05 07:57:14,421 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,421 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:14,422 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,426 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,428 DEBUG db_cms 64 908 140736510014400 Query result: 142
+2017-04-05 07:57:14,428 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:14,428 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,433 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,436 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:14,436 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 142
+2017-04-05 07:57:14,436 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (142, 2);
+2017-04-05 07:57:14,452 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (142, 2);
+2017-04-05 07:57:14,463 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,463 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STy9roW
+2017-04-05 07:57:14,463 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STy9roW', 'title_Announcement_STy9roW-slug', '', 'description_Announcement_SToZr1x', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToZr1x</p>', true, '', 1, 1);
+2017-04-05 07:57:14,464 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:57:14,468 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STy9roW', 'title_Announcement_STy9roW-slug', '', 'description_Announcement_SToZr1x', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToZr1x</p>', true, '', 1, 1);
+2017-04-05 07:57:14,483 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,484 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:14,484 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,488 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:14,490 DEBUG db_cms 64 908 140736510014400 Query result: 143
+2017-04-05 07:57:14,491 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:14,491 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,496 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:14,500 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:14,500 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 143
+2017-04-05 07:57:14,500 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (143, 2);
+2017-04-05 07:57:14,505 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (143, 2);
+2017-04-05 07:57:14,514 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:14,637 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:57:14,637 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c295109-9f40-4fc7-9ffe-3e18fc2bd1b0/32a1e078ae5d435fbe84c17e43f7f199
+2017-04-05 07:57:14,684 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:14,769 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:14,769 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:14,773 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:14,774 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:14,778 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:14,779 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:15,032 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:57:15,071 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:15,072 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c436526e-a8a7-4882-92ec-f81762eba639/checklist/new/
+2017-04-05 07:57:15,144 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:15,144 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:15,174 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:15,175 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:15,175 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:57:15,508 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:15,571 DEBUG fe_general 35 911 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:57:16,032 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:57:16,253 DEBUG fe_detailed_view 145 911 140736510014400 Login with user hs0007@att.com
+2017-04-05 07:57:16,254 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:16,254 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:57:16,687 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:57:16,687 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2f8e1e63-887c-4568-a344-d5e90abf1b5d/1cb431d817b54091814f64a73cff62a1
+2017-04-05 07:57:16,690 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:57:16,720 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:16,800 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:57:16,804 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:16,816 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:16,816 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:16,821 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:16,822 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:16,827 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:16,829 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:17,065 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:57:17,245 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:17,246 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/949c9d37-3034-4477-85d3-775e0636bb83/checklist/new/
+2017-04-05 07:57:17,318 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:17,326 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:17,326 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:17,358 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:17,358 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:17,359 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:57:17,721 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:57:17,814 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:57:17,818 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:18,205 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:57:18,376 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:18,867 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:57:18,962 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:57:18,966 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:19,484 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:19,995 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:20,372 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:57:20,518 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:20,884 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:57:21,301 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:21,423 DEBUG fe_general 35 911 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:57:21,814 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:22,050 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:57:22,053 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:57:22,057 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:57:22,061 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:57:22,066 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:57:22,069 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:57:22,101 DEBUG fe_detailed_view 145 911 140736510014400 Login with user admin@att.com
+2017-04-05 07:57:22,101 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:22,101 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:57:22,879 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:57:22,951 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:23,511 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:57:23,596 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:57:23,602 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:23,682 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:23,867 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:57:23,870 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:57:23,875 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:57:23,878 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:57:23,883 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:57:23,885 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:57:24,130 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:24,273 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 07:57:24,275 DEBUG db_general 165 909 140736510014400 Query result: 1
+2017-04-05 07:57:24,281 DEBUG db_user 183 909 140736510014400 Query result: [(0,)]
+2017-04-05 07:57:24,282 DEBUG fe_dashboard 85 909 140736510014400 Number of pages: 1
+2017-04-05 07:57:24,718 DEBUG fe_dashboard 93 909 140736510014400 result right
+2017-04-05 07:57:24,718 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 07:57:24,719 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 07:57:24,735 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-04-05 07:57:24,736 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-04-05 07:57:24,736 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-04-05 07:57:25,290 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:57:25,832 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:26,346 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:26,682 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:57:26,927 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:27,195 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:57:27,735 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-05 07:57:27,735 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-05 07:57:27,744 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-04-05 07:57:27,745 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 07:57:27,746 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-04-05 07:57:27,901 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:57:28,115 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:57:28,116 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/15aa443b-494a-4bc6-aa0a-c20963922c75/30aafd433d614af0a631e93b6d779291
+2017-04-05 07:57:28,160 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:28,248 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:28,248 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:28,254 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:28,256 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:28,262 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:28,263 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:28,356 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STUOS9w@intl.att.com password=iceusers
+2017-04-05 07:57:28,357 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 07:57:28,357 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 07:57:28,358 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 07:57:28,393 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-04-05 07:57:28,394 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 07:57:28,394 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-04-05 07:57:28,739 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:28,740 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:57:29,080 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:29,080 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/58523939-12a8-47c6-951f-b756c835ee52/checklist/new/
+2017-04-05 07:57:29,226 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:29,226 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:29,298 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:29,298 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:29,298 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:57:29,696 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:57:30,120 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:30,262 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:57:30,384 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:57:30,495 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:57:30,501 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:30,777 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:30,920 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:57:31,164 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:57:31,175 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:31,346 DEBUG db_general 56 911 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:57:31,348 DEBUG db_general 65 911 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:57:31,436 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:31,482 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:57:31,482 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf0b40e9-4b16-439c-b1ff-9d8fb4e4c112/e9947ad1b92847899be2261deb0eccb4
+2017-04-05 07:57:31,525 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:31,691 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:31,691 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:31,695 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:31,696 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:31,698 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:31,702 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:31,703 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:31,961 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:31,962 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1b5563c4-4247-4192-9348-6d24f9937084/checklist/new/
+2017-04-05 07:57:31,973 DEBUG db_general 153 910 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 07:57:31,974 DEBUG db_general 165 910 140736510014400 Query result: hs0007@att.com
+2017-04-05 07:57:31,979 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:32,040 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:32,041 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:32,078 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:32,079 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:32,079 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:57:32,184 DEBUG db_cms 79 908 140736510014400 Insert new post : title_Announcement_STSa97U
+2017-04-05 07:57:32,184 DEBUG db_cms 83 908 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STSa97U', 'title_Announcement_STSa97U-slug', '', 'description_Announcement_STdAycm', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STdAycm</p>', true, '', 1, 1);
+2017-04-05 07:57:32,188 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STSa97U', 'title_Announcement_STSa97U-slug', '', 'description_Announcement_STdAycm', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STdAycm</p>', true, '', 1, 1);
+2017-04-05 07:57:32,201 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:32,201 DEBUG db_cms 92 908 140736510014400 Get the id of the post inserted
+2017-04-05 07:57:32,201 DEBUG db_cms 94 908 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:32,205 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:32,206 DEBUG db_cms 56 908 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 07:57:32,208 DEBUG db_cms 64 908 140736510014400 Query result: 144
+2017-04-05 07:57:32,208 DEBUG db_cms 71 908 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 07:57:32,208 DEBUG db_cms 73 908 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:32,212 DEBUG db_cms 56 908 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 07:57:32,214 DEBUG db_cms 64 908 140736510014400 Query result: 2
+2017-04-05 07:57:32,214 DEBUG db_cms 109 908 140736510014400 bind category into inserted post: 144
+2017-04-05 07:57:32,214 DEBUG db_cms 111 908 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (144, 2);
+2017-04-05 07:57:32,217 DEBUG db_cms 28 908 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (144, 2);
+2017-04-05 07:57:32,227 DEBUG db_cms 32 908 140736510014400 Insert query success!
+2017-04-05 07:57:32,311 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:57:32,312 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d943bec6-7033-4a00-83f0-9b6e11288702/e1203ecb35b44b34bc09b030fa774bdc
+2017-04-05 07:57:32,348 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:32,416 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:32,416 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:32,419 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:32,421 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:32,424 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:32,425 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:32,725 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:57:32,847 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:32,847 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8397f4ba-dbf4-47ef-b410-f5f070c9e417/checklist/new/
+2017-04-05 07:57:32,928 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:57:33,005 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:33,006 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:33,055 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:33,055 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:33,055 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:57:33,073 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:33,426 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:33,426 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:57:33,604 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:57:33,606 DEBUG db_general 165 910 140736510014400 Query result: 92c97015-e2b2-4d02-a067-786237c25e4f
+2017-04-05 07:57:33,608 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:57:33,611 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:33,716 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:57:33,720 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:33,955 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:57:34,187 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:57:34,237 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:34,651 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:57:34,751 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:34,753 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:57:34,757 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:34,857 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:57:34,957 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:57:34,963 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:35,269 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:35,698 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:35,747 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:36,231 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:36,258 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:37,047 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:37,557 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:37,863 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:38,207 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:38,389 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 07:57:38,389 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 07:57:38,406 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-04-05 07:57:38,406 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-04-05 07:57:38,406 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-04-05 07:57:38,724 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:39,386 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:39,899 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:40,422 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 07:57:40,425 DEBUG db_general 165 909 140736510014400 Query result: 2
+2017-04-05 07:57:40,432 DEBUG db_user 183 909 140736510014400 Query result: [(150,)]
+2017-04-05 07:57:40,432 DEBUG fe_dashboard 56 909 140736510014400 Number of pages: 18
+2017-04-05 07:57:40,432 DEBUG fe_dashboard 59 909 140736510014400 numOfPage 19
+2017-04-05 07:57:40,460 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:40,504 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:41,181 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-04-05 07:57:41,182 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-04-05 07:57:41,289 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-04-05 07:57:41,289 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-04-05 07:57:41,290 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-04-05 07:57:41,661 DEBUG db_general 56 911 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:57:41,664 DEBUG db_general 65 911 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:57:41,785 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:57:41,786 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7837d896-443a-4e22-afbc-6179410061bc/592a076932714e0bb296895537ad9fb6
+2017-04-05 07:57:41,832 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:41,942 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:41,942 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:41,946 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:41,948 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:41,952 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:41,954 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:42,450 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:42,450 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1687928d-c238-4f09-b700-e177676efab2/checklist/new/
+2017-04-05 07:57:42,530 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:42,530 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:42,564 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:42,564 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:42,564 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:57:43,381 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:57:43,412 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:44,031 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:57:44,147 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:57:44,152 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:44,547 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:57:44,547 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/250bf6f0-ea8f-4209-a606-6dc72930543b/c72aa50a5fbc4ad2bf9ea4f4eb6671ab
+2017-04-05 07:57:44,597 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:44,664 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:44,710 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:44,710 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:44,715 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:44,716 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:44,720 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:44,723 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:44,972 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:44,973 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8c0020bb-302a-4776-a995-1f59e2faea08/checklist/new/
+2017-04-05 07:57:45,038 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:45,038 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:45,072 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:45,080 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:45,080 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:57:45,177 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:45,917 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:57:46,133 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:46,375 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:57:46,377 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:57:46,378 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STbjfMq@intl.att.com password=iceusers
+2017-04-05 07:57:46,379 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 07:57:46,379 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 07:57:46,380 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 07:57:46,382 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:57:46,385 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:57:46,388 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:57:46,390 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:57:46,398 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-04-05 07:57:46,400 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:57:46,400 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-04-05 07:57:46,611 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:57:46,650 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:46,736 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:57:46,741 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:47,604 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:47,995 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsVEQh';
+2017-04-05 07:57:47,999 DEBUG db_general 165 910 140736510014400 Query result: d7a96b4c-016e-4562-84bc-ce618f0df12e
+2017-04-05 07:57:48,003 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7a96b4c-016e-4562-84bc-ce618f0df12e';
+2017-04-05 07:57:48,006 DEBUG db_general 165 910 140736510014400 Query result: 2017-171
+2017-04-05 07:57:48,010 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-171';
+2017-04-05 07:57:48,014 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:57:48,083 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:48,130 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:48,540 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:49,028 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:49,034 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:49,546 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:49,576 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:49,578 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:57:49,825 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:57:49,825 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f3b3e19-c070-4436-b163-f178c489458c/9b601a86e42e45b99cab031472390ac7
+2017-04-05 07:57:49,869 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:49,987 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:49,987 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:49,991 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:49,992 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:49,997 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:49,999 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:50,125 DEBUG db_general 56 911 140736510014400 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-04-05 07:57:50,129 DEBUG db_general 65 911 140736510014400 Query result: None
+2017-04-05 07:57:50,129 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-04-05 07:57:50,129 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-04-05 07:57:50,169 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-04-05 07:57:50,170 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-04-05 07:57:50,170 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-04-05 07:57:50,270 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:50,719 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:50,719 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20c2909f-4477-49a2-be06-4d56ec34b4be/checklist/new/
+2017-04-05 07:57:50,721 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:50,830 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:50,830 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:50,872 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:50,872 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:50,873 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:57:51,380 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:51,764 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:57:51,830 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:51,934 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:52,320 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:52,413 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:57:52,452 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:52,470 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 07:57:52,474 DEBUG db_general 165 909 140736510014400 Query result: 1
+2017-04-05 07:57:52,483 DEBUG db_user 183 909 140736510014400 Query result: [(1,)]
+2017-04-05 07:57:52,483 DEBUG fe_dashboard 85 909 140736510014400 Number of pages: 1
+2017-04-05 07:57:52,562 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:57:52,569 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:52,901 DEBUG fe_dashboard 89 909 140736510014400 starred_2017-184
+2017-04-05 07:57:52,987 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STeHBQ8';
+2017-04-05 07:57:52,990 DEBUG db_general 165 910 140736510014400 Query result: 92c97015-e2b2-4d02-a067-786237c25e4f
+2017-04-05 07:57:52,995 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:57:53,112 DEBUG fe_dashboard 93 909 140736510014400 result right
+2017-04-05 07:57:53,112 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-04-05 07:57:53,113 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-04-05 07:57:53,132 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-04-05 07:57:53,133 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-04-05 07:57:53,133 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-04-05 07:57:53,187 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:53,600 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 07:57:53,600 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 07:57:53,620 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-04-05 07:57:53,621 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 07:57:53,621 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-04-05 07:57:53,706 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:53,859 DEBUG db_general 56 911 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:57:53,861 DEBUG db_general 65 911 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:57:54,001 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:57:54,002 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a1f2c242-0964-482c-86c7-fca508401cae/d0bdcefeb91442fd944fbcb019f9a866
+2017-04-05 07:57:54,084 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:54,220 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:54,221 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:54,247 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:54,258 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:54,275 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:54,278 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:54,932 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:54,932 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00f66ea2-f170-4120-a7e4-7aeff20d17a9/checklist/new/
+2017-04-05 07:57:55,056 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:57:55,056 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:57:55,168 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:57:55,168 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:57:55,203 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:55,204 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:55,204 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:57:56,014 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:56,079 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:57:56,288 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:56,752 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:57:56,912 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:57:56,919 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:57:57,102 DEBUG api_virtual_function 161 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:57,103 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:57:57,104 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 07:57:57,142 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-04-05 07:57:57,143 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:57:57,143 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-04-05 07:57:57,685 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:57:57,685 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6289ff86-1319-4691-bc82-3de0fd04093f/b2d1760cbc4d473b8ab99841a45949e4
+2017-04-05 07:57:57,772 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:57,791 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:57,796 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:57:57,797 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2b9c894e-c140-4741-94dc-ab9183a93b7e/45e7ec8f73794400b60327e78ab8f751
+2017-04-05 07:57:57,879 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:57:57,915 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:57:57,916 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:57:57,921 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:57,923 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:57,928 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:57,929 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:57,987 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:57,987 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:57,991 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:57:57,992 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:57:58,007 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:57:58,008 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:57:58,312 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:57:58,489 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:58,489 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4ca43146-d1f4-4c2c-9a30-806e61f7d039/checklist/new/
+2017-04-05 07:57:58,554 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:57:58,555 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/44a19c70-af62-432d-8d40-3b93e8aab23e/checklist/new/
+2017-04-05 07:57:58,592 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:57:58,592 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:57:58,642 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:58,642 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:58,643 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:57:58,654 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:57:58,655 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:57:58,707 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:57:58,707 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:57:58,707 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:57:59,334 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:57:59,484 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:57:59,585 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:57:59,586 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:57:59,847 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:00,261 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:00,273 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:58:00,405 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:00,412 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:00,423 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:58:00,438 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:00,953 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:01,014 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:01,014 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/955048b9-67e5-43c9-96f2-3d6d769c228e/4a512b0ced9946bda6461cee2f851552
+2017-04-05 07:58:01,084 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:01,178 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:01,178 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:01,181 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:01,183 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:01,188 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:01,190 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:01,251 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:01,425 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:01,467 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:01,581 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:01,581 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a0e55ef-c791-4524-bcb7-fabc79a5ae98/checklist/new/
+2017-04-05 07:58:01,646 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:01,647 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:01,676 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:01,750 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:01,750 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4950850-add3-406b-9d19-d8edc51c7060/9cbe11d900764660994b190a27695635
+2017-04-05 07:58:01,761 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:01,785 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:01,852 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:01,852 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:01,856 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:01,857 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:01,861 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:01,862 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:01,990 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:01,993 DEBUG db_general 165 910 140736510014400 Query result: d96560eb-8480-4180-883d-4a59510cad49
+2017-04-05 07:58:01,996 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:01,999 DEBUG db_general 165 910 140736510014400 Query result: 4ca43146-d1f4-4c2c-9a30-806e61f7d039
+2017-04-05 07:58:02,002 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:02,004 DEBUG db_general 165 910 140736510014400 Query result: 4ca43146-d1f4-4c2c-9a30-806e61f7d039
+2017-04-05 07:58:02,007 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4ca43146-d1f4-4c2c-9a30-806e61f7d039';
+2017-04-05 07:58:02,009 DEBUG db_general 165 910 140736510014400 Query result: 2017-187
+2017-04-05 07:58:02,012 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-187';
+2017-04-05 07:58:02,015 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:58:02,019 DEBUG fe_checklist 50 910 140736510014400 EL email: hs0007@att.com
+2017-04-05 07:58:02,023 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4ca43146-d1f4-4c2c-9a30-806e61f7d039';
+2017-04-05 07:58:02,025 DEBUG db_general 165 910 140736510014400 Query result: 2017-187
+2017-04-05 07:58:02,059 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:02,240 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:02,286 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:02,368 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:02,368 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4c6bf7b9-58b6-44cf-b363-7c2d9546da06/checklist/new/
+2017-04-05 07:58:02,435 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:02,435 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:02,467 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:02,539 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:02,539 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/88b6c209-6a25-47e6-9f35-d3bb8587309d/ed8d31ee4310408d929c9e503622136e
+2017-04-05 07:58:02,577 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:02,708 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:02,708 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:02,713 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:02,715 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:02,719 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:02,721 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:02,761 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-04-05 07:58:02,762 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-04-05 07:58:02,780 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-04-05 07:58:02,781 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-04-05 07:58:02,781 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-04-05 07:58:03,221 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:03,675 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:03,813 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:03,874 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:03,874 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8adeec33-074a-4f03-aa5c-6cdbef6c0df9/checklist/new/
+2017-04-05 07:58:04,091 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:04,091 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:04,133 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:04,192 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:04,238 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:04,239 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2f9b8edc-3ff9-4b19-8ca2-3bc6fa163f00/f239032cf2fe4e7dbd5d2d9e65ac4d71
+2017-04-05 07:58:04,273 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:04,329 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:04,368 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:04,369 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:04,375 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:04,378 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:04,384 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:04,386 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:04,655 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:04,655 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18eca2f6-dd08-499e-9cf9-9d3f9cc7c96b/checklist/new/
+2017-04-05 07:58:04,700 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=d96560eb-8480-4180-883d-4a59510cad49&inviter_uuid=6289ff86-1319-4691-bc82-3de0fd04093f&email=automationqattSTT96uW@gmail.com
+2017-04-05 07:58:04,731 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:04,731 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:04,769 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:04,886 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:04,886 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a057e1e6-a103-4c9d-8643-1d47022a672e/b5537dd5aade444da2389eda9cb9babc
+2017-04-05 07:58:04,933 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:05,150 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:05,150 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:05,156 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:05,158 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:05,167 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:05,169 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:05,180 DEBUG db_general 153 909 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 07:58:05,183 DEBUG db_general 165 909 140736510014400 Query result: 1
+2017-04-05 07:58:05,320 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:05,429 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:05,682 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:05,683 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9d5b7ea0-15f2-498c-a6a2-5ab47ae187ef/checklist/new/
+2017-04-05 07:58:05,767 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:05,767 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:05,813 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:05,888 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:05,888 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/89e0a05a-2758-4fcf-96a5-d74347027669/e2cd220d4d274c59af7bed2ab11e5968
+2017-04-05 07:58:05,923 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:06,011 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:06,012 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:06,017 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:06,020 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:06,030 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:06,032 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:06,195 DEBUG db_user 183 909 140736510014400 Query result: [(0,)]
+2017-04-05 07:58:06,206 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:06,461 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:58:06,476 DEBUG db_general 56 911 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:58:06,479 DEBUG db_general 65 911 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:58:06,580 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:06,580 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/231a4dd9-6e4a-4279-9bc3-23293b76d12b/checklist/new/
+2017-04-05 07:58:06,622 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:58:06,622 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/79601bf2-afb7-4f9a-a60b-e35bb1077bf8/6b1e5319d3a6408e95fa8e919e39eeb6
+2017-04-05 07:58:06,682 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:06,685 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:06,685 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:06,718 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:06,734 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:06,779 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:06,779 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:06,784 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:06,786 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:06,792 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:06,795 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:06,858 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:06,859 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3cb1db14-807f-4ef7-904c-949dbaf96af0/9e3e0d61713a471f8d8ea2d47e81f207
+2017-04-05 07:58:06,906 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:06,988 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:06,988 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:06,992 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:06,994 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:06,999 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:07,001 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:07,132 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:07,133 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d5b39f30-11f0-4de9-807a-530007ad07e1/checklist/new/
+2017-04-05 07:58:07,199 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:07,199 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:58:07,240 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:07,240 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:07,243 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-04-05 07:58:07,244 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-04-05 07:58:07,265 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-04-05 07:58:07,265 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-04-05 07:58:07,265 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-04-05 07:58:07,282 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:07,282 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:07,282 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:58:07,513 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:07,513 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb048678-e87c-460e-8e4e-6a66440c22ae/checklist/new/
+2017-04-05 07:58:07,606 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:07,607 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:07,648 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:07,746 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:07,746 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c0b02ec-8a27-4896-b1fb-bcc1728591a2/e5389315be6f474585c8f75130b6f3dd
+2017-04-05 07:58:07,791 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:07,894 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:07,895 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:07,898 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:07,900 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:07,904 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:07,906 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:08,030 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:58:08,239 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:58:08,460 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:08,460 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a47dcc2-5878-4b0f-80e9-7dacbbe14205/checklist/new/
+2017-04-05 07:58:08,542 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:08,543 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:08,577 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:08,668 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:08,669 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c6012261-12a0-4768-aa9d-62b87aee8c1d/995c64fbccbc418f80164c3499dd995c
+2017-04-05 07:58:08,690 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:58:08,711 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:08,812 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:08,812 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:08,817 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:08,819 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:08,823 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:58:08,830 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:08,831 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:08,834 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:08,911 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:58:09,059 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:58:09,070 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:09,618 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:09,717 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:09,810 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:09,866 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:09,867 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9a2c188c-b721-434c-9231-46615531b034/checklist/new/
+2017-04-05 07:58:09,979 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:09,979 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:10,019 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:10,099 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:10,099 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3991e30a-5a71-4822-878f-72efe45598c9/810d4bd472d64118b6b9e99f65cad375
+2017-04-05 07:58:10,136 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:10,215 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:10,215 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:10,218 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:10,220 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:10,223 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:10,225 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:10,230 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:10,334 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:10,504 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:10,504 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b39f9238-d238-4a2d-a156-f17f75c3ba15/checklist/new/
+2017-04-05 07:58:10,577 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:10,577 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:10,607 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:10,688 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:10,688 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/575b985d-c9c3-4cbd-a89b-e562e8004bcf/49d5a9d073a34dc587d54942951e48ef
+2017-04-05 07:58:10,720 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:10,765 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:10,766 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:58:10,818 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:10,819 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:10,823 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:10,824 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:10,828 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:10,829 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:10,834 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:11,305 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:11,305 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f652c1ec-de8c-4f11-96c6-7458f1bc74b2/checklist/new/
+2017-04-05 07:58:11,330 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:11,396 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:11,396 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:11,437 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:11,550 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:11,550 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf14d34b-8ce2-482c-ba1d-b8fa6e5aa6dc/e2f54d064cbf45a78ae73c8fbe0a1ea3
+2017-04-05 07:58:11,599 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:11,672 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:58:11,768 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:11,769 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:11,773 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:11,775 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:11,779 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:11,781 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:11,842 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:11,965 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:12,125 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:12,126 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb762d68-0747-4e5e-9f7e-905030825388/checklist/new/
+2017-04-05 07:58:12,194 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:12,194 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:12,230 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:12,312 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:12,312 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/19c8cba3-836a-4294-b9a6-08b066e8f984/c9c7e32f72d84a52a450fca462589e6d
+2017-04-05 07:58:12,349 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:12,376 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:12,456 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:12,456 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:12,456 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:12,461 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:12,463 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:12,467 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:12,469 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:12,510 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:12,515 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:13,207 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:13,208 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/71c1a140-20a0-4881-90c4-04692eb48db4/checklist/new/
+2017-04-05 07:58:13,277 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:13,328 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:13,328 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:13,378 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:13,511 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:13,511 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/da9a93c3-21fe-41ce-a8cc-5545b584f95c/63a765f7c2e24796aee8e0ba5b2b77d0
+2017-04-05 07:58:13,560 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:13,656 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:13,656 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:13,660 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:13,661 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:13,665 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:13,666 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:13,812 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:14,281 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:14,281 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0da5c90c-dbb5-4bb1-b949-4edb5af8cc6a/checklist/new/
+2017-04-05 07:58:14,333 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-04-05 07:58:14,333 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-04-05 07:58:14,348 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-04-05 07:58:14,348 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-04-05 07:58:14,349 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-04-05 07:58:14,371 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:14,371 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:14,405 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:14,519 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:14,520 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e439bbd0-7e17-43ee-a595-d4caa23ad9ae/ff28a7f5d9734b45a7b923d44f0b217f
+2017-04-05 07:58:14,559 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:14,646 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:14,646 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:14,651 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:14,652 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:14,655 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:14,659 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:14,896 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:15,022 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STkGM3r';
+2017-04-05 07:58:15,025 DEBUG db_general 165 910 140736510014400 Query result: 4552dca7-53ca-4f84-a8ce-5112ab8b4a1b
+2017-04-05 07:58:15,031 DEBUG db_general 153 910 140736510014400 Query : select template_id from ice_checklist Where name = 'STkGM3r';
+2017-04-05 07:58:15,038 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:58:15,084 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:58:15,376 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:15,377 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/635080b9-6a1c-4eff-a24d-07d4c73b0b62/checklist/new/
+2017-04-05 07:58:15,504 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:15,504 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:15,560 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:15,692 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:15,693 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a7eefec2-acfd-47a4-9a0b-6c7e9432f4b3/1232d7e1bf5841d7bf2d04aec257a702
+2017-04-05 07:58:15,741 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:15,765 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:15,879 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:15,879 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:15,885 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:15,887 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:15,891 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:15,892 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:15,992 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:15,992 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:58:16,253 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:16,291 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:16,292 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/127bf275-a564-49df-969f-afa34664d92f/checklist/new/
+2017-04-05 07:58:16,375 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:16,375 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:16,425 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:16,542 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:16,542 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a92ad56-0ef3-4ccb-8a05-c819ff5a75fd/9588d21f0d0a45d193a9a37e2283cb42
+2017-04-05 07:58:16,589 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:16,629 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:16,680 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:16,680 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:16,685 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:16,686 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:16,690 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:16,691 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:16,772 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-04-05 07:58:16,772 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-04-05 07:58:16,794 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-04-05 07:58:16,794 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-04-05 07:58:16,794 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-04-05 07:58:16,840 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:58:17,090 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:17,091 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3fbfa983-c79c-4e5a-b136-1c4d126d913c/checklist/new/
+2017-04-05 07:58:17,188 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:17,188 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:17,226 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:17,332 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:17,333 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9e445f84-1196-42bd-b79e-ddfd607b53dd/c4ed7a4675a34e95a4d88b3e70a88bb4
+2017-04-05 07:58:17,389 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:17,499 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:58:17,517 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:17,518 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:17,535 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:17,537 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:17,541 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:17,550 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:17,652 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:58:17,663 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:17,881 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:17,881 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:58:18,436 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:18,437 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/28e3360a-639e-4c6d-8391-ea01c7e7a612/checklist/new/
+2017-04-05 07:58:18,573 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:18,574 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:18,593 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:18,627 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:18,708 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:18,708 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/838f4e91-02de-4547-bc78-73f11663ed68/0fed19d648af4c87966ade18cde98fdc
+2017-04-05 07:58:18,743 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:18,815 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:18,815 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:18,818 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:18,819 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:18,823 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:18,824 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:19,040 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:19,040 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4980b2a7-ccbd-4607-94c6-3697241d46a7/checklist/new/
+2017-04-05 07:58:19,043 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:58:19,119 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:19,155 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:19,155 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:19,204 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:19,305 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:19,305 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2068368-b3a4-48cb-8ca8-68bf85b5ae61/dc6c1e0a31e0454eb1913521e58681a3
+2017-04-05 07:58:19,338 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:19,407 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:19,407 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:19,410 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:19,411 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:19,415 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:19,416 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:19,633 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:19,634 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/531e500a-b01f-4189-a2ed-515adf6bbae0/checklist/new/
+2017-04-05 07:58:19,718 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:19,719 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:19,739 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:19,754 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:19,866 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:19,879 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:19,899 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:19,900 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/419d1c9f-f3e6-44ab-8a9b-50c7412885bc/bb0d47db376e4955ab3198795071d2d0
+2017-04-05 07:58:19,939 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:19,968 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:20,200 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:20,236 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:20,237 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:20,244 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:20,247 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:20,251 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:20,253 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:20,714 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:20,739 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:20,904 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:20,904 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14e18248-ec59-436c-8e1c-9e1a1944116b/checklist/new/
+2017-04-05 07:58:20,984 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:20,984 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:21,024 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:21,110 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:21,111 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/570e1369-9d3e-45d7-813f-8284261ef0a4/784b291921bc43aea32c609f5a32f207
+2017-04-05 07:58:21,145 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:21,201 DEBUG db_general 56 911 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:58:21,203 DEBUG db_general 65 911 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:58:21,238 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:21,238 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:21,241 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STkGM3r';
+2017-04-05 07:58:21,244 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:21,245 DEBUG db_general 165 910 140736510014400 Query result: 4552dca7-53ca-4f84-a8ce-5112ab8b4a1b
+2017-04-05 07:58:21,246 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:21,250 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:21,250 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:21,252 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:21,265 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:21,313 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:58:21,313 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/31e231e5-3054-41d3-91ce-aaef1569c11b/bc97fc647dd1436dbb8124c9e8bee769
+2017-04-05 07:58:21,345 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:21,422 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:21,423 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:21,426 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:21,428 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:21,432 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:21,434 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:21,523 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:21,523 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fe79c35b-4731-44d2-b37f-e248571c9a0a/checklist/new/
+2017-04-05 07:58:21,603 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:21,604 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:21,638 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:21,742 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:21,742 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9b23468e-e3ac-452f-9f71-9a56202aee28/checklist/new/
+2017-04-05 07:58:21,745 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:21,746 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/95a9950c-1993-45b8-8a89-8eeaba805183/e3cd91d760d84cf1a777aae8cb4d3fca
+2017-04-05 07:58:21,787 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:21,788 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-04-05 07:58:21,788 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-04-05 07:58:21,805 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-04-05 07:58:21,805 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-04-05 07:58:21,806 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-04-05 07:58:21,836 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:21,836 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:21,887 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:21,887 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:21,892 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:21,896 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:21,901 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:21,903 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:21,913 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:21,913 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:21,913 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:58:22,768 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:22,769 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a97d4e0-cc1d-442f-bd88-98d9b3945bdc/checklist/new/
+2017-04-05 07:58:22,883 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:22,883 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:22,890 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:58:22,948 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:23,074 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:23,074 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a1dc1301-32bc-4175-b16a-3668c5ace1e3/362e56ae8cbc4e74bf3499adf19a7dd8
+2017-04-05 07:58:23,106 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:23,196 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:23,196 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:23,199 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:23,201 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:23,204 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:23,206 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:23,479 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:23,482 DEBUG db_general 165 910 140736510014400 Query result: 4ca43146-d1f4-4c2c-9a30-806e61f7d039
+2017-04-05 07:58:23,487 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4ca43146-d1f4-4c2c-9a30-806e61f7d039';
+2017-04-05 07:58:23,490 DEBUG db_general 165 910 140736510014400 Query result: 2017-187
+2017-04-05 07:58:23,493 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-187';
+2017-04-05 07:58:23,497 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:58:23,573 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:58:23,697 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:58:23,705 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:23,957 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:23,957 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6fbc77ab-d7a6-498b-a888-68d016013bdf/checklist/new/
+2017-04-05 07:58:24,074 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:24,099 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:24,099 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:24,230 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:24,401 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:24,401 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/201aaee9-e23a-4d1c-a535-ebdeab8dc0bc/cb837c1c2cd543919828a8b92b625d4a
+2017-04-05 07:58:24,483 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:24,505 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:24,631 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:24,632 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:24,636 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:24,639 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:24,644 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:24,646 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:24,893 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:58:25,068 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:25,068 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f7dcc6b-48f6-4719-957e-cf74f6dac059/checklist/new/
+2017-04-05 07:58:25,069 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:25,147 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:25,147 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:25,186 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:25,271 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:25,272 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e822479-57f4-49ca-af10-049aa7b09fc0/7ffa6bf5032f4850908c9efdb64b089d
+2017-04-05 07:58:25,304 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:25,381 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:25,381 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:25,385 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:25,386 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:25,389 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:25,391 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:25,455 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:58:25,455 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5cf9545d-7c6e-4b33-8bef-b95a79dcd4b2/48c385faedad4dc9808994383ea63769
+2017-04-05 07:58:25,491 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:25,605 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:58:25,606 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:58:25,609 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:25,611 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:25,614 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:25,615 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:26,003 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:26,004 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fd9729bc-9d3c-4104-be20-130d7c5ab653/checklist/new/
+2017-04-05 07:58:26,051 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:26,108 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:26,108 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:26,155 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:26,280 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:26,280 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9fa6e740-1059-4916-af14-9fd95accb77c/2f101ac0fb494f38b862b339a4a1143e
+2017-04-05 07:58:26,280 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:26,280 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8063dbc-a374-4156-8ea2-d6cb7ad6b9fd/checklist/new/
+2017-04-05 07:58:26,327 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:26,376 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:58:26,377 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:58:26,403 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:26,403 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:26,408 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:26,409 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:26,412 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:26,413 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:26,413 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:26,413 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:58:26,414 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:26,563 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:26,732 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:26,733 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8f50ea2-92c4-4498-a2ba-a6560cc63b7d/checklist/new/
+2017-04-05 07:58:26,817 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:26,817 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:26,865 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:26,941 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:58:26,982 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:26,983 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d12868db-b2f7-48cd-9b12-ee69dd604dee/76fe04826e4442ce9242dc677dddacad
+2017-04-05 07:58:27,016 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:27,106 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:27,106 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:27,111 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:27,112 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:27,116 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:27,117 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:27,283 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:58:27,599 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:27,689 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:27,690 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a3311dd-465c-48a3-ade5-faa88891c324/checklist/new/
+2017-04-05 07:58:27,772 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:27,772 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:27,809 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:27,883 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:27,883 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aeaf5c1b-5ec4-45a5-9537-93b7f481c4d1/670dd21eab234c37a12c868cb4f69927
+2017-04-05 07:58:27,921 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:27,980 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:28,015 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:28,016 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:28,019 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:28,021 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:28,025 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:28,026 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:28,100 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:28,107 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:28,176 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:28,380 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:28,381 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ebc190ab-e98c-49c8-9e56-4086058923a8/checklist/new/
+2017-04-05 07:58:28,510 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:28,510 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:28,552 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:28,663 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:58:28,664 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/741e6bf7-8aa5-403c-9596-e6fc6ecd92a3/12bc272d15f44cb3a9329e23bdd7695e
+2017-04-05 07:58:28,729 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:28,756 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:28,815 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:28,815 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:28,819 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:28,820 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:28,826 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:28,829 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:28,970 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:29,157 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:58:29,158 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:29,159 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/63153048-fd37-4188-950a-71b52578798c/checklist/new/
+2017-04-05 07:58:29,238 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:58:29,239 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:58:29,268 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:29,272 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:29,273 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:29,273 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:58:29,482 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:29,736 DEBUG db_checklist 51 910 140736510014400 Query : select owner_id from ice_checklist Where uuid = '4552dca7-53ca-4f84-a8ce-5112ab8b4a1b' and state = 'peer_review';
+2017-04-05 07:58:29,740 DEBUG db_checklist 66 910 140736510014400 Query result: 1
+2017-04-05 07:58:29,743 DEBUG db_general 153 910 140736510014400 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 07:58:29,745 DEBUG db_general 165 910 140736510014400 Query result: dd1122@att.com
+2017-04-05 07:58:29,745 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:29,746 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:58:29,790 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:30,004 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-04-05 07:58:30,004 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-04-05 07:58:30,019 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-04-05 07:58:30,019 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-04-05 07:58:30,019 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-04-05 07:58:30,128 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:58:30,311 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-04-05 07:58:30,311 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-04-05 07:58:30,328 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-04-05 07:58:30,328 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-04-05 07:58:30,328 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-04-05 07:58:30,513 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:58:30,784 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:58:30,970 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:58:30,980 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:31,267 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:58:31,487 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:58:31,501 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:31,797 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:32,426 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:32,953 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:33,117 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:33,427 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:34,113 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:34,204 DEBUG db_general 56 911 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 07:58:34,207 DEBUG db_general 65 911 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 07:58:34,340 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:58:34,341 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf178aec-e830-4f01-8691-c8bd647249ab/141cf44d80a34cddb45cec9697276499
+2017-04-05 07:58:34,428 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:34,502 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:34,503 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:34,507 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:34,512 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:34,515 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:34,516 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:34,646 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STkGM3r';
+2017-04-05 07:58:34,648 DEBUG db_general 165 910 140736510014400 Query result: 4552dca7-53ca-4f84-a8ce-5112ab8b4a1b
+2017-04-05 07:58:34,652 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:34,718 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:58:34,718 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d16da479-fde6-4081-aa98-0945368b5ec7/41441cec676c42c893362bd95c0716a0
+2017-04-05 07:58:34,756 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:34,854 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:58:34,854 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:58:34,862 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:34,864 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:34,868 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:34,870 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:34,901 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:34,901 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7640ce1c-448d-4472-aab5-8bc5e535c77a/checklist/new/
+2017-04-05 07:58:35,001 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:35,001 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:35,038 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:35,038 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:35,039 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:58:35,436 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:35,437 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4aac7508-848d-41b7-99cb-100135a0c4ea/checklist/new/
+2017-04-05 07:58:35,517 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:58:35,517 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:58:35,553 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:35,554 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:35,554 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:58:35,876 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:58:36,468 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:58:36,541 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:58:36,658 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:58:36,662 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:36,734 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:36,737 DEBUG db_general 165 910 140736510014400 Query result: 4ca43146-d1f4-4c2c-9a30-806e61f7d039
+2017-04-05 07:58:36,743 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4ca43146-d1f4-4c2c-9a30-806e61f7d039';
+2017-04-05 07:58:36,748 DEBUG db_general 165 910 140736510014400 Query result: 2017-187
+2017-04-05 07:58:36,754 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-187';
+2017-04-05 07:58:36,757 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:58:37,131 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:37,259 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:37,265 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:37,344 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:37,703 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:58:38,060 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:38,337 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:38,585 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:38,851 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:39,107 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-04-05 07:58:39,107 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-04-05 07:58:39,124 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-04-05 07:58:39,124 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-04-05 07:58:39,124 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-04-05 07:58:39,577 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:39,978 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:39,984 DEBUG db_general 165 910 140736510014400 Query result: 4ca43146-d1f4-4c2c-9a30-806e61f7d039
+2017-04-05 07:58:39,990 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4ca43146-d1f4-4c2c-9a30-806e61f7d039';
+2017-04-05 07:58:39,994 DEBUG db_general 165 910 140736510014400 Query result: 2017-187
+2017-04-05 07:58:40,002 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-187';
+2017-04-05 07:58:40,005 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 07:58:40,232 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:40,750 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 07:58:41,292 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-04-05 07:58:41,293 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-04-05 07:58:41,311 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-04-05 07:58:41,312 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:58:41,312 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-04-05 07:58:41,450 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:41,891 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STkGM3r';
+2017-04-05 07:58:41,894 DEBUG db_general 165 910 140736510014400 Query result: ['9f61bc07-a27f-499b-90ed-c6114db88116', '4552dca7-53ca-4f84-a8ce-5112ab8b4a1b']
+2017-04-05 07:58:41,908 DEBUG db_general 153 910 140736510014400 Query : select state from ice_checklist Where uuid = '9f61bc07-a27f-499b-90ed-c6114db88116';
+2017-04-05 07:58:41,912 DEBUG db_general 165 910 140736510014400 Query result: pending
+2017-04-05 07:58:41,921 DEBUG db_general 153 910 140736510014400 Query : select state from ice_checklist Where uuid = '4552dca7-53ca-4f84-a8ce-5112ab8b4a1b';
+2017-04-05 07:58:41,927 DEBUG db_general 165 910 140736510014400 Query result: archive
+2017-04-05 07:58:41,927 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 07:58:41,928 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 07:58:41,945 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-04-05 07:58:41,945 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 07:58:41,945 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-04-05 07:58:43,324 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:58:43,324 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/38a57c5c-4b94-44d2-8876-c483c275eea1/e9e73be150784552bfb5d64ff8e6f7d3
+2017-04-05 07:58:43,360 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:43,443 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:58:43,444 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:58:43,451 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:43,453 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:43,458 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:43,460 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:43,966 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:43,966 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b08a61f3-1c9c-42f9-a5a7-ecba6d8f3bb5/checklist/new/
+2017-04-05 07:58:44,041 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:58:44,041 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:58:44,075 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:44,075 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:44,075 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:58:44,358 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:44,460 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:45,002 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:58:45,605 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:58:45,605 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0a41236-8a1b-4b03-b0e2-81e27d25d8e1/4a64844f24fc4a55bf75a7a4c4adc532
+2017-04-05 07:58:45,659 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:45,688 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:45,764 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:58:45,765 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a75da751-b90c-44f0-8bc1-983297232670/75f98778f45a4234b9672eb5b1fca4aa
+2017-04-05 07:58:45,786 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:58:45,786 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:58:45,793 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:45,799 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:45,807 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:45,808 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:45,815 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:45,853 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:45,861 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:45,947 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:45,947 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:45,951 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:45,952 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:45,956 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:45,957 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:46,373 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:46,391 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:46,391 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/717e1153-3d7d-4865-ada0-57c87b126ee9/checklist/new/
+2017-04-05 07:58:46,481 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:58:46,481 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:58:46,496 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:46,497 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/08b7934b-689a-4d08-ab6b-f9c71b909c11/checklist/new/
+2017-04-05 07:58:46,524 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:46,524 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:46,524 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:58:46,588 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:46,589 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:46,629 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:46,630 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:46,630 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:58:46,899 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:47,416 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:58:47,476 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:58:48,103 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:58:48,122 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:58:48,210 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:58:48,221 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:48,258 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:58:48,264 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:48,742 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:49,104 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:49,254 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:49,776 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_vf Where name = 'STOKdqj';
+2017-04-05 07:58:49,779 DEBUG db_general 165 910 140736510014400 Query result: fa4feb58-4072-45a1-93ff-9ad84712cd37
+2017-04-05 07:58:49,782 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STOKdqj';
+2017-04-05 07:58:49,784 DEBUG db_general 165 910 140736510014400 Query result: 717e1153-3d7d-4865-ada0-57c87b126ee9
+2017-04-05 07:58:49,787 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STOKdqj';
+2017-04-05 07:58:49,789 DEBUG db_general 165 910 140736510014400 Query result: 717e1153-3d7d-4865-ada0-57c87b126ee9
+2017-04-05 07:58:49,792 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '717e1153-3d7d-4865-ada0-57c87b126ee9';
+2017-04-05 07:58:49,794 DEBUG db_general 165 910 140736510014400 Query result: 2017-225
+2017-04-05 07:58:49,797 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-225';
+2017-04-05 07:58:49,799 DEBUG db_general 165 910 140736510014400 Query result: 1
+2017-04-05 07:58:49,804 DEBUG fe_checklist 50 910 140736510014400 EL email: dd1122@att.com
+2017-04-05 07:58:49,807 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '717e1153-3d7d-4865-ada0-57c87b126ee9';
+2017-04-05 07:58:49,809 DEBUG db_general 165 910 140736510014400 Query result: 2017-225
+2017-04-05 07:58:49,838 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:49,944 DEBUG test_left_nav_panel 124 911 140736510014400 Fetched ID: dashboard_2017-160: STpQ57I
+2017-04-05 07:58:50,631 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:58:50,632 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 07:58:50,646 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-04-05 07:58:50,646 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 07:58:50,646 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-04-05 07:58:51,432 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:51,948 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:58:52,459 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=fa4feb58-4072-45a1-93ff-9ad84712cd37&inviter_uuid=b0a41236-8a1b-4b03-b0e2-81e27d25d8e1&email=automationqattST839hL@gmail.com
+2017-04-05 07:58:52,525 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-04-05 07:58:52,526 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-04-05 07:58:52,543 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-04-05 07:58:52,543 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:58:52,544 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-05 07:58:53,025 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:54,535 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:58:54,535 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5e50d326-ebb3-4690-89a2-dc7bbe6e2243/af36af9d2cbf4beca53197864001ffeb
+2017-04-05 07:58:54,567 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:58:54,656 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:54,657 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:54,662 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:58:54,664 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:58:54,668 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:58:54,670 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:58:54,690 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:58:54,999 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:58:55,293 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:58:55,294 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12f05213-5f6c-4310-a4e9-e9e7d5653395/checklist/new/
+2017-04-05 07:58:55,371 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:58:55,372 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:58:55,405 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:58:55,406 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:55,406 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:58:55,494 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:55,495 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:58:56,208 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:58:56,212 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STQgwab@intl.att.com';
+2017-04-05 07:58:56,215 DEBUG db_general 117 909 140736510014400 Query result: 3b0f16a7-4a75-4f58-a348-8a3e0da32db2
+2017-04-05 07:58:56,218 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STQgwab@intl.att.com';
+2017-04-05 07:58:56,221 DEBUG db_general 117 909 140736510014400 Query result: 202
+2017-04-05 07:58:56,225 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '202';
+2017-04-05 07:58:56,226 DEBUG db_general 165 909 140736510014400 Query result: 3412ad130bf644198b85520faaede2e0
+2017-04-05 07:58:56,227 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b0f16a7-4a75-4f58-a348-8a3e0da32db2/3412ad130bf644198b85520faaede2e0
+2017-04-05 07:58:56,227 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b0f16a7-4a75-4f58-a348-8a3e0da32db2/3412ad130bf644198b85520faaede2e0
+2017-04-05 07:58:56,276 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:58:56,314 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:58:56,940 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:58:56,940 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:58:56,964 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:58:56,984 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:58:57,089 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:58:57,093 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:58:57,096 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:57,098 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:58:57,885 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:58:57,953 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:57,972 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:58,478 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:58,490 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:58,576 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:58:58,674 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:58:58,685 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 07:58:59,067 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:59,226 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:59,322 DEBUG db_general 109 911 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'dd1122@att.com';
+2017-04-05 07:58:59,326 DEBUG db_general 117 911 140736510014400 Query result: 414b62ec-c5f9-4a11-9f5d-3f73ba740500
+2017-04-05 07:58:59,353 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-227: STOjJUe
+2017-04-05 07:58:59,361 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STOjJUe';
+2017-04-05 07:58:59,363 DEBUG db_general 165 911 140736510014400 Query result: 205bdc0a-9bac-4dd0-866b-9cea5ea58ddb
+2017-04-05 07:58:59,371 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-160: STpQ57I
+2017-04-05 07:58:59,380 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STpQ57I';
+2017-04-05 07:58:59,383 DEBUG db_general 165 911 140736510014400 Query result: 282c36e1-ad68-40ba-9b97-73fdc0061707
+2017-04-05 07:58:59,393 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-226: STqXNLs
+2017-04-05 07:58:59,401 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STqXNLs';
+2017-04-05 07:58:59,404 DEBUG db_general 165 911 140736510014400 Query result: fa26a147-f74a-463e-9981-f04a538d849c
+2017-04-05 07:58:59,412 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-225: STOKdqj
+2017-04-05 07:58:59,580 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:58:59,580 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 07:58:59,598 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-04-05 07:58:59,598 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 07:58:59,598 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-04-05 07:58:59,723 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STOKdqj';
+2017-04-05 07:58:59,731 DEBUG db_general 165 911 140736510014400 Query result: fa4feb58-4072-45a1-93ff-9ad84712cd37
+2017-04-05 07:58:59,744 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-224: STJlSQL
+2017-04-05 07:58:59,763 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STJlSQL';
+2017-04-05 07:58:59,766 DEBUG db_general 165 911 140736510014400 Query result: c5cc271b-6965-4e3f-827c-0b9634835a75
+2017-04-05 07:58:59,782 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-187: STsgYak
+2017-04-05 07:58:59,800 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STsgYak';
+2017-04-05 07:58:59,803 DEBUG db_general 165 911 140736510014400 Query result: d96560eb-8480-4180-883d-4a59510cad49
+2017-04-05 07:58:59,815 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-223: STv1Ihd
+2017-04-05 07:58:59,820 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:58:59,826 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STv1Ihd';
+2017-04-05 07:58:59,832 DEBUG db_general 165 911 140736510014400 Query result: f2afb657-1625-4d92-8c66-547bef882ad8
+2017-04-05 07:58:59,849 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-222: STSp9VO
+2017-04-05 07:58:59,859 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STSp9VO';
+2017-04-05 07:58:59,866 DEBUG db_general 165 911 140736510014400 Query result: efed8c0a-5fe7-4a6a-b2d2-2a22aa17fc98
+2017-04-05 07:58:59,886 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-221: STg2XIr
+2017-04-05 07:58:59,905 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STg2XIr';
+2017-04-05 07:58:59,914 DEBUG db_general 165 911 140736510014400 Query result: cabb5dc6-8390-41ba-b629-4f2e038e3b97
+2017-04-05 07:58:59,926 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-220: STHyNAQ
+2017-04-05 07:58:59,944 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STHyNAQ';
+2017-04-05 07:58:59,949 DEBUG db_general 165 911 140736510014400 Query result: 98bf16d9-355f-43bd-8bfa-fad9857cb904
+2017-04-05 07:58:59,962 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-219: STFrPqM
+2017-04-05 07:58:59,975 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STFrPqM';
+2017-04-05 07:58:59,981 DEBUG db_general 165 911 140736510014400 Query result: 2eb3c4cd-a39f-4d2a-ade6-2df0af32b403
+2017-04-05 07:58:59,995 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-218: STbIGVO
+2017-04-05 07:59:00,007 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STbIGVO';
+2017-04-05 07:59:00,013 DEBUG db_general 165 911 140736510014400 Query result: 06e4c04c-6cbc-4a50-8782-3ea75592a89c
+2017-04-05 07:59:00,027 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-217: STGhuEY
+2017-04-05 07:59:00,040 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STGhuEY';
+2017-04-05 07:59:00,047 DEBUG db_general 165 911 140736510014400 Query result: 43f6776a-9cf2-407b-a448-dbe3a8cf2b15
+2017-04-05 07:59:00,059 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-216: STPrpey
+2017-04-05 07:59:00,083 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STPrpey';
+2017-04-05 07:59:00,087 DEBUG db_general 165 911 140736510014400 Query result: a257106d-7bc1-48bd-b0a4-5a128dbd0b59
+2017-04-05 07:59:00,103 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-215: STdhzeB
+2017-04-05 07:59:00,116 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STdhzeB';
+2017-04-05 07:59:00,121 DEBUG db_general 165 911 140736510014400 Query result: a14fc4f0-d1c7-46d7-8aeb-2fe6201fae59
+2017-04-05 07:59:00,133 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-214: ST3Jo5O
+2017-04-05 07:59:00,141 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'ST3Jo5O';
+2017-04-05 07:59:00,149 DEBUG db_general 165 911 140736510014400 Query result: 148628d5-ebad-46d4-a880-65ed848caf97
+2017-04-05 07:59:00,161 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-213: STDbLEG
+2017-04-05 07:59:00,184 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STDbLEG';
+2017-04-05 07:59:00,187 DEBUG db_general 165 911 140736510014400 Query result: c54fd08d-4811-4483-8a92-5a0e20cd030d
+2017-04-05 07:59:00,201 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-212: STVhjW0
+2017-04-05 07:59:00,218 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STVhjW0';
+2017-04-05 07:59:00,223 DEBUG db_general 165 911 140736510014400 Query result: e46e2e61-0c6d-4f0a-b2c1-564a45a913a6
+2017-04-05 07:59:00,238 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-211: STfbsNE
+2017-04-05 07:59:00,247 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STfbsNE';
+2017-04-05 07:59:00,254 DEBUG db_general 165 911 140736510014400 Query result: 71c4ceef-93c5-4b78-8b38-7a303a4b6661
+2017-04-05 07:59:00,266 DEBUG test_left_nav_panel 103 911 140736510014400 Fetched ID: clickable_2017-210: STPcnBE
+2017-04-05 07:59:00,276 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_vf Where name = 'STPcnBE';
+2017-04-05 07:59:00,283 DEBUG db_general 165 911 140736510014400 Query result: 1f18cd65-1760-4353-862a-705980d2d804
+2017-04-05 07:59:00,283 DEBUG test_left_nav_panel 109 911 140736510014400 Right result
+2017-04-05 07:59:00,284 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 07:59:00,284 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 07:59:00,303 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-04-05 07:59:00,303 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 07:59:00,303 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-04-05 07:59:00,619 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:00,902 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:00,902 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:59:01,767 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:59:02,414 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:59:02,532 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:59:02,536 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:02,742 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:02,840 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:03,047 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:03,614 DEBUG test_login_with_new_user 389 909 140736510014400 click_on on + Dashboard
+2017-04-05 07:59:04,035 DEBUG fe_wizard 20 909 140736510014400 Tab Add Virtual Functions
+2017-04-05 07:59:04,136 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STkEmpS';
+2017-04-05 07:59:04,141 DEBUG db_general 165 910 140736510014400 Query result: de77e734-fc65-4416-9c77-37667a21b0da
+2017-04-05 07:59:04,145 DEBUG db_general 153 910 140736510014400 Query : select template_id from ice_checklist Where name = 'STkEmpS';
+2017-04-05 07:59:04,148 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:59:04,162 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:59:04,163 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e52a5459-0a76-4eb7-a8ec-fa2b17ad3ff2/a9f86436adf74b688b086bd3dcd46b34
+2017-04-05 07:59:04,202 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:59:04,222 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:59:04,222 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5f37b883-d8a6-456c-af34-e12efe661af5/147fc4462489421b875039312d55d62f
+2017-04-05 07:59:04,228 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:04,281 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:04,366 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:04,367 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:04,372 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:04,379 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:04,400 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:04,403 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:04,429 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:04,430 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:04,436 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:04,447 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:04,451 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:04,453 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:04,851 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:04,852 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a4df280a-5ec9-4e0e-8167-895afb5234be/checklist/new/
+2017-04-05 07:59:04,898 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:04,899 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/53452570-1453-4a54-9943-ba12ab0d310c/checklist/new/
+2017-04-05 07:59:04,962 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:04,962 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:05,001 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:05,002 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:05,019 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:05,024 DEBUG db_general 153 911 140736510014400 Query : select engagement_id from ice_vf Where name = 'STR4YLQ';
+2017-04-05 07:59:05,027 DEBUG db_general 165 911 140736510014400 Query result: a4df280a-5ec9-4e0e-8167-895afb5234be
+2017-04-05 07:59:05,032 DEBUG db_general 153 911 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'a4df280a-5ec9-4e0e-8167-895afb5234be';
+2017-04-05 07:59:05,035 DEBUG db_general 165 911 140736510014400 Query result: 2017-228
+2017-04-05 07:59:05,042 DEBUG db_general 153 911 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-228';
+2017-04-05 07:59:05,045 DEBUG db_general 165 911 140736510014400 Query result: 2
+2017-04-05 07:59:05,047 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:05,047 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:05,047 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:59:05,053 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:05,053 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:59:05,484 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:05,599 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:05,599 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:59:05,957 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:59:05,984 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:59:06,040 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:06,385 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:59:06,667 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:59:06,667 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:59:06,688 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:06,766 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:59:06,770 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:06,828 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:59:06,837 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:07,025 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:59:07,162 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:59:07,168 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:07,208 DEBUG fe_wizard 43 909 140736510014400 Tab Add Vendor Contact
+2017-04-05 07:59:07,381 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:07,523 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:07,682 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:07,896 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:08,041 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:08,200 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:08,724 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:09,036 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 07:59:09,909 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:10,375 DEBUG fe_wizard 76 909 140736510014400 Tab Invite Team Members
+2017-04-05 07:59:10,449 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist Where name = 'STkEmpS';
+2017-04-05 07:59:10,451 DEBUG db_general 165 910 140736510014400 Query result: de77e734-fc65-4416-9c77-37667a21b0da
+2017-04-05 07:59:10,457 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:10,796 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:11,185 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:11,854 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:11,993 DEBUG fe_wizard 89 909 140736510014400 About to add an SSH Key in modal window
+2017-04-05 07:59:12,007 DEBUG helper 42 909 140736510014400 About to generate SSH Public Key
+2017-04-05 07:59:12,102 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:12,328 DEBUG helper 57 909 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrTV7vLFeIIPW7I0nH5YYKz54C3tBI4U1cAw7WNxBOd0xLA00INJJtCXRv7JyTMvMWbh7e4lYdV9ntN68+rRqg2C0RhK+2aAl1MhvRaAIXoZ82uR3hX7znPQ62K1Ej2XzEi/U6IC5bsXfTpGMuYXB2d42XmyfzXhfGJP7Yv14JpuBVj+rGjP34byliA5WjA6B9BstwG8Wrp2zfP2JoLxxrU4OuCEGkEL0aB7/ZQ6YpuzQ5UTQ7bRqWgfaaNmyTJQ6pCEujkLTQXvjN4ikf2sCT1xSclV2Tr3kMrAkTJuU4b3/Lxiw1Qy7lSQo2Fc7AQwy8TLnZDspJKbfGS2yheEpp
+2017-04-05 07:59:12,370 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:12,751 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:13,001 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:14,154 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 07:59:14,309 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 07:59:15,055 DEBUG fe_wizard 99 909 140736510014400 SSH Key added via modal window.
+2017-04-05 07:59:15,447 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:15,487 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:59:15,677 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:59:15,701 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:16,004 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 07:59:16,210 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:16,411 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTX4qNA';
+2017-04-05 07:59:16,414 DEBUG db_general 165 909 140736510014400 Query result: 7a158cab-41f2-4d20-9893-21f6275c2ebc
+2017-04-05 07:59:16,418 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '7a158cab-41f2-4d20-9893-21f6275c2ebc';
+2017-04-05 07:59:16,421 DEBUG db_general 165 909 140736510014400 Query result: 2017-230
+2017-04-05 07:59:16,426 DEBUG db_general 153 909 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-230';
+2017-04-05 07:59:16,429 DEBUG db_general 165 909 140736510014400 Query result: 1
+2017-04-05 07:59:16,439 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTX4qNA';
+2017-04-05 07:59:16,442 DEBUG db_general 165 909 140736510014400 Query result: 7a158cab-41f2-4d20-9893-21f6275c2ebc
+2017-04-05 07:59:16,447 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '7a158cab-41f2-4d20-9893-21f6275c2ebc';
+2017-04-05 07:59:16,450 DEBUG db_general 165 909 140736510014400 Query result: 2017-230
+2017-04-05 07:59:16,723 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:17,284 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 07:59:17,284 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 07:59:17,304 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-04-05 07:59:17,305 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 07:59:17,306 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-04-05 07:59:17,378 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:17,566 DEBUG db_general 153 909 140736510014400 Query : select full_name from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 07:59:17,568 DEBUG db_general 165 909 140736510014400 Query result: Donald Duck
+2017-04-05 07:59:17,606 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:59:17,607 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 07:59:17,629 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-05 07:59:17,630 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 07:59:17,630 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-05 07:59:18,567 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 07:59:20,267 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:20,433 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:20,750 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:20,859 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:21,381 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:21,839 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:59:21,840 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/08a45f8e-791c-4687-b446-93b79b9346e3/519a43c47da24993a874bd5acbb0a1e3
+2017-04-05 07:59:21,891 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:22,013 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:22,014 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:22,024 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:22,027 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:22,030 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:22,032 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:22,154 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:59:22,154 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3cad62e1-3601-4b0f-b413-88e1f25c7ce6/5b79966ee27b4931b94e39e6ac659120
+2017-04-05 07:59:22,167 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:22,202 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:22,310 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:59:22,310 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:59:22,314 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:22,316 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:22,319 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:22,320 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:22,631 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:22,631 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ae0394c-4288-4064-89f1-56cd9a092891/checklist/new/
+2017-04-05 07:59:22,682 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTSAh0F';
+2017-04-05 07:59:22,684 DEBUG db_general 165 908 140736510014400 Query result: 23df2d8c-ca12-4963-87a0-f442cd11f1d0
+2017-04-05 07:59:22,688 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '23df2d8c-ca12-4963-87a0-f442cd11f1d0';
+2017-04-05 07:59:22,690 DEBUG db_general 165 908 140736510014400 Query result: 2017-231
+2017-04-05 07:59:22,724 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:22,724 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:22,773 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:22,773 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:22,774 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:59:22,890 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 07:59:22,890 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 07:59:22,909 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+
+2017-04-05 07:59:22,909 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 07:59:22,910 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-04-05 07:59:23,132 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:23,133 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5678d4b-6568-45a6-ab4a-6be2e7d48806/checklist/new/
+2017-04-05 07:59:23,298 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:59:23,298 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:59:23,341 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:23,341 DEBUG api_user 56 909 140736510014400 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-04-05 07:59:23,374 DEBUG api_user 74 909 140736510014400 Testing for Cross site scripting successfully : STFMEjNstattus Code = 500
+2017-04-05 07:59:23,375 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5678d4b-6568-45a6-ab4a-6be2e7d48806/checklist/new/
+2017-04-05 07:59:23,517 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:59:23,517 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:59:23,577 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:23,577 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:23,577 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:59:23,703 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:59:24,392 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:59:24,541 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:59:24,550 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:59:24,550 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:25,133 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:25,215 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:59:25,348 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:25,419 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:59:25,435 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:25,652 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:25,952 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:26,062 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTUuPNA';
+2017-04-05 07:59:26,066 DEBUG db_general 165 908 140736510014400 Query result: f03e527d-2277-494d-a4f4-744f1f059d8f
+2017-04-05 07:59:26,069 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'f03e527d-2277-494d-a4f4-744f1f059d8f';
+2017-04-05 07:59:26,073 DEBUG db_general 165 908 140736510014400 Query result: 2017-232
+2017-04-05 07:59:26,480 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:26,834 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:59:26,834 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9bed4d7b-6fa8-4ff6-a4af-b9462c284a1a/b73364a4a57444ae9c8c8f2e88c7b563
+2017-04-05 07:59:26,944 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:27,156 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:59:27,156 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:59:27,165 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:27,168 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:27,203 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:27,223 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:27,361 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:27,598 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:59:28,025 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:28,026 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f077e8e1-8df5-488d-8c96-7045f9b5b957/checklist/new/
+2017-04-05 07:59:28,111 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 07:59:28,146 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:59:28,147 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:59:28,193 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:28,237 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:28,281 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:59:28,281 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:59:28,281 DEBUG api_checklist 16 910 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f077e8e1-8df5-488d-8c96-7045f9b5b957/checklist/new/
+2017-04-05 07:59:28,285 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 07:59:28,286 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:59:28,286 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f077e8e1-8df5-488d-8c96-7045f9b5b957/checklist/new/
+2017-04-05 07:59:28,399 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:59:28,400 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:59:28,433 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:28,907 DEBUG api_checklist 29 910 140736510014400 DBChecklist was created successfully!
+2017-04-05 07:59:29,130 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 07:59:29,131 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8916fb06-7a00-4041-8a65-4a81bb406ab0/610f3cf692e847479d63e33f84502ef6
+2017-04-05 07:59:29,234 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:29,375 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:59:29,375 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:59:29,379 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:29,380 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:29,383 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:29,385 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:29,712 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 07:59:29,712 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 07:59:29,725 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-04-05 07:59:29,726 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:59:29,727 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-05 07:59:30,057 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:30,057 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fdbe2107-bca7-401a-afed-0559f8d49685/checklist/new/
+2017-04-05 07:59:30,108 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTPTrFq';
+2017-04-05 07:59:30,117 DEBUG db_general 165 908 140736510014400 Query result: 98632443-def8-46e6-b8d3-163ccfebbdab
+2017-04-05 07:59:30,137 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '98632443-def8-46e6-b8d3-163ccfebbdab';
+2017-04-05 07:59:30,147 DEBUG db_general 165 908 140736510014400 Query result: 2017-233
+2017-04-05 07:59:30,203 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 07:59:30,203 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 07:59:30,287 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:30,288 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:30,288 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:59:31,367 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:59:32,043 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:59:32,184 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:59:32,190 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:32,704 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:32,840 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:33,231 DEBUG db_general 153 910 140736510014400 Query : select template_id from ice_checklist Where name = 'checklistAPISTmqrbd';
+2017-04-05 07:59:33,233 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 07:59:33,267 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 07:59:33,267 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 07:59:33,274 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 07:59:33,282 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-05 07:59:33,283 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 07:59:33,283 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-05 07:59:33,564 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTSAh0F';
+2017-04-05 07:59:33,572 DEBUG db_general 165 908 140736510014400 Query result: 23df2d8c-ca12-4963-87a0-f442cd11f1d0
+2017-04-05 07:59:33,577 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '23df2d8c-ca12-4963-87a0-f442cd11f1d0';
+2017-04-05 07:59:33,579 DEBUG db_general 165 908 140736510014400 Query result: 2017-231
+2017-04-05 07:59:33,587 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTSAh0F';
+2017-04-05 07:59:33,592 DEBUG db_general 165 908 140736510014400 Query result: 23df2d8c-ca12-4963-87a0-f442cd11f1d0
+2017-04-05 07:59:33,599 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '23df2d8c-ca12-4963-87a0-f442cd11f1d0';
+2017-04-05 07:59:33,603 DEBUG db_general 165 908 140736510014400 Query result: 2017-231
+2017-04-05 07:59:33,607 DEBUG db_general 153 908 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-231';
+2017-04-05 07:59:33,610 DEBUG db_general 165 908 140736510014400 Query result: 1
+2017-04-05 07:59:33,621 DEBUG db_general 109 908 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STbmsnq@intl.att.com';
+2017-04-05 07:59:33,625 DEBUG db_general 117 908 140736510014400 Query result: 5f37b883-d8a6-456c-af34-e12efe661af5
+2017-04-05 07:59:33,639 DEBUG db_user 38 908 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '23df2d8c-ca12-4963-87a0-f442cd11f1d0' and email = 'STlNPoD@intl.att.com' ;
+2017-04-05 07:59:33,648 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 07:59:33,651 DEBUG db_general 165 908 140736510014400 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:59:33,651 DEBUG db_user 28 908 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=76a75bc4-3081-4648-a462-12d2eae6c7f7&email=STlNPoD@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:59:33,651 DEBUG api_user 182 908 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 07:59:34,429 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:59:34,429 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdfd9132-b8a5-4db7-a701-e668b06748f1/f719a6eae7d346e58fa3f577837cfdf5
+2017-04-05 07:59:34,473 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:34,612 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:34,612 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:34,620 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:34,622 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:34,625 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:34,625 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:59:34,629 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:34,636 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:34,756 DEBUG api_user 204 908 140736510014400 Invited user signed-up successfully!
+2017-04-05 07:59:34,756 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/23df2d8c-ca12-4963-87a0-f442cd11f1d0/checklist/new/
+2017-04-05 07:59:34,876 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:34,877 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:34,938 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:34,946 DEBUG db_general 109 908 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STlNPoD@intl.att.com';
+2017-04-05 07:59:34,951 DEBUG db_general 117 908 140736510014400 Query result: 7b02c9b7-0691-49d2-b6e0-fa3c8039da91
+2017-04-05 07:59:34,962 DEBUG db_general 109 908 140736510014400 Query : select id from auth_user WHERE Email = 'STlNPoD@intl.att.com';
+2017-04-05 07:59:34,974 DEBUG db_general 117 908 140736510014400 Query result: 209
+2017-04-05 07:59:34,981 DEBUG db_general 153 908 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '209';
+2017-04-05 07:59:34,985 DEBUG db_general 165 908 140736510014400 Query result: 50ff0367f6cf432a94ea1ac59094dc79
+2017-04-05 07:59:34,985 DEBUG db_user 21 908 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b02c9b7-0691-49d2-b6e0-fa3c8039da91/50ff0367f6cf432a94ea1ac59094dc79
+2017-04-05 07:59:34,985 DEBUG fe_general 35 908 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b02c9b7-0691-49d2-b6e0-fa3c8039da91/50ff0367f6cf432a94ea1ac59094dc79
+2017-04-05 07:59:35,217 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:35,218 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f59f68e1-fa37-4e2e-88aa-3fb25d9bd438/checklist/new/
+2017-04-05 07:59:35,305 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:35,306 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:35,345 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:35,346 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:35,346 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:59:35,538 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:59:35,785 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:35,785 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:59:36,191 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:59:36,195 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:59:36,290 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:59:36,294 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:36,403 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:36,621 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:59:36,846 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:59:36,977 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:59:36,985 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:37,036 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:37,291 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:59:37,453 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:59:37,462 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login/23df2d8c-ca12-4963-87a0-f442cd11f1d0?activation_success=true page is loaded.
+2017-04-05 07:59:37,570 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:37,733 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:37,806 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 07:59:37,812 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STRnMLp@amdocs.com';
+2017-04-05 07:59:37,814 DEBUG db_general 117 909 140736510014400 Query result: 2bb19ac6-7206-4835-9e03-0e5040235f69
+2017-04-05 07:59:37,818 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STRnMLp@amdocs.com';
+2017-04-05 07:59:37,822 DEBUG db_general 117 909 140736510014400 Query result: 2bb19ac6-7206-4835-9e03-0e5040235f69
+2017-04-05 07:59:37,829 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STRnMLp@amdocs.com';
+2017-04-05 07:59:37,831 DEBUG db_general 117 909 140736510014400 Query result: 211
+2017-04-05 07:59:37,834 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '211';
+2017-04-05 07:59:37,836 DEBUG db_general 165 909 140736510014400 Query result: bc861b2b6a6a41c190484aa756d01f42
+2017-04-05 07:59:37,836 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2bb19ac6-7206-4835-9e03-0e5040235f69/bc861b2b6a6a41c190484aa756d01f42
+2017-04-05 07:59:37,836 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2bb19ac6-7206-4835-9e03-0e5040235f69/bc861b2b6a6a41c190484aa756d01f42
+2017-04-05 07:59:37,979 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:38,246 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:38,462 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:38,490 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:38,646 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:38,646 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:59:38,770 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:38,977 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:39,011 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTSAh0F';
+2017-04-05 07:59:39,014 DEBUG db_general 165 908 140736510014400 Query result: 23df2d8c-ca12-4963-87a0-f442cd11f1d0
+2017-04-05 07:59:39,018 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '23df2d8c-ca12-4963-87a0-f442cd11f1d0';
+2017-04-05 07:59:39,020 DEBUG db_general 165 908 140736510014400 Query result: 2017-231
+2017-04-05 07:59:39,183 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:39,552 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:59:39,610 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:39,698 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:40,131 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:40,213 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTUuPNA';
+2017-04-05 07:59:40,217 DEBUG db_general 165 908 140736510014400 Query result: f03e527d-2277-494d-a4f4-744f1f059d8f
+2017-04-05 07:59:40,221 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'f03e527d-2277-494d-a4f4-744f1f059d8f';
+2017-04-05 07:59:40,226 DEBUG db_general 165 908 140736510014400 Query result: 2017-232
+2017-04-05 07:59:40,254 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:59:40,389 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:59:40,394 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 07:59:40,395 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:40,905 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:41,117 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:41,305 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-236';
+2017-04-05 07:59:41,308 DEBUG db_general 165 910 140736510014400 Query result: f077e8e1-8df5-488d-8c96-7045f9b5b957
+2017-04-05 07:59:41,311 DEBUG db_user 38 910 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'f077e8e1-8df5-488d-8c96-7045f9b5b957' and email = 'ST4fFQE@intl.att.com' ;
+2017-04-05 07:59:41,314 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=c910aec5-7e8d-4887-92a1-245be1170853
+2017-04-05 07:59:41,416 DEBUG db_general 153 908 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTPTrFq';
+2017-04-05 07:59:41,419 DEBUG db_general 165 908 140736510014400 Query result: 98632443-def8-46e6-b8d3-163ccfebbdab
+2017-04-05 07:59:41,423 DEBUG db_general 153 908 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '98632443-def8-46e6-b8d3-163ccfebbdab';
+2017-04-05 07:59:41,426 DEBUG db_general 165 908 140736510014400 Query result: 2017-233
+2017-04-05 07:59:41,636 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:41,913 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:42,037 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:42,037 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 07:59:42,420 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 07:59:42,420 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 07:59:42,444 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-04-05 07:59:42,444 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-04-05 07:59:42,445 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-04-05 07:59:42,717 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:42,717 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 07:59:42,920 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 07:59:43,005 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:59:43,005 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 07:59:43,024 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-05 07:59:43,025 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 07:59:43,025 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-05 07:59:43,503 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 07:59:43,592 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 07:59:43,774 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 07:59:43,780 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=c910aec5-7e8d-4887-92a1-245be1170853 page is loaded.
+2017-04-05 07:59:44,256 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 07:59:44,534 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 07:59:44,542 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:44,571 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:45,088 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:45,398 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:45,554 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:45,663 DEBUG test_login_with_new_user 334 909 140736510014400 click_on on + Dashboard
+2017-04-05 07:59:45,921 DEBUG fe_wizard 20 909 140736510014400 Tab Add Virtual Functions
+2017-04-05 07:59:45,934 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:46,166 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:46,722 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:59:46,722 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f1e6bd4d-effd-4d3c-b91e-3d41b07ca71a/065381ac6d1847bdb1d8f20e64b4d079
+2017-04-05 07:59:46,757 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:46,853 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:46,853 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:46,860 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:46,863 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:46,868 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:46,870 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:47,233 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:47,397 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:47,398 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f10c9c2c-8627-4609-b63d-d2583c62603f/checklist/new/
+2017-04-05 07:59:47,401 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:59:47,401 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c42de15f-713b-4f44-8ade-b24e4e90936e/7eb0214cf0fe49c2ae388cfff0167d0c
+2017-04-05 07:59:47,439 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:47,474 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:47,474 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:47,521 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:47,538 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:47,538 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:47,543 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:47,545 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:47,551 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:47,552 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:47,644 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 07:59:47,644 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/155ecb7d-b97b-4733-9180-d55eb6027910/2110762992954b029322cc3603e9dd4b
+2017-04-05 07:59:47,748 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:47,791 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:47,850 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:47,850 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:47,854 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:47,855 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:47,860 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:47,862 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 07:59:48,073 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:48,074 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1314a646-c278-42e9-91d6-d739a75d476e/checklist/new/
+2017-04-05 07:59:48,165 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:48,165 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:48,223 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:48,223 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:48,223 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 07:59:48,303 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:48,339 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 07:59:48,339 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ddf6f7a-a63c-4aaf-84b0-6c8ca8f2371c/checklist/new/
+2017-04-05 07:59:48,462 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 07:59:48,463 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 07:59:48,500 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:48,500 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:48,500 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:59:48,954 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:49,121 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 07:59:49,360 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:59:49,477 DEBUG fe_wizard 59 909 140736510014400 Tab Add AT&T Sponsor
+2017-04-05 07:59:49,768 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 07:59:49,865 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 07:59:49,871 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:49,991 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:59:50,124 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:59:50,133 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:50,547 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:50,650 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:51,060 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:51,186 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:51,586 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 07:59:51,922 DEBUG fe_wizard 76 909 140736510014400 Tab Invite Team Members
+2017-04-05 07:59:52,410 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:52,922 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:52,973 DEBUG fe_wizard 89 909 140736510014400 About to add an SSH Key in modal window
+2017-04-05 07:59:52,983 DEBUG helper 42 909 140736510014400 About to generate SSH Public Key
+2017-04-05 07:59:53,011 DEBUG helper 57 909 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiDQ2/9GcCYufC6vwKaMapuLSJDo8yR7RMIkmx/rDwKTZmiFcK6PCmkmhHBuNhwp5502sgH7dTi/PDBKleEhCbnk3Uv/u4KjOnmFDWkiBDw9QcwiD7jYGRdM3CrvSU2bVrecwTNhBT9UGvGKJmih/8yyGqJuFR+dd9e/OdlaIqqHd43IvCfIBl4NIKPjqGM7T+PEwYOmUAZ40UBE5x+vMnohTAThfV0wgkLcAqiCh+uni5QtfbEuKF9WIBjgWZ3UEs9IJinTzVe/tJphNj73mOh7bIzxI9+ExwXcgc01dcBGGaiR6FFK+MI5XNHD6oW19KontpVu8YAAwmGaEVneI1
+2017-04-05 07:59:53,607 DEBUG db_user 38 908 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'f10c9c2c-8627-4609-b63d-d2583c62603f' and email = 'STZzKuI@intl.att.com' ;
+2017-04-05 07:59:53,610 DEBUG fe_general 35 908 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=377db0cf-5f88-4b42-ab59-880ad9c519ad
+2017-04-05 07:59:54,214 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:54,215 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:59:55,027 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:59:55,654 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 07:59:55,654 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 07:59:55,671 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-05 07:59:55,671 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 07:59:55,672 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-05 07:59:55,674 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:59:55,760 DEBUG fe_wizard 99 909 140736510014400 SSH Key added via modal window.
+2017-04-05 07:59:55,765 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vf Where name = 'newVFSTYqkRP';
+2017-04-05 07:59:55,769 DEBUG db_general 165 909 140736510014400 Query result: 0ddb22c8-8a28-4105-8102-46e99784a91f
+2017-04-05 07:59:55,774 DEBUG db_user 38 909 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '0ddb22c8-8a28-4105-8102-46e99784a91f' and email = 'automationqattSTg8lDN@gmail.com' ;
+2017-04-05 07:59:55,778 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTg8lDN@gmail.com
+2017-04-05 07:59:55,791 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:59:55,798 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=377db0cf-5f88-4b42-ab59-880ad9c519ad page is loaded.
+2017-04-05 07:59:56,320 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:56,666 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 07:59:56,666 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 07:59:56,690 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_MultiEL ----------------------
+
+2017-04-05 07:59:56,690 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 07:59:56,691 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-04-05 07:59:56,896 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 07:59:57,776 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 07:59:57,779 DEBUG db_general 165 909 140736510014400 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:59:57,779 DEBUG db_user 28 909 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STeq45k@att.com&full_name=STwBNErSTrC4Qf&phone_number=2019225247&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:59:57,780 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STeq45k@att.com&full_name=STwBNErSTrC4Qf&phone_number=2019225247&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 07:59:57,940 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 07:59:57,940 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 07:59:58,143 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:58,776 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 07:59:59,043 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTYqkRP';
+2017-04-05 07:59:59,046 DEBUG db_general 165 909 140736510014400 Query result: fcbc9241-b624-42ce-ad3c-3d13f37e014e
+2017-04-05 07:59:59,049 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcbc9241-b624-42ce-ad3c-3d13f37e014e';
+2017-04-05 07:59:59,051 DEBUG db_general 165 909 140736510014400 Query result: 2017-240
+2017-04-05 07:59:59,055 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-240';
+2017-04-05 07:59:59,058 DEBUG db_general 165 909 140736510014400 Query result: fcbc9241-b624-42ce-ad3c-3d13f37e014e
+2017-04-05 07:59:59,065 DEBUG db_user 38 909 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'fcbc9241-b624-42ce-ad3c-3d13f37e014e' and email = 'STeq45k@att.com' ;
+2017-04-05 07:59:59,074 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTYqkRP';
+2017-04-05 07:59:59,077 DEBUG db_general 165 909 140736510014400 Query result: fcbc9241-b624-42ce-ad3c-3d13f37e014e
+2017-04-05 07:59:59,086 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcbc9241-b624-42ce-ad3c-3d13f37e014e';
+2017-04-05 07:59:59,089 DEBUG db_general 165 909 140736510014400 Query result: 2017-240
+2017-04-05 07:59:59,104 DEBUG db_general 153 909 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-240';
+2017-04-05 07:59:59,108 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 07:59:59,108 DEBUG db_general 165 909 140736510014400 Query result: 2
+2017-04-05 07:59:59,117 DEBUG api_user 182 909 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 07:59:59,440 DEBUG api_user 204 909 140736510014400 Invited user signed-up successfully!
+2017-04-05 07:59:59,441 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fcbc9241-b624-42ce-ad3c-3d13f37e014e/checklist/new/
+2017-04-05 07:59:59,458 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 07:59:59,540 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 07:59:59,540 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b409f5c6-91b1-46bb-8e4c-d7560dd7abc0/0580cc4facb04b3ea65ca6157c1faa88
+2017-04-05 07:59:59,542 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 07:59:59,543 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 07:59:59,552 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 07:59:59,558 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 07:59:59,602 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 07:59:59,605 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 07:59:59,610 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STeq45k@att.com';
+2017-04-05 07:59:59,613 DEBUG db_general 117 909 140736510014400 Query result: 83a3996c-4d32-4b7e-9089-3709b89d0d0c
+2017-04-05 07:59:59,617 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STeq45k@att.com';
+2017-04-05 07:59:59,621 DEBUG db_general 117 909 140736510014400 Query result: 215
+2017-04-05 07:59:59,627 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '215';
+2017-04-05 07:59:59,631 DEBUG db_general 165 909 140736510014400 Query result: 6e8d3c6a9d5f49e7ad0a4a9387f419f5
+2017-04-05 07:59:59,632 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/83a3996c-4d32-4b7e-9089-3709b89d0d0c/6e8d3c6a9d5f49e7ad0a4a9387f419f5
+2017-04-05 07:59:59,638 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcbc9241-b624-42ce-ad3c-3d13f37e014e';
+2017-04-05 07:59:59,641 DEBUG db_general 165 909 140736510014400 Query result: 2017-240
+2017-04-05 07:59:59,641 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/83a3996c-4d32-4b7e-9089-3709b89d0d0c/6e8d3c6a9d5f49e7ad0a4a9387f419f5
+2017-04-05 07:59:59,748 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 07:59:59,749 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 07:59:59,755 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 07:59:59,758 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 07:59:59,763 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 07:59:59,766 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:00,095 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:00,263 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:00,263 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/94f7dc59-c916-46ad-997c-f236660c0faf/checklist/new/
+2017-04-05 08:00:00,339 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:00:00,339 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:00:00,377 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:00,395 DEBUG db_general 153 911 140736510014400 Query : select id from ice_user_profile Where email = 'STlQPDb@intl.att.com';
+2017-04-05 08:00:00,398 DEBUG db_general 165 911 140736510014400 Query result: 216
+2017-04-05 08:00:00,401 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_next_step Where owner_id = '216';
+2017-04-05 08:00:00,403 DEBUG db_general 165 911 140736510014400 Query result: 8bc6b1dc-f209-4a9b-887c-c0e7db2ec3c6
+2017-04-05 08:00:00,413 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:00,413 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:00:00,566 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:00,566 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:00,611 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:00:00,611 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5c3118b-67c3-4183-8ada-79920a6c4ae1/6d4c18efac3a48bea70380fb7a6ad353
+2017-04-05 08:00:00,661 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:00,783 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:00,783 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:00,788 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:00,791 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:00,796 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:00,798 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:01,133 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:01,134 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2758b3d3-2f9b-4728-a577-74e2bd1a049d/checklist/new/
+2017-04-05 08:00:01,167 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:00:01,289 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:01,289 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:01,324 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:01,394 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:00:01,415 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:01,416 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:01,416 DEBUG api_checklist 16 910 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2758b3d3-2f9b-4728-a577-74e2bd1a049d/checklist/new/
+2017-04-05 08:00:01,422 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:00:01,425 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:00:01,425 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2758b3d3-2f9b-4728-a577-74e2bd1a049d/checklist/new/
+2017-04-05 08:00:01,429 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:01,522 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:01,522 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:01,557 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:01,785 DEBUG api_checklist 29 910 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:00:01,785 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:01,785 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:00:02,068 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:00:02,085 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:02,204 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:02,209 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login/fcbc9241-b624-42ce-ad3c-3d13f37e014e?activation_success=true page is loaded.
+2017-04-05 08:00:02,214 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:00:02,221 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:02,653 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:00:02,738 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:02,780 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:03,264 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:03,269 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:03,340 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:03,377 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:00:03,489 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:00:03,495 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:03,809 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:03,857 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:04,122 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:04,203 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:04,365 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 08:00:04,366 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 08:00:04,384 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-04-05 08:00:04,384 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-05 08:00:04,384 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-04-05 08:00:04,391 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:04,637 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:04,715 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:05,150 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:06,646 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:07,860 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:00:07,865 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STutieG@intl.att.com';
+2017-04-05 08:00:07,868 DEBUG db_general 117 909 140736510014400 Query result: 915d0413-268f-4a22-b103-b94abe4f4cf9
+2017-04-05 08:00:07,873 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STutieG@intl.att.com';
+2017-04-05 08:00:07,880 DEBUG db_general 117 909 140736510014400 Query result: 915d0413-268f-4a22-b103-b94abe4f4cf9
+2017-04-05 08:00:07,884 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STutieG@intl.att.com';
+2017-04-05 08:00:07,888 DEBUG db_general 117 909 140736510014400 Query result: 218
+2017-04-05 08:00:07,897 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '218';
+2017-04-05 08:00:07,901 DEBUG db_general 165 909 140736510014400 Query result: bc0d9e0661434fd386446428ae64a0f8
+2017-04-05 08:00:07,902 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/915d0413-268f-4a22-b103-b94abe4f4cf9/bc0d9e0661434fd386446428ae64a0f8
+2017-04-05 08:00:07,902 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/915d0413-268f-4a22-b103-b94abe4f4cf9/bc0d9e0661434fd386446428ae64a0f8
+2017-04-05 08:00:08,785 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:08,786 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:09,348 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:00:09,570 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:00:09,743 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:10,090 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:00:10,090 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:00:10,104 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-04-05 08:00:10,105 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:00:10,105 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-04-05 08:00:10,394 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:10,501 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:10,510 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:00:10,724 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:11,240 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:11,377 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:11,950 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:12,412 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:12,413 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:12,433 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:12,467 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:13,122 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:13,203 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:13,584 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:00:13,585 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/90991136-32c7-494a-acc3-5acfeb91d7fb/907f6ee4db9e499f9966acdcb908da11
+2017-04-05 08:00:13,617 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:13,700 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:13,700 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:13,704 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:13,706 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:13,709 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:13,711 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:13,834 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:13,935 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:13,942 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:14,201 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:14,201 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0c336b9-a9a0-453c-802b-fa6d8d66f077/checklist/new/
+2017-04-05 08:00:14,287 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:14,287 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:14,319 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:14,320 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:14,320 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:00:14,455 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:15,011 DEBUG test_login_with_new_user 280 909 140736510014400 click_on on + Dashboard
+2017-04-05 08:00:15,153 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:00:15,351 DEBUG fe_wizard 20 909 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:00:15,818 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:00:15,927 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:00:15,933 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:16,689 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:16,864 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:17,015 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:00:17,200 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:17,392 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:18,072 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:18,598 DEBUG fe_wizard 43 909 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:00:18,613 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:19,213 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:19,803 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:20,324 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:20,688 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:00:20,688 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:00:20,706 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-04-05 08:00:20,707 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:00:20,707 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-04-05 08:00:21,001 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:21,221 DEBUG fe_wizard 76 909 140736510014400 Tab Invite Team Members
+2017-04-05 08:00:22,273 DEBUG fe_wizard 89 909 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:00:22,283 DEBUG helper 42 909 140736510014400 About to generate SSH Public Key
+2017-04-05 08:00:22,488 DEBUG helper 57 909 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLH/LBwN2++f7Iytj/PUhx8ji2uaTScM6vFDI2yY54uO6ABkF0xydWzw+KcyBlLapr+eeEq506I1QELj98aCMblRlgz/fJQ5c43lEdo0gobRT1gPREs5pRmAzHpdWfHP/xVlD9IoU5Tj5jP9u3idv3behQbfZXbbyNuFihHIiIefnH5fYslgXiBE4rL0SFXNksvIrFlXmXTkfNiKjdnEN45zsRdvp7eW94rLXIS9k29tpHQASEDLMkI2pKp00AuGtBdH2PO0dt8/PggVlexT2T4wiwSCk9nGc12nSSjJjHHhzhUnA8p5fxKoW1PJKYmQzI8VirQ8IhaamXCV1ds9Dj
+2017-04-05 08:00:22,808 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:24,055 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:00:24,055 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7f9c5271-f867-46af-88ff-af70bdebe717/52029600820546b6a1ba75a6169c0fbc
+2017-04-05 08:00:24,094 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:24,195 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:24,195 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:24,199 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:24,201 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:24,205 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:24,207 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:24,546 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:24,546 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1379e157-c07d-44b7-8d42-0f24b138b8c1/checklist/new/
+2017-04-05 08:00:24,642 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:24,642 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:24,716 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:24,803 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:24,803 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:24,803 DEBUG api_checklist 16 910 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1379e157-c07d-44b7-8d42-0f24b138b8c1/checklist/new/
+2017-04-05 08:00:24,807 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:00:24,808 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:00:24,810 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:00:24,811 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1379e157-c07d-44b7-8d42-0f24b138b8c1/checklist/new/
+2017-04-05 08:00:24,891 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:24,892 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:24,924 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:25,242 DEBUG api_checklist 29 910 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:00:25,242 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:25,242 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:00:25,577 DEBUG fe_wizard 99 909 140736510014400 SSH Key added via modal window.
+2017-04-05 08:00:25,581 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTWo7BS';
+2017-04-05 08:00:25,583 DEBUG db_general 165 909 140736510014400 Query result: 9c430972-f6d1-4156-929a-75b553308ba4
+2017-04-05 08:00:25,586 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTWo7BS';
+2017-04-05 08:00:25,588 DEBUG db_general 165 909 140736510014400 Query result: 9c430972-f6d1-4156-929a-75b553308ba4
+2017-04-05 08:00:25,591 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '9c430972-f6d1-4156-929a-75b553308ba4';
+2017-04-05 08:00:25,593 DEBUG db_general 165 909 140736510014400 Query result: 2017-248
+2017-04-05 08:00:25,596 DEBUG db_general 153 909 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-248';
+2017-04-05 08:00:25,599 DEBUG db_general 165 909 140736510014400 Query result: 2
+2017-04-05 08:00:25,608 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '9c430972-f6d1-4156-929a-75b553308ba4';
+2017-04-05 08:00:25,611 DEBUG db_general 165 909 140736510014400 Query result: 2017-248
+2017-04-05 08:00:25,614 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-248';
+2017-04-05 08:00:25,617 DEBUG db_general 165 909 140736510014400 Query result: 9c430972-f6d1-4156-929a-75b553308ba4
+2017-04-05 08:00:25,620 DEBUG db_user 38 909 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '9c430972-f6d1-4156-929a-75b553308ba4' and email = 'ST9uXBk@ericson.com' ;
+2017-04-05 08:00:25,627 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-05 08:00:25,629 DEBUG db_general 165 909 140736510014400 Query result: d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:00:25,630 DEBUG db_user 28 909 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=7151a8f2-5116-4cac-933e-f548bb490efa&email=ST9uXBk@ericson.com&full_name=STIyPEaSTXWEvG&phone_number=2014363734&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:00:25,630 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=7151a8f2-5116-4cac-933e-f548bb490efa&email=ST9uXBk@ericson.com&full_name=STIyPEaSTXWEvG&phone_number=2014363734&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:00:26,081 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:00:26,265 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:26,742 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:00:26,847 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:00:26,851 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:27,054 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:27,524 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:27,574 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:27,598 DEBUG api_user 182 909 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:00:27,791 DEBUG api_user 204 909 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:00:27,792 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c430972-f6d1-4156-929a-75b553308ba4/checklist/new/
+2017-04-05 08:00:27,864 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:00:27,865 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:00:27,902 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:27,907 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'ST9uXBk@ericson.com';
+2017-04-05 08:00:27,910 DEBUG db_general 117 909 140736510014400 Query result: 3dc105a0-9d0a-4744-b839-fa170342723a
+2017-04-05 08:00:27,913 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'ST9uXBk@ericson.com';
+2017-04-05 08:00:27,915 DEBUG db_general 117 909 140736510014400 Query result: 221
+2017-04-05 08:00:27,919 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '221';
+2017-04-05 08:00:27,924 DEBUG db_general 165 909 140736510014400 Query result: ef7d125516904149b03f5716ab115512
+2017-04-05 08:00:27,924 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3dc105a0-9d0a-4744-b839-fa170342723a/ef7d125516904149b03f5716ab115512
+2017-04-05 08:00:27,924 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3dc105a0-9d0a-4744-b839-fa170342723a/ef7d125516904149b03f5716ab115512
+2017-04-05 08:00:28,037 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:28,216 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:28,584 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:28,584 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:29,103 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '8bc6b1dc-f209-4a9b-887c-c0e7db2ec3c6';
+2017-04-05 08:00:29,112 DEBUG db_general 165 911 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:00:29,122 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:29,418 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:29,648 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = 'fed58d08-f500-4ac2-86b1-c650d021044e';
+2017-04-05 08:00:29,651 DEBUG db_general 165 911 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:00:29,657 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:30,085 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:30,169 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '9c0336c1-ae38-4159-9194-3206213b1b46';
+2017-04-05 08:00:30,173 DEBUG db_general 165 911 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:00:30,181 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:30,193 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:30,199 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login/9c430972-f6d1-4156-929a-75b553308ba4?activation_success=true page is loaded.
+2017-04-05 08:00:30,712 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 08:00:30,712 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 08:00:30,736 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-05 08:00:30,736 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-05 08:00:30,736 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-05 08:00:30,743 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:31,260 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:31,733 DEBUG fe_wizard 20 908 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:00:31,840 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-05 08:00:31,840 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-05 08:00:31,877 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-04-05 08:00:31,878 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-05 08:00:31,878 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-04-05 08:00:32,255 DEBUG db_general 153 910 140736510014400 Query : select state from ice_checklist Where uuid = 'd7efe057-552a-4bbe-bb51-c1d98105b529';
+2017-04-05 08:00:32,258 DEBUG db_general 165 910 140736510014400 Query result: archive
+2017-04-05 08:00:32,259 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:00:32,259 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:00:32,276 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-04-05 08:00:32,278 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-04-05 08:00:32,278 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-04-05 08:00:33,882 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:33,884 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:35,049 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:35,213 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:35,231 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 08:00:35,232 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8257e337-5320-4202-b167-c6c496242935/4fcd978381384342babb2cc36db8d029
+2017-04-05 08:00:35,283 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:35,368 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:00:35,368 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:00:35,372 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:35,373 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:35,376 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:35,378 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:35,385 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:35,752 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:35,753 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad34b684-52e1-4f5d-9f5e-d9a1bbc6b584/checklist/new/
+2017-04-05 08:00:35,858 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:00:35,858 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:00:35,885 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:35,904 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:35,905 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:35,905 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:00:36,286 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:00:36,290 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STBsbfT@intl.att.com';
+2017-04-05 08:00:36,292 DEBUG db_general 117 909 140736510014400 Query result: 6c9048cb-ab1b-4a74-8eb2-f2ba7ddf95b6
+2017-04-05 08:00:36,298 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STBsbfT@intl.att.com';
+2017-04-05 08:00:36,301 DEBUG db_general 117 909 140736510014400 Query result: 223
+2017-04-05 08:00:36,304 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '223';
+2017-04-05 08:00:36,306 DEBUG db_general 165 909 140736510014400 Query result: 62afb3d1c62c4e0b941b81f5e2334902
+2017-04-05 08:00:36,306 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c9048cb-ab1b-4a74-8eb2-f2ba7ddf95b6/62afb3d1c62c4e0b941b81f5e2334902
+2017-04-05 08:00:36,307 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c9048cb-ab1b-4a74-8eb2-f2ba7ddf95b6/62afb3d1c62c4e0b941b81f5e2334902
+2017-04-05 08:00:36,678 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:00:36,679 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/51bfa141-fa41-4477-a6f8-22a756494d30/c1dfb9690e0443cfaaf73b93ae39082f
+2017-04-05 08:00:36,782 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:36,788 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:00:36,919 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:36,919 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:36,923 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:36,925 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:36,929 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:36,931 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:37,136 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:37,136 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:37,361 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:37,361 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d994eb0f-0e3c-4157-9c8d-2e1aeefc5efe/checklist/new/
+2017-04-05 08:00:37,430 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:37,430 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:37,463 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:00:37,465 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:37,465 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:37,465 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:00:37,581 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:00:37,585 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:38,046 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:38,262 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-04-05 08:00:38,262 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-04-05 08:00:38,278 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-04-05 08:00:38,278 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-04-05 08:00:38,278 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-04-05 08:00:38,378 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:00:38,387 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:38,745 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:38,865 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:38,870 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:00:38,916 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:39,107 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:00:39,281 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:00:39,294 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:39,384 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:39,864 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:39,914 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:39,919 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:40,387 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:40,441 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:40,623 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:40,962 DEBUG test_notification_for_new_user 29 910 140736510014400 Go to notifications page
+2017-04-05 08:00:40,976 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:00:40,982 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STiU9fm@intl.att.com';
+2017-04-05 08:00:40,986 DEBUG db_general 117 909 140736510014400 Query result: 6a611215-0d8d-4f00-b5f7-fdb27ac96ca5
+2017-04-05 08:00:41,001 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STiU9fm@intl.att.com';
+2017-04-05 08:00:41,004 DEBUG db_general 117 909 140736510014400 Query result: 225
+2017-04-05 08:00:41,012 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '225';
+2017-04-05 08:00:41,015 DEBUG db_general 165 909 140736510014400 Query result: 98e6d525936c4255a1856ad1359bc8a1
+2017-04-05 08:00:41,015 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6a611215-0d8d-4f00-b5f7-fdb27ac96ca5/98e6d525936c4255a1856ad1359bc8a1
+2017-04-05 08:00:41,333 DEBUG test_notification_for_new_user 31 910 140736510014400 Remove one notification
+2017-04-05 08:00:41,339 DEBUG db_general 109 910 140736510014400 Query : select id from ice_user_profile WHERE Email = 'STgaijq@intl.att.com';
+2017-04-05 08:00:41,342 DEBUG db_general 117 910 140736510014400 Query result: 224
+2017-04-05 08:00:41,346 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_notification Where user_id = '224';
+2017-04-05 08:00:41,349 DEBUG db_general 165 910 140736510014400 Query result: ['8c088919-8611-4df7-88bb-c84a9456d0ed', '5ac1cf7b-1898-475c-b511-c06ae6ce4000', '3f25ba93-0586-4ccd-bbb3-9bc32ac89ccb']
+2017-04-05 08:00:41,355 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-04-05 08:00:41,863 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:41,863 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:41,867 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-04-05 08:00:42,029 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:00:42,029 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/77c9d245-5d89-49de-abe4-2c7c2b362dcf/f42edc8f1545451abc22590cec6c5747
+2017-04-05 08:00:42,035 DEBUG test_next_step 80 911 140736510014400 Next step deleted! (1 of 2)
+2017-04-05 08:00:42,081 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:42,211 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:00:42,211 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:00:42,216 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:42,218 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:42,224 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:42,226 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:42,714 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:42,714 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dc69db91-901a-4ab7-bef1-d9dd52f0b4c4/checklist/new/
+2017-04-05 08:00:42,783 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:00:42,784 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:00:42,816 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:42,897 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:42,909 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:00:42,909 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cdf5347d-0898-4143-8901-53fcca8e7c87/f75fee667f6b44528fb657f0bdac5a7c
+2017-04-05 08:00:42,945 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:42,995 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-04-05 08:00:42,995 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-04-05 08:00:43,010 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-04-05 08:00:43,011 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:00:43,011 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-04-05 08:00:43,027 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:00:43,029 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:00:43,035 DEBUG test_next_step 80 911 140736510014400 Next step deleted! (2 of 2)
+2017-04-05 08:00:43,035 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-05 08:00:43,036 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-05 08:00:43,039 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:43,041 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:43,045 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:43,046 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:43,056 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-05 08:00:43,056 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-05 08:00:43,056 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-05 08:00:43,425 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:43,426 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2ca89c8d-92a1-4867-9d50-a527c5a21002/checklist/new/
+2017-04-05 08:00:43,512 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:00:43,513 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:00:43,577 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:43,623 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:43,860 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:43,872 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:00:44,030 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:00:44,030 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2befdd8d-184c-4efa-8510-45b971fae826/3e8774d2ea7144ae9dcdf8cef5e113ad
+2017-04-05 08:00:44,080 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:44,400 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:44,414 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:00:44,415 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:00:44,429 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:44,432 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:44,438 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:44,440 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:44,855 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:44,855 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b4ec329-75d2-4afc-82ec-55a698deba2d/checklist/new/
+2017-04-05 08:00:44,933 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:44,945 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:00:44,946 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:00:44,982 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:44,982 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:44,982 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:00:45,231 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:45,669 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-05 08:00:45,669 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-05 08:00:45,685 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-04-05 08:00:45,685 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-05 08:00:45,685 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-04-05 08:00:45,901 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:00:46,174 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:46,507 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:00:46,507 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a13f0b09-edb7-4137-aee0-6fee4ece9400/14b8974337b34cc8919503a1a14f8c66
+2017-04-05 08:00:46,553 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:00:46,562 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:46,748 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:00:46,754 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:46,802 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:46,802 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:46,811 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:46,817 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:46,828 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:46,831 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:47,286 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:47,492 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:47,492 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07d3a5a9-d985-4765-8a5e-ac8ed179d7a8/checklist/new/
+2017-04-05 08:00:47,611 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:47,611 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:47,672 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:47,749 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 08:00:47,750 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b5a48e42-c000-4884-a227-3ff8649eb1a2/1336ff1438e64fd6915d602f525646df
+2017-04-05 08:00:47,771 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:47,771 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:47,771 DEBUG api_checklist 16 910 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07d3a5a9-d985-4765-8a5e-ac8ed179d7a8/checklist/new/
+2017-04-05 08:00:47,777 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:00:47,780 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:00:47,780 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07d3a5a9-d985-4765-8a5e-ac8ed179d7a8/checklist/new/
+2017-04-05 08:00:47,794 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:47,806 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:47,901 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:00:47,901 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:00:47,905 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:00:47,905 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:00:47,911 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:47,915 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:47,920 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:47,928 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:47,968 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:48,354 DEBUG api_checklist 29 910 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:00:48,358 DEBUG db_general 153 910 140736510014400 Query : select template_id from ice_checklist Where name = 'checklistAPISTyIqVe';
+2017-04-05 08:00:48,358 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:00:48,359 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bff7a1f-c102-4835-bb65-d57663491870/checklist/new/
+2017-04-05 08:00:48,360 DEBUG db_general 165 910 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:00:48,389 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:48,389 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:00:48,430 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:00:48,430 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:00:48,471 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:00:48,472 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:48,472 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:00:48,786 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:49,244 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:00:49,322 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:00:49,898 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:00:49,949 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:00:49,949 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:49,950 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:49,978 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:00:50,018 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:00:50,026 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:50,127 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:00:50,133 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:50,783 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:51,019 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:51,031 DEBUG db_general 153 908 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-255';
+2017-04-05 08:00:51,034 DEBUG db_general 165 908 140736510014400 Query result: dc69db91-901a-4ab7-bef1-d9dd52f0b4c4
+2017-04-05 08:00:51,038 DEBUG db_user 38 908 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'dc69db91-901a-4ab7-bef1-d9dd52f0b4c4' and email = 'ST3yt9R@intl.att.com' ;
+2017-04-05 08:00:51,040 DEBUG fe_general 35 908 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=a9878138-bbec-4b89-9fe3-b8d7004b2ba0
+2017-04-05 08:00:51,134 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:51,297 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:51,531 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:51,652 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:51,653 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:00:51,816 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:52,004 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:52,010 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:00:52,055 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:52,474 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:00:52,568 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STxIWSi@intl.att.com';
+2017-04-05 08:00:52,571 DEBUG db_general 117 909 140736510014400 Query result: 18c3a612-4c6a-4b54-af81-8da9656586af
+2017-04-05 08:00:52,578 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STxIWSi@intl.att.com';
+2017-04-05 08:00:52,581 DEBUG db_general 117 909 140736510014400 Query result: 231
+2017-04-05 08:00:52,586 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '231';
+2017-04-05 08:00:52,588 DEBUG db_general 165 909 140736510014400 Query result: 449ce27456d3482fab5f0d1ad708cdcf
+2017-04-05 08:00:52,588 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/18c3a612-4c6a-4b54-af81-8da9656586af/449ce27456d3482fab5f0d1ad708cdcf
+2017-04-05 08:00:52,588 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/18c3a612-4c6a-4b54-af81-8da9656586af/449ce27456d3482fab5f0d1ad708cdcf
+2017-04-05 08:00:52,950 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:53,145 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:00:53,291 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:00:53,299 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=a9878138-bbec-4b89-9fe3-b8d7004b2ba0 page is loaded.
+2017-04-05 08:00:53,473 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:53,474 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:00:53,529 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:53,868 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:54,338 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:00:54,368 DEBUG db_general 153 910 140736510014400 Query : select engagement_id from ice_vf Where name = 'STsZBoy';
+2017-04-05 08:00:54,371 DEBUG db_general 165 910 140736510014400 Query result: 07d3a5a9-d985-4765-8a5e-ac8ed179d7a8
+2017-04-05 08:00:54,379 DEBUG db_general 153 910 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '07d3a5a9-d985-4765-8a5e-ac8ed179d7a8';
+2017-04-05 08:00:54,383 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:54,388 DEBUG db_general 165 910 140736510014400 Query result: 2017-258
+2017-04-05 08:00:54,396 DEBUG db_general 153 910 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-258';
+2017-04-05 08:00:54,399 DEBUG db_general 165 910 140736510014400 Query result: 2
+2017-04-05 08:00:55,041 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:00:55,078 DEBUG test_next_step 91 911 140736510014400 Next step deleted! (1 of 2)
+2017-04-05 08:00:55,183 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:00:55,188 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:00:55,238 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:00:55,385 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:00:55,385 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:00:55,871 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:56,033 DEBUG test_next_step 91 911 140736510014400 Next step deleted! (2 of 2)
+2017-04-05 08:00:56,033 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-05 08:00:56,033 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-05 08:00:56,049 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-05 08:00:56,050 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-05 08:00:56,050 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-05 08:00:56,248 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:00:56,389 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:56,882 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:00:56,943 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-05 08:00:56,943 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-05 08:00:56,973 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-04-05 08:00:56,974 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-05 08:00:56,974 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-04-05 08:00:56,980 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:00:56,986 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:00:57,362 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:00:57,503 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:00:58,425 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:00:58,454 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:00:59,668 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 08:00:59,668 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/37aaaaf3-79b4-46b6-ac0a-2d8bb744cdef/e5d10f5bb8414e82a376e9abab265504
+2017-04-05 08:00:59,707 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 08:00:59,791 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:00:59,791 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:00:59,795 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:00:59,797 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:00:59,801 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:00:59,803 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:00:59,820 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-04-05 08:00:59,820 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-04-05 08:00:59,835 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-04-05 08:00:59,836 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-04-05 08:00:59,837 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-04-05 08:01:00,013 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:01:00,113 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:00,275 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:00,275 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f23d9c33-126d-43a2-84e7-d1aa562b5920/checklist/new/
+2017-04-05 08:01:00,392 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:00,392 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:00,460 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:00,592 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:00,592 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:00,593 DEBUG api_checklist 16 911 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f23d9c33-126d-43a2-84e7-d1aa562b5920/checklist/new/
+2017-04-05 08:01:00,598 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:01:00,600 DEBUG db_general 165 911 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:01:00,601 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f23d9c33-126d-43a2-84e7-d1aa562b5920/checklist/new/
+2017-04-05 08:01:00,777 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:00,777 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:00,823 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:00,974 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:00,975 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:01,283 DEBUG api_checklist 29 911 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:01:01,284 DEBUG api_checklist 92 911 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f23d9c33-126d-43a2-84e7-d1aa562b5920/checklist/a8553bdb-423f-4318-bce8-352a6ffb1673/nextstep/
+2017-04-05 08:01:01,572 DEBUG api_checklist 106 911 140736510014400 Next step was added successfully!
+2017-04-05 08:01:01,572 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:01,573 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:01:01,726 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:01:01,726 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e698e669-5630-4cf6-899e-e6246ddbaaf2/ef82a45a09aa4b3595b21f88c6cc3d08
+2017-04-05 08:01:01,766 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:01,854 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:01:01,855 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:01:01,859 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:01,860 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:01,864 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:01,866 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:01,901 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:02,245 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:02,255 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:02,255 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/75b07246-55b4-46a1-bd6c-968358894f8a/checklist/new/
+2017-04-05 08:01:02,339 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:01:02,340 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:01:02,374 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:02,374 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:02,374 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:02,452 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:01:02,558 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:02,668 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:02,674 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:03,113 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:01:03,189 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:03,228 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:01:03,233 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:03,316 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:03,376 DEBUG fe_general 35 908 140736510014400 Reopen URL: http://127.0.0.1:8181
+2017-04-05 08:01:03,856 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:03,973 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:04,055 DEBUG db_general 109 910 140736510014400 Query : select id from ice_user_profile WHERE Email = 'ST1j3qi@intl.att.com';
+2017-04-05 08:01:04,058 DEBUG db_general 117 910 140736510014400 Query result: 229
+2017-04-05 08:01:04,062 DEBUG db_general 153 910 140736510014400 Query : select uuid from ice_notification Where user_id = '229';
+2017-04-05 08:01:04,064 DEBUG db_general 165 910 140736510014400 Query result: ['f76c0345-d6de-437d-8662-d4c6a6fccbb4', '02e3453a-a7f0-4dc8-ab18-0bcefc4797b4', '60571640-fc4b-4434-8f6d-0820579467b8', '03e2eb7f-39cf-46f6-98e4-5a8f268e873b', '4c4f0d75-fb5a-4780-98ce-c9cc4c1e4c3c', '79af35e1-9c44-4e01-b675-dd6530aa107b']
+2017-04-05 08:01:04,147 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:04,151 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:04,371 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:04,505 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:01:04,505 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:01:04,535 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-04-05 08:01:04,538 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-05 08:01:04,539 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-04-05 08:01:04,702 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:04,896 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:05,229 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:05,785 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:05,891 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-04-05 08:01:05,892 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-04-05 08:01:05,918 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-04-05 08:01:05,920 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-04-05 08:01:05,920 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-04-05 08:01:06,223 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:06,679 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:06,941 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:07,700 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:08,215 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:01:09,017 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:01:09,017 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed7d0955-acb1-41ff-8aa6-6ef5e84c2637/0b6515b32a524b6bad6467488abc7ee4
+2017-04-05 08:01:09,017 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:09,053 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:09,061 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:09,138 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:01:09,138 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:01:09,143 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:09,144 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:09,147 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:09,148 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:09,439 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:09,440 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad8f0d74-e8c0-4ff8-ab49-a2f6b63e87b1/checklist/new/
+2017-04-05 08:01:09,510 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:01:09,510 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:01:09,540 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:09,546 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:09,546 DEBUG test_progress_bar 14 910 140736510014400 Validate and check progress with engagement lead
+2017-04-05 08:01:09,546 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:09,546 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:10,180 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:01:10,180 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64353fb2-04e8-42d9-b737-3326c1d7a97e/1ecd8d8baf8d4d2bbdb79ea3da456ef2
+2017-04-05 08:01:10,227 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:10,248 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:10,350 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:10,351 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:10,356 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:10,359 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:10,363 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:10,367 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:10,372 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:10,673 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:10,673 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/544b0f94-1c5d-48e6-9cc9-c7b19a7a411f/checklist/new/
+2017-04-05 08:01:10,743 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:10,743 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:10,761 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:10,777 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:10,777 DEBUG api_virtual_function 102 908 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 08:01:10,819 DEBUG api_virtual_function 115 908 140736510014400 Invite sent successfully to email STinBS1@intl.att.com
+2017-04-05 08:01:10,825 DEBUG api_virtual_function 120 908 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=0679cb54-ed94-49df-a7dd-10661ba05206&email=STinBS1@intl.att.com&full_name=STcLWJ0&phone_number=+12015633929&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad&is_contact_user=true
+2017-04-05 08:01:10,825 DEBUG api_user 182 908 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:01:10,826 DEBUG api_user 186 908 140736510014400 Invited contact full name is (according to url): STcLWJ0
+2017-04-05 08:01:10,984 DEBUG api_user 204 908 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:01:10,985 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/544b0f94-1c5d-48e6-9cc9-c7b19a7a411f/checklist/new/
+2017-04-05 08:01:11,030 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:11,064 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:11,064 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:11,101 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:11,101 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f878c5a2-f303-4f2f-aa12-6bce4753f5a0/4543f30175bf48b2b0a7f3f60e27d334
+2017-04-05 08:01:11,137 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:11,147 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:11,158 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:11,158 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:11,158 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:01:11,672 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'STBm9LU';
+2017-04-05 08:01:11,678 DEBUG db_general 165 909 140736510014400 Query result: 75b07246-55b4-46a1-bd6c-968358894f8a
+2017-04-05 08:01:11,682 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '75b07246-55b4-46a1-bd6c-968358894f8a';
+2017-04-05 08:01:11,686 DEBUG db_general 165 909 140736510014400 Query result: 2017-261
+2017-04-05 08:01:11,690 DEBUG db_general 153 909 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-261';
+2017-04-05 08:01:11,694 DEBUG db_general 165 909 140736510014400 Query result: 1
+2017-04-05 08:01:11,700 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:01:11,837 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:12,114 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:01:12,349 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:12,350 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:12,350 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:12,786 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:01:12,873 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:12,888 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:01:12,892 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:13,134 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:13,403 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:13,648 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:13,797 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:13,901 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:13,906 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:13,933 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:14,162 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:14,525 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:14,680 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:14,979 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:15,050 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:15,190 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:15,494 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:15,862 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-04-05 08:01:15,863 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-04-05 08:01:15,880 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-04-05 08:01:15,880 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-04-05 08:01:15,880 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-04-05 08:01:16,123 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:17,589 DEBUG test_progress_bar 21 910 140736510014400 Validate progress with standard user
+2017-04-05 08:01:17,589 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:01:17,995 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:18,380 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:18,381 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:18,575 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '89ac56fe-b53c-4338-b75b-49099870367d';
+2017-04-05 08:01:18,578 DEBUG db_general 165 911 140736510014400 Query result: API next step test STWRqk3
+2017-04-05 08:01:18,579 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-05 08:01:18,579 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-05 08:01:18,595 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-05 08:01:18,595 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-05 08:01:18,596 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-05 08:01:19,204 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:19,310 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:01:19,310 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a0522ef8-7265-4b51-9728-885e3812df9c/7eaa4564abab41ec8cb853a856939713
+2017-04-05 08:01:19,369 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:19,496 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:19,497 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:19,503 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:19,505 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:19,509 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:19,512 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:19,855 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:19,982 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:19,991 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:20,106 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:20,106 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c15746d0-8d25-476d-a62d-dac41c31d327/checklist/new/
+2017-04-05 08:01:20,142 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:01:20,280 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:20,281 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:20,383 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:20,383 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:20,384 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:01:20,502 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:20,868 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:20,929 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:20,930 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:21,025 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:21,244 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:01:21,782 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:21,792 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:21,898 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:01:22,043 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:01:22,049 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:22,102 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 08:01:22,102 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dab6d699-dfda-4ae2-acbd-2cc898e3bf53/1a29545c78a741748c4e2e8f07afb48e
+2017-04-05 08:01:22,140 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:22,224 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:22,224 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:22,228 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:22,229 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:22,234 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:22,235 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:22,461 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:22,598 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:22,604 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:22,617 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:22,624 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:22,944 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:22,944 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bfe6c39-ad63-4c37-8564-d859e627fb5c/checklist/new/
+2017-04-05 08:01:23,016 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:23,016 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:23,048 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:23,123 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:23,128 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:23,128 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:23,128 DEBUG api_checklist 16 911 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bfe6c39-ad63-4c37-8564-d859e627fb5c/checklist/new/
+2017-04-05 08:01:23,132 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:01:23,134 DEBUG db_general 165 911 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:01:23,134 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bfe6c39-ad63-4c37-8564-d859e627fb5c/checklist/new/
+2017-04-05 08:01:23,148 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:23,150 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-05 08:01:23,150 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-05 08:01:23,164 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-04-05 08:01:23,165 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-04-05 08:01:23,165 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-04-05 08:01:23,215 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:23,215 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:23,249 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:23,467 DEBUG api_checklist 29 911 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:01:23,468 DEBUG api_checklist 92 911 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bfe6c39-ad63-4c37-8564-d859e627fb5c/checklist/cf28fa2b-1dff-4e99-b32f-ad57dfaaa6a9/nextstep/
+2017-04-05 08:01:23,647 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:23,676 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:23,731 DEBUG api_checklist 106 911 140736510014400 Next step was added successfully!
+2017-04-05 08:01:23,732 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:23,732 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:01:24,473 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:24,488 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:24,605 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:01:24,988 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:25,121 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:25,292 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:01:25,301 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:25,416 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:01:25,422 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:25,560 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-05 08:01:25,561 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-05 08:01:25,579 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-04-05 08:01:25,579 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-05 08:01:25,579 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-04-05 08:01:25,881 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-04-05 08:01:25,881 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-04-05 08:01:25,954 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-04-05 08:01:25,954 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-04-05 08:01:25,954 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-04-05 08:01:26,298 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:26,815 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:27,066 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:01:27,067 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0d7f7cf4-3a03-4258-9ac1-61db055eaf14/b29f05dee0ed47c096c77df56a2caf48
+2017-04-05 08:01:27,118 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:27,271 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:01:27,271 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:01:27,277 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:27,280 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:27,285 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:27,287 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:27,349 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:27,620 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:27,621 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/65436a23-1ba2-4f64-97b8-b56ad869cd59/checklist/new/
+2017-04-05 08:01:27,703 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:01:27,704 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:01:27,743 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:28,224 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:28,701 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:28,738 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:29,088 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:29,245 DEBUG fe_general 146 910 140736510014400 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-04-05 08:01:29,250 DEBUG db_general 109 910 140736510014400 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-04-05 08:01:29,253 DEBUG db_general 117 910 140736510014400 Query result: pbkdf2_sha256$30000$ZnAC253WwdQw$aeu3NBQsEuQtZnHlRqD2Vdp/eAgIWRjWahYVrD00H8I=
+2017-04-05 08:01:29,260 DEBUG db_general 109 910 140736510014400 Query : select id from auth_user WHERE Email = 'STerbDR@intl.att.com';
+2017-04-05 08:01:29,267 DEBUG db_general 117 910 140736510014400 Query result: 239
+2017-04-05 08:01:29,289 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUZXJiRFJAaW50bC5hdHQuY29tIg.C8Z8KQ.OvvZDa7uQnKg8NqdUevrQMMqj6w
+2017-04-05 08:01:29,976 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:01:29,977 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eefa7916-24b8-4360-ab5c-52adda32e401/3d9304a869204ee097f97583e96c2a5c
+2017-04-05 08:01:30,017 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:30,075 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:30,076 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:30,181 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:01:30,182 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:01:30,187 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:30,190 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:30,197 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:30,200 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:30,435 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:01:30,435 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bf21139c-85e8-4032-8f34-85b82f580e42/0e79c35aadbd4aff87fd617136e22d11
+2017-04-05 08:01:30,468 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:30,553 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:30,554 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:30,558 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:30,560 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:30,564 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:30,566 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:30,636 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:30,636 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f1253629-fdd6-4c1a-b074-64784ce0fc6f/checklist/new/
+2017-04-05 08:01:30,714 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:01:30,714 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:01:30,749 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:30,844 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:01:30,844 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e3cc5ba0-f2d7-4324-98a2-206092860e8e/d319a02fec624779be437a22e31756c6
+2017-04-05 08:01:30,883 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:30,884 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d9bb9e33-bdef-4f26-a912-2a06b046ea2c/checklist/new/
+2017-04-05 08:01:30,893 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:30,961 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:30,962 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:30,963 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:01:30,963 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:01:30,966 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:30,968 DEBUG db_general 141 909 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:30,973 DEBUG db_general 130 909 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:30,974 DEBUG db_general 141 909 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:31,000 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:31,003 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:31,004 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:31,004 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:01:31,288 DEBUG api_virtual_function 59 909 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:31,288 DEBUG api_gitlab 222 909 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/67107583-69d5-4838-b091-13cf22b64fbb/checklist/new/
+2017-04-05 08:01:31,355 DEBUG api_user 111 909 140736510014400 200 OK
+2017-04-05 08:01:31,355 DEBUG api_user 113 909 140736510014400 Login successfully.
+2017-04-05 08:01:31,388 DEBUG api_gitlab 240 909 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:31,392 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STRES96@intl.att.com';
+2017-04-05 08:01:31,395 DEBUG db_general 117 909 140736510014400 Query result: eefa7916-24b8-4360-ab5c-52adda32e401
+2017-04-05 08:01:31,398 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STRES96@intl.att.com';
+2017-04-05 08:01:31,400 DEBUG db_general 117 909 140736510014400 Query result: 240
+2017-04-05 08:01:31,403 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '240';
+2017-04-05 08:01:31,405 DEBUG db_general 165 909 140736510014400 Query result: 3d9304a869204ee097f97583e96c2a5c
+2017-04-05 08:01:31,405 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eefa7916-24b8-4360-ab5c-52adda32e401/3d9304a869204ee097f97583e96c2a5c
+2017-04-05 08:01:31,405 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eefa7916-24b8-4360-ab5c-52adda32e401/3d9304a869204ee097f97583e96c2a5c
+2017-04-05 08:01:31,636 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:31,732 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:31,737 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login?t=IlNUZXJiRFJAaW50bC5hdHQuY29tIg.C8Z8KQ.OvvZDa7uQnKg8NqdUevrQMMqj6w page is loaded.
+2017-04-05 08:01:31,874 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:01:32,047 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:32,048 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:32,248 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-04-05 08:01:32,529 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:01:32,632 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:01:32,638 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:32,769 DEBUG test_reset_password 22 910 140736510014400
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUZXJiRFJAaW50bC5hdHQuY29tIg.C8Z8KQ.OvvZDa7uQnKg8NqdUevrQMMqj6w
+Temp Password: iceusers
+User Email: STerbDR@intl.att.com
+2017-04-05 08:01:32,913 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:33,167 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:33,582 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:33,681 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:33,688 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:33,692 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:34,205 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:34,205 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:34,559 DEBUG test_reset_password 24 910 140736510014400 Logout and verify new password works
+2017-04-05 08:01:34,832 DEBUG test_reset_password 26 910 140736510014400 Login with updated password
+2017-04-05 08:01:34,832 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:34,832 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:35,001 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:35,516 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:35,627 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:36,184 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-04-05 08:01:36,184 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-04-05 08:01:36,203 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-04-05 08:01:36,203 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-04-05 08:01:36,203 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-04-05 08:01:36,248 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:36,351 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:36,356 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:36,885 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:37,244 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-267';
+2017-04-05 08:01:37,247 DEBUG db_general 165 909 140736510014400 Query result: f1253629-fdd6-4c1a-b074-64784ce0fc6f
+2017-04-05 08:01:37,252 DEBUG db_user 38 909 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'f1253629-fdd6-4c1a-b074-64784ce0fc6f' and email = 'STkC7WK@intl.att.com' ;
+2017-04-05 08:01:37,254 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=b0129473-d78f-4417-8451-ac0abd848a16
+2017-04-05 08:01:37,677 DEBUG test_reset_password 29 910 140736510014400 Logout and change password back to 'iceusers'
+2017-04-05 08:01:37,684 DEBUG db_general 109 910 140736510014400 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-04-05 08:01:37,686 DEBUG db_general 117 910 140736510014400 Query result: pbkdf2_sha256$30000$ZnAC253WwdQw$aeu3NBQsEuQtZnHlRqD2Vdp/eAgIWRjWahYVrD00H8I=
+2017-04-05 08:01:37,696 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:37,697 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:37,959 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:37,960 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:38,379 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:38,428 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:38,802 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:39,072 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:39,160 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:39,167 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:39,446 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:39,552 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:39,553 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:01:39,554 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0cf67673-6472-480f-a4ef-b55f95e249b0/595f044246e3449aadb2643be44a7ef9
+2017-04-05 08:01:39,557 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=b0129473-d78f-4417-8451-ac0abd848a16 page is loaded.
+2017-04-05 08:01:39,588 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:39,661 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:39,661 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:39,665 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:39,667 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:39,670 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:39,672 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:39,683 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:40,065 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:40,066 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f154e48-0a1a-4e77-8591-5787bd085096/checklist/new/
+2017-04-05 08:01:40,082 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:40,157 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:40,157 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:40,211 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-04-05 08:01:40,211 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-04-05 08:01:40,230 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-04-05 08:01:40,230 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-04-05 08:01:40,231 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-04-05 08:01:40,260 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:40,260 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:40,260 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:01:40,594 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:40,857 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '05b86af9-08f3-42d8-9e92-8939ea8e0550';
+2017-04-05 08:01:40,859 DEBUG db_general 165 911 140736510014400 Query result: API next step test STibcY4
+2017-04-05 08:01:40,859 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-05 08:01:40,859 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-05 08:01:40,875 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-05 08:01:40,876 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-05 08:01:40,876 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-05 08:01:41,143 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:41,184 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:01:41,803 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:41,868 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:01:42,031 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:01:42,040 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:42,360 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-05 08:01:42,360 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-05 08:01:42,394 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-04-05 08:01:42,394 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-05 08:01:42,395 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-04-05 08:01:42,639 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:42,834 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:43,351 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:43,878 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:43,998 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:44,055 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:01:44,055 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff0fe711-7c4c-4948-ae82-8b4d18070989/45c27aa468394865bcb38b3c8be8da5c
+2017-04-05 08:01:44,102 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:44,207 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:01:44,207 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:01:44,212 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:44,214 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:44,218 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:44,220 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:44,662 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:44,663 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a2ea62f7-7641-46f2-bdf9-3dfe7b74fcc6/checklist/new/
+2017-04-05 08:01:44,739 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:44,789 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:01:44,790 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:01:44,830 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:44,874 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:44,875 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:44,875 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:01:45,383 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:45,427 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 08:01:45,427 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68e9fb12-0e92-45d0-a3c9-d084b739e3d4/f0787e5d77f34e708c32c766d12b435b
+2017-04-05 08:01:45,470 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:45,571 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:45,571 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:45,574 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:45,576 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:45,580 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:45,581 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:45,853 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:01:45,915 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:45,916 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59ef1844-87e3-4a65-97e2-f74132bc24c5/checklist/new/
+2017-04-05 08:01:46,023 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:46,024 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:46,072 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:46,116 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-04-05 08:01:46,116 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-04-05 08:01:46,140 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-04-05 08:01:46,141 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-04-05 08:01:46,142 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-04-05 08:01:46,196 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:01:46,196 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:01:46,206 DEBUG db_general 153 911 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:01:46,207 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:01:46,209 DEBUG db_general 165 911 140736510014400 Query result: 2
+2017-04-05 08:01:46,212 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STqo2dN@intl.att.com';
+2017-04-05 08:01:46,213 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-05 08:01:46,218 DEBUG db_general 117 909 140736510014400 Query result: 1f11bb76-a05f-41db-be6c-b33f74defcdc
+2017-04-05 08:01:46,218 DEBUG db_general 165 911 140736510014400 Query result: 44da339b-456a-47db-bbf9-105290e09138
+2017-04-05 08:01:46,224 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STqo2dN@intl.att.com';
+2017-04-05 08:01:46,229 DEBUG db_general 117 909 140736510014400 Query result: 1f11bb76-a05f-41db-be6c-b33f74defcdc
+2017-04-05 08:01:46,232 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STqo2dN@intl.att.com';
+2017-04-05 08:01:46,234 DEBUG db_general 117 909 140736510014400 Query result: 246
+2017-04-05 08:01:46,234 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:46,235 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:01:46,238 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '246';
+2017-04-05 08:01:46,245 DEBUG db_general 165 909 140736510014400 Query result: e6284dea2ff14a68bb12a2157c516bd7
+2017-04-05 08:01:46,246 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f11bb76-a05f-41db-be6c-b33f74defcdc/e6284dea2ff14a68bb12a2157c516bd7
+2017-04-05 08:01:46,246 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f11bb76-a05f-41db-be6c-b33f74defcdc/e6284dea2ff14a68bb12a2157c516bd7
+2017-04-05 08:01:46,536 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:01:46,703 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:01:46,720 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:47,154 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:01:47,509 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:47,547 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:47,548 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:47,851 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:01:47,984 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:01:47,991 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:48,028 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:48,457 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:48,579 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:01:48,815 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:49,144 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:49,293 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:49,299 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:01:49,344 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:49,867 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:01:49,867 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/25a342d6-62c1-4c67-8919-351f07037a62/37e953962d994151b92893543294c8ed
+2017-04-05 08:01:49,929 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:01:50,112 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:50,113 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:50,126 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:50,133 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:01:50,135 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:01:50,145 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:01:50,149 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:01:50,267 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:50,638 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:50,741 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:01:50,741 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/addce92a-5d24-4499-9f07-96ad395c9711/checklist/new/
+2017-04-05 08:01:50,779 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:50,811 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:50,812 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:50,846 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:50,846 DEBUG api_virtual_function 73 908 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:01:50,887 DEBUG api_virtual_function 85 908 140736510014400 Invite sent successfully to email STfDoJX@intl.att.com
+2017-04-05 08:01:50,894 DEBUG api_virtual_function 89 908 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=32960899-328e-4056-bfa0-c516beee5247&email=STfDoJX@intl.att.com
+2017-04-05 08:01:50,895 DEBUG api_user 182 908 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:01:51,049 DEBUG api_user 204 908 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:01:51,049 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/addce92a-5d24-4499-9f07-96ad395c9711/checklist/new/
+2017-04-05 08:01:51,119 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:01:51,119 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:01:51,152 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:01:51,152 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:51,153 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:01:51,543 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:01:51,543 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:01:51,973 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:01:52,280 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:01:52,626 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:01:52,732 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:01:52,737 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:52,900 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:01:53,002 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:01:53,007 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:01:53,249 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:53,524 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:53,762 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:54,078 DEBUG test_login_with_new_user 92 909 140736510014400 click_on on + Dashboard
+2017-04-05 08:01:54,275 DEBUG fe_wizard 20 909 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:01:55,522 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:55,756 DEBUG test_set_stage 66 910 140736510014400 Admin_ro failed to change stage to Intake
+2017-04-05 08:01:56,035 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:01:56,547 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:57,059 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:01:57,334 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-04-05 08:01:57,334 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-04-05 08:01:57,356 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-04-05 08:01:57,356 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-04-05 08:01:57,356 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-04-05 08:01:57,579 DEBUG fe_wizard 43 909 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:01:59,450 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:00,101 DEBUG fe_wizard 76 909 140736510014400 Tab Invite Team Members
+2017-04-05 08:02:00,530 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:02:00,530 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d6325b3-5962-4d49-9ad2-b9191010f071/cde118b395244c7cb7a0630290a988b3
+2017-04-05 08:02:00,562 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:00,629 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:00,629 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:00,632 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:00,633 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:00,638 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:00,640 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:00,861 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:00,861 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3051ec04-152a-4555-bdcf-5d204462402d/checklist/new/
+2017-04-05 08:02:00,944 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:00,944 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:00,978 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:00,978 DEBUG api_virtual_function 73 908 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:02:01,030 DEBUG test_set_stage 66 910 140736510014400 Admin_ro failed to change stage to Active
+2017-04-05 08:02:01,036 DEBUG api_virtual_function 85 908 140736510014400 Invite sent successfully to email STVecU2@intl.att.com
+2017-04-05 08:02:01,043 DEBUG api_virtual_function 89 908 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=5d3189a9-b3e0-41ad-8449-0a641546f5c8&email=STVecU2@intl.att.com
+2017-04-05 08:02:01,043 DEBUG api_user 182 908 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:02:01,128 DEBUG fe_wizard 89 909 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:02:01,138 DEBUG helper 42 909 140736510014400 About to generate SSH Public Key
+2017-04-05 08:02:01,206 DEBUG api_user 204 908 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:02:01,206 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3051ec04-152a-4555-bdcf-5d204462402d/checklist/new/
+2017-04-05 08:02:01,275 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:01,275 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:01,281 DEBUG helper 57 909 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH6umVFpf/pgQ4drK9IZZAGs5AuDI/9sKifxizPiuqQc6i2DpTlfg7lZ5yMxHiDxF0tr3+zceX7Ka6qxBH1izJcG5yMR63Ul5eXU1SwahP2LNtu5fJjcMqx70xOiqnWA52bTvmczofaLDt8Jx6V2RMDIUoxpC+TcYZ/RcYyHbF0EbLuud98vYAEt6hxUR6hCybugL5ME2FJWcTjoylAl453FCaqD5ASFEbz/tP43aSqO9Y4ACgn/QTjKLKaZluH3aYiFLE3Wk7rna3PvIH9kxS5HHGokxTLKQQBPDUcnCHojBkE5FsUIyAcpS6IIc7X6WyPGs8Aj8a0B6yxvtusaOl
+2017-04-05 08:02:01,305 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:01,305 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:01,306 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:02:02,025 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '44da339b-456a-47db-bbf9-105290e09138';
+2017-04-05 08:02:02,027 DEBUG db_general 165 911 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:02:02,034 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:02,136 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:02:02,559 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = 'e199f70f-539a-4adc-ac09-aa69b0213ee6';
+2017-04-05 08:02:02,562 DEBUG db_general 165 911 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:02:02,572 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:02,800 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:02:02,907 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:02:02,911 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:03,093 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '3a3bba59-972c-41a4-a39a-d39d15f1f738';
+2017-04-05 08:02:03,096 DEBUG db_general 165 911 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:02:03,102 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:03,444 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:03,918 DEBUG fe_wizard 99 909 140736510014400 SSH Key added via modal window.
+2017-04-05 08:02:03,922 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vf Where name = 'newVFSTFLHTI';
+2017-04-05 08:02:03,924 DEBUG db_general 165 909 140736510014400 Query result: a598bcd4-849d-4aaa-bcd8-6ade703df981
+2017-04-05 08:02:03,925 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=a598bcd4-849d-4aaa-bcd8-6ade703df981&inviter_uuid=1f11bb76-a05f-41db-be6c-b33f74defcdc&email=automationqattSTp78AO@gmail.com
+2017-04-05 08:02:03,962 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:04,489 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:05,255 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:05,575 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-05 08:02:05,577 DEBUG db_general 165 909 140736510014400 Query result: d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:02:05,577 DEBUG db_user 28 909 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=a598bcd4-849d-4aaa-bcd8-6ade703df981&email=ST7QvjB@ericson.com&full_name=STJhKBZST26DmL&phone_number=2012687264&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:02:05,578 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=a598bcd4-849d-4aaa-bcd8-6ade703df981&email=ST7QvjB@ericson.com&full_name=STJhKBZST26DmL&phone_number=2012687264&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:02:05,767 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:06,372 DEBUG test_set_stage 66 910 140736510014400 Admin_ro failed to change stage to Validated
+2017-04-05 08:02:06,373 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-04-05 08:02:06,373 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-04-05 08:02:06,393 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-04-05 08:02:06,393 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-04-05 08:02:06,394 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-04-05 08:02:06,554 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-05 08:02:06,554 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-05 08:02:06,573 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-04-05 08:02:06,574 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-05 08:02:06,574 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-04-05 08:02:08,245 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-04-05 08:02:08,245 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-04-05 08:02:08,762 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:09,003 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-04-05 08:02:09,004 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-04-05 08:02:09,005 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-04-05 08:02:09,707 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:10,167 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:02:10,167 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/91bb98fd-c28e-4739-81ce-185636e4e3a1/8dc54a4c942048359399bcec0e7c804c
+2017-04-05 08:02:10,214 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:10,329 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:02:10,329 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:02:10,335 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:10,337 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:10,342 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:10,343 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:10,683 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:10,684 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c194e3b8-8e88-45d1-8e6d-dcf726ac1811/checklist/new/
+2017-04-05 08:02:10,779 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:02:10,779 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:02:10,827 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:10,828 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:10,829 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:02:11,145 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:02:11,150 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STTA1SW@amdocs.com';
+2017-04-05 08:02:11,153 DEBUG db_general 117 909 140736510014400 Query result: d5a06f93-900a-480d-87c6-d05367aa35b1
+2017-04-05 08:02:11,156 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STTA1SW@amdocs.com';
+2017-04-05 08:02:11,159 DEBUG db_general 117 909 140736510014400 Query result: d5a06f93-900a-480d-87c6-d05367aa35b1
+2017-04-05 08:02:11,166 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STTA1SW@amdocs.com';
+2017-04-05 08:02:11,170 DEBUG db_general 117 909 140736510014400 Query result: 252
+2017-04-05 08:02:11,176 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '252';
+2017-04-05 08:02:11,178 DEBUG db_general 165 909 140736510014400 Query result: 042802a0ba9943c98acda038094697f2
+2017-04-05 08:02:11,178 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5a06f93-900a-480d-87c6-d05367aa35b1/042802a0ba9943c98acda038094697f2
+2017-04-05 08:02:11,179 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5a06f93-900a-480d-87c6-d05367aa35b1/042802a0ba9943c98acda038094697f2
+2017-04-05 08:02:11,360 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:11,692 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:02:11,993 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:11,993 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:02:12,359 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:02:12,492 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:02:12,502 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:12,608 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:02:12,608 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9603b293-164d-4157-8f35-0d457fcfe3a4/3127a716a6a24699a3b4d244681fca43
+2017-04-05 08:02:12,648 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:12,760 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:12,760 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:12,766 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:12,768 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:12,775 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:12,779 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:12,895 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:02:13,044 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:13,295 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:13,295 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8327dafe-b91c-4faf-ad18-4050bd113aea/checklist/new/
+2017-04-05 08:02:13,364 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:13,365 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:13,396 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:13,396 DEBUG api_virtual_function 73 908 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:02:13,438 DEBUG api_virtual_function 85 908 140736510014400 Invite sent successfully to email STn0SX4@intl.att.com
+2017-04-05 08:02:13,444 DEBUG api_virtual_function 89 908 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=80c71742-4215-41d3-8147-4f11aaddfd20&email=STn0SX4@intl.att.com
+2017-04-05 08:02:13,444 DEBUG api_user 182 908 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:02:13,557 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:02:13,562 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:13,662 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:02:13,666 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:02:13,704 DEBUG api_user 204 908 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:02:13,704 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8327dafe-b91c-4faf-ad18-4050bd113aea/checklist/new/
+2017-04-05 08:02:13,775 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:13,776 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:13,808 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:13,809 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:13,809 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:02:14,230 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:14,681 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:02:14,747 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:15,233 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Intake
+2017-04-05 08:02:15,239 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:15,338 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:02:15,455 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:02:15,459 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:15,474 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:15,605 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '3a3bba59-972c-41a4-a39a-d39d15f1f738';
+2017-04-05 08:02:15,610 DEBUG db_general 165 911 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:02:15,632 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:15,731 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:15,731 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:02:15,923 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:16,162 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = 'e199f70f-539a-4adc-ac09-aa69b0213ee6';
+2017-04-05 08:02:16,166 DEBUG db_general 165 911 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:02:16,186 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:16,265 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:16,439 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:16,613 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:02:16,714 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '44da339b-456a-47db-bbf9-105290e09138';
+2017-04-05 08:02:16,716 DEBUG db_general 165 911 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:02:16,724 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:16,784 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:16,955 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Active
+2017-04-05 08:02:16,960 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:17,232 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-05 08:02:17,232 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-05 08:02:17,247 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:02:17,248 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-05 08:02:17,248 DEBUG logFuncEntry 34 911 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-05 08:02:17,248 DEBUG test_ui_base 28 911 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-05 08:02:17,309 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:17,445 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:02:17,455 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:17,551 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:17,979 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:18,071 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:18,136 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:18,591 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Validated
+2017-04-05 08:02:18,602 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:18,651 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:18,835 DEBUG fe_wizard 20 909 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:02:19,043 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:19,555 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:19,641 DEBUG test_ui_base 38 911 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:20,063 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-04-05 08:02:20,064 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-04-05 08:02:20,088 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-04-05 08:02:20,088 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-04-05 08:02:20,088 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-04-05 08:02:20,286 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:21,162 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:21,247 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-04-05 08:02:21,248 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-04-05 08:02:21,276 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-04-05 08:02:21,277 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-04-05 08:02:21,277 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-04-05 08:02:21,391 DEBUG api_user 93 911 140736510014400 Moving to next test case
+2017-04-05 08:02:21,392 DEBUG api_user 170 911 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30d3e3d1-bdc0-4afb-9f6f-61921f9daa09/3330c7558ff443f69f124df20e3db4f6
+2017-04-05 08:02:21,520 DEBUG api_user 173 911 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:21,677 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:21,686 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:02:21,686 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:02:21,693 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:21,695 DEBUG db_general 141 911 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:21,700 DEBUG db_general 130 911 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:21,703 DEBUG db_general 141 911 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:22,191 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:22,552 DEBUG api_virtual_function 59 911 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:22,552 DEBUG api_gitlab 222 911 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7671c2a3-d727-4314-a318-964218cb74cd/checklist/new/
+2017-04-05 08:02:22,669 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:02:22,669 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:02:22,709 DEBUG api_gitlab 240 911 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:22,712 DEBUG fe_wizard 59 909 140736510014400 Tab Add AT&T Sponsor
+2017-04-05 08:02:22,809 DEBUG api_user 111 911 140736510014400 200 OK
+2017-04-05 08:02:22,809 DEBUG api_user 113 911 140736510014400 Login successfully.
+2017-04-05 08:02:22,827 DEBUG db_general 153 911 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:02:22,830 DEBUG db_general 165 911 140736510014400 Query result: 2
+2017-04-05 08:02:22,833 DEBUG db_general 153 911 140736510014400 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-05 08:02:22,836 DEBUG db_general 165 911 140736510014400 Query result: 44da339b-456a-47db-bbf9-105290e09138
+2017-04-05 08:02:22,853 DEBUG fe_user 26 911 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:22,853 DEBUG fe_user 27 911 140736510014400 Insert Email
+2017-04-05 08:02:23,211 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:23,632 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:23,686 DEBUG fe_user 30 911 140736510014400 Insert Password
+2017-04-05 08:02:24,364 DEBUG fe_user 32 911 140736510014400 Click Login Button
+2017-04-05 08:02:24,512 DEBUG fe_user 34 911 140736510014400 Login Button clicked
+2017-04-05 08:02:24,519 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:24,540 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:02:24,541 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/646cd01d-467e-4b43-9941-484a1292c3d9/4f5f97693b394f88ae6bc29b783cf537
+2017-04-05 08:02:24,586 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:24,699 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:02:24,699 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:02:24,706 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:24,708 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:24,712 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:24,714 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:25,020 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:02:25,020 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdce558f-d198-417d-8ca4-26d57ef223d7/d7acf83de9b040fb871d820f2df62b56
+2017-04-05 08:02:25,087 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:25,220 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:25,220 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:25,225 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:25,227 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:25,230 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:25,233 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:25,273 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:25,473 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:25,473 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e59f1b8c-291b-413d-ba30-23f3aa001c6e/checklist/new/
+2017-04-05 08:02:25,543 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:02:25,543 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:02:25,594 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:25,594 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:25,594 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:02:25,612 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:25,613 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b164a75f-7eb3-40ad-9dd9-63dae7906296/checklist/new/
+2017-04-05 08:02:25,694 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:25,694 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:25,729 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:25,729 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:25,730 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:02:25,775 DEBUG fe_wizard 76 909 140736510014400 Tab Invite Team Members
+2017-04-05 08:02:25,786 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:26,315 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:26,441 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:02:26,617 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:02:26,796 DEBUG fe_wizard 89 909 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:02:26,807 DEBUG helper 42 909 140736510014400 About to generate SSH Public Key
+2017-04-05 08:02:27,017 DEBUG helper 57 909 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDaEZmlD7flXOBi5IUWLVsxlG0tHU+wAfWD8Ci0fxrNbQ2RU+NnWWSYGGGpUzEpJ/G/UPWNmLgfNnUWTd+GBF911/Ur6m+SQdOeAw3308ReUPoRKQYFt2BSxKCut+hL7MY8ZIGkwRz5/XU+qG1AaLN9vni34H/Vh+k1wA8/MGI/B7DKNODCnLODKa5tAyDktPfM3KE8Uvsm0OL2pYMZr98yt0PznVOXJ0fsb6u77JnDGpSLP4FjbMCettU41E2RARavn6ayHKVpZ/AIxN7SMdKpcGKxGfcGrkswcBL7K+92GQPrdBlhio46Mn4Hzbanvb3kH1MmG9Z7XvoJ7zU8/7bn
+2017-04-05 08:02:27,078 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:02:27,093 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:27,207 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:02:27,214 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:27,309 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:02:27,467 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:02:27,478 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:27,610 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:28,005 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:28,053 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:28,525 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:28,566 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:29,053 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:29,101 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:29,821 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:29,926 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:30,114 DEBUG fe_wizard 99 909 140736510014400 SSH Key added via modal window.
+2017-04-05 08:02:30,119 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vf Where name = 'newVFSTSVyoM';
+2017-04-05 08:02:30,123 DEBUG db_general 165 909 140736510014400 Query result: 53c2b7a5-08d1-4424-b85f-204125cd869e
+2017-04-05 08:02:30,131 DEBUG db_user 38 909 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '53c2b7a5-08d1-4424-b85f-204125cd869e' and email = 'automationqattST8YGeB@gmail.com' ;
+2017-04-05 08:02:30,135 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattST8YGeB@gmail.com
+2017-04-05 08:02:30,331 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:30,438 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:30,984 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Intake
+2017-04-05 08:02:30,990 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:31,136 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:31,371 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:02:31,615 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:31,720 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 08:02:31,723 DEBUG db_general 165 909 140736510014400 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:02:31,723 DEBUG db_user 28 909 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STbsVX3@att.com&full_name=STjIWgcSTmJskR&phone_number=2014965684&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:02:31,724 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STbsVX3@att.com&full_name=STjIWgcSTmJskR&phone_number=2014965684&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:02:31,894 DEBUG helper 42 908 140736510014400 About to generate SSH Public Key
+2017-04-05 08:02:32,127 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:32,162 DEBUG helper 57 908 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6NKw5gMxES3sp2i6MHklsZSjO0mF6hSAJlproC1VG8RkumkSk9Rh1rsPpJda8fmE2SmzShZOUljpi8y5HZqsOQyCLAFNUJM6mk7QTyV7NAgRahPiyfh0C6Ja3l3sKVwPm3bhNNqS1EeUZmbbjENk6WHeJDz98dPC18XajdbfVAzbGG9I7IjLIEHYnfXhdpMj+gmL5AivpTotmcUWsc5Tr1T2Hn7eYnxK8bjxBAFLGXMBME0UX7V/ycRCgYDqc6MhDrzPMPCVc5XLGK3YXs+RZQtKezGmu3VcvXggGlH8qin/AbD2IFxn43761oK1XDW5RS5nUWVSRG88plPehWc4/
+2017-04-05 08:02:32,162 DEBUG test_ssh_key 44 908 140736510014400 AAAAB3NzaC1yc2EAAAADAQABAAABAQC6NKw5gMxES3sp2i6MHklsZSjO0mF6hSAJlproC1VG8RkumkSk9Rh1rsPpJda8fmE2SmzShZOUljpi8y5HZqsOQyCLAFNUJM6mk7QTyV7NAgRahPiyfh0C6Ja3l3sKVwPm3bhNNqS1EeUZmbbjENk6WHeJDz98dPC18XajdbfVAzbGG9I7IjLIEHYnfXhdpMj+gmL5AivpTotmcUWsc5Tr1T2Hn7eYnxK8bjxBAFLGXMBME0UX7V/ycRCgYDqc6MhDrzPMPCVc5XLGK3YXs+RZQtKezGmu3VcvXggGlH8qin/AbD2IFxn43761oK1XDW5RS5nUWVSRG88plPehWc4/
+2017-04-05 08:02:32,489 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:02:32,635 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-05 08:02:32,635 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-05 08:02:32,641 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Active
+2017-04-05 08:02:32,648 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:32,651 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-04-05 08:02:32,652 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-05 08:02:32,652 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-04-05 08:02:33,017 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:33,531 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:34,046 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Validated
+2017-04-05 08:02:34,052 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:02:34,379 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:34,752 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:34,888 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:35,289 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-04-05 08:02:35,289 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-04-05 08:02:35,304 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-04-05 08:02:35,304 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-04-05 08:02:35,304 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-04-05 08:02:35,394 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-04-05 08:02:35,395 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-04-05 08:02:35,420 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-04-05 08:02:35,421 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-04-05 08:02:35,421 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-04-05 08:02:36,178 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:02:36,178 DEBUG api_user 170 909 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/860b5c68-15ed-43ac-a7d8-aa1a20ac4acd/a39024a1b8574568b6dec4fefcc7a6eb
+2017-04-05 08:02:36,314 DEBUG api_user 173 909 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:36,315 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:36,315 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:02:37,285 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:02:37,422 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:37,673 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:37,970 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:02:38,087 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:02:38,092 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:38,606 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:38,620 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:02:38,620 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/547fbf62-af4f-4a81-89d7-2bae2332d225/d393aba857354e969de25c9f50990af6
+2017-04-05 08:02:38,655 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:38,737 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:38,737 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:38,741 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:38,742 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:38,746 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:38,747 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:38,818 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '44da339b-456a-47db-bbf9-105290e09138';
+2017-04-05 08:02:38,820 DEBUG db_general 165 911 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:02:38,844 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:02:38,844 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/96fb6206-c401-4324-aa9c-7b9e9c9bfb44/e42d4e304ba24a97b29ade902e676fcd
+2017-04-05 08:02:38,851 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:38,883 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:38,971 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:02:38,972 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:02:38,976 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:38,977 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:38,980 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:38,981 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:39,051 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:39,051 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3517107f-a7e9-4486-8e61-74a8e2892fc1/checklist/new/
+2017-04-05 08:02:39,137 DEBUG test_login_with_new_user 33 909 140736510014400 Message Error(APIUser or Password does not match) Displayed
+2017-04-05 08:02:39,138 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-05 08:02:39,138 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-05 08:02:39,154 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:39,154 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:39,156 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-04-05 08:02:39,157 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-05 08:02:39,157 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-04-05 08:02:39,192 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:39,192 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:39,192 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:02:39,377 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = 'd2295f20-52a4-4c1b-ad0f-8f7ebdf21d46';
+2017-04-05 08:02:39,380 DEBUG db_general 165 911 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:02:39,386 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:39,486 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:39,486 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/607df097-f36e-4c81-bdae-85caebc9defa/checklist/new/
+2017-04-05 08:02:39,569 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:02:39,569 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:02:39,603 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:39,603 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:39,604 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:02:39,911 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '277c6c3f-a422-4a86-a528-f7541708c8bf';
+2017-04-05 08:02:39,915 DEBUG db_general 165 911 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:02:39,923 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:40,089 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:02:40,507 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:02:40,744 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:02:40,886 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:02:40,891 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:41,184 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:02:41,368 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:41,403 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:02:41,407 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:41,412 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:41,923 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:41,935 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:42,447 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:42,451 DEBUG helper 42 908 140736510014400 About to generate SSH Public Key
+2017-04-05 08:02:42,567 DEBUG helper 57 908 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC95OiD6gCz78/Yw4ZXZc6IpkibXUwG7//OaPEqiayGERrJx/Mj/SYmZfxWIANh5CEzUMY+pYptZULwXkcQCn67udQDJKO1a4WBJX+ApKi2ePa75GWMLqKij67JaqC5yfEVyJmtuT3Pfhcn1lwlOfE1sHn/0RWZDQdsHy/AA4JbAHEL/uhblB28jgL/DM0a2Zg9OiYZxYvDVwPnGFkoX7yr8QGD50ohKcE/Je13ZQM10LdhB8fT0aJt/xVf0sMsiu8YgmO5mgxy0PmKBGpxMUoxlzSNrBiD2wwZu+8QtVNpFSfbJNKbRYDjY7miUG1zA+0ah4iyMONXBQ7D8ibxIE9J
+2017-04-05 08:02:42,567 DEBUG test_ssh_key 33 908 140736510014400 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC95OiD6gCz78/Yw4ZXZc6IpkibXUwG7//OaPEqiayGERrJx/Mj/SYmZfxWIANh5CEzUMY+pYptZULwXkcQCn67udQDJKO1a4WBJX+ApKi2ePa75GWMLqKij67JaqC5yfEVyJmtuT3Pfhcn1lwlOfE1sHn/0RWZDQdsHy/AA4JbAHEL/uhblB28jgL/DM0a2Zg9OiYZxYvDVwPnGFkoX7yr8QGD50ohKcE/Je13ZQM10LdhB8fT0aJt/xVf0sMsiu8YgmO5mgxy0PmKBGpxMUoxlzSNrBiD2wwZu+8QtVNpFSfbJNKbRYDjY7miUG1zA+0ah4iyMONXBQ7D8ibxIE9J
+2017-04-05 08:02:42,681 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:02:42,682 DEBUG test_login_with_new_user 39 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:42,961 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:02:42,976 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:43,736 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:44,251 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:44,934 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-05 08:02:44,934 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-05 08:02:44,952 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-04-05 08:02:44,953 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-05 08:02:44,953 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-04-05 08:02:45,712 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-04-05 08:02:45,713 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-04-05 08:02:45,767 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-04-05 08:02:45,768 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-04-05 08:02:45,768 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-04-05 08:02:47,059 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:47,884 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:48,971 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:02:48,971 DEBUG api_user 170 908 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9e10bb7-7409-49e5-b9c5-93a721310084/fea085034d854fbc9a15ea209498acd5
+2017-04-05 08:02:49,010 DEBUG api_user 173 908 140736510014400 APIUser activated successfully!
+2017-04-05 08:02:49,081 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:49,082 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:49,085 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:02:49,087 DEBUG db_general 141 908 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:02:49,091 DEBUG db_general 130 908 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:02:49,092 DEBUG db_general 141 908 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:02:49,240 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-05 08:02:49,241 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-05 08:02:49,259 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-04-05 08:02:49,260 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-05 08:02:49,260 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-04-05 08:02:49,473 DEBUG api_virtual_function 59 908 140736510014400 Virtual Function created successfully!
+2017-04-05 08:02:49,474 DEBUG api_gitlab 222 908 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b01541c-4ed5-432a-9680-560728c954c0/checklist/new/
+2017-04-05 08:02:49,556 DEBUG api_user 111 908 140736510014400 200 OK
+2017-04-05 08:02:49,556 DEBUG api_user 113 908 140736510014400 Login successfully.
+2017-04-05 08:02:49,603 DEBUG api_gitlab 240 908 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:02:49,603 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:49,603 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:02:50,061 DEBUG test_set_stage 77 910 140736510014400 User STYNcwo@intl.att.com failed to change stage to Intake
+2017-04-05 08:02:50,516 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:02:51,162 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:02:51,290 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:02:51,294 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:02:51,363 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:51,807 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:02:52,668 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-05 08:02:52,668 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-05 08:02:52,699 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-04-05 08:02:52,700 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-05 08:02:52,700 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-04-05 08:02:52,754 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:02:52,855 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '277c6c3f-a422-4a86-a528-f7541708c8bf';
+2017-04-05 08:02:52,859 DEBUG db_general 165 911 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:02:52,872 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:53,400 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:02:53,403 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = 'd2295f20-52a4-4c1b-ad0f-8f7ebdf21d46';
+2017-04-05 08:02:53,407 DEBUG db_general 165 911 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:02:53,423 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:53,936 DEBUG db_general 153 911 140736510014400 Query : select description from ice_next_step Where uuid = '44da339b-456a-47db-bbf9-105290e09138';
+2017-04-05 08:02:53,939 DEBUG db_general 165 911 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:02:53,944 DEBUG wait 110 911 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:02:54,031 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-04-05 08:02:54,032 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-04-05 08:02:54,046 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-04-05 08:02:54,046 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-04-05 08:02:54,046 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-04-05 08:02:54,453 DEBUG logFuncEntry 34 911 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-05 08:02:54,453 DEBUG logFuncEntry 34 911 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-05 08:02:54,469 DEBUG test_ui_base 54 911 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-05 08:02:54,872 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:55,362 DEBUG test_set_stage 77 910 140736510014400 User STYNcwo@intl.att.com failed to change stage to Active
+2017-04-05 08:02:56,101 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:02:56,101 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:56,101 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:02:56,165 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:02:57,072 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:02:57,241 DEBUG api_user 93 908 140736510014400 Moving to next test case
+2017-04-05 08:02:57,242 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:02:57,242 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:02:57,734 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:02:57,920 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:02:57,925 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:02:58,200 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:02:58,447 DEBUG test_login_with_new_user 25 909 140736510014400 Resend Activation Email Page Opened
+2017-04-05 08:02:58,460 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-05 08:02:58,460 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-05 08:02:58,475 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-04-05 08:02:58,475 DEBUG logFuncEntry 34 909 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-05 08:02:58,475 DEBUG test_ui_base 28 909 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-04-05 08:02:58,855 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:02:59,072 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:02:59,078 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:02:59,605 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:03:00,131 DEBUG db_general 109 908 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STg1SZK@intl.att.com';
+2017-04-05 08:03:00,133 DEBUG db_general 117 908 140736510014400 Query result: f9276f7a-d5fc-4e6b-8ccb-2787256f035f
+2017-04-05 08:03:00,137 DEBUG db_general 109 908 140736510014400 Query : select id from auth_user WHERE Email = 'STg1SZK@intl.att.com';
+2017-04-05 08:03:00,139 DEBUG db_general 117 908 140736510014400 Query result: 264
+2017-04-05 08:03:00,142 DEBUG db_general 153 908 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '264';
+2017-04-05 08:03:00,144 DEBUG db_general 165 908 140736510014400 Query result: 3648abced53b40828f5e41825aeec100
+2017-04-05 08:03:00,144 DEBUG db_user 21 908 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f9276f7a-d5fc-4e6b-8ccb-2787256f035f/3648abced53b40828f5e41825aeec100
+2017-04-05 08:03:00,144 DEBUG fe_general 35 908 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f9276f7a-d5fc-4e6b-8ccb-2787256f035f/3648abced53b40828f5e41825aeec100
+2017-04-05 08:03:00,567 DEBUG test_ui_base 38 909 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:03:00,704 DEBUG test_set_stage 77 910 140736510014400 User STYNcwo@intl.att.com failed to change stage to Validated
+2017-04-05 08:03:00,704 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:03:00,821 DEBUG fe_user 26 908 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:03:00,822 DEBUG fe_user 27 908 140736510014400 Insert Email
+2017-04-05 08:03:01,393 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-04-05 08:03:01,394 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-04-05 08:03:01,415 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-04-05 08:03:01,415 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-04-05 08:03:01,415 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-04-05 08:03:01,675 DEBUG fe_user 30 908 140736510014400 Insert Password
+2017-04-05 08:03:01,855 DEBUG api_user 93 909 140736510014400 Moving to next test case
+2017-04-05 08:03:01,858 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STPCR5M@intl.att.com';
+2017-04-05 08:03:01,861 DEBUG db_general 117 909 140736510014400 Query result: 373c6110-8055-46f3-a375-d6f265451f31
+2017-04-05 08:03:01,865 DEBUG db_general 109 909 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STPCR5M@intl.att.com';
+2017-04-05 08:03:01,867 DEBUG db_general 117 909 140736510014400 Query result: 373c6110-8055-46f3-a375-d6f265451f31
+2017-04-05 08:03:01,871 DEBUG db_general 109 909 140736510014400 Query : select id from auth_user WHERE Email = 'STPCR5M@intl.att.com';
+2017-04-05 08:03:01,873 DEBUG db_general 117 909 140736510014400 Query result: 265
+2017-04-05 08:03:01,876 DEBUG db_general 153 909 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '265';
+2017-04-05 08:03:01,878 DEBUG db_general 165 909 140736510014400 Query result: f4ec4488624c40d2bb0698fbfd733f2b
+2017-04-05 08:03:01,878 DEBUG db_user 21 909 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/373c6110-8055-46f3-a375-d6f265451f31/f4ec4488624c40d2bb0698fbfd733f2b
+2017-04-05 08:03:01,878 DEBUG fe_general 35 909 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/373c6110-8055-46f3-a375-d6f265451f31/f4ec4488624c40d2bb0698fbfd733f2b
+2017-04-05 08:03:02,336 DEBUG fe_user 32 908 140736510014400 Click Login Button
+2017-04-05 08:03:02,446 DEBUG fe_user 34 908 140736510014400 Login Button clicked
+2017-04-05 08:03:02,452 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:03:02,795 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:03:02,796 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:03:03,124 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:03,635 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:03,685 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:03:03,760 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:03:04,158 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:04,424 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:03:04,546 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:03:04,555 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:03:04,707 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-04-05 08:03:04,707 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-04-05 08:03:04,728 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-04-05 08:03:04,729 DEBUG logFuncEntry 34 908 140736510014400 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-04-05 08:03:04,729 DEBUG test_ui_base 28 908 140736510014400 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-04-05 08:03:04,929 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:03:04,930 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27ac44de-9689-465f-95ff-19792a676f7a/192a4f9bfd924a3997ccef1cf2b11577
+2017-04-05 08:03:04,980 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:03:05,087 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:03:05,088 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:03:05,092 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:03:05,094 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:03:05,098 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:03:05,099 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:03:05,240 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:05,654 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:03:05,654 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4cdf55ad-2a15-419b-b444-080cd2608d55/checklist/new/
+2017-04-05 08:03:05,746 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:03:05,746 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:03:05,752 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:05,790 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:03:05,791 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:03:05,791 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:03:06,619 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:03:06,683 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:03:06,684 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:03:06,885 DEBUG test_ui_base 38 908 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:03:07,302 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:03:07,412 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:03:07,418 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:03:07,500 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:03:08,159 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:03:08,262 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:03:08,268 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:03:08,273 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:08,783 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:08,797 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:09,247 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-04-05 08:03:09,353 DEBUG test_login_with_new_user 232 909 140736510014400 click_on on + Dashboard
+2017-04-05 08:03:09,636 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:09,707 DEBUG fe_wizard 20 909 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:03:09,808 DEBUG db_general 153 908 140736510014400 Query : select name from ice_vendor Where public = 'TRUE';
+2017-04-05 08:03:09,810 DEBUG db_general 165 908 140736510014400 Query result: ['AT&T', 'Affirmed Networks', 'Amdocs', 'Brocade', 'Ciena', 'Cisco', 'Ericsson', 'Fujitsu', 'Juniper', 'Metaswitch', 'Nokia', 'Other']
+2017-04-05 08:03:10,150 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:10,991 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:11,093 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:11,508 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:12,014 DEBUG test_set_stage 88 910 140736510014400 User dd1122@att.com failed to change stage to Intake
+2017-04-05 08:03:12,108 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:12,432 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:12,621 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:12,949 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:13,140 DEBUG db_general 153 909 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFST1P9MS';
+2017-04-05 08:03:13,143 DEBUG db_general 165 909 140736510014400 Query result: ea46f3e7-a2fc-4789-8638-fcf6874c61b5
+2017-04-05 08:03:13,146 DEBUG db_general 153 909 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ea46f3e7-a2fc-4789-8638-fcf6874c61b5';
+2017-04-05 08:03:13,148 DEBUG db_general 165 909 140736510014400 Query result: 2017-286
+2017-04-05 08:03:13,151 DEBUG db_general 153 909 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-286';
+2017-04-05 08:03:13,153 DEBUG db_general 165 909 140736510014400 Query result: ea46f3e7-a2fc-4789-8638-fcf6874c61b5
+2017-04-05 08:03:13,156 DEBUG db_general 153 909 140736510014400 Query : select reviewer_id from ice_engagement Where uuid = 'ea46f3e7-a2fc-4789-8638-fcf6874c61b5';
+2017-04-05 08:03:13,158 DEBUG db_general 165 909 140736510014400 Query result: 2
+2017-04-05 08:03:13,163 DEBUG db_general 153 909 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:03:13,165 DEBUG db_general 165 909 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:03:13,165 DEBUG fe_wizard 43 909 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:03:13,458 DEBUG test_set_stage 88 910 140736510014400 User dd1122@att.com failed to change stage to Active
+2017-04-05 08:03:13,726 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:14,237 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:14,743 DEBUG test_set_stage 88 910 140736510014400 User dd1122@att.com failed to change stage to Validated
+2017-04-05 08:03:14,743 DEBUG fe_general 35 910 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:03:15,340 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-04-05 08:03:15,341 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-04-05 08:03:15,357 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-04-05 08:03:15,357 DEBUG logFuncEntry 34 910 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-04-05 08:03:15,358 DEBUG test_ui_base 28 910 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-04-05 08:03:15,622 DEBUG wait 110 908 140736510014400 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-04-05 08:03:15,703 DEBUG fe_wizard 76 909 140736510014400 Tab Invite Team Members
+2017-04-05 08:03:16,387 DEBUG logFuncEntry 34 908 140736510014400 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-04-05 08:03:16,387 DEBUG logFuncEntry 34 908 140736510014400 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-04-05 08:03:16,408 DEBUG test_ui_base 54 908 140736510014400 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-04-05 08:03:16,746 DEBUG fe_wizard 89 909 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:03:16,755 DEBUG helper 42 909 140736510014400 About to generate SSH Public Key
+2017-04-05 08:03:16,972 DEBUG helper 57 909 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2POhE0gdIiYmVbKSodvlUI5ygy402pAu6ZBMpCuOmzIOyB156cDy+fo++X4lxyh9VxX3M9V7zSDEUQrMA/64jfOb+vJZBPJEIMEJEsvJAKzBmPCVLeQo9lSY8bV/eIV/LYsNSOC4D6cm/RxvYvGECh2qmmY6tolanJC3XOtVnirFVOtdcGNDeWSpDNKy320VeGF/m4jlxb/fX0UlS9CWh+7n5zNIVCxUKNCB8rY3c7QoNzkK+Jn9nXsxK/eyfmVHRzkQeDB4vavA/AZgLoIG2FfLifG8vC8vINCHFSFm9ZUqWqGiy6eOqVFtY0pHTHpuHZisSULW+lHLAGf2tGQxV
+2017-04-05 08:03:17,458 DEBUG test_ui_base 38 910 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:03:18,515 DEBUG api_user 93 910 140736510014400 Moving to next test case
+2017-04-05 08:03:18,515 DEBUG api_user 170 910 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4d1fcdc8-3aa2-4ef1-ad84-52643a9c92fa/d7c0126a470541c2966bb349412bd267
+2017-04-05 08:03:18,550 DEBUG api_user 173 910 140736510014400 APIUser activated successfully!
+2017-04-05 08:03:18,625 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:03:18,625 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:03:18,629 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:03:18,631 DEBUG db_general 141 910 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:03:18,634 DEBUG db_general 130 910 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:03:18,636 DEBUG db_general 141 910 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:03:18,871 DEBUG api_virtual_function 59 910 140736510014400 Virtual Function created successfully!
+2017-04-05 08:03:18,871 DEBUG api_gitlab 222 910 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5eeaeb74-10ed-4358-bc9b-e437ecec9a6b/checklist/new/
+2017-04-05 08:03:18,939 DEBUG api_user 111 910 140736510014400 200 OK
+2017-04-05 08:03:18,940 DEBUG api_user 113 910 140736510014400 Login successfully.
+2017-04-05 08:03:18,974 DEBUG api_gitlab 240 910 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:03:18,974 DEBUG fe_user 26 910 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:03:18,974 DEBUG fe_user 27 910 140736510014400 Insert Email
+2017-04-05 08:03:19,710 DEBUG fe_wizard 99 909 140736510014400 SSH Key added via modal window.
+2017-04-05 08:03:19,832 DEBUG fe_user 30 910 140736510014400 Insert Password
+2017-04-05 08:03:20,480 DEBUG fe_user 32 910 140736510014400 Click Login Button
+2017-04-05 08:03:20,578 DEBUG fe_user 34 910 140736510014400 Login Button clicked
+2017-04-05 08:03:20,583 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:03:21,095 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:21,613 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:22,141 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:22,916 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:23,425 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:23,885 DEBUG fe_user 26 909 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:03:23,886 DEBUG fe_user 27 909 140736510014400 Insert Email
+2017-04-05 08:03:23,951 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Intake
+2017-04-05 08:03:23,957 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:03:24,034 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:03:24,341 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:24,614 DEBUG fe_user 30 909 140736510014400 Insert Password
+2017-04-05 08:03:24,853 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:25,216 DEBUG fe_user 32 909 140736510014400 Click Login Button
+2017-04-05 08:03:25,292 DEBUG fe_user 34 909 140736510014400 Login Button clicked
+2017-04-05 08:03:25,297 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:03:25,367 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Active
+2017-04-05 08:03:25,373 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:03:25,703 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:25,810 DEBUG wait 110 909 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:03:26,244 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:26,734 DEBUG logFuncEntry 34 909 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-05 08:03:26,734 DEBUG logFuncEntry 34 909 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-05 08:03:26,749 DEBUG test_ui_base 54 909 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-04-05 08:03:26,772 DEBUG fe_overview 79 910 140736510014400 Got list of Next Steps for current stage Validated
+2017-04-05 08:03:26,778 DEBUG fe_overview 85 910 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:03:27,112 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:27,624 DEBUG wait 110 910 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:03:28,130 DEBUG logFuncEntry 34 910 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-04-05 08:03:28,130 DEBUG logFuncEntry 34 910 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-04-05 08:03:28,144 DEBUG test_ui_base 54 910 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-04-05 08:17:39,114 DEBUG test_signal_base 33 6534 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 08:17:39,115 DEBUG test_checklist_signal 26 6534 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:39,114 DEBUG logFuncEntry 34 6536 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:17:39,114 DEBUG test_signal_base 33 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:17:39,115 DEBUG test_ui_base 28 6536 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 08:17:39,115 DEBUG logFuncEntry 34 6534 140736510014400 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 08:17:39,115 DEBUG test_git_signal 103 6535 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:39,116 DEBUG logFuncEntry 34 6535 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 08:17:39,123 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:17:39,123 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:39,129 DEBUG test_signal_base 44 6534 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 08:17:39,129 DEBUG logFuncEntry 34 6534 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:17:39,130 DEBUG test_ui_base 28 6534 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 08:17:39,134 DEBUG test_signal_base 44 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:17:39,134 DEBUG test_signal_base 33 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:17:39,135 DEBUG test_git_signal 24 6535 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:39,135 DEBUG logFuncEntry 34 6535 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 08:17:39,147 DEBUG test_signal_base 44 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:17:39,148 DEBUG test_signal_base 33 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:17:39,148 DEBUG test_git_signal 82 6535 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:39,148 DEBUG logFuncEntry 34 6535 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 08:17:39,160 DEBUG test_signal_base 44 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:17:39,161 DEBUG test_signal_base 33 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:17:39,161 DEBUG test_git_signal 65 6535 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:39,161 DEBUG logFuncEntry 34 6535 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 08:17:39,173 DEBUG test_signal_base 44 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:17:39,174 DEBUG test_signal_base 33 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:17:39,174 DEBUG test_git_signal 47 6535 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:39,174 DEBUG logFuncEntry 34 6535 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 08:17:39,186 DEBUG test_signal_base 44 6535 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:17:39,187 DEBUG logFuncEntry 34 6535 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:17:39,187 DEBUG test_ui_base 28 6535 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 08:17:39,634 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:39,634 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2317bbdd-ad26-4b09-b1c3-4781ccbb35b0/b2f002364dc847b9b959c9e4f0893ca3
+2017-04-05 08:17:39,679 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:39,777 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:39,777 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:39,782 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:39,784 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:39,787 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:39,789 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:40,433 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:40,433 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd0e4343-ef3b-4e18-ab04-222954ede4b0/checklist/new/
+2017-04-05 08:17:40,516 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:40,517 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:40,566 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:40,566 DEBUG test_negative_requests 129 6533 140736510014400 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 08:17:40,664 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:40,664 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:40,664 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd0e4343-ef3b-4e18-ab04-222954ede4b0/checklist/new/
+2017-04-05 08:17:40,669 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:40,671 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:40,671 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd0e4343-ef3b-4e18-ab04-222954ede4b0/checklist/new/
+2017-04-05 08:17:40,746 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:40,746 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:40,785 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:40,890 DEBUG api_checklist 29 6533 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:17:40,890 DEBUG test_negative_requests 133 6533 140736510014400 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 08:17:40,961 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:40,961 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:40,961 DEBUG test_negative_requests 139 6533 140736510014400 About to add audit log to checklist uuid 5b89d5f1-f448-420f-b589-2e68abaf45e8
+2017-04-05 08:17:40,961 DEBUG api_checklist 71 6533 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/
+2017-04-05 08:17:40,982 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:40,983 DEBUG test_negative_requests 143 6533 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:17:41,067 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:41,067 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:41,068 DEBUG test_negative_requests 139 6533 140736510014400 About to add audit log to checklist uuid 5b89d5f1-f448-420f-b589-2e68abaf45e8
+2017-04-05 08:17:41,068 DEBUG api_checklist 71 6533 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/
+2017-04-05 08:17:41,098 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:41,098 DEBUG test_negative_requests 143 6533 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:17:41,099 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:17:41,099 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:17:41,110 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:41,114 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:17:41,115 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:41,218 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:41,218 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/51121644-4190-40b9-b381-beb0a6b9e008/4b8a12fde134480a98ec3a4a7e59b968
+2017-04-05 08:17:41,254 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:41,354 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:41,354 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:41,360 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:41,365 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:41,373 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:41,376 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:41,415 DEBUG test_ui_base 38 6536 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:41,429 DEBUG test_ui_base 38 6534 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:41,676 DEBUG test_ui_base 38 6535 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:41,889 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:41,889 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4f9b312-2634-4ad9-9273-c870d0e81b17/checklist/new/
+2017-04-05 08:17:41,999 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:41,999 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:42,050 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:42,051 DEBUG test_negative_requests 149 6533 140736510014400 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 08:17:42,146 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:42,146 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:42,146 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4f9b312-2634-4ad9-9273-c870d0e81b17/checklist/new/
+2017-04-05 08:17:42,151 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:42,153 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:42,154 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4f9b312-2634-4ad9-9273-c870d0e81b17/checklist/new/
+2017-04-05 08:17:42,254 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:42,255 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:42,309 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:42,648 DEBUG api_checklist 29 6533 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:17:42,649 DEBUG test_negative_requests 153 6533 140736510014400 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:17:42,743 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:42,744 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:42,744 DEBUG test_negative_requests 159 6533 140736510014400 About to add next step to checklist uuid 27c30051-0fb9-47e3-a860-66458c6fe4f0
+2017-04-05 08:17:42,744 DEBUG api_checklist 92 6533 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4f9b312-2634-4ad9-9273-c870d0e81b17/checklist/27c30051-0fb9-47e3-a860-66458c6fe4f0/nextstep/
+2017-04-05 08:17:42,794 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 51121644-4190-40b9-b381-beb0a6b9e008. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:42,794 DEBUG test_negative_requests 163 6533 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:17:42,862 DEBUG api_user 93 6534 140736510014400 Moving to next test case
+2017-04-05 08:17:42,862 DEBUG api_user 170 6534 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4a79c80-4bb0-43b2-b525-d89d0004a177/c5c27bc8a19740f7a961ba997ba6e9b6
+2017-04-05 08:17:42,895 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:42,895 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:42,896 DEBUG test_negative_requests 159 6533 140736510014400 About to add next step to checklist uuid 27c30051-0fb9-47e3-a860-66458c6fe4f0
+2017-04-05 08:17:42,896 DEBUG api_checklist 92 6533 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4f9b312-2634-4ad9-9273-c870d0e81b17/checklist/27c30051-0fb9-47e3-a860-66458c6fe4f0/nextstep/
+2017-04-05 08:17:42,901 DEBUG logFuncEntry 34 6590 123145397649408 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:17:42,902 DEBUG test_ui_base 28 6590 123145397649408 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 08:17:42,914 DEBUG api_user 173 6534 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:42,948 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:42,948 DEBUG test_negative_requests 163 6533 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:17:43,032 DEBUG api_user 111 6534 140736510014400 200 OK
+2017-04-05 08:17:43,032 DEBUG api_user 113 6534 140736510014400 Login successfully.
+2017-04-05 08:17:43,038 DEBUG db_general 130 6534 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:43,040 DEBUG db_general 141 6534 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:43,044 DEBUG db_general 130 6534 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:43,054 DEBUG db_general 141 6534 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:43,079 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:43,079 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:43,079 DEBUG test_negative_requests 159 6533 140736510014400 About to add next step to checklist uuid 27c30051-0fb9-47e3-a860-66458c6fe4f0
+2017-04-05 08:17:43,079 DEBUG api_checklist 92 6533 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4f9b312-2634-4ad9-9273-c870d0e81b17/checklist/27c30051-0fb9-47e3-a860-66458c6fe4f0/nextstep/
+2017-04-05 08:17:43,117 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:43,118 DEBUG test_negative_requests 163 6533 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:17:43,118 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:17:43,118 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:17:43,139 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:43,140 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:17:43,140 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:43,141 DEBUG test_negative_requests 29 6533 140736510014400 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 08:17:43,263 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:43,263 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb85a411-eea8-49f5-8c10-6f026c091620/326706549d5a4ec8acc979d498939d60
+2017-04-05 08:17:43,316 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:43,431 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:43,431 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:43,435 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:43,437 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:43,440 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:43,441 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:43,560 DEBUG api_virtual_function 59 6534 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:43,561 DEBUG api_gitlab 222 6534 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/29bcedc9-0dbf-428f-b9de-bb913d86b0d7/checklist/new/
+2017-04-05 08:17:43,666 DEBUG api_user 111 6534 140736510014400 200 OK
+2017-04-05 08:17:43,666 DEBUG api_user 113 6534 140736510014400 Login successfully.
+2017-04-05 08:17:43,707 DEBUG api_gitlab 240 6534 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:43,707 DEBUG fe_user 26 6534 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:17:43,707 DEBUG fe_user 27 6534 140736510014400 Insert Email
+2017-04-05 08:17:43,791 DEBUG api_user 93 6535 140736510014400 Moving to next test case
+2017-04-05 08:17:43,791 DEBUG api_user 170 6535 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e43ccd5-562e-4da7-a25c-293e27a02b94/c8344491c58b4f9eba81e814fe22795b
+2017-04-05 08:17:43,833 DEBUG api_user 173 6535 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:43,927 DEBUG api_user 111 6535 140736510014400 200 OK
+2017-04-05 08:17:43,927 DEBUG api_user 113 6535 140736510014400 Login successfully.
+2017-04-05 08:17:43,932 DEBUG db_general 130 6535 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:43,934 DEBUG db_general 141 6535 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:43,938 DEBUG db_general 130 6535 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:43,940 DEBUG db_general 141 6535 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:44,010 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:44,010 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad489a9c-2b23-4756-8b19-21f69a352597/checklist/new/
+2017-04-05 08:17:44,118 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:44,118 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:44,154 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:44,241 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:44,242 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dffc287d-f8e1-404e-b2c9-3da7db291dcf/a42e37b870d046bcb98bf256edd6654c
+2017-04-05 08:17:44,287 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:44,326 DEBUG api_virtual_function 59 6535 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:44,327 DEBUG api_gitlab 222 6535 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/060a1006-fcba-416c-abc2-ce425b90e1d4/checklist/new/
+2017-04-05 08:17:44,387 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:44,387 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:44,390 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:44,391 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:44,395 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:44,397 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:44,426 DEBUG api_user 111 6535 140736510014400 200 OK
+2017-04-05 08:17:44,427 DEBUG api_user 113 6535 140736510014400 Login successfully.
+2017-04-05 08:17:44,462 DEBUG api_gitlab 240 6535 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:44,462 DEBUG fe_user 26 6535 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:17:44,462 DEBUG fe_user 27 6535 140736510014400 Insert Email
+2017-04-05 08:17:44,573 DEBUG fe_user 30 6534 140736510014400 Insert Password
+2017-04-05 08:17:44,804 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:44,804 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16696975-0bbe-4c84-b92c-eea68a630b37/checklist/new/
+2017-04-05 08:17:44,874 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:44,874 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:44,913 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:44,914 DEBUG test_negative_requests 34 6533 140736510014400 About to invite contact to the engagement of user STN2EeM
+2017-04-05 08:17:44,914 DEBUG api_virtual_function 102 6533 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 08:17:44,954 DEBUG test_negative_requests 38 6533 140736510014400 Success! Test failed to invite contact user using other auth token.
+2017-04-05 08:17:44,955 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:17:44,956 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:17:44,963 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:44,965 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:17:44,966 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:44,966 DEBUG test_negative_requests 42 6533 140736510014400 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 08:17:45,072 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:45,072 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fc891ac3-b3b9-49c6-90ca-c4c3b138eb73/2ebb6a94cf0d4221b92eb5309ac8105e
+2017-04-05 08:17:45,110 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:45,199 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:45,200 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:45,203 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:45,205 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:45,209 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:45,210 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:45,217 DEBUG fe_user 32 6534 140736510014400 Click Login Button
+2017-04-05 08:17:45,469 DEBUG fe_user 30 6535 140736510014400 Insert Password
+2017-04-05 08:17:45,481 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:45,481 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e492ed11-86f6-423a-a9f4-e05fa310709a/checklist/new/
+2017-04-05 08:17:45,529 DEBUG fe_user 34 6534 140736510014400 Login Button clicked
+2017-04-05 08:17:45,535 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:17:45,589 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:45,589 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:45,620 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:45,714 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:45,714 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:45,714 DEBUG test_negative_requests 49 6533 140736510014400 About to add a next step to VF STjlYd6 using STBaYeQ@intl.att.com token.
+2017-04-05 08:17:45,715 DEBUG api_virtual_function 18 6533 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e492ed11-86f6-423a-a9f4-e05fa310709a/nextsteps
+2017-04-05 08:17:45,749 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fc891ac3-b3b9-49c6-90ca-c4c3b138eb73. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:45,750 DEBUG test_negative_requests 53 6533 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:17:45,889 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:45,889 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:45,890 DEBUG test_negative_requests 49 6533 140736510014400 About to add a next step to VF STjlYd6 using hs0007@att.com token.
+2017-04-05 08:17:45,890 DEBUG api_virtual_function 18 6533 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e492ed11-86f6-423a-a9f4-e05fa310709a/nextsteps
+2017-04-05 08:17:46,047 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:46,088 DEBUG api_virtual_function 32 6533 140736510014400 Next step was added to the engagement!
+2017-04-05 08:17:46,088 DEBUG test_negative_requests 53 6533 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:17:46,159 DEBUG fe_user 32 6535 140736510014400 Click Login Button
+2017-04-05 08:17:46,201 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:46,201 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:46,202 DEBUG test_negative_requests 49 6533 140736510014400 About to add a next step to VF STjlYd6 using admin_ro@att.com token.
+2017-04-05 08:17:46,202 DEBUG api_virtual_function 18 6533 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e492ed11-86f6-423a-a9f4-e05fa310709a/nextsteps
+2017-04-05 08:17:46,240 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:46,241 DEBUG test_negative_requests 53 6533 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:17:46,241 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:17:46,242 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:17:46,262 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:46,264 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:17:46,264 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:46,264 DEBUG test_negative_requests 168 6533 140736510014400 Local environment, skipping test...
+2017-04-05 08:17:46,265 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:17:46,265 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:17:46,275 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:46,276 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:17:46,276 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:46,354 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:46,354 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e089b07a-fd99-40e7-a744-650056d1d06a/b6750e053a134a1eac3c6b0f2abe4255
+2017-04-05 08:17:46,405 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:46,471 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:46,471 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:46,476 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:46,477 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:46,481 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:46,483 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:46,566 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:46,793 DEBUG fe_user 34 6535 140736510014400 Login Button clicked
+2017-04-05 08:17:46,922 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:46,937 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:46,937 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,017 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,017 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,036 DEBUG test_ui_base 38 6590 123145397649408 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:47,077 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:47,077 DEBUG test_negative_requests 76 6533 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 08:17:47,175 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,175 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,175 DEBUG test_negative_requests 82 6533 140736510014400 About to create checklist for VF SThfSdi
+2017-04-05 08:17:47,175 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,178 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:47,180 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:47,180 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,271 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,271 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,312 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:47,345 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e089b07a-fd99-40e7-a744-650056d1d06a. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,345 DEBUG test_negative_requests 86 6533 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:17:47,418 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,418 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,419 DEBUG test_negative_requests 82 6533 140736510014400 About to create checklist for VF SThfSdi
+2017-04-05 08:17:47,419 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,422 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:47,424 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:47,424 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,444 DEBUG db_general 153 6535 140736510014400 Query : select engagement_id from ice_vf Where name = 'STJ3MlH';
+2017-04-05 08:17:47,446 DEBUG db_general 165 6535 140736510014400 Query result: 060a1006-fcba-416c-abc2-ce425b90e1d4
+2017-04-05 08:17:47,450 DEBUG db_general 153 6535 140736510014400 Query : select engagement_id from ice_vf Where name = 'STJ3MlH';
+2017-04-05 08:17:47,452 DEBUG db_general 165 6535 140736510014400 Query result: 060a1006-fcba-416c-abc2-ce425b90e1d4
+2017-04-05 08:17:47,456 DEBUG db_general 153 6535 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '060a1006-fcba-416c-abc2-ce425b90e1d4';
+2017-04-05 08:17:47,458 DEBUG db_general 165 6535 140736510014400 Query result: 2017-292
+2017-04-05 08:17:47,462 DEBUG db_general 153 6535 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-292';
+2017-04-05 08:17:47,467 DEBUG db_general 165 6535 140736510014400 Query result: 1
+2017-04-05 08:17:47,475 DEBUG db_general 153 6535 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '060a1006-fcba-416c-abc2-ce425b90e1d4';
+2017-04-05 08:17:47,477 DEBUG db_general 165 6535 140736510014400 Query result: 2017-292
+2017-04-05 08:17:47,484 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:47,517 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,517 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,561 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:47,576 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:17:47,599 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,600 DEBUG test_negative_requests 86 6533 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:17:47,731 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,732 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,732 DEBUG test_negative_requests 82 6533 140736510014400 About to create checklist for VF SThfSdi
+2017-04-05 08:17:47,732 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,736 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:47,739 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:47,739 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69aa2101-b2d9-403a-bba3-19f42f964fde/checklist/new/
+2017-04-05 08:17:47,820 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:47,820 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:47,857 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:47,887 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,888 DEBUG test_negative_requests 86 6533 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:17:47,888 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:17:47,888 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:17:47,900 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:47,902 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:17:47,903 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:47,903 DEBUG test_negative_requests 57 6533 140736510014400 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:17:47,982 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:47,982 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/49d32953-f45a-4c63-a253-850ba4fa4d16/dbfd0def6eef42879e0c376572ec24b6
+2017-04-05 08:17:48,019 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:48,086 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:17:48,107 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:48,107 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:48,110 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:48,111 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:48,115 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:48,116 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:48,270 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:17:48,305 DEBUG db_cms 79 6590 123145397649408 Insert new post : title_Announcement_STIZ6wW
+2017-04-05 08:17:48,306 DEBUG db_cms 83 6590 123145397649408 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STIZ6wW', 'title_Announcement_STIZ6wW-slug', '', 'description_Announcement_STY6vVn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STY6vVn</p>', true, '', 1, 1);
+2017-04-05 08:17:48,311 DEBUG db_cms 28 6590 123145397649408 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STIZ6wW', 'title_Announcement_STIZ6wW-slug', '', 'description_Announcement_STY6vVn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STY6vVn</p>', true, '', 1, 1);
+2017-04-05 08:17:48,314 DEBUG db_cms 32 6590 123145397649408 Insert query success!
+2017-04-05 08:17:48,314 DEBUG db_cms 92 6590 123145397649408 Get the id of the post inserted
+2017-04-05 08:17:48,315 DEBUG db_cms 94 6590 123145397649408 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:17:48,318 DEBUG db_cms 56 6590 123145397649408 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:17:48,321 DEBUG db_cms 64 6590 123145397649408 Query result: 145
+2017-04-05 08:17:48,322 DEBUG db_cms 71 6590 123145397649408 Get DBCMS category id for name: Announcement
+2017-04-05 08:17:48,322 DEBUG db_cms 73 6590 123145397649408 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:17:48,326 DEBUG db_cms 56 6590 123145397649408 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:17:48,329 DEBUG db_cms 64 6590 123145397649408 Query result: 2
+2017-04-05 08:17:48,329 DEBUG db_cms 109 6590 123145397649408 bind category into inserted post: 145
+2017-04-05 08:17:48,329 DEBUG db_cms 111 6590 123145397649408 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (145, 2);
+2017-04-05 08:17:48,334 DEBUG db_cms 28 6590 123145397649408 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (145, 2);
+2017-04-05 08:17:48,337 DEBUG db_cms 32 6590 123145397649408 Insert query success!
+2017-04-05 08:17:48,401 DEBUG logFuncEntry 34 6712 123145397649408 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:17:48,402 DEBUG test_ui_base 28 6712 123145397649408 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 08:17:48,763 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:48,763 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5587f8f1-78f4-4d93-9ba6-dded1ec957e0/checklist/new/
+2017-04-05 08:17:48,880 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:48,880 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:48,911 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:17:48,912 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:49,020 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:49,020 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:49,020 DEBUG api_virtual_function 18 6533 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5587f8f1-78f4-4d93-9ba6-dded1ec957e0/nextsteps
+2017-04-05 08:17:49,093 DEBUG logFuncEntry 34 6534 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:17:49,094 DEBUG logFuncEntry 34 6534 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:17:49,114 DEBUG test_ui_base 54 6534 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-05 08:17:49,115 DEBUG logFuncEntry 34 6534 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:17:49,115 DEBUG test_ui_base 28 6534 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-05 08:17:49,218 DEBUG api_virtual_function 32 6533 140736510014400 Next step was added to the engagement!
+2017-04-05 08:17:49,331 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:49,332 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:49,332 DEBUG test_negative_requests 67 6533 140736510014400 About to edit a next step (ns uuid: 606c0dda-4807-47cb-a8bc-374c279036e0) using STaKuPz@intl.att.com token.
+2017-04-05 08:17:49,332 DEBUG api_virtual_function 133 6533 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/606c0dda-4807-47cb-a8bc-374c279036e0/engagement/5587f8f1-78f4-4d93-9ba6-dded1ec957e0/modify/
+2017-04-05 08:17:49,383 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,383 DEBUG test_negative_requests 71 6533 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:17:49,519 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:49,520 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:49,520 DEBUG test_negative_requests 67 6533 140736510014400 About to edit a next step (ns uuid: 606c0dda-4807-47cb-a8bc-374c279036e0) using hs0007@att.com token.
+2017-04-05 08:17:49,520 DEBUG api_virtual_function 133 6533 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/606c0dda-4807-47cb-a8bc-374c279036e0/engagement/5587f8f1-78f4-4d93-9ba6-dded1ec957e0/modify/
+2017-04-05 08:17:49,555 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,555 DEBUG test_negative_requests 71 6533 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:17:49,648 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:49,648 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:49,648 DEBUG test_negative_requests 67 6533 140736510014400 About to edit a next step (ns uuid: 606c0dda-4807-47cb-a8bc-374c279036e0) using admin_ro@att.com token.
+2017-04-05 08:17:49,648 DEBUG api_virtual_function 133 6533 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/606c0dda-4807-47cb-a8bc-374c279036e0/engagement/5587f8f1-78f4-4d93-9ba6-dded1ec957e0/modify/
+2017-04-05 08:17:49,729 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,730 DEBUG test_negative_requests 71 6533 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:17:49,730 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:17:49,730 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:17:49,785 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:49,792 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:17:49,793 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:49,793 DEBUG test_negative_requests 16 6533 140736510014400 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 08:17:49,810 DEBUG fe_general 35 6535 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:17:49,962 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:49,962 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7128c576-7506-4e74-b058-cf72a198d004/df74a325ef924f5f998fb981295b71a5
+2017-04-05 08:17:50,024 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:50,273 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:50,274 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:50,279 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:50,289 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:50,298 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:50,302 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:50,888 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:50,888 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a442287c-dc8e-47a7-998b-f378ae71f1a0/checklist/new/
+2017-04-05 08:17:50,993 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:50,993 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:51,013 DEBUG fe_user 26 6535 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:17:51,013 DEBUG fe_user 27 6535 140736510014400 Insert Email
+2017-04-05 08:17:51,046 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:51,159 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:51,159 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3e1c8004-afb6-4264-a28e-4b6b9fcba4cc/a8734c2a61404efaa8557f7fcbdc835b
+2017-04-05 08:17:51,208 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:51,305 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:51,305 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:51,309 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:51,310 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:51,313 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:51,315 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:51,567 DEBUG test_ui_base 38 6712 123145397649408 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:51,749 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:51,749 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7447f949-5cc8-4bb6-8e6c-9f2262689d18/checklist/new/
+2017-04-05 08:17:51,856 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:51,857 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:51,875 DEBUG fe_user 30 6535 140736510014400 Insert Password
+2017-04-05 08:17:51,919 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:51,920 DEBUG test_negative_requests 21 6533 140736510014400 About to invite team member to the engagement of user STYhRc4
+2017-04-05 08:17:51,920 DEBUG api_virtual_function 73 6533 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:17:51,961 ERROR api_virtual_function 95 6533 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:17:51,961 DEBUG test_negative_requests 25 6533 140736510014400 Success! Test failed to invite user using other auth token.
+2017-04-05 08:17:51,962 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:17:51,962 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:17:51,974 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:51,975 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:17:51,975 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:52,068 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:52,068 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c43a28a0-5d49-462a-b02a-3c7af1fcefd1/a748c4eac5044340bde5ad0bd31978ef
+2017-04-05 08:17:52,102 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:52,188 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:52,188 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:52,195 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:52,198 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:52,202 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:52,204 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:52,257 DEBUG test_ui_base 38 6534 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:52,543 DEBUG fe_user 32 6535 140736510014400 Click Login Button
+2017-04-05 08:17:52,780 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:52,781 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb9b6417-df3a-48d1-8888-47d9096ec320/checklist/new/
+2017-04-05 08:17:53,000 DEBUG logFuncEntry 34 6776 123145397649408 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 08:17:53,002 DEBUG test_ui_base 28 6776 123145397649408 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-05 08:17:53,011 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:53,011 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:53,015 DEBUG fe_user 34 6535 140736510014400 Login Button clicked
+2017-04-05 08:17:53,022 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:53,214 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:53,214 DEBUG test_negative_requests 112 6533 140736510014400 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 08:17:53,373 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:53,373 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:53,373 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb9b6417-df3a-48d1-8888-47d9096ec320/checklist/new/
+2017-04-05 08:17:53,380 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:53,386 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:53,387 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb9b6417-df3a-48d1-8888-47d9096ec320/checklist/new/
+2017-04-05 08:17:53,552 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:53,553 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:53,641 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:53,674 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:53,928 DEBUG api_checklist 29 6533 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:17:53,929 DEBUG test_negative_requests 116 6533 140736510014400 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 08:17:53,929 DEBUG test_negative_requests 120 6533 140736510014400 About to change checklist state for VF STnlZU0
+2017-04-05 08:17:54,019 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:54,020 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:54,073 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,074 DEBUG test_negative_requests 124 6533 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:17:54,074 DEBUG test_negative_requests 120 6533 140736510014400 About to change checklist state for VF STnlZU0
+2017-04-05 08:17:54,171 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:54,171 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:54,195 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:54,225 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,226 DEBUG test_negative_requests 124 6533 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:17:54,227 DEBUG test_negative_requests 120 6533 140736510014400 About to change checklist state for VF STnlZU0
+2017-04-05 08:17:54,325 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:54,325 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:54,365 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,365 DEBUG test_negative_requests 124 6533 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:17:54,365 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:17:54,365 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:17:54,375 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:54,377 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:17:54,377 DEBUG test_api_base 25 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:17:54,429 DEBUG api_user 93 6534 140736510014400 Moving to next test case
+2017-04-05 08:17:54,430 DEBUG api_user 170 6534 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d3f3f1a6-75e5-4331-a1fe-a44f13ec15ce/a38be3088f8c4de4b79f8fe3dd4df068
+2017-04-05 08:17:54,462 DEBUG api_user 173 6534 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:54,475 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:17:54,475 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/121827ca-bc42-4236-ad4e-40417064254b/7e0fa1d07d4f49a58c401c73a33d5f00
+2017-04-05 08:17:54,512 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:17:54,577 DEBUG api_user 111 6534 140736510014400 200 OK
+2017-04-05 08:17:54,578 DEBUG api_user 113 6534 140736510014400 Login successfully.
+2017-04-05 08:17:54,587 DEBUG db_general 130 6534 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:54,592 DEBUG db_general 141 6534 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:54,597 DEBUG db_general 130 6534 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:54,601 DEBUG db_general 141 6534 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:54,641 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:54,641 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:54,646 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:17:54,647 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:17:54,651 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:17:54,654 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:17:54,727 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:55,034 DEBUG api_virtual_function 59 6534 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:55,034 DEBUG api_gitlab 222 6534 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/073be75e-3ab3-46af-91f1-b18ba5380a0a/checklist/new/
+2017-04-05 08:17:55,097 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:17:55,097 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5209d0d-b1a9-4466-b7e4-bc29a568d0d5/checklist/new/
+2017-04-05 08:17:55,138 DEBUG api_user 111 6534 140736510014400 200 OK
+2017-04-05 08:17:55,139 DEBUG api_user 113 6534 140736510014400 Login successfully.
+2017-04-05 08:17:55,201 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:55,201 DEBUG api_gitlab 240 6534 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:55,201 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:55,201 DEBUG fe_user 26 6534 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:17:55,201 DEBUG fe_user 27 6534 140736510014400 Insert Email
+2017-04-05 08:17:55,249 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:55,249 DEBUG test_negative_requests 92 6533 140736510014400 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 08:17:55,342 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:55,343 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:55,343 DEBUG api_checklist 16 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5209d0d-b1a9-4466-b7e4-bc29a568d0d5/checklist/new/
+2017-04-05 08:17:55,347 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:55,351 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:55,351 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5209d0d-b1a9-4466-b7e4-bc29a568d0d5/checklist/new/
+2017-04-05 08:17:55,475 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:55,475 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:55,559 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:17:55,879 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:17:55,941 DEBUG api_checklist 29 6533 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:17:55,941 DEBUG test_negative_requests 96 6533 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 08:17:56,012 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:56,013 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:56,013 DEBUG test_negative_requests 102 6533 140736510014400 About to update checklist for VF STgZvhd
+2017-04-05 08:17:56,013 DEBUG api_checklist 45 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//915e5b9f-54e4-4da8-94b7-43c65e8f4b4d/915e5b9f-54e4-4da8-94b7-43c65e8f4b4d
+2017-04-05 08:17:56,017 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:56,019 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:56,047 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 121827ca-bc42-4236-ad4e-40417064254b. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,048 DEBUG test_negative_requests 106 6533 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:17:56,116 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:56,117 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:56,117 DEBUG test_negative_requests 102 6533 140736510014400 About to update checklist for VF STgZvhd
+2017-04-05 08:17:56,117 DEBUG api_checklist 45 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//915e5b9f-54e4-4da8-94b7-43c65e8f4b4d/915e5b9f-54e4-4da8-94b7-43c65e8f4b4d
+2017-04-05 08:17:56,121 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:56,123 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:56,158 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,159 DEBUG test_negative_requests 106 6533 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:17:56,173 DEBUG fe_user 30 6534 140736510014400 Insert Password
+2017-04-05 08:17:56,264 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:17:56,265 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:17:56,265 DEBUG test_negative_requests 102 6533 140736510014400 About to update checklist for VF STgZvhd
+2017-04-05 08:17:56,265 DEBUG api_checklist 45 6533 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//915e5b9f-54e4-4da8-94b7-43c65e8f4b4d/915e5b9f-54e4-4da8-94b7-43c65e8f4b4d
+2017-04-05 08:17:56,269 DEBUG db_general 153 6533 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:17:56,271 DEBUG db_general 165 6533 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:17:56,300 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,301 DEBUG test_negative_requests 106 6533 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:17:56,301 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:17:56,301 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:17:56,306 DEBUG test_api_base 36 6533 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:17:56,308 DEBUG logFuncEntry 34 6533 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 08:17:56,309 DEBUG test_ui_base 28 6533 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-04-05 08:17:56,423 DEBUG test_ui_base 38 6776 123145397649408 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:56,828 DEBUG fe_user 32 6534 140736510014400 Click Login Button
+2017-04-05 08:17:57,173 DEBUG fe_user 34 6534 140736510014400 Login Button clicked
+2017-04-05 08:17:57,179 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:17:57,695 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:58,211 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:17:58,225 DEBUG logFuncEntry 34 6847 123145397649408 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 08:17:58,226 DEBUG test_ui_base 28 6847 123145397649408 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-04-05 08:17:59,475 DEBUG test_ui_base 38 6533 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:17:59,638 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:18:00,154 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:18:00,842 DEBUG db_general 56 6533 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:18:00,845 DEBUG db_general 65 6533 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:18:00,905 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:18:00,973 DEBUG api_user 93 6533 140736510014400 Moving to next test case
+2017-04-05 08:18:00,973 DEBUG api_user 170 6533 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/152ba7d6-0488-4e18-b6ec-8003aff6ba56/a241a92a33a64dad823fed4a4e5b9148
+2017-04-05 08:18:01,083 DEBUG api_user 173 6533 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:01,187 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:18:01,187 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:18:01,193 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:01,195 DEBUG db_general 141 6533 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:01,200 DEBUG db_general 130 6533 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:01,202 DEBUG db_general 141 6533 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:01,370 DEBUG test_ui_base 38 6847 123145397649408 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:18:01,449 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:18:01,568 DEBUG api_virtual_function 59 6533 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:01,568 DEBUG api_gitlab 222 6533 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3032a405-3ffa-4c3e-a1fb-65c81ff31c05/checklist/new/
+2017-04-05 08:18:01,655 DEBUG api_user 111 6533 140736510014400 200 OK
+2017-04-05 08:18:01,656 DEBUG api_user 113 6533 140736510014400 Login successfully.
+2017-04-05 08:18:01,689 DEBUG api_gitlab 240 6533 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:01,690 DEBUG fe_user 26 6533 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:18:01,690 DEBUG fe_user 27 6533 140736510014400 Insert Email
+2017-04-05 08:18:02,007 DEBUG db_general 153 6535 140736510014400 Query : select uuid from ice_checklist Where name = 'STk6Ttp';
+2017-04-05 08:18:02,009 DEBUG db_general 165 6535 140736510014400 Query result: bccacc34-40ae-41c7-8977-6b96aef1279f
+2017-04-05 08:18:02,014 DEBUG wait 110 6535 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:18:02,545 DEBUG fe_user 30 6533 140736510014400 Insert Password
+2017-04-05 08:18:02,754 DEBUG logFuncEntry 34 6535 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:18:02,754 DEBUG logFuncEntry 34 6535 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:18:02,781 DEBUG test_ui_base 54 6535 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 08:18:02,782 DEBUG logFuncEntry 34 6535 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:18:02,782 DEBUG test_ui_base 28 6535 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 08:18:03,227 DEBUG fe_user 32 6533 140736510014400 Click Login Button
+2017-04-05 08:18:03,543 DEBUG fe_user 34 6533 140736510014400 Login Button clicked
+2017-04-05 08:18:03,550 DEBUG wait 110 6533 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:18:03,658 DEBUG logFuncEntry 34 6879 123145397649408 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 08:18:03,659 DEBUG test_ui_base 28 6879 123145397649408 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-04-05 08:18:03,994 DEBUG fe_general 35 6534 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:18:04,306 DEBUG wait 110 6533 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:18:04,826 DEBUG wait 110 6533 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:18:05,165 DEBUG fe_user 26 6534 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:18:05,165 DEBUG fe_user 27 6534 140736510014400 Insert Email
+2017-04-05 08:18:05,848 DEBUG wait 110 6533 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:18:06,011 DEBUG fe_user 30 6534 140736510014400 Insert Password
+2017-04-05 08:18:06,115 DEBUG test_ui_base 38 6535 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:18:06,364 DEBUG wait 110 6533 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:18:06,678 DEBUG fe_user 32 6534 140736510014400 Click Login Button
+2017-04-05 08:18:06,808 DEBUG test_ui_base 38 6879 123145397649408 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:18:07,134 DEBUG fe_user 34 6534 140736510014400 Login Button clicked
+2017-04-05 08:18:07,138 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:18:07,803 DEBUG api_user 93 6535 140736510014400 Moving to next test case
+2017-04-05 08:18:07,803 DEBUG api_user 170 6535 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5dcf3e69-64c8-4646-822d-331b34db495c/82fb75e841a743d4be94cf271ac30b39
+2017-04-05 08:18:07,869 DEBUG api_user 173 6535 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:07,873 DEBUG wait 110 6534 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:18:08,022 ERROR exception_decor 21 6533 140736510014400 There was an exception in test_discard_checklist_tamplate_with_changes
+2017-04-05 08:18:08,030 DEBUG logFuncEntry 34 6533 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 08:18:08,030 DEBUG logFuncEntry 34 6533 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 08:18:29,351 DEBUG test_signal_base 33 6982 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 08:18:29,351 DEBUG test_signal_base 33 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:29,351 DEBUG logFuncEntry 34 6984 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:18:29,352 DEBUG test_checklist_signal 26 6982 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:29,352 DEBUG test_git_signal 103 6983 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:29,352 DEBUG test_ui_base 28 6984 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 08:18:29,352 DEBUG logFuncEntry 34 6982 140736510014400 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 08:18:29,352 DEBUG logFuncEntry 34 6983 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 08:18:29,358 DEBUG logFuncEntry 34 6981 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:18:29,359 DEBUG test_api_base 25 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:29,361 DEBUG test_signal_base 44 6982 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 08:18:29,361 DEBUG test_signal_base 44 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:29,361 DEBUG test_signal_base 33 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:29,362 DEBUG test_git_signal 24 6983 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:29,362 DEBUG logFuncEntry 34 6982 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:18:29,362 DEBUG logFuncEntry 34 6983 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 08:18:29,362 DEBUG test_ui_base 28 6982 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 08:18:29,374 DEBUG test_signal_base 44 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:29,374 DEBUG test_signal_base 33 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:29,375 DEBUG test_git_signal 82 6983 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:29,375 DEBUG logFuncEntry 34 6983 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 08:18:29,387 DEBUG test_signal_base 44 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:29,387 DEBUG test_signal_base 33 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:29,388 DEBUG test_git_signal 65 6983 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:29,388 DEBUG logFuncEntry 34 6983 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 08:18:29,402 DEBUG test_signal_base 44 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:29,402 DEBUG test_signal_base 33 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:29,402 DEBUG test_git_signal 47 6983 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:29,403 DEBUG logFuncEntry 34 6983 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 08:18:29,415 DEBUG test_signal_base 44 6983 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:29,416 DEBUG logFuncEntry 34 6983 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:18:29,416 DEBUG test_ui_base 28 6983 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 08:18:29,501 DEBUG api_user 93 6981 140736510014400 Moving to next test case
+2017-04-05 08:18:29,501 DEBUG api_user 170 6981 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2420d330-07d3-4ae8-b1c3-0b58bac65589/e81fb02c72ee4297861c0e2be9bd828a
+2017-04-05 08:18:29,554 DEBUG api_user 173 6981 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:29,621 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:29,622 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:29,625 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:29,626 DEBUG db_general 141 6981 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:29,630 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:29,631 DEBUG db_general 141 6981 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:30,057 DEBUG api_virtual_function 59 6981 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:30,058 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d7e99f8-9ba3-4c4a-a135-bd17bb9b3428/checklist/new/
+2017-04-05 08:18:30,148 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:30,149 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:30,197 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:30,197 DEBUG test_negative_requests 129 6981 140736510014400 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 08:18:30,369 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:30,369 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:30,369 DEBUG api_checklist 16 6981 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d7e99f8-9ba3-4c4a-a135-bd17bb9b3428/checklist/new/
+2017-04-05 08:18:30,378 DEBUG db_general 153 6981 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:30,386 DEBUG db_general 165 6981 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:30,386 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d7e99f8-9ba3-4c4a-a135-bd17bb9b3428/checklist/new/
+2017-04-05 08:18:30,500 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:30,500 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:30,552 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:30,674 DEBUG api_checklist 29 6981 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:18:30,675 DEBUG test_negative_requests 133 6981 140736510014400 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 08:18:30,757 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:30,757 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:30,758 DEBUG test_negative_requests 139 6981 140736510014400 About to add audit log to checklist uuid 83e9223b-2e33-48d9-b6c7-b691844b9eaa
+2017-04-05 08:18:30,758 DEBUG api_checklist 71 6981 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/
+2017-04-05 08:18:30,786 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:30,787 DEBUG test_negative_requests 143 6981 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:18:30,876 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:30,876 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:30,876 DEBUG test_negative_requests 139 6981 140736510014400 About to add audit log to checklist uuid 83e9223b-2e33-48d9-b6c7-b691844b9eaa
+2017-04-05 08:18:30,876 DEBUG api_checklist 71 6981 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/
+2017-04-05 08:18:30,910 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:30,910 DEBUG test_negative_requests 143 6981 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:18:30,911 DEBUG logFuncEntry 34 6981 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:18:30,911 DEBUG logFuncEntry 34 6981 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:18:30,926 DEBUG test_api_base 36 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:30,927 DEBUG logFuncEntry 34 6981 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:18:30,927 DEBUG test_api_base 25 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:31,038 DEBUG api_user 93 6981 140736510014400 Moving to next test case
+2017-04-05 08:18:31,038 DEBUG api_user 170 6981 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa37aae3-a7d1-4ad2-a6f1-52126a10000c/17df465534244b33ba4a22500af44df7
+2017-04-05 08:18:31,081 DEBUG api_user 173 6981 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:31,174 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:31,174 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:31,179 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:31,180 DEBUG db_general 141 6981 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:31,185 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:31,186 DEBUG db_general 141 6981 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:31,589 DEBUG api_virtual_function 59 6981 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:31,590 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20632696-836f-4f0f-ab6d-0f3d30f3f1d4/checklist/new/
+2017-04-05 08:18:31,674 DEBUG test_ui_base 38 6984 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:18:31,682 DEBUG test_ui_base 38 6982 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:18:31,759 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:31,759 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:31,790 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:31,790 DEBUG test_negative_requests 149 6981 140736510014400 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 08:18:31,887 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:31,887 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:31,887 DEBUG api_checklist 16 6981 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20632696-836f-4f0f-ab6d-0f3d30f3f1d4/checklist/new/
+2017-04-05 08:18:31,891 DEBUG db_general 153 6981 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:31,894 DEBUG db_general 165 6981 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:31,894 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20632696-836f-4f0f-ab6d-0f3d30f3f1d4/checklist/new/
+2017-04-05 08:18:31,994 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:31,994 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:32,058 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:32,107 DEBUG test_ui_base 38 6983 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:18:32,438 DEBUG api_checklist 29 6981 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:18:32,439 DEBUG test_negative_requests 153 6981 140736510014400 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:32,534 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:32,534 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:32,535 DEBUG test_negative_requests 159 6981 140736510014400 About to add next step to checklist uuid 286dc80d-cab0-4928-b484-da5753a35e93
+2017-04-05 08:18:32,535 DEBUG api_checklist 92 6981 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20632696-836f-4f0f-ab6d-0f3d30f3f1d4/checklist/286dc80d-cab0-4928-b484-da5753a35e93/nextstep/
+2017-04-05 08:18:32,581 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: aa37aae3-a7d1-4ad2-a6f1-52126a10000c. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,582 DEBUG test_negative_requests 163 6981 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:18:32,677 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:32,677 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:32,677 DEBUG test_negative_requests 159 6981 140736510014400 About to add next step to checklist uuid 286dc80d-cab0-4928-b484-da5753a35e93
+2017-04-05 08:18:32,677 DEBUG api_checklist 92 6981 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20632696-836f-4f0f-ab6d-0f3d30f3f1d4/checklist/286dc80d-cab0-4928-b484-da5753a35e93/nextstep/
+2017-04-05 08:18:32,718 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,722 DEBUG test_negative_requests 163 6981 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:18:32,804 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:32,804 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:32,804 DEBUG test_negative_requests 159 6981 140736510014400 About to add next step to checklist uuid 286dc80d-cab0-4928-b484-da5753a35e93
+2017-04-05 08:18:32,804 DEBUG api_checklist 92 6981 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20632696-836f-4f0f-ab6d-0f3d30f3f1d4/checklist/286dc80d-cab0-4928-b484-da5753a35e93/nextstep/
+2017-04-05 08:18:32,839 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,840 DEBUG test_negative_requests 163 6981 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:18:32,840 DEBUG logFuncEntry 34 6981 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:18:32,840 DEBUG logFuncEntry 34 6981 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:18:32,849 DEBUG test_api_base 36 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:32,851 DEBUG logFuncEntry 34 6981 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:18:32,851 DEBUG test_api_base 25 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:32,851 DEBUG test_negative_requests 29 6981 140736510014400 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 08:18:32,967 DEBUG api_user 93 6981 140736510014400 Moving to next test case
+2017-04-05 08:18:32,968 DEBUG api_user 170 6981 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc3e2f05-9c49-41be-9d14-9e10675be83b/f285a6507fee4327a570d90e306bc0ce
+2017-04-05 08:18:33,005 DEBUG api_user 173 6981 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:33,117 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:33,117 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:33,129 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:33,131 DEBUG db_general 141 6981 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:33,135 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:33,137 DEBUG db_general 141 6981 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:33,199 DEBUG api_user 93 6982 140736510014400 Moving to next test case
+2017-04-05 08:18:33,199 DEBUG api_user 170 6982 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60069091-9228-446e-ba50-ce37e4f5a609/9b8fc1619a1f4247bc1c376e90f687a6
+2017-04-05 08:18:33,229 DEBUG logFuncEntry 34 7046 123145369407488 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:18:33,230 DEBUG test_ui_base 28 7046 123145369407488 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 08:18:33,256 DEBUG api_user 173 6982 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:33,426 DEBUG api_user 111 6982 140736510014400 200 OK
+2017-04-05 08:18:33,427 DEBUG api_user 113 6982 140736510014400 Login successfully.
+2017-04-05 08:18:33,439 DEBUG db_general 130 6982 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:33,441 DEBUG db_general 141 6982 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:33,452 DEBUG db_general 130 6982 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:33,454 DEBUG db_general 141 6982 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:33,673 DEBUG api_virtual_function 59 6981 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:33,673 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc0597f3-0d39-45b1-926c-6ceb01464f2a/checklist/new/
+2017-04-05 08:18:33,804 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:33,804 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:33,843 DEBUG api_virtual_function 59 6982 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:33,844 DEBUG api_gitlab 222 6982 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d6c8234e-9749-4b1c-9517-c3ecb9f869c1/checklist/new/
+2017-04-05 08:18:33,865 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:33,954 DEBUG api_user 111 6982 140736510014400 200 OK
+2017-04-05 08:18:33,955 DEBUG api_user 113 6982 140736510014400 Login successfully.
+2017-04-05 08:18:33,994 DEBUG api_user 93 6981 140736510014400 Moving to next test case
+2017-04-05 08:18:33,994 DEBUG api_user 170 6981 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a19b2841-5e4c-4cd2-b205-ac5b86b1a4ed/c1eb64858ff04d26a50328c07ca3a5b6
+2017-04-05 08:18:33,997 DEBUG api_gitlab 240 6982 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:33,997 DEBUG fe_user 26 6982 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:18:33,998 DEBUG fe_user 27 6982 140736510014400 Insert Email
+2017-04-05 08:18:34,028 DEBUG api_user 93 6983 140736510014400 Moving to next test case
+2017-04-05 08:18:34,029 DEBUG api_user 170 6983 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d86b486-5aa8-4c5a-8814-5db6f76a50c5/595599f1012a405b80a922f35a3e975c
+2017-04-05 08:18:34,048 DEBUG api_user 173 6981 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:34,074 DEBUG api_user 173 6983 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:34,153 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:34,153 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:34,156 DEBUG api_user 111 6983 140736510014400 200 OK
+2017-04-05 08:18:34,156 DEBUG api_user 113 6983 140736510014400 Login successfully.
+2017-04-05 08:18:34,158 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:34,161 DEBUG db_general 141 6981 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:34,162 DEBUG db_general 130 6983 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:34,164 DEBUG db_general 141 6983 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:34,165 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:34,167 DEBUG db_general 141 6981 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:34,168 DEBUG db_general 130 6983 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:34,169 DEBUG db_general 141 6983 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:34,697 DEBUG api_virtual_function 59 6983 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:34,697 DEBUG api_virtual_function 59 6981 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:34,698 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9e859caf-dc6f-4bf0-ab0d-ac1e46190cb7/checklist/new/
+2017-04-05 08:18:34,698 DEBUG api_gitlab 222 6983 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/be7f638a-8dd4-4279-bbce-60608be42b37/checklist/new/
+2017-04-05 08:18:34,833 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:34,834 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:34,835 DEBUG fe_user 30 6982 140736510014400 Insert Password
+2017-04-05 08:18:34,838 DEBUG api_user 111 6983 140736510014400 200 OK
+2017-04-05 08:18:34,838 DEBUG api_user 113 6983 140736510014400 Login successfully.
+2017-04-05 08:18:34,889 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:34,889 DEBUG test_negative_requests 34 6981 140736510014400 About to invite contact to the engagement of user STBWZJU
+2017-04-05 08:18:34,889 DEBUG api_virtual_function 102 6981 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 08:18:34,890 DEBUG api_gitlab 240 6983 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:34,890 DEBUG fe_user 26 6983 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:18:34,891 DEBUG fe_user 27 6983 140736510014400 Insert Email
+2017-04-05 08:18:34,947 DEBUG test_negative_requests 38 6981 140736510014400 Success! Test failed to invite contact user using other auth token.
+2017-04-05 08:18:34,947 DEBUG logFuncEntry 34 6981 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:18:34,948 DEBUG logFuncEntry 34 6981 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:18:34,960 DEBUG test_api_base 36 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:34,962 DEBUG logFuncEntry 34 6981 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:18:34,962 DEBUG test_api_base 25 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:34,963 DEBUG test_negative_requests 42 6981 140736510014400 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:35,085 DEBUG api_user 93 6981 140736510014400 Moving to next test case
+2017-04-05 08:18:35,086 DEBUG api_user 170 6981 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7f49f080-40c9-4e72-8c00-55820fb5571c/b153caced86d4340856ce3296c00c045
+2017-04-05 08:18:35,117 DEBUG api_user 173 6981 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:35,193 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:35,194 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:35,200 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:35,202 DEBUG db_general 141 6981 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:35,206 DEBUG db_general 130 6981 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:35,208 DEBUG db_general 141 6981 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:35,517 DEBUG fe_user 32 6982 140736510014400 Click Login Button
+2017-04-05 08:18:35,593 DEBUG api_virtual_function 59 6981 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:35,593 DEBUG api_gitlab 222 6981 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/66916553-a3e9-4837-b064-b4fde187b0c6/checklist/new/
+2017-04-05 08:18:35,691 DEBUG fe_user 34 6982 140736510014400 Login Button clicked
+2017-04-05 08:18:35,695 DEBUG wait 110 6982 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:18:35,731 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:35,732 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:35,776 DEBUG api_gitlab 240 6981 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:35,815 DEBUG fe_user 30 6983 140736510014400 Insert Password
+2017-04-05 08:18:35,886 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:35,887 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:35,887 DEBUG test_negative_requests 49 6981 140736510014400 About to add a next step to VF ST4cE7A using ST679oh@intl.att.com token.
+2017-04-05 08:18:35,887 DEBUG api_virtual_function 18 6981 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/66916553-a3e9-4837-b064-b4fde187b0c6/nextsteps
+2017-04-05 08:18:35,932 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7f49f080-40c9-4e72-8c00-55820fb5571c. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:35,933 DEBUG test_negative_requests 53 6981 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:18:36,064 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:36,064 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:36,064 DEBUG test_negative_requests 49 6981 140736510014400 About to add a next step to VF ST4cE7A using dd1122@att.com token.
+2017-04-05 08:18:36,064 DEBUG api_virtual_function 18 6981 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/66916553-a3e9-4837-b064-b4fde187b0c6/nextsteps
+2017-04-05 08:18:36,208 DEBUG api_virtual_function 32 6981 140736510014400 Next step was added to the engagement!
+2017-04-05 08:18:36,208 DEBUG test_negative_requests 53 6981 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:18:36,259 DEBUG wait 110 6982 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:18:36,346 DEBUG api_user 111 6981 140736510014400 200 OK
+2017-04-05 08:18:36,346 DEBUG api_user 113 6981 140736510014400 Login successfully.
+2017-04-05 08:18:36,346 DEBUG test_negative_requests 49 6981 140736510014400 About to add a next step to VF ST4cE7A using admin_ro@att.com token.
+2017-04-05 08:18:36,346 DEBUG api_virtual_function 18 6981 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/66916553-a3e9-4837-b064-b4fde187b0c6/nextsteps
+2017-04-05 08:18:36,405 DEBUG logFuncEntry 34 7046 123145369407488 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:18:36,406 DEBUG test_ui_base 28 7046 123145369407488 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 08:18:36,414 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,415 DEBUG test_negative_requests 53 6981 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:18:36,416 DEBUG logFuncEntry 34 6981 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:18:36,416 DEBUG logFuncEntry 34 6981 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:18:36,442 DEBUG test_api_base 36 6981 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:36,444 ERROR fe_user 42 6983 140736510014400 Login FAILED: email=STXlji6@intl.att.com password=iceusers
+2017-04-05 08:18:36,445 ERROR exception_decor 21 6983 140736510014400 There was an exception in test_Create_New_Checklist
+2017-04-05 08:18:36,452 DEBUG logFuncEntry 34 6983 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:18:36,453 DEBUG logFuncEntry 34 6983 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:18:49,101 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:18:49,101 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:49,182 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:49,183 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/846fbcdd-0f82-44d8-9e17-869703d68ca0/65c61fa1160b4d3ea6c0b4b10aa335dc
+2017-04-05 08:18:49,220 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:49,291 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:49,291 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:49,294 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:49,295 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:49,298 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:49,299 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:49,492 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:49,493 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18fb91ef-3144-44d1-8ced-a5d3efd3cf57/checklist/new/
+2017-04-05 08:18:49,560 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:49,560 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:49,590 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:49,590 DEBUG test_negative_requests 129 7122 140736510014400 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 08:18:49,661 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:49,661 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:49,662 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18fb91ef-3144-44d1-8ced-a5d3efd3cf57/checklist/new/
+2017-04-05 08:18:49,665 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:49,667 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:49,667 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18fb91ef-3144-44d1-8ced-a5d3efd3cf57/checklist/new/
+2017-04-05 08:18:49,733 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:49,733 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:49,764 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:49,828 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:18:49,828 DEBUG test_negative_requests 133 7122 140736510014400 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 08:18:49,893 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:49,893 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:49,893 DEBUG test_negative_requests 139 7122 140736510014400 About to add audit log to checklist uuid 68f00d16-295b-44c6-ac6e-81665848d7bc
+2017-04-05 08:18:49,893 DEBUG api_checklist 71 7122 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/
+2017-04-05 08:18:49,912 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:49,912 DEBUG test_negative_requests 143 7122 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:18:49,980 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:49,980 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:49,980 DEBUG test_negative_requests 139 7122 140736510014400 About to add audit log to checklist uuid 68f00d16-295b-44c6-ac6e-81665848d7bc
+2017-04-05 08:18:49,980 DEBUG api_checklist 71 7122 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/
+2017-04-05 08:18:49,999 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:50,000 DEBUG test_negative_requests 143 7122 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:18:50,000 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:18:50,000 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:18:50,005 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:50,006 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:18:50,006 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:50,081 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:50,081 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/483e6432-c9c3-41c4-8f82-c8fea809266d/4c73eeded94a4b67b0a01e76d5a050ee
+2017-04-05 08:18:50,118 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:50,184 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:50,184 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:50,187 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:50,188 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:50,191 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:50,192 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:50,385 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:50,386 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6521c09c-1c52-4bc8-b575-5baac369a773/checklist/new/
+2017-04-05 08:18:50,452 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:50,453 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:50,482 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:50,482 DEBUG test_negative_requests 149 7122 140736510014400 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 08:18:50,553 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:50,553 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:50,553 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6521c09c-1c52-4bc8-b575-5baac369a773/checklist/new/
+2017-04-05 08:18:50,556 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:50,558 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:50,558 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6521c09c-1c52-4bc8-b575-5baac369a773/checklist/new/
+2017-04-05 08:18:50,626 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:50,626 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:50,656 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:50,821 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:18:50,821 DEBUG test_negative_requests 153 7122 140736510014400 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:50,888 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:50,888 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:50,888 DEBUG test_negative_requests 159 7122 140736510014400 About to add next step to checklist uuid 00fdd8cb-a963-4891-ab9f-c7c27ce62b58
+2017-04-05 08:18:50,888 DEBUG api_checklist 92 7122 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6521c09c-1c52-4bc8-b575-5baac369a773/checklist/00fdd8cb-a963-4891-ab9f-c7c27ce62b58/nextstep/
+2017-04-05 08:18:50,915 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 483e6432-c9c3-41c4-8f82-c8fea809266d. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:50,915 DEBUG test_negative_requests 163 7122 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:18:50,979 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:50,979 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:50,979 DEBUG test_negative_requests 159 7122 140736510014400 About to add next step to checklist uuid 00fdd8cb-a963-4891-ab9f-c7c27ce62b58
+2017-04-05 08:18:50,979 DEBUG api_checklist 92 7122 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6521c09c-1c52-4bc8-b575-5baac369a773/checklist/00fdd8cb-a963-4891-ab9f-c7c27ce62b58/nextstep/
+2017-04-05 08:18:51,009 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,009 DEBUG test_negative_requests 163 7122 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:18:51,073 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:51,073 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:51,073 DEBUG test_negative_requests 159 7122 140736510014400 About to add next step to checklist uuid 00fdd8cb-a963-4891-ab9f-c7c27ce62b58
+2017-04-05 08:18:51,073 DEBUG api_checklist 92 7122 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6521c09c-1c52-4bc8-b575-5baac369a773/checklist/00fdd8cb-a963-4891-ab9f-c7c27ce62b58/nextstep/
+2017-04-05 08:18:51,099 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,099 DEBUG test_negative_requests 163 7122 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:18:51,099 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:18:51,099 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:18:51,104 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:51,105 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:18:51,105 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:51,106 DEBUG test_negative_requests 29 7122 140736510014400 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 08:18:51,181 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:51,181 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/077afda9-d709-43aa-9212-e7ac1e7ee07c/bb57a91d308947d69d4ffddc7d5a7965
+2017-04-05 08:18:51,213 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:51,282 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:51,282 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:51,285 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:51,286 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:51,289 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:51,290 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:51,487 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:51,488 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/15ba2405-b7cd-44f8-80fb-4f2bc5904065/checklist/new/
+2017-04-05 08:18:51,565 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:51,566 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:51,596 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:51,671 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:51,671 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c1f8a93-7ff5-4412-848c-e99cee227349/3aef75b473f24197a9365266669f57ae
+2017-04-05 08:18:51,705 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:51,771 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:51,771 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:51,774 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:51,775 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:51,778 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:51,779 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:51,972 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:51,972 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cf2fbd2-ba70-45a4-9ec4-5ebfade6f816/checklist/new/
+2017-04-05 08:18:52,035 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:52,035 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:52,066 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:52,066 DEBUG test_negative_requests 34 7122 140736510014400 About to invite contact to the engagement of user STobQUv
+2017-04-05 08:18:52,066 DEBUG api_virtual_function 102 7122 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 08:18:52,094 DEBUG test_negative_requests 38 7122 140736510014400 Success! Test failed to invite contact user using other auth token.
+2017-04-05 08:18:52,094 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:18:52,094 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:18:52,102 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:52,103 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:18:52,103 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:52,103 DEBUG test_negative_requests 42 7122 140736510014400 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:52,178 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:52,178 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff3964f3-3ecc-41e2-b447-792131afe274/9f2d4125cabe40c897f3920ba12ef089
+2017-04-05 08:18:52,211 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:52,277 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:52,278 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:52,281 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:52,283 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:52,285 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:52,286 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:52,480 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:52,480 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff/checklist/new/
+2017-04-05 08:18:52,550 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:52,550 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:52,578 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:52,645 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:52,645 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:52,645 DEBUG test_negative_requests 49 7122 140736510014400 About to add a next step to VF STAjiUl using STy0Fs8@intl.att.com token.
+2017-04-05 08:18:52,645 DEBUG api_virtual_function 18 7122 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff/nextsteps
+2017-04-05 08:18:52,669 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ff3964f3-3ecc-41e2-b447-792131afe274. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:52,669 DEBUG test_negative_requests 53 7122 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:18:52,734 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:52,734 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:52,734 DEBUG test_negative_requests 49 7122 140736510014400 About to add a next step to VF STAjiUl using hs0007@att.com token.
+2017-04-05 08:18:52,734 DEBUG api_virtual_function 18 7122 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff/nextsteps
+2017-04-05 08:18:52,814 DEBUG api_virtual_function 32 7122 140736510014400 Next step was added to the engagement!
+2017-04-05 08:18:52,814 DEBUG test_negative_requests 53 7122 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:18:52,877 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:52,877 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:52,877 DEBUG test_negative_requests 49 7122 140736510014400 About to add a next step to VF STAjiUl using admin_ro@att.com token.
+2017-04-05 08:18:52,877 DEBUG api_virtual_function 18 7122 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff/nextsteps
+2017-04-05 08:18:52,902 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:52,902 DEBUG test_negative_requests 53 7122 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:18:52,902 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:18:52,902 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:18:52,907 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:52,908 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:18:52,908 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:52,908 DEBUG test_negative_requests 168 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:52,908 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:18:52,908 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:18:52,913 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:52,914 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:18:52,914 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:52,988 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:52,988 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a3726a3f-947f-491a-a30f-91434134729c/d8530fc485c14db09c9b490ecf6b9d15
+2017-04-05 08:18:53,023 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:53,088 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,088 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,091 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:53,092 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:53,095 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:53,096 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:53,289 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:53,289 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,354 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,355 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,385 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:53,385 DEBUG test_negative_requests 76 7122 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:53,455 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,455 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,455 DEBUG test_negative_requests 82 7122 140736510014400 About to create checklist for VF SThL5yw
+2017-04-05 08:18:53,455 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,458 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:53,460 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:53,460 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,526 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,526 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,557 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:53,580 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a3726a3f-947f-491a-a30f-91434134729c. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,580 DEBUG test_negative_requests 86 7122 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:18:53,644 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,644 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,644 DEBUG test_negative_requests 82 7122 140736510014400 About to create checklist for VF SThL5yw
+2017-04-05 08:18:53,644 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,648 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:53,650 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:53,650 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,713 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,713 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,745 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:53,773 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,773 DEBUG test_negative_requests 86 7122 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:18:53,837 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,837 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,837 DEBUG test_negative_requests 82 7122 140736510014400 About to create checklist for VF SThL5yw
+2017-04-05 08:18:53,837 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,840 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:53,842 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:53,842 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea425b57-c8ea-4a6e-bea3-431da0e9e238/checklist/new/
+2017-04-05 08:18:53,915 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:53,915 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:53,944 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:53,969 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,969 DEBUG test_negative_requests 86 7122 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:18:53,969 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:18:53,969 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:18:53,975 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:53,977 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:18:53,977 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:53,977 DEBUG test_negative_requests 57 7122 140736510014400 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:54,055 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:54,056 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0061c219-f778-4c2e-b5fc-3b1f328a56c4/5a78b4bbfe234fe0a3d6040d294591c2
+2017-04-05 08:18:54,088 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:54,151 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:54,151 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:54,156 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:54,157 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:54,160 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:54,161 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:54,354 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:54,355 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01982111-58b8-42ba-825b-b407d6c25f37/checklist/new/
+2017-04-05 08:18:54,422 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:54,422 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:54,452 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:54,516 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:54,516 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:54,516 DEBUG api_virtual_function 18 7122 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/01982111-58b8-42ba-825b-b407d6c25f37/nextsteps
+2017-04-05 08:18:54,592 DEBUG api_virtual_function 32 7122 140736510014400 Next step was added to the engagement!
+2017-04-05 08:18:54,657 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:54,658 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:54,658 DEBUG test_negative_requests 67 7122 140736510014400 About to edit a next step (ns uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f) using STeX8Zp@intl.att.com token.
+2017-04-05 08:18:54,658 DEBUG api_virtual_function 133 7122 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/d12bfda7-6a5e-4e34-b62b-f023c2b58d0f/engagement/01982111-58b8-42ba-825b-b407d6c25f37/modify/
+2017-04-05 08:18:54,683 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,683 DEBUG test_negative_requests 71 7122 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:18:54,750 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:54,750 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:54,750 DEBUG test_negative_requests 67 7122 140736510014400 About to edit a next step (ns uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f) using dd1122@att.com token.
+2017-04-05 08:18:54,750 DEBUG api_virtual_function 133 7122 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/d12bfda7-6a5e-4e34-b62b-f023c2b58d0f/engagement/01982111-58b8-42ba-825b-b407d6c25f37/modify/
+2017-04-05 08:18:54,775 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,775 DEBUG test_negative_requests 71 7122 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:18:54,839 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:54,840 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:54,840 DEBUG test_negative_requests 67 7122 140736510014400 About to edit a next step (ns uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f) using admin_ro@att.com token.
+2017-04-05 08:18:54,840 DEBUG api_virtual_function 133 7122 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/d12bfda7-6a5e-4e34-b62b-f023c2b58d0f/engagement/01982111-58b8-42ba-825b-b407d6c25f37/modify/
+2017-04-05 08:18:54,866 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,866 DEBUG test_negative_requests 71 7122 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:18:54,866 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:18:54,866 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:18:54,871 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:54,873 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:18:54,873 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:54,873 DEBUG test_negative_requests 16 7122 140736510014400 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 08:18:54,947 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:54,948 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/33914dd1-f8f6-401e-9426-738db9e4043d/4440dc09e6e04383840cd90c62812304
+2017-04-05 08:18:54,979 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:55,044 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:55,044 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:55,049 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:55,050 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:55,053 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:55,054 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:55,245 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:55,245 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f69b4d61-ae14-42ab-a290-45f3ed1c310b/checklist/new/
+2017-04-05 08:18:55,311 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:55,312 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:55,342 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:55,415 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:55,415 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d53e4c15-f14c-4f5d-b220-ae4b6eee04e6/b443b50f41af48b88b3b3ebec533c748
+2017-04-05 08:18:55,451 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:55,516 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:55,516 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:55,520 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:55,521 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:55,524 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:55,525 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:55,718 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:55,718 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7844d50-6695-4b97-abae-de9fd257d137/checklist/new/
+2017-04-05 08:18:55,784 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:55,785 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:55,813 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:55,813 DEBUG test_negative_requests 21 7122 140736510014400 About to invite team member to the engagement of user STlP34S
+2017-04-05 08:18:55,813 DEBUG api_virtual_function 73 7122 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:18:55,842 ERROR api_virtual_function 95 7122 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:18:55,842 DEBUG test_negative_requests 25 7122 140736510014400 Success! Test failed to invite user using other auth token.
+2017-04-05 08:18:55,842 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:18:55,842 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:18:55,848 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:55,850 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:18:55,850 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:55,926 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:55,926 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5efd52f3-213d-4a88-a32c-80e5e929f897/5e7398ae0e3f4e098826328f598f49bb
+2017-04-05 08:18:55,959 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:56,022 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,022 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,026 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:56,027 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:56,030 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:56,031 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:56,225 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:56,225 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0acf5ad-f729-45bd-a665-452e56882c36/checklist/new/
+2017-04-05 08:18:56,288 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,288 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,318 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:56,318 DEBUG test_negative_requests 112 7122 140736510014400 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 08:18:56,385 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,385 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,385 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0acf5ad-f729-45bd-a665-452e56882c36/checklist/new/
+2017-04-05 08:18:56,388 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:56,390 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:56,390 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0acf5ad-f729-45bd-a665-452e56882c36/checklist/new/
+2017-04-05 08:18:56,459 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,460 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,489 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:56,651 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:18:56,652 DEBUG test_negative_requests 116 7122 140736510014400 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:56,652 DEBUG test_negative_requests 120 7122 140736510014400 About to change checklist state for VF STx2etw
+2017-04-05 08:18:56,721 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,721 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,756 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,757 DEBUG test_negative_requests 124 7122 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:18:56,757 DEBUG test_negative_requests 120 7122 140736510014400 About to change checklist state for VF STx2etw
+2017-04-05 08:18:56,820 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,820 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,851 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,852 DEBUG test_negative_requests 124 7122 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:18:56,852 DEBUG test_negative_requests 120 7122 140736510014400 About to change checklist state for VF STx2etw
+2017-04-05 08:18:56,915 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:56,915 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:56,943 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,943 DEBUG test_negative_requests 124 7122 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:18:56,943 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:18:56,943 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:18:56,949 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:56,950 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:18:56,950 DEBUG test_api_base 25 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:18:57,023 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:18:57,023 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2530326a-5eb2-4dca-b5d1-24ef2ad49555/d556389d1b804907a244344873ebaf92
+2017-04-05 08:18:57,056 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:18:57,122 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:57,122 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:57,125 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:18:57,126 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:18:57,129 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:18:57,131 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:18:57,324 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:18:57,324 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3d0af371-fce7-4d83-aea7-3b403186232d/checklist/new/
+2017-04-05 08:18:57,389 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:57,389 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:57,422 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:57,422 DEBUG test_negative_requests 92 7122 140736510014400 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 08:18:57,488 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:57,489 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:57,489 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3d0af371-fce7-4d83-aea7-3b403186232d/checklist/new/
+2017-04-05 08:18:57,492 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:57,494 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:57,494 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3d0af371-fce7-4d83-aea7-3b403186232d/checklist/new/
+2017-04-05 08:18:57,563 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:57,563 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:57,595 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:18:57,759 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:18:57,759 DEBUG test_negative_requests 96 7122 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 08:18:57,825 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:57,825 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:57,826 DEBUG test_negative_requests 102 7122 140736510014400 About to update checklist for VF STbigCY
+2017-04-05 08:18:57,826 DEBUG api_checklist 45 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4b6c48cc-5c60-4aee-9abc-8b11a0ec1260/4b6c48cc-5c60-4aee-9abc-8b11a0ec1260
+2017-04-05 08:18:57,829 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:57,831 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:57,859 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2530326a-5eb2-4dca-b5d1-24ef2ad49555. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:57,859 DEBUG test_negative_requests 106 7122 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:18:57,923 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:57,923 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:57,923 DEBUG test_negative_requests 102 7122 140736510014400 About to update checklist for VF STbigCY
+2017-04-05 08:18:57,923 DEBUG api_checklist 45 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4b6c48cc-5c60-4aee-9abc-8b11a0ec1260/4b6c48cc-5c60-4aee-9abc-8b11a0ec1260
+2017-04-05 08:18:57,927 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:57,929 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:57,958 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:57,958 DEBUG test_negative_requests 106 7122 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:18:58,022 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:18:58,022 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:18:58,022 DEBUG test_negative_requests 102 7122 140736510014400 About to update checklist for VF STbigCY
+2017-04-05 08:18:58,022 DEBUG api_checklist 45 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4b6c48cc-5c60-4aee-9abc-8b11a0ec1260/4b6c48cc-5c60-4aee-9abc-8b11a0ec1260
+2017-04-05 08:18:58,026 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:18:58,027 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:18:58,058 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:58,058 DEBUG test_negative_requests 106 7122 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:18:58,058 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:18:58,058 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:18:58,064 DEBUG test_api_base 36 7122 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:18:58,066 DEBUG test_signal_base 33 7122 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 08:18:58,066 DEBUG test_checklist_signal 26 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:58,066 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 08:18:58,077 DEBUG test_signal_base 44 7122 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 08:18:58,077 DEBUG test_signal_base 33 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:58,077 DEBUG test_git_signal 103 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:58,077 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 08:18:58,091 DEBUG test_signal_base 44 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:58,091 DEBUG test_signal_base 33 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:58,092 DEBUG test_git_signal 24 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:58,092 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 08:18:58,096 DEBUG test_signal_base 44 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:58,096 DEBUG test_signal_base 33 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:58,096 DEBUG test_git_signal 82 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:58,097 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 08:18:58,102 DEBUG test_signal_base 44 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:58,102 DEBUG test_signal_base 33 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:58,102 DEBUG test_git_signal 65 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:58,102 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 08:18:58,107 DEBUG test_signal_base 44 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:58,107 DEBUG test_signal_base 33 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:18:58,107 DEBUG test_git_signal 47 7122 140736510014400 Local environment, skipping test...
+2017-04-05 08:18:58,107 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 08:18:58,111 DEBUG test_signal_base 44 7122 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:18:58,112 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:18:58,112 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 08:19:00,222 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:19:01,351 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:19:01,352 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ac68e9bb-d8ce-4400-a58c-ac5c17eb6a3f/338a5128a7634230ab302701bda214d4
+2017-04-05 08:19:01,390 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:19:01,456 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:01,456 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:01,459 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:19:01,460 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:19:01,464 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:19:01,466 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:19:01,702 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:19:01,703 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/92f321de-2d8e-437b-80eb-051ef05eef07/checklist/new/
+2017-04-05 08:19:01,773 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:01,773 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:01,804 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:19:01,804 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:01,804 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:02,640 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:03,291 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:03,387 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:03,391 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:19:03,905 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:04,421 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:07,306 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:19:07,306 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:19:07,449 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-04-05 08:19:07,450 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 08:19:07,450 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-04-05 08:19:09,566 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:19:10,685 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:19:10,685 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5bf5a898-bc9f-4db8-b3e0-94c5043fce5a/950c61df28b34d00a46069cba673a852
+2017-04-05 08:19:10,721 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:19:10,789 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:10,789 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:10,793 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:19:10,794 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:19:10,798 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:19:10,799 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:19:10,998 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:19:10,998 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8f02309b-e4da-4989-9ac1-6d41b5269922/checklist/new/
+2017-04-05 08:19:11,070 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:11,070 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:11,106 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:19:11,107 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:11,107 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:11,938 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:12,599 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:12,774 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:12,777 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:19:13,297 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:13,820 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:14,350 DEBUG db_general 56 7122 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-04-05 08:19:14,352 DEBUG db_general 65 7122 140736510014400 Query result: None
+2017-04-05 08:19:14,355 DEBUG db_general 56 7122 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 08:19:14,357 DEBUG db_general 65 7122 140736510014400 Query result: 7e822479-57f4-49ca-af10-049aa7b09fc0
+2017-04-05 08:19:14,360 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '7e822479-57f4-49ca-af10-049aa7b09fc0' ;
+2017-04-05 08:19:14,369 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:14,373 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 08:19:14,376 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:16,137 DEBUG db_general 56 7122 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:19:16,139 DEBUG db_general 65 7122 140736510014400 Query result: 7e822479-57f4-49ca-af10-049aa7b09fc0
+2017-04-05 08:19:16,142 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STOySsZ' WHERE uuid = '7e822479-57f4-49ca-af10-049aa7b09fc0' ;
+2017-04-05 08:19:16,151 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:16,152 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 08:19:16,152 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 08:19:16,163 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-04-05 08:19:16,163 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 08:19:16,163 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-04-05 08:19:18,261 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:19:19,389 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:19:19,390 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be7e10d8-9d5c-4bac-8393-6870b8b05600/23a339b0a9ca4f3b9dfe690782c3ec27
+2017-04-05 08:19:19,422 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:19:19,497 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:19,497 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:19,502 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:19:19,503 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:19:19,506 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:19:19,507 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:19:19,708 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:19:19,708 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/45caf614-b1b1-43b0-a4d4-7093675a67ba/checklist/new/
+2017-04-05 08:19:19,791 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:19,791 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:19,821 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:19:19,821 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:19,822 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:20,657 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:21,308 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:21,490 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:21,494 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:19:22,006 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:22,519 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:23,046 DEBUG db_general 56 7122 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-04-05 08:19:23,048 DEBUG db_general 65 7122 140736510014400 Query result: None
+2017-04-05 08:19:23,051 DEBUG db_general 56 7122 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 08:19:23,053 DEBUG db_general 65 7122 140736510014400 Query result: 5bf5a898-bc9f-4db8-b3e0-94c5043fce5a
+2017-04-05 08:19:23,056 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '5bf5a898-bc9f-4db8-b3e0-94c5043fce5a' ;
+2017-04-05 08:19:23,064 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:23,068 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 08:19:23,071 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:24,825 DEBUG db_general 56 7122 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:19:24,828 DEBUG db_general 65 7122 140736510014400 Query result: 5bf5a898-bc9f-4db8-b3e0-94c5043fce5a
+2017-04-05 08:19:24,834 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STBMCng' WHERE uuid = '5bf5a898-bc9f-4db8-b3e0-94c5043fce5a' ;
+2017-04-05 08:19:24,844 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:24,844 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 08:19:24,844 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 08:19:24,858 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-04-05 08:19:24,858 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 08:19:24,859 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-04-05 08:19:26,954 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:19:28,073 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:19:28,073 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4d8dde9-d67c-4a60-beb7-10735ad6541d/ec562fc0baec41c0925bd0cf367e9589
+2017-04-05 08:19:28,106 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:19:28,177 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:28,177 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:28,181 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:19:28,182 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:19:28,186 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:19:28,187 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:19:28,405 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:19:28,405 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c10d5879-1753-4e2e-beaf-31a25a3add54/checklist/new/
+2017-04-05 08:19:28,482 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:28,482 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:28,510 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:19:28,511 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:28,511 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:29,338 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:29,991 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:30,175 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:30,178 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:19:30,690 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:31,209 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:34,951 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:19:35,495 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 08:19:35,495 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 08:19:35,512 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-04-05 08:19:35,513 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 08:19:35,513 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-04-05 08:19:37,616 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:19:38,756 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:19:38,756 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4b297d56-de79-4136-81cc-c357fc7e6aae/db5ba7aa99564dd0a9b1ed299e8ad884
+2017-04-05 08:19:38,788 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:19:38,859 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:38,859 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:38,863 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:19:38,864 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:19:38,867 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:19:38,869 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:19:39,093 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:19:39,093 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e7122939-2f09-4223-8c01-ab07243221ff/checklist/new/
+2017-04-05 08:19:39,163 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:39,164 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:39,192 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:19:39,192 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:39,192 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:40,056 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:40,716 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:40,997 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:41,001 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:19:41,517 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:42,036 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:45,858 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:19:46,418 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 08:19:46,418 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 08:19:46,433 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-04-05 08:19:46,433 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 08:19:46,433 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-04-05 08:19:48,534 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:19:49,716 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:19:49,716 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fadd2589-b645-408c-b6cb-e0c64b844e53/bebc369f2a4340c3a4a86f2e1455f4ad
+2017-04-05 08:19:49,749 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:19:49,815 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:49,815 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:49,818 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:19:49,820 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:19:49,823 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:19:49,825 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:19:50,032 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:19:50,033 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/91d30e7b-b3e1-4cfa-913a-52448da2d4eb/checklist/new/
+2017-04-05 08:19:50,110 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:19:50,110 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:19:50,140 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:19:50,140 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:50,140 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:50,965 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:51,720 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:51,993 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:51,999 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:19:52,514 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:53,030 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:19:53,559 DEBUG db_general 56 7122 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-04-05 08:19:53,561 DEBUG db_general 65 7122 140736510014400 Query result: None
+2017-04-05 08:19:53,565 DEBUG db_general 56 7122 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 08:19:53,567 DEBUG db_general 65 7122 140736510014400 Query result: 5bf5a898-bc9f-4db8-b3e0-94c5043fce5a
+2017-04-05 08:19:53,570 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '5bf5a898-bc9f-4db8-b3e0-94c5043fce5a' ;
+2017-04-05 08:19:53,578 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:53,582 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 08:19:53,586 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:19:53,589 DEBUG db_general 56 7122 140736510014400 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:19:53,591 DEBUG db_general 65 7122 140736510014400 Query result: STiVWz9@intl.att.com
+2017-04-05 08:19:55,937 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:19:56,703 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-326';
+2017-04-05 08:19:56,705 DEBUG db_general 165 7122 140736510014400 Query result: 91d30e7b-b3e1-4cfa-913a-52448da2d4eb
+2017-04-05 08:19:56,710 DEBUG db_user 38 7122 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '91d30e7b-b3e1-4cfa-913a-52448da2d4eb' and email = 'STiVWz9@intl.att.com' ;
+2017-04-05 08:19:56,714 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=00605cca-48b1-40ac-adf4-255e6e155dcc
+2017-04-05 08:19:57,691 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:19:57,691 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:19:58,535 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:19:59,197 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:19:59,380 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:19:59,386 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=00605cca-48b1-40ac-adf4-255e6e155dcc page is loaded.
+2017-04-05 08:20:00,178 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:20:02,673 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:20:03,208 DEBUG db_general 56 7122 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:20:03,210 DEBUG db_general 65 7122 140736510014400 Query result: 5bf5a898-bc9f-4db8-b3e0-94c5043fce5a
+2017-04-05 08:20:03,214 DEBUG db_general 92 7122 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'ST2PwDm' WHERE uuid = '5bf5a898-bc9f-4db8-b3e0-94c5043fce5a' ;
+2017-04-05 08:20:03,223 DEBUG db_general 96 7122 140736510014400 Update query success!
+2017-04-05 08:20:03,224 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 08:20:03,224 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 08:20:03,236 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-04-05 08:20:03,237 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 08:20:03,237 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-04-05 08:20:05,336 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:20:06,485 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:20:06,486 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75e073d2-134b-44ab-8e7a-4f4768d2ea88/5db40339d03a42c29e9d95d6f2a54126
+2017-04-05 08:20:06,520 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:20:06,588 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:20:06,588 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:20:06,592 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:20:06,593 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:20:06,597 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:20:06,598 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:20:06,812 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:20:06,813 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9650f808-f681-411b-a5d7-37b0752b083e/checklist/new/
+2017-04-05 08:20:06,898 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:20:06,898 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:20:06,928 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:20:06,928 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:20:06,928 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:20:07,801 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:20:08,452 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:20:08,626 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:20:08,634 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:20:09,155 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:09,671 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:13,490 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:20:14,032 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 08:20:14,032 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 08:20:14,049 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-04-05 08:20:14,050 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:20:14,050 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 08:20:16,148 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:20:17,267 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:20:17,267 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a353a2c6-b19e-4940-b290-7c3dd82a4775/9fcabe4904374700ae476d2bdeb093e4
+2017-04-05 08:20:17,305 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:20:17,372 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:20:17,372 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:20:17,375 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:20:17,377 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:20:17,381 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:20:17,382 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:20:17,591 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:20:17,592 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eab46be6-e76c-42c9-8791-bf7aabf98fc5/checklist/new/
+2017-04-05 08:20:17,675 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:20:17,675 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:20:17,706 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:20:17,706 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:20:17,706 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:20:18,538 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:20:19,288 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:20:19,464 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:20:19,468 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:20:19,982 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:20,497 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:21,481 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:20:22,186 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:20:22,186 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:20:22,200 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-05 08:20:22,201 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:20:22,201 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-05 08:20:24,306 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:20:25,419 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:20:25,420 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a07bdfc0-7859-4c97-a108-41b451153328/7b5db17e74d441b1b419f0132f5bc7db
+2017-04-05 08:20:25,453 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:20:25,521 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:20:25,521 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:20:25,524 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:20:25,526 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:20:25,529 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:20:25,530 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:20:25,734 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:20:25,735 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6647375c-a9ef-48e0-af06-48462fc2ff7a/checklist/new/
+2017-04-05 08:20:25,821 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:20:25,821 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:20:25,850 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:20:25,850 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:20:25,850 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:20:26,730 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:20:27,399 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:20:27,674 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:20:27,678 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:20:28,195 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:33,970 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:20:34,589 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:20:34,589 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:20:35,368 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:20:36,108 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:20:36,279 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:20:36,283 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:20:36,904 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:42,636 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:20:43,226 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:20:43,227 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:20:44,015 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:20:44,740 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:20:44,835 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:20:44,841 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:20:45,455 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:51,236 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:20:51,853 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:20:51,853 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:20:52,640 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:20:53,280 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:20:53,445 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:20:53,449 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:20:53,963 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:20:59,712 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:21:00,336 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:21:00,336 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:21:00,354 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-04-05 08:21:00,354 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:21:00,354 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 08:21:02,454 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:21:03,570 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:21:03,570 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a852cb9c-533a-4e03-85b1-2987ab515faa/e091ce4f05a04b729d5c433c5bf9e1e8
+2017-04-05 08:21:03,603 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:21:03,682 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:21:03,682 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:21:03,686 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:21:03,687 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:21:03,691 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:21:03,693 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:21:03,917 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:21:03,917 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/263524d7-6c48-4cba-8b28-693fce5e0b0c/checklist/new/
+2017-04-05 08:21:03,986 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:21:03,986 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:21:04,018 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:21:04,018 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:21:04,019 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:21:04,910 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:21:05,639 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:21:05,814 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:21:05,818 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:21:06,333 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:06,861 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STH7dRq';
+2017-04-05 08:21:06,864 DEBUG db_general 165 7122 140736510014400 Query result: 263524d7-6c48-4cba-8b28-693fce5e0b0c
+2017-04-05 08:21:06,867 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STH7dRq';
+2017-04-05 08:21:06,869 DEBUG db_general 165 7122 140736510014400 Query result: 263524d7-6c48-4cba-8b28-693fce5e0b0c
+2017-04-05 08:21:06,873 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '263524d7-6c48-4cba-8b28-693fce5e0b0c';
+2017-04-05 08:21:06,875 DEBUG db_general 165 7122 140736510014400 Query result: 2017-330
+2017-04-05 08:21:06,880 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-330';
+2017-04-05 08:21:06,882 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:21:06,890 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '263524d7-6c48-4cba-8b28-693fce5e0b0c';
+2017-04-05 08:21:06,892 DEBUG db_general 165 7122 140736510014400 Query result: 2017-330
+2017-04-05 08:21:06,897 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:07,649 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:08,165 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:08,898 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:21:09,589 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:21:09,590 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:21:10,353 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:21:11,096 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:21:11,929 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:21:11,949 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:12,482 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:13,472 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:16,369 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:21:16,882 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:21:17,558 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:18,077 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:18,614 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'ST1d6sc';
+2017-04-05 08:21:18,616 DEBUG db_general 165 7122 140736510014400 Query result: b60901a8-7c3c-498b-8ea7-9086ac544299
+2017-04-05 08:21:18,619 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:19,265 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:21:19,265 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:21:19,288 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 08:21:19,288 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:21:19,288 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 08:21:21,395 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:21:22,513 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:21:22,513 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad330263-2647-4579-81a6-43b739a9142e/5a3204520b2b4761b5164efb446073b6
+2017-04-05 08:21:22,548 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:21:22,631 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:21:22,631 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:21:22,635 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:21:22,636 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:21:22,639 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:21:22,641 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:21:22,858 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:21:22,859 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b3b42c2-7a92-4627-90ab-cbf73ac75cd1/checklist/new/
+2017-04-05 08:21:22,937 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:21:22,937 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:21:22,968 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:21:22,968 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:21:22,968 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:21:23,850 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:21:24,611 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:21:24,899 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:21:24,902 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:21:25,415 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:25,939 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:21:25,942 DEBUG db_general 165 7122 140736510014400 Query result: 8e8128c9-497a-4e84-a219-ba3d34a95553
+2017-04-05 08:21:25,945 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:21:25,947 DEBUG db_general 165 7122 140736510014400 Query result: 5b3b42c2-7a92-4627-90ab-cbf73ac75cd1
+2017-04-05 08:21:25,950 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:21:25,952 DEBUG db_general 165 7122 140736510014400 Query result: 5b3b42c2-7a92-4627-90ab-cbf73ac75cd1
+2017-04-05 08:21:25,954 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5b3b42c2-7a92-4627-90ab-cbf73ac75cd1';
+2017-04-05 08:21:25,956 DEBUG db_general 165 7122 140736510014400 Query result: 2017-331
+2017-04-05 08:21:25,961 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-331';
+2017-04-05 08:21:25,964 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:21:25,968 DEBUG fe_checklist 50 7122 140736510014400 EL email: hs0007@att.com
+2017-04-05 08:21:25,972 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5b3b42c2-7a92-4627-90ab-cbf73ac75cd1';
+2017-04-05 08:21:25,974 DEBUG db_general 165 7122 140736510014400 Query result: 2017-331
+2017-04-05 08:21:26,004 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:27,236 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:27,750 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:28,260 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=8e8128c9-497a-4e84-a219-ba3d34a95553&inviter_uuid=ad330263-2647-4579-81a6-43b739a9142e&email=automationqattSTnq0Qm@gmail.com
+2017-04-05 08:21:30,048 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:21:30,750 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:21:30,750 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:21:31,536 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:21:32,183 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:21:32,361 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:21:32,366 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:21:32,973 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:33,563 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:34,556 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:37,846 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'ST3618I';
+2017-04-05 08:21:37,848 DEBUG db_general 165 7122 140736510014400 Query result: 33fd0676-48af-4158-b0f4-288001628502
+2017-04-05 08:21:37,851 DEBUG db_general 153 7122 140736510014400 Query : select template_id from ice_checklist Where name = 'ST3618I';
+2017-04-05 08:21:37,853 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:21:37,881 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:21:38,616 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:21:38,616 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:21:39,431 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:21:40,081 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:21:40,159 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:21:40,163 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:21:40,813 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:41,368 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:42,413 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:42,951 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'ST3618I';
+2017-04-05 08:21:42,953 DEBUG db_general 165 7122 140736510014400 Query result: 33fd0676-48af-4158-b0f4-288001628502
+2017-04-05 08:21:42,957 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:45,021 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:21:45,023 DEBUG db_general 165 7122 140736510014400 Query result: 5b3b42c2-7a92-4627-90ab-cbf73ac75cd1
+2017-04-05 08:21:45,029 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5b3b42c2-7a92-4627-90ab-cbf73ac75cd1';
+2017-04-05 08:21:45,031 DEBUG db_general 165 7122 140736510014400 Query result: 2017-331
+2017-04-05 08:21:45,034 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-331';
+2017-04-05 08:21:45,036 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:21:45,735 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:21:47,826 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:21:48,535 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:50,100 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:21:50,785 DEBUG db_checklist 51 7122 140736510014400 Query : select owner_id from ice_checklist Where uuid = '33fd0676-48af-4158-b0f4-288001628502' and state = 'peer_review';
+2017-04-05 08:21:50,787 DEBUG db_checklist 66 7122 140736510014400 Query result: 1
+2017-04-05 08:21:50,790 DEBUG db_general 153 7122 140736510014400 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 08:21:50,796 DEBUG db_general 165 7122 140736510014400 Query result: dd1122@att.com
+2017-04-05 08:21:50,797 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:21:50,797 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:21:51,566 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:21:52,210 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:21:52,359 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:21:52,365 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:21:52,976 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:53,503 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:21:54,611 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:55,153 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'ST3618I';
+2017-04-05 08:21:55,156 DEBUG db_general 165 7122 140736510014400 Query result: 33fd0676-48af-4158-b0f4-288001628502
+2017-04-05 08:21:55,161 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:21:57,126 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:21:57,128 DEBUG db_general 165 7122 140736510014400 Query result: 5b3b42c2-7a92-4627-90ab-cbf73ac75cd1
+2017-04-05 08:21:57,131 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5b3b42c2-7a92-4627-90ab-cbf73ac75cd1';
+2017-04-05 08:21:57,133 DEBUG db_general 165 7122 140736510014400 Query result: 2017-331
+2017-04-05 08:21:57,137 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-331';
+2017-04-05 08:21:57,139 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:21:57,749 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:21:59,730 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:22:00,248 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:01,848 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:22:02,565 DEBUG db_checklist 23 7122 140736510014400 Query : select owner_id from ice_checklist Where uuid = '33fd0676-48af-4158-b0f4-288001628502' and state = 'approval';
+2017-04-05 08:22:02,567 DEBUG db_checklist 34 7122 140736510014400 Query result: 3
+2017-04-05 08:22:02,569 DEBUG db_general 153 7122 140736510014400 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 08:22:02,571 DEBUG db_general 165 7122 140736510014400 Query result: admin@att.com
+2017-04-05 08:22:02,571 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:22:02,571 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:22:03,342 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:22:04,088 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:22:04,279 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:22:04,283 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:22:04,798 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:05,329 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:06,296 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:06,825 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'ST3618I';
+2017-04-05 08:22:06,827 DEBUG db_general 165 7122 140736510014400 Query result: 33fd0676-48af-4158-b0f4-288001628502
+2017-04-05 08:22:06,831 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:18,800 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:22:18,802 DEBUG db_general 165 7122 140736510014400 Query result: 5b3b42c2-7a92-4627-90ab-cbf73ac75cd1
+2017-04-05 08:22:18,805 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5b3b42c2-7a92-4627-90ab-cbf73ac75cd1';
+2017-04-05 08:22:18,808 DEBUG db_general 165 7122 140736510014400 Query result: 2017-331
+2017-04-05 08:22:18,813 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-331';
+2017-04-05 08:22:18,816 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:22:20,365 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST4lcaN';
+2017-04-05 08:22:20,368 DEBUG db_general 165 7122 140736510014400 Query result: 5b3b42c2-7a92-4627-90ab-cbf73ac75cd1
+2017-04-05 08:22:20,371 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5b3b42c2-7a92-4627-90ab-cbf73ac75cd1';
+2017-04-05 08:22:20,374 DEBUG db_general 165 7122 140736510014400 Query result: 2017-331
+2017-04-05 08:22:20,378 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-331';
+2017-04-05 08:22:20,380 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:22:26,218 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:22:26,876 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:27,533 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:28,064 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:22:28,064 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:22:28,079 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-04-05 08:22:28,079 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 08:22:28,080 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-04-05 08:22:30,178 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:22:31,315 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:22:31,315 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/86b1b44c-777f-4d0e-98d1-5b427e9e4b5b/8b88cab9adfd45f182b0386018fdaaa1
+2017-04-05 08:22:31,350 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:22:31,432 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:22:31,433 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:22:31,436 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:22:31,437 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:22:31,441 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:22:31,442 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:22:31,644 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:22:31,644 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ca3b340d-0731-4f00-82ec-346032d38bd7/checklist/new/
+2017-04-05 08:22:31,713 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:22:31,714 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:22:31,743 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:22:31,743 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:22:31,743 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:22:32,627 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:22:33,393 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:22:33,656 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:22:33,660 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:22:34,175 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:34,705 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:22:34,708 DEBUG db_general 165 7122 140736510014400 Query result: e345e36a-4b43-498e-a070-9a4d1039f680
+2017-04-05 08:22:34,711 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:22:34,713 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:22:34,716 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:22:34,718 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:22:34,722 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:22:34,724 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:22:34,727 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:22:34,729 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:22:34,733 DEBUG fe_checklist 50 7122 140736510014400 EL email: dd1122@att.com
+2017-04-05 08:22:34,736 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:22:34,738 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:22:34,768 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:35,991 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:36,507 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:37,017 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=e345e36a-4b43-498e-a070-9a4d1039f680&inviter_uuid=86b1b44c-777f-4d0e-98d1-5b427e9e4b5b&email=automationqattSTUI9ui@gmail.com
+2017-04-05 08:22:39,140 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:22:39,848 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:22:39,848 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:22:40,625 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:22:41,368 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:22:41,850 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:22:41,854 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:42,377 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:42,956 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:43,947 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:46,999 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:22:47,002 DEBUG db_general 165 7122 140736510014400 Query result: 9d3652c1-b788-4e1f-99bd-65bccf7e5345
+2017-04-05 08:22:47,005 DEBUG db_general 153 7122 140736510014400 Query : select template_id from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:22:47,007 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:22:47,034 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:22:47,788 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:22:47,788 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:22:48,622 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:22:49,271 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:22:49,437 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:22:49,441 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:22:50,052 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:50,584 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:22:51,620 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:52,150 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:22:52,153 DEBUG db_general 165 7122 140736510014400 Query result: 9d3652c1-b788-4e1f-99bd-65bccf7e5345
+2017-04-05 08:22:52,158 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:54,197 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:22:54,199 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:22:54,202 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:22:54,204 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:22:54,209 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:22:54,212 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:22:54,940 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:22:57,035 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:22:57,782 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:22:59,349 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:22:59,954 DEBUG db_checklist 51 7122 140736510014400 Query : select owner_id from ice_checklist Where uuid = '9d3652c1-b788-4e1f-99bd-65bccf7e5345' and state = 'peer_review';
+2017-04-05 08:22:59,957 DEBUG db_checklist 66 7122 140736510014400 Query result: 2
+2017-04-05 08:22:59,964 DEBUG db_general 153 7122 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:22:59,967 DEBUG db_general 165 7122 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:22:59,967 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:22:59,967 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:23:00,745 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:23:01,390 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:23:01,543 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:23:01,547 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:23:02,155 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:23:02,678 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:23:03,728 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:04,264 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:23:04,267 DEBUG db_general 165 7122 140736510014400 Query result: 9d3652c1-b788-4e1f-99bd-65bccf7e5345
+2017-04-05 08:23:04,272 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:06,241 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:23:06,243 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:23:06,247 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:23:06,249 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:23:06,253 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:23:06,256 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:23:06,863 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:23:08,843 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:23:09,359 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:10,956 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:23:11,580 DEBUG db_checklist 23 7122 140736510014400 Query : select owner_id from ice_checklist Where uuid = '9d3652c1-b788-4e1f-99bd-65bccf7e5345' and state = 'approval';
+2017-04-05 08:23:11,582 DEBUG db_checklist 34 7122 140736510014400 Query result: 3
+2017-04-05 08:23:11,585 DEBUG db_general 153 7122 140736510014400 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 08:23:11,587 DEBUG db_general 165 7122 140736510014400 Query result: admin@att.com
+2017-04-05 08:23:11,587 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:23:11,587 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:23:12,366 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:23:13,019 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:23:13,223 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:23:13,227 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:23:13,766 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:23:14,293 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:23:15,257 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:15,788 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:23:15,790 DEBUG db_general 165 7122 140736510014400 Query result: 9d3652c1-b788-4e1f-99bd-65bccf7e5345
+2017-04-05 08:23:15,794 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:28,238 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:23:28,241 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:23:28,244 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:23:28,246 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:23:28,249 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:23:28,251 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:23:29,927 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:23:29,929 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:23:29,932 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:23:29,934 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:23:29,939 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:23:29,942 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:23:31,356 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:23:31,872 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:33,427 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:23:34,002 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:23:34,002 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:23:34,783 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:23:35,432 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:23:35,605 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:23:35,609 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:23:36,298 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:23:36,835 DEBUG db_general 153 7122 140736510014400 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 08:23:36,837 DEBUG db_general 165 7122 140736510014400 Query result: dd1122@att.com
+2017-04-05 08:23:36,842 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:23:37,850 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:38,382 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:23:38,384 DEBUG db_general 165 7122 140736510014400 Query result: 9d3652c1-b788-4e1f-99bd-65bccf7e5345
+2017-04-05 08:23:38,389 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:51,167 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:23:51,169 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:23:51,175 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:23:51,177 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:23:51,180 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:23:51,182 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:23:52,718 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STRh1ey';
+2017-04-05 08:23:52,723 DEBUG db_general 165 7122 140736510014400 Query result: ca3b340d-0731-4f00-82ec-346032d38bd7
+2017-04-05 08:23:52,728 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ca3b340d-0731-4f00-82ec-346032d38bd7';
+2017-04-05 08:23:52,731 DEBUG db_general 165 7122 140736510014400 Query result: 2017-332
+2017-04-05 08:23:52,734 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-332';
+2017-04-05 08:23:52,739 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:23:54,114 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:23:54,642 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:56,254 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:56,891 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:57,424 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STkQ840';
+2017-04-05 08:23:57,426 DEBUG db_general 165 7122 140736510014400 Query result: 9d3652c1-b788-4e1f-99bd-65bccf7e5345
+2017-04-05 08:23:57,431 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:23:58,038 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 08:23:58,038 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 08:23:58,058 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-04-05 08:23:58,058 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 08:23:58,058 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-04-05 08:24:00,157 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:24:01,304 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:24:01,304 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/af6a75eb-005a-44bb-9e0b-f0b914c4eb6c/3b852f45f8f34df88b1f36cde3dda5bf
+2017-04-05 08:24:01,340 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:24:01,409 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:24:01,410 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:24:01,413 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:24:01,414 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:24:01,417 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:24:01,419 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:24:01,628 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:24:01,629 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a290c4d-aa8d-401c-bc93-4a4457271cb2/checklist/new/
+2017-04-05 08:24:01,695 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:24:01,695 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:24:01,726 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:24:01,726 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:01,726 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:02,608 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:24:03,279 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:24:03,380 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:24:03,384 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:24:03,897 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:04,423 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_vf Where name = 'STLoJ4b';
+2017-04-05 08:24:04,425 DEBUG db_general 165 7122 140736510014400 Query result: 7527fa16-48c6-4d9a-a1e4-5ddbd96b848b
+2017-04-05 08:24:04,428 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STLoJ4b';
+2017-04-05 08:24:04,431 DEBUG db_general 165 7122 140736510014400 Query result: 0a290c4d-aa8d-401c-bc93-4a4457271cb2
+2017-04-05 08:24:04,434 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STLoJ4b';
+2017-04-05 08:24:04,437 DEBUG db_general 165 7122 140736510014400 Query result: 0a290c4d-aa8d-401c-bc93-4a4457271cb2
+2017-04-05 08:24:04,441 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0a290c4d-aa8d-401c-bc93-4a4457271cb2';
+2017-04-05 08:24:04,443 DEBUG db_general 165 7122 140736510014400 Query result: 2017-333
+2017-04-05 08:24:04,445 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-333';
+2017-04-05 08:24:04,447 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:24:04,452 DEBUG fe_checklist 50 7122 140736510014400 EL email: dd1122@att.com
+2017-04-05 08:24:04,456 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0a290c4d-aa8d-401c-bc93-4a4457271cb2';
+2017-04-05 08:24:04,459 DEBUG db_general 165 7122 140736510014400 Query result: 2017-333
+2017-04-05 08:24:04,490 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:05,726 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:06,241 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:06,751 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=7527fa16-48c6-4d9a-a1e4-5ddbd96b848b&inviter_uuid=af6a75eb-005a-44bb-9e0b-f0b914c4eb6c&email=automationqattSTLiIYA@gmail.com
+2017-04-05 08:24:08,167 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:24:09,166 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:09,166 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:09,965 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:24:10,702 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:24:10,791 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:24:10,795 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:24:11,423 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:12,011 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:12,979 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:16,189 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STTmFSP';
+2017-04-05 08:24:16,191 DEBUG db_general 165 7122 140736510014400 Query result: 26de0cd4-3a42-4588-9a6d-20c4c3521d83
+2017-04-05 08:24:16,194 DEBUG db_general 153 7122 140736510014400 Query : select template_id from ice_checklist Where name = 'STTmFSP';
+2017-04-05 08:24:16,195 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:24:16,221 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:24:16,991 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:16,991 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:17,776 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:24:18,416 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:24:18,588 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:24:18,593 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:24:19,222 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:19,833 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:20,877 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:21,409 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STTmFSP';
+2017-04-05 08:24:21,411 DEBUG db_general 165 7122 140736510014400 Query result: 26de0cd4-3a42-4588-9a6d-20c4c3521d83
+2017-04-05 08:24:21,416 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:23,487 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STLoJ4b';
+2017-04-05 08:24:23,489 DEBUG db_general 165 7122 140736510014400 Query result: 0a290c4d-aa8d-401c-bc93-4a4457271cb2
+2017-04-05 08:24:23,492 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0a290c4d-aa8d-401c-bc93-4a4457271cb2';
+2017-04-05 08:24:23,496 DEBUG db_general 165 7122 140736510014400 Query result: 2017-333
+2017-04-05 08:24:23,499 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-333';
+2017-04-05 08:24:23,501 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:24:24,198 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:24:26,291 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:24:27,049 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:28,613 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:24:29,303 DEBUG db_checklist 51 7122 140736510014400 Query : select owner_id from ice_checklist Where uuid = '26de0cd4-3a42-4588-9a6d-20c4c3521d83' and state = 'peer_review';
+2017-04-05 08:24:29,307 DEBUG db_checklist 66 7122 140736510014400 Query result: 2
+2017-04-05 08:24:29,311 DEBUG db_general 153 7122 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:24:29,313 DEBUG db_general 165 7122 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:24:29,313 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:29,313 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:30,106 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:24:30,748 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:24:30,915 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:24:30,920 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:24:31,533 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:32,062 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:33,135 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:33,676 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STTmFSP';
+2017-04-05 08:24:33,679 DEBUG db_general 165 7122 140736510014400 Query result: 26de0cd4-3a42-4588-9a6d-20c4c3521d83
+2017-04-05 08:24:33,684 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:35,693 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STLoJ4b';
+2017-04-05 08:24:35,695 DEBUG db_general 165 7122 140736510014400 Query result: 0a290c4d-aa8d-401c-bc93-4a4457271cb2
+2017-04-05 08:24:35,698 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0a290c4d-aa8d-401c-bc93-4a4457271cb2';
+2017-04-05 08:24:35,700 DEBUG db_general 165 7122 140736510014400 Query result: 2017-333
+2017-04-05 08:24:35,704 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-333';
+2017-04-05 08:24:35,707 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:24:36,308 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:24:38,321 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STLoJ4b';
+2017-04-05 08:24:38,323 DEBUG db_general 165 7122 140736510014400 Query result: 0a290c4d-aa8d-401c-bc93-4a4457271cb2
+2017-04-05 08:24:38,326 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0a290c4d-aa8d-401c-bc93-4a4457271cb2';
+2017-04-05 08:24:38,329 DEBUG db_general 165 7122 140736510014400 Query result: 2017-333
+2017-04-05 08:24:38,333 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-333';
+2017-04-05 08:24:38,335 DEBUG db_general 165 7122 140736510014400 Query result: 1
+2017-04-05 08:24:39,880 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STTmFSP';
+2017-04-05 08:24:39,884 DEBUG db_general 165 7122 140736510014400 Query result: ['10d819b0-e62b-4935-aec1-45f7fe619fb5', '26de0cd4-3a42-4588-9a6d-20c4c3521d83']
+2017-04-05 08:24:39,887 DEBUG db_general 153 7122 140736510014400 Query : select state from ice_checklist Where uuid = '10d819b0-e62b-4935-aec1-45f7fe619fb5';
+2017-04-05 08:24:39,889 DEBUG db_general 165 7122 140736510014400 Query result: pending
+2017-04-05 08:24:39,892 DEBUG db_general 153 7122 140736510014400 Query : select state from ice_checklist Where uuid = '26de0cd4-3a42-4588-9a6d-20c4c3521d83';
+2017-04-05 08:24:39,894 DEBUG db_general 165 7122 140736510014400 Query result: archive
+2017-04-05 08:24:39,895 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 08:24:39,895 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 08:24:39,910 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-04-05 08:24:39,910 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 08:24:39,910 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-04-05 08:24:42,013 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:24:43,158 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:24:43,158 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7470ecf6-6569-477a-892c-1cae7649c33c/8d4c25931c6f4604bb03f3a92d45c9bd
+2017-04-05 08:24:43,193 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:24:43,262 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:24:43,262 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:24:43,266 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:24:43,267 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:24:43,271 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:24:43,272 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:24:43,617 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:24:43,617 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea26b77a-8958-4ac8-98ec-c96075ac6156/checklist/new/
+2017-04-05 08:24:43,692 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:24:43,692 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:24:43,721 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:24:43,722 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:43,722 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:44,594 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:24:45,265 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:24:45,438 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:24:45,441 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:24:45,957 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:46,487 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_vf Where name = 'STGx3T0';
+2017-04-05 08:24:46,489 DEBUG db_general 165 7122 140736510014400 Query result: c7554beb-8afc-48c8-b5de-0332033bc616
+2017-04-05 08:24:46,492 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STGx3T0';
+2017-04-05 08:24:46,495 DEBUG db_general 165 7122 140736510014400 Query result: ea26b77a-8958-4ac8-98ec-c96075ac6156
+2017-04-05 08:24:46,498 DEBUG db_general 153 7122 140736510014400 Query : select engagement_id from ice_vf Where name = 'STGx3T0';
+2017-04-05 08:24:46,502 DEBUG db_general 165 7122 140736510014400 Query result: ea26b77a-8958-4ac8-98ec-c96075ac6156
+2017-04-05 08:24:46,506 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ea26b77a-8958-4ac8-98ec-c96075ac6156';
+2017-04-05 08:24:46,509 DEBUG db_general 165 7122 140736510014400 Query result: 2017-334
+2017-04-05 08:24:46,512 DEBUG db_general 153 7122 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-334';
+2017-04-05 08:24:46,514 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:24:46,519 DEBUG fe_checklist 50 7122 140736510014400 EL email: hs0007@att.com
+2017-04-05 08:24:46,522 DEBUG db_general 153 7122 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'ea26b77a-8958-4ac8-98ec-c96075ac6156';
+2017-04-05 08:24:46,524 DEBUG db_general 165 7122 140736510014400 Query result: 2017-334
+2017-04-05 08:24:46,554 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:47,785 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:48,298 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:48,805 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=c7554beb-8afc-48c8-b5de-0332033bc616&inviter_uuid=7470ecf6-6569-477a-892c-1cae7649c33c&email=automationqattSTFdM2X@gmail.com
+2017-04-05 08:24:50,278 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:24:51,203 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:51,203 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:51,998 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:24:52,648 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:24:52,816 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:24:52,824 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:24:53,434 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:54,021 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:24:54,985 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:24:58,213 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STK6icj';
+2017-04-05 08:24:58,216 DEBUG db_general 165 7122 140736510014400 Query result: c3d35830-9183-4fcf-aa8f-25a9c31709a0
+2017-04-05 08:24:58,219 DEBUG db_general 153 7122 140736510014400 Query : select template_id from ice_checklist Where name = 'STK6icj';
+2017-04-05 08:24:58,222 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:24:58,248 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:24:58,989 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:24:58,990 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:24:59,788 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:25:00,439 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:25:00,525 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:25:00,529 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:25:01,137 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:01,670 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:02,724 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:03,259 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist Where name = 'STK6icj';
+2017-04-05 08:25:03,262 DEBUG db_general 165 7122 140736510014400 Query result: c3d35830-9183-4fcf-aa8f-25a9c31709a0
+2017-04-05 08:25:03,270 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:05,979 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:25:06,964 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:12,995 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 08:25:12,995 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 08:25:13,010 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+
+2017-04-05 08:25:13,010 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 08:25:13,010 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-04-05 08:25:15,107 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:25:16,262 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:25:16,262 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fbf4716f-394e-4c9a-b084-f69aeb786a83/2b47d5545b3f40b6af5dffb860e3f945
+2017-04-05 08:25:16,295 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:25:16,364 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:16,364 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:16,369 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:25:16,370 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:25:16,373 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:25:16,375 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:25:16,613 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:25:16,613 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/860ed294-948f-4aaf-a5cb-73b9d743948a/checklist/new/
+2017-04-05 08:25:16,685 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:16,685 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:16,714 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:25:16,788 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:16,788 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:16,788 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/860ed294-948f-4aaf-a5cb-73b9d743948a/checklist/new/
+2017-04-05 08:25:16,791 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:25:16,793 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:25:16,793 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/860ed294-948f-4aaf-a5cb-73b9d743948a/checklist/new/
+2017-04-05 08:25:16,865 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:16,865 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:16,895 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:25:17,074 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:25:17,152 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:25:17,152 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2b9388a-96e0-4e1a-9715-1e5b2c433913/068214e734f5434f845738dd9a681af8
+2017-04-05 08:25:17,185 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:25:17,254 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:17,254 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:17,258 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:25:17,259 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:25:17,262 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:25:17,263 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:25:17,474 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:25:17,475 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fed80231-be34-4240-a05c-659a5202372b/checklist/new/
+2017-04-05 08:25:17,548 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:17,548 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:17,581 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:25:17,581 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:25:17,582 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:25:18,479 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:25:19,156 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:25:19,333 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:25:19,339 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:25:19,856 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:20,386 DEBUG db_general 153 7122 140736510014400 Query : select template_id from ice_checklist Where name = 'checklistAPIST79MNC';
+2017-04-05 08:25:20,388 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:25:20,419 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:25:21,068 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:25:21,069 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:25:21,847 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:25:22,481 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:25:22,567 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:25:22,572 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:25:23,245 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:23,778 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:24,617 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:25,135 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:26,858 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-335';
+2017-04-05 08:25:26,860 DEBUG db_general 165 7122 140736510014400 Query result: 860ed294-948f-4aaf-a5cb-73b9d743948a
+2017-04-05 08:25:26,863 DEBUG db_user 38 7122 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '860ed294-948f-4aaf-a5cb-73b9d743948a' and email = 'STBMK2n@intl.att.com' ;
+2017-04-05 08:25:26,865 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=70545cea-5897-40f0-9b08-e4a36f637b60
+2017-04-05 08:25:27,479 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:25:27,479 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:25:28,288 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:25:28,947 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:25:29,030 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:25:29,034 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=70545cea-5897-40f0-9b08-e4a36f637b60 page is loaded.
+2017-04-05 08:25:29,609 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:30,122 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:30,649 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:25:41,292 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 08:25:41,292 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 08:25:41,307 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_MultiEL ----------------------
+
+2017-04-05 08:25:41,307 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:25:41,307 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-04-05 08:25:43,404 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:25:44,523 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:25:44,523 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/110c17a0-fdca-458d-ab11-d724703480c4/00b3dbb2c0ea4182b338a23c6d57d503
+2017-04-05 08:25:44,559 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:25:44,628 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:44,628 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:44,632 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:25:44,634 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:25:44,637 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:25:44,638 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:25:44,872 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:25:44,872 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/75322dc4-56c9-461f-8e59-3e6df9ac632d/checklist/new/
+2017-04-05 08:25:44,949 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:44,949 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:44,985 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:25:45,050 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:45,050 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:45,050 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/75322dc4-56c9-461f-8e59-3e6df9ac632d/checklist/new/
+2017-04-05 08:25:45,054 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:25:45,056 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:25:45,056 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/75322dc4-56c9-461f-8e59-3e6df9ac632d/checklist/new/
+2017-04-05 08:25:45,127 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:45,127 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:45,157 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:25:45,344 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:25:45,344 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:25:45,345 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:25:46,197 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:25:46,838 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:25:46,933 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:25:46,937 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:25:47,458 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:47,981 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:52,056 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:25:52,587 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:25:52,587 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:25:52,608 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-04-05 08:25:52,608 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:25:52,608 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-04-05 08:25:54,716 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:25:55,854 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:25:55,854 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/927e3d18-802c-4b5a-8ee6-f86d41f9e053/1f4d27b97dba4950b5915829835e7cc9
+2017-04-05 08:25:55,890 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:25:55,958 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:55,958 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:55,962 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:25:55,963 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:25:55,966 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:25:55,968 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:25:56,169 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:25:56,170 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2c3c2713-0668-4ebb-bbca-9eb2b3ffaad6/checklist/new/
+2017-04-05 08:25:56,250 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:25:56,250 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:25:56,284 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:25:56,284 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:25:56,284 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:25:57,143 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:25:57,792 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:25:57,978 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:25:57,986 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:25:58,504 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:25:59,020 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:26:02,146 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:26:02,146 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:26:02,163 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-04-05 08:26:02,164 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:26:02,164 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-04-05 08:26:04,270 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:26:05,419 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:26:05,419 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a28aab4-2cdb-48c6-a78c-c690e19e68d9/dddcd309ece04606aa2065c5b0b77196
+2017-04-05 08:26:05,455 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:26:05,525 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:05,525 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:05,528 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:26:05,530 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:26:05,534 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:26:05,535 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:26:05,751 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:26:05,752 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2e71e753-be6d-4f9d-a186-e92ce358f918/checklist/new/
+2017-04-05 08:26:05,834 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:05,834 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:05,864 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:26:05,947 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:05,947 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:05,947 DEBUG api_checklist 16 7122 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2e71e753-be6d-4f9d-a186-e92ce358f918/checklist/new/
+2017-04-05 08:26:05,951 DEBUG db_general 153 7122 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:26:05,953 DEBUG db_general 165 7122 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:26:05,953 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2e71e753-be6d-4f9d-a186-e92ce358f918/checklist/new/
+2017-04-05 08:26:06,022 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:06,022 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:06,051 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:26:06,236 DEBUG api_checklist 29 7122 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:26:06,236 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:26:06,237 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:26:07,111 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:26:07,764 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:26:07,943 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:26:07,950 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:26:08,476 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:26:08,991 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:26:12,219 DEBUG db_general 153 7122 140736510014400 Query : select state from ice_checklist Where uuid = 'e0a0dd95-da20-40e1-8f37-7651a12f0a1d';
+2017-04-05 08:26:12,221 DEBUG db_general 165 7122 140736510014400 Query result: archive
+2017-04-05 08:26:12,222 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:26:12,222 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:26:12,237 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-04-05 08:26:12,237 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:26:12,237 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 08:26:14,338 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:26:15,412 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STUyBfD
+2017-04-05 08:26:15,412 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STUyBfD', 'title_Announcement_STUyBfD-slug', '', 'description_Announcement_STTOpFJ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STTOpFJ</p>', true, '', 1, 1);
+2017-04-05 08:26:15,418 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STUyBfD', 'title_Announcement_STUyBfD-slug', '', 'description_Announcement_STTOpFJ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STTOpFJ</p>', true, '', 1, 1);
+2017-04-05 08:26:15,422 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:15,422 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:26:15,422 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:26:15,426 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:26:15,428 DEBUG db_cms 64 7122 140736510014400 Query result: 146
+2017-04-05 08:26:15,428 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:26:15,428 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:26:15,433 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:26:15,435 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:26:15,435 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 146
+2017-04-05 08:26:15,435 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (146, 2);
+2017-04-05 08:26:15,438 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (146, 2);
+2017-04-05 08:26:15,446 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:15,525 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:26:15,525 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6b8e0bc5-886c-4fa6-a76f-9588c605d41e/c6a0bb696ed44e439d81bc885c976631
+2017-04-05 08:26:15,565 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:26:15,632 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:15,633 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:15,636 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:26:15,637 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:26:15,641 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:26:15,642 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:26:15,855 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:26:15,855 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9fce0c44-4787-4243-b783-ac2fd99e8d6f/checklist/new/
+2017-04-05 08:26:15,925 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:15,925 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:15,955 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:26:15,955 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:26:15,955 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:26:16,850 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:26:17,608 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:26:17,786 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:26:17,789 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:26:18,306 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:26:29,329 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STtlgme@intl.att.com password=iceusers
+2017-04-05 08:26:29,330 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:26:29,332 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:26:29,333 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:26:29,349 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-04-05 08:26:29,350 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 08:26:29,350 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-04-05 08:26:31,450 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:26:32,544 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: News
+2017-04-05 08:26:32,545 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:26:32,548 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:26:32,550 DEBUG db_cms 64 7122 140736510014400 Query result: 1
+2017-04-05 08:26:32,551 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 08:26:32,551 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 08:26:32,568 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-04-05 08:26:32,568 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 08:26:32,568 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-04-05 08:26:34,676 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:26:35,706 DEBUG db_cms 142 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:35,706 DEBUG db_cms 116 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:35,706 DEBUG db_cms 118 7122 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:35,709 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:35,712 DEBUG db_cms 64 7122 140736510014400 Query result: 10
+2017-04-05 08:26:35,712 DEBUG db_cms 148 7122 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_SThXJSG', 'title_Of_Page_SThXJSG-slug', '', 'description_Of_Page_STren6l', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_SThXJSG', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:35,715 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_SThXJSG', 'title_Of_Page_SThXJSG-slug', '', 'description_Of_Page_STren6l', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_SThXJSG', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:35,723 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:35,723 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:26:35,723 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,730 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,732 DEBUG db_cms 64 7122 140736510014400 Query result: 76
+2017-04-05 08:26:35,732 DEBUG db_cms 152 7122 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:26:35,732 DEBUG db_cms 154 7122 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (76, '<p>description_Of_Page_STren6l</p>');
+2017-04-05 08:26:35,735 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (76, '<p>description_Of_Page_STren6l</p>');
+2017-04-05 08:26:35,738 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:35,738 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:26:35,738 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,741 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,743 DEBUG db_cms 64 7122 140736510014400 Query result: 76
+2017-04-05 08:26:35,743 DEBUG db_cms 142 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:35,743 DEBUG db_cms 116 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:35,743 DEBUG db_cms 118 7122 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:35,746 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:35,748 DEBUG db_cms 64 7122 140736510014400 Query result: 10
+2017-04-05 08:26:35,748 DEBUG db_cms 148 7122 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STkW1i8', 'title_Of_Page_STkW1i8-slug', '', 'description_Of_Page_STIOTEu', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STkW1i8', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:35,752 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STkW1i8', 'title_Of_Page_STkW1i8-slug', '', 'description_Of_Page_STIOTEu', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STkW1i8', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:35,756 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:35,756 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:26:35,756 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,759 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,761 DEBUG db_cms 64 7122 140736510014400 Query result: 77
+2017-04-05 08:26:35,761 DEBUG db_cms 152 7122 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:26:35,761 DEBUG db_cms 154 7122 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (77, '<p>description_Of_Page_STIOTEu</p>');
+2017-04-05 08:26:35,765 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (77, '<p>description_Of_Page_STIOTEu</p>');
+2017-04-05 08:26:35,767 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:35,768 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:26:35,768 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,770 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,772 DEBUG db_cms 64 7122 140736510014400 Query result: 77
+2017-04-05 08:26:35,772 DEBUG db_cms 142 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:35,772 DEBUG db_cms 116 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:35,772 DEBUG db_cms 118 7122 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:35,775 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:35,777 DEBUG db_cms 64 7122 140736510014400 Query result: 10
+2017-04-05 08:26:35,777 DEBUG db_cms 148 7122 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqhVEy', 'title_Of_Page_STqhVEy-slug', '', 'description_Of_Page_STRs4lz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqhVEy', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:35,781 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqhVEy', 'title_Of_Page_STqhVEy-slug', '', 'description_Of_Page_STRs4lz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqhVEy', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:35,785 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:35,785 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:26:35,785 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,788 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:35,790 DEBUG db_cms 64 7122 140736510014400 Query result: 78
+2017-04-05 08:26:35,790 DEBUG db_cms 152 7122 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:26:35,790 DEBUG db_cms 154 7122 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (78, '<p>description_Of_Page_STRs4lz</p>');
+2017-04-05 08:26:35,793 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (78, '<p>description_Of_Page_STRs4lz</p>');
+2017-04-05 08:26:35,795 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:35,875 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:26:35,876 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6cc61c55-cced-40dc-939c-663f8c85d507/46cab1d1a9f84aa0a2b861ff9f49a35b
+2017-04-05 08:26:35,909 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:26:35,994 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:35,994 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:35,998 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:26:35,999 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:26:36,002 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:26:36,004 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:26:36,207 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:26:36,208 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ed7a426-1e95-4cb9-9246-d8cd3d4886a7/checklist/new/
+2017-04-05 08:26:36,276 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:36,276 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:36,308 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:26:36,309 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:26:36,309 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:26:37,190 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:26:37,850 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:26:38,026 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:26:38,030 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:26:38,543 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:26:49,762 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:26:49,764 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 08:26:49,764 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 08:26:49,780 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-04-05 08:26:49,781 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 08:26:49,781 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-04-05 08:26:51,884 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:26:52,960 DEBUG db_cms 142 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:52,960 DEBUG db_cms 116 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:26:52,960 DEBUG db_cms 118 7122 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:52,966 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:26:52,968 DEBUG db_cms 64 7122 140736510014400 Query result: 10
+2017-04-05 08:26:52,969 DEBUG db_cms 148 7122 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STAh9mR', 'title_Of_Page_STAh9mR-slug', '', 'description_Of_Page_STksYFr', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STAh9mR', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:52,976 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STAh9mR', 'title_Of_Page_STAh9mR-slug', '', 'description_Of_Page_STksYFr', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STAh9mR', 'richtextpage', true, 10, 1);
+2017-04-05 08:26:52,982 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:52,982 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:26:52,982 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:52,985 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:26:52,987 DEBUG db_cms 64 7122 140736510014400 Query result: 79
+2017-04-05 08:26:52,987 DEBUG db_cms 152 7122 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:26:52,987 DEBUG db_cms 154 7122 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (79, '<p>description_Of_Page_STksYFr</p>');
+2017-04-05 08:26:52,990 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (79, '<p>description_Of_Page_STksYFr</p>');
+2017-04-05 08:26:52,993 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:26:53,073 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:26:53,073 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8a47b8c6-f1e5-4489-9a0f-88f776bad84a/9d317d7ee44e456abedc7123ea9756ee
+2017-04-05 08:26:53,110 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:26:53,190 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:53,190 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:53,194 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:26:53,196 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:26:53,201 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:26:53,202 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:26:53,512 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:26:53,513 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7897257b-338e-47ad-a112-e41be9233237/checklist/new/
+2017-04-05 08:26:53,590 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:26:53,590 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:26:53,622 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:26:53,622 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:26:53,622 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:26:54,507 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:26:55,249 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:26:55,437 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:26:55,442 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:26:55,960 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:27:07,103 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:27:07,104 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 08:27:07,104 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 08:27:07,120 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-04-05 08:27:07,120 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 08:27:07,120 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-04-05 08:27:09,222 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:27:10,293 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STG6nv5
+2017-04-05 08:27:10,294 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STG6nv5', 'title_Announcement_STG6nv5-slug', '', 'description_Announcement_STmnHd6', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STmnHd6</p>', true, '', 1, 1);
+2017-04-05 08:27:10,302 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STG6nv5', 'title_Announcement_STG6nv5-slug', '', 'description_Announcement_STmnHd6', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STmnHd6</p>', true, '', 1, 1);
+2017-04-05 08:27:10,311 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:10,311 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:27:10,311 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:27:10,315 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:27:10,317 DEBUG db_cms 64 7122 140736510014400 Query result: 147
+2017-04-05 08:27:10,317 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:27:10,317 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:27:10,320 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:27:10,324 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:27:10,324 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 147
+2017-04-05 08:27:10,324 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (147, 2);
+2017-04-05 08:27:10,329 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (147, 2);
+2017-04-05 08:27:10,332 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:10,409 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:27:10,409 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7774fe55-21c2-431b-abf2-99a5328b1aee/397cd555f4a94d2fb1d297b646196d93
+2017-04-05 08:27:10,446 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:27:10,529 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:27:10,529 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:27:10,534 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:27:10,535 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:27:10,538 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:27:10,539 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:27:10,748 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:27:10,748 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/548a8619-d964-4af0-aa53-cec3a2037022/checklist/new/
+2017-04-05 08:27:10,818 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:27:10,818 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:27:10,850 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:27:10,851 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:27:10,851 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:27:11,745 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:27:12,518 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:27:12,614 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:27:12,617 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:27:13,132 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:27:24,258 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STkrye2@intl.att.com password=iceusers
+2017-04-05 08:27:24,259 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:27:24,259 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 08:27:24,259 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 08:27:24,276 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-04-05 08:27:24,277 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 08:27:24,277 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-04-05 08:27:26,379 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:27:27,424 DEBUG db_cms 132 7122 140736510014400 Delete all posts
+2017-04-05 08:27:27,424 DEBUG db_cms 134 7122 140736510014400 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 08:27:27,428 DEBUG db_cms 28 7122 140736510014400 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 08:27:27,431 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:27,432 DEBUG db_cms 137 7122 140736510014400 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 08:27:27,437 DEBUG db_cms 28 7122 140736510014400 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 08:27:27,442 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:27,443 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_FAQSTEIgw9
+2017-04-05 08:27:27,443 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTEIgw9', 'title_FAQSTEIgw9-slug', '', 'description_FAQ_STG2maP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STG2maP</p>', true, '', 1, 1);
+2017-04-05 08:27:27,446 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTEIgw9', 'title_FAQSTEIgw9-slug', '', 'description_FAQ_STG2maP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STG2maP</p>', true, '', 1, 1);
+2017-04-05 08:27:27,449 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:27,449 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:27:27,449 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:27:27,451 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:27:27,453 DEBUG db_cms 64 7122 140736510014400 Query result: 148
+2017-04-05 08:27:27,453 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: FAQ
+2017-04-05 08:27:27,453 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 08:27:27,456 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 08:27:27,459 DEBUG db_cms 64 7122 140736510014400 Query result: 3
+2017-04-05 08:27:27,459 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 148
+2017-04-05 08:27:27,459 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (148, 3);
+2017-04-05 08:27:27,463 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (148, 3);
+2017-04-05 08:27:27,465 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:27,541 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:27:27,541 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9e201a26-0284-42b8-8cf2-4ade4f2331fb/dacc5d9999774a5ba88334b9a67dc00f
+2017-04-05 08:27:27,576 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:27:27,653 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:27:27,653 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:27:27,656 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:27:27,658 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:27:27,661 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:27:27,662 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:27:27,915 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:27:27,915 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b826ba5e-47eb-4834-ab91-15c231bc225e/checklist/new/
+2017-04-05 08:27:27,988 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:27:27,988 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:27:28,022 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:27:28,022 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:27:28,022 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:27:28,909 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:27:29,586 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:27:29,760 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:27:29,766 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:27:30,284 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:27:41,132 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:27:41,133 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 08:27:41,133 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 08:27:41,147 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-04-05 08:27:41,148 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 08:27:41,148 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-04-05 08:27:43,250 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:27:44,308 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_NewsSTEkVF4
+2017-04-05 08:27:44,308 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTEkVF4', 'title_NewsSTEkVF4-slug', '', 'description_NewsSTuDFYG', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTuDFYG</p>', true, '', 1, 1);
+2017-04-05 08:27:44,312 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTEkVF4', 'title_NewsSTEkVF4-slug', '', 'description_NewsSTuDFYG', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTuDFYG</p>', true, '', 1, 1);
+2017-04-05 08:27:44,325 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:44,325 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:27:44,325 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:27:44,328 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:27:44,330 DEBUG db_cms 64 7122 140736510014400 Query result: 149
+2017-04-05 08:27:44,330 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: News
+2017-04-05 08:27:44,330 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:27:44,333 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:27:44,335 DEBUG db_cms 64 7122 140736510014400 Query result: 1
+2017-04-05 08:27:44,335 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 149
+2017-04-05 08:27:44,335 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (149, 1);
+2017-04-05 08:27:44,338 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (149, 1);
+2017-04-05 08:27:44,341 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:27:44,421 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:27:44,421 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d1e1b35-27be-47a5-a0ec-93c54db759f7/4b860216057b4280beb0374acae1ce8b
+2017-04-05 08:27:44,455 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:27:44,455 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:27:44,456 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:27:45,481 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:27:46,255 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:27:46,445 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:27:46,449 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:27:46,966 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:27:58,060 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:27:58,061 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 08:27:58,061 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 08:27:58,078 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-04-05 08:27:58,079 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 08:27:58,079 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-04-05 08:28:00,181 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:28:01,240 DEBUG db_cms 142 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:28:01,240 DEBUG db_cms 116 7122 140736510014400 Retrive id of documentation page:
+2017-04-05 08:28:01,240 DEBUG db_cms 118 7122 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:28:01,244 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:28:01,246 DEBUG db_cms 64 7122 140736510014400 Query result: 10
+2017-04-05 08:28:01,246 DEBUG db_cms 148 7122 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STaezZS', 'title_Of_Page_STaezZS-slug', '', 'description_Of_Page_ST6T5Yv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STaezZS', 'richtextpage', true, 10, 1);
+2017-04-05 08:28:01,253 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STaezZS', 'title_Of_Page_STaezZS-slug', '', 'description_Of_Page_ST6T5Yv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STaezZS', 'richtextpage', true, 10, 1);
+2017-04-05 08:28:01,259 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:01,259 DEBUG db_cms 124 7122 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:28:01,259 DEBUG db_cms 126 7122 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:28:01,262 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:28:01,264 DEBUG db_cms 64 7122 140736510014400 Query result: 80
+2017-04-05 08:28:01,264 DEBUG db_cms 152 7122 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:28:01,264 DEBUG db_cms 154 7122 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (80, '<p>description_Of_Page_ST6T5Yv</p>');
+2017-04-05 08:28:01,267 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (80, '<p>description_Of_Page_ST6T5Yv</p>');
+2017-04-05 08:28:01,269 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:01,352 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:28:01,353 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab957826-47f1-47ef-a497-fc63c488a488/f510b8e7cd764effba3f4cc79a2ac636
+2017-04-05 08:28:01,391 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:28:01,465 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:01,466 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:01,469 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:28:01,470 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:28:01,474 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:28:01,475 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:28:01,690 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:28:01,690 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0b84ff65-f9a8-439a-bd4b-9d47e21208a9/checklist/new/
+2017-04-05 08:28:01,765 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:01,765 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:01,798 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:28:01,798 DEBUG test_cms_news_and_announcementsion 55 7122 140736510014400 About to login with EL and add VFC
+2017-04-05 08:28:01,798 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:28:02,509 DEBUG test_cms_news_and_announcementsion 59 7122 140736510014400 Login with user hs0007@att.com
+2017-04-05 08:28:02,509 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:28:02,510 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:28:03,364 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:28:04,014 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:28:04,106 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:28:04,111 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:28:04,886 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:28:05,536 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:28:16,641 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:28:16,644 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 08:28:16,644 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 08:28:16,659 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-04-05 08:28:16,660 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 08:28:16,660 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-04-05 08:28:18,767 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:28:19,818 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_SThNFiK
+2017-04-05 08:28:19,818 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThNFiK', 'title_Announcement_SThNFiK-slug', '', 'description_Announcement_STXSo0n', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXSo0n</p>', true, '', 1, 1);
+2017-04-05 08:28:19,821 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThNFiK', 'title_Announcement_SThNFiK-slug', '', 'description_Announcement_STXSo0n', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXSo0n</p>', true, '', 1, 1);
+2017-04-05 08:28:19,830 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,831 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:19,831 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,835 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,837 DEBUG db_cms 64 7122 140736510014400 Query result: 150
+2017-04-05 08:28:19,838 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:19,838 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,841 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,843 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:19,843 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 150
+2017-04-05 08:28:19,844 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (150, 2);
+2017-04-05 08:28:19,847 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (150, 2);
+2017-04-05 08:28:19,849 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,850 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STeBV7S
+2017-04-05 08:28:19,850 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STeBV7S', 'title_Announcement_STeBV7S-slug', '', 'description_Announcement_STM3XTL', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STM3XTL</p>', true, '', 1, 1);
+2017-04-05 08:28:19,854 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STeBV7S', 'title_Announcement_STeBV7S-slug', '', 'description_Announcement_STM3XTL', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STM3XTL</p>', true, '', 1, 1);
+2017-04-05 08:28:19,856 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,856 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:19,856 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,859 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,862 DEBUG db_cms 64 7122 140736510014400 Query result: 151
+2017-04-05 08:28:19,862 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:19,862 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,866 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,867 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:19,867 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 151
+2017-04-05 08:28:19,868 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (151, 2);
+2017-04-05 08:28:19,870 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (151, 2);
+2017-04-05 08:28:19,873 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,873 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STBYavN
+2017-04-05 08:28:19,873 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STBYavN', 'title_Announcement_STBYavN-slug', '', 'description_Announcement_STFkB8y', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFkB8y</p>', true, '', 1, 1);
+2017-04-05 08:28:19,877 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STBYavN', 'title_Announcement_STBYavN-slug', '', 'description_Announcement_STFkB8y', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFkB8y</p>', true, '', 1, 1);
+2017-04-05 08:28:19,885 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,885 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:19,886 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,889 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,891 DEBUG db_cms 64 7122 140736510014400 Query result: 152
+2017-04-05 08:28:19,891 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:19,891 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,894 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,897 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:19,897 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 152
+2017-04-05 08:28:19,897 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (152, 2);
+2017-04-05 08:28:19,901 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (152, 2);
+2017-04-05 08:28:19,903 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,903 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STFJDxV
+2017-04-05 08:28:19,903 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFJDxV', 'title_Announcement_STFJDxV-slug', '', 'description_Announcement_STPcwgn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STPcwgn</p>', true, '', 1, 1);
+2017-04-05 08:28:19,906 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFJDxV', 'title_Announcement_STFJDxV-slug', '', 'description_Announcement_STPcwgn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STPcwgn</p>', true, '', 1, 1);
+2017-04-05 08:28:19,955 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,956 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:19,956 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,961 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:19,965 DEBUG db_cms 64 7122 140736510014400 Query result: 153
+2017-04-05 08:28:19,965 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:19,965 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,969 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:19,971 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:19,971 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 153
+2017-04-05 08:28:19,972 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (153, 2);
+2017-04-05 08:28:19,975 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (153, 2);
+2017-04-05 08:28:19,978 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:19,979 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STqV5kP
+2017-04-05 08:28:19,979 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqV5kP', 'title_Announcement_STqV5kP-slug', '', 'description_Announcement_ST9v7uk', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST9v7uk</p>', true, '', 1, 1);
+2017-04-05 08:28:19,981 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqV5kP', 'title_Announcement_STqV5kP-slug', '', 'description_Announcement_ST9v7uk', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST9v7uk</p>', true, '', 1, 1);
+2017-04-05 08:28:20,067 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:20,068 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:20,069 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:20,079 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:20,081 DEBUG db_cms 64 7122 140736510014400 Query result: 154
+2017-04-05 08:28:20,082 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:20,082 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:20,085 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:20,089 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:20,089 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 154
+2017-04-05 08:28:20,089 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (154, 2);
+2017-04-05 08:28:20,093 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (154, 2);
+2017-04-05 08:28:20,101 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:20,101 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_STugM6n
+2017-04-05 08:28:20,101 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STugM6n', 'title_Announcement_STugM6n-slug', '', 'description_Announcement_STOhvRQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STOhvRQ</p>', true, '', 1, 1);
+2017-04-05 08:28:20,170 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STugM6n', 'title_Announcement_STugM6n-slug', '', 'description_Announcement_STOhvRQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STOhvRQ</p>', true, '', 1, 1);
+2017-04-05 08:28:20,175 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:20,175 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:20,175 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:20,179 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:20,182 DEBUG db_cms 64 7122 140736510014400 Query result: 155
+2017-04-05 08:28:20,183 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:20,183 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:20,190 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:20,193 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:20,193 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 155
+2017-04-05 08:28:20,193 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (155, 2);
+2017-04-05 08:28:20,198 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (155, 2);
+2017-04-05 08:28:20,201 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:20,281 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:28:20,281 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a0133050-365e-44ba-9066-bc924b858f63/cf9ed4b54c2f4075afd887a09e7eef8a
+2017-04-05 08:28:20,319 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:28:20,395 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:20,396 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:20,401 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:28:20,403 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:28:20,407 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:28:20,409 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:28:20,628 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:28:20,629 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/434e869b-ba92-4cbc-b498-fb23bbfb666e/checklist/new/
+2017-04-05 08:28:20,700 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:20,700 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:20,733 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:28:20,733 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:28:20,734 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:28:21,629 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:28:22,400 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:28:22,494 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:28:22,498 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:28:23,015 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:28:34,103 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=ST8Dv3t@intl.att.com password=iceusers
+2017-04-05 08:28:34,104 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:28:34,104 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 08:28:34,105 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 08:28:34,122 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-04-05 08:28:34,123 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 08:28:34,123 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-04-05 08:28:36,228 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:28:37,307 DEBUG db_cms 79 7122 140736510014400 Insert new post : title_Announcement_ST4PjxD
+2017-04-05 08:28:37,307 DEBUG db_cms 83 7122 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST4PjxD', 'title_Announcement_ST4PjxD-slug', '', 'description_Announcement_STLKMBl', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STLKMBl</p>', true, '', 1, 1);
+2017-04-05 08:28:37,314 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST4PjxD', 'title_Announcement_ST4PjxD-slug', '', 'description_Announcement_STLKMBl', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STLKMBl</p>', true, '', 1, 1);
+2017-04-05 08:28:37,321 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:37,322 DEBUG db_cms 92 7122 140736510014400 Get the id of the post inserted
+2017-04-05 08:28:37,322 DEBUG db_cms 94 7122 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:37,325 DEBUG db_cms 56 7122 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:28:37,327 DEBUG db_cms 64 7122 140736510014400 Query result: 156
+2017-04-05 08:28:37,327 DEBUG db_cms 71 7122 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:28:37,327 DEBUG db_cms 73 7122 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:37,330 DEBUG db_cms 56 7122 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:28:37,332 DEBUG db_cms 64 7122 140736510014400 Query result: 2
+2017-04-05 08:28:37,332 DEBUG db_cms 109 7122 140736510014400 bind category into inserted post: 156
+2017-04-05 08:28:37,332 DEBUG db_cms 111 7122 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (156, 2);
+2017-04-05 08:28:37,335 DEBUG db_cms 28 7122 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (156, 2);
+2017-04-05 08:28:37,337 DEBUG db_cms 32 7122 140736510014400 Insert query success!
+2017-04-05 08:28:37,417 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:28:37,417 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/485c2680-3377-4e57-b0b9-32788d7afb1d/452240bac2a44591ac5af141c5007ecd
+2017-04-05 08:28:37,450 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:28:37,523 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:37,523 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:37,527 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:28:37,528 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:28:37,532 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:28:37,533 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:28:37,753 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:28:37,753 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1d25487-2b49-4ba3-bd29-888f9b054bb5/checklist/new/
+2017-04-05 08:28:37,823 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:37,823 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:37,853 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:28:37,853 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:28:37,853 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:28:38,728 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:28:39,405 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:28:39,503 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:28:39,506 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:28:40,034 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:28:51,069 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STw3hdJ@intl.att.com password=iceusers
+2017-04-05 08:28:51,070 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:28:51,071 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 08:28:51,071 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 08:28:51,087 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-04-05 08:28:51,088 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:28:51,088 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 08:28:53,183 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:28:54,364 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:28:54,364 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c74637d-867b-47ca-b63c-0ff6fb0c48d5/6b365d09ea054045a6ed0b4bc549148e
+2017-04-05 08:28:54,405 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:28:54,472 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:54,472 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:54,476 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:28:54,477 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:28:54,480 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:28:54,481 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:28:54,690 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:28:54,690 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9d67bcb4-efcc-458d-b076-05c7be9d76f0/checklist/new/
+2017-04-05 08:28:54,763 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:54,764 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:54,794 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:28:54,794 DEBUG test_dashboard_feature 58 7122 140736510014400 Login with standard user STxz0fA@intl.att.com
+2017-04-05 08:28:54,794 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:28:54,794 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:28:55,682 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:28:56,361 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:28:56,621 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:28:56,625 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:28:57,144 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:28:57,783 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:28:57,783 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:28:57,783 DEBUG fe_user 158 7122 140736510014400 Adding new next step (via api) and assigning it to user STGuyka
+2017-04-05 08:28:57,783 DEBUG api_virtual_function 18 7122 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/9d67bcb4-efcc-458d-b076-05c7be9d76f0/nextsteps
+2017-04-05 08:28:57,862 DEBUG api_virtual_function 32 7122 140736510014400 Next step was added to the engagement!
+2017-04-05 08:28:57,862 DEBUG fe_user 160 7122 140736510014400 Refresh page and look for changes in assigned next steps section:
+2017-04-05 08:28:58,597 DEBUG fe_user 162 7122 140736510014400 > Check if number has changed in 'Assigned To You'
+2017-04-05 08:28:58,606 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:28:59,136 DEBUG fe_dashboard 159 7122 140736510014400 > Check if the engagement of NS is the correct one
+2017-04-05 08:28:59,150 DEBUG fe_dashboard 166 7122 140736510014400 > Check if creator of NS is the EL Homer Simpson
+2017-04-05 08:28:59,195 DEBUG fe_overview 37 7122 140736510014400 Go to engagement's overview by clicking on the created Next Step
+2017-04-05 08:28:59,198 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:00,238 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:29:00,955 DEBUG fe_overview 42 7122 140736510014400 Login with EL user hs0007@att.com
+2017-04-05 08:29:00,955 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:00,955 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:01,751 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:02,606 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:02,781 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:02,785 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:03,394 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:03,927 DEBUG db_general 153 7122 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:29:03,929 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:29:03,932 DEBUG db_general 56 7122 140736510014400 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-04-05 08:29:03,937 DEBUG db_general 65 7122 140736510014400 Query result: 561
+2017-04-05 08:29:03,937 DEBUG fe_overview 47 7122 140736510014400 el_assigned_ns=561
+2017-04-05 08:29:03,941 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:04,464 DEBUG fe_overview 51 7122 140736510014400 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-04-05 08:29:04,609 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:29:04,609 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:29:04,620 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-04-05 08:29:04,620 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 08:29:04,620 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-04-05 08:29:06,727 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:29:07,867 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:29:07,867 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a084ed6-a135-46c3-8661-d720e1ddd14f/a34a26d8f1cd4b0090d8a44de4c0cf05
+2017-04-05 08:29:07,902 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:29:07,970 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:29:07,970 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:29:07,975 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:29:07,976 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:29:07,979 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:29:07,980 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:29:08,206 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:29:08,207 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5eeb7987-b053-4508-a780-d061c3071eb1/checklist/new/
+2017-04-05 08:29:08,308 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:29:08,308 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:29:08,338 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:29:08,339 DEBUG test_dashboard_feature 68 7122 140736510014400 About to login with EL and add VFC
+2017-04-05 08:29:08,339 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:08,339 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:09,202 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:09,861 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:10,127 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:10,131 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:10,651 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:11,167 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:13,088 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:29:13,612 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:29:16,016 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:29:16,701 DEBUG fe_dashboard 134 7122 140736510014400 Login with user dd1122@att.com
+2017-04-05 08:29:16,701 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:16,701 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:17,495 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:18,144 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:18,228 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:18,231 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:18,834 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:19,355 DEBUG fe_dashboard 136 7122 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:29:19,978 DEBUG fe_dashboard 140 7122 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:29:20,823 DEBUG fe_dashboard 142 7122 140736510014400 Search engagement by VF name
+2017-04-05 08:29:21,648 DEBUG fe_dashboard 145 7122 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:29:22,686 DEBUG fe_dashboard 147 7122 140736510014400 Search engagement by VFC
+2017-04-05 08:29:23,464 DEBUG fe_dashboard 150 7122 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:29:24,463 DEBUG fe_dashboard 152 7122 140736510014400 Negative search: search by random string
+2017-04-05 08:29:25,167 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:29:25,930 DEBUG fe_dashboard 134 7122 140736510014400 Login with user hs0007@att.com
+2017-04-05 08:29:25,931 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:25,931 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:26,718 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:27,534 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:27,613 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:27,617 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:28,225 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:28,753 DEBUG fe_dashboard 136 7122 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:29:29,366 DEBUG fe_dashboard 140 7122 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:29:31,007 DEBUG fe_dashboard 142 7122 140736510014400 Search engagement by VF name
+2017-04-05 08:29:31,662 DEBUG fe_dashboard 145 7122 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:29:32,696 DEBUG fe_dashboard 147 7122 140736510014400 Search engagement by VFC
+2017-04-05 08:29:33,339 DEBUG fe_dashboard 150 7122 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:29:34,646 DEBUG fe_dashboard 152 7122 140736510014400 Negative search: search by random string
+2017-04-05 08:29:35,398 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:29:36,093 DEBUG fe_dashboard 134 7122 140736510014400 Login with user STUahzA@intl.att.com
+2017-04-05 08:29:36,093 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:36,093 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:36,911 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:37,581 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:37,691 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:37,695 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:38,212 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:38,741 DEBUG fe_dashboard 136 7122 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:29:39,389 DEBUG fe_dashboard 140 7122 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:29:40,119 DEBUG fe_dashboard 142 7122 140736510014400 Search engagement by VF name
+2017-04-05 08:29:40,768 DEBUG fe_dashboard 145 7122 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:29:41,594 DEBUG fe_dashboard 147 7122 140736510014400 Search engagement by VFC
+2017-04-05 08:29:42,241 DEBUG fe_dashboard 150 7122 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:29:42,965 DEBUG fe_dashboard 152 7122 140736510014400 Negative search: search by random string
+2017-04-05 08:29:43,623 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:29:44,297 DEBUG fe_dashboard 134 7122 140736510014400 Login with user admin@att.com
+2017-04-05 08:29:44,297 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:44,297 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:45,103 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:45,896 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:46,062 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:46,065 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:46,588 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:47,112 DEBUG fe_dashboard 136 7122 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:29:47,779 DEBUG fe_dashboard 140 7122 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:29:49,359 DEBUG fe_dashboard 142 7122 140736510014400 Search engagement by VF name
+2017-04-05 08:29:50,037 DEBUG fe_dashboard 145 7122 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:29:50,929 DEBUG fe_dashboard 147 7122 140736510014400 Search engagement by VFC
+2017-04-05 08:29:51,625 DEBUG fe_dashboard 150 7122 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:29:52,863 DEBUG fe_dashboard 152 7122 140736510014400 Negative search: search by random string
+2017-04-05 08:29:53,746 DEBUG fe_general 35 7122 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:29:54,323 DEBUG fe_dashboard 134 7122 140736510014400 Login with user admin_ro@att.com
+2017-04-05 08:29:54,324 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:29:54,324 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:29:55,153 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:29:55,961 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:29:56,132 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:29:56,136 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:29:56,656 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:57,180 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:29:57,711 DEBUG fe_dashboard 136 7122 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:29:58,343 DEBUG fe_dashboard 140 7122 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:29:59,205 DEBUG fe_dashboard 142 7122 140736510014400 Search engagement by VF name
+2017-04-05 08:29:59,914 DEBUG fe_dashboard 145 7122 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:30:01,159 DEBUG fe_dashboard 147 7122 140736510014400 Search engagement by VFC
+2017-04-05 08:30:01,851 DEBUG fe_dashboard 150 7122 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:30:02,715 DEBUG fe_dashboard 152 7122 140736510014400 Negative search: search by random string
+2017-04-05 08:30:03,431 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 08:30:03,431 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 08:30:03,445 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-04-05 08:30:03,446 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 08:30:03,446 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-04-05 08:30:05,568 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:30:06,708 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:30:06,708 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/29ab74b6-26eb-4803-a1e6-90f44e947bc6/5537c51efd4c4ab3accac16c5bc6a681
+2017-04-05 08:30:06,738 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:30:06,806 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:30:06,806 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:30:06,809 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:30:06,811 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:30:06,814 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:30:06,816 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:30:07,072 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:30:07,072 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/15dba16e-e851-4bed-a57f-7a2cfea9d379/checklist/new/
+2017-04-05 08:30:07,144 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:30:07,144 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:30:07,176 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:30:07,176 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:30:07,176 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:30:08,040 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:30:08,702 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:30:08,890 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:30:08,893 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:30:09,411 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:09,928 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:10,458 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:11,242 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:30:11,762 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:30:12,747 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:13,283 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:14,141 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:14,676 DEBUG db_general 153 7122 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:30:14,679 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:30:14,687 DEBUG db_user 183 7122 140736510014400 Query result: [(1,)]
+2017-04-05 08:30:14,688 DEBUG fe_dashboard 85 7122 140736510014400 Number of pages: 1
+2017-04-05 08:30:14,975 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-262
+2017-04-05 08:30:15,122 DEBUG fe_dashboard 93 7122 140736510014400 result right
+2017-04-05 08:30:15,122 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 08:30:15,122 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 08:30:15,138 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-04-05 08:30:15,138 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 08:30:15,138 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-04-05 08:30:17,241 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:30:18,378 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:30:18,379 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5722b2a-e3b8-48d3-8b65-c9eaa82bc5e8/a32c639d42364542973427a2b55336d7
+2017-04-05 08:30:18,413 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:30:18,483 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:30:18,484 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:30:18,488 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:30:18,489 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:30:18,493 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:30:18,494 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:30:18,720 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:30:18,720 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/673ca180-52ac-485e-ad39-e58eecfdf774/checklist/new/
+2017-04-05 08:30:18,787 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:30:18,787 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:30:18,821 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:30:18,822 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:30:18,822 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:30:19,783 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:30:20,428 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:30:21,158 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:30:21,162 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:21,689 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:22,218 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:22,992 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:30:23,511 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:30:24,518 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:25,033 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:25,903 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:26,437 DEBUG db_general 153 7122 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:30:26,440 DEBUG db_general 165 7122 140736510014400 Query result: 2
+2017-04-05 08:30:26,448 DEBUG db_user 183 7122 140736510014400 Query result: [(0,)]
+2017-04-05 08:30:26,448 DEBUG fe_dashboard 85 7122 140736510014400 Number of pages: 1
+2017-04-05 08:30:26,736 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-162
+2017-04-05 08:30:26,750 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-164
+2017-04-05 08:30:26,763 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-167
+2017-04-05 08:30:26,777 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-31
+2017-04-05 08:30:26,790 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-32
+2017-04-05 08:30:26,804 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-324
+2017-04-05 08:30:26,818 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-327
+2017-04-05 08:30:26,833 DEBUG fe_dashboard 89 7122 140736510014400 starred_2017-160
+2017-04-05 08:30:27,008 DEBUG fe_dashboard 97 7122 140736510014400 numOfPage 1
+2017-04-05 08:30:27,034 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:27,683 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 08:30:27,684 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 08:30:27,702 DEBUG test_ui_base 54 7122 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-04-05 08:30:27,703 DEBUG logFuncEntry 34 7122 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 08:30:27,703 DEBUG test_ui_base 28 7122 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-04-05 08:30:29,800 DEBUG test_ui_base 38 7122 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:30:30,924 DEBUG api_user 93 7122 140736510014400 Moving to next test case
+2017-04-05 08:30:30,924 DEBUG api_user 170 7122 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4ae5dd50-5e1a-4c38-b864-1dbc4875dd46/6241a8c25d944bd58c9bfffa8687d493
+2017-04-05 08:30:30,962 DEBUG api_user 173 7122 140736510014400 APIUser activated successfully!
+2017-04-05 08:30:31,035 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:30:31,035 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:30:31,039 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:30:31,040 DEBUG db_general 141 7122 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:30:31,043 DEBUG db_general 130 7122 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:30:31,045 DEBUG db_general 141 7122 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:30:31,287 DEBUG api_virtual_function 59 7122 140736510014400 Virtual Function created successfully!
+2017-04-05 08:30:31,287 DEBUG api_gitlab 222 7122 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2854ee5a-b699-4617-bb31-25b3f3e5d2ea/checklist/new/
+2017-04-05 08:30:31,358 DEBUG api_user 111 7122 140736510014400 200 OK
+2017-04-05 08:30:31,358 DEBUG api_user 113 7122 140736510014400 Login successfully.
+2017-04-05 08:30:31,388 DEBUG api_gitlab 240 7122 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:30:31,388 DEBUG fe_user 26 7122 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:30:31,388 DEBUG fe_user 27 7122 140736510014400 Insert Email
+2017-04-05 08:30:32,249 DEBUG fe_user 30 7122 140736510014400 Insert Password
+2017-04-05 08:30:32,901 DEBUG fe_user 32 7122 140736510014400 Click Login Button
+2017-04-05 08:30:33,086 DEBUG fe_user 34 7122 140736510014400 Login Button clicked
+2017-04-05 08:30:33,092 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:30:33,608 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:34,126 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:34,651 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:35,431 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:30:35,946 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:30:36,877 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:37,391 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:38,017 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:38,586 DEBUG wait 110 7122 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:30:39,107 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_filtering_by_stage_completed
+2017-04-05 08:30:39,112 DEBUG logFuncEntry 34 7122 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 08:30:39,112 DEBUG logFuncEntry 34 7122 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 08:30:58,930 DEBUG logFuncEntry 34 9356 140736510014400 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:30:58,930 DEBUG test_ui_base 28 9356 140736510014400 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-04-05 08:31:01,041 DEBUG test_ui_base 38 9356 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:31:02,140 DEBUG api_user 93 9356 140736510014400 Moving to next test case
+2017-04-05 08:31:02,140 DEBUG api_user 170 9356 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43f4b68f-0154-443d-b5cb-58a4bc3e7e8f/3e9e2845c84e4080ae2432160147f483
+2017-04-05 08:31:02,174 DEBUG api_user 173 9356 140736510014400 APIUser activated successfully!
+2017-04-05 08:31:02,254 DEBUG api_user 111 9356 140736510014400 200 OK
+2017-04-05 08:31:02,254 DEBUG api_user 113 9356 140736510014400 Login successfully.
+2017-04-05 08:31:02,259 DEBUG db_general 130 9356 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:31:02,260 DEBUG db_general 141 9356 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:31:02,263 DEBUG db_general 130 9356 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:31:02,264 DEBUG db_general 141 9356 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:31:02,488 DEBUG api_virtual_function 59 9356 140736510014400 Virtual Function created successfully!
+2017-04-05 08:31:02,488 DEBUG api_gitlab 222 9356 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7104eb8-cc49-438b-9a20-e6bcbfb0143c/checklist/new/
+2017-04-05 08:31:02,556 DEBUG api_user 111 9356 140736510014400 200 OK
+2017-04-05 08:31:02,556 DEBUG api_user 113 9356 140736510014400 Login successfully.
+2017-04-05 08:31:02,587 DEBUG api_gitlab 240 9356 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:31:02,655 DEBUG api_user 111 9356 140736510014400 200 OK
+2017-04-05 08:31:02,656 DEBUG api_user 113 9356 140736510014400 Login successfully.
+2017-04-05 08:31:02,656 DEBUG api_checklist 16 9356 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7104eb8-cc49-438b-9a20-e6bcbfb0143c/checklist/new/
+2017-04-05 08:31:02,660 DEBUG db_general 153 9356 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:31:02,661 DEBUG db_general 165 9356 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:31:02,661 DEBUG api_gitlab 222 9356 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7104eb8-cc49-438b-9a20-e6bcbfb0143c/checklist/new/
+2017-04-05 08:31:02,740 DEBUG api_user 111 9356 140736510014400 200 OK
+2017-04-05 08:31:02,740 DEBUG api_user 113 9356 140736510014400 Login successfully.
+2017-04-05 08:31:02,774 DEBUG api_gitlab 240 9356 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:31:02,961 DEBUG api_checklist 29 9356 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:31:02,964 DEBUG db_general 153 9356 140736510014400 Query : select template_id from ice_checklist Where name = 'checklistAPISTuUtPv';
+2017-04-05 08:31:02,966 DEBUG db_general 165 9356 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:31:02,992 DEBUG fe_user 26 9356 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:31:02,993 DEBUG fe_user 27 9356 140736510014400 Insert Email
+2017-04-05 08:31:03,824 DEBUG fe_user 30 9356 140736510014400 Insert Password
+2017-04-05 08:31:04,468 DEBUG fe_user 32 9356 140736510014400 Click Login Button
+2017-04-05 08:31:04,561 DEBUG fe_user 34 9356 140736510014400 Login Button clicked
+2017-04-05 08:31:04,566 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:31:05,081 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:31:05,593 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:31:08,215 DEBUG db_general 153 9356 140736510014400 Query : select engagement_id from ice_vf Where name = 'STOCGdL';
+2017-04-05 08:31:08,218 DEBUG db_general 165 9356 140736510014400 Query result: c7104eb8-cc49-438b-9a20-e6bcbfb0143c
+2017-04-05 08:31:08,224 DEBUG db_general 153 9356 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'c7104eb8-cc49-438b-9a20-e6bcbfb0143c';
+2017-04-05 08:31:08,226 DEBUG db_general 165 9356 140736510014400 Query result: 2017-353
+2017-04-05 08:31:08,229 DEBUG db_general 153 9356 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-353';
+2017-04-05 08:31:08,231 DEBUG db_general 165 9356 140736510014400 Query result: 2
+2017-04-05 08:31:08,931 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:31:11,014 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:31:11,704 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:31:13,258 DEBUG fe_general 35 9356 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:31:13,811 DEBUG fe_user 26 9356 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:31:13,811 DEBUG fe_user 27 9356 140736510014400 Insert Email
+2017-04-05 08:31:14,624 DEBUG fe_user 30 9356 140736510014400 Insert Password
+2017-04-05 08:31:15,282 DEBUG fe_user 32 9356 140736510014400 Click Login Button
+2017-04-05 08:31:15,371 DEBUG fe_user 34 9356 140736510014400 Login Button clicked
+2017-04-05 08:31:15,376 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:31:15,892 DEBUG wait 110 9356 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:31:16,660 DEBUG db_general 109 9356 140736510014400 Query : select id from ice_user_profile WHERE Email = 'STcmZs4@intl.att.com';
+2017-04-05 08:31:16,662 DEBUG db_general 117 9356 140736510014400 Query result: 335
+2017-04-05 08:31:16,665 DEBUG db_general 153 9356 140736510014400 Query : select uuid from ice_notification Where user_id = '335';
+2017-04-05 08:31:16,666 DEBUG db_general 165 9356 140736510014400 Query result: ['6c7550f4-a682-4d70-a0f0-523d7b9e214c', 'c8749ed7-f47d-4bfb-bf06-66d11d6b99ee', 'e324a975-51f8-4fa4-99cb-95dd2e22a733', '480676b9-2856-4380-9ba9-5336e1f1e018', '96e4cdbc-71ec-4b2f-a8fd-c425383c340b', '35783227-a622-4156-bc94-528aefc19b40']
+2017-04-05 08:31:16,970 DEBUG logFuncEntry 34 9356 140736510014400 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:31:16,970 DEBUG logFuncEntry 34 9356 140736510014400 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:31:16,986 DEBUG test_ui_base 54 9356 140736510014400 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-04-05 08:49:39,030 DEBUG test_signal_base 33 9809 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-04-05 08:49:39,031 DEBUG test_checklist_signal 26 9809 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:39,031 DEBUG test_signal_base 33 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:49:39,031 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:49:39,031 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-04-05 08:49:39,031 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-04-05 08:49:39,032 DEBUG test_git_signal 103 9810 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:39,032 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-04-05 08:49:39,038 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:49:39,038 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:39,044 DEBUG test_signal_base 44 9809 140736510014400 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-04-05 08:49:39,045 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:49:39,045 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-05 08:49:39,049 DEBUG test_signal_base 44 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:49:39,050 DEBUG test_signal_base 33 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:49:39,050 DEBUG test_git_signal 24 9810 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:39,050 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-04-05 08:49:39,061 DEBUG test_signal_base 44 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:49:39,061 DEBUG test_signal_base 33 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:49:39,061 DEBUG test_git_signal 82 9810 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:39,062 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-04-05 08:49:39,073 DEBUG test_signal_base 44 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:49:39,073 DEBUG test_signal_base 33 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:49:39,073 DEBUG test_git_signal 65 9810 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:39,074 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-04-05 08:49:39,084 DEBUG test_signal_base 44 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:49:39,085 DEBUG test_signal_base 33 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+2017-04-05 08:49:39,085 DEBUG test_git_signal 47 9810 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:39,085 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-04-05 08:49:39,098 DEBUG test_signal_base 44 9810 140736510014400 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-04-05 08:49:39,099 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:49:39,099 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+2017-04-05 08:49:39,166 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:39,166 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6b73a6ce-5809-415d-826a-ed53e7ee2f7c/0380659a0c3f40919afc9c863c9f3829
+2017-04-05 08:49:39,211 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:39,313 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:39,313 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:39,317 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:39,319 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:39,322 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:39,324 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:39,897 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:39,898 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/574b8233-9444-4a98-bd33-f16a9be471c3/checklist/new/
+2017-04-05 08:49:40,017 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:40,017 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:40,064 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:40,065 DEBUG test_negative_requests 129 9808 140736510014400 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-04-05 08:49:40,174 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:40,174 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:40,174 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/574b8233-9444-4a98-bd33-f16a9be471c3/checklist/new/
+2017-04-05 08:49:40,178 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:40,180 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:40,181 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/574b8233-9444-4a98-bd33-f16a9be471c3/checklist/new/
+2017-04-05 08:49:40,271 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:40,272 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:40,318 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:40,401 DEBUG api_checklist 29 9808 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:49:40,401 DEBUG test_negative_requests 133 9808 140736510014400 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-04-05 08:49:40,482 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:40,482 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:40,483 DEBUG test_negative_requests 139 9808 140736510014400 About to add audit log to checklist uuid 13cae5ba-0186-422c-8dd2-bcd1d0961909
+2017-04-05 08:49:40,483 DEBUG api_checklist 71 9808 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/
+2017-04-05 08:49:40,507 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:40,508 DEBUG test_negative_requests 143 9808 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:49:40,590 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:40,590 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:40,590 DEBUG test_negative_requests 139 9808 140736510014400 About to add audit log to checklist uuid 13cae5ba-0186-422c-8dd2-bcd1d0961909
+2017-04-05 08:49:40,590 DEBUG api_checklist 71 9808 140736510014400 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/
+2017-04-05 08:49:40,608 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:40,609 DEBUG test_negative_requests 143 9808 140736510014400 Success! Test failed to add audit log to checklist using other auth token.
+2017-04-05 08:49:40,609 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:49:40,609 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-04-05 08:49:40,620 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:40,622 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:49:40,622 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:40,712 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:40,713 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b5ab5e46-d21e-4168-992e-84cbb5f831cb/7c438a6924ea4373ae18ed0d93827508
+2017-04-05 08:49:40,751 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:40,849 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:40,850 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:40,855 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:40,857 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:40,863 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:40,865 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:41,187 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:49:41,205 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:49:41,363 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:49:41,545 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:41,546 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19d25478-f119-41d9-80fc-fb26380e905d/checklist/new/
+2017-04-05 08:49:41,633 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:41,633 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:41,672 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:41,672 DEBUG test_negative_requests 149 9808 140736510014400 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-04-05 08:49:41,755 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:41,755 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:41,755 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19d25478-f119-41d9-80fc-fb26380e905d/checklist/new/
+2017-04-05 08:49:41,759 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:41,762 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:41,762 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19d25478-f119-41d9-80fc-fb26380e905d/checklist/new/
+2017-04-05 08:49:41,836 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:41,836 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:41,870 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:42,222 DEBUG api_checklist 29 9808 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:49:42,222 DEBUG test_negative_requests 153 9808 140736510014400 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:49:42,301 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:42,301 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:42,302 DEBUG test_negative_requests 159 9808 140736510014400 About to add next step to checklist uuid a3a235c1-cbfa-44a1-91c1-2eee016601b1
+2017-04-05 08:49:42,302 DEBUG api_checklist 92 9808 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19d25478-f119-41d9-80fc-fb26380e905d/checklist/a3a235c1-cbfa-44a1-91c1-2eee016601b1/nextstep/
+2017-04-05 08:49:42,340 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b5ab5e46-d21e-4168-992e-84cbb5f831cb. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,340 DEBUG test_negative_requests 163 9808 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:49:42,441 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:42,441 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:42,441 DEBUG test_negative_requests 159 9808 140736510014400 About to add next step to checklist uuid a3a235c1-cbfa-44a1-91c1-2eee016601b1
+2017-04-05 08:49:42,442 DEBUG api_checklist 92 9808 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19d25478-f119-41d9-80fc-fb26380e905d/checklist/a3a235c1-cbfa-44a1-91c1-2eee016601b1/nextstep/
+2017-04-05 08:49:42,478 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,479 DEBUG test_negative_requests 163 9808 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:49:42,519 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:49:42,520 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b08921e4-7a86-4095-9d01-da19fe0453de/fbd2fb72886d4cea9bc3d5bca47f4fb6
+2017-04-05 08:49:42,543 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:49:42,544 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b57816e0-0c2c-425b-bba1-dcf7c2e7a3a2/9722dcaaa9d4409cbaa59612d5e80272
+2017-04-05 08:49:42,580 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:42,581 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:42,582 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:42,582 DEBUG test_negative_requests 159 9808 140736510014400 About to add next step to checklist uuid a3a235c1-cbfa-44a1-91c1-2eee016601b1
+2017-04-05 08:49:42,582 DEBUG api_checklist 92 9808 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19d25478-f119-41d9-80fc-fb26380e905d/checklist/a3a235c1-cbfa-44a1-91c1-2eee016601b1/nextstep/
+2017-04-05 08:49:42,607 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:42,636 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,636 DEBUG test_negative_requests 163 9808 140736510014400 Success! Test failed to add next steps to checklist using other auth token.
+2017-04-05 08:49:42,636 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:49:42,637 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-04-05 08:49:42,649 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:42,651 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:49:42,652 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:42,652 DEBUG test_negative_requests 29 9808 140736510014400 This negative test will try to add contact to an engagement using other auth token.
+2017-04-05 08:49:42,688 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:49:42,689 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:49:42,698 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:49:42,698 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b40e11c0-347c-4e86-b6dc-9d66b885f707/93551166ad434ae086a508e11995b35a
+2017-04-05 08:49:42,702 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:42,704 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:42,710 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:42,712 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:42,715 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:49:42,715 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:49:42,719 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:42,720 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:42,724 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:42,725 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:42,753 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:42,807 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:42,808 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/986aaa9c-1675-4469-a6a7-bc61febffaa6/5e1b45ba1e9347e4bb03cbbd34a40e1b
+2017-04-05 08:49:42,851 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:42,867 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:49:42,867 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:49:42,872 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:42,874 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:42,881 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:42,883 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:42,949 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:42,949 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:42,953 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:42,955 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:42,959 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:42,960 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:43,280 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:43,281 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/961bc143-72e6-44e7-8313-c549834ded33/checklist/new/
+2017-04-05 08:49:43,284 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:43,284 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a41a1915-aee7-4984-93ab-3bb99f323e09/checklist/new/
+2017-04-05 08:49:43,353 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:43,354 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6edc89e4-3b54-442d-bba8-424d49a5dae0/checklist/new/
+2017-04-05 08:49:43,394 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:49:43,394 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:49:43,396 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:49:43,396 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:49:43,459 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:43,459 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb96e302-974a-4a9a-9f5f-58134898ca7a/checklist/new/
+2017-04-05 08:49:43,460 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:49:43,460 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:49:43,464 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:43,464 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:43,465 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:49:43,468 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:43,468 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:43,469 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:49:43,505 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:43,505 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:43,506 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:49:43,570 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:43,570 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:43,607 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:43,693 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:43,693 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0eb09bc6-c9c3-4bb5-88f3-fab7cd712184/95d5169a4bee42ecb4ea292031bda99f
+2017-04-05 08:49:43,730 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:43,801 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:43,802 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:43,805 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:43,807 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:43,811 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:43,812 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:44,046 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:44,046 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7165fb7c-d157-4a2d-8d8d-116903cbcd11/checklist/new/
+2017-04-05 08:49:44,115 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:44,115 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:44,144 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:44,145 DEBUG test_negative_requests 34 9808 140736510014400 About to invite contact to the engagement of user STipXUR
+2017-04-05 08:49:44,145 DEBUG api_virtual_function 102 9808 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 08:49:44,173 DEBUG test_negative_requests 38 9808 140736510014400 Success! Test failed to invite contact user using other auth token.
+2017-04-05 08:49:44,173 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:49:44,173 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-04-05 08:49:44,180 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:44,181 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:49:44,181 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:44,181 DEBUG test_negative_requests 42 9808 140736510014400 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-04-05 08:49:44,271 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:44,272 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bdad506b-ab31-4002-bc5d-1ec003e3a4dc/5877f2bfdf5a4b77826f9c5755e0a3ad
+2017-04-05 08:49:44,307 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:44,313 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:49:44,331 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:49:44,416 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:44,416 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:44,420 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:44,422 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:44,426 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:49:44,426 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:44,428 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:44,714 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:44,714 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c1700f7-6bc6-4901-83e7-92e2e514b1bd/checklist/new/
+2017-04-05 08:49:44,777 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:44,777 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:44,805 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:44,867 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:44,867 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:44,867 DEBUG test_negative_requests 49 9808 140736510014400 About to add a next step to VF STFeC6k using STjO06N@intl.att.com token.
+2017-04-05 08:49:44,867 DEBUG api_virtual_function 18 9808 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6c1700f7-6bc6-4901-83e7-92e2e514b1bd/nextsteps
+2017-04-05 08:49:44,891 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bdad506b-ab31-4002-bc5d-1ec003e3a4dc. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:44,891 DEBUG test_negative_requests 53 9808 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:49:44,973 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:44,973 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:44,974 DEBUG test_negative_requests 49 9808 140736510014400 About to add a next step to VF STFeC6k using hs0007@att.com token.
+2017-04-05 08:49:44,974 DEBUG api_virtual_function 18 9808 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6c1700f7-6bc6-4901-83e7-92e2e514b1bd/nextsteps
+2017-04-05 08:49:44,977 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:49:44,997 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:49:45,081 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:49:45,088 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:49:45,107 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:49:45,112 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:49:45,116 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:49:45,205 DEBUG api_virtual_function 32 9808 140736510014400 Next step was added to the engagement!
+2017-04-05 08:49:45,205 DEBUG test_negative_requests 53 9808 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:49:45,235 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:49:45,246 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:49:45,329 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:45,329 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:45,329 DEBUG test_negative_requests 49 9808 140736510014400 About to add a next step to VF STFeC6k using admin_ro@att.com token.
+2017-04-05 08:49:45,330 DEBUG api_virtual_function 18 9808 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6c1700f7-6bc6-4901-83e7-92e2e514b1bd/nextsteps
+2017-04-05 08:49:45,402 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:45,403 DEBUG test_negative_requests 53 9808 140736510014400 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-04-05 08:49:45,404 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:49:45,404 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-04-05 08:49:45,419 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:45,422 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:49:45,423 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:45,423 DEBUG test_negative_requests 168 9808 140736510014400 Local environment, skipping test...
+2017-04-05 08:49:45,424 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:49:45,424 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-04-05 08:49:45,437 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:45,439 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:49:45,439 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:45,815 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:45,829 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:45,971 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:45,993 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:45,994 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e269ee6-87e1-41c6-96fb-32b0f53abf3f/5a5c62c1bde6473d99b5e39e87c7da75
+2017-04-05 08:49:46,064 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:46,147 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:46,147 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:46,150 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:46,152 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:46,155 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:46,157 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:46,327 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:46,342 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:46,483 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:46,599 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:46,599 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:46,662 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:46,662 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:46,692 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:46,693 DEBUG test_negative_requests 76 9808 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 08:49:46,757 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:46,757 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:46,757 DEBUG test_negative_requests 82 9808 140736510014400 About to create checklist for VF STjHbsJ
+2017-04-05 08:49:46,757 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:46,761 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:46,763 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:46,763 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:46,825 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:46,825 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:46,837 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:46,854 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:46,857 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:46,881 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e269ee6-87e1-41c6-96fb-32b0f53abf3f. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:46,882 DEBUG test_negative_requests 86 9808 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:49:46,948 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:46,948 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:46,948 DEBUG test_negative_requests 82 9808 140736510014400 About to create checklist for VF STjHbsJ
+2017-04-05 08:49:46,948 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:46,951 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:46,953 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:46,953 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:47,004 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STIAovx';
+2017-04-05 08:49:47,006 DEBUG db_general 165 9810 140736510014400 Query result: 6edc89e4-3b54-442d-bba8-424d49a5dae0
+2017-04-05 08:49:47,010 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STIAovx';
+2017-04-05 08:49:47,012 DEBUG db_general 165 9810 140736510014400 Query result: 6edc89e4-3b54-442d-bba8-424d49a5dae0
+2017-04-05 08:49:47,016 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '6edc89e4-3b54-442d-bba8-424d49a5dae0';
+2017-04-05 08:49:47,018 DEBUG db_general 165 9810 140736510014400 Query result: 2017-358
+2017-04-05 08:49:47,022 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-358';
+2017-04-05 08:49:47,024 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:49:47,025 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:47,025 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:47,034 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '6edc89e4-3b54-442d-bba8-424d49a5dae0';
+2017-04-05 08:49:47,036 DEBUG db_general 165 9810 140736510014400 Query result: 2017-358
+2017-04-05 08:49:47,041 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:47,057 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:47,082 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,082 DEBUG test_negative_requests 86 9808 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:49:47,152 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:47,152 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:47,152 DEBUG test_negative_requests 82 9808 140736510014400 About to create checklist for VF STjHbsJ
+2017-04-05 08:49:47,152 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:47,156 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:47,158 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:47,158 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50518962-815a-4dac-9cb7-eaa4ed2acdb5/checklist/new/
+2017-04-05 08:49:47,222 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:47,222 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:47,252 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:47,276 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,277 DEBUG test_negative_requests 86 9808 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:49:47,277 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:49:47,277 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-04-05 08:49:47,282 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:47,283 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:49:47,284 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:47,284 DEBUG test_negative_requests 57 9808 140736510014400 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-04-05 08:49:47,360 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:47,360 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c550114-3760-40ce-aa63-5019f10238a5/8675321cdf064c5e83bae5e47b289551
+2017-04-05 08:49:47,396 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:47,477 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:47,477 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:47,481 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:47,482 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:47,486 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:47,487 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:47,756 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:49:47,813 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:49:47,934 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:47,934 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e745404f-7567-4195-a0f2-500b8c5a7020/checklist/new/
+2017-04-05 08:49:48,037 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:48,037 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:48,103 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:48,241 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:48,242 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:48,243 DEBUG api_virtual_function 18 9808 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e745404f-7567-4195-a0f2-500b8c5a7020/nextsteps
+2017-04-05 08:49:48,267 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:49:48,326 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:49:48,393 DEBUG api_virtual_function 32 9808 140736510014400 Next step was added to the engagement!
+2017-04-05 08:49:48,508 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:48,508 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:48,509 DEBUG test_negative_requests 67 9808 140736510014400 About to edit a next step (ns uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065) using STjoID0@intl.att.com token.
+2017-04-05 08:49:48,509 DEBUG api_virtual_function 133 9808 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/3133c711-cb56-4d6b-95ea-e7d61818b065/engagement/e745404f-7567-4195-a0f2-500b8c5a7020/modify/
+2017-04-05 08:49:48,567 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,568 DEBUG test_negative_requests 71 9808 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:49:48,662 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:48,662 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:48,662 DEBUG test_negative_requests 67 9808 140736510014400 About to edit a next step (ns uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065) using hs0007@att.com token.
+2017-04-05 08:49:48,663 DEBUG api_virtual_function 133 9808 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/3133c711-cb56-4d6b-95ea-e7d61818b065/engagement/e745404f-7567-4195-a0f2-500b8c5a7020/modify/
+2017-04-05 08:49:48,724 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,724 DEBUG test_negative_requests 71 9808 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:49:48,872 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:48,872 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:48,872 DEBUG test_negative_requests 67 9808 140736510014400 About to edit a next step (ns uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065) using admin_ro@att.com token.
+2017-04-05 08:49:48,873 DEBUG api_virtual_function 133 9808 140736510014400 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/3133c711-cb56-4d6b-95ea-e7d61818b065/engagement/e745404f-7567-4195-a0f2-500b8c5a7020/modify/
+2017-04-05 08:49:48,931 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,932 DEBUG test_negative_requests 71 9808 140736510014400 Success! Test failed to edit a next step using other auth token.
+2017-04-05 08:49:48,932 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:49:48,932 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-04-05 08:49:48,972 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:48,982 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:49:48,982 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:48,982 DEBUG test_negative_requests 16 9808 140736510014400 This negative test will try to invite team member to an engagement using other auth token.
+2017-04-05 08:49:49,038 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:49:49,038 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-05 08:49:49,111 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-05 08:49:49,112 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:49:49,112 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-05 08:49:49,170 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:49,171 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0968bc2e-3e5a-439e-83d0-dc5ba0cdcc0f/4e9fd6df67494a73a006fed6a9e0b76c
+2017-04-05 08:49:49,178 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:49:49,262 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:49,408 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:49,408 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:49,417 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:49,419 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:49,424 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:49,426 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:49,864 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:49,864 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0756ffcc-c98c-43ff-b124-549262239d90/checklist/new/
+2017-04-05 08:49:49,974 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:49,974 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:50,031 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:50,160 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:50,160 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab510f95-5549-4477-9b04-d16f9b15e817/258673e02f3943e3bdd5c4c1284dc3cd
+2017-04-05 08:49:50,215 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:50,341 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:50,341 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:50,350 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:50,352 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:50,358 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:50,360 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:50,516 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:49:50,516 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-04-05 08:49:50,537 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-04-05 08:49:50,538 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 08:49:50,539 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-04-05 08:49:50,619 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:50,619 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:49:51,114 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:51,115 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3a9700ab-b726-4e9e-96a3-62ca54b636b9/checklist/new/
+2017-04-05 08:49:51,227 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:51,228 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:51,263 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:51,264 DEBUG test_negative_requests 21 9808 140736510014400 About to invite team member to the engagement of user ST40ulY
+2017-04-05 08:49:51,264 DEBUG api_virtual_function 73 9808 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:49:51,299 ERROR api_virtual_function 95 9808 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:49:51,300 DEBUG test_negative_requests 25 9808 140736510014400 Success! Test failed to invite user using other auth token.
+2017-04-05 08:49:51,300 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:49:51,300 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-04-05 08:49:51,312 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:51,313 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:49:51,314 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:51,441 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:51,441 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e9c502f-8740-4b4e-ae0a-c5ace548c2ba/f8e55a57859b4f598a6c72c4bdafbcba
+2017-04-05 08:49:51,490 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:51,523 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:49:51,613 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:51,613 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:51,620 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:51,622 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:51,631 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:51,632 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:51,972 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:51,972 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d30e2afd-c46c-46ca-ad4c-04160b988fab/checklist/new/
+2017-04-05 08:49:52,044 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:52,045 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:52,077 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:52,077 DEBUG test_negative_requests 112 9808 140736510014400 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-04-05 08:49:52,148 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:52,148 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:52,148 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d30e2afd-c46c-46ca-ad4c-04160b988fab/checklist/new/
+2017-04-05 08:49:52,152 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:52,154 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:52,154 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d30e2afd-c46c-46ca-ad4c-04160b988fab/checklist/new/
+2017-04-05 08:49:52,201 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:49:52,245 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:52,246 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:52,260 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:49:52,288 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:52,325 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:49:52,330 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:49:52,838 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:49:53,025 DEBUG api_checklist 29 9808 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:49:53,025 DEBUG test_negative_requests 116 9808 140736510014400 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-04-05 08:49:53,026 DEBUG test_negative_requests 120 9808 140736510014400 About to change checklist state for VF ST083ix
+2017-04-05 08:49:53,165 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:53,166 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:53,191 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:53,223 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,224 DEBUG test_negative_requests 124 9808 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:49:53,225 DEBUG test_negative_requests 120 9808 140736510014400 About to change checklist state for VF ST083ix
+2017-04-05 08:49:53,327 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:53,327 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:53,363 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,365 DEBUG test_negative_requests 124 9808 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:49:53,366 DEBUG test_negative_requests 120 9808 140736510014400 About to change checklist state for VF ST083ix
+2017-04-05 08:49:53,442 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:53,444 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:53,474 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,474 DEBUG test_negative_requests 124 9808 140736510014400 Success! Test failed to change checklist state using other auth token.
+2017-04-05 08:49:53,474 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:49:53,474 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-04-05 08:49:53,479 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:53,481 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:49:53,481 DEBUG test_api_base 25 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-04-05 08:49:53,568 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:53,569 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/83a088e6-8247-4506-869e-a49dca4b2fb4/801fc459f590403d994cd6da3233ea32
+2017-04-05 08:49:53,624 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:53,702 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:53,731 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:53,731 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:53,738 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:53,739 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:53,745 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:53,747 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:53,749 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:49:53,750 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/35db409c-5ece-4c38-97ff-45e85b9a711e/38b9431d1bb64a7bafdee0bf500d22f2
+2017-04-05 08:49:53,797 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:53,891 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:49:53,892 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:49:53,896 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:53,898 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:53,902 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:53,904 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:54,069 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:54,070 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/38d30d86-3851-45b5-8688-8f27b476e16e/checklist/new/
+2017-04-05 08:49:54,149 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:54,149 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:54,160 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:49:54,160 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e3eb124-e78e-47e5-9ba3-610370568f90/a5afea5880394760a086c6274249d901
+2017-04-05 08:49:54,195 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:54,195 DEBUG test_negative_requests 92 9808 140736510014400 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-04-05 08:49:54,199 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:54,224 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:54,291 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:54,291 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:54,291 DEBUG api_checklist 16 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/38d30d86-3851-45b5-8688-8f27b476e16e/checklist/new/
+2017-04-05 08:49:54,295 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:54,295 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:49:54,296 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:49:54,297 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:54,297 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/38d30d86-3851-45b5-8688-8f27b476e16e/checklist/new/
+2017-04-05 08:49:54,298 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:54,298 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9484a991-d13d-41c2-b44f-56542018601d/checklist/new/
+2017-04-05 08:49:54,299 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:54,301 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:54,304 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:54,305 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:54,386 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:54,386 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:54,388 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:49:54,388 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:49:54,432 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:54,439 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:54,439 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:54,439 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:49:54,722 DEBUG api_checklist 29 9808 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:49:54,722 DEBUG test_negative_requests 96 9808 140736510014400 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-04-05 08:49:54,730 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:54,731 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1c07f4c7-6f83-44f0-86f7-98f26b4057e0/checklist/new/
+2017-04-05 08:49:54,824 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:54,824 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:54,824 DEBUG test_negative_requests 102 9808 140736510014400 About to update checklist for VF STf7waz
+2017-04-05 08:49:54,825 DEBUG api_checklist 45 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//95ce9d3e-d5b8-45dc-9949-a16b1da8959d/95ce9d3e-d5b8-45dc-9949-a16b1da8959d
+2017-04-05 08:49:54,828 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:54,830 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:49:54,830 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:49:54,830 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:54,873 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 83a088e6-8247-4506-869e-a49dca4b2fb4. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:54,874 DEBUG test_negative_requests 106 9808 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:49:54,874 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:54,875 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:54,875 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:49:55,002 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:55,003 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:55,003 DEBUG test_negative_requests 102 9808 140736510014400 About to update checklist for VF STf7waz
+2017-04-05 08:49:55,003 DEBUG api_checklist 45 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//95ce9d3e-d5b8-45dc-9949-a16b1da8959d/95ce9d3e-d5b8-45dc-9949-a16b1da8959d
+2017-04-05 08:49:55,008 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:55,010 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:55,073 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,074 DEBUG test_negative_requests 106 9808 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:49:55,197 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:55,198 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:55,198 DEBUG test_negative_requests 102 9808 140736510014400 About to update checklist for VF STf7waz
+2017-04-05 08:49:55,198 DEBUG api_checklist 45 9808 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//95ce9d3e-d5b8-45dc-9949-a16b1da8959d/95ce9d3e-d5b8-45dc-9949-a16b1da8959d
+2017-04-05 08:49:55,202 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:49:55,204 DEBUG db_general 165 9808 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:49:55,233 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,233 DEBUG test_negative_requests 106 9808 140736510014400 Success! Test failed to create checklist using other auth token.
+2017-04-05 08:49:55,233 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:49:55,233 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-04-05 08:49:55,244 DEBUG test_api_base 36 9808 140736510014400 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-04-05 08:49:55,246 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:49:55,247 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-04-05 08:49:55,330 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:49:55,342 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:49:55,712 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:49:55,973 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:49:56,159 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:49:56,166 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:49:56,361 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:49:56,511 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:49:56,517 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:49:56,684 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:57,178 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:57,516 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:49:57,690 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:49:58,212 DEBUG db_general 56 9811 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-04-05 08:49:58,214 DEBUG db_general 65 9811 140736510014400 Query result: None
+2017-04-05 08:49:58,218 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 08:49:58,220 DEBUG db_general 65 9811 140736510014400 Query result: a9f8f8e0-80b7-47d8-aba4-23a4cd35b360
+2017-04-05 08:49:58,223 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a9f8f8e0-80b7-47d8-aba4-23a4cd35b360' ;
+2017-04-05 08:49:58,229 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:49:58,233 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 08:49:58,237 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:49:58,582 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STXCfav
+2017-04-05 08:49:58,583 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STXCfav', 'title_Announcement_STXCfav-slug', '', 'description_Announcement_STbstme', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STbstme</p>', true, '', 1, 1);
+2017-04-05 08:49:58,590 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STXCfav', 'title_Announcement_STXCfav-slug', '', 'description_Announcement_STbstme', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STbstme</p>', true, '', 1, 1);
+2017-04-05 08:49:58,597 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:49:58,598 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:49:58,598 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:49:58,603 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:49:58,610 DEBUG db_cms 64 9808 140736510014400 Query result: 157
+2017-04-05 08:49:58,611 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:49:58,611 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:49:58,614 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:49:58,616 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:49:58,616 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 157
+2017-04-05 08:49:58,617 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (157, 2);
+2017-04-05 08:49:58,620 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (157, 2);
+2017-04-05 08:49:58,623 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:49:58,735 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:49:58,735 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/12118f60-ed92-4bea-b7a9-78061c84eba0/065a07939a7145208650efa87add717e
+2017-04-05 08:49:58,796 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:49:58,918 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:58,918 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:58,922 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:49:58,924 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:49:58,930 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:49:58,932 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:49:58,969 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:49:59,369 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:49:59,370 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/63ce16a0-689a-4a7a-a343-9fe380fad5d0/checklist/new/
+2017-04-05 08:49:59,448 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:49:59,449 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:49:59,482 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:49:59,483 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:49:59,483 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:49:59,724 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:00,240 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:00,515 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:50:00,515 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:50:00,518 DEBUG db_general 65 9811 140736510014400 Query result: a9f8f8e0-80b7-47d8-aba4-23a4cd35b360
+2017-04-05 08:50:00,521 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STYHi69' WHERE uuid = 'a9f8f8e0-80b7-47d8-aba4-23a4cd35b360' ;
+2017-04-05 08:50:00,532 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:00,532 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 08:50:00,532 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-04-05 08:50:00,549 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-04-05 08:50:00,550 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 08:50:00,550 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-04-05 08:50:00,771 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STtD4Yp';
+2017-04-05 08:50:00,774 DEBUG db_general 165 9810 140736510014400 Query result: 8d671247-cdd7-492e-856f-6de251324332
+2017-04-05 08:50:00,778 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:01,199 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:50:01,346 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:50:01,353 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:01,647 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:50:01,647 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_Create_New_Checklist>,) | {}
+2017-04-05 08:50:01,668 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_Create_New_Checklist ----------------------
+
+2017-04-05 08:50:01,668 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:50:01,669 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+2017-04-05 08:50:01,871 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:02,385 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:02,411 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:02,731 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:03,174 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:03,174 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:03,845 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:03,955 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:50:03,962 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:50:03,963 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bb26b6ea-bd39-4256-aa6b-07c29b2a3f4e/7558d21a57bb4eae981ed31bf627aa0e
+2017-04-05 08:50:04,010 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:04,117 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:04,117 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:04,121 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:04,122 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:04,126 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:04,127 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:04,369 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:04,369 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7f9a886d-cedc-4389-9e31-003d51fc2853/checklist/new/
+2017-04-05 08:50:04,442 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:04,442 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:04,474 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:04,474 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:04,474 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:50:04,610 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:50:04,728 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:50:04,737 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:05,210 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:50:05,211 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5b78a41d-96ec-4c16-9e20-e6436eef5f87/93b6e3c11bb64c7e925f28433963999e
+2017-04-05 08:50:05,258 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:05,365 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:50:05,365 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:50:05,370 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:05,372 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:05,377 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:05,380 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:50:05,381 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:05,467 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:05,705 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:05,706 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/93623dac-8c00-42d1-9195-38395db43521/checklist/new/
+2017-04-05 08:50:05,775 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:50:05,776 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:50:05,806 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:05,807 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:05,807 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:50:05,981 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:06,058 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:50:06,166 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:50:06,170 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:06,685 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:50:06,711 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:07,225 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:07,364 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:50:07,461 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:50:07,465 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:07,755 DEBUG db_general 56 9811 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-04-05 08:50:07,760 DEBUG db_general 65 9811 140736510014400 Query result: None
+2017-04-05 08:50:07,765 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 08:50:07,767 DEBUG db_general 65 9811 140736510014400 Query result: 5bf5a898-bc9f-4db8-b3e0-94c5043fce5a
+2017-04-05 08:50:07,773 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '5bf5a898-bc9f-4db8-b3e0-94c5043fce5a' ;
+2017-04-05 08:50:07,778 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:07,782 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 08:50:07,785 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:07,978 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:08,500 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:50:08,502 DEBUG db_general 165 9810 140736510014400 Query result: cab8d3ce-12b1-4d46-9ded-633a5fdcf696
+2017-04-05 08:50:08,507 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:50:08,509 DEBUG db_general 165 9810 140736510014400 Query result: 93623dac-8c00-42d1-9195-38395db43521
+2017-04-05 08:50:08,513 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:50:08,515 DEBUG db_general 165 9810 140736510014400 Query result: 93623dac-8c00-42d1-9195-38395db43521
+2017-04-05 08:50:08,518 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '93623dac-8c00-42d1-9195-38395db43521';
+2017-04-05 08:50:08,520 DEBUG db_general 165 9810 140736510014400 Query result: 2017-372
+2017-04-05 08:50:08,524 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-372';
+2017-04-05 08:50:08,526 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:50:08,531 DEBUG fe_checklist 50 9810 140736510014400 EL email: dd1122@att.com
+2017-04-05 08:50:08,535 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '93623dac-8c00-42d1-9195-38395db43521';
+2017-04-05 08:50:08,537 DEBUG db_general 165 9810 140736510014400 Query result: 2017-372
+2017-04-05 08:50:08,569 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:09,599 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:50:09,603 DEBUG db_general 65 9811 140736510014400 Query result: 5bf5a898-bc9f-4db8-b3e0-94c5043fce5a
+2017-04-05 08:50:09,610 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STdUwru' WHERE uuid = '5bf5a898-bc9f-4db8-b3e0-94c5043fce5a' ;
+2017-04-05 08:50:09,619 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:09,619 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 08:50:09,619 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-04-05 08:50:09,634 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-04-05 08:50:09,635 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 08:50:09,635 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-04-05 08:50:10,047 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:10,559 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:11,066 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=cab8d3ce-12b1-4d46-9ded-633a5fdcf696&inviter_uuid=5b78a41d-96ec-4c16-9e20-e6436eef5f87&email=automationqattSTdZPWt@gmail.com
+2017-04-05 08:50:11,669 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:11,824 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:12,418 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:12,418 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:12,848 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:13,048 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:50:13,049 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aea1fbfc-4c20-4fc5-b517-85a8ad7907a9/90ce7bb053ad4367a03e1ec940375004
+2017-04-05 08:50:13,084 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:13,174 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:13,174 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:13,179 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:13,180 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:13,187 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:13,189 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:13,237 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:50:13,495 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STBsnTf@intl.att.com password=iceusers
+2017-04-05 08:50:13,496 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:50:13,497 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:50:13,498 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-04-05 08:50:13,511 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:13,512 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4313e4d-9fde-448b-ad69-9a9ec0b3309b/checklist/new/
+2017-04-05 08:50:13,516 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-04-05 08:50:13,517 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 08:50:13,517 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-04-05 08:50:13,549 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:13,549 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:50:13,602 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:13,603 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:13,652 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:13,652 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:13,652 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:50:13,893 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:50:14,038 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:50:14,047 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:14,400 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:50:14,585 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:50:14,870 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:15,076 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:50:15,190 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:50:15,196 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:15,277 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:50:15,388 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:15,412 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:50:15,421 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:15,961 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:16,035 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:16,201 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:16,552 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:16,738 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:17,115 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: News
+2017-04-05 08:50:17,115 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:50:17,121 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:50:17,124 DEBUG db_cms 64 9808 140736510014400 Query result: 1
+2017-04-05 08:50:17,124 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 08:50:17,125 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-04-05 08:50:17,158 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-04-05 08:50:17,158 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 08:50:17,159 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-04-05 08:50:17,161 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:18,234 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:18,827 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:19,330 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:20,411 DEBUG db_cms 142 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:20,411 DEBUG db_cms 116 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:20,412 DEBUG db_cms 118 9808 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:20,417 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:20,419 DEBUG db_cms 64 9808 140736510014400 Query result: 10
+2017-04-05 08:50:20,419 DEBUG db_cms 148 9808 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STvGSHz', 'title_Of_Page_STvGSHz-slug', '', 'description_Of_Page_STkLria', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STvGSHz', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:20,422 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STvGSHz', 'title_Of_Page_STvGSHz-slug', '', 'description_Of_Page_STkLria', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STvGSHz', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:20,436 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:20,437 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:50:20,437 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,440 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,442 DEBUG db_cms 64 9808 140736510014400 Query result: 81
+2017-04-05 08:50:20,442 DEBUG db_cms 152 9808 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:50:20,443 DEBUG db_cms 154 9808 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (81, '<p>description_Of_Page_STkLria</p>');
+2017-04-05 08:50:20,446 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (81, '<p>description_Of_Page_STkLria</p>');
+2017-04-05 08:50:20,455 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:20,455 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:50:20,455 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,458 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,460 DEBUG db_cms 64 9808 140736510014400 Query result: 81
+2017-04-05 08:50:20,460 DEBUG db_cms 142 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:20,460 DEBUG db_cms 116 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:20,461 DEBUG db_cms 118 9808 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:20,464 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:20,466 DEBUG db_cms 64 9808 140736510014400 Query result: 10
+2017-04-05 08:50:20,466 DEBUG db_cms 148 9808 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STR0gEK', 'title_Of_Page_STR0gEK-slug', '', 'description_Of_Page_STgtJL0', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STR0gEK', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:20,469 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STR0gEK', 'title_Of_Page_STR0gEK-slug', '', 'description_Of_Page_STgtJL0', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STR0gEK', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:20,478 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:20,478 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:50:20,479 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,483 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,486 DEBUG db_cms 64 9808 140736510014400 Query result: 82
+2017-04-05 08:50:20,487 DEBUG db_cms 152 9808 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:50:20,487 DEBUG db_cms 154 9808 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (82, '<p>description_Of_Page_STgtJL0</p>');
+2017-04-05 08:50:20,492 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (82, '<p>description_Of_Page_STgtJL0</p>');
+2017-04-05 08:50:20,500 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:20,500 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:50:20,500 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,504 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,506 DEBUG db_cms 64 9808 140736510014400 Query result: 82
+2017-04-05 08:50:20,506 DEBUG db_cms 142 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:20,506 DEBUG db_cms 116 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:20,506 DEBUG db_cms 118 9808 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:20,509 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:20,511 DEBUG db_cms 64 9808 140736510014400 Query result: 10
+2017-04-05 08:50:20,511 DEBUG db_cms 148 9808 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STXf7AR', 'title_Of_Page_STXf7AR-slug', '', 'description_Of_Page_STOe5V8', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STXf7AR', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:20,515 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STXf7AR', 'title_Of_Page_STXf7AR-slug', '', 'description_Of_Page_STOe5V8', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STXf7AR', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:20,518 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:20,519 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:50:20,519 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,523 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:20,525 DEBUG db_cms 64 9808 140736510014400 Query result: 83
+2017-04-05 08:50:20,526 DEBUG db_cms 152 9808 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:50:20,526 DEBUG db_cms 154 9808 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (83, '<p>description_Of_Page_STOe5V8</p>');
+2017-04-05 08:50:20,530 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (83, '<p>description_Of_Page_STOe5V8</p>');
+2017-04-05 08:50:20,533 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:20,639 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:50:20,639 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/42c42350-97b4-402a-aab9-ed479c3ad8a5/aea36b2f2dfc4828b35c30573f41b39f
+2017-04-05 08:50:20,681 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:20,775 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:50:20,776 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:50:20,780 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:20,782 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:20,786 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:20,787 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:21,130 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:21,204 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:21,455 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:21,456 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c31eeb41-2996-4c1c-a70e-76e171432220/checklist/new/
+2017-04-05 08:50:21,534 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:50:21,534 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:50:21,573 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:21,573 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:21,573 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:50:21,672 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 08:50:21,672 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-04-05 08:50:21,691 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-04-05 08:50:21,691 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 08:50:21,691 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-04-05 08:50:21,950 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:21,950 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:22,202 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'ST2zCr4';
+2017-04-05 08:50:22,207 DEBUG db_general 165 9810 140736510014400 Query result: 2309e1e6-e759-437e-9ecf-85d40baeb552
+2017-04-05 08:50:22,212 DEBUG db_general 153 9810 140736510014400 Query : select template_id from ice_checklist Where name = 'ST2zCr4';
+2017-04-05 08:50:22,215 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:50:22,258 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:22,712 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:50:22,859 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:50:23,156 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:23,157 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:50:23,399 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:50:23,518 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:50:23,524 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:50:23,531 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:23,639 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:50:23,646 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:23,947 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:50:24,048 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:24,168 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:24,493 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:24,569 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:24,764 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:50:24,902 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:50:24,910 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:25,009 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:25,559 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:50:25,560 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/33cb9300-0692-40e3-bdb3-20e07fbcf802/ed32adf257e24d87a446bfaaba6b9f1e
+2017-04-05 08:50:25,611 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:25,650 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:25,720 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:25,720 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:25,724 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:25,727 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:25,731 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:25,733 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:25,972 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:25,972 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6f1d9f7e-858c-4f87-a25a-f8a1a6440824/checklist/new/
+2017-04-05 08:50:26,038 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:26,038 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:26,074 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:26,075 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:26,075 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:50:26,166 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:26,693 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:26,920 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:50:27,569 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:50:27,687 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:50:27,695 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:27,745 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:28,205 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:28,271 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'ST2zCr4';
+2017-04-05 08:50:28,274 DEBUG db_general 165 9810 140736510014400 Query result: 2309e1e6-e759-437e-9ecf-85d40baeb552
+2017-04-05 08:50:28,280 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:28,718 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:30,189 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:50:30,192 DEBUG db_general 165 9810 140736510014400 Query result: 93623dac-8c00-42d1-9195-38395db43521
+2017-04-05 08:50:30,196 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '93623dac-8c00-42d1-9195-38395db43521';
+2017-04-05 08:50:30,199 DEBUG db_general 165 9810 140736510014400 Query result: 2017-372
+2017-04-05 08:50:30,203 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-372';
+2017-04-05 08:50:30,206 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:50:30,768 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:30,938 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:50:31,621 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:50:31,621 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-05 08:50:31,640 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-04-05 08:50:31,641 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:50:31,641 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-04-05 08:50:32,896 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:33,129 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:50:33,447 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 08:50:33,448 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-04-05 08:50:33,464 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-04-05 08:50:33,465 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 08:50:33,465 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-04-05 08:50:33,851 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:33,854 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:35,103 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:50:35,104 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/391a0dcb-007b-40b5-8740-d7cee81bb678/4a80cb94347a4f8cabc0ee6df678002e
+2017-04-05 08:50:35,146 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:35,224 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:50:35,224 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:50:35,227 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:35,229 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:35,232 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:35,234 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:35,403 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:35,576 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:35,576 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83ead8af-525f-4363-9d00-b002b2bb99c8/checklist/new/
+2017-04-05 08:50:35,650 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:35,683 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:50:35,683 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:50:35,728 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:35,728 DEBUG test_dashboard_feature 58 9809 140736510014400 Login with standard user STB6Ej3@intl.att.com
+2017-04-05 08:50:35,728 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:35,729 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:35,789 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:50:35,791 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 08:50:35,791 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-04-05 08:50:35,811 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-04-05 08:50:35,812 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 08:50:35,812 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-04-05 08:50:36,222 DEBUG db_checklist 51 9810 140736510014400 Query : select owner_id from ice_checklist Where uuid = '2309e1e6-e759-437e-9ecf-85d40baeb552' and state = 'peer_review';
+2017-04-05 08:50:36,225 DEBUG db_checklist 66 9810 140736510014400 Query result: 2
+2017-04-05 08:50:36,232 DEBUG db_general 153 9810 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:50:36,234 DEBUG db_general 165 9810 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:50:36,234 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:36,235 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:50:36,707 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:50:37,081 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:50:37,175 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:50:37,176 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14b3ff20-15d9-49da-8188-1b4668ea967d/20bd6261477e4c288d0746cef792d3d7
+2017-04-05 08:50:37,238 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:37,358 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:37,358 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:37,364 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:37,365 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:37,369 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:37,370 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:37,398 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:50:37,541 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:50:37,548 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:37,737 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:50:37,863 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:50:37,868 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:38,037 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:38,037 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/92c55150-c719-4cfe-8d87-b1030820e966/checklist/new/
+2017-04-05 08:50:38,061 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:38,215 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:38,216 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:38,271 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:38,377 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:38,377 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:38,377 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:50:38,772 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:50:38,773 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:50:38,773 DEBUG fe_user 158 9809 140736510014400 Adding new next step (via api) and assigning it to user STOAiz9
+2017-04-05 08:50:38,773 DEBUG api_virtual_function 18 9809 140736510014400 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/83ead8af-525f-4363-9d00-b002b2bb99c8/nextsteps
+2017-04-05 08:50:38,867 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:38,937 DEBUG api_virtual_function 32 9809 140736510014400 Next step was added to the engagement!
+2017-04-05 08:50:38,938 DEBUG fe_user 160 9809 140736510014400 Refresh page and look for changes in assigned next steps section:
+2017-04-05 08:50:39,315 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:50:39,426 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:39,589 DEBUG db_cms 142 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:39,589 DEBUG db_cms 116 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:50:39,590 DEBUG db_cms 118 9808 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:39,596 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:50:39,599 DEBUG db_cms 64 9808 140736510014400 Query result: 10
+2017-04-05 08:50:39,599 DEBUG db_cms 148 9808 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STCfykK', 'title_Of_Page_STCfykK-slug', '', 'description_Of_Page_STVh1PN', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STCfykK', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:39,605 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STCfykK', 'title_Of_Page_STCfykK-slug', '', 'description_Of_Page_STVh1PN', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STCfykK', 'richtextpage', true, 10, 1);
+2017-04-05 08:50:39,614 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:39,615 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:50:39,615 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:39,620 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:50:39,622 DEBUG db_cms 64 9808 140736510014400 Query result: 84
+2017-04-05 08:50:39,623 DEBUG db_cms 152 9808 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:50:39,623 DEBUG db_cms 154 9808 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (84, '<p>description_Of_Page_STVh1PN</p>');
+2017-04-05 08:50:39,633 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (84, '<p>description_Of_Page_STVh1PN</p>');
+2017-04-05 08:50:39,643 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:39,763 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:50:39,763 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24421e9a-a7ea-421f-bfe1-52d5343f5e3f/3a5d72e3022f464e957eeea4f24eb678
+2017-04-05 08:50:39,807 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:39,820 DEBUG fe_user 162 9809 140736510014400 > Check if number has changed in 'Assigned To You'
+2017-04-05 08:50:39,829 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:39,882 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:50:39,882 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:50:39,887 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:39,889 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:39,893 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:39,895 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:39,962 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:39,973 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:50:40,090 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:50:40,096 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:40,243 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:40,244 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ff56faca-d20d-4741-a70f-5f57c2893093/checklist/new/
+2017-04-05 08:50:40,354 DEBUG fe_dashboard 159 9809 140736510014400 > Check if the engagement of NS is the correct one
+2017-04-05 08:50:40,376 DEBUG fe_dashboard 166 9809 140736510014400 > Check if creator of NS is the EL Homer Simpson
+2017-04-05 08:50:40,378 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:50:40,378 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:50:40,416 DEBUG fe_overview 37 9809 140736510014400 Go to engagement's overview by clicking on the created Next Step
+2017-04-05 08:50:40,422 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:40,477 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:40,477 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:40,477 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:50:40,637 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:41,157 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:41,214 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:41,555 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:41,565 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:50:41,690 DEBUG db_general 56 9811 140736510014400 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-04-05 08:50:41,693 DEBUG db_general 65 9811 140736510014400 Query result: None
+2017-04-05 08:50:41,697 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-04-05 08:50:41,699 DEBUG db_general 65 9811 140736510014400 Query result: a353a2c6-b19e-4940-b290-7c3dd82a4775
+2017-04-05 08:50:41,703 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a353a2c6-b19e-4940-b290-7c3dd82a4775' ;
+2017-04-05 08:50:41,711 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:41,715 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-04-05 08:50:41,718 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:41,721 DEBUG db_general 56 9811 140736510014400 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:50:41,723 DEBUG db_general 65 9811 140736510014400 Query result: STVG5Bu@intl.att.com
+2017-04-05 08:50:41,761 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'ST2zCr4';
+2017-04-05 08:50:41,767 DEBUG db_general 165 9810 140736510014400 Query result: 2309e1e6-e759-437e-9ecf-85d40baeb552
+2017-04-05 08:50:41,772 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:42,266 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:50:42,297 DEBUG fe_overview 42 9809 140736510014400 Login with EL user hs0007@att.com
+2017-04-05 08:50:42,297 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:42,298 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:42,396 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:50:42,404 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:42,935 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:43,283 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:50:43,970 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:50:44,082 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:50:44,086 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:44,175 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:50:44,180 DEBUG db_general 165 9810 140736510014400 Query result: 93623dac-8c00-42d1-9195-38395db43521
+2017-04-05 08:50:44,183 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '93623dac-8c00-42d1-9195-38395db43521';
+2017-04-05 08:50:44,186 DEBUG db_general 165 9810 140736510014400 Query result: 2017-372
+2017-04-05 08:50:44,190 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-372';
+2017-04-05 08:50:44,193 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:50:44,760 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:44,813 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:44,955 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:50:45,277 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:45,328 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:45,851 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:50:45,854 DEBUG db_general 165 9809 140736510014400 Query result: 2
+2017-04-05 08:50:45,857 DEBUG db_general 56 9809 140736510014400 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-04-05 08:50:45,863 DEBUG db_general 65 9809 140736510014400 Query result: 631
+2017-04-05 08:50:45,863 DEBUG fe_overview 47 9809 140736510014400 el_assigned_ns=631
+2017-04-05 08:50:45,868 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:46,051 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-377';
+2017-04-05 08:50:46,054 DEBUG db_general 165 9811 140736510014400 Query result: 92c55150-c719-4cfe-8d87-b1030820e966
+2017-04-05 08:50:46,058 DEBUG db_user 38 9811 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '92c55150-c719-4cfe-8d87-b1030820e966' and email = 'STVG5Bu@intl.att.com' ;
+2017-04-05 08:50:46,061 DEBUG fe_general 35 9811 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=426d18eb-403f-41f4-ab7d-213430496aff
+2017-04-05 08:50:46,387 DEBUG fe_overview 51 9809 140736510014400 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-04-05 08:50:46,537 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:50:46,537 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-04-05 08:50:46,548 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-04-05 08:50:46,549 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 08:50:46,549 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-04-05 08:50:46,656 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:46,656 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:50:47,083 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:50:47,522 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:50:47,650 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:48,200 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:50:48,312 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:50:48,316 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=426d18eb-403f-41f4-ab7d-213430496aff page is loaded.
+2017-04-05 08:50:48,363 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:48,681 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:48,935 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:49,444 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:49,842 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:50:49,843 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/507970bc-8307-406e-907e-6e2ba64830f4/3c911948ea0b4080ad0a0c9ff7d69575
+2017-04-05 08:50:49,876 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:49,936 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:49,961 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:50:49,962 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:50:49,966 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:49,968 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:49,977 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:49,978 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:50,348 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:50,349 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cd2cff8-6b01-462a-bb3d-21123972f554/checklist/new/
+2017-04-05 08:50:50,435 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:50:50,436 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:50:50,474 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:50,474 DEBUG test_dashboard_feature 68 9809 140736510014400 About to login with EL and add VFC
+2017-04-05 08:50:50,474 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:50,474 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:50,827 DEBUG db_checklist 23 9810 140736510014400 Query : select owner_id from ice_checklist Where uuid = '2309e1e6-e759-437e-9ecf-85d40baeb552' and state = 'approval';
+2017-04-05 08:50:50,829 DEBUG db_checklist 34 9810 140736510014400 Query result: 3
+2017-04-05 08:50:50,833 DEBUG db_general 153 9810 140736510014400 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 08:50:50,835 DEBUG db_general 165 9810 140736510014400 Query result: admin@att.com
+2017-04-05 08:50:50,835 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:50,835 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:50:51,355 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:50:51,585 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:50:51,986 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:52,003 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:50:52,110 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:50:52,114 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:52,210 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:50:52,299 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:50:52,304 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:52,531 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-04-05 08:50:52,535 DEBUG db_general 65 9811 140736510014400 Query result: a353a2c6-b19e-4940-b290-7c3dd82a4775
+2017-04-05 08:50:52,539 DEBUG db_general 92 9811 140736510014400 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STSFETL' WHERE uuid = 'a353a2c6-b19e-4940-b290-7c3dd82a4775' ;
+2017-04-05 08:50:52,544 DEBUG db_general 96 9811 140736510014400 Update query success!
+2017-04-05 08:50:52,545 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 08:50:52,545 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-04-05 08:50:52,556 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-04-05 08:50:52,557 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 08:50:52,557 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-04-05 08:50:52,991 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:53,234 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:53,504 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:53,759 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:54,181 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:50:54,181 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 08:50:54,182 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-04-05 08:50:54,195 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-04-05 08:50:54,196 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 08:50:54,197 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-04-05 08:50:54,298 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:54,820 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:55,673 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:56,076 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:50:56,213 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'ST2zCr4';
+2017-04-05 08:50:56,216 DEBUG db_general 165 9810 140736510014400 Query result: 2309e1e6-e759-437e-9ecf-85d40baeb552
+2017-04-05 08:50:56,222 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:50:56,392 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:50:56,393 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/03f5d92a-a45a-4c80-8710-2dd13bb0d14f/b70517791ee34279bcb90fc967eb79da
+2017-04-05 08:50:56,435 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:56,559 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:56,559 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:56,563 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:56,565 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:56,568 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:56,571 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:56,593 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:50:57,050 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:57,050 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a84cdfa-3603-45d6-8329-c95e6f2676fd/checklist/new/
+2017-04-05 08:50:57,130 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:50:57,131 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:50:57,163 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:57,164 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:57,164 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:50:57,301 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:50:58,026 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:50:58,384 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STqHh4I
+2017-04-05 08:50:58,385 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqHh4I', 'title_Announcement_STqHh4I-slug', '', 'description_Announcement_STV1BRg', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STV1BRg</p>', true, '', 1, 1);
+2017-04-05 08:50:58,389 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqHh4I', 'title_Announcement_STqHh4I-slug', '', 'description_Announcement_STV1BRg', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STV1BRg</p>', true, '', 1, 1);
+2017-04-05 08:50:58,394 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:58,395 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:50:58,395 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:50:58,398 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:50:58,400 DEBUG db_cms 64 9808 140736510014400 Query result: 158
+2017-04-05 08:50:58,400 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:50:58,400 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:50:58,403 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:50:58,405 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:50:58,405 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 158
+2017-04-05 08:50:58,406 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (158, 2);
+2017-04-05 08:50:58,409 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (158, 2);
+2017-04-05 08:50:58,411 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:50:58,501 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:50:58,502 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/39c472d5-abfd-4f8c-adab-fd844912c942/de004d71d61744e6b309e38c65e707e1
+2017-04-05 08:50:58,539 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:50:58,609 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:50:58,609 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:50:58,613 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:50:58,614 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:50:58,617 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:50:58,618 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:50:58,666 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:50:58,781 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:50:58,785 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:50:59,074 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:50:59,375 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:50:59,375 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8733271-d17e-4fd9-9b43-324ca8512a43/checklist/new/
+2017-04-05 08:50:59,447 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:50:59,479 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:50:59,480 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:50:59,532 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:50:59,532 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:59,533 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:50:59,849 DEBUG fe_dashboard 134 9809 140736510014400 Login with user hs0007@att.com
+2017-04-05 08:50:59,849 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:50:59,849 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:50:59,959 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:00,434 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:51:00,602 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:51:01,098 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:51:01,192 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:51:01,199 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:01,232 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:51:01,345 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:51:01,352 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:01,712 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:02,171 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:02,224 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:02,682 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:03,201 DEBUG fe_dashboard 136 9809 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:51:03,807 DEBUG fe_dashboard 140 9809 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:51:04,335 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:04,492 DEBUG fe_dashboard 142 9809 140736510014400 Search engagement by VF name
+2017-04-05 08:51:04,873 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 08:51:04,874 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-04-05 08:51:04,889 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-04-05 08:51:04,889 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 08:51:04,890 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-05 08:51:05,503 DEBUG fe_dashboard 145 9809 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:51:06,702 DEBUG fe_dashboard 147 9809 140736510014400 Search engagement by VFC
+2017-04-05 08:51:06,988 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:07,464 DEBUG fe_dashboard 150 9809 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:51:08,209 DEBUG fe_dashboard 152 9809 140736510014400 Negative search: search by random string
+2017-04-05 08:51:08,229 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:51:08,229 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8a0dc52-be85-420c-9334-2e7d926324b7/73ba3f4d4af2488f8e3049a81bd06a02
+2017-04-05 08:51:08,300 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:08,439 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:51:08,440 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:51:08,445 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:08,447 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:08,450 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:08,452 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:08,677 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:51:08,681 DEBUG db_general 165 9810 140736510014400 Query result: 93623dac-8c00-42d1-9195-38395db43521
+2017-04-05 08:51:08,685 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '93623dac-8c00-42d1-9195-38395db43521';
+2017-04-05 08:51:08,690 DEBUG db_general 165 9810 140736510014400 Query result: 2017-372
+2017-04-05 08:51:08,696 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-372';
+2017-04-05 08:51:08,700 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:51:09,033 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:09,033 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7c2dd4f9-dd95-4ed5-8ce8-53f8953217dd/checklist/new/
+2017-04-05 08:51:09,104 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:51:09,104 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:51:09,144 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:09,145 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:09,145 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:51:09,544 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:09,985 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:51:10,214 DEBUG fe_dashboard 134 9809 140736510014400 Login with user STVG5Bu@intl.att.com
+2017-04-05 08:51:10,214 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:10,215 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:51:10,277 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STDplQ1';
+2017-04-05 08:51:10,280 DEBUG db_general 165 9810 140736510014400 Query result: 93623dac-8c00-42d1-9195-38395db43521
+2017-04-05 08:51:10,283 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '93623dac-8c00-42d1-9195-38395db43521';
+2017-04-05 08:51:10,286 DEBUG db_general 165 9810 140736510014400 Query result: 2017-372
+2017-04-05 08:51:10,289 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-372';
+2017-04-05 08:51:10,291 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:51:10,640 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:51:10,736 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:51:10,740 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:11,030 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:51:11,478 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:11,704 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:51:11,802 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:51:11,806 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:12,317 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:12,834 DEBUG fe_dashboard 136 9809 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:51:13,258 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=ST7GqYI@intl.att.com password=iceusers
+2017-04-05 08:51:13,259 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:51:13,259 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 08:51:13,260 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-04-05 08:51:13,280 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-04-05 08:51:13,281 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 08:51:13,281 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-04-05 08:51:13,468 DEBUG fe_dashboard 140 9809 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:51:13,812 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:14,328 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:14,883 DEBUG fe_dashboard 142 9809 140736510014400 Search engagement by VF name
+2017-04-05 08:51:14,949 DEBUG test_detailed_view 30 9811 140736510014400 Add Deployment Target
+2017-04-05 08:51:15,592 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:15,676 DEBUG fe_dashboard 145 9809 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:51:16,151 DEBUG test_detailed_view 32 9811 140736510014400 Add VFC no.1
+2017-04-05 08:51:16,410 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:16,867 DEBUG fe_dashboard 147 9809 140736510014400 Search engagement by VFC
+2017-04-05 08:51:17,395 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:51:17,537 DEBUG fe_dashboard 150 9809 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:51:17,713 DEBUG db_cms 132 9808 140736510014400 Delete all posts
+2017-04-05 08:51:17,714 DEBUG db_cms 134 9808 140736510014400 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 08:51:17,719 DEBUG db_cms 28 9808 140736510014400 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-04-05 08:51:17,727 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:17,727 DEBUG db_cms 137 9808 140736510014400 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 08:51:17,732 DEBUG db_cms 28 9808 140736510014400 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-04-05 08:51:17,741 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:17,742 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_FAQSTOXTRQ
+2017-04-05 08:51:17,742 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTOXTRQ', 'title_FAQSTOXTRQ-slug', '', 'description_FAQ_STg3Toy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STg3Toy</p>', true, '', 1, 1);
+2017-04-05 08:51:17,747 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTOXTRQ', 'title_FAQSTOXTRQ-slug', '', 'description_FAQ_STg3Toy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STg3Toy</p>', true, '', 1, 1);
+2017-04-05 08:51:17,752 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:17,752 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:51:17,752 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:51:17,756 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:51:17,758 DEBUG db_cms 64 9808 140736510014400 Query result: 159
+2017-04-05 08:51:17,758 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: FAQ
+2017-04-05 08:51:17,758 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 08:51:17,761 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-04-05 08:51:17,763 DEBUG db_cms 64 9808 140736510014400 Query result: 3
+2017-04-05 08:51:17,764 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 159
+2017-04-05 08:51:17,764 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (159, 3);
+2017-04-05 08:51:17,768 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (159, 3);
+2017-04-05 08:51:17,771 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:17,895 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:51:17,895 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/69be809a-b806-455f-ad1b-c2ffb6a7bfa2/0fb9b98eac28463685611635759f8368
+2017-04-05 08:51:17,918 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:51:17,950 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:18,029 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:18,078 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:51:18,079 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:51:18,084 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:18,086 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:18,091 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:18,093 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:18,347 DEBUG fe_dashboard 152 9809 140736510014400 Negative search: search by random string
+2017-04-05 08:51:18,526 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:18,660 DEBUG fe_detailed_view 116 9811 140736510014400 Add VFC no.2
+2017-04-05 08:51:18,807 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:18,807 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12e06972-a3ac-47e6-9dbf-585ac81ff8dc/checklist/new/
+2017-04-05 08:51:18,874 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:51:18,875 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:51:18,909 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:18,909 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:18,909 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:51:19,141 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:19,312 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:19,663 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:51:19,664 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_AddNextStep_Test>,) | {}
+2017-04-05 08:51:19,679 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_AddNextStep_Test ----------------------
+
+2017-04-05 08:51:19,680 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 08:51:19,680 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+2017-04-05 08:51:19,839 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:51:20,041 DEBUG fe_dashboard 134 9809 140736510014400 Login with user ST8ZpJz@intl.att.com
+2017-04-05 08:51:20,041 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:20,041 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:51:20,538 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:51:20,652 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:51:20,658 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:20,773 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:20,922 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:51:21,178 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:21,290 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:21,592 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:51:21,693 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:21,697 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:51:21,703 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:21,800 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STTJu2N';
+2017-04-05 08:51:21,803 DEBUG db_general 165 9811 140736510014400 Query result: 8e1ca62d-8904-4344-b652-5c1cd09a51d4
+2017-04-05 08:51:21,963 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:21,980 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:22,214 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:22,550 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 08:51:22,550 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-05 08:51:22,565 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-04-05 08:51:22,565 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 08:51:22,565 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-04-05 08:51:22,734 DEBUG fe_dashboard 136 9809 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:51:23,263 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:51:23,264 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24271712-df90-40b9-9a1a-7fd678211a13/1763e077274a49309ed8a52309d5c458
+2017-04-05 08:51:23,325 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:23,368 DEBUG fe_dashboard 140 9809 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:51:23,504 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:51:23,504 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:51:23,510 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:23,512 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:23,516 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:23,518 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:23,949 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:23,949 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e795549d-f2eb-472d-af3b-2bd4e10af450/checklist/new/
+2017-04-05 08:51:24,042 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:51:24,043 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:51:24,113 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:24,113 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:24,114 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:51:24,366 DEBUG fe_dashboard 142 9809 140736510014400 Search engagement by VF name
+2017-04-05 08:51:24,880 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:25,007 DEBUG fe_dashboard 145 9809 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:51:25,079 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:51:25,757 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:51:25,920 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:51:25,921 DEBUG fe_dashboard 147 9809 140736510014400 Search engagement by VFC
+2017-04-05 08:51:25,927 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:26,085 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:51:26,085 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57090eb2-d697-46fc-81e8-b37b94ca2ae8/40781067c685474a8ee5c177a57f2323
+2017-04-05 08:51:26,117 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:26,275 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:51:26,275 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:51:26,280 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:26,282 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:26,288 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:26,290 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:26,442 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:26,574 DEBUG fe_dashboard 150 9809 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:51:26,650 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:26,651 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7fcca087-15c3-4795-998c-6abfd43ad75f/checklist/new/
+2017-04-05 08:51:26,738 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:51:26,738 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:51:26,771 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:26,779 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:26,779 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:51:26,965 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:51:26,968 DEBUG db_general 165 9810 140736510014400 Query result: 77e9c069-035a-447c-880b-a2d6e5b33f8b
+2017-04-05 08:51:26,972 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:51:26,975 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:51:26,979 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:51:26,982 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:51:26,986 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:51:26,989 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:51:26,993 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:51:26,997 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:51:27,002 DEBUG fe_checklist 50 9810 140736510014400 EL email: hs0007@att.com
+2017-04-05 08:51:27,005 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:51:27,007 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:51:27,043 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:27,644 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:51:27,950 DEBUG fe_dashboard 152 9809 140736510014400 Negative search: search by random string
+2017-04-05 08:51:28,340 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:51:28,401 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:28,469 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:51:28,477 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:28,716 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:28,919 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:28,993 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:29,428 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=77e9c069-035a-447c-880b-a2d6e5b33f8b&inviter_uuid=24271712-df90-40b9-9a1a-7fd678211a13&email=automationqattSTx7sCR@gmail.com
+2017-04-05 08:51:29,476 DEBUG fe_dashboard 134 9809 140736510014400 Login with user admin@att.com
+2017-04-05 08:51:29,476 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:29,476 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:51:30,349 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:51:30,986 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:31,123 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:51:31,219 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:51:31,226 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:31,388 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:31,696 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:31,696 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:51:31,853 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:31,905 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:32,365 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:32,502 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:51:32,505 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 08:51:32,505 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-04-05 08:51:32,518 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:51:32,522 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-04-05 08:51:32,523 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 08:51:32,523 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-04-05 08:51:32,894 DEBUG fe_dashboard 136 9809 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:51:33,180 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:51:33,349 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:51:33,360 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:33,553 DEBUG fe_dashboard 140 9809 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:51:33,878 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:34,353 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 08:51:34,353 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-05 08:51:34,374 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-04-05 08:51:34,374 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 08:51:34,375 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-04-05 08:51:34,392 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:34,905 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:35,366 DEBUG fe_dashboard 142 9809 140736510014400 Search engagement by VF name
+2017-04-05 08:51:35,519 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:35,640 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:36,106 DEBUG fe_dashboard 145 9809 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:51:36,732 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:36,739 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:36,959 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_NewsSTswZVY
+2017-04-05 08:51:36,959 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTswZVY', 'title_NewsSTswZVY-slug', '', 'description_NewsSTWHinF', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTWHinF</p>', true, '', 1, 1);
+2017-04-05 08:51:36,992 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTswZVY', 'title_NewsSTswZVY-slug', '', 'description_NewsSTWHinF', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTWHinF</p>', true, '', 1, 1);
+2017-04-05 08:51:37,002 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:37,003 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:51:37,003 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:51:37,009 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:51:37,011 DEBUG db_cms 64 9808 140736510014400 Query result: 160
+2017-04-05 08:51:37,011 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: News
+2017-04-05 08:51:37,011 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:51:37,015 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-04-05 08:51:37,021 DEBUG db_cms 64 9808 140736510014400 Query result: 1
+2017-04-05 08:51:37,021 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 160
+2017-04-05 08:51:37,021 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (160, 1);
+2017-04-05 08:51:37,027 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (160, 1);
+2017-04-05 08:51:37,038 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:37,083 DEBUG fe_dashboard 147 9809 140736510014400 Search engagement by VFC
+2017-04-05 08:51:37,224 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:51:37,225 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f5f69669-e58f-44b0-bf45-4fb0ad53c45e/eb4535c88fc1448fa7aa4706f16f9f47
+2017-04-05 08:51:37,276 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:37,276 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:37,276 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:51:38,230 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:51:38,230 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f22ec8b9-e7e5-4ba3-9bb1-5981bda06bb2/4f1d126bf6f64cb788c77a3f308128a1
+2017-04-05 08:51:38,270 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:38,308 DEBUG fe_dashboard 150 9809 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:51:38,317 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:51:38,386 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:51:38,386 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:51:38,392 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:38,394 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:38,399 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:38,403 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:38,940 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:38,940 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e9176aff-ac87-487b-b13a-a4457afa549d/checklist/new/
+2017-04-05 08:51:39,005 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:51:39,060 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:51:39,060 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:51:39,106 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:39,107 DEBUG fe_general 35 9811 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:39,146 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:51:39,157 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:39,592 DEBUG fe_dashboard 152 9809 140736510014400 Negative search: search by random string
+2017-04-05 08:51:39,772 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:39,944 DEBUG fe_detailed_view 154 9811 140736510014400 Login with user STCRUZQ@intl.att.com
+2017-04-05 08:51:39,945 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:39,945 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:51:40,284 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:40,620 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:51:40,624 DEBUG db_general 165 9810 140736510014400 Query result: 29c4c202-f4cc-4345-8a31-ac2f599b8928
+2017-04-05 08:51:40,628 DEBUG db_general 153 9810 140736510014400 Query : select template_id from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:51:40,630 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:51:40,660 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:40,757 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:40,922 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:51:41,282 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:41,282 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:51:41,399 DEBUG fe_dashboard 134 9809 140736510014400 Login with user admin_ro@att.com
+2017-04-05 08:51:41,400 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:41,400 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:51:41,600 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:51:41,711 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:51:41,716 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:42,047 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:51:42,207 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:51:42,230 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:42,748 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:51:42,867 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:51:42,872 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:42,877 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:51:43,008 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:51:43,013 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:43,577 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:43,847 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:44,103 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:44,383 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:44,616 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:44,688 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:44,900 DEBUG fe_dashboard 136 9809 140736510014400 Search engagement by engagement_manual_id
+2017-04-05 08:51:45,144 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:45,200 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:45,501 DEBUG fe_dashboard 140 9809 140736510014400 Engagement found (searched by engagement_manual_id)
+2017-04-05 08:51:46,243 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:46,771 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:51:46,773 DEBUG db_general 165 9810 140736510014400 Query result: 29c4c202-f4cc-4345-8a31-ac2f599b8928
+2017-04-05 08:51:46,778 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:46,828 DEBUG fe_dashboard 142 9809 140736510014400 Search engagement by VF name
+2017-04-05 08:51:47,472 DEBUG fe_dashboard 145 9809 140736510014400 Engagement found (searched by VF name)
+2017-04-05 08:51:48,324 DEBUG fe_dashboard 147 9809 140736510014400 Search engagement by VFC
+2017-04-05 08:51:48,682 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:51:48,686 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:51:48,690 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:51:48,692 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:51:48,696 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:51:48,698 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:51:48,981 DEBUG fe_dashboard 150 9809 140736510014400 Engagement found (searched by VFC)
+2017-04-05 08:51:49,792 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:51:50,288 DEBUG fe_dashboard 152 9809 140736510014400 Negative search: search by random string
+2017-04-05 08:51:50,810 DEBUG fe_general 35 9811 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:51,116 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 08:51:51,117 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-04-05 08:51:51,139 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-04-05 08:51:51,139 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 08:51:51,139 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-04-05 08:51:51,400 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:51:51,401 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 08:51:51,401 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-04-05 08:51:51,415 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-04-05 08:51:51,416 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 08:51:51,416 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-04-05 08:51:51,557 DEBUG fe_detailed_view 154 9811 140736510014400 Login with user admin_ro@att.com
+2017-04-05 08:51:51,557 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:51,557 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:51:51,892 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:51:52,409 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:51:52,449 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:51:52,978 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:53,170 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:51:53,282 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:51:53,290 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:53,442 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:53,892 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:53,901 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:51:54,405 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:54,541 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:54,752 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:51:54,752 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4948e141-ca85-456b-b137-df63f939e59e/44ebd3d7d09648b2a75845947cca659f
+2017-04-05 08:51:54,794 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:54,885 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:51:54,886 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:51:54,892 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:54,894 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:54,897 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:54,899 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:55,013 DEBUG db_cms 142 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:51:55,014 DEBUG db_cms 116 9808 140736510014400 Retrive id of documentation page:
+2017-04-05 08:51:55,014 DEBUG db_cms 118 9808 140736510014400 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:51:55,020 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-04-05 08:51:55,023 DEBUG db_cms 64 9808 140736510014400 Query result: 10
+2017-04-05 08:51:55,024 DEBUG db_cms 148 9808 140736510014400 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STS14TZ', 'title_Of_Page_STS14TZ-slug', '', 'description_Of_Page_STRYn7x', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STS14TZ', 'richtextpage', true, 10, 1);
+2017-04-05 08:51:55,029 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STS14TZ', 'title_Of_Page_STS14TZ-slug', '', 'description_Of_Page_STRYn7x', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STS14TZ', 'richtextpage', true, 10, 1);
+2017-04-05 08:51:55,032 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:55,032 DEBUG db_cms 124 9808 140736510014400 Retrive id of last page inserted:
+2017-04-05 08:51:55,033 DEBUG db_cms 126 9808 140736510014400 Query : select MAX(id) FROM public.pages_page;
+2017-04-05 08:51:55,039 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.pages_page;
+2017-04-05 08:51:55,041 DEBUG db_cms 64 9808 140736510014400 Query result: 85
+2017-04-05 08:51:55,041 DEBUG db_cms 152 9808 140736510014400 Bind the page with the rich text content related to this page
+2017-04-05 08:51:55,041 DEBUG db_cms 154 9808 140736510014400 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (85, '<p>description_Of_Page_STRYn7x</p>');
+2017-04-05 08:51:55,046 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (85, '<p>description_Of_Page_STRYn7x</p>');
+2017-04-05 08:51:55,049 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:51:55,157 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:51:55,157 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/385cdeb8-446f-4cf4-8ead-caa7cdd40f92/03d75361f8fb455f9628aba4d0db29e9
+2017-04-05 08:51:55,218 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:51:55,325 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:55,326 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb0e6db1-2140-4c2c-80d3-bbe93c5fff61/checklist/new/
+2017-04-05 08:51:55,337 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:51:55,337 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:51:55,342 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:51:55,345 DEBUG db_checklist 51 9810 140736510014400 Query : select owner_id from ice_checklist Where uuid = '29c4c202-f4cc-4345-8a31-ac2f599b8928' and state = 'peer_review';
+2017-04-05 08:51:55,345 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:51:55,349 DEBUG db_checklist 66 9810 140736510014400 Query result: 1
+2017-04-05 08:51:55,350 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:51:55,352 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:51:55,354 DEBUG db_general 153 9810 140736510014400 Query : select email from ice_user_profile Where id = '1';
+2017-04-05 08:51:55,355 DEBUG db_general 165 9810 140736510014400 Query result: dd1122@att.com
+2017-04-05 08:51:55,356 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:55,356 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:51:55,428 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:51:55,428 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:51:55,462 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:55,462 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:55,462 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:51:55,882 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:51:55,882 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c3e9ebb-1e82-4f34-a302-6d3355f2bf54/checklist/new/
+2017-04-05 08:51:55,960 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:51:55,961 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:51:56,022 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:51:56,022 DEBUG test_cms_news_and_announcementsion 55 9808 140736510014400 About to login with EL and add VFC
+2017-04-05 08:51:56,022 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:51:56,231 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:51:56,321 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:51:56,592 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:56,747 DEBUG test_cms_news_and_announcementsion 59 9808 140736510014400 Login with user hs0007@att.com
+2017-04-05 08:51:56,747 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:51:56,747 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:51:56,921 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:51:56,991 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:51:57,054 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:51:57,065 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:57,149 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:51:57,157 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:57,171 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:51:57,644 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:51:57,821 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:57,991 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:58,336 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:58,338 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:51:58,427 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:51:58,431 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:51:58,502 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:58,862 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:58,945 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:59,026 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:59,463 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:51:59,860 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:51:59,914 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:00,126 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:00,373 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:00,443 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:52:00,445 DEBUG db_general 165 9810 140736510014400 Query result: 29c4c202-f4cc-4345-8a31-ac2f599b8928
+2017-04-05 08:52:00,449 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:01,483 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:02,000 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:02,679 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:02,706 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:52:02,708 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:52:02,711 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:52:02,713 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:52:02,717 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:52:02,719 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:52:02,835 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 08:52:02,835 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-05 08:52:02,852 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-04-05 08:52:02,852 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-05 08:52:02,852 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-04-05 08:52:03,273 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:52:03,277 DEBUG db_general 165 9809 140736510014400 Query result: 2
+2017-04-05 08:52:03,289 DEBUG db_user 183 9809 140736510014400 Query result: [(1,)]
+2017-04-05 08:52:03,289 DEBUG fe_dashboard 85 9809 140736510014400 Number of pages: 1
+2017-04-05 08:52:03,538 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:52:03,694 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-262
+2017-04-05 08:52:03,872 DEBUG fe_dashboard 93 9809 140736510014400 result right
+2017-04-05 08:52:03,872 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 08:52:03,873 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-04-05 08:52:03,889 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-04-05 08:52:03,889 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 08:52:03,889 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-04-05 08:52:04,954 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:05,555 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:52:06,016 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:06,257 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:52:06,257 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1246f3a5-6209-4a62-ab37-e86e547a55ee/feefa037889a4a9aa23f7b2e1c8cd109
+2017-04-05 08:52:06,307 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:06,345 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:06,403 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:06,403 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:06,408 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:06,410 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:06,414 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:06,415 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:06,640 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:06,640 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a1326cd8-e3a1-42e2-9c65-e35ce548b4c0/checklist/new/
+2017-04-05 08:52:06,708 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:06,708 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:06,747 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:06,747 DEBUG fe_general 35 9811 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:52:07,224 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:52:07,225 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f8b9988-9dff-4345-a46b-70cd01ab9966/9d6b3b9ace8145368e8fa181f6ff9ccf
+2017-04-05 08:52:07,260 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:07,334 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:07,335 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:07,338 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:07,339 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:07,342 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:07,344 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:07,409 DEBUG fe_detailed_view 145 9811 140736510014400 Login with user dd1122@att.com
+2017-04-05 08:52:07,409 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:07,410 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:52:07,675 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:07,676 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf1fffa6-3f53-453c-80fb-a4ba5cfdd38e/checklist/new/
+2017-04-05 08:52:07,755 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:07,755 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:07,791 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:07,791 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:07,792 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:52:07,909 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:52:08,224 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:52:08,504 DEBUG db_checklist 23 9810 140736510014400 Query : select owner_id from ice_checklist Where uuid = '29c4c202-f4cc-4345-8a31-ac2f599b8928' and state = 'approval';
+2017-04-05 08:52:08,507 DEBUG db_checklist 34 9810 140736510014400 Query result: 3
+2017-04-05 08:52:08,510 DEBUG db_general 153 9810 140736510014400 Query : select email from ice_user_profile Where id = '3';
+2017-04-05 08:52:08,513 DEBUG db_general 165 9810 140736510014400 Query result: admin@att.com
+2017-04-05 08:52:08,513 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:08,513 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:52:08,634 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:52:08,857 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:52:08,956 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:52:08,961 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:09,289 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:52:09,363 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:52:09,441 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:52:09,446 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:09,526 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:10,042 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:10,133 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:52:10,215 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:10,241 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:52:10,245 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:10,740 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:10,760 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:11,201 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:52:11,202 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 08:52:11,202 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-04-05 08:52:11,220 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-04-05 08:52:11,221 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 08:52:11,221 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-04-05 08:52:11,282 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:11,699 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:11,825 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:12,267 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:12,379 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:52:12,783 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:12,896 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:52:13,133 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:13,490 DEBUG fe_general 35 9811 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:52:13,690 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:52:13,694 DEBUG db_general 165 9810 140736510014400 Query result: 29c4c202-f4cc-4345-8a31-ac2f599b8928
+2017-04-05 08:52:13,705 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:13,919 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:14,327 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:14,441 DEBUG fe_detailed_view 145 9811 140736510014400 Login with user hs0007@att.com
+2017-04-05 08:52:14,442 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:14,443 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:52:14,457 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:15,175 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:15,257 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:52:15,448 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STC16ey
+2017-04-05 08:52:15,449 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STC16ey', 'title_Announcement_STC16ey-slug', '', 'description_Announcement_ST8J1EL', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST8J1EL</p>', true, '', 1, 1);
+2017-04-05 08:52:15,454 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STC16ey', 'title_Announcement_STC16ey-slug', '', 'description_Announcement_ST8J1EL', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST8J1EL</p>', true, '', 1, 1);
+2017-04-05 08:52:15,463 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,463 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:15,463 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,468 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,469 DEBUG db_cms 64 9808 140736510014400 Query result: 161
+2017-04-05 08:52:15,470 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:15,470 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,474 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,476 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:15,477 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 161
+2017-04-05 08:52:15,477 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (161, 2);
+2017-04-05 08:52:15,481 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (161, 2);
+2017-04-05 08:52:15,490 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,491 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STY0O58
+2017-04-05 08:52:15,491 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STY0O58', 'title_Announcement_STY0O58-slug', '', 'description_Announcement_SThVucv', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SThVucv</p>', true, '', 1, 1);
+2017-04-05 08:52:15,495 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STY0O58', 'title_Announcement_STY0O58-slug', '', 'description_Announcement_SThVucv', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SThVucv</p>', true, '', 1, 1);
+2017-04-05 08:52:15,503 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,504 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:15,504 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,509 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,511 DEBUG db_cms 64 9808 140736510014400 Query result: 162
+2017-04-05 08:52:15,511 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:15,511 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,515 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,517 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:15,518 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 162
+2017-04-05 08:52:15,518 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (162, 2);
+2017-04-05 08:52:15,521 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (162, 2);
+2017-04-05 08:52:15,523 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,524 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STR3zei
+2017-04-05 08:52:15,524 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STR3zei', 'title_Announcement_STR3zei-slug', '', 'description_Announcement_STILDZs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STILDZs</p>', true, '', 1, 1);
+2017-04-05 08:52:15,527 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STR3zei', 'title_Announcement_STR3zei-slug', '', 'description_Announcement_STILDZs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STILDZs</p>', true, '', 1, 1);
+2017-04-05 08:52:15,530 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,530 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:15,530 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,534 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,535 DEBUG db_cms 64 9808 140736510014400 Query result: 163
+2017-04-05 08:52:15,536 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:15,536 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,539 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,540 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:15,541 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 163
+2017-04-05 08:52:15,541 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (163, 2);
+2017-04-05 08:52:15,544 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (163, 2);
+2017-04-05 08:52:15,547 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,547 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_ST2amu6
+2017-04-05 08:52:15,548 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST2amu6', 'title_Announcement_ST2amu6-slug', '', 'description_Announcement_STVH7yq', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STVH7yq</p>', true, '', 1, 1);
+2017-04-05 08:52:15,551 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST2amu6', 'title_Announcement_ST2amu6-slug', '', 'description_Announcement_STVH7yq', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STVH7yq</p>', true, '', 1, 1);
+2017-04-05 08:52:15,554 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,554 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:15,554 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,557 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,559 DEBUG db_cms 64 9808 140736510014400 Query result: 164
+2017-04-05 08:52:15,559 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:15,559 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,562 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,564 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:15,564 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 164
+2017-04-05 08:52:15,564 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (164, 2);
+2017-04-05 08:52:15,567 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (164, 2);
+2017-04-05 08:52:15,572 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,572 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STOK5EX
+2017-04-05 08:52:15,572 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STOK5EX', 'title_Announcement_STOK5EX-slug', '', 'description_Announcement_STWQcAk', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STWQcAk</p>', true, '', 1, 1);
+2017-04-05 08:52:15,576 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STOK5EX', 'title_Announcement_STOK5EX-slug', '', 'description_Announcement_STWQcAk', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STWQcAk</p>', true, '', 1, 1);
+2017-04-05 08:52:15,579 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,579 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:15,580 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,584 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,585 DEBUG db_cms 64 9808 140736510014400 Query result: 165
+2017-04-05 08:52:15,586 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:15,586 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,589 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,591 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:15,591 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 165
+2017-04-05 08:52:15,592 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (165, 2);
+2017-04-05 08:52:15,595 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (165, 2);
+2017-04-05 08:52:15,597 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,597 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STp9dTJ
+2017-04-05 08:52:15,597 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STp9dTJ', 'title_Announcement_STp9dTJ-slug', '', 'description_Announcement_ST2jZO8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST2jZO8</p>', true, '', 1, 1);
+2017-04-05 08:52:15,601 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STp9dTJ', 'title_Announcement_STp9dTJ-slug', '', 'description_Announcement_ST2jZO8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST2jZO8</p>', true, '', 1, 1);
+2017-04-05 08:52:15,605 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,606 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:15,606 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,610 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:15,611 DEBUG db_cms 64 9808 140736510014400 Query result: 166
+2017-04-05 08:52:15,611 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:15,612 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,615 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:15,619 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:15,619 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 166
+2017-04-05 08:52:15,620 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (166, 2);
+2017-04-05 08:52:15,624 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (166, 2);
+2017-04-05 08:52:15,627 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:15,690 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:15,719 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:52:15,720 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24b473a5-dd2b-4ec6-bbd0-9db212c04559/ac5b43e3d5b5434388ddbade5c778c5d
+2017-04-05 08:52:15,753 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:15,821 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:15,822 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:15,826 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:15,827 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:15,830 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:15,831 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:15,907 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:52:16,002 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:52:16,007 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:16,226 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:52:16,230 DEBUG db_general 165 9809 140736510014400 Query result: 2
+2017-04-05 08:52:16,240 DEBUG db_user 183 9809 140736510014400 Query result: [(0,)]
+2017-04-05 08:52:16,240 DEBUG fe_dashboard 85 9809 140736510014400 Number of pages: 1
+2017-04-05 08:52:16,362 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:16,363 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6a5c7be4-de2c-4a33-9a1b-ea04d063ff47/checklist/new/
+2017-04-05 08:52:16,488 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:16,488 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:16,545 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:16,546 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:16,546 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:52:16,629 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-162
+2017-04-05 08:52:16,649 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-164
+2017-04-05 08:52:16,667 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-167
+2017-04-05 08:52:16,688 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-31
+2017-04-05 08:52:16,708 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-32
+2017-04-05 08:52:16,734 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-324
+2017-04-05 08:52:16,756 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-327
+2017-04-05 08:52:16,763 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:16,780 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-375
+2017-04-05 08:52:16,952 DEBUG fe_dashboard 97 9809 140736510014400 numOfPage 1
+2017-04-05 08:52:16,981 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:17,280 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:17,513 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:52:17,655 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 08:52:17,655 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-04-05 08:52:17,671 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-04-05 08:52:17,672 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 08:52:17,672 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-04-05 08:52:18,167 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:52:18,300 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:52:18,308 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:18,822 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:19,335 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:19,597 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:52:19,878 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:20,107 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:52:20,642 DEBUG fe_general 35 9811 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:52:21,005 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:52:21,006 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14306eff-ea84-42a0-a7fb-f366dda59e92/3fb19f2c79b641289a9f2f9d80f07a20
+2017-04-05 08:52:21,048 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:21,132 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:21,133 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:21,136 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:21,138 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:21,141 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:21,143 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:21,424 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:21,425 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/726c3885-3aaa-42ad-b70e-05b0e67bf67a/checklist/new/
+2017-04-05 08:52:21,506 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:21,507 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:21,544 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:21,544 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:21,544 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:52:21,567 DEBUG fe_detailed_view 145 9811 140736510014400 Login with user admin@att.com
+2017-04-05 08:52:21,567 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:21,567 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:52:22,384 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:52:22,384 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:52:23,049 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:52:23,056 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:52:23,156 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:52:23,157 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:52:23,162 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:23,163 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:23,780 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:23,930 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:24,292 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:24,445 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:24,967 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:25,742 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:52:25,746 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:52:25,750 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:52:25,755 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:52:25,759 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:52:25,761 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:25,762 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:52:26,273 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:26,464 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:52:26,975 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:52:27,244 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:27,433 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:52:27,436 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:52:27,440 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:52:27,443 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:52:27,446 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:52:27,450 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:52:27,511 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-05 08:52:27,511 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-05 08:52:27,528 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-04-05 08:52:27,529 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 08:52:27,529 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-04-05 08:52:27,766 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:28,649 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:28,935 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:52:29,181 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 08:52:29,184 DEBUG db_general 165 9809 140736510014400 Query result: 1
+2017-04-05 08:52:29,193 DEBUG db_user 183 9809 140736510014400 Query result: [(4,)]
+2017-04-05 08:52:29,193 DEBUG fe_dashboard 85 9809 140736510014400 Number of pages: 1
+2017-04-05 08:52:29,586 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:29,629 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-276
+2017-04-05 08:52:29,639 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:29,646 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-280
+2017-04-05 08:52:29,661 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-285
+2017-04-05 08:52:29,678 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-287
+2017-04-05 08:52:29,871 DEBUG fe_dashboard 93 9809 140736510014400 result right
+2017-04-05 08:52:29,872 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 08:52:29,872 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-04-05 08:52:29,886 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-04-05 08:52:29,886 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-04-05 08:52:29,886 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-04-05 08:52:30,442 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STDNLGM@intl.att.com password=iceusers
+2017-04-05 08:52:30,443 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:52:30,446 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 08:52:30,447 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-04-05 08:52:30,468 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-04-05 08:52:30,469 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 08:52:30,469 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-04-05 08:52:30,817 DEBUG db_general 56 9811 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:52:30,823 DEBUG db_general 65 9811 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:52:30,978 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:52:30,978 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d60a7055-5778-4fe7-8293-d60b80707b73/4ffcc915e17447c48daf8b35136fca3e
+2017-04-05 08:52:31,031 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:31,145 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:52:31,196 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:31,196 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:31,215 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:31,217 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:31,221 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:31,223 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:31,911 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:31,912 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76678500-47f1-4267-92c7-3461f3561aec/checklist/new/
+2017-04-05 08:52:32,014 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:32,015 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:32,035 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:32,035 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:52:32,091 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:32,092 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:32,092 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:52:32,237 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:32,886 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:52:32,975 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:52:33,383 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:52:33,383 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/18af360c-ae7b-41be-9d0d-fb047c509bf1/3f7fa7917470478a99049c9ae5ec9749
+2017-04-05 08:52:33,415 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:33,483 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:33,484 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:33,487 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:33,489 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:33,492 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:33,494 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:33,536 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:52:33,602 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:33,628 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:52:33,644 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:52:33,653 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:33,788 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:52:33,794 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:34,459 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:34,497 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:34,498 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3eae11f8-6db0-4871-822b-11c65582ffa8/checklist/new/
+2017-04-05 08:52:34,623 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:34,648 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:34,649 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:34,725 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:34,726 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:34,726 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:52:34,949 DEBUG db_cms 79 9808 140736510014400 Insert new post : title_Announcement_STLtZjp
+2017-04-05 08:52:34,950 DEBUG db_cms 83 9808 140736510014400 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STLtZjp', 'title_Announcement_STLtZjp-slug', '', 'description_Announcement_STMg70i', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STMg70i</p>', true, '', 1, 1);
+2017-04-05 08:52:34,956 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STLtZjp', 'title_Announcement_STLtZjp-slug', '', 'description_Announcement_STMg70i', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STMg70i</p>', true, '', 1, 1);
+2017-04-05 08:52:34,966 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:34,966 DEBUG db_cms 92 9808 140736510014400 Get the id of the post inserted
+2017-04-05 08:52:34,967 DEBUG db_cms 94 9808 140736510014400 Query : select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:34,977 DEBUG db_cms 56 9808 140736510014400 Query: select MAX(id) FROM public.blog_blogpost;
+2017-04-05 08:52:34,981 DEBUG db_cms 64 9808 140736510014400 Query result: 167
+2017-04-05 08:52:34,981 DEBUG db_cms 71 9808 140736510014400 Get DBCMS category id for name: Announcement
+2017-04-05 08:52:34,982 DEBUG db_cms 73 9808 140736510014400 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:34,987 DEBUG db_cms 56 9808 140736510014400 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-04-05 08:52:34,989 DEBUG db_cms 64 9808 140736510014400 Query result: 2
+2017-04-05 08:52:34,989 DEBUG db_cms 109 9808 140736510014400 bind category into inserted post: 167
+2017-04-05 08:52:34,989 DEBUG db_cms 111 9808 140736510014400 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (167, 2);
+2017-04-05 08:52:34,993 DEBUG db_cms 28 9808 140736510014400 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (167, 2);
+2017-04-05 08:52:35,000 DEBUG db_cms 32 9808 140736510014400 Insert query success!
+2017-04-05 08:52:35,020 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:35,099 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:52:35,099 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b1469816-b801-4b28-95f1-07c73fa92fb5/e5eaed13ec894399b63e2d1deeecc4d3
+2017-04-05 08:52:35,136 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:35,138 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:35,217 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:35,218 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:35,222 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:35,225 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:35,229 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:35,230 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:35,480 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:35,480 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/86feac0d-c99f-4376-8b84-28beb130b2bc/checklist/new/
+2017-04-05 08:52:35,559 DEBUG db_general 153 9810 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:52:35,559 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:35,560 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:35,561 DEBUG db_general 165 9810 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:52:35,566 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:35,593 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:35,593 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:35,593 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:52:35,679 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:52:36,115 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:36,320 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:52:36,451 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:52:36,457 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:36,483 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:52:36,629 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:36,702 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:36,971 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:37,176 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:52:37,241 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:52:37,244 DEBUG db_general 165 9810 140736510014400 Query result: 29c4c202-f4cc-4345-8a31-ac2f599b8928
+2017-04-05 08:52:37,251 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:37,301 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:52:37,327 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:37,490 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:52:37,843 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:38,145 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:38,145 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:52:38,519 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:38,905 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:52:39,045 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 08:52:39,045 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-04-05 08:52:39,062 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-04-05 08:52:39,063 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-04-05 08:52:39,063 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-04-05 08:52:39,529 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:52:39,635 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:52:39,641 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:40,509 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:41,094 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:41,175 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:41,628 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:42,156 DEBUG db_general 56 9811 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:52:42,159 DEBUG db_general 65 9811 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:52:42,253 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:52:42,253 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/731693ba-5add-4884-9e9f-65c71dcf76aa/9a4c1b5e82c14af4a757920697c30fe8
+2017-04-05 08:52:42,288 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:42,364 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:42,364 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:42,368 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:42,369 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:42,374 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:42,376 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:42,473 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:42,824 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:42,825 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4dc3d162-ca66-439a-88b4-03548c1ef607/checklist/new/
+2017-04-05 08:52:42,896 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:42,897 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:42,928 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:42,929 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:42,929 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:52:42,987 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:43,632 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:43,767 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:52:44,147 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:44,438 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:52:44,535 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:52:44,539 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:44,820 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:45,052 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:45,334 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:45,566 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:45,859 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 08:52:45,862 DEBUG db_general 165 9809 140736510014400 Query result: 1
+2017-04-05 08:52:45,870 DEBUG db_user 183 9809 140736510014400 Query result: [(350,)]
+2017-04-05 08:52:45,870 DEBUG fe_dashboard 56 9809 140736510014400 Number of pages: 43
+2017-04-05 08:52:45,870 DEBUG fe_dashboard 59 9809 140736510014400 numOfPage 44
+2017-04-05 08:52:45,905 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:46,541 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:46,632 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-04-05 08:52:46,632 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-04-05 08:52:46,650 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-04-05 08:52:46,650 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-04-05 08:52:46,650 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-04-05 08:52:47,052 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:48,390 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:48,769 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:48,925 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STaCK2c@intl.att.com password=iceusers
+2017-04-05 08:52:48,926 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:52:48,926 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 08:52:48,927 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-04-05 08:52:48,948 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-04-05 08:52:48,951 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 08:52:48,951 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-04-05 08:52:49,201 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:49,732 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:50,213 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:52:50,213 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c0adac6-060f-4958-bc0c-4429248ec50e/d52b6703f51b4420a20a3cf737ead536
+2017-04-05 08:52:50,255 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:50,266 DEBUG db_general 56 9811 140736510014400 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-04-05 08:52:50,271 DEBUG db_general 65 9811 140736510014400 Query result: None
+2017-04-05 08:52:50,272 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-04-05 08:52:50,272 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-04-05 08:52:50,274 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:52:50,280 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:52:50,292 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:52:50,297 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:52:50,304 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-04-05 08:52:50,304 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:52:50,305 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-04-05 08:52:50,305 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-04-05 08:52:50,307 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:52:50,407 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:50,408 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:50,414 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:50,415 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:50,433 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:50,436 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:51,237 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:51,266 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:51,267 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/47a5775c-3a52-47a2-9d1a-55f275f8e4bc/checklist/new/
+2017-04-05 08:52:51,408 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:52:51,408 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:52:51,477 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:51,487 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:51,487 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:52:52,009 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0kEOS';
+2017-04-05 08:52:52,012 DEBUG db_general 165 9810 140736510014400 Query result: e795549d-f2eb-472d-af3b-2bd4e10af450
+2017-04-05 08:52:52,016 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'e795549d-f2eb-472d-af3b-2bd4e10af450';
+2017-04-05 08:52:52,020 DEBUG db_general 165 9810 140736510014400 Query result: 2017-384
+2017-04-05 08:52:52,025 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-384';
+2017-04-05 08:52:52,030 DEBUG db_general 165 9810 140736510014400 Query result: 2
+2017-04-05 08:52:52,362 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:52:52,595 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:52:52,596 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/13c0c18c-a210-487d-8baf-4054fd8a90ea/4d069394eea240ee8634cb23d54d1c7c
+2017-04-05 08:52:52,616 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:52:52,639 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:52,734 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:52,735 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:52,739 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:52,742 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:52,746 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:52,747 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:53,030 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:53,030 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/058fb2b4-5fd0-4405-b0a8-a109dbc7d1eb/checklist/new/
+2017-04-05 08:52:53,042 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:52:53,116 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:53,117 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:53,161 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:53,161 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:53,162 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:52:53,171 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:52:53,177 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:53,474 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:52:53,794 DEBUG db_general 56 9811 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:52:53,796 DEBUG db_general 65 9811 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:52:53,936 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:53,988 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:52:53,988 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9c015395-e4ea-4d61-86c2-cb592bfc62b4/9d2a98bbac1a4b77bad622bab770de17
+2017-04-05 08:52:53,997 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:52:54,067 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:52:54,090 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:52:54,206 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:54,206 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:54,211 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:52:54,213 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:52:54,217 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:52:54,219 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:52:54,451 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:54,572 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:54,670 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:52:54,670 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56f1a4b1-2718-448b-aea8-4682fc97e4db/checklist/new/
+2017-04-05 08:52:54,748 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:52:54,749 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:52:54,762 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:52:54,783 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:52:54,784 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:52:54,784 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:52:54,884 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:52:54,887 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:54,977 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:55,399 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:55,633 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:52:55,776 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:55,911 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:56,156 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:56,287 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:52:56,287 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:56,385 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:52:56,389 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:52:56,803 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:56,902 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:57,282 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:52:57,283 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:52:57,338 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STHtjCG';
+2017-04-05 08:52:57,345 DEBUG db_general 165 9810 140736510014400 Query result: 29c4c202-f4cc-4345-8a31-ac2f599b8928
+2017-04-05 08:52:57,351 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:52:57,415 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:57,522 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:57,925 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:57,961 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 08:52:57,961 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Happy_Test>,) | {}
+2017-04-05 08:52:57,977 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Happy_Test ----------------------
+
+2017-04-05 08:52:57,978 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 08:52:57,978 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+2017-04-05 08:52:58,037 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:58,807 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:59,089 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:59,331 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:52:59,603 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:52:59,856 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-05 08:52:59,859 DEBUG db_general 165 9809 140736510014400 Query result: 2
+2017-04-05 08:52:59,867 DEBUG db_user 183 9809 140736510014400 Query result: [(2,)]
+2017-04-05 08:52:59,867 DEBUG fe_dashboard 85 9809 140736510014400 Number of pages: 1
+2017-04-05 08:53:00,259 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:00,304 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-184
+2017-04-05 08:53:00,347 DEBUG fe_dashboard 89 9809 140736510014400 starred_2017-397
+2017-04-05 08:53:00,577 DEBUG fe_dashboard 93 9809 140736510014400 result right
+2017-04-05 08:53:00,578 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-04-05 08:53:00,578 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-04-05 08:53:00,594 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-04-05 08:53:00,595 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-04-05 08:53:00,595 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-04-05 08:53:01,122 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:01,690 DEBUG api_virtual_function 161 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:01,690 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 08:53:01,690 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-04-05 08:53:01,713 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-04-05 08:53:01,714 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 08:53:01,714 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-04-05 08:53:01,788 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:53:01,788 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/59bca52c-5176-4850-b390-e50df53e4eb0/882c92787ec44743896649425933a766
+2017-04-05 08:53:01,841 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:01,981 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:53:01,981 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:53:01,987 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:01,989 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:01,993 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:01,995 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:02,029 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:02,507 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:02,508 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c480c03e-1015-4aff-9e45-dfcd6db06281/checklist/new/
+2017-04-05 08:53:02,551 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:02,666 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:53:02,666 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:53:02,718 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:02,719 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:02,719 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:53:02,870 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:03,083 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-04-05 08:53:03,084 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-04-05 08:53:03,124 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-04-05 08:53:03,125 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-04-05 08:53:03,125 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-04-05 08:53:03,707 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:53:04,018 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:04,211 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:53:04,211 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2822195d-91bd-4246-9047-0180db7448ce/b5a88986e27e4aeeb9c4713903eef87c
+2017-04-05 08:53:04,278 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:04,380 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:04,381 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:04,385 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:04,387 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:04,391 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:04,394 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:04,399 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:53:04,596 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:53:04,608 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:04,968 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:04,968 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c417f302-23f4-4be6-904c-89544d84ce5b/checklist/new/
+2017-04-05 08:53:05,114 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:05,114 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:05,121 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:05,163 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:05,163 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:05,164 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:53:05,377 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:05,378 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cd1c560f-aa06-4ac4-b174-ab3b4f3be7ec/41efc23de65a430a9ff9ae600010cb94
+2017-04-05 08:53:05,415 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:05,513 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:05,513 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:05,517 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:05,519 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:05,524 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:05,526 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:05,575 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:05,677 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:05,679 DEBUG db_general 165 9810 140736510014400 Query result: ae5e6f89-ea35-4a7d-b5f5-46031c30cca4
+2017-04-05 08:53:05,684 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:05,687 DEBUG db_general 165 9810 140736510014400 Query result: c480c03e-1015-4aff-9e45-dfcd6db06281
+2017-04-05 08:53:05,691 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:05,694 DEBUG db_general 165 9810 140736510014400 Query result: c480c03e-1015-4aff-9e45-dfcd6db06281
+2017-04-05 08:53:05,697 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'c480c03e-1015-4aff-9e45-dfcd6db06281';
+2017-04-05 08:53:05,699 DEBUG db_general 165 9810 140736510014400 Query result: 2017-400
+2017-04-05 08:53:05,702 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-400';
+2017-04-05 08:53:05,704 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:53:05,712 DEBUG fe_checklist 50 9810 140736510014400 EL email: dd1122@att.com
+2017-04-05 08:53:05,716 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'c480c03e-1015-4aff-9e45-dfcd6db06281';
+2017-04-05 08:53:05,719 DEBUG db_general 165 9810 140736510014400 Query result: 2017-400
+2017-04-05 08:53:05,759 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:05,934 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:05,934 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a638e9c8-9a70-4249-8576-fba1108cbf43/checklist/new/
+2017-04-05 08:53:06,015 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:06,015 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:06,051 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:06,058 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:53:06,147 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:06,147 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a111c4a2-b48f-4bb2-803b-9f12252c279b/bbfca711387b4928b89eea0dc5aeabb0
+2017-04-05 08:53:06,187 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:06,275 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:06,276 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:06,282 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:06,284 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:06,288 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:06,289 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:06,664 DEBUG db_general 56 9811 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:53:06,667 DEBUG db_general 65 9811 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:53:06,681 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:06,681 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e91f8e33-54ca-42a3-bbf0-ffe8973f901f/checklist/new/
+2017-04-05 08:53:06,700 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:53:06,842 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:06,843 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:06,848 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:53:06,856 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:06,881 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:53:06,881 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a4c9ff3-a8b2-4575-839d-c7923169ebee/0e6c43c0fc5141aeb0ed10fb2f1738d8
+2017-04-05 08:53:06,945 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:06,952 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:07,096 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:07,096 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:07,100 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:07,100 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d9efe23-ce89-42fc-9139-14644aa5dd96/67633cdbe76440ffa4cc438d6e77fd38
+2017-04-05 08:53:07,101 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:07,102 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:07,107 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:07,109 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:07,171 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:07,273 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:07,446 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:07,446 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:07,450 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:07,455 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:07,460 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:07,463 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:07,652 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:07,789 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:08,036 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:08,036 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a293ee7-f06a-43bb-87e4-cacfd8bca687/checklist/new/
+2017-04-05 08:53:08,120 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:08,121 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8d8ccbe1-39aa-41d4-b6fb-b2766608258c/checklist/new/
+2017-04-05 08:53:08,121 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:08,122 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:08,156 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:08,156 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:08,156 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:53:08,163 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:08,195 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:08,195 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:08,227 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:08,296 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=ae5e6f89-ea35-4a7d-b5f5-46031c30cca4&inviter_uuid=59bca52c-5176-4850-b390-e50df53e4eb0&email=automationqattST58X0Y@gmail.com
+2017-04-05 08:53:08,330 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:08,331 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/acb36bce-a733-4993-95af-c2395ba0ecd8/5868401d88bd4889bb87c80ae5101100
+2017-04-05 08:53:08,379 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:08,475 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:08,475 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:08,480 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:08,481 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:08,485 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:08,487 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:08,687 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:08,778 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:08,779 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5528f94c-1d17-4dfa-a893-03ba2cf173d6/checklist/new/
+2017-04-05 08:53:08,851 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:08,852 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:08,887 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:08,980 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:08,981 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef2c066b-8aa2-47f4-ab9e-0f0d713086b1/8b5cffaba4284ead83656be48b49455d
+2017-04-05 08:53:08,997 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:53:09,024 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:09,114 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:09,115 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:09,119 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:09,121 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:09,125 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:09,127 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:09,448 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:09,449 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/73271559-a41f-461e-8e7f-aeb172fd7ec8/checklist/new/
+2017-04-05 08:53:09,486 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:09,533 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:09,533 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:09,580 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:09,669 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:53:09,720 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:09,720 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4bf6fac8-439e-408a-95e6-883a1556ec5f/19abd1aadd514029968e0cfa18273ceb
+2017-04-05 08:53:09,779 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:09,795 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:53:09,803 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:09,894 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:09,894 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:09,903 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:09,904 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:09,909 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:09,910 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:09,998 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:10,201 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:53:10,534 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:10,647 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:10,647 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ee07601-3df4-4568-b77e-21502b6d65ec/checklist/new/
+2017-04-05 08:53:10,798 DEBUG db_general 153 9809 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 08:53:10,803 DEBUG db_general 165 9809 140736510014400 Query result: 1
+2017-04-05 08:53:10,818 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:10,864 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:10,864 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:10,966 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:11,047 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:11,107 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:11,108 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:53:11,164 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:11,164 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/62308cf6-2659-4d6b-b019-5b5a325177f2/c80c01bd857a4a5280b4a8000a99f3d4
+2017-04-05 08:53:11,225 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:11,311 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:11,311 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:11,316 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:11,317 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:11,322 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:11,324 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:11,368 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:11,562 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:11,673 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:11,673 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3caf0fd-5d9c-49a7-a754-f57441effee0/checklist/new/
+2017-04-05 08:53:11,746 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:11,746 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:11,780 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:11,857 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:11,857 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/07fa8afe-1995-4895-a45b-c499784774a3/5f6ae8c62a1e4a0bbde7f62b18748efa
+2017-04-05 08:53:11,886 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:11,890 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:11,954 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:53:11,979 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:11,979 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:11,985 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:11,987 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:11,991 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:11,993 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:12,404 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:12,405 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/94ca52da-c4a1-40bb-bc7c-74e1ad6c6a24/checklist/new/
+2017-04-05 08:53:12,510 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:12,511 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:12,571 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:12,585 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:12,600 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:53:12,730 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:53:12,739 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:12,778 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:12,778 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ebf8bd55-a337-4173-9a49-40707b785f58/14308233c8b14347baeaa58ccca08564
+2017-04-05 08:53:12,785 DEBUG db_user 183 9809 140736510014400 Query result: [(1,)]
+2017-04-05 08:53:12,792 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:12,863 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:12,977 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:12,978 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:12,983 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:12,985 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:12,989 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:12,991 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:13,103 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:13,309 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:13,492 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:13,654 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:13,655 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/89d6dead-d676-4900-b787-3f1eb3bd98a5/checklist/new/
+2017-04-05 08:53:13,749 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:13,750 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:13,789 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:13,790 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:13,822 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:13,873 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:13,873 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/271242d7-aaa2-4cd7-bd4a-8ca8fa18bd49/5b2c21fe86dd4da29e6ab38c154925d5
+2017-04-05 08:53:13,904 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:13,969 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:13,970 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:13,974 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:13,975 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:13,978 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:13,979 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:14,003 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:14,192 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:14,192 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dff48887-597a-48bd-bce6-713b16c1912d/checklist/new/
+2017-04-05 08:53:14,260 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:14,260 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:14,332 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:14,341 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-04-05 08:53:14,341 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-04-05 08:53:14,356 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-04-05 08:53:14,357 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-04-05 08:53:14,357 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-04-05 08:53:14,428 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:14,429 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99135dc1-d771-4bcc-be9e-08d798cf01bf/49405a41acfe469bb225ba52518cfe6e
+2017-04-05 08:53:14,473 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:14,577 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:14,577 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:14,582 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:14,584 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:14,593 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:14,595 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:14,622 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:15,039 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:15,039 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e756c6f9-4ce6-4d7d-af57-bfbfb60b7eb8/checklist/new/
+2017-04-05 08:53:15,131 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:15,132 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:15,206 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:15,348 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:15,348 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bac0a0a2-c2c0-47ad-b969-4c3f7d59ef5f/faf623f245ba4a899f628df8ea1600e9
+2017-04-05 08:53:15,422 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:15,495 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:15,648 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:15,649 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:15,654 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:15,660 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:15,665 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:15,666 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:15,994 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:15,994 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cdf5a3bc-9192-4e7c-b3d0-da166b6178a9/checklist/new/
+2017-04-05 08:53:16,012 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:16,075 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:16,075 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:16,108 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:16,221 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:16,222 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fec4b693-0149-4e32-9eb4-6c87186ddfbd/dd8d85e5266f4cfb80418be01f2e575e
+2017-04-05 08:53:16,260 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:16,281 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:16,345 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:16,345 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:16,350 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:16,351 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:16,354 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:16,355 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:16,626 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:16,830 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:16,831 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0c1d5d0-19eb-4ccf-b42a-ba3b2a63e7a4/checklist/new/
+2017-04-05 08:53:16,953 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:16,953 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:17,003 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:17,110 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:17,151 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:17,151 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4955a85d-db61-40b0-9042-e9559dbaf524/a83e2fa4231846628fab417087911b88
+2017-04-05 08:53:17,196 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:17,271 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:17,271 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:17,275 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:17,276 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:17,279 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:17,280 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:17,545 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:17,546 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ab5df5b-e101-4829-9339-2e49d35f3090/checklist/new/
+2017-04-05 08:53:17,619 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:17,620 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:17,625 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:17,651 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:17,752 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:17,753 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aeabe72c-4b71-4702-a0a8-01d6b37e5101/f0aae29bb8c840b9ac7b8b1198d67569
+2017-04-05 08:53:17,790 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:17,790 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:53:17,801 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:17,891 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:17,891 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:17,895 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:17,896 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:17,900 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:17,902 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:18,144 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-04-05 08:53:18,144 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-04-05 08:53:18,161 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-04-05 08:53:18,162 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-04-05 08:53:18,162 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-04-05 08:53:18,517 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:18,518 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/87e519fe-f67d-4fd9-9291-b30cf28f9528/checklist/new/
+2017-04-05 08:53:18,604 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:53:18,627 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:18,628 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:18,694 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:18,836 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:18,836 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5b7785d7-1507-43c4-84b5-a9f522b631c2/91b788af5bdf425e890181506218878d
+2017-04-05 08:53:18,879 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:18,997 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:18,997 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:19,002 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:19,004 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:19,008 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:19,010 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:19,301 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:53:19,427 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:53:19,440 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:19,669 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'SThYUzy';
+2017-04-05 08:53:19,673 DEBUG db_general 165 9810 140736510014400 Query result: 3ac1734b-2e9b-4b2b-8de9-9afc6dd5185b
+2017-04-05 08:53:19,679 DEBUG db_general 153 9810 140736510014400 Query : select template_id from ice_checklist Where name = 'SThYUzy';
+2017-04-05 08:53:19,683 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:53:19,714 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:19,715 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b4a6478e-1c92-4b3c-a852-9a34b0e27e61/checklist/new/
+2017-04-05 08:53:19,730 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:53:19,930 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:19,931 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:20,006 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:20,186 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:20,187 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44ab7e10-7245-48b6-ad18-aa932a0ef6b6/ec10db9a9ad545ad802d58fc5fe6ab27
+2017-04-05 08:53:20,265 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:20,353 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:20,393 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:20,393 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:20,398 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:20,400 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:20,404 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:20,409 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:20,635 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:20,727 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:20,728 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:53:20,869 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:20,961 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:20,962 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21c6b3a2-1e38-43f5-85fc-5ccfa327d5f7/checklist/new/
+2017-04-05 08:53:21,058 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:21,059 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:21,105 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:21,195 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:21,195 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/adea8474-bfc0-45c1-b9a5-4b933acc80e6/23161fb1c5924a3184a14af3c290a8a2
+2017-04-05 08:53:21,229 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:21,317 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:21,317 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:21,320 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:21,322 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:21,326 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:21,327 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:21,401 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:21,639 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:21,640 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/daad7ef9-f50f-4c6b-9f5e-1fd9e592a25f/checklist/new/
+2017-04-05 08:53:21,721 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:21,721 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:21,755 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:21,780 DEBUG db_general 56 9811 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:53:21,782 DEBUG db_general 65 9811 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:53:21,801 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:53:21,874 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:21,875 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d13b957-b380-47fd-835f-2eeca7692286/f10f40cca09942b2a5de630102cfe5d8
+2017-04-05 08:53:21,907 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:53:21,907 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a781c15c-bf4e-4b52-ab6e-1fafb4f49975/5cb58bf3124540ca9c58b17dd412ebdc
+2017-04-05 08:53:21,929 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:21,930 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-04-05 08:53:21,930 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-04-05 08:53:21,948 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-04-05 08:53:21,948 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-04-05 08:53:21,948 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-04-05 08:53:21,958 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:22,022 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:22,022 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:22,027 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:22,029 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:22,033 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:22,034 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:22,036 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:22,037 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:22,040 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:22,042 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:22,045 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:22,047 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:22,451 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:22,452 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/72554006-6588-4510-8bb3-4da90b944c25/checklist/new/
+2017-04-05 08:53:22,460 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:22,461 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d912f39-c899-4f0f-b1c4-594b1d605c4f/checklist/new/
+2017-04-05 08:53:22,484 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:53:22,574 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:22,575 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:22,594 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:22,594 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:22,620 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:53:22,627 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:22,651 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:22,668 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:22,668 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:22,669 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:53:22,822 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:22,822 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2fe1a3d-429e-4716-92de-a87af7063b09/c6e2967341554b1e965c33a367fd9426
+2017-04-05 08:53:22,942 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:23,163 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:23,163 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:23,169 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:23,171 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:23,176 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:23,177 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:23,529 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:23,658 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:23,658 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/270797f7-e4e8-4125-b49d-94537f4075a3/checklist/new/
+2017-04-05 08:53:23,676 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:53:23,783 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:23,784 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:23,824 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:23,912 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:23,912 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be3f500c-2021-4df5-a74e-380161e317a2/f9051f61ba6a416aaa636546cddf1f24
+2017-04-05 08:53:23,948 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:24,016 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:24,016 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:24,020 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:24,021 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:24,024 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:24,026 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:24,047 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:24,319 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:24,352 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:53:24,363 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:24,364 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb6aca2a-93a7-45f5-b8c8-6e9a5a382b36/checklist/new/
+2017-04-05 08:53:24,472 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:24,472 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:24,481 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:53:24,490 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:24,527 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:24,586 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:24,640 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:24,641 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ba332cb7-814e-4382-aac0-f66b4bc799af/4fd67c0b33574e05b161215675121a44
+2017-04-05 08:53:24,693 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:24,827 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:24,827 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:24,834 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:24,836 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:24,843 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:24,848 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:25,214 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:25,410 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:25,410 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f9cb74a-5de0-4730-b6cc-7df7cfd1b7a2/checklist/new/
+2017-04-05 08:53:25,539 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:25,539 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:25,596 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:25,597 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:53:25,655 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:25,685 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:25,729 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:25,805 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:25,805 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e1b6c3fb-7790-421a-ac5a-22b12c7e29ce/33ee4d77bdf048f9b9a68a471795f3a1
+2017-04-05 08:53:25,842 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:25,928 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:25,928 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:25,932 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:25,933 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:25,936 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:25,937 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:26,142 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:26,142 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e48ac0ac-b8c9-45cc-a65c-9c27f30688d6/checklist/new/
+2017-04-05 08:53:26,209 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:26,209 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:26,244 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:26,336 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:26,336 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/241c3c8c-cc12-440e-8f6a-143c149968c4/b29f4d159bb143689e953fbf84c2a47e
+2017-04-05 08:53:26,371 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:26,408 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'SThYUzy';
+2017-04-05 08:53:26,411 DEBUG db_general 165 9810 140736510014400 Query result: 3ac1734b-2e9b-4b2b-8de9-9afc6dd5185b
+2017-04-05 08:53:26,416 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:26,467 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:26,467 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:26,472 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:26,474 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:26,478 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:26,480 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:26,637 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:53:26,744 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:26,897 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:26,898 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f0ddad0c-b151-45e1-8f12-36100c558df9/checklist/new/
+2017-04-05 08:53:26,980 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:26,981 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:27,014 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:27,129 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:27,129 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5e7e502-59d1-4d2e-9558-fa7952bad42d/1b916342dbb8475bb6d366bbc4f9ffbc
+2017-04-05 08:53:27,165 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:27,260 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:27,292 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:27,293 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:27,296 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:27,298 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:27,301 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:27,303 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:27,310 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:53:27,434 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:53:27,439 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:28,091 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:28,091 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/796a7f9d-9a9c-46ca-8cab-d4febb580d21/checklist/new/
+2017-04-05 08:53:28,120 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:28,195 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:28,196 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:28,242 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:28,335 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:28,335 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/621af000-f32b-4b26-a6ff-7807702b2dba/6e065315882649aea859626931fd9b91
+2017-04-05 08:53:28,371 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:28,458 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:28,458 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:28,462 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:28,463 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:28,467 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:28,468 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:28,593 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:28,596 DEBUG db_general 165 9810 140736510014400 Query result: c480c03e-1015-4aff-9e45-dfcd6db06281
+2017-04-05 08:53:28,600 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'c480c03e-1015-4aff-9e45-dfcd6db06281';
+2017-04-05 08:53:28,603 DEBUG db_general 165 9810 140736510014400 Query result: 2017-400
+2017-04-05 08:53:28,607 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-400';
+2017-04-05 08:53:28,610 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:53:28,635 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:28,823 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:29,167 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:29,184 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:29,184 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a7409c8-869e-4085-8270-c96c6f61bbec/checklist/new/
+2017-04-05 08:53:29,238 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:53:29,271 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:29,271 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:29,309 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:29,422 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:29,422 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d03ecc92-2e24-4d3f-8d6b-8bd9a02045ce/fb776b7cd2b14a948be3113b2c7ac27f
+2017-04-05 08:53:29,455 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:29,555 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:29,556 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:29,559 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:29,561 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:29,565 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:29,566 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:29,621 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:29,690 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-04-05 08:53:29,691 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-04-05 08:53:29,712 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-04-05 08:53:29,713 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-04-05 08:53:29,713 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-04-05 08:53:30,067 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:30,068 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9b1eaefb-d219-4beb-b750-3ad6ae3eb52a/checklist/new/
+2017-04-05 08:53:30,138 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:30,162 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:30,162 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:30,208 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:30,344 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:30,345 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be5acf32-13a9-48fa-ad18-035598ac4dc7/10d29a414ebc49f29547404b25da05aa
+2017-04-05 08:53:30,386 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:30,525 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:30,526 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:30,550 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:30,553 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:30,558 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:30,562 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:30,660 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-04-05 08:53:30,660 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-04-05 08:53:30,683 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-04-05 08:53:30,683 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-04-05 08:53:30,684 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-04-05 08:53:31,216 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:31,216 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/554370cc-e5ce-4ac3-9baf-b798b588c6f5/checklist/new/
+2017-04-05 08:53:31,376 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:53:31,478 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:31,479 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:31,545 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:31,713 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:31,713 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5d12c081-6c28-44dd-942b-d427554126e9/5df0ab86ac9b402dbad5c43cf606eb33
+2017-04-05 08:53:31,784 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:31,896 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:53:31,954 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:31,954 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:31,961 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:31,963 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:31,971 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:31,974 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:32,169 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:32,524 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:32,650 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:32,650 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5223360-5b68-432f-84e8-a4b9d02d3d45/checklist/new/
+2017-04-05 08:53:32,740 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:32,740 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:32,774 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:32,861 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:53:32,861 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d02c22a9-1781-4711-8f98-8389a9f2e863/c6df7c5b33bc4e349795e66ab43f580f
+2017-04-05 08:53:32,898 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:33,003 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:33,003 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:33,007 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:33,009 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:33,019 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:33,020 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:33,348 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:33,349 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a44e8c1f-f938-4ffb-b576-c7e0bb2ed203/checklist/new/
+2017-04-05 08:53:33,422 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:53:33,422 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:53:33,458 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:33,458 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:33,458 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:53:33,549 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:53:33,550 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/12ae19b6-3901-456a-9ea9-a9da51060605/66bbc4651b0d41ffa7b332e7c81815ef
+2017-04-05 08:53:33,585 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:33,659 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:33,659 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:33,663 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:33,664 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:33,668 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:33,669 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:33,812 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:34,071 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:34,071 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e11883e8-5f89-43d7-8233-c266bd9009be/checklist/new/
+2017-04-05 08:53:34,088 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:53:34,152 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:34,153 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:34,205 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:34,205 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:34,205 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:53:34,346 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:53:34,875 DEBUG db_checklist 51 9810 140736510014400 Query : select owner_id from ice_checklist Where uuid = '3ac1734b-2e9b-4b2b-8de9-9afc6dd5185b' and state = 'peer_review';
+2017-04-05 08:53:34,877 DEBUG db_checklist 66 9810 140736510014400 Query result: 2
+2017-04-05 08:53:34,881 DEBUG db_general 153 9810 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:53:34,883 DEBUG db_general 165 9810 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:53:34,883 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:34,884 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:53:34,919 DEBUG db_general 56 9811 140736510014400 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-04-05 08:53:34,921 DEBUG db_general 65 9811 140736510014400 Query result: 60fc1d9c-5b03-4eff-8770-ceaa335b047e
+2017-04-05 08:53:34,998 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:53:35,025 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:53:35,025 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9d39b720-750e-4456-8951-7f69fae7c5ca/94c14328c6574c689fa0d2143e21fefd
+2017-04-05 08:53:35,072 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:35,085 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:53:35,143 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:53:35,153 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:35,213 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:35,214 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:35,220 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:35,228 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:35,237 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:35,239 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:35,668 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:35,705 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:35,705 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2ae7036-1704-4359-8048-c8bde1de7e26/checklist/new/
+2017-04-05 08:53:35,767 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:53:35,785 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:35,786 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:35,786 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:53:35,826 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:35,826 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:35,826 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:53:35,915 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:53:35,922 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:36,421 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:53:36,537 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:53:36,541 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:36,542 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:36,688 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:53:37,056 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:37,412 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:53:37,424 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:37,535 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:53:37,542 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:37,569 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:37,940 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:38,054 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:38,102 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:38,471 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:38,627 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-04-05 08:53:38,627 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-04-05 08:53:38,645 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-04-05 08:53:38,645 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-04-05 08:53:38,645 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-04-05 08:53:38,646 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:39,711 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:39,774 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:40,245 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'SThYUzy';
+2017-04-05 08:53:40,247 DEBUG db_general 165 9810 140736510014400 Query result: 3ac1734b-2e9b-4b2b-8de9-9afc6dd5185b
+2017-04-05 08:53:40,252 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:40,292 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:40,872 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:41,078 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:41,904 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-04-05 08:53:42,145 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:53:42,145 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ae615fc8-a0d7-497f-bb86-c06f3743ef8c/c20ccb1b9f3542e7b5009b37a1ec1e7c
+2017-04-05 08:53:42,178 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:42,251 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:42,251 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:42,255 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:42,257 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:42,260 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:42,261 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:42,454 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-04-05 08:53:42,455 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-04-05 08:53:42,475 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-04-05 08:53:42,476 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 08:53:42,477 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-04-05 08:53:42,645 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:42,651 DEBUG db_general 165 9810 140736510014400 Query result: c480c03e-1015-4aff-9e45-dfcd6db06281
+2017-04-05 08:53:42,658 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'c480c03e-1015-4aff-9e45-dfcd6db06281';
+2017-04-05 08:53:42,663 DEBUG db_general 165 9810 140736510014400 Query result: 2017-400
+2017-04-05 08:53:42,681 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-400';
+2017-04-05 08:53:42,689 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:53:42,743 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:42,744 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/46f13771-af85-4e28-abc7-ab19f021e765/checklist/new/
+2017-04-05 08:53:42,874 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:42,874 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:42,914 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:42,915 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:42,915 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:53:43,573 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:53:43,817 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:53:44,483 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:53:44,614 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:53:44,621 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:44,748 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:45,536 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:45,718 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:45,723 DEBUG db_general 165 9810 140736510014400 Query result: c480c03e-1015-4aff-9e45-dfcd6db06281
+2017-04-05 08:53:45,730 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'c480c03e-1015-4aff-9e45-dfcd6db06281';
+2017-04-05 08:53:45,733 DEBUG db_general 165 9810 140736510014400 Query result: 2017-400
+2017-04-05 08:53:45,738 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-400';
+2017-04-05 08:53:45,741 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:53:46,049 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:46,191 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:53:46,191 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/32de8335-ff85-45a2-bb67-3bf67fd018e9/3c79c60a7dbf4b14b74c67b15ad293fd
+2017-04-05 08:53:46,235 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:46,317 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:46,317 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:46,320 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:46,322 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:46,325 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:46,327 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:46,578 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:46,707 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:46,707 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59263205-5387-44da-b566-c00e9a44de4c/checklist/new/
+2017-04-05 08:53:46,822 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:46,822 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:46,862 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:46,862 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:46,862 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:53:47,108 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-04-05 08:53:47,108 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-04-05 08:53:47,130 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-04-05 08:53:47,130 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-04-05 08:53:47,131 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-04-05 08:53:47,530 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'SThYUzy';
+2017-04-05 08:53:47,535 DEBUG db_general 165 9810 140736510014400 Query result: ['b44afd59-f602-4b0a-805b-c698aaedcb9c', '3ac1734b-2e9b-4b2b-8de9-9afc6dd5185b']
+2017-04-05 08:53:47,539 DEBUG db_general 153 9810 140736510014400 Query : select state from ice_checklist Where uuid = 'b44afd59-f602-4b0a-805b-c698aaedcb9c';
+2017-04-05 08:53:47,544 DEBUG db_general 165 9810 140736510014400 Query result: pending
+2017-04-05 08:53:47,551 DEBUG db_general 153 9810 140736510014400 Query : select state from ice_checklist Where uuid = '3ac1734b-2e9b-4b2b-8de9-9afc6dd5185b';
+2017-04-05 08:53:47,554 DEBUG db_general 165 9810 140736510014400 Query result: archive
+2017-04-05 08:53:47,554 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 08:53:47,555 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_Reject>,) | {}
+2017-04-05 08:53:47,570 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_Reject ----------------------
+
+2017-04-05 08:53:47,571 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 08:53:47,571 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+2017-04-05 08:53:47,814 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:53:48,512 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:53:48,660 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:53:48,669 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:49,525 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:50,035 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:50,259 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:50,684 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:50,977 DEBUG test_left_nav_panel 124 9811 140736510014400 Fetched ID: dashboard_2017-162: STFBuSa
+2017-04-05 08:53:51,533 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:53:51,533 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e54b8738-79c7-40b7-82a6-033537980d32/6b62e7e69d2748a681466b8fa6ca199b
+2017-04-05 08:53:51,579 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:51,674 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:51,675 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:51,679 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:51,681 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:51,684 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:51,686 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:51,799 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 08:53:51,800 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-04-05 08:53:51,820 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-04-05 08:53:51,821 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 08:53:51,821 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-04-05 08:53:52,301 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:53:52,302 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/682dbfa4-9155-4669-955c-144595c7164b/ca114c5d3fac4bf7ac433c0a32c96797
+2017-04-05 08:53:52,375 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:52,436 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:52,436 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a73eb1a4-9f29-4ab1-b695-960a379e68b7/checklist/new/
+2017-04-05 08:53:52,509 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:53:52,509 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:53:52,514 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:52,516 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:52,520 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:52,523 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:52,549 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:53:52,549 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:53:52,601 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:52,601 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:52,601 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:53:53,120 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:53,121 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4968be30-45b7-4021-8fba-34f54a3fabf3/checklist/new/
+2017-04-05 08:53:53,221 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:53:53,221 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:53:53,263 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:53,263 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:53,263 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:53:53,533 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:53:54,159 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:53:54,166 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:53:54,195 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:53:54,362 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:53:54,372 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:54,855 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:53:54,889 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:55,017 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:53:55,023 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:55,416 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:55,467 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:53:55,468 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/381e85d1-9ed9-4545-8cad-41017367f42f/a42bff43ad7e4170a86ac4e2f03b5ae9
+2017-04-05 08:53:55,505 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:53:55,538 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:55,572 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:55,572 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:55,577 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:53:55,579 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:53:55,584 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:53:55,585 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:53:55,915 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:53:55,916 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/916e5946-7197-45ad-9e5f-994a507aa57a/checklist/new/
+2017-04-05 08:53:55,987 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:53:55,988 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:53:56,020 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:53:56,020 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:53:56,021 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:53:56,059 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_vf Where name = 'STiPoNr';
+2017-04-05 08:53:56,062 DEBUG db_general 165 9810 140736510014400 Query result: 6cba416c-d7f1-4d9d-995f-4285a199f3ef
+2017-04-05 08:53:56,065 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STiPoNr';
+2017-04-05 08:53:56,070 DEBUG db_general 165 9810 140736510014400 Query result: 4968be30-45b7-4021-8fba-34f54a3fabf3
+2017-04-05 08:53:56,074 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'STiPoNr';
+2017-04-05 08:53:56,077 DEBUG db_general 165 9810 140736510014400 Query result: 4968be30-45b7-4021-8fba-34f54a3fabf3
+2017-04-05 08:53:56,085 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4968be30-45b7-4021-8fba-34f54a3fabf3';
+2017-04-05 08:53:56,087 DEBUG db_general 165 9810 140736510014400 Query result: 2017-439
+2017-04-05 08:53:56,091 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-439';
+2017-04-05 08:53:56,094 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:53:56,100 DEBUG fe_checklist 50 9810 140736510014400 EL email: dd1122@att.com
+2017-04-05 08:53:56,104 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '4968be30-45b7-4021-8fba-34f54a3fabf3';
+2017-04-05 08:53:56,106 DEBUG db_general 165 9810 140736510014400 Query result: 2017-439
+2017-04-05 08:53:56,138 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:56,879 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:53:57,468 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:57,572 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:53:57,716 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:53:57,722 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:53:57,981 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:53:58,487 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:53:58,489 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=6cba416c-d7f1-4d9d-995f-4285a199f3ef&inviter_uuid=682dbfa4-9155-4669-955c-144595c7164b&email=automationqattSTm8uoc@gmail.com
+2017-04-05 08:53:59,293 DEBUG db_general 109 9811 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'hs0007@att.com';
+2017-04-05 08:53:59,295 DEBUG db_general 117 9811 140736510014400 Query result: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8
+2017-04-05 08:53:59,337 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-440: STbVDlE
+2017-04-05 08:53:59,350 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STbVDlE';
+2017-04-05 08:53:59,353 DEBUG db_general 165 9811 140736510014400 Query result: 9637f68c-f0ae-47cb-97e7-22d5425a03aa
+2017-04-05 08:53:59,365 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-439: STiPoNr
+2017-04-05 08:53:59,376 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STiPoNr';
+2017-04-05 08:53:59,380 DEBUG db_general 165 9811 140736510014400 Query result: 6cba416c-d7f1-4d9d-995f-4285a199f3ef
+2017-04-05 08:53:59,390 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-438: STq0Bv9
+2017-04-05 08:53:59,400 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STq0Bv9';
+2017-04-05 08:53:59,404 DEBUG db_general 165 9811 140736510014400 Query result: 2213f304-0595-4281-b020-649647d8d04e
+2017-04-05 08:53:59,413 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-162: STFBuSa
+2017-04-05 08:53:59,424 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STFBuSa';
+2017-04-05 08:53:59,431 DEBUG db_general 165 9811 140736510014400 Query result: 356342cc-9283-49cd-93df-ccb4d66a1e1b
+2017-04-05 08:53:59,538 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-400: STC2wNA
+2017-04-05 08:53:59,549 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STC2wNA';
+2017-04-05 08:53:59,552 DEBUG db_general 165 9811 140736510014400 Query result: ae5e6f89-ea35-4a7d-b5f5-46031c30cca4
+2017-04-05 08:53:59,561 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-437: STk1Dtw
+2017-04-05 08:53:59,574 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STk1Dtw';
+2017-04-05 08:53:59,578 DEBUG db_general 165 9811 140736510014400 Query result: 27834dd5-fee8-42d9-bade-ee4c92d50c42
+2017-04-05 08:53:59,821 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-436: ST6xtzd
+2017-04-05 08:53:59,828 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'ST6xtzd';
+2017-04-05 08:53:59,831 DEBUG db_general 165 9811 140736510014400 Query result: b68f1510-e412-482d-9fa4-ec8bf4869c1b
+2017-04-05 08:53:59,840 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-435: STTEd8C
+2017-04-05 08:53:59,848 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STTEd8C';
+2017-04-05 08:53:59,850 DEBUG db_general 165 9811 140736510014400 Query result: 64d8b246-ecf9-4d40-9666-cd2e156846bc
+2017-04-05 08:53:59,858 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-434: STzNfsW
+2017-04-05 08:53:59,867 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STzNfsW';
+2017-04-05 08:53:59,870 DEBUG db_general 165 9811 140736510014400 Query result: 1061fa70-e451-4d78-9db5-535b55cfeb81
+2017-04-05 08:53:59,878 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-433: STCzEkg
+2017-04-05 08:53:59,886 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STCzEkg';
+2017-04-05 08:53:59,889 DEBUG db_general 165 9811 140736510014400 Query result: 94f8b069-8db9-415e-baf5-97aa8b6a2a5f
+2017-04-05 08:53:59,896 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-432: STB2W6M
+2017-04-05 08:53:59,903 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STB2W6M';
+2017-04-05 08:53:59,905 DEBUG db_general 165 9811 140736510014400 Query result: e47ff882-59d4-474b-97c4-301d0c3cbdce
+2017-04-05 08:53:59,913 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-431: ST8IlCY
+2017-04-05 08:53:59,920 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'ST8IlCY';
+2017-04-05 08:53:59,923 DEBUG db_general 165 9811 140736510014400 Query result: b2c62806-09f8-41a1-95b3-030c10280ce6
+2017-04-05 08:53:59,930 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-430: STcYwDK
+2017-04-05 08:53:59,938 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STcYwDK';
+2017-04-05 08:53:59,941 DEBUG db_general 165 9811 140736510014400 Query result: 3685c53a-7cca-4b90-81a7-51237b1265e8
+2017-04-05 08:53:59,948 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-429: STa7kY9
+2017-04-05 08:53:59,955 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STa7kY9';
+2017-04-05 08:53:59,957 DEBUG db_general 165 9811 140736510014400 Query result: 6c23db74-4594-4cc2-8114-6b2b06d8f8d7
+2017-04-05 08:53:59,966 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-428: STamepF
+2017-04-05 08:53:59,976 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STamepF';
+2017-04-05 08:53:59,979 DEBUG db_general 165 9811 140736510014400 Query result: 30226d8d-fc32-423c-951a-26180ddb8dff
+2017-04-05 08:53:59,987 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-427: STJgMeA
+2017-04-05 08:53:59,994 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STJgMeA';
+2017-04-05 08:53:59,997 DEBUG db_general 165 9811 140736510014400 Query result: b22588e3-8680-4741-a92a-eb6abcfa9287
+2017-04-05 08:54:00,006 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-426: STJiCGY
+2017-04-05 08:54:00,021 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STJiCGY';
+2017-04-05 08:54:00,024 DEBUG db_general 165 9811 140736510014400 Query result: 6b35360e-fe4a-43bd-b1d3-ebb259f1073a
+2017-04-05 08:54:00,041 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-425: ST8D5BE
+2017-04-05 08:54:00,051 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'ST8D5BE';
+2017-04-05 08:54:00,055 DEBUG db_general 165 9811 140736510014400 Query result: ab9b8dd7-94bb-4a56-b926-23fffe4b0e1e
+2017-04-05 08:54:00,065 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-424: STbYuO6
+2017-04-05 08:54:00,076 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'STbYuO6';
+2017-04-05 08:54:00,080 DEBUG db_general 165 9811 140736510014400 Query result: 89d8319a-6ed4-4bcc-b3e3-05a89aabcc8c
+2017-04-05 08:54:00,084 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:54:00,088 DEBUG test_left_nav_panel 103 9811 140736510014400 Fetched ID: clickable_2017-423: ST1ezBb
+2017-04-05 08:54:00,096 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_vf Where name = 'ST1ezBb';
+2017-04-05 08:54:00,100 DEBUG db_general 165 9811 140736510014400 Query result: f0827b97-dd5e-4c2e-be9a-99e84076c068
+2017-04-05 08:54:00,100 DEBUG test_left_nav_panel 109 9811 140736510014400 Right result
+2017-04-05 08:54:00,100 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 08:54:00,101 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-04-05 08:54:00,119 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-04-05 08:54:00,120 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 08:54:00,120 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-04-05 08:54:00,761 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:00,762 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:54:01,084 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-04-05 08:54:01,085 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-04-05 08:54:01,106 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-04-05 08:54:01,107 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 08:54:01,107 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-05 08:54:01,628 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:54:02,306 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:54:02,401 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:02,461 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:54:02,468 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:03,324 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:03,836 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:03,863 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:54:03,863 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/869097a8-11f7-4f8d-9ecc-921d544b83df/bc7fa181eb1a40bc856931c39d4bf71e
+2017-04-05 08:54:03,909 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:03,993 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:03,994 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:03,997 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:03,999 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:04,002 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:04,003 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:04,105 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 08:54:04,105 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-04-05 08:54:04,121 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-04-05 08:54:04,121 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 08:54:04,121 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-04-05 08:54:04,289 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:04,461 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:04,498 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:04,499 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abfd26e9-6314-4140-a450-1674c65251db/checklist/new/
+2017-04-05 08:54:04,593 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:04,594 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:04,639 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:04,644 DEBUG db_general 153 9811 140736510014400 Query : select engagement_id from ice_vf Where name = 'STak5ws';
+2017-04-05 08:54:04,648 DEBUG db_general 165 9811 140736510014400 Query result: abfd26e9-6314-4140-a450-1674c65251db
+2017-04-05 08:54:04,652 DEBUG db_general 153 9811 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'abfd26e9-6314-4140-a450-1674c65251db';
+2017-04-05 08:54:04,655 DEBUG db_general 165 9811 140736510014400 Query result: 2017-441
+2017-04-05 08:54:04,660 DEBUG db_general 153 9811 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-441';
+2017-04-05 08:54:04,664 DEBUG db_general 165 9811 140736510014400 Query result: 2
+2017-04-05 08:54:04,671 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:04,671 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:54:05,337 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:05,609 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:54:05,773 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:54:05,776 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STEmo4g@intl.att.com';
+2017-04-05 08:54:05,780 DEBUG db_general 117 9809 140736510014400 Query result: b30d325d-19f2-4a34-a002-e118de0eebc0
+2017-04-05 08:54:05,785 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STEmo4g@intl.att.com';
+2017-04-05 08:54:05,787 DEBUG db_general 117 9809 140736510014400 Query result: 425
+2017-04-05 08:54:05,791 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '425';
+2017-04-05 08:54:05,793 DEBUG db_general 165 9809 140736510014400 Query result: d9c92624c52146408252fe092fb191f3
+2017-04-05 08:54:05,793 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b30d325d-19f2-4a34-a002-e118de0eebc0/d9c92624c52146408252fe092fb191f3
+2017-04-05 08:54:05,794 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b30d325d-19f2-4a34-a002-e118de0eebc0/d9c92624c52146408252fe092fb191f3
+2017-04-05 08:54:06,296 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:54:06,441 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:54:06,450 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:06,492 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:06,672 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:06,672 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:54:07,438 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:07,716 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:54:07,893 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:54:07,894 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4497dad5-8a0c-42e1-9563-53763e4ab591/6fab8810fa044e71b8d09cde40283bd3
+2017-04-05 08:54:07,930 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:08,029 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:08,030 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:08,034 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:08,036 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:08,041 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:08,043 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:08,367 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:54:08,471 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:54:08,476 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:54:08,836 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:08,837 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eae00a08-17c0-4902-a45a-bb0b6d217af5/checklist/new/
+2017-04-05 08:54:08,970 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:08,971 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:09,046 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:09,047 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:09,047 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:54:09,201 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:09,456 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STbImOJ';
+2017-04-05 08:54:09,460 DEBUG db_general 165 9810 140736510014400 Query result: 9b60c775-6861-409e-ade3-8aeaf2cdd202
+2017-04-05 08:54:09,469 DEBUG db_general 153 9810 140736510014400 Query : select template_id from ice_checklist Where name = 'STbImOJ';
+2017-04-05 08:54:09,472 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:54:09,529 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:54:09,715 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:10,067 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:54:10,467 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:10,468 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:54:10,696 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:10,700 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:10,701 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:54:10,772 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:54:10,926 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:54:10,939 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:11,338 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:11,458 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:11,485 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:54:11,638 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:54:11,856 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:11,970 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:12,222 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:54:12,314 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:54:12,319 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:12,342 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:54:12,477 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:54:12,484 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:12,632 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:13,001 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:13,018 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:13,148 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:13,166 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:54:13,520 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:13,537 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:13,664 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:14,047 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:14,058 DEBUG test_login_with_new_user 389 9809 140736510014400 click_on on + Dashboard
+2017-04-05 08:54:14,306 DEBUG fe_wizard 20 9809 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:54:14,572 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:14,941 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:15,602 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:15,697 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:16,052 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:16,149 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:16,269 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:54:16,609 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist Where name = 'STbImOJ';
+2017-04-05 08:54:16,611 DEBUG db_general 165 9810 140736510014400 Query result: 9b60c775-6861-409e-ade3-8aeaf2cdd202
+2017-04-05 08:54:16,616 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:16,780 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-04-05 08:54:16,790 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:17,023 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:17,548 DEBUG fe_wizard 43 9809 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:54:17,743 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:54:18,072 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 08:54:18,072 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-04-05 08:54:18,090 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-04-05 08:54:18,091 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 08:54:18,091 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-04-05 08:54:19,732 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:20,316 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:20,479 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:54:20,497 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:20,618 DEBUG fe_wizard 76 9809 140736510014400 Tab Invite Team Members
+2017-04-05 08:54:20,837 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:21,016 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:54:21,357 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:21,599 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:21,796 DEBUG fe_wizard 89 9809 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:54:21,807 DEBUG helper 42 9809 140736510014400 About to generate SSH Public Key
+2017-04-05 08:54:21,847 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:54:21,848 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d94c8826-1092-487b-af28-b11dfdaaf4b6/f89ff0b508de4c4f90f83e025d97bc2a
+2017-04-05 08:54:21,887 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:21,978 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:21,978 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:21,980 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:21,983 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:21,985 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:21,989 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:21,990 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:22,034 DEBUG helper 57 9809 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXPFRERj4y4V5yNHNi9vE3iAP8fkTxh7SUKriQpPaJgbAQkX37nNcxXvr+fFUjMGPQI51AGuQZiyzSXsewuv74oObj3lMB8/wKaXHQ3X/OGaxqR5C2yLXRpavcxi3b3Wr69z1WYCF17/fNKUlPL8m2zeKjX79uT3RBSSGOV8Ju5RLp8+8JL4L4wNzrjV3q/+h/Uqqo02v2UH9PpU21PL4fHI6wvWmnmKlZYA7MX20HkPJb0pycGMtWmux3Wuhl7jHGpc89w6FTQ27ItB31wXW8GsfHM6B3grxBs7hHPmfBszunoOZLmFZUb5BD1ku22oIMYKkN4dU1vaum2AcdnFSH
+2017-04-05 08:54:22,115 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:22,311 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:22,311 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4f2a71af-ce33-4d00-9620-0d5f7ba7febe/checklist/new/
+2017-04-05 08:54:22,381 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:22,381 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:22,413 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:22,413 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:22,413 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:54:22,938 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:54:23,294 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:54:23,955 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:54:24,070 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:54:24,078 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:24,316 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:24,676 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:24,830 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:25,029 DEBUG fe_wizard 99 9809 140736510014400 SSH Key added via modal window.
+2017-04-05 08:54:25,193 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:25,360 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:25,576 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:54:25,872 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:26,361 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSThdzMX';
+2017-04-05 08:54:26,367 DEBUG db_general 165 9809 140736510014400 Query result: 71f9e70e-9b79-4c8e-b3fd-f6e5b9b0778b
+2017-04-05 08:54:26,373 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '71f9e70e-9b79-4c8e-b3fd-f6e5b9b0778b';
+2017-04-05 08:54:26,377 DEBUG db_general 165 9809 140736510014400 Query result: 2017-444
+2017-04-05 08:54:26,383 DEBUG db_general 153 9809 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-444';
+2017-04-05 08:54:26,386 DEBUG db_general 165 9809 140736510014400 Query result: 1
+2017-04-05 08:54:26,400 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSThdzMX';
+2017-04-05 08:54:26,406 DEBUG db_general 165 9809 140736510014400 Query result: 71f9e70e-9b79-4c8e-b3fd-f6e5b9b0778b
+2017-04-05 08:54:26,419 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '71f9e70e-9b79-4c8e-b3fd-f6e5b9b0778b';
+2017-04-05 08:54:26,424 DEBUG db_general 165 9809 140736510014400 Query result: 2017-444
+2017-04-05 08:54:26,658 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:26,708 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:27,171 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTeCcNE';
+2017-04-05 08:54:27,174 DEBUG db_general 165 9808 140736510014400 Query result: 0617c1d1-db3c-4956-9dd1-00d6ef346667
+2017-04-05 08:54:27,179 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0617c1d1-db3c-4956-9dd1-00d6ef346667';
+2017-04-05 08:54:27,182 DEBUG db_general 165 9808 140736510014400 Query result: 2017-443
+2017-04-05 08:54:27,325 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:27,776 DEBUG db_general 153 9809 140736510014400 Query : select full_name from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 08:54:27,780 DEBUG db_general 165 9809 140736510014400 Query result: Donald Duck
+2017-04-05 08:54:27,829 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 08:54:27,829 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-05 08:54:27,846 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:27,851 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-05 08:54:27,852 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 08:54:27,852 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-05 08:54:29,034 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 08:54:29,034 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_E2EChecklist_UpdateAddNextStep_Test>,) | {}
+2017-04-05 08:54:29,059 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_E2EChecklist_UpdateAddNextStep_Test ----------------------
+
+2017-04-05 08:54:29,060 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 08:54:29,060 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_MultiEL ----------------------
+2017-04-05 08:54:29,576 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 08:54:29,576 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-04-05 08:54:29,625 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-04-05 08:54:29,627 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 08:54:29,628 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-05 08:54:30,977 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:32,200 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:32,253 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:54:32,253 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9e72ba85-3672-4341-8cc8-bad154d7af52/42b6af324a8c4eaeb5623f46922c1daa
+2017-04-05 08:54:32,293 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:32,383 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:54:32,383 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:54:32,389 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:32,393 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:32,397 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:32,398 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:32,668 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:32,668 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16be759e-b800-4328-9255-eff0054bcf99/checklist/new/
+2017-04-05 08:54:32,734 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:54:32,735 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:54:32,771 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:32,771 DEBUG api_user 56 9809 140736510014400 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-04-05 08:54:32,798 DEBUG api_user 74 9809 140736510014400 Testing for Cross site scripting successfully : STslgetstattus Code = 500
+2017-04-05 08:54:32,798 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16be759e-b800-4328-9255-eff0054bcf99/checklist/new/
+2017-04-05 08:54:32,806 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:32,893 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:54:32,893 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:54:32,940 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:32,940 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:32,940 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:54:33,415 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:54:33,416 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/201d9dca-17a0-4373-96d1-1af0338ac96d/5308c82f295e49ddbe3258a4988a3330
+2017-04-05 08:54:33,448 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:33,535 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:54:33,535 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:54:33,539 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:33,540 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:33,544 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:33,545 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:33,833 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:33,834 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d81751a2-41d5-40db-960e-83aab296917f/checklist/new/
+2017-04-05 08:54:33,891 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:54:33,934 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:54:33,935 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:54:33,976 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:34,069 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:54:34,069 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:54:34,069 DEBUG api_checklist 16 9810 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d81751a2-41d5-40db-960e-83aab296917f/checklist/new/
+2017-04-05 08:54:34,073 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:54:34,075 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:54:34,075 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d81751a2-41d5-40db-960e-83aab296917f/checklist/new/
+2017-04-05 08:54:34,147 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:54:34,148 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c69dfd0-266f-42c4-a74e-51baaddae005/78960d4c1c294349b3cc358ba134a375
+2017-04-05 08:54:34,163 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:54:34,163 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:54:34,187 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:34,208 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:34,266 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:34,267 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:34,270 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:34,272 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:34,276 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:34,277 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:34,441 DEBUG api_checklist 29 9810 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:54:34,523 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:54:34,523 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/af1d441d-8e56-4bf7-9c2b-f64abd0877c1/86307d784d6d4b2c885d333330b26623
+2017-04-05 08:54:34,562 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:54:34,577 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:34,604 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:34,604 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83e4683d-db4f-4c61-8e10-271355c55618/checklist/new/
+2017-04-05 08:54:34,675 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:54:34,676 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:54:34,680 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:34,682 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:34,686 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:34,689 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:34,693 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:34,693 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:34,711 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:54:34,718 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:34,753 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:34,753 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:34,753 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:54:35,232 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:35,232 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f962d33f-5fd5-4d0c-9b69-26b358cf514b/checklist/new/
+2017-04-05 08:54:35,233 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:35,306 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:54:35,307 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:54:35,342 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:35,343 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:35,343 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:54:35,645 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:54:35,756 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:36,208 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTF27yM';
+2017-04-05 08:54:36,209 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:54:36,211 DEBUG db_general 165 9808 140736510014400 Query result: d03c173e-8c81-421a-90b3-e5b1aff398e4
+2017-04-05 08:54:36,215 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd03c173e-8c81-421a-90b3-e5b1aff398e4';
+2017-04-05 08:54:36,218 DEBUG db_general 165 9808 140736510014400 Query result: 2017-445
+2017-04-05 08:54:36,320 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:54:36,452 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:54:36,464 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:36,735 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:54:36,870 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:54:37,059 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:54:37,073 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:37,251 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:54:37,288 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:37,622 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:37,802 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:38,148 DEBUG db_general 153 9810 140736510014400 Query : select template_id from ice_checklist Where name = 'checklistAPISTzIjWV';
+2017-04-05 08:54:38,151 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:54:38,180 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:54:38,314 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:38,782 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:38,783 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:54:38,840 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:39,561 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:54:39,664 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:40,178 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:40,295 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTWOrQa';
+2017-04-05 08:54:40,297 DEBUG db_general 165 9808 140736510014400 Query result: 812c306f-091c-417a-8bf7-721195fda4c1
+2017-04-05 08:54:40,301 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '812c306f-091c-417a-8bf7-721195fda4c1';
+2017-04-05 08:54:40,303 DEBUG db_general 165 9808 140736510014400 Query result: 2017-447
+2017-04-05 08:54:40,361 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:54:40,486 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:54:40,493 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:41,324 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:41,845 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:41,936 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 08:54:41,936 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-05 08:54:41,949 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-05 08:54:41,950 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 08:54:41,950 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-05 08:54:42,376 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:43,129 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 08:54:43,130 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-05 08:54:43,148 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-05 08:54:43,148 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 08:54:43,148 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-05 08:54:43,206 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:43,722 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:44,223 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTeCcNE';
+2017-04-05 08:54:44,230 DEBUG db_general 165 9808 140736510014400 Query result: 0617c1d1-db3c-4956-9dd1-00d6ef346667
+2017-04-05 08:54:44,243 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0617c1d1-db3c-4956-9dd1-00d6ef346667';
+2017-04-05 08:54:44,251 DEBUG db_general 165 9808 140736510014400 Query result: 2017-443
+2017-04-05 08:54:44,256 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTeCcNE';
+2017-04-05 08:54:44,259 DEBUG db_general 165 9808 140736510014400 Query result: 0617c1d1-db3c-4956-9dd1-00d6ef346667
+2017-04-05 08:54:44,270 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0617c1d1-db3c-4956-9dd1-00d6ef346667';
+2017-04-05 08:54:44,273 DEBUG db_general 165 9808 140736510014400 Query result: 2017-443
+2017-04-05 08:54:44,280 DEBUG db_general 153 9808 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-443';
+2017-04-05 08:54:44,288 DEBUG db_general 165 9808 140736510014400 Query result: 1
+2017-04-05 08:54:44,306 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:44,355 DEBUG db_general 109 9808 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STFgbTI@intl.att.com';
+2017-04-05 08:54:44,364 DEBUG db_general 117 9808 140736510014400 Query result: 4497dad5-8a0c-42e1-9563-53763e4ab591
+2017-04-05 08:54:44,388 DEBUG db_user 38 9808 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '0617c1d1-db3c-4956-9dd1-00d6ef346667' and email = 'STFwHmo@intl.att.com' ;
+2017-04-05 08:54:44,399 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 08:54:44,402 DEBUG db_general 165 9808 140736510014400 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:54:44,403 DEBUG db_user 28 9808 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=4971c0b9-c1d6-4ee7-99b9-602896ff7d63&email=STFwHmo@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:54:44,403 DEBUG api_user 182 9808 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:54:45,230 DEBUG api_user 204 9808 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:54:45,231 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0617c1d1-db3c-4956-9dd1-00d6ef346667/checklist/new/
+2017-04-05 08:54:45,332 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:45,332 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:45,380 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:45,384 DEBUG db_general 109 9808 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STFwHmo@intl.att.com';
+2017-04-05 08:54:45,386 DEBUG db_general 117 9808 140736510014400 Query result: 4a3831e2-cebe-4182-9d6a-4940c4c5d5ab
+2017-04-05 08:54:45,390 DEBUG db_general 109 9808 140736510014400 Query : select id from auth_user WHERE Email = 'STFwHmo@intl.att.com';
+2017-04-05 08:54:45,394 DEBUG db_general 117 9808 140736510014400 Query result: 432
+2017-04-05 08:54:45,398 DEBUG db_general 153 9808 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '432';
+2017-04-05 08:54:45,400 DEBUG db_general 165 9808 140736510014400 Query result: 561934d3e9f945f3918dca5dec60375e
+2017-04-05 08:54:45,400 DEBUG db_user 21 9808 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a3831e2-cebe-4182-9d6a-4940c4c5d5ab/561934d3e9f945f3918dca5dec60375e
+2017-04-05 08:54:45,401 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a3831e2-cebe-4182-9d6a-4940c4c5d5ab/561934d3e9f945f3918dca5dec60375e
+2017-04-05 08:54:45,929 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-449';
+2017-04-05 08:54:45,932 DEBUG db_general 165 9810 140736510014400 Query result: d81751a2-41d5-40db-960e-83aab296917f
+2017-04-05 08:54:45,936 DEBUG db_user 38 9810 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'd81751a2-41d5-40db-960e-83aab296917f' and email = 'ST6cneZ@intl.att.com' ;
+2017-04-05 08:54:45,939 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=d62903a3-6118-466c-b743-080c773b5b4b
+2017-04-05 08:54:45,985 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:54:45,989 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'ST4JzPO@amdocs.com';
+2017-04-05 08:54:45,993 DEBUG db_general 117 9809 140736510014400 Query result: ed35a911-0ffd-44d8-98a8-454e8eb20f97
+2017-04-05 08:54:45,998 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'ST4JzPO@amdocs.com';
+2017-04-05 08:54:46,002 DEBUG db_general 117 9809 140736510014400 Query result: ed35a911-0ffd-44d8-98a8-454e8eb20f97
+2017-04-05 08:54:46,007 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'ST4JzPO@amdocs.com';
+2017-04-05 08:54:46,010 DEBUG db_general 117 9809 140736510014400 Query result: 433
+2017-04-05 08:54:46,017 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '433';
+2017-04-05 08:54:46,020 DEBUG db_general 165 9809 140736510014400 Query result: 20d21afdcecb43efa13117e22d2eebba
+2017-04-05 08:54:46,020 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed35a911-0ffd-44d8-98a8-454e8eb20f97/20d21afdcecb43efa13117e22d2eebba
+2017-04-05 08:54:46,020 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed35a911-0ffd-44d8-98a8-454e8eb20f97/20d21afdcecb43efa13117e22d2eebba
+2017-04-05 08:54:46,286 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:46,420 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:46,421 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:54:46,716 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:46,716 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:54:46,908 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:46,908 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:54:47,413 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:54:47,596 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:54:47,606 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:54:47,606 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f5439dc3-4879-4ede-b313-50dbdd7aa841/2d16cf96219e4803a52c80ba1f7d3796
+2017-04-05 08:54:47,652 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:47,731 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:47,731 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:47,735 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:47,736 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:47,739 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:47,740 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:47,795 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:54:48,031 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:48,031 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4c09f37b-d1ef-4b39-8d00-4b9bd5611c37/checklist/new/
+2017-04-05 08:54:48,043 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:54:48,110 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:48,110 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:48,153 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:48,153 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:48,153 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:54:48,161 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:54:48,166 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login/0617c1d1-db3c-4956-9dd1-00d6ef346667?activation_success=true page is loaded.
+2017-04-05 08:54:48,261 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:54:48,421 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:54:48,427 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=d62903a3-6118-466c-b743-080c773b5b4b page is loaded.
+2017-04-05 08:54:48,442 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:54:48,578 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:54:48,587 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:54:48,801 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:48,979 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:49,101 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:49,132 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:54:49,318 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:49,612 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:49,696 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:49,839 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTeCcNE';
+2017-04-05 08:54:49,841 DEBUG db_general 165 9808 140736510014400 Query result: 0617c1d1-db3c-4956-9dd1-00d6ef346667
+2017-04-05 08:54:49,845 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '0617c1d1-db3c-4956-9dd1-00d6ef346667';
+2017-04-05 08:54:49,847 DEBUG db_general 165 9808 140736510014400 Query result: 2017-443
+2017-04-05 08:54:49,857 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:54:49,970 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:54:49,983 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:50,077 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:50,222 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:50,522 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:50,610 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:50,611 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:54:50,829 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:51,049 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:51,339 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTF27yM';
+2017-04-05 08:54:51,343 DEBUG db_general 165 9808 140736510014400 Query result: d03c173e-8c81-421a-90b3-e5b1aff398e4
+2017-04-05 08:54:51,346 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:54:51,347 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd03c173e-8c81-421a-90b3-e5b1aff398e4';
+2017-04-05 08:54:51,349 DEBUG db_general 165 9808 140736510014400 Query result: 2017-445
+2017-04-05 08:54:51,506 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:51,829 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:51,972 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:54:52,021 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:52,078 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:54:52,084 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:54:52,341 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:52,531 DEBUG db_general 153 9808 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTWOrQa';
+2017-04-05 08:54:52,534 DEBUG db_general 165 9808 140736510014400 Query result: 812c306f-091c-417a-8bf7-721195fda4c1
+2017-04-05 08:54:52,538 DEBUG db_general 153 9808 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '812c306f-091c-417a-8bf7-721195fda4c1';
+2017-04-05 08:54:52,541 DEBUG db_general 165 9808 140736510014400 Query result: 2017-447
+2017-04-05 08:54:52,611 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:52,694 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:53,187 DEBUG test_login_with_new_user 334 9809 140736510014400 click_on on + Dashboard
+2017-04-05 08:54:53,238 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:53,431 DEBUG fe_wizard 20 9809 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:54:53,745 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 08:54:53,745 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-04-05 08:54:53,761 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-04-05 08:54:53,761 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-04-05 08:54:53,762 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-04-05 08:54:54,898 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:54:55,083 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 08:54:55,083 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-05 08:54:55,113 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-05 08:54:55,114 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 08:54:55,114 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-05 08:54:55,919 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:56,059 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:56,434 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:54:56,954 DEBUG fe_wizard 59 9809 140736510014400 Tab Add AT&T Sponsor
+2017-04-05 08:54:57,302 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:54:57,303 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/697fb364-d164-4397-88f4-e4c12468f20a/173638cb10ed4e8d9257e52aa293edfc
+2017-04-05 08:54:57,341 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:57,431 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:57,431 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:57,438 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:57,439 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:57,443 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:57,445 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:57,500 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:54:57,857 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:57,857 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5ccac128-25df-4193-b3aa-89e4f7fc6e23/checklist/new/
+2017-04-05 08:54:57,930 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:57,930 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:57,962 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:58,035 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:54:58,036 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/66a5e3b2-baeb-4ae0-b784-31feafb00c21/e092f104ad784d8b8c0a2a266b1bce14
+2017-04-05 08:54:58,070 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:58,155 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:58,155 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:58,160 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:58,162 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:58,170 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:58,174 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:58,534 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:58,535 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6a667a9b-103a-4150-ad6c-c24cb4cbb258/checklist/new/
+2017-04-05 08:54:58,634 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:54:58,635 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:54:58,664 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:54:58,664 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34ea4e63-150c-4330-8877-564d24408935/a4f9f7b93a3845edb09e4e9efba8d494
+2017-04-05 08:54:58,676 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:58,677 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:58,677 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:54:58,704 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:54:58,781 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:58,781 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:58,785 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:54:58,786 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:54:58,790 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:54:58,791 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:54:58,998 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:54:58,998 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/986036c9-4bfc-4e6e-8b48-9526ee70cace/checklist/new/
+2017-04-05 08:54:59,071 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:54:59,071 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:54:59,105 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:54:59,115 DEBUG db_general 153 9811 140736510014400 Query : select id from ice_user_profile Where email = 'STDhF6J@intl.att.com';
+2017-04-05 08:54:59,117 DEBUG db_general 165 9811 140736510014400 Query result: 437
+2017-04-05 08:54:59,122 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_next_step Where owner_id = '437';
+2017-04-05 08:54:59,123 DEBUG db_general 165 9811 140736510014400 Query result: 227f2c01-8a3e-490b-badc-e0c8b7cfdccc
+2017-04-05 08:54:59,135 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:54:59,136 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:54:59,379 DEBUG fe_wizard 76 9809 140736510014400 Tab Invite Team Members
+2017-04-05 08:54:59,550 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:55:00,033 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:55:00,187 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:55:00,332 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:55:00,337 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:00,693 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:55:00,797 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:55:00,802 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:00,855 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:00,861 DEBUG fe_wizard 89 9809 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:55:00,870 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 08:55:00,870 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_MultiEL>,) | {}
+2017-04-05 08:55:00,874 DEBUG helper 42 9809 140736510014400 About to generate SSH Public Key
+2017-04-05 08:55:00,891 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_MultiEL ----------------------
+
+2017-04-05 08:55:00,891 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:55:00,891 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-04-05 08:55:01,063 DEBUG helper 57 9809 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBZmges0KJBYX2PDzfCR5fd2oI46wvsFnb/WMLFK50FjzcXDpm1m7ZD5HneLEtHB9XB7REn0BwDl8f+uXjvkAYlfSvkYYBnNVYgsDkLQOCbD0qj8VBKEYXGGLEXFBfwakIUDKN6qfbth9+f/jP8tYo027Kq2UqZmPeAruCQyXs+ZsDYm7CvaOvuWmUT7yp4dIOLN4MNKciyPQd8kr0WUcp3NyHgUHHL3Fr2x7ixvCFyCie89+KPqBbcVOYvlskBiGilnBXo0pG+M4IQgdQvSNgGy2P4a8IaTU2Uv3CG5t5PC1y48HBEMUuw9BnareBFGt7Lvn/P8Wcqd4x2IBrPqMb
+2017-04-05 08:55:01,317 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:01,843 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:02,631 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:03,115 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:03,143 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:03,768 DEBUG db_user 38 9808 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '5ccac128-25df-4193-b3aa-89e4f7fc6e23' and email = 'STPm3ZV@intl.att.com' ;
+2017-04-05 08:55:03,772 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=0e5ee9a0-a8fb-4555-94cb-c01ce82cd860
+2017-04-05 08:55:04,286 DEBUG fe_wizard 99 9809 140736510014400 SSH Key added via modal window.
+2017-04-05 08:55:04,290 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vf Where name = 'newVFSTFihPo';
+2017-04-05 08:55:04,293 DEBUG db_general 165 9809 140736510014400 Query result: 7f08e299-40f2-4512-b696-5af282bbaaac
+2017-04-05 08:55:04,297 DEBUG db_user 38 9809 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '7f08e299-40f2-4512-b696-5af282bbaaac' and email = 'automationqattSTc0SV7@gmail.com' ;
+2017-04-05 08:55:04,303 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTc0SV7@gmail.com
+2017-04-05 08:55:04,441 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:55:04,441 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a14d34fc-21bf-4ec5-9907-0727be276ae9/25046c21c2674832ba3ebe9b68b97369
+2017-04-05 08:55:04,527 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:04,688 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:04,688 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:04,696 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:04,698 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:04,703 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:04,704 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:04,727 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:04,728 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:55:05,247 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:05,248 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3c385e1-6c6d-47c6-b9b5-1568232b2ff7/checklist/new/
+2017-04-05 08:55:05,336 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:05,336 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:05,368 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:05,445 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:05,445 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:05,445 DEBUG api_checklist 16 9810 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3c385e1-6c6d-47c6-b9b5-1568232b2ff7/checklist/new/
+2017-04-05 08:55:05,448 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:55:05,450 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:55:05,450 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3c385e1-6c6d-47c6-b9b5-1568232b2ff7/checklist/new/
+2017-04-05 08:55:05,535 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:05,535 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:05,572 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:05,667 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:55:05,881 DEBUG api_checklist 29 9810 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:55:05,881 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:05,882 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:55:06,257 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 08:55:06,260 DEBUG db_general 165 9809 140736510014400 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:55:06,260 DEBUG db_user 28 9809 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=ST94rvY@att.com&full_name=STqC0WnSTLXU0x&phone_number=2013322556&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:55:06,260 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=ST94rvY@att.com&full_name=STqC0WnSTLXU0x&phone_number=2013322556&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:55:06,357 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:55:06,473 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:55:06,481 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=0e5ee9a0-a8fb-4555-94cb-c01ce82cd860 page is loaded.
+2017-04-05 08:55:06,728 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:55:07,017 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:07,330 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTFihPo';
+2017-04-05 08:55:07,333 DEBUG db_general 165 9809 140736510014400 Query result: a17b2446-079d-41ea-9970-eb01a9d360a4
+2017-04-05 08:55:07,337 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'a17b2446-079d-41ea-9970-eb01a9d360a4';
+2017-04-05 08:55:07,340 DEBUG db_general 165 9809 140736510014400 Query result: 2017-453
+2017-04-05 08:55:07,345 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-453';
+2017-04-05 08:55:07,348 DEBUG db_general 165 9809 140736510014400 Query result: a17b2446-079d-41ea-9970-eb01a9d360a4
+2017-04-05 08:55:07,352 DEBUG db_user 38 9809 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'a17b2446-079d-41ea-9970-eb01a9d360a4' and email = 'ST94rvY@att.com' ;
+2017-04-05 08:55:07,357 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTFihPo';
+2017-04-05 08:55:07,360 DEBUG db_general 165 9809 140736510014400 Query result: a17b2446-079d-41ea-9970-eb01a9d360a4
+2017-04-05 08:55:07,363 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'a17b2446-079d-41ea-9970-eb01a9d360a4';
+2017-04-05 08:55:07,365 DEBUG db_general 165 9809 140736510014400 Query result: 2017-453
+2017-04-05 08:55:07,368 DEBUG db_general 153 9809 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-453';
+2017-04-05 08:55:07,371 DEBUG db_general 165 9809 140736510014400 Query result: 431
+2017-04-05 08:55:07,378 DEBUG api_user 182 9809 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:55:07,400 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:55:07,516 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:55:07,520 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:07,534 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:07,648 DEBUG api_user 204 9809 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:55:07,648 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a17b2446-079d-41ea-9970-eb01a9d360a4/checklist/new/
+2017-04-05 08:55:07,673 DEBUG api_user 111 9809 140736510014400 404 Not Found
+2017-04-05 08:55:07,673 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:55:07,673 DEBUG api_user 116 9809 140736510014400 Failed to login.
+2017-04-05 08:55:07,674 ERROR api_user 218 9809 140736510014400 POST request failed to sign up the invited team member, see response >>> 200 OK
+b'{"full_name":"ST0rcUV","email":"ST94rvY@att.com","uuid":"51bca254-da3c-4466-9628-aeeadbfe6228","role":{"id":1,"uuid":"7dcafa0c-9b8a-4408-a4e6-e228fd5378e5","name":"standard_user"},"user":{"is_active":false,"email":"ST94rvY@att.com","activation_token":"8cd310c7d4e74566bf803ef6e6ca468a"},"company":{"id":1,"uuid":"8096266d-ddf0-4f14-ac4b-05f0d70c5cad","name":"AT&T","public":true},"phone_number":"+12017992776","eng_uuid":"a17b2446-079d-41ea-9970-eb01a9d360a4","token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo0MzksImVtYWlsIjoiU1Q5NHJ2WUBhdHQuY29tIiwidXNlcm5hbWUiOiJTVDk0cnZZQGF0dC5jb20iLCJleHAiOjE0OTE0ODY5MDd9.TxDfI0iVd4zYCUorGkj_WL5ECKeml0lC1Ulqw786GSQ"}'
+2017-04-05 08:55:07,674 ERROR exception_decor 21 9809 140736510014400 There was an exception in test_add_att_sposnsor
+2017-04-05 08:55:07,678 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 08:55:07,678 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-05 08:55:07,697 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-04-05 08:55:07,698 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-05 08:55:07,698 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-04-05 08:55:08,332 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:08,566 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:08,566 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:55:08,845 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:09,341 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:55:09,858 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:09,980 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:55:10,103 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:55:10,108 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:10,625 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:11,078 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:55:11,081 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STZeVwj@intl.att.com';
+2017-04-05 08:55:11,083 DEBUG db_general 117 9809 140736510014400 Query result: 78a6d066-3430-4001-8100-bbc4880d7214
+2017-04-05 08:55:11,086 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STZeVwj@intl.att.com';
+2017-04-05 08:55:11,088 DEBUG db_general 117 9809 140736510014400 Query result: 78a6d066-3430-4001-8100-bbc4880d7214
+2017-04-05 08:55:11,094 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STZeVwj@intl.att.com';
+2017-04-05 08:55:11,096 DEBUG db_general 117 9809 140736510014400 Query result: 440
+2017-04-05 08:55:11,099 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '440';
+2017-04-05 08:55:11,100 DEBUG db_general 165 9809 140736510014400 Query result: b49b6619229641e580a562c534cfad45
+2017-04-05 08:55:11,100 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/78a6d066-3430-4001-8100-bbc4880d7214/b49b6619229641e580a562c534cfad45
+2017-04-05 08:55:11,101 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/78a6d066-3430-4001-8100-bbc4880d7214/b49b6619229641e580a562c534cfad45
+2017-04-05 08:55:11,746 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:55:11,951 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:11,952 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:12,851 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:13,342 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:13,533 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:13,648 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:13,657 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:55:13,669 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:55:13,891 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:14,195 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:55:14,196 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-04-05 08:55:14,216 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-04-05 08:55:14,217 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:55:14,217 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-04-05 08:55:14,320 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:14,408 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:14,831 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:15,054 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:15,769 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:15,769 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:16,330 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:16,533 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:17,187 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:17,297 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:17,302 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:17,640 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:55:17,640 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/23e46c9e-c887-47f3-8d80-79cabe1418b1/75ac815be1cd409794dbdb0073a32af7
+2017-04-05 08:55:17,677 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:17,781 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:17,781 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:17,785 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:17,788 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:17,792 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:17,793 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:17,814 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:18,224 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:18,224 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8f3204e2-45e4-4414-b437-bdea09eaee0f/checklist/new/
+2017-04-05 08:55:18,293 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:18,293 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:18,328 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:18,328 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:18,329 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:55:18,420 DEBUG test_login_with_new_user 280 9809 140736510014400 click_on on + Dashboard
+2017-04-05 08:55:18,811 DEBUG fe_wizard 20 9809 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:55:19,054 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:55:19,227 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:55:19,872 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:55:19,975 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:55:19,981 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:20,176 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:20,457 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:20,688 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:20,689 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:20,974 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:21,201 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:21,325 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:21,532 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:21,837 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:22,043 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:22,356 DEBUG fe_wizard 43 9809 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:55:22,655 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:24,409 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:55:24,409 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-04-05 08:55:24,426 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-04-05 08:55:24,427 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:55:24,427 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-04-05 08:55:25,374 DEBUG fe_wizard 76 9809 140736510014400 Tab Invite Team Members
+2017-04-05 08:55:26,487 DEBUG fe_wizard 89 9809 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:55:26,563 DEBUG helper 42 9809 140736510014400 About to generate SSH Public Key
+2017-04-05 08:55:26,613 DEBUG helper 57 9809 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGmfSYAAytFn1oI/oCy4VKeF0YV4prY1eW/EplkKUhMoZQXPotm3FAvdOqMW/gBRsonaLwsBE0jj1I8NJnaWfUERmNmbcoy7gCfKg4gEuRto5xtBiVkwBVO1RALL5e4R/gNGniqf/f6UGP3FfHudpcKh4D2l1mVei3W3ATI62D6mI20xk3M+JbLalMU7MU2CLJJUwGhUPIYGs/Uf3IlvIitTwfRiGSbl8ACRgJ/FfyW8dgwgmBpaGDBmRP3xXeezFnU/YRGC70xbRxSqHwhjA806G6ROVPY3jeMRAkyiiaDQv30Sod3at7bAW131rOCFphuR46Zk/QWD2Q/IobtZCF
+2017-04-05 08:55:26,731 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:26,747 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:55:27,626 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '227f2c01-8a3e-490b-badc-e0c8b7cfdccc';
+2017-04-05 08:55:27,628 DEBUG db_general 165 9811 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:55:27,636 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:27,898 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:55:27,898 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6a69312e-8956-43a2-bf49-10adb903475d/1cf2138a660946429b023ed6586fd949
+2017-04-05 08:55:27,934 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:28,042 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:28,042 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:28,047 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:28,049 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:28,053 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:28,055 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:28,138 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:28,159 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'ab7c701f-5c88-4399-9b26-e4ad47ad533d';
+2017-04-05 08:55:28,162 DEBUG db_general 165 9811 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:55:28,169 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:28,448 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:28,448 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad44a4ef-4e1a-4f1c-8a61-62087013ccc1/checklist/new/
+2017-04-05 08:55:28,650 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:28,686 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:28,686 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:28,687 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '015a4fa5-9663-4008-8c9d-b58eb7d5fd35';
+2017-04-05 08:55:28,690 DEBUG db_general 165 9811 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:55:28,697 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:28,730 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:28,816 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:28,816 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:28,816 DEBUG api_checklist 16 9810 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad44a4ef-4e1a-4f1c-8a61-62087013ccc1/checklist/new/
+2017-04-05 08:55:28,820 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:55:28,822 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:55:28,822 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad44a4ef-4e1a-4f1c-8a61-62087013ccc1/checklist/new/
+2017-04-05 08:55:28,919 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:28,920 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:29,029 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:29,179 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:29,206 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 08:55:29,207 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-05 08:55:29,218 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-05 08:55:29,219 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-05 08:55:29,219 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-05 08:55:29,463 DEBUG fe_wizard 99 9809 140736510014400 SSH Key added via modal window.
+2017-04-05 08:55:29,467 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTI0sl4';
+2017-04-05 08:55:29,469 DEBUG db_general 165 9809 140736510014400 Query result: 5fd8d0bf-f646-47dc-82c2-9d354c3468b0
+2017-04-05 08:55:29,473 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTI0sl4';
+2017-04-05 08:55:29,475 DEBUG db_general 165 9809 140736510014400 Query result: 5fd8d0bf-f646-47dc-82c2-9d354c3468b0
+2017-04-05 08:55:29,478 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5fd8d0bf-f646-47dc-82c2-9d354c3468b0';
+2017-04-05 08:55:29,481 DEBUG db_general 165 9809 140736510014400 Query result: 2017-460
+2017-04-05 08:55:29,485 DEBUG db_general 153 9809 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-460';
+2017-04-05 08:55:29,487 DEBUG db_general 165 9809 140736510014400 Query result: 1
+2017-04-05 08:55:29,499 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '5fd8d0bf-f646-47dc-82c2-9d354c3468b0';
+2017-04-05 08:55:29,502 DEBUG db_general 165 9809 140736510014400 Query result: 2017-460
+2017-04-05 08:55:29,506 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-460';
+2017-04-05 08:55:29,508 DEBUG db_general 165 9809 140736510014400 Query result: 5fd8d0bf-f646-47dc-82c2-9d354c3468b0
+2017-04-05 08:55:29,510 DEBUG api_checklist 29 9810 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:55:29,510 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:29,510 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:55:29,514 DEBUG db_user 38 9809 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = '5fd8d0bf-f646-47dc-82c2-9d354c3468b0' and email = 'STP5Xmk@ericson.com' ;
+2017-04-05 08:55:29,521 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-05 08:55:29,524 DEBUG db_general 165 9809 140736510014400 Query result: d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:55:29,525 DEBUG db_user 28 9809 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=19fa73f4-928c-4f43-9d94-7d43efd2c090&email=STP5Xmk@ericson.com&full_name=STQbAW9ST9Rkjp&phone_number=2015353775&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:55:29,525 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=19fa73f4-928c-4f43-9d94-7d43efd2c090&email=STP5Xmk@ericson.com&full_name=STQbAW9ST9Rkjp&phone_number=2015353775&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:55:29,848 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:30,444 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:55:31,120 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:55:31,261 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:55:31,265 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:31,426 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:31,792 DEBUG api_user 182 9809 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:55:32,121 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:32,233 DEBUG api_user 204 9809 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:55:32,234 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5fd8d0bf-f646-47dc-82c2-9d354c3468b0/checklist/new/
+2017-04-05 08:55:32,340 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:55:32,340 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:55:32,395 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:32,400 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STP5Xmk@ericson.com';
+2017-04-05 08:55:32,403 DEBUG db_general 117 9809 140736510014400 Query result: b157bffb-dc2f-4004-939a-153c7f6023c4
+2017-04-05 08:55:32,407 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STP5Xmk@ericson.com';
+2017-04-05 08:55:32,412 DEBUG db_general 117 9809 140736510014400 Query result: 443
+2017-04-05 08:55:32,417 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '443';
+2017-04-05 08:55:32,420 DEBUG db_general 165 9809 140736510014400 Query result: c01df652c7444efc871985ee331235e5
+2017-04-05 08:55:32,421 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b157bffb-dc2f-4004-939a-153c7f6023c4/c01df652c7444efc871985ee331235e5
+2017-04-05 08:55:32,421 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b157bffb-dc2f-4004-939a-153c7f6023c4/c01df652c7444efc871985ee331235e5
+2017-04-05 08:55:32,635 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:33,049 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:55:33,050 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad97a99e-297f-4d9a-8493-d3e475b8a259/8188493186244e229a78b7d54a010739
+2017-04-05 08:55:33,090 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:33,197 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:33,197 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:33,206 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:33,210 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:33,236 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:33,240 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:33,260 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:33,260 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:34,161 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:34,174 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:34,174 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e32dde4f-2809-4610-ba33-daa88f9619f3/checklist/new/
+2017-04-05 08:55:34,273 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:34,273 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:34,316 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:34,316 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:34,317 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:55:34,642 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:55:34,807 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:34,932 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:34,937 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login/5fd8d0bf-f646-47dc-82c2-9d354c3468b0?activation_success=true page is loaded.
+2017-04-05 08:55:35,257 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:55:35,448 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:35,947 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:55:35,959 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:36,087 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:55:36,094 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:36,156 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:36,459 DEBUG db_general 153 9810 140736510014400 Query : select state from ice_checklist Where uuid = '145cb273-12c4-48e0-b586-f1b1ca043658';
+2017-04-05 08:55:36,462 DEBUG db_general 165 9810 140736510014400 Query result: archive
+2017-04-05 08:55:36,462 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:55:36,462 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-04-05 08:55:36,483 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-04-05 08:55:36,484 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-04-05 08:55:36,484 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-04-05 08:55:36,549 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-05 08:55:36,549 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-05 08:55:36,575 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-04-05 08:55:36,575 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-05 08:55:36,576 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-04-05 08:55:36,679 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:37,058 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:37,497 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:37,582 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:38,084 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:38,097 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:38,596 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:38,624 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:39,289 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:39,401 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:39,624 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:39,724 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:39,917 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:40,941 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:55:40,942 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4d17ca29-55d5-46cb-97ab-bd331397420e/bdde17acf0d74e79950c9a795a073258
+2017-04-05 08:55:40,986 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:41,000 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:55:41,007 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STIAHJF@intl.att.com';
+2017-04-05 08:55:41,010 DEBUG db_general 117 9809 140736510014400 Query result: ce8028f7-1ea9-4cf1-888f-d6cd646844b9
+2017-04-05 08:55:41,019 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STIAHJF@intl.att.com';
+2017-04-05 08:55:41,027 DEBUG db_general 117 9809 140736510014400 Query result: 446
+2017-04-05 08:55:41,033 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '446';
+2017-04-05 08:55:41,036 DEBUG db_general 165 9809 140736510014400 Query result: be26980c4ddb4fe88c6b7bb00553e62b
+2017-04-05 08:55:41,036 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce8028f7-1ea9-4cf1-888f-d6cd646844b9/be26980c4ddb4fe88c6b7bb00553e62b
+2017-04-05 08:55:41,036 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce8028f7-1ea9-4cf1-888f-d6cd646844b9/be26980c4ddb4fe88c6b7bb00553e62b
+2017-04-05 08:55:41,108 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:41,109 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:41,117 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:41,119 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:41,123 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:41,129 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:41,466 DEBUG test_next_step 80 9811 140736510014400 Next step deleted! (1 of 2)
+2017-04-05 08:55:41,823 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:41,823 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:41,851 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:41,851 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e2e87392-d7eb-4037-91bd-19d783d1073f/checklist/new/
+2017-04-05 08:55:41,944 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:41,944 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:41,989 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:41,989 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:41,990 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:55:42,265 DEBUG test_next_step 80 9811 140736510014400 Next step deleted! (2 of 2)
+2017-04-05 08:55:42,265 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-05 08:55:42,266 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-05 08:55:42,282 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-05 08:55:42,283 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-05 08:55:42,283 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-05 08:55:42,764 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:42,940 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:55:43,460 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:43,602 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:43,608 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:55:43,652 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:55:43,847 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:55:43,854 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:43,943 DEBUG fe_wizard 20 9808 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:55:44,231 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:44,374 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:44,745 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:44,884 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:45,411 DEBUG test_notification_for_new_user 29 9810 140736510014400 Go to notifications page
+2017-04-05 08:55:45,412 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:45,456 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:45,754 DEBUG test_notification_for_new_user 31 9810 140736510014400 Remove one notification
+2017-04-05 08:55:45,762 DEBUG db_general 109 9810 140736510014400 Query : select id from ice_user_profile WHERE Email = 'STHoE5Z@intl.att.com';
+2017-04-05 08:55:45,766 DEBUG db_general 117 9810 140736510014400 Query result: 445
+2017-04-05 08:55:45,773 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_notification Where user_id = '445';
+2017-04-05 08:55:45,780 DEBUG db_general 165 9810 140736510014400 Query result: ['cdeb9936-811e-4329-8dec-842cd4c8d2e6', '9a105fdf-c1a8-4eff-8985-3d6926d62857', '4bc9a645-247e-45df-b5a8-3f5af6bfd131']
+2017-04-05 08:55:45,787 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-04-05 08:55:45,896 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:55:45,900 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STVCMFJ@intl.att.com';
+2017-04-05 08:55:45,904 DEBUG db_general 117 9809 140736510014400 Query result: ec5a4eb4-b0f6-40b4-8f09-0c924a58252a
+2017-04-05 08:55:45,908 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STVCMFJ@intl.att.com';
+2017-04-05 08:55:45,911 DEBUG db_general 117 9809 140736510014400 Query result: 447
+2017-04-05 08:55:45,917 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '447';
+2017-04-05 08:55:45,918 DEBUG db_general 165 9809 140736510014400 Query result: 63931c084d464c6ab57c4c604d281fee
+2017-04-05 08:55:45,919 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec5a4eb4-b0f6-40b4-8f09-0c924a58252a/63931c084d464c6ab57c4c604d281fee
+2017-04-05 08:55:45,969 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:46,364 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-04-05 08:55:46,804 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:46,804 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:46,979 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:47,042 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:55:47,043 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5b5a5e9e-e5f0-412d-9996-f66ee4d248fb/85a3c9ee59724b9f91630aa33c91011d
+2017-04-05 08:55:47,092 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:47,175 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:47,175 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:47,179 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:47,180 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:47,184 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:47,185 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:47,395 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:47,396 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a50a9fa-efc3-4d61-ab05-8a3da6f8f20c/checklist/new/
+2017-04-05 08:55:47,463 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:47,464 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:47,505 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:47,505 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:47,505 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:55:47,521 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-04-05 08:55:47,521 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-04-05 08:55:47,539 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-04-05 08:55:47,540 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:55:47,540 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-04-05 08:55:47,849 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:47,927 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:48,502 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:55:48,558 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:48,735 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:48,740 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:55:49,205 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:55:49,344 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:55:49,350 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:49,467 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:49,917 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:50,040 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:50,299 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-05 08:55:50,299 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-05 08:55:50,323 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-04-05 08:55:50,324 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-05 08:55:50,324 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-04-05 08:55:50,425 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-04-05 08:55:50,426 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-04-05 08:55:50,443 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-04-05 08:55:50,443 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-04-05 08:55:50,443 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-04-05 08:55:50,556 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:51,094 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:51,511 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:55:51,512 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d53a53d7-1986-4560-82e9-937482db88b0/8e3182e1595944cdaab193de0c7fa3a2
+2017-04-05 08:55:51,561 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:51,752 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:51,753 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:51,758 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:51,760 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:51,765 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:51,767 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:52,058 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:52,510 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:52,511 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ca1db00-3d8e-4cf9-b6a6-d83ac1cebe04/checklist/new/
+2017-04-05 08:55:52,575 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:55:52,624 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:52,624 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:52,669 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:52,766 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:52,766 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:52,766 DEBUG api_checklist 16 9810 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ca1db00-3d8e-4cf9-b6a6-d83ac1cebe04/checklist/new/
+2017-04-05 08:55:52,770 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:55:52,772 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:55:52,772 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ca1db00-3d8e-4cf9-b6a6-d83ac1cebe04/checklist/new/
+2017-04-05 08:55:52,871 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:55:52,871 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:55:52,921 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:53,290 DEBUG api_checklist 29 9810 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:55:53,293 DEBUG db_general 153 9810 140736510014400 Query : select template_id from ice_checklist Where name = 'checklistAPISTi86Do';
+2017-04-05 08:55:53,295 DEBUG db_general 165 9810 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:55:53,329 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:53,330 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:55:53,446 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:53,591 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:54,151 DEBUG test_next_step 91 9811 140736510014400 Next step deleted! (1 of 2)
+2017-04-05 08:55:54,225 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:55:54,677 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:55:54,678 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:54,678 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:54,897 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:55:54,897 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fc15090d-1c3d-4829-bed5-81f52277e719/4a42207eebed4068a108590082ba2778
+2017-04-05 08:55:54,919 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:55:54,943 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:55,040 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:55:55,045 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:55:55,048 DEBUG test_next_step 91 9811 140736510014400 Next step deleted! (2 of 2)
+2017-04-05 08:55:55,048 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-05 08:55:55,048 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-05 08:55:55,049 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:55:55,049 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:55:55,053 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:55,056 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:55,060 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:55,062 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:55,072 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-05 08:55:55,072 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-05 08:55:55,073 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-05 08:55:55,713 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:55,724 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:55,725 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dc61c912-c4a1-4a7d-a390-170f68504c35/checklist/new/
+2017-04-05 08:55:55,768 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:55,877 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:55:55,877 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:55:55,949 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:56,146 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:55:56,147 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/02538204-38c0-4a39-8f02-74673016da2c/77160fc1a83c4bfbb972c0e9aac6ea45
+2017-04-05 08:55:56,203 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:56,283 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:55:56,320 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:55:56,321 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:55:56,324 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:56,327 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:56,332 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:56,334 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:56,392 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:56,639 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:56,644 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:55:56,797 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:56,797 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/52d2a50e-e0bc-420d-8114-bd2b904b2371/checklist/new/
+2017-04-05 08:55:56,896 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:55:56,896 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:55:56,939 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:57,036 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:55:57,036 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5af3d04-3d19-4f2d-9939-732ec629a4c3/7176fa4359eb41f49bcff1ccdc14ab67
+2017-04-05 08:55:57,077 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:57,193 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STfF8bA@intl.att.com';
+2017-04-05 08:55:57,196 DEBUG db_general 117 9809 140736510014400 Query result: 39969882-8268-4ab7-acd4-5cc17b76f8bf
+2017-04-05 08:55:57,197 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:55:57,197 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:55:57,202 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:57,202 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STfF8bA@intl.att.com';
+2017-04-05 08:55:57,209 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:57,211 DEBUG db_general 117 9809 140736510014400 Query result: 450
+2017-04-05 08:55:57,216 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:57,219 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:57,221 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '450';
+2017-04-05 08:55:57,224 DEBUG db_general 165 9809 140736510014400 Query result: f5177c708f3343eeb3b665753781b9bb
+2017-04-05 08:55:57,225 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/39969882-8268-4ab7-acd4-5cc17b76f8bf/f5177c708f3343eeb3b665753781b9bb
+2017-04-05 08:55:57,225 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/39969882-8268-4ab7-acd4-5cc17b76f8bf/f5177c708f3343eeb3b665753781b9bb
+2017-04-05 08:55:57,492 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:55:57,979 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:57,980 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5b485f0-6ad1-4fb9-a895-7067501df7c7/checklist/new/
+2017-04-05 08:55:58,081 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:55:58,081 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:55:58,113 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:58,113 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:55:58,130 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:58,130 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:55:58,130 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:55:58,856 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:55:58,857 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/39b093ae-ee3e-44e9-9d7b-b8b9f0974ac9/d2f642efc69246148675be1ad8f86d9f
+2017-04-05 08:55:58,897 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:55:58,968 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:58,968 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:58,972 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:55:58,973 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:55:58,977 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:55:58,978 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:55:59,003 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:55:59,076 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:55:59,286 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:55:59,286 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5261b95-2587-411a-85b0-ab573e6c4fc9/checklist/new/
+2017-04-05 08:55:59,364 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:59,364 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:59,396 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:59,477 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:59,477 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:59,477 DEBUG api_checklist 16 9811 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5261b95-2587-411a-85b0-ab573e6c4fc9/checklist/new/
+2017-04-05 08:55:59,481 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:55:59,483 DEBUG db_general 165 9811 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:55:59,483 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5261b95-2587-411a-85b0-ab573e6c4fc9/checklist/new/
+2017-04-05 08:55:59,506 DEBUG db_general 153 9810 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST215m3';
+2017-04-05 08:55:59,509 DEBUG db_general 165 9810 140736510014400 Query result: 3ca1db00-3d8e-4cf9-b6a6-d83ac1cebe04
+2017-04-05 08:55:59,512 DEBUG db_general 153 9810 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = '3ca1db00-3d8e-4cf9-b6a6-d83ac1cebe04';
+2017-04-05 08:55:59,516 DEBUG db_general 165 9810 140736510014400 Query result: 2017-469
+2017-04-05 08:55:59,521 DEBUG db_general 153 9810 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-469';
+2017-04-05 08:55:59,526 DEBUG db_general 165 9810 140736510014400 Query result: 1
+2017-04-05 08:55:59,572 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:55:59,573 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:55:59,614 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:55:59,637 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:55:59,729 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:55:59,784 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:55:59,791 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:55:59,882 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:55:59,889 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:00,406 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:00,524 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:00,559 DEBUG api_checklist 29 9811 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:56:00,560 DEBUG api_checklist 92 9811 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5261b95-2587-411a-85b0-ab573e6c4fc9/checklist/a5220ec0-146b-4691-a47a-9d6cf45f0ba7/nextstep/
+2017-04-05 08:56:00,600 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:56:00,818 DEBUG api_checklist 106 9811 140736510014400 Next step was added successfully!
+2017-04-05 08:56:00,818 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:00,818 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:56:00,921 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:01,071 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:01,499 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-05 08:56:01,499 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-05 08:56:01,516 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-04-05 08:56:01,517 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-05 08:56:01,517 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-04-05 08:56:01,706 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:56:02,383 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:56:02,527 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:56:02,537 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:02,750 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-04-05 08:56:03,400 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:03,465 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:03,913 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:03,965 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:03,980 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:04,133 DEBUG db_general 153 9808 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-470';
+2017-04-05 08:56:04,135 DEBUG db_general 165 9808 140736510014400 Query result: dc61c912-c4a1-4a7d-a390-170f68504c35
+2017-04-05 08:56:04,140 DEBUG db_user 38 9808 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'dc61c912-c4a1-4a7d-a390-170f68504c35' and email = 'STaWuU0@intl.att.com' ;
+2017-04-05 08:56:04,144 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=fd35a6d1-d1db-46c5-8007-4a5713f72661
+2017-04-05 08:56:04,425 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:04,779 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:04,780 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:04,958 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:05,130 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:56:05,130 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14fc88d1-b305-4711-97d7-c20f726497c1/f29eac660c3e4aaf8c09a106241c95b6
+2017-04-05 08:56:05,165 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:05,239 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:56:05,239 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:56:05,243 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:05,245 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:05,249 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:05,251 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:05,474 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:05,474 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f01ad415-d655-47ce-8a16-37d8a7ae51ee/checklist/new/
+2017-04-05 08:56:05,540 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:56:05,558 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:56:05,558 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:56:05,602 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:05,603 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:05,603 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:05,617 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:05,876 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:06,229 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:06,230 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:56:06,275 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:06,396 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:06,401 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=fd35a6d1-d1db-46c5-8007-4a5713f72661 page is loaded.
+2017-04-05 08:56:06,440 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:06,544 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:06,980 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:07,074 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:56:07,232 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:07,334 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:07,339 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:07,490 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:07,722 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:56:07,811 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:56:07,816 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:07,857 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:08,326 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:08,379 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:08,393 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:08,394 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:09,094 DEBUG db_general 109 9810 140736510014400 Query : select id from ice_user_profile WHERE Email = 'STW6mXi@intl.att.com';
+2017-04-05 08:56:09,097 DEBUG db_general 117 9810 140736510014400 Query result: 449
+2017-04-05 08:56:09,101 DEBUG db_general 153 9810 140736510014400 Query : select uuid from ice_notification Where user_id = '449';
+2017-04-05 08:56:09,103 DEBUG db_general 165 9810 140736510014400 Query result: ['bef11958-6bcc-4738-851d-597c6b693b90', 'edd635df-116f-4e99-8a94-6b51fbda0bcb', '7875595e-2bf8-4a14-a1ed-538d91eb72e3', '36f0015e-0757-45de-a9f0-1847bcd37341', '9a3b2e9c-a1e6-47b7-9147-9b4e74a812a1', 'e7def028-f9b6-4405-aabb-214743da7171']
+2017-04-05 08:56:09,133 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:09,142 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:09,579 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:56:09,579 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-04-05 08:56:09,596 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-04-05 08:56:09,596 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-04-05 08:56:09,596 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-04-05 08:56:09,644 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:09,796 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:09,890 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:09,897 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:10,409 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:10,590 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:56:11,103 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:56:11,713 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:11,951 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:12,575 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:12,627 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-04-05 08:56:12,627 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-04-05 08:56:12,644 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-04-05 08:56:12,645 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-05 08:56:12,645 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-04-05 08:56:12,965 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181
+2017-04-05 08:56:13,406 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:13,925 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:14,782 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'ST0rX2R';
+2017-04-05 08:56:14,786 DEBUG db_general 165 9809 140736510014400 Query result: f01ad415-d655-47ce-8a16-37d8a7ae51ee
+2017-04-05 08:56:14,790 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'f01ad415-d655-47ce-8a16-37d8a7ae51ee';
+2017-04-05 08:56:14,794 DEBUG db_general 165 9809 140736510014400 Query result: 2017-474
+2017-04-05 08:56:14,799 DEBUG db_general 153 9809 140736510014400 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-474';
+2017-04-05 08:56:14,801 DEBUG db_general 165 9809 140736510014400 Query result: 1
+2017-04-05 08:56:14,806 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:56:14,968 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:15,307 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-04-05 08:56:15,308 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-04-05 08:56:15,342 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-04-05 08:56:15,343 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-04-05 08:56:15,344 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-04-05 08:56:15,528 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:15,528 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:16,363 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:16,393 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:56:16,393 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/962dfd16-9552-47a3-8d0d-8e6461dbbca4/bdbbf45c231142c097dfe5b28416515d
+2017-04-05 08:56:16,443 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:16,557 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:56:16,557 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:56:16,560 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:16,562 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:16,568 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:16,569 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:16,871 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:16,871 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/97c487f5-d384-4e57-ae1c-ff68f9c95368/checklist/new/
+2017-04-05 08:56:16,945 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:56:16,946 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:56:16,980 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:16,980 DEBUG test_progress_bar 14 9808 140736510014400 Validate and check progress with engagement lead
+2017-04-05 08:56:16,981 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:16,981 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:17,015 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:17,130 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:17,136 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:17,583 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:17,853 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:17,865 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:18,252 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'bd758117-ce0a-42c3-b204-7c332dfbdba1';
+2017-04-05 08:56:18,256 DEBUG db_general 165 9811 140736510014400 Query result: API next step test STp5gFj
+2017-04-05 08:56:18,256 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-05 08:56:18,257 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-05 08:56:18,274 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-05 08:56:18,274 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-05 08:56:18,274 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-05 08:56:18,368 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:18,519 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:18,658 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:18,665 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:18,901 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:19,048 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:56:19,048 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8b3b75d5-7cf3-4145-95a1-454500fe8ae2/2bab189e57ba46ddb6ead49d78d1b2a5
+2017-04-05 08:56:19,191 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:19,345 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:19,346 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:19,351 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:19,353 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:19,358 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:19,360 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:19,393 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:19,781 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:19,916 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:20,162 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:20,162 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/08cebf59-cb05-4786-b5b1-a842dc755cc8/checklist/new/
+2017-04-05 08:56:20,229 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:20,229 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:20,261 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:20,261 DEBUG api_virtual_function 102 9810 140736510014400 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-04-05 08:56:20,305 DEBUG api_virtual_function 115 9810 140736510014400 Invite sent successfully to email STmjvsd@intl.att.com
+2017-04-05 08:56:20,311 DEBUG api_virtual_function 120 9810 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=442b2495-729c-42ca-baf5-93a54ead2d99&email=STmjvsd@intl.att.com&full_name=STfKh2L&phone_number=+12017758424&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad&is_contact_user=true
+2017-04-05 08:56:20,311 DEBUG api_user 182 9810 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:56:20,312 DEBUG api_user 186 9810 140736510014400 Invited contact full name is (according to url): STfKh2L
+2017-04-05 08:56:20,430 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:20,517 DEBUG api_user 204 9810 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:56:20,517 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/08cebf59-cb05-4786-b5b1-a842dc755cc8/checklist/new/
+2017-04-05 08:56:20,585 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:20,611 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:20,612 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:20,652 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:20,653 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2717813c-7266-41d3-a0d3-20797a846706/fc89dab1afdd4ff98665676479ffcfd7
+2017-04-05 08:56:20,698 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:20,698 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:20,698 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:56:20,732 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:20,956 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:21,576 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:56:21,786 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:21,899 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:56:21,899 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d0d5ff4-6346-4f6d-9f9e-d3332063050c/b62ee0aade7c460293c990e2b05dbbf5
+2017-04-05 08:56:21,931 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:22,060 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:22,061 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:22,066 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:22,067 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:22,072 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:22,073 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:22,241 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:56:22,297 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:22,403 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:56:22,408 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:22,902 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:22,902 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ff365d60-f985-4fe0-bdf5-a1d2c01c3774/checklist/new/
+2017-04-05 08:56:22,926 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:22,988 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:22,988 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:23,028 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:23,109 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:23,123 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:23,123 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:23,123 DEBUG api_checklist 16 9811 140736510014400 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ff365d60-f985-4fe0-bdf5-a1d2c01c3774/checklist/new/
+2017-04-05 08:56:23,127 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-05 08:56:23,129 DEBUG db_general 165 9811 140736510014400 Query result: 59c0a6b4-c709-4631-8988-693dd0f12b9c
+2017-04-05 08:56:23,130 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ff365d60-f985-4fe0-bdf5-a1d2c01c3774/checklist/new/
+2017-04-05 08:56:23,204 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:23,204 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:23,253 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:23,450 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:23,528 DEBUG api_checklist 29 9811 140736510014400 DBChecklist was created successfully!
+2017-04-05 08:56:23,528 DEBUG api_checklist 92 9811 140736510014400 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ff365d60-f985-4fe0-bdf5-a1d2c01c3774/checklist/f594985e-0007-424c-9493-56fa762a1685/nextstep/
+2017-04-05 08:56:23,623 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:23,757 DEBUG api_checklist 106 9811 140736510014400 Next step was added successfully!
+2017-04-05 08:56:23,758 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:23,758 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:56:24,219 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:24,451 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:56:24,620 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:56:24,735 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:25,149 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:25,149 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:25,301 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:56:25,422 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:56:25,427 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:25,439 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-04-05 08:56:25,440 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-04-05 08:56:25,461 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-04-05 08:56:25,462 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-04-05 08:56:25,463 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-04-05 08:56:25,686 DEBUG test_progress_bar 21 9808 140736510014400 Validate progress with standard user
+2017-04-05 08:56:25,687 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:56:26,022 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:26,356 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:26,674 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:26,674 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:26,756 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:26,877 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:26,913 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:26,921 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:27,393 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:27,435 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:27,611 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:27,916 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:27,955 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:28,241 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:28,340 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:28,344 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:28,600 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:28,826 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:28,858 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:28,891 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:29,343 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:29,391 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:29,605 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:29,899 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-05 08:56:29,899 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-05 08:56:29,916 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-04-05 08:56:29,917 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-05 08:56:29,917 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-04-05 08:56:29,951 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:56:29,951 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5927d221-d966-4489-a94c-975e6e4d40f2/3670f7a215de4ec38841c1a86577c278
+2017-04-05 08:56:29,990 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:30,104 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:30,104 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:30,118 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:30,120 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:30,145 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:30,147 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:30,214 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:30,728 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:30,969 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:30,969 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b9855bd-7d0c-4dca-b459-c784dad02d0d/checklist/new/
+2017-04-05 08:56:31,062 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:31,062 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:31,102 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:31,103 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:31,103 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:56:31,279 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-05 08:56:31,279 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-05 08:56:31,295 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-04-05 08:56:31,296 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-04-05 08:56:31,296 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-04-05 08:56:31,959 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:56:32,078 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:32,640 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:56:32,767 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:56:32,773 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:33,383 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:56:33,383 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5054b926-30d4-4bfc-b31b-ab41c588657f/80a7d3c93dce4c8c9cefad19c2014f42
+2017-04-05 08:56:33,457 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:33,518 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:33,523 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:33,615 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:56:33,616 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:56:33,621 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:33,622 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:33,628 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:33,629 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:34,027 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:34,027 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e57da627-bed6-4ab2-b2a8-65ed9a9572e7/checklist/new/
+2017-04-05 08:56:34,049 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:34,094 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:56:34,094 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:56:34,129 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:34,215 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:56:34,215 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a984fd4-a5eb-4e29-a09f-da696204f75d/122dc6d175744e85a178bd343418fffb
+2017-04-05 08:56:34,251 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:34,325 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:56:34,325 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:56:34,333 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:34,335 DEBUG db_general 141 9809 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:34,339 DEBUG db_general 130 9809 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:34,340 DEBUG db_general 141 9809 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:34,571 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:34,599 DEBUG api_virtual_function 59 9809 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:34,600 DEBUG api_gitlab 222 9809 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/079e05e7-239b-4acc-b8ab-f4dac518052d/checklist/new/
+2017-04-05 08:56:34,673 DEBUG api_user 111 9809 140736510014400 200 OK
+2017-04-05 08:56:34,673 DEBUG api_user 113 9809 140736510014400 Login successfully.
+2017-04-05 08:56:34,688 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:56:34,688 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a1b275db-0296-4f8e-8bc2-59078658f84f/691fd08ac52f4879896f33cef6b5fae6
+2017-04-05 08:56:34,713 DEBUG api_gitlab 240 9809 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:34,716 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STJ2YWf@intl.att.com';
+2017-04-05 08:56:34,719 DEBUG db_general 117 9809 140736510014400 Query result: 5054b926-30d4-4bfc-b31b-ab41c588657f
+2017-04-05 08:56:34,723 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STJ2YWf@intl.att.com';
+2017-04-05 08:56:34,725 DEBUG db_general 117 9809 140736510014400 Query result: 461
+2017-04-05 08:56:34,728 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '461';
+2017-04-05 08:56:34,729 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:34,730 DEBUG db_general 165 9809 140736510014400 Query result: 80a7d3c93dce4c8c9cefad19c2014f42
+2017-04-05 08:56:34,730 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5054b926-30d4-4bfc-b31b-ab41c588657f/80a7d3c93dce4c8c9cefad19c2014f42
+2017-04-05 08:56:34,731 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5054b926-30d4-4bfc-b31b-ab41c588657f/80a7d3c93dce4c8c9cefad19c2014f42
+2017-04-05 08:56:34,819 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:56:34,819 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:56:34,823 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:34,825 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:34,832 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:34,833 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:35,204 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:35,204 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6afb6a63-bd18-4a42-b35c-99bf443f1c83/checklist/new/
+2017-04-05 08:56:35,303 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:56:35,304 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:56:35,350 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:35,397 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:35,476 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:35,477 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:35,910 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:36,432 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:36,674 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-04-05 08:56:36,674 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-04-05 08:56:36,689 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-04-05 08:56:36,690 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-04-05 08:56:36,690 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-04-05 08:56:36,759 DEBUG fe_general 146 9808 140736510014400 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-04-05 08:56:36,764 DEBUG db_general 109 9808 140736510014400 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-04-05 08:56:36,766 DEBUG db_general 117 9808 140736510014400 Query result: pbkdf2_sha256$30000$8ICrbhEtr9Ul$AcaTsk9m2/rauFi++Q6k1v3rrgXfx6qQ+axVvwJPpgE=
+2017-04-05 08:56:36,769 DEBUG db_general 109 9808 140736510014400 Query : select id from auth_user WHERE Email = 'STyV1MY@intl.att.com';
+2017-04-05 08:56:36,771 DEBUG db_general 117 9808 140736510014400 Query result: 463
+2017-04-05 08:56:36,784 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUeVYxTVlAaW50bC5hdHQuY29tIg.C8aJFA.h9fOns3ckj5JDmAv9FUIQ7KNz8U
+2017-04-05 08:56:37,093 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:37,248 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:37,257 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:37,684 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:37,684 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:37,780 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:38,292 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:38,558 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:38,886 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:39,184 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:39,333 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:39,340 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login?t=IlNUeVYxTVlAaW50bC5hdHQuY29tIg.C8aJFA.h9fOns3ckj5JDmAv9FUIQ7KNz8U page is loaded.
+2017-04-05 08:56:39,860 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-04-05 08:56:40,093 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:56:40,093 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e1b71d3-fba8-41c3-9524-5557174b9b74/18a144a89d8348d19f3f66b5cde962f9
+2017-04-05 08:56:40,128 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:40,199 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:40,199 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:40,203 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:40,205 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:40,213 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:40,214 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:40,386 DEBUG test_reset_password 22 9808 140736510014400
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUeVYxTVlAaW50bC5hdHQuY29tIg.C8aJFA.h9fOns3ckj5JDmAv9FUIQ7KNz8U
+Temp Password: iceusers
+User Email: STyV1MY@intl.att.com
+2017-04-05 08:56:40,629 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:40,629 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3fe680d0-e8cc-447c-baf2-08c17ed9d4ec/checklist/new/
+2017-04-05 08:56:40,673 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-479';
+2017-04-05 08:56:40,675 DEBUG db_general 165 9809 140736510014400 Query result: e57da627-bed6-4ab2-b2a8-65ed9a9572e7
+2017-04-05 08:56:40,679 DEBUG db_user 38 9809 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'e57da627-bed6-4ab2-b2a8-65ed9a9572e7' and email = 'STOL8D2@intl.att.com' ;
+2017-04-05 08:56:40,682 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login?invitation=e4454233-e4b5-4fae-bd48-5ee92df76f7a
+2017-04-05 08:56:40,715 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:40,715 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:40,753 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:40,753 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:40,753 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:56:41,498 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'b1f38756-4d53-4e3a-b6b7-e0fb78379e63';
+2017-04-05 08:56:41,500 DEBUG db_general 165 9811 140736510014400 Query result: API next step test STv8rXj
+2017-04-05 08:56:41,500 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-05 08:56:41,501 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-05 08:56:41,501 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:41,501 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:41,517 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-05 08:56:41,518 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-05 08:56:41,518 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-05 08:56:41,707 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:56:42,405 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:56:42,416 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:42,515 DEBUG test_reset_password 24 9808 140736510014400 Logout and verify new password works
+2017-04-05 08:56:42,555 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:56:42,565 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:43,009 DEBUG test_reset_password 26 9808 140736510014400 Login with updated password
+2017-04-05 08:56:43,009 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:43,009 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:43,120 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:43,300 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:43,314 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?invitation=e4454233-e4b5-4fae-bd48-5ee92df76f7a page is loaded.
+2017-04-05 08:56:43,393 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:43,840 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:43,914 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:43,918 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:44,028 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:44,354 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:44,442 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:44,672 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:44,782 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:44,788 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:44,909 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:45,213 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:56:45,213 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/10175536-ca38-4ed4-aa39-c07f46f7e93b/2b7a6f691fcd4da9960c02624a3233e8
+2017-04-05 08:56:45,247 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:45,289 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:45,302 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:45,339 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:45,339 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:45,343 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:45,344 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:45,348 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:45,349 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:45,527 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:45,729 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:45,730 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6b8c017-268b-4f09-9bdb-7cfbd84ec633/checklist/new/
+2017-04-05 08:56:45,802 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:45,802 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:45,803 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:45,838 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:45,917 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:56:45,918 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:56:45,928 DEBUG db_general 153 9811 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 08:56:45,931 DEBUG db_general 165 9811 140736510014400 Query result: 1
+2017-04-05 08:56:45,934 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-05 08:56:45,935 DEBUG db_general 165 9811 140736510014400 Query result: e257170a-fb37-48db-842d-46bd8fa9e849
+2017-04-05 08:56:45,947 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:45,948 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:56:46,064 DEBUG test_reset_password 29 9808 140736510014400 Logout and change password back to 'iceusers'
+2017-04-05 08:56:46,067 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-05 08:56:46,067 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-05 08:56:46,070 DEBUG db_general 109 9808 140736510014400 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-04-05 08:56:46,077 DEBUG db_general 117 9808 140736510014400 Query result: pbkdf2_sha256$30000$8ICrbhEtr9Ul$AcaTsk9m2/rauFi++Q6k1v3rrgXfx6qQ+axVvwJPpgE=
+2017-04-05 08:56:46,087 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-04-05 08:56:46,087 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-05 08:56:46,087 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-04-05 08:56:46,090 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:46,090 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:46,510 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-04-05 08:56:46,511 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-04-05 08:56:46,529 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-04-05 08:56:46,529 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-04-05 08:56:46,530 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-04-05 08:56:46,846 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:46,864 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:56:47,536 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:47,575 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:56:47,695 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:47,703 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:47,772 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:56:47,780 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:48,232 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:48,748 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:48,757 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-04-05 08:56:48,757 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-04-05 08:56:48,781 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-04-05 08:56:48,782 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-04-05 08:56:48,782 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-04-05 08:56:49,206 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:49,263 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:49,653 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:49,795 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:50,565 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:56:50,570 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STfTX7B@intl.att.com';
+2017-04-05 08:56:50,573 DEBUG db_general 117 9809 140736510014400 Query result: adaffb48-9fd2-4d57-a92d-9f93adbefe6d
+2017-04-05 08:56:50,577 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STfTX7B@intl.att.com';
+2017-04-05 08:56:50,580 DEBUG db_general 117 9809 140736510014400 Query result: adaffb48-9fd2-4d57-a92d-9f93adbefe6d
+2017-04-05 08:56:50,584 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STfTX7B@intl.att.com';
+2017-04-05 08:56:50,586 DEBUG db_general 117 9809 140736510014400 Query result: 466
+2017-04-05 08:56:50,592 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '466';
+2017-04-05 08:56:50,594 DEBUG db_general 165 9809 140736510014400 Query result: b3afd159fd8745aa8831b08b2a79384c
+2017-04-05 08:56:50,594 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/adaffb48-9fd2-4d57-a92d-9f93adbefe6d/b3afd159fd8745aa8831b08b2a79384c
+2017-04-05 08:56:50,594 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/adaffb48-9fd2-4d57-a92d-9f93adbefe6d/b3afd159fd8745aa8831b08b2a79384c
+2017-04-05 08:56:50,676 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:51,103 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:51,217 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:56:51,218 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b5059c8-6668-4e56-b314-21ef8a9887d0/2cd0e59765ba400f98096aa8ef45b3b7
+2017-04-05 08:56:51,276 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:51,307 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:51,458 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:51,459 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:51,463 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:51,465 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:51,469 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:51,470 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:51,662 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:51,662 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:51,898 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:51,899 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee45f4bd-93e0-4aa7-be1d-d8ca4ec94985/checklist/new/
+2017-04-05 08:56:51,989 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:56:51,989 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:56:52,030 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:52,031 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:52,031 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:56:52,368 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:56:52,368 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa04cb0f-3571-4a6d-92b1-8ac9755f7b56/2c46e01372ea47d88c7718c8c0c29566
+2017-04-05 08:56:52,405 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:56:52,485 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:56:52,485 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:56:52,489 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:56:52,490 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:56:52,493 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:56:52,495 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:56:52,575 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:52,828 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:56:52,828 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/382967aa-27ec-401f-a184-84661542dc47/checklist/new/
+2017-04-05 08:56:52,880 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:56:52,907 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:56:52,908 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:56:52,941 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:56:52,941 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:52,941 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:56:53,224 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:53,337 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:53,347 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:56:53,521 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:56:53,649 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:56:53,659 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:53,774 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:56:53,965 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:54,358 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:54,448 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:56:54,482 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:54,559 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:56:54,563 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:56:54,870 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:55,086 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:55,395 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:55,418 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:56:55,419 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:56:55,600 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:56,162 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:56:56,166 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:56,681 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:56:56,825 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:56:57,247 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:56:57,253 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:57,545 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-04-05 08:56:57,545 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-04-05 08:56:57,562 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-04-05 08:56:57,562 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-04-05 08:56:57,562 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-04-05 08:56:57,773 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:56:58,324 DEBUG test_login_with_new_user 92 9809 140736510014400 click_on on + Dashboard
+2017-04-05 08:56:58,610 DEBUG fe_wizard 20 9809 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:56:59,660 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:56:59,896 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:00,497 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:00,825 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:57:00,826 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bfd63df1-3135-482f-9cfb-c95f2cf579a5/b473e135386a4d609fb476acf4be6862
+2017-04-05 08:57:00,869 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:00,938 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:00,939 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:00,947 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:00,949 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:00,952 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:00,953 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:01,009 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:01,222 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:01,223 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88009bd6-0baa-4483-8242-e4b23f5f0c2b/checklist/new/
+2017-04-05 08:57:01,292 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:01,292 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:01,324 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:01,324 DEBUG api_virtual_function 73 9810 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:57:01,371 DEBUG api_virtual_function 85 9810 140736510014400 Invite sent successfully to email STWtKo8@intl.att.com
+2017-04-05 08:57:01,377 DEBUG api_virtual_function 89 9810 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=bd95b7d8-9aba-4797-8e86-ba7e34a6ecf2&email=STWtKo8@intl.att.com
+2017-04-05 08:57:01,377 DEBUG api_user 182 9810 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:57:01,502 DEBUG api_user 204 9810 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:57:01,502 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88009bd6-0baa-4483-8242-e4b23f5f0c2b/checklist/new/
+2017-04-05 08:57:01,529 DEBUG fe_wizard 43 9809 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:57:01,586 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:01,586 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:01,619 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:01,620 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:01,620 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:57:02,437 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:57:02,568 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'e257170a-fb37-48db-842d-46bd8fa9e849';
+2017-04-05 08:57:02,571 DEBUG db_general 165 9811 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:57:02,581 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:03,026 DEBUG test_set_stage 66 9808 140736510014400 Admin_ro failed to change stage to Intake
+2017-04-05 08:57:03,103 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:57:03,106 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '33ae7653-a2ae-4766-9da9-cc96448b0714';
+2017-04-05 08:57:03,113 DEBUG db_general 165 9811 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:57:03,143 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:03,231 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:57:03,235 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:03,671 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '7f2efbe0-abc6-4f3d-8ce0-cba099444219';
+2017-04-05 08:57:03,675 DEBUG db_general 165 9811 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:57:03,681 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:03,786 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:04,074 DEBUG fe_wizard 76 9809 140736510014400 Tab Invite Team Members
+2017-04-05 08:57:04,300 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:05,557 DEBUG fe_wizard 89 9809 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:57:05,569 DEBUG helper 42 9809 140736510014400 About to generate SSH Public Key
+2017-04-05 08:57:05,730 DEBUG helper 57 9809 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUwtOFL+EoTnN6HehRtCXBLKSmADRQUP2Tw/SyuMUb8XIu9RJFsy7rYUAf0zB26Hrg2RWvevlgtVgkYvv1SsScNsZCV3zvxJaH+CTnWauyyIKACQyDuapJzuiV27OLxVsW0yE9uRVLnrYzIQKtP2s7WkDcHNSiVRk7BoKVnqKzyZ9mDnwpbSLCFVA6YR+S5kqEmyC61roegaq8cnFgV2lM5eJD+kFRSPvUJ2UIYTLosx4/xrsPNtJdkybvqWRbVx6sU9sFBwpWiV5v0s/8ioOEt1kuwuTdmpCUaJjG+t1ve2GONBUhWC7WHgSgpAqViTT4H8d5JnvBjUIoS+14wTjf
+2017-04-05 08:57:07,232 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-04-05 08:57:07,233 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-04-05 08:57:07,262 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-04-05 08:57:07,262 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-04-05 08:57:07,262 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-04-05 08:57:08,374 DEBUG test_set_stage 66 9808 140736510014400 Admin_ro failed to change stage to Active
+2017-04-05 08:57:08,511 DEBUG fe_wizard 99 9809 140736510014400 SSH Key added via modal window.
+2017-04-05 08:57:08,515 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vf Where name = 'newVFST3gVW5';
+2017-04-05 08:57:08,520 DEBUG db_general 165 9809 140736510014400 Query result: 3af04459-e314-47c3-904e-b450ef00e6a2
+2017-04-05 08:57:08,520 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=3af04459-e314-47c3-904e-b450ef00e6a2&inviter_uuid=adaffb48-9fd2-4d57-a92d-9f93adbefe6d&email=automationqattSTqTU3F@gmail.com
+2017-04-05 08:57:09,366 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:10,181 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-05 08:57:10,187 DEBUG db_general 165 9809 140736510014400 Query result: d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:57:10,187 DEBUG db_user 28 9809 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=3af04459-e314-47c3-904e-b450ef00e6a2&email=STIbtJ1@ericson.com&full_name=STjoMXBSTa6TnD&phone_number=2012757933&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:57:10,187 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=3af04459-e314-47c3-904e-b450ef00e6a2&email=STIbtJ1@ericson.com&full_name=STjoMXBSTa6TnD&phone_number=2012757933&company=d3c28d8d-36b9-42e7-be67-d572a90ddac5
+2017-04-05 08:57:10,486 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:57:10,487 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3a8000ef-236a-4f3d-969a-fd20be4d22d5/6ca51af74a474efd908bba2eff7f07a2
+2017-04-05 08:57:10,522 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:10,603 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:10,603 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:10,607 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:10,609 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:10,613 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:10,614 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:10,869 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:10,869 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/167cbd32-567e-4c25-900d-d7383243d6bc/checklist/new/
+2017-04-05 08:57:10,937 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:10,937 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:10,976 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:10,976 DEBUG api_virtual_function 73 9810 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:57:11,035 DEBUG api_virtual_function 85 9810 140736510014400 Invite sent successfully to email STUPqE2@intl.att.com
+2017-04-05 08:57:11,042 DEBUG api_virtual_function 89 9810 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=59b29361-2225-411b-85bb-e71b76b81ded&email=STUPqE2@intl.att.com
+2017-04-05 08:57:11,042 DEBUG api_user 182 9810 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:57:11,202 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-05 08:57:11,202 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-05 08:57:11,219 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-04-05 08:57:11,220 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-05 08:57:11,220 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-04-05 08:57:11,312 DEBUG api_user 204 9810 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:57:11,312 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/167cbd32-567e-4c25-900d-d7383243d6bc/checklist/new/
+2017-04-05 08:57:11,416 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:11,417 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:11,464 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:11,465 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:11,465 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:57:12,365 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:57:13,013 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:57:13,137 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:57:13,145 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:13,336 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:13,650 DEBUG test_set_stage 66 9808 140736510014400 Admin_ro failed to change stage to Validated
+2017-04-05 08:57:13,650 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-04-05 08:57:13,651 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-04-05 08:57:13,667 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-04-05 08:57:13,667 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-04-05 08:57:13,668 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-04-05 08:57:13,704 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:14,237 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:14,745 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:57:14,749 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'ST7WXQR@amdocs.com';
+2017-04-05 08:57:14,753 DEBUG db_general 117 9809 140736510014400 Query result: 3b48f41b-3764-42c7-80b5-ca7bdb607ad9
+2017-04-05 08:57:14,758 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'ST7WXQR@amdocs.com';
+2017-04-05 08:57:14,764 DEBUG db_general 117 9809 140736510014400 Query result: 3b48f41b-3764-42c7-80b5-ca7bdb607ad9
+2017-04-05 08:57:14,764 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:14,769 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'ST7WXQR@amdocs.com';
+2017-04-05 08:57:14,773 DEBUG db_general 117 9809 140736510014400 Query result: 473
+2017-04-05 08:57:14,777 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '473';
+2017-04-05 08:57:14,779 DEBUG db_general 165 9809 140736510014400 Query result: ece822fa41fb4e5b9bda67cb9f1cd562
+2017-04-05 08:57:14,779 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b48f41b-3764-42c7-80b5-ca7bdb607ad9/ece822fa41fb4e5b9bda67cb9f1cd562
+2017-04-05 08:57:14,779 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b48f41b-3764-42c7-80b5-ca7bdb607ad9/ece822fa41fb4e5b9bda67cb9f1cd562
+2017-04-05 08:57:15,536 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:15,571 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:15,571 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:57:15,876 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:16,051 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:16,242 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '7f2efbe0-abc6-4f3d-8ce0-cba099444219';
+2017-04-05 08:57:16,244 DEBUG db_general 165 9811 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:57:16,252 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:16,541 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:57:16,779 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '33ae7653-a2ae-4766-9da9-cc96448b0714';
+2017-04-05 08:57:16,783 DEBUG db_general 165 9811 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:57:16,790 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:17,081 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:57:17,081 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec9c78cc-9e83-41b6-aaed-b3a9a7b81b29/9781f74030ab45c1996dea4a77d4a1a9
+2017-04-05 08:57:17,119 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:17,197 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:57:17,221 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:57:17,221 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:57:17,231 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:17,233 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:17,237 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:17,238 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:17,304 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'e257170a-fb37-48db-842d-46bd8fa9e849';
+2017-04-05 08:57:17,308 DEBUG db_general 165 9811 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:57:17,316 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:17,336 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:57:17,344 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:57:17,681 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:17,682 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d555860d-c450-4265-a576-036459721b18/checklist/new/
+2017-04-05 08:57:17,780 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:57:17,781 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:57:17,826 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:17,827 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:17,827 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:57:17,828 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-05 08:57:17,829 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-05 08:57:17,846 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-05 08:57:17,847 DEBUG logFuncEntry 34 9811 140736510014400 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-05 08:57:17,847 DEBUG test_ui_base 28 9811 140736510014400 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-05 08:57:17,997 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:18,109 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-04-05 08:57:18,110 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-04-05 08:57:18,141 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-04-05 08:57:18,142 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-04-05 08:57:18,142 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-04-05 08:57:18,514 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:18,885 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:57:19,594 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:19,594 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:57:19,615 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:57:19,770 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:57:19,780 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:20,421 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:57:20,476 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:20,985 DEBUG test_ui_base 38 9811 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:20,990 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:21,102 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:57:21,199 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:57:21,204 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:21,280 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:21,749 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:22,253 DEBUG api_user 93 9811 140736510014400 Moving to next test case
+2017-04-05 08:57:22,254 DEBUG api_user 170 9811 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2a61f40c-e84e-4a53-ad66-ef696f6bba08/8059d638ec2b40dd8c8f3133d6bfc7a8
+2017-04-05 08:57:22,332 DEBUG api_user 173 9811 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:22,518 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:57:22,519 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:57:22,523 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:22,525 DEBUG db_general 141 9811 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:22,530 DEBUG db_general 130 9811 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:22,531 DEBUG db_general 141 9811 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:22,626 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:57:22,626 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/efce9c0f-13eb-41b5-9397-aa2c32a6dac9/418ae1b3e0d24255a66d915c08459c11
+2017-04-05 08:57:22,678 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:22,728 DEBUG fe_wizard 20 9809 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:57:22,842 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:22,843 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:22,847 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:22,849 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:22,854 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:22,856 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:23,052 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Intake
+2017-04-05 08:57:23,060 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:23,176 DEBUG api_virtual_function 59 9811 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:23,177 DEBUG api_gitlab 222 9811 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bda696c5-8d47-4845-b56a-fc75ff63957d/checklist/new/
+2017-04-05 08:57:23,264 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:57:23,265 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:57:23,294 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:23,324 DEBUG api_gitlab 240 9811 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:23,356 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:23,357 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b25aa114-8d0b-4311-94c3-a1b747d07410/checklist/new/
+2017-04-05 08:57:23,427 DEBUG api_user 111 9811 140736510014400 200 OK
+2017-04-05 08:57:23,427 DEBUG api_user 113 9811 140736510014400 Login successfully.
+2017-04-05 08:57:23,441 DEBUG db_general 153 9811 140736510014400 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-05 08:57:23,444 DEBUG db_general 165 9811 140736510014400 Query result: 1
+2017-04-05 08:57:23,448 DEBUG db_general 153 9811 140736510014400 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-05 08:57:23,450 DEBUG db_general 165 9811 140736510014400 Query result: e257170a-fb37-48db-842d-46bd8fa9e849
+2017-04-05 08:57:23,456 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:23,456 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:23,463 DEBUG fe_user 26 9811 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:23,463 DEBUG fe_user 27 9811 140736510014400 Insert Email
+2017-04-05 08:57:23,518 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:23,518 DEBUG api_virtual_function 73 9810 140736510014400 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-04-05 08:57:23,603 DEBUG api_virtual_function 85 9810 140736510014400 Invite sent successfully to email STowOyr@intl.att.com
+2017-04-05 08:57:23,615 DEBUG api_virtual_function 89 9810 140736510014400 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=6fddce64-9498-49cb-8bbf-561478c1a0c3&email=STowOyr@intl.att.com
+2017-04-05 08:57:23,616 DEBUG api_user 182 9810 140736510014400 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-05 08:57:23,748 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:23,897 DEBUG api_user 204 9810 140736510014400 Invited user signed-up successfully!
+2017-04-05 08:57:23,897 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b25aa114-8d0b-4311-94c3-a1b747d07410/checklist/new/
+2017-04-05 08:57:23,999 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:23,999 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:24,034 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:24,034 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:24,035 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:57:24,202 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:24,293 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:24,416 DEBUG fe_user 30 9811 140736510014400 Insert Password
+2017-04-05 08:57:24,728 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:24,809 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Active
+2017-04-05 08:57:24,814 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:24,915 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:57:25,068 DEBUG fe_user 32 9811 140736510014400 Click Login Button
+2017-04-05 08:57:25,199 DEBUG fe_user 34 9811 140736510014400 Login Button clicked
+2017-04-05 08:57:25,210 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:25,251 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:25,296 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:25,594 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:57:25,718 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:57:25,723 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:25,766 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:25,812 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:25,817 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:26,268 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:26,288 DEBUG fe_wizard 59 9809 140736510014400 Tab Add AT&T Sponsor
+2017-04-05 08:57:26,333 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Validated
+2017-04-05 08:57:26,339 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:26,345 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:26,671 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:26,778 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:26,868 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:27,184 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:27,304 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:27,637 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:27,690 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-04-05 08:57:27,691 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-04-05 08:57:27,707 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-04-05 08:57:27,708 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-04-05 08:57:27,708 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-04-05 08:57:28,150 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:28,289 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:29,052 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:29,303 DEBUG fe_wizard 76 9809 140736510014400 Tab Invite Team Members
+2017-04-05 08:57:30,016 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:30,825 DEBUG fe_wizard 89 9809 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:57:30,835 DEBUG helper 42 9809 140736510014400 About to generate SSH Public Key
+2017-04-05 08:57:30,891 DEBUG helper 57 9809 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDrrjSpCHn2X5d30H0U7HgoPvJYquMppqIRAJ1VY3l6ZH7c+fIomDPMU9gEqw50z9XVPvzw7sMzFl7ezL9+32dEXg2+ztLdX8y+HGURoXe37BRe9dOe5SL0ozaqu7/jTHNgoFc5Bdk8f6RbHrdUuxO5KNv5ynXCR4y+g4jwntK44XN1PynGYkbWRaqxPZsbvJVxKgh1I8+wSEWmm2u0OJKvUs/O1dQnv3XpakTk2OGY9s7XAuEewAbTb9E2q8lQ32Ya7NBTAfKhe5btpUabEMBAXXYUgjKiuoVam2dK9DRKgijwiQQvnEJuBh0/QZn8VrOi6wwktSkwI9VdCC9PpKD
+2017-04-05 08:57:30,973 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-04-05 08:57:30,973 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-04-05 08:57:30,994 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-04-05 08:57:30,995 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-04-05 08:57:30,995 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-04-05 08:57:31,363 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:57:31,363 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8e1be4c9-54c8-44bd-96e0-a80379acefac/f1b2e521827640839a22a8101c381ff5
+2017-04-05 08:57:31,496 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:31,656 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:57:31,656 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:57:31,661 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:31,663 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:31,668 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:31,670 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:32,201 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:32,202 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c96261c1-b85a-451b-baca-0e71f08a734b/checklist/new/
+2017-04-05 08:57:32,279 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:57:32,280 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:57:32,323 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:32,324 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:32,324 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:57:33,192 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:57:33,194 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:33,840 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:57:33,974 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:57:33,982 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:34,135 DEBUG fe_wizard 99 9809 140736510014400 SSH Key added via modal window.
+2017-04-05 08:57:34,140 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vf Where name = 'newVFSTOHJt2';
+2017-04-05 08:57:34,143 DEBUG db_general 165 9809 140736510014400 Query result: c851dd81-82d5-4997-85a2-81b4fb6c01ee
+2017-04-05 08:57:34,148 DEBUG db_user 38 9809 140736510014400 Query : select invitation_token from ice_invitation Where engagement_uuid = 'c851dd81-82d5-4997-85a2-81b4fb6c01ee' and email = 'automationqattST69zZa@gmail.com' ;
+2017-04-05 08:57:34,155 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattST69zZa@gmail.com
+2017-04-05 08:57:34,448 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:57:34,448 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5aa11d9d-7d2c-4951-9215-6fa880283648/4a21d898a2be43eb84fac079cc8d0ffc
+2017-04-05 08:57:34,510 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:34,627 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:34,628 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:34,632 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:34,634 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:34,638 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:34,639 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:34,671 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:35,025 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:35,025 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9e2eff4f-685b-4f67-b068-631dd870f7b6/checklist/new/
+2017-04-05 08:57:35,094 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:35,094 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:35,130 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:35,131 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:35,131 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:57:35,186 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:35,714 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:35,863 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-05 08:57:35,865 DEBUG db_general 165 9809 140736510014400 Query result: 8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:57:35,866 DEBUG db_user 28 9809 140736510014400 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=ST2LTqr@att.com&full_name=STia45zSTQxrhp&phone_number=2018239258&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:57:35,866 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=ST2LTqr@att.com&full_name=STia45zSTQxrhp&phone_number=2018239258&company=8096266d-ddf0-4f14-ac4b-05f0d70c5cad
+2017-04-05 08:57:36,000 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:57:36,491 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:36,696 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:57:36,850 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:57:36,860 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-05 08:57:36,861 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-05 08:57:36,861 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:36,881 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-04-05 08:57:36,882 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-05 08:57:36,882 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-04-05 08:57:37,005 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:37,497 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:37,549 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Intake
+2017-04-05 08:57:37,556 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:37,663 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:38,024 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:38,093 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:38,612 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:38,792 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:39,132 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:39,185 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Active
+2017-04-05 08:57:39,191 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:39,309 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:39,475 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'e257170a-fb37-48db-842d-46bd8fa9e849';
+2017-04-05 08:57:39,478 DEBUG db_general 165 9811 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:57:39,498 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:39,578 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:40,028 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '2b52d6c4-5205-4a83-8758-208ab812b6ae';
+2017-04-05 08:57:40,031 DEBUG db_general 165 9811 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:57:40,038 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:40,097 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:40,253 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:57:40,325 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:57:40,326 DEBUG api_user 170 9809 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bccb44e6-d5c6-4b0f-abf6-b3d7be2605ef/17975a8c57ba4b1b8a6f027220ec8268
+2017-04-05 08:57:40,371 DEBUG api_user 173 9809 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:40,372 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:40,372 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:57:40,550 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '1f6455cd-f6aa-4e2e-b9df-20f02ffbd22d';
+2017-04-05 08:57:40,554 DEBUG db_general 165 9811 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:57:40,560 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:40,610 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Validated
+2017-04-05 08:57:40,617 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:57:40,871 DEBUG helper 42 9810 140736510014400 About to generate SSH Public Key
+2017-04-05 08:57:40,973 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:41,095 DEBUG helper 57 9810 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsj8pSzjSv+COFE3tQ2H9QBZr5ssSQ5jD6DQNSATE+PJDMyMwYgyp+Mki8sSVDdxglrvnJkXzrXXHYvB5gcQrJ3psc4/lyFcqgUxzmpWmMMlb7SXPS9QPigLgac3JxirJvxejEByKXu2f9uxU/G2kdEZ1or7TyroQiw0ALhZ06CUu/zPeKCQ2a+/s9APvz+5FwCT1Iqz/pIsYGgJdy8D/Kb/zZjKrR/+5IySEy8+oMphsjN0VKMjKpx9x1YakAkhuwGnLtJjQIDhFPsV5jtvbPHnCetsqXNGdxnoqYeeDuTskj+906NdqMgktyCFgqsEwkcHOR+yOd1BuZ1IAvnPFp
+2017-04-05 08:57:41,096 DEBUG test_ssh_key 44 9810 140736510014400 AAAAB3NzaC1yc2EAAAADAQABAAABAQDsj8pSzjSv+COFE3tQ2H9QBZr5ssSQ5jD6DQNSATE+PJDMyMwYgyp+Mki8sSVDdxglrvnJkXzrXXHYvB5gcQrJ3psc4/lyFcqgUxzmpWmMMlb7SXPS9QPigLgac3JxirJvxejEByKXu2f9uxU/G2kdEZ1or7TyroQiw0ALhZ06CUu/zPeKCQ2a+/s9APvz+5FwCT1Iqz/pIsYGgJdy8D/Kb/zZjKrR/+5IySEy8+oMphsjN0VKMjKpx9x1YakAkhuwGnLtJjQIDhFPsV5jtvbPHnCetsqXNGdxnoqYeeDuTskj+906NdqMgktyCFgqsEwkcHOR+yOd1BuZ1IAvnPFp
+2017-04-05 08:57:41,296 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:57:41,388 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:57:41,485 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:41,991 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-04-05 08:57:41,992 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-04-05 08:57:42,005 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-04-05 08:57:42,006 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-04-05 08:57:42,006 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-04-05 08:57:42,051 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:57:42,335 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:57:42,405 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:42,942 DEBUG test_login_with_new_user 33 9809 140736510014400 Message Error(APIUser or Password does not match) Displayed
+2017-04-05 08:57:42,942 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-05 08:57:42,943 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-05 08:57:42,959 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-04-05 08:57:42,960 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-05 08:57:42,960 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-04-05 08:57:44,276 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:44,508 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-04-05 08:57:44,509 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-04-05 08:57:44,530 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-04-05 08:57:44,531 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-04-05 08:57:44,531 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-04-05 08:57:45,163 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:45,530 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:57:45,530 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f9a0c5ca-f415-4262-941b-d780fcd2106a/7d08f0dee63141b596f570782eda1990
+2017-04-05 08:57:45,574 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:45,688 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:57:45,688 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:57:45,693 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:45,695 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:45,699 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:45,702 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:46,018 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:46,019 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8e602247-c676-406c-be85-296e4198e5f5/checklist/new/
+2017-04-05 08:57:46,110 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:57:46,111 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:57:46,148 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:46,149 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:46,149 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:57:46,514 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:57:46,515 DEBUG test_login_with_new_user 39 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:46,744 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:47,064 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:57:47,698 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:57:47,831 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:57:47,837 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:47,877 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:57:47,877 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/93f1d9c0-cef1-4510-8b7d-f14f5667d1b8/83e4eb18a3df4a75be212582604468e1
+2017-04-05 08:57:47,907 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:48,003 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:48,003 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:48,007 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:48,009 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:48,014 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:48,015 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:48,348 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:48,433 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:48,433 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/132a2c7b-fc12-4197-9c2b-120d268b3f43/checklist/new/
+2017-04-05 08:57:48,499 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:48,499 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:48,533 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:48,533 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:48,533 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:57:48,793 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-05 08:57:48,793 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-05 08:57:48,809 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-04-05 08:57:48,810 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-05 08:57:48,810 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-04-05 08:57:48,870 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:49,423 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:57:49,721 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:50,125 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:57:50,239 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:50,243 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:57:50,251 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:57:50,766 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:57:50,910 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:51,286 DEBUG helper 42 9810 140736510014400 About to generate SSH Public Key
+2017-04-05 08:57:51,366 DEBUG helper 57 9810 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJbMho1uG2C6ve74hG3WWjQsrrFWky9VqkhjHQpBgDHajmP68nRken0xnHdqEe/CrRzQCicanMRItRtXfu+TiaQ4SMjqZJkdUivtrGLyPZudiA41p257wWXTPjKDtzn3s0uoV5WGlSoBsDVHiCsOu5sUZi3deNODz7hNvB+puvQ0NPgI8G+tQtpmIs1eTZ+VHKgA39kvftQxs4L+fqoHM2ttzn479OElXXx04PgbCstLi6HG5wRhD+fyqCS8nvKQtkAO16Ih4+LdyK5NIYIvVphueaxgTA94b+snBmB8ony3sDrZvcQRHDsEbdO9At44frRhmLS4PzTfF+dwMIU/m5
+2017-04-05 08:57:51,366 DEBUG test_ssh_key 33 9810 140736510014400 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJbMho1uG2C6ve74hG3WWjQsrrFWky9VqkhjHQpBgDHajmP68nRken0xnHdqEe/CrRzQCicanMRItRtXfu+TiaQ4SMjqZJkdUivtrGLyPZudiA41p257wWXTPjKDtzn3s0uoV5WGlSoBsDVHiCsOu5sUZi3deNODz7hNvB+puvQ0NPgI8G+tQtpmIs1eTZ+VHKgA39kvftQxs4L+fqoHM2ttzn479OElXXx04PgbCstLi6HG5wRhD+fyqCS8nvKQtkAO16Ih4+LdyK5NIYIvVphueaxgTA94b+snBmB8ony3sDrZvcQRHDsEbdO9At44frRhmLS4PzTfF+dwMIU/m5
+2017-04-05 08:57:51,902 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:57:52,993 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-05 08:57:52,993 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-05 08:57:53,013 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-04-05 08:57:53,013 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-05 08:57:53,013 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-04-05 08:57:53,229 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '1f6455cd-f6aa-4e2e-b9df-20f02ffbd22d';
+2017-04-05 08:57:53,231 DEBUG db_general 165 9811 140736510014400 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-05 08:57:53,243 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:53,777 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = '2b52d6c4-5205-4a83-8758-208ab812b6ae';
+2017-04-05 08:57:53,781 DEBUG db_general 165 9811 140736510014400 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-05 08:57:53,790 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:54,305 DEBUG db_general 153 9811 140736510014400 Query : select description from ice_next_step Where uuid = 'e257170a-fb37-48db-842d-46bd8fa9e849';
+2017-04-05 08:57:54,308 DEBUG db_general 165 9811 140736510014400 Query result: Please add your SSH key to be able to contribute.
+2017-04-05 08:57:54,314 DEBUG wait 110 9811 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:57:54,714 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-04-05 08:57:54,714 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-04-05 08:57:54,732 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-04-05 08:57:54,733 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-04-05 08:57:54,733 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-04-05 08:57:54,823 DEBUG logFuncEntry 34 9811 140736510014400 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-05 08:57:54,823 DEBUG logFuncEntry 34 9811 140736510014400 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-05 08:57:54,843 DEBUG test_ui_base 54 9811 140736510014400 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-05 08:57:55,116 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:56,136 DEBUG test_set_stage 77 9808 140736510014400 User STS0RqC@intl.att.com failed to change stage to Intake
+2017-04-05 08:57:56,679 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-05 08:57:56,680 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-05 08:57:56,699 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-04-05 08:57:56,699 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-05 08:57:56,699 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-04-05 08:57:56,898 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:58,051 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:57:58,052 DEBUG api_user 170 9810 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/17a1715d-a152-4978-8687-af23d61e6eca/98284557ae0541cc92f0361746a1a3f3
+2017-04-05 08:57:58,085 DEBUG api_user 173 9810 140736510014400 APIUser activated successfully!
+2017-04-05 08:57:58,172 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:58,172 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:58,176 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:57:58,177 DEBUG db_general 141 9810 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:57:58,182 DEBUG db_general 130 9810 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:57:58,184 DEBUG db_general 141 9810 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:57:58,469 DEBUG api_virtual_function 59 9810 140736510014400 Virtual Function created successfully!
+2017-04-05 08:57:58,469 DEBUG api_gitlab 222 9810 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fa7990c5-9a07-4b42-98e5-f90ff4e1c05c/checklist/new/
+2017-04-05 08:57:58,549 DEBUG api_user 111 9810 140736510014400 200 OK
+2017-04-05 08:57:58,549 DEBUG api_user 113 9810 140736510014400 Login successfully.
+2017-04-05 08:57:58,589 DEBUG api_gitlab 240 9810 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:57:58,589 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:58,590 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:57:58,808 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:57:59,481 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:57:59,887 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:57:59,887 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:57:59,887 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:58:00,121 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:58:00,249 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:58:00,255 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:58:00,767 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:00,856 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:58:01,462 DEBUG test_set_stage 77 9808 140736510014400 User STS0RqC@intl.att.com failed to change stage to Active
+2017-04-05 08:58:01,521 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:58:01,641 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:58:01,645 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:58:01,682 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:58:02,166 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:58:02,199 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-05 08:58:02,690 DEBUG test_login_with_new_user 25 9809 140736510014400 Resend Activation Email Page Opened
+2017-04-05 08:58:02,703 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-05 08:58:02,703 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-05 08:58:02,719 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-04-05 08:58:02,720 DEBUG logFuncEntry 34 9809 140736510014400 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-05 08:58:02,720 DEBUG test_ui_base 28 9809 140736510014400 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-04-05 08:58:02,833 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-04-05 08:58:02,834 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-04-05 08:58:02,850 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-04-05 08:58:02,850 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-04-05 08:58:02,850 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-04-05 08:58:04,825 DEBUG test_ui_base 38 9809 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:58:04,970 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:58:05,886 DEBUG api_user 93 9809 140736510014400 Moving to next test case
+2017-04-05 08:58:05,890 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STuyn9o@intl.att.com';
+2017-04-05 08:58:05,892 DEBUG db_general 117 9809 140736510014400 Query result: 768fba14-1fd8-4917-834c-54406a27a04f
+2017-04-05 08:58:05,895 DEBUG db_general 109 9809 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'STuyn9o@intl.att.com';
+2017-04-05 08:58:05,897 DEBUG db_general 117 9809 140736510014400 Query result: 768fba14-1fd8-4917-834c-54406a27a04f
+2017-04-05 08:58:05,901 DEBUG db_general 109 9809 140736510014400 Query : select id from auth_user WHERE Email = 'STuyn9o@intl.att.com';
+2017-04-05 08:58:05,906 DEBUG db_general 117 9809 140736510014400 Query result: 486
+2017-04-05 08:58:05,909 DEBUG db_general 153 9809 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '486';
+2017-04-05 08:58:05,911 DEBUG db_general 165 9809 140736510014400 Query result: 978eb2d69e0e4fe19b93bd88a65af0cc
+2017-04-05 08:58:05,911 DEBUG db_user 21 9809 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/768fba14-1fd8-4917-834c-54406a27a04f/978eb2d69e0e4fe19b93bd88a65af0cc
+2017-04-05 08:58:05,911 DEBUG fe_general 35 9809 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/768fba14-1fd8-4917-834c-54406a27a04f/978eb2d69e0e4fe19b93bd88a65af0cc
+2017-04-05 08:58:06,128 DEBUG api_user 93 9810 140736510014400 Moving to next test case
+2017-04-05 08:58:06,128 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:06,128 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:58:06,582 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:06,583 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:58:06,723 DEBUG test_set_stage 77 9808 140736510014400 User STS0RqC@intl.att.com failed to change stage to Validated
+2017-04-05 08:58:06,723 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:58:07,079 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:58:07,326 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-04-05 08:58:07,326 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-04-05 08:58:07,346 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-04-05 08:58:07,347 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-04-05 08:58:07,347 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-04-05 08:58:07,438 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:58:07,769 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:58:07,980 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:58:07,987 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:58:08,118 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:58:08,247 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:58:08,256 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:58:08,524 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-04-05 08:58:08,846 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:09,053 DEBUG db_general 109 9810 140736510014400 Query : select uuid from ice_user_profile WHERE Email = 'SThZPvO@intl.att.com';
+2017-04-05 08:58:09,055 DEBUG db_general 117 9810 140736510014400 Query result: 9582d8cb-3403-4a0b-9cc9-0bd28199aa1d
+2017-04-05 08:58:09,060 DEBUG db_general 109 9810 140736510014400 Query : select id from auth_user WHERE Email = 'SThZPvO@intl.att.com';
+2017-04-05 08:58:09,063 DEBUG db_general 117 9810 140736510014400 Query result: 487
+2017-04-05 08:58:09,068 DEBUG db_general 153 9810 140736510014400 Query : select activation_token from ice_custom_user Where user_ptr_id = '487';
+2017-04-05 08:58:09,070 DEBUG db_general 165 9810 140736510014400 Query result: d4bb622318644e228f349fd2086cad2e
+2017-04-05 08:58:09,070 DEBUG db_user 21 9810 140736510014400 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9582d8cb-3403-4a0b-9cc9-0bd28199aa1d/d4bb622318644e228f349fd2086cad2e
+2017-04-05 08:58:09,071 DEBUG fe_general 35 9810 140736510014400 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9582d8cb-3403-4a0b-9cc9-0bd28199aa1d/d4bb622318644e228f349fd2086cad2e
+2017-04-05 08:58:09,361 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:09,453 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:58:09,764 DEBUG fe_user 26 9810 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:09,764 DEBUG fe_user 27 9810 140736510014400 Insert Email
+2017-04-05 08:58:10,314 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:10,314 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:58:10,579 DEBUG fe_user 30 9810 140736510014400 Insert Password
+2017-04-05 08:58:10,657 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:58:10,657 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c6745685-37ee-4a06-877b-18c02185db54/6dea61df0ff74c6b9fe74e442e85535e
+2017-04-05 08:58:10,692 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:58:10,764 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:58:10,764 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:58:10,768 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:58:10,769 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:58:10,773 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:58:10,774 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:58:11,005 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:58:11,005 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/84b8ff3d-1af2-4504-8607-4dde365b19b4/checklist/new/
+2017-04-05 08:58:11,081 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:58:11,084 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:58:11,085 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:58:11,123 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:58:11,124 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:11,124 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:58:11,240 DEBUG fe_user 32 9810 140736510014400 Click Login Button
+2017-04-05 08:58:11,334 DEBUG fe_user 34 9810 140736510014400 Login Button clicked
+2017-04-05 08:58:11,339 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-05 08:58:11,703 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:58:11,801 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:58:11,806 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:58:11,916 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:11,992 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:58:12,319 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:12,426 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:12,752 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:58:12,853 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:58:12,858 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:58:12,874 DEBUG test_login_with_new_user 232 9809 140736510014400 click_on on + Dashboard
+2017-04-05 08:58:12,958 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:13,075 DEBUG fe_wizard 20 9809 140736510014400 Tab Add Virtual Functions
+2017-04-05 08:58:13,483 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-04-05 08:58:13,483 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-04-05 08:58:13,499 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-04-05 08:58:13,500 DEBUG logFuncEntry 34 9810 140736510014400 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-04-05 08:58:13,500 DEBUG test_ui_base 28 9810 140736510014400 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-04-05 08:58:13,738 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:14,271 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:14,597 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:15,101 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:15,127 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:15,618 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:15,623 DEBUG test_ui_base 38 9810 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:58:15,643 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:16,156 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:16,438 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:16,687 DEBUG db_general 153 9809 140736510014400 Query : select engagement_id from ice_vf Where name = 'newVFSTxkqdo';
+2017-04-05 08:58:16,689 DEBUG db_general 165 9809 140736510014400 Query result: d69ac016-ee54-444f-babc-ebf525082614
+2017-04-05 08:58:16,692 DEBUG db_general 153 9809 140736510014400 Query : select engagement_manual_id from ice_engagement Where uuid = 'd69ac016-ee54-444f-babc-ebf525082614';
+2017-04-05 08:58:16,695 DEBUG db_general 165 9809 140736510014400 Query result: 2017-499
+2017-04-05 08:58:16,698 DEBUG db_general 153 9809 140736510014400 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-499';
+2017-04-05 08:58:16,700 DEBUG db_general 165 9809 140736510014400 Query result: d69ac016-ee54-444f-babc-ebf525082614
+2017-04-05 08:58:16,703 DEBUG db_general 153 9809 140736510014400 Query : select reviewer_id from ice_engagement Where uuid = 'd69ac016-ee54-444f-babc-ebf525082614';
+2017-04-05 08:58:16,706 DEBUG db_general 165 9809 140736510014400 Query result: 2
+2017-04-05 08:58:16,710 DEBUG db_general 153 9809 140736510014400 Query : select email from ice_user_profile Where id = '2';
+2017-04-05 08:58:16,713 DEBUG db_general 165 9809 140736510014400 Query result: hs0007@att.com
+2017-04-05 08:58:16,713 DEBUG fe_wizard 43 9809 140736510014400 Tab Add Vendor Contact
+2017-04-05 08:58:16,950 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:17,458 DEBUG test_set_stage 88 9808 140736510014400 User hs0007@att.com failed to change stage to Intake
+2017-04-05 08:58:17,680 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:17,811 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-04-05 08:58:18,192 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:18,360 DEBUG db_general 153 9810 140736510014400 Query : select name from ice_vendor Where public = 'TRUE';
+2017-04-05 08:58:18,361 DEBUG db_general 165 9810 140736510014400 Query result: ['AT&T', 'Affirmed Networks', 'Amdocs', 'Brocade', 'Ciena', 'Cisco', 'Ericsson', 'Fujitsu', 'Juniper', 'Metaswitch', 'Nokia', 'Other']
+2017-04-05 08:58:18,700 DEBUG test_set_stage 88 9808 140736510014400 User hs0007@att.com failed to change stage to Active
+2017-04-05 08:58:19,096 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:19,311 DEBUG fe_wizard 76 9809 140736510014400 Tab Invite Team Members
+2017-04-05 08:58:19,609 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:20,115 DEBUG test_set_stage 88 9808 140736510014400 User hs0007@att.com failed to change stage to Validated
+2017-04-05 08:58:20,115 DEBUG fe_general 35 9808 140736510014400 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-05 08:58:20,746 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-04-05 08:58:20,747 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-04-05 08:58:20,764 DEBUG fe_wizard 89 9809 140736510014400 About to add an SSH Key in modal window
+2017-04-05 08:58:20,765 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-04-05 08:58:20,765 DEBUG logFuncEntry 34 9808 140736510014400 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-04-05 08:58:20,766 DEBUG test_ui_base 28 9808 140736510014400 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-04-05 08:58:20,776 DEBUG helper 42 9809 140736510014400 About to generate SSH Public Key
+2017-04-05 08:58:20,812 DEBUG helper 57 9809 140736510014400 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQChjrxQkjF0BlZ5zNsAqDZZDr44f11HIdirwJDzqWabNCxTY0CflVGshGxpTz34q/+SDd4rPdIVtvb8eUOkJ7pVc4LgjKsu5p7EZXRIoxeC9DykqhIitO/Ud7uGDUIBq2IfQCKtGjt303x1oqAWWWygw6t2S4eXjNiWON3DxGdAdKZimaIHIP2OM0X5NWGa2j5p6mknxj1MXBXEmUuq/tawSYqu9FzvIlP33HrZb0Gc4XpXmjd7d1Heetzl16rWZc55w04WzGkz3jAW/eBbWi8ktSpMCMmgZJAewdSJ6JindJsUxlDosUTYSVFFlDYY01wQhBvTt4KvpK2m6IUOBxXz
+2017-04-05 08:58:22,870 DEBUG test_ui_base 38 9808 140736510014400 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-05 08:58:23,629 DEBUG fe_wizard 99 9809 140736510014400 SSH Key added via modal window.
+2017-04-05 08:58:23,871 DEBUG wait 110 9810 140736510014400 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-04-05 08:58:24,054 DEBUG api_user 93 9808 140736510014400 Moving to next test case
+2017-04-05 08:58:24,054 DEBUG api_user 170 9808 140736510014400 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e928b12-1d91-4345-b188-bd7dc6f93003/2fa1565d936f4f7b8ba282be3f459645
+2017-04-05 08:58:24,091 DEBUG api_user 173 9808 140736510014400 APIUser activated successfully!
+2017-04-05 08:58:24,186 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:58:24,186 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:58:24,189 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_deployment_target;
+2017-04-05 08:58:24,191 DEBUG db_general 141 9808 140736510014400 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-05 08:58:24,194 DEBUG db_general 130 9808 140736510014400 Query : select uuid from ice_ecomp_release;
+2017-04-05 08:58:24,195 DEBUG db_general 141 9808 140736510014400 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-05 08:58:24,602 DEBUG api_virtual_function 59 9808 140736510014400 Virtual Function created successfully!
+2017-04-05 08:58:24,602 DEBUG api_gitlab 222 9808 140736510014400 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/baa1bf6a-a8d1-4c4e-ae61-9186f0afee9f/checklist/new/
+2017-04-05 08:58:24,641 DEBUG logFuncEntry 34 9810 140736510014400 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-04-05 08:58:24,641 DEBUG logFuncEntry 34 9810 140736510014400 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-04-05 08:58:24,655 DEBUG test_ui_base 54 9810 140736510014400 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-04-05 08:58:24,684 DEBUG api_user 111 9808 140736510014400 200 OK
+2017-04-05 08:58:24,685 DEBUG api_user 113 9808 140736510014400 Login successfully.
+2017-04-05 08:58:24,719 DEBUG api_gitlab 240 9808 140736510014400 Gitlab and Jenkins are ready to continue!
+2017-04-05 08:58:24,719 DEBUG fe_user 26 9808 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:24,720 DEBUG fe_user 27 9808 140736510014400 Insert Email
+2017-04-05 08:58:25,560 DEBUG fe_user 30 9808 140736510014400 Insert Password
+2017-04-05 08:58:26,231 DEBUG fe_user 32 9808 140736510014400 Click Login Button
+2017-04-05 08:58:26,336 DEBUG fe_user 34 9808 140736510014400 Login Button clicked
+2017-04-05 08:58:26,346 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:58:26,860 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:27,372 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:27,826 DEBUG fe_user 26 9809 140736510014400 Verifying and Insert Login page elements:
+2017-04-05 08:58:27,826 DEBUG fe_user 27 9809 140736510014400 Insert Email
+2017-04-05 08:58:27,892 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:28,543 DEBUG fe_user 30 9809 140736510014400 Insert Password
+2017-04-05 08:58:28,666 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:29,147 DEBUG fe_user 32 9809 140736510014400 Click Login Button
+2017-04-05 08:58:29,178 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:29,229 DEBUG fe_user 34 9809 140736510014400 Login Button clicked
+2017-04-05 08:58:29,237 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-05 08:58:29,707 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Intake
+2017-04-05 08:58:29,713 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:58:29,749 DEBUG wait 110 9809 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-05 08:58:29,790 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:58:30,122 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:30,634 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:30,686 DEBUG logFuncEntry 34 9809 140736510014400 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-05 08:58:30,686 DEBUG logFuncEntry 34 9809 140736510014400 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-05 08:58:30,700 DEBUG test_ui_base 54 9809 140736510014400 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-04-05 08:58:31,149 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Active
+2017-04-05 08:58:31,156 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:58:31,728 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:32,245 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:32,763 DEBUG fe_overview 79 9808 140736510014400 Got list of Next Steps for current stage Validated
+2017-04-05 08:58:32,770 DEBUG fe_overview 85 9808 140736510014400 Compare presented text of next step with the text from DB.
+2017-04-05 08:58:33,093 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:33,607 DEBUG wait 110 9808 140736510014400 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-05 08:58:34,114 DEBUG logFuncEntry 34 9808 140736510014400 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-04-05 08:58:34,114 DEBUG logFuncEntry 34 9808 140736510014400 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-04-05 08:58:34,127 DEBUG test_ui_base 54 9808 140736510014400 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-04-19 09:42:29,852 DEBUG logFuncEntry 34 62099 140736103490496 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:42:29,852 DEBUG test_ui_base 36 62099 140736103490496 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-19 09:42:32,119 DEBUG test_ui_base 48 62099 140736103490496 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-19 09:42:32,552 ERROR exception_decor 23 62099 140736103490496 There was an exception in test_admin_page
+2017-04-19 09:42:32,563 DEBUG logFuncEntry 34 62099 140736103490496 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:42:32,564 DEBUG logFuncEntry 34 62099 140736103490496 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:42:32,612 DEBUG test_ui_base 66 62099 140736103490496 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-19 09:42:53,405 DEBUG logFuncEntry 34 62137 140736103490496 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:42:53,405 DEBUG test_ui_base 36 62137 140736103490496 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-19 09:42:55,523 DEBUG test_ui_base 48 62137 140736103490496 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-19 09:42:57,161 DEBUG api_user 108 62137 140736103490496 Moving to next test case
+2017-04-19 09:42:57,161 DEBUG api_user 193 62137 140736103490496 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c29e06ba-7f3d-468e-a15c-fcd89750727d/5a0ef0ded43246098d35ff4afea9f5ca
+2017-04-19 09:42:57,195 DEBUG api_user 196 62137 140736103490496 APIUser activated successfully!
+2017-04-19 09:42:57,272 DEBUG api_user 128 62137 140736103490496 200 OK
+2017-04-19 09:42:57,273 DEBUG api_user 130 62137 140736103490496 Login successfully.
+2017-04-19 09:42:57,277 DEBUG db_general 130 62137 140736103490496 Query : select uuid from ice_deployment_target;
+2017-04-19 09:42:57,278 DEBUG db_general 141 62137 140736103490496 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-19 09:42:57,282 DEBUG db_general 130 62137 140736103490496 Query : select uuid from ice_ecomp_release;
+2017-04-19 09:42:57,283 DEBUG db_general 141 62137 140736103490496 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-19 09:42:57,514 DEBUG api_virtual_function 80 62137 140736103490496 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: 'Settings' object has no attribute 'ICE_SLACK_API_TOKEN'"}
+2017-04-19 09:42:57,515 ERROR exception_decor 23 62137 140736103490496 There was an exception in test_admin_page
+2017-04-19 09:42:57,518 DEBUG logFuncEntry 34 62137 140736103490496 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:42:57,518 DEBUG logFuncEntry 34 62137 140736103490496 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:42:57,554 DEBUG test_ui_base 66 62137 140736103490496 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-19 09:43:57,675 DEBUG logFuncEntry 34 62198 140736103490496 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:43:57,675 DEBUG test_ui_base 36 62198 140736103490496 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-19 09:43:59,798 DEBUG test_ui_base 48 62198 140736103490496 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-19 09:44:01,029 DEBUG api_user 108 62198 140736103490496 Moving to next test case
+2017-04-19 09:44:01,029 DEBUG api_user 193 62198 140736103490496 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f19ad577-e9f7-4372-9e89-9edcbdd94ce2/9a6a341b8f794fcc91a871e98869f3de
+2017-04-19 09:44:01,062 DEBUG api_user 196 62198 140736103490496 APIUser activated successfully!
+2017-04-19 09:44:01,147 DEBUG api_user 128 62198 140736103490496 200 OK
+2017-04-19 09:44:01,148 DEBUG api_user 130 62198 140736103490496 Login successfully.
+2017-04-19 09:44:01,152 DEBUG db_general 130 62198 140736103490496 Query : select uuid from ice_deployment_target;
+2017-04-19 09:44:01,154 DEBUG db_general 141 62198 140736103490496 Query result: a6c4c8cb-365f-4314-b606-fc92ff4ef5cd
+2017-04-19 09:44:01,157 DEBUG db_general 130 62198 140736103490496 Query : select uuid from ice_ecomp_release;
+2017-04-19 09:44:01,158 DEBUG db_general 141 62198 140736103490496 Query result: caff3633-8754-400d-b841-079d327bb7df
+2017-04-19 09:44:01,450 DEBUG api_virtual_function 72 62198 140736103490496 Virtual Function created successfully!
+2017-04-19 09:44:01,450 DEBUG api_gitlab 267 62198 140736103490496 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b8acbef4-6dc3-4da9-8856-bfec8a51b098/checklist/new/
+2017-04-19 09:44:01,521 DEBUG api_user 128 62198 140736103490496 200 OK
+2017-04-19 09:44:01,521 DEBUG api_user 130 62198 140736103490496 Login successfully.
+2017-04-19 09:44:01,555 DEBUG api_gitlab 288 62198 140736103490496 Gitlab and Jenkins are ready to continue!
+2017-04-19 09:44:01,555 DEBUG fe_user 26 62198 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 09:44:01,555 DEBUG fe_user 27 62198 140736103490496 Insert Email
+2017-04-19 09:44:02,386 DEBUG fe_user 30 62198 140736103490496 Insert Password
+2017-04-19 09:44:03,038 DEBUG fe_user 32 62198 140736103490496 Click Login Button
+2017-04-19 09:44:03,133 DEBUG fe_user 34 62198 140736103490496 Login Button clicked
+2017-04-19 09:44:03,137 DEBUG wait 107 62198 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 09:44:03,653 DEBUG wait 107 62198 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 09:44:04,561 DEBUG wait 107 62198 140736103490496 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-19 09:44:05,181 DEBUG wait 107 62198 140736103490496 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-19 09:44:05,886 DEBUG logFuncEntry 34 62198 140736103490496 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:44:05,887 DEBUG logFuncEntry 34 62198 140736103490496 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:44:05,903 DEBUG test_ui_base 66 62198 140736103490496 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-19 09:45:07,604 DEBUG logFuncEntry 34 62247 140736103490496 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:45:07,605 DEBUG test_ui_base 36 62247 140736103490496 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-04-19 09:45:09,722 DEBUG test_ui_base 48 62247 140736103490496 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-19 09:45:10,703 DEBUG fe_user 26 62247 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 09:45:10,703 DEBUG fe_user 27 62247 140736103490496 Insert Email
+2017-04-19 09:45:11,537 DEBUG fe_user 30 62247 140736103490496 Insert Password
+2017-04-19 09:45:12,186 DEBUG fe_user 32 62247 140736103490496 Click Login Button
+2017-04-19 09:45:12,283 DEBUG fe_user 34 62247 140736103490496 Login Button clicked
+2017-04-19 09:45:12,287 DEBUG wait 107 62247 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 09:45:12,834 DEBUG wait 107 62247 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 09:45:13,713 DEBUG wait 107 62247 140736103490496 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-19 09:45:14,323 DEBUG wait 107 62247 140736103490496 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-19 09:45:15,007 DEBUG logFuncEntry 34 62247 140736103490496 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:45:15,007 DEBUG logFuncEntry 34 62247 140736103490496 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-04-19 09:45:15,055 DEBUG test_ui_base 66 62247 140736103490496 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-04-19 10:06:01,200 DEBUG logFuncEntry 34 63062 140736103490496 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-19 10:06:01,200 DEBUG test_ui_base 36 63062 140736103490496 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-19 10:06:03,318 DEBUG test_ui_base 48 63062 140736103490496 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-19 10:06:04,413 DEBUG fe_user 26 63062 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 10:06:04,413 DEBUG fe_user 27 63062 140736103490496 Insert Email
+2017-04-19 10:06:05,180 DEBUG fe_user 30 63062 140736103490496 Insert Password
+2017-04-19 10:06:05,875 DEBUG fe_user 32 63062 140736103490496 Click Login Button
+2017-04-19 10:06:05,971 DEBUG fe_user 34 63062 140736103490496 Login Button clicked
+2017-04-19 10:06:05,975 DEBUG wait 107 63062 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 10:06:06,531 DEBUG wait 107 63062 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 10:06:12,316 DEBUG fe_general 35 63062 140736103490496 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-19 10:06:12,908 DEBUG fe_user 26 63062 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 10:06:12,908 DEBUG fe_user 27 63062 140736103490496 Insert Email
+2017-04-19 10:06:13,697 DEBUG fe_user 30 63062 140736103490496 Insert Password
+2017-04-19 10:06:14,340 DEBUG fe_user 32 63062 140736103490496 Click Login Button
+2017-04-19 10:06:14,431 DEBUG fe_user 34 63062 140736103490496 Login Button clicked
+2017-04-19 10:06:14,434 DEBUG wait 107 63062 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 10:06:14,969 DEBUG wait 107 63062 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 10:06:20,701 DEBUG fe_general 35 63062 140736103490496 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-19 10:06:21,270 ERROR exception_decor 23 63062 140736103490496 There was an exception in test_negative_admin_page
+2017-04-19 10:06:21,272 DEBUG logFuncEntry 34 63062 140736103490496 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-19 10:06:21,272 DEBUG logFuncEntry 34 63062 140736103490496 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-19 10:06:21,291 DEBUG test_ui_base 66 63062 140736103490496 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-04-19 10:13:26,580 DEBUG logFuncEntry 34 63203 140736103490496 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-19 10:13:26,580 DEBUG test_ui_base 36 63203 140736103490496 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-04-19 10:13:28,696 DEBUG test_ui_base 48 63203 140736103490496 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-19 10:13:29,686 DEBUG fe_user 26 63203 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 10:13:29,687 DEBUG fe_user 27 63203 140736103490496 Insert Email
+2017-04-19 10:13:30,443 DEBUG fe_user 30 63203 140736103490496 Insert Password
+2017-04-19 10:13:31,145 DEBUG fe_user 32 63203 140736103490496 Click Login Button
+2017-04-19 10:13:31,241 DEBUG fe_user 34 63203 140736103490496 Login Button clicked
+2017-04-19 10:13:31,244 DEBUG wait 107 63203 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 10:13:31,761 DEBUG wait 107 63203 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 10:13:37,550 DEBUG fe_general 35 63203 140736103490496 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-19 10:13:38,150 DEBUG fe_user 26 63203 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 10:13:38,150 DEBUG fe_user 27 63203 140736103490496 Insert Email
+2017-04-19 10:13:38,953 DEBUG fe_user 30 63203 140736103490496 Insert Password
+2017-04-19 10:13:39,595 DEBUG fe_user 32 63203 140736103490496 Click Login Button
+2017-04-19 10:13:39,685 DEBUG fe_user 34 63203 140736103490496 Login Button clicked
+2017-04-19 10:13:39,691 DEBUG wait 107 63203 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 10:13:40,223 DEBUG wait 107 63203 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 10:13:45,992 DEBUG fe_general 35 63203 140736103490496 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-19 10:13:46,565 DEBUG fe_user 26 63203 140736103490496 Verifying and Insert Login page elements:
+2017-04-19 10:13:46,565 DEBUG fe_user 27 63203 140736103490496 Insert Email
+2017-04-19 10:13:47,329 DEBUG fe_user 30 63203 140736103490496 Insert Password
+2017-04-19 10:13:47,979 DEBUG fe_user 32 63203 140736103490496 Click Login Button
+2017-04-19 10:13:48,107 DEBUG fe_user 34 63203 140736103490496 Login Button clicked
+2017-04-19 10:13:48,114 DEBUG wait 107 63203 140736103490496 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-19 10:13:48,644 DEBUG wait 107 63203 140736103490496 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-19 10:13:54,407 DEBUG fe_general 35 63203 140736103490496 Reopen URL: http://127.0.0.1:8181/#/login
+2017-04-19 10:13:55,375 DEBUG logFuncEntry 34 63203 140736103490496 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-19 10:13:55,375 DEBUG logFuncEntry 34 63203 140736103490496 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-04-19 10:13:55,411 DEBUG test_ui_base 66 63203 140736103490496 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-04-23 23:50:43,808 DEBUG logFuncEntry 34 9199 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:50:43,808 DEBUG test_ui_base 36 9199 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-23 23:50:45,974 DEBUG test_ui_base 48 9199 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-23 23:50:47,560 DEBUG api_user 108 9199 140736342762432 Moving to next test case
+2017-04-23 23:50:47,560 ERROR exception_decor 23 9199 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:50:47,562 DEBUG logFuncEntry 34 9199 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:50:47,562 DEBUG logFuncEntry 34 9199 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:50:47,604 DEBUG test_ui_base 66 9199 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-23 23:52:35,261 DEBUG logFuncEntry 34 9242 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:52:35,261 DEBUG test_ui_base 36 9242 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-23 23:52:37,374 DEBUG test_ui_base 48 9242 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-23 23:52:38,468 DEBUG api_user 108 9242 140736342762432 Moving to next test case
+2017-04-23 23:52:38,468 DEBUG api_user 193 9242 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14ae2b66-c951-4110-9a1d-3b89fbf2dd6d/a9418fbd271b458abd193516b54f64af
+2017-04-23 23:52:38,502 DEBUG api_user 196 9242 140736342762432 APIUser activated successfully!
+2017-04-23 23:52:38,502 DEBUG fe_user 26 9242 140736342762432 Verifying and Insert Login page elements:
+2017-04-23 23:52:38,502 DEBUG fe_user 27 9242 140736342762432 Insert Email
+2017-04-23 23:52:39,520 DEBUG fe_user 30 9242 140736342762432 Insert Password
+2017-04-23 23:52:40,175 DEBUG fe_user 32 9242 140736342762432 Click Login Button
+2017-04-23 23:52:40,278 DEBUG fe_user 34 9242 140736342762432 Login Button clicked
+2017-04-23 23:52:40,282 DEBUG wait 107 9242 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-23 23:52:40,796 DEBUG wait 107 9242 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:52:41,573 DEBUG fe_wizard 24 9242 140736342762432 Tab Add Virtual Functions
+2017-04-23 23:52:43,673 DEBUG wait 107 9242 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:52:44,270 DEBUG wait 107 9242 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:52:44,784 DEBUG wait 107 9242 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:52:45,308 DEBUG db_general 67 9242 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTjehEf';
+2017-04-23 23:52:45,310 DEBUG db_general 76 9242 140736342762432 Query result: newVFVersion6STKGhXM
+2017-04-23 23:52:45,314 DEBUG db_general 67 9242 140736342762432 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion6STKGhXM';
+2017-04-23 23:52:45,316 DEBUG db_general 76 9242 140736342762432 Query result: newVFSTjehEf
+2017-04-23 23:52:45,316 ERROR exception_decor 23 9242 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:52:45,322 DEBUG logFuncEntry 34 9242 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:52:45,322 DEBUG logFuncEntry 34 9242 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:52:45,356 DEBUG test_ui_base 66 9242 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-23 23:53:15,720 DEBUG logFuncEntry 34 9291 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:53:15,720 DEBUG test_ui_base 36 9291 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-23 23:53:17,846 DEBUG test_ui_base 48 9291 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-23 23:53:18,964 DEBUG api_user 108 9291 140736342762432 Moving to next test case
+2017-04-23 23:53:18,965 DEBUG api_user 193 9291 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fb372c77-14c7-41d7-986e-7f02326d8ee6/474d62abdff54ae9bffb92c8b1d2a5bf
+2017-04-23 23:53:19,001 DEBUG api_user 196 9291 140736342762432 APIUser activated successfully!
+2017-04-23 23:53:19,001 DEBUG fe_user 26 9291 140736342762432 Verifying and Insert Login page elements:
+2017-04-23 23:53:19,001 DEBUG fe_user 27 9291 140736342762432 Insert Email
+2017-04-23 23:53:20,022 DEBUG fe_user 30 9291 140736342762432 Insert Password
+2017-04-23 23:53:20,687 DEBUG fe_user 32 9291 140736342762432 Click Login Button
+2017-04-23 23:53:20,786 DEBUG fe_user 34 9291 140736342762432 Login Button clicked
+2017-04-23 23:53:20,789 DEBUG wait 107 9291 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-23 23:53:21,303 DEBUG wait 107 9291 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:53:22,066 DEBUG fe_wizard 24 9291 140736342762432 Tab Add Virtual Functions
+2017-04-23 23:53:24,139 DEBUG wait 107 9291 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:53:24,728 DEBUG wait 107 9291 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:53:25,243 DEBUG wait 107 9291 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:53:25,779 DEBUG db_general 67 9291 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTTeXA5';
+2017-04-23 23:53:25,782 DEBUG db_general 76 9291 140736342762432 Query result: newVFVersion2STpJVGF
+2017-04-23 23:53:25,787 DEBUG db_general 67 9291 140736342762432 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion2STpJVGF';
+2017-04-23 23:53:25,790 DEBUG db_general 76 9291 140736342762432 Query result: newVFSTTeXA5
+2017-04-23 23:53:36,300 ERROR exception_decor 23 9291 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:53:36,305 DEBUG logFuncEntry 34 9291 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:53:36,305 DEBUG logFuncEntry 34 9291 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:53:36,340 DEBUG test_ui_base 66 9291 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-23 23:57:14,344 DEBUG logFuncEntry 34 9389 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:57:14,345 DEBUG test_ui_base 36 9389 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-23 23:57:16,497 DEBUG test_ui_base 48 9389 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-23 23:57:23,851 DEBUG api_user 108 9389 140736342762432 Moving to next test case
+2017-04-23 23:57:23,851 DEBUG api_user 193 9389 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/08929864-9ce6-4dde-a55c-e956b40c69f2/d8856015fe03497aac1df946f1f7b56b
+2017-04-23 23:57:23,904 DEBUG api_user 196 9389 140736342762432 APIUser activated successfully!
+2017-04-23 23:57:23,991 DEBUG api_user 128 9389 140736342762432 200 OK
+2017-04-23 23:57:23,992 DEBUG api_user 130 9389 140736342762432 Login successfully.
+2017-04-23 23:57:23,998 DEBUG db_general 150 9389 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-23 23:57:24,000 DEBUG db_general 161 9389 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-23 23:57:24,005 DEBUG db_general 150 9389 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-23 23:57:24,007 DEBUG db_general 161 9389 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-23 23:57:24,385 DEBUG api_virtual_function 72 9389 140736342762432 Virtual Function created successfully!
+2017-04-23 23:57:24,386 DEBUG api_gitlab 267 9389 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cd4587b-acb8-47d0-b748-ae2c014d6747/checklist/new/
+2017-04-23 23:57:24,476 DEBUG api_user 128 9389 140736342762432 200 OK
+2017-04-23 23:57:24,477 DEBUG api_user 130 9389 140736342762432 Login successfully.
+2017-04-23 23:57:24,522 DEBUG api_gitlab 288 9389 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-23 23:58:38,656 DEBUG fe_user 26 9389 140736342762432 Verifying and Insert Login page elements:
+2017-04-23 23:58:38,656 DEBUG fe_user 27 9389 140736342762432 Insert Email
+2017-04-23 23:58:47,908 DEBUG fe_user 30 9389 140736342762432 Insert Password
+2017-04-23 23:58:48,577 DEBUG fe_user 32 9389 140736342762432 Click Login Button
+2017-04-23 23:58:48,686 DEBUG fe_user 34 9389 140736342762432 Login Button clicked
+2017-04-23 23:58:48,691 DEBUG wait 107 9389 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-23 23:58:49,209 DEBUG wait 107 9389 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:58:49,741 DEBUG wait 107 9389 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:58:50,781 DEBUG wait 107 9389 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:58:51,581 DEBUG wait 107 9389 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:58:52,101 DEBUG wait 107 9389 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:58:52,709 DEBUG api_user 108 9389 140736342762432 Moving to next test case
+2017-04-23 23:58:52,710 DEBUG api_user 193 9389 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/77bd1b8d-f850-4f2c-81ae-293bc0b565d8/3dc3670e2151424f942f19950719a5eb
+2017-04-23 23:58:52,751 DEBUG api_user 196 9389 140736342762432 APIUser activated successfully!
+2017-04-23 23:58:52,751 DEBUG fe_user 26 9389 140736342762432 Verifying and Insert Login page elements:
+2017-04-23 23:58:52,752 DEBUG fe_user 27 9389 140736342762432 Insert Email
+2017-04-23 23:59:03,302 ERROR fe_user 42 9389 140736342762432 Login FAILED: email=STcYjJ6@intl.att.com password=iceusers
+2017-04-23 23:59:03,306 ERROR exception_decor 23 9389 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:03,312 DEBUG logFuncEntry 34 9389 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:59:03,313 DEBUG logFuncEntry 34 9389 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:59:03,351 DEBUG test_ui_base 66 9389 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-23 23:59:32,602 DEBUG logFuncEntry 34 9473 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:59:32,602 DEBUG test_ui_base 36 9473 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-23 23:59:34,723 DEBUG test_ui_base 48 9473 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-23 23:59:35,893 DEBUG api_user 108 9473 140736342762432 Moving to next test case
+2017-04-23 23:59:35,893 DEBUG api_user 193 9473 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aed9ed62-5203-416c-bfbe-e61a5f481b28/7c23d3604fdf454db1cda3a5bffcbaec
+2017-04-23 23:59:35,925 DEBUG api_user 196 9473 140736342762432 APIUser activated successfully!
+2017-04-23 23:59:35,994 DEBUG api_user 128 9473 140736342762432 200 OK
+2017-04-23 23:59:35,995 DEBUG api_user 130 9473 140736342762432 Login successfully.
+2017-04-23 23:59:36,001 DEBUG db_general 150 9473 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-23 23:59:36,002 DEBUG db_general 161 9473 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-23 23:59:36,006 DEBUG db_general 150 9473 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-23 23:59:36,007 DEBUG db_general 161 9473 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-23 23:59:36,240 DEBUG api_virtual_function 72 9473 140736342762432 Virtual Function created successfully!
+2017-04-23 23:59:36,240 DEBUG api_gitlab 267 9473 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c298f510-e3c5-4d39-9d4b-e3379f7c4c8e/checklist/new/
+2017-04-23 23:59:36,306 DEBUG api_user 128 9473 140736342762432 200 OK
+2017-04-23 23:59:36,306 DEBUG api_user 130 9473 140736342762432 Login successfully.
+2017-04-23 23:59:36,337 DEBUG api_gitlab 288 9473 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-23 23:59:36,337 DEBUG fe_user 26 9473 140736342762432 Verifying and Insert Login page elements:
+2017-04-23 23:59:36,337 DEBUG fe_user 27 9473 140736342762432 Insert Email
+2017-04-23 23:59:37,198 DEBUG fe_user 30 9473 140736342762432 Insert Password
+2017-04-23 23:59:37,847 DEBUG fe_user 32 9473 140736342762432 Click Login Button
+2017-04-23 23:59:37,944 DEBUG fe_user 34 9473 140736342762432 Login Button clicked
+2017-04-23 23:59:37,949 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-23 23:59:38,497 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:59:39,023 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-23 23:59:39,801 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:59:40,315 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:59:41,111 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:59:41,630 DEBUG wait 107 9473 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-23 23:59:52,749 ERROR exception_decor 23 9473 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:52,754 DEBUG logFuncEntry 34 9473 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:59:52,754 DEBUG logFuncEntry 34 9473 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-23 23:59:52,791 DEBUG test_ui_base 66 9473 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 00:02:59,919 DEBUG logFuncEntry 34 9566 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:02:59,921 DEBUG test_ui_base 36 9566 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-24 00:03:02,065 DEBUG test_ui_base 48 9566 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 00:03:05,118 DEBUG api_user 108 9566 140736342762432 Moving to next test case
+2017-04-24 00:03:05,118 DEBUG api_user 193 9566 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c91ecced-c584-47e4-8e56-be93aad915df/5242045209b440119d302fc7910eab4d
+2017-04-24 00:03:05,164 DEBUG api_user 196 9566 140736342762432 APIUser activated successfully!
+2017-04-24 00:03:05,242 DEBUG api_user 128 9566 140736342762432 200 OK
+2017-04-24 00:03:05,243 DEBUG api_user 130 9566 140736342762432 Login successfully.
+2017-04-24 00:03:05,247 DEBUG db_general 150 9566 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 00:03:05,249 DEBUG db_general 161 9566 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 00:03:05,253 DEBUG db_general 150 9566 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 00:03:05,255 DEBUG db_general 161 9566 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 00:03:05,466 DEBUG api_virtual_function 72 9566 140736342762432 Virtual Function created successfully!
+2017-04-24 00:03:05,467 DEBUG api_gitlab 267 9566 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12ce9cdb-c5ed-4b50-909d-a8b45bce2b9a/checklist/new/
+2017-04-24 00:03:05,546 DEBUG api_user 128 9566 140736342762432 200 OK
+2017-04-24 00:03:05,547 DEBUG api_user 130 9566 140736342762432 Login successfully.
+2017-04-24 00:03:05,587 DEBUG api_gitlab 288 9566 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 00:03:06,234 DEBUG fe_user 26 9566 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 00:03:06,235 DEBUG fe_user 27 9566 140736342762432 Insert Email
+2017-04-24 00:03:07,066 DEBUG fe_user 30 9566 140736342762432 Insert Password
+2017-04-24 00:03:07,710 DEBUG fe_user 32 9566 140736342762432 Click Login Button
+2017-04-24 00:03:07,811 DEBUG fe_user 34 9566 140736342762432 Login Button clicked
+2017-04-24 00:03:07,818 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 00:03:08,363 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:03:09,669 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:03:10,502 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:03:11,022 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:03:14,425 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:03:14,943 DEBUG wait 107 9566 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:03:17,450 DEBUG db_general 67 9566 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'ST91fzj';
+2017-04-24 00:03:17,454 DEBUG db_general 76 9566 140736342762432 Query result: STNoHzM5
+2017-04-24 00:05:42,518 ERROR exception_decor 23 9566 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:05:42,524 DEBUG logFuncEntry 34 9566 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:05:42,524 DEBUG logFuncEntry 34 9566 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:05:42,551 DEBUG test_ui_base 66 9566 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 00:14:06,092 DEBUG logFuncEntry 34 9838 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:14:06,093 DEBUG test_ui_base 36 9838 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-24 00:14:08,219 DEBUG test_ui_base 48 9838 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 00:14:09,411 DEBUG api_user 108 9838 140736342762432 Moving to next test case
+2017-04-24 00:14:09,411 DEBUG api_user 193 9838 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a384b762-c18b-419e-a319-b170472d5e9c/86a5dbbe0428431bb7a531208059e7ba
+2017-04-24 00:14:09,445 DEBUG api_user 196 9838 140736342762432 APIUser activated successfully!
+2017-04-24 00:14:09,527 DEBUG api_user 128 9838 140736342762432 200 OK
+2017-04-24 00:14:09,527 DEBUG api_user 130 9838 140736342762432 Login successfully.
+2017-04-24 00:14:09,531 DEBUG db_general 150 9838 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 00:14:09,532 DEBUG db_general 161 9838 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 00:14:09,537 DEBUG db_general 150 9838 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 00:14:09,538 DEBUG db_general 161 9838 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 00:14:09,796 DEBUG api_virtual_function 72 9838 140736342762432 Virtual Function created successfully!
+2017-04-24 00:14:09,796 DEBUG api_gitlab 267 9838 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c45cfd4b-b229-4e91-a6ee-80b5d5e8163a/checklist/new/
+2017-04-24 00:14:09,867 DEBUG api_user 128 9838 140736342762432 200 OK
+2017-04-24 00:14:09,867 DEBUG api_user 130 9838 140736342762432 Login successfully.
+2017-04-24 00:14:09,902 DEBUG api_gitlab 288 9838 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 00:14:09,902 DEBUG fe_user 26 9838 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 00:14:09,903 DEBUG fe_user 27 9838 140736342762432 Insert Email
+2017-04-24 00:14:10,758 DEBUG fe_user 30 9838 140736342762432 Insert Password
+2017-04-24 00:14:11,409 DEBUG fe_user 32 9838 140736342762432 Click Login Button
+2017-04-24 00:14:11,505 DEBUG fe_user 34 9838 140736342762432 Login Button clicked
+2017-04-24 00:14:11,512 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 00:14:12,104 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:14:12,632 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:14:13,433 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:14:13,949 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:14:14,736 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:14:15,253 DEBUG wait 107 9838 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:14:15,765 DEBUG db_general 67 9838 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'STsW4y9';
+2017-04-24 00:14:15,767 DEBUG db_general 76 9838 140736342762432 Query result: STpT8KA3
+2017-04-24 00:14:26,370 ERROR exception_decor 23 9838 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:14:26,375 DEBUG logFuncEntry 34 9838 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:14:26,375 DEBUG logFuncEntry 34 9838 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:14:26,410 DEBUG test_ui_base 66 9838 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 00:15:09,686 DEBUG logFuncEntry 34 9896 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:15:09,686 DEBUG test_ui_base 36 9896 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-24 00:15:11,800 DEBUG test_ui_base 48 9896 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 00:15:13,155 DEBUG api_user 108 9896 140736342762432 Moving to next test case
+2017-04-24 00:15:13,155 DEBUG api_user 193 9896 140736342762432 http://127.0.0.1:9000/ice/v1/engmgr/iceusers/activate/17563d8d-717d-441a-a10a-54be5c77f9a5/5fa268b4384c4bf5bfb9be7e487626a0
+2017-04-24 00:15:13,160 ERROR exception_decor 23 9896 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:15:13,163 DEBUG logFuncEntry 34 9896 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:15:13,163 DEBUG logFuncEntry 34 9896 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:15:13,199 DEBUG test_ui_base 66 9896 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 00:15:59,644 DEBUG logFuncEntry 34 9920 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:15:59,644 DEBUG test_ui_base 36 9920 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-24 00:16:01,753 DEBUG test_ui_base 48 9920 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 00:16:03,095 DEBUG api_user 108 9920 140736342762432 Moving to next test case
+2017-04-24 00:16:03,096 DEBUG api_user 193 9920 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/831f6047-6e5c-4c79-a441-f5059f33c793/6698fb66f6284351b3594369585c6a28
+2017-04-24 00:16:03,128 DEBUG api_user 196 9920 140736342762432 APIUser activated successfully!
+2017-04-24 00:16:03,196 DEBUG api_user 128 9920 140736342762432 200 OK
+2017-04-24 00:16:03,196 DEBUG api_user 130 9920 140736342762432 Login successfully.
+2017-04-24 00:16:03,200 DEBUG db_general 150 9920 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 00:16:03,202 DEBUG db_general 161 9920 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 00:16:03,206 DEBUG db_general 150 9920 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 00:16:03,207 DEBUG db_general 161 9920 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 00:16:03,415 DEBUG api_virtual_function 72 9920 140736342762432 Virtual Function created successfully!
+2017-04-24 00:16:03,415 DEBUG api_gitlab 267 9920 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a2b630a0-f8ca-40f8-a8a0-f0e525156442/checklist/new/
+2017-04-24 00:16:03,485 DEBUG api_user 128 9920 140736342762432 200 OK
+2017-04-24 00:16:03,485 DEBUG api_user 130 9920 140736342762432 Login successfully.
+2017-04-24 00:16:03,519 DEBUG api_gitlab 288 9920 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 00:16:03,519 DEBUG fe_user 26 9920 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 00:16:03,519 DEBUG fe_user 27 9920 140736342762432 Insert Email
+2017-04-24 00:16:04,335 DEBUG fe_user 30 9920 140736342762432 Insert Password
+2017-04-24 00:16:04,984 DEBUG fe_user 32 9920 140736342762432 Click Login Button
+2017-04-24 00:16:05,082 DEBUG fe_user 34 9920 140736342762432 Login Button clicked
+2017-04-24 00:16:05,087 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 00:16:05,727 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 00:16:06,241 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 00:16:06,768 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 00:16:07,589 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 00:16:08,104 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 00:16:08,893 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 00:16:09,409 DEBUG wait 107 9920 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 00:16:09,923 DEBUG db_general 67 9920 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'STDMna9';
+2017-04-24 00:16:09,926 DEBUG db_general 76 9920 140736342762432 Query result: STdTLqY9
+2017-04-24 00:16:09,952 DEBUG logFuncEntry 34 9920 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:16:09,952 DEBUG logFuncEntry 34 9920 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:16:09,981 DEBUG test_ui_base 66 9920 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 00:35:28,334 DEBUG logFuncEntry 34 10924 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:35:28,335 DEBUG test_ui_base 36 10924 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-24 00:35:30,452 DEBUG test_ui_base 48 10924 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 00:35:31,483 DEBUG api_user 108 10924 140736342762432 Moving to next test case
+2017-04-24 00:35:31,484 DEBUG api_user 193 10924 140736342762432 http://127.0.0.1:9000/ice/v1/engmgr/iceusers/activate/e02becec-5d0f-4ee7-a0e9-f5cfacfdbf5f/4fe44866f05d464e82c769c03fe3ac0d
+2017-04-24 00:35:31,486 ERROR exception_decor 23 10924 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:35:31,492 DEBUG logFuncEntry 34 10924 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:35:31,493 DEBUG logFuncEntry 34 10924 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:35:31,509 DEBUG test_ui_base 66 10924 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 00:35:52,015 DEBUG logFuncEntry 34 10940 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:35:52,015 DEBUG test_ui_base 36 10940 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+2017-04-24 00:35:54,131 DEBUG test_ui_base 48 10940 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 00:35:55,268 DEBUG api_user 108 10940 140736342762432 Moving to next test case
+2017-04-24 00:35:55,268 DEBUG api_user 193 10940 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8e000242-dc0e-4377-8a30-5f14883dc81e/abeaf7a69bc04a1cb41bb5441b8d1edd
+2017-04-24 00:35:55,305 DEBUG api_user 196 10940 140736342762432 APIUser activated successfully!
+2017-04-24 00:35:55,392 DEBUG api_user 128 10940 140736342762432 200 OK
+2017-04-24 00:35:55,392 DEBUG api_user 130 10940 140736342762432 Login successfully.
+2017-04-24 00:35:55,396 DEBUG db_general 130 10940 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 00:35:55,397 DEBUG db_general 141 10940 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 00:35:55,401 DEBUG db_general 130 10940 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 00:35:55,402 DEBUG db_general 141 10940 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 00:35:55,713 DEBUG api_virtual_function 72 10940 140736342762432 Virtual Function created successfully!
+2017-04-24 00:35:55,714 DEBUG api_gitlab 267 10940 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5d38dc8b-7c78-49eb-aba0-c916d672fc6c/checklist/new/
+2017-04-24 00:35:55,791 DEBUG api_user 128 10940 140736342762432 200 OK
+2017-04-24 00:35:55,791 DEBUG api_user 130 10940 140736342762432 Login successfully.
+2017-04-24 00:35:55,822 DEBUG api_gitlab 288 10940 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 00:35:55,822 DEBUG fe_user 26 10940 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 00:35:55,822 DEBUG fe_user 27 10940 140736342762432 Insert Email
+2017-04-24 00:35:56,693 DEBUG fe_user 30 10940 140736342762432 Insert Password
+2017-04-24 00:35:57,338 DEBUG fe_user 32 10940 140736342762432 Click Login Button
+2017-04-24 00:35:57,438 DEBUG fe_user 34 10940 140736342762432 Login Button clicked
+2017-04-24 00:35:57,445 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 00:35:57,977 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:35:58,493 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:35:59,015 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 00:35:59,813 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:36:00,329 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:36:01,123 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:36:01,638 DEBUG wait 107 10940 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 00:36:02,172 DEBUG logFuncEntry 34 10940 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:36:02,172 DEBUG logFuncEntry 34 10940 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_progress_bar>,) | {}
+2017-04-24 00:36:02,198 DEBUG test_ui_base 66 10940 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_progress_bar ----------------------
+
+2017-04-24 01:03:15,273 DEBUG logFuncEntry 34 12071 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:03:15,273 DEBUG test_ui_base 36 12071 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:03:17,386 DEBUG test_ui_base 48 12071 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:03:18,555 DEBUG api_user 108 12071 140736342762432 Moving to next test case
+2017-04-24 01:03:18,555 DEBUG api_user 193 12071 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b10d7a07-8170-41e7-a9f3-8ca847df2708/217364c1e5d14f15a4fee3a94e44641d
+2017-04-24 01:03:18,587 DEBUG api_user 196 12071 140736342762432 APIUser activated successfully!
+2017-04-24 01:03:18,670 DEBUG api_user 128 12071 140736342762432 200 OK
+2017-04-24 01:03:18,671 DEBUG api_user 130 12071 140736342762432 Login successfully.
+2017-04-24 01:03:18,676 DEBUG db_general 130 12071 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:03:18,678 DEBUG db_general 141 12071 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:03:18,682 DEBUG db_general 130 12071 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:03:18,683 DEBUG db_general 141 12071 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:03:18,934 DEBUG api_virtual_function 72 12071 140736342762432 Virtual Function created successfully!
+2017-04-24 01:03:18,934 DEBUG api_gitlab 267 12071 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0907fa7e-d3fe-4014-b9cb-6b10a665f9b9/checklist/new/
+2017-04-24 01:03:19,002 DEBUG api_user 128 12071 140736342762432 200 OK
+2017-04-24 01:03:19,002 DEBUG api_user 130 12071 140736342762432 Login successfully.
+2017-04-24 01:03:19,035 DEBUG api_gitlab 288 12071 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:03:19,035 DEBUG fe_user 26 12071 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:03:19,036 DEBUG fe_user 27 12071 140736342762432 Insert Email
+2017-04-24 01:03:19,897 DEBUG fe_user 30 12071 140736342762432 Insert Password
+2017-04-24 01:03:20,541 DEBUG fe_user 32 12071 140736342762432 Click Login Button
+2017-04-24 01:03:20,637 DEBUG fe_user 34 12071 140736342762432 Login Button clicked
+2017-04-24 01:03:20,641 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:03:21,239 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:03:21,767 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:03:22,555 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:03:23,072 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:03:23,844 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:03:24,361 DEBUG wait 107 12071 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:03:24,871 DEBUG fe_general 35 12071 140736342762432 Reopen URL: http://127.0.0.1:8181/#/dashboard/dashboard
+2017-04-24 01:03:25,547 DEBUG fe_dashboard 155 12071 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:03:36,073 ERROR exception_decor 23 12071 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:03:36,078 DEBUG logFuncEntry 34 12071 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:03:36,078 DEBUG logFuncEntry 34 12071 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:03:36,113 DEBUG test_ui_base 66 12071 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:04:38,408 DEBUG logFuncEntry 34 12132 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:04:38,408 DEBUG test_ui_base 36 12132 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:04:40,525 DEBUG test_ui_base 48 12132 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:04:41,676 DEBUG api_user 108 12132 140736342762432 Moving to next test case
+2017-04-24 01:04:41,676 DEBUG api_user 193 12132 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30403060-dfac-47cf-b370-bda5229a1cc5/36344d705b4d46e682c0cc6d8586f852
+2017-04-24 01:04:41,710 DEBUG api_user 196 12132 140736342762432 APIUser activated successfully!
+2017-04-24 01:04:41,782 DEBUG api_user 128 12132 140736342762432 200 OK
+2017-04-24 01:04:41,782 DEBUG api_user 130 12132 140736342762432 Login successfully.
+2017-04-24 01:04:41,786 DEBUG db_general 130 12132 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:04:41,788 DEBUG db_general 141 12132 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:04:41,792 DEBUG db_general 130 12132 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:04:41,793 DEBUG db_general 141 12132 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:04:42,009 DEBUG api_virtual_function 72 12132 140736342762432 Virtual Function created successfully!
+2017-04-24 01:04:42,009 DEBUG api_gitlab 267 12132 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fe7faacd-27e3-4d20-a725-229ca7552e8b/checklist/new/
+2017-04-24 01:04:42,078 DEBUG api_user 128 12132 140736342762432 200 OK
+2017-04-24 01:04:42,078 DEBUG api_user 130 12132 140736342762432 Login successfully.
+2017-04-24 01:04:42,111 DEBUG api_gitlab 288 12132 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:04:42,111 DEBUG fe_user 26 12132 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:04:42,111 DEBUG fe_user 27 12132 140736342762432 Insert Email
+2017-04-24 01:04:42,972 DEBUG fe_user 30 12132 140736342762432 Insert Password
+2017-04-24 01:04:43,618 DEBUG fe_user 32 12132 140736342762432 Click Login Button
+2017-04-24 01:04:43,716 DEBUG fe_user 34 12132 140736342762432 Login Button clicked
+2017-04-24 01:04:43,723 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:04:44,289 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:04:44,807 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:04:45,335 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:04:46,118 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:04:46,635 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:04:47,408 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:04:47,920 DEBUG wait 107 12132 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:04:48,513 DEBUG fe_dashboard 156 12132 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:04:49,391 ERROR exception_decor 23 12132 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:04:49,394 DEBUG logFuncEntry 34 12132 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:04:49,394 DEBUG logFuncEntry 34 12132 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:04:49,480 DEBUG test_ui_base 66 12132 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:12:46,927 DEBUG logFuncEntry 34 12375 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:12:46,928 DEBUG test_ui_base 36 12375 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:12:49,046 DEBUG test_ui_base 48 12375 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:12:50,974 DEBUG api_user 108 12375 140736342762432 Moving to next test case
+2017-04-24 01:12:50,974 DEBUG api_user 193 12375 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2304e47-c58a-4af9-b98a-6055ac2d84e7/4341e0087fa74f37b79ab9522f8d8b68
+2017-04-24 01:12:51,009 DEBUG api_user 196 12375 140736342762432 APIUser activated successfully!
+2017-04-24 01:12:51,080 DEBUG api_user 128 12375 140736342762432 200 OK
+2017-04-24 01:12:51,080 DEBUG api_user 130 12375 140736342762432 Login successfully.
+2017-04-24 01:12:51,084 DEBUG db_general 130 12375 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:12:51,085 DEBUG db_general 141 12375 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:12:51,089 DEBUG db_general 130 12375 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:12:51,091 DEBUG db_general 141 12375 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:12:51,323 DEBUG api_virtual_function 72 12375 140736342762432 Virtual Function created successfully!
+2017-04-24 01:12:51,323 DEBUG api_gitlab 267 12375 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/26611334-a4f2-4e59-ab91-8b5e4168afef/checklist/new/
+2017-04-24 01:12:51,393 DEBUG api_user 128 12375 140736342762432 200 OK
+2017-04-24 01:12:51,393 DEBUG api_user 130 12375 140736342762432 Login successfully.
+2017-04-24 01:12:51,428 DEBUG api_gitlab 288 12375 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:12:51,428 DEBUG fe_user 26 12375 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:12:51,428 DEBUG fe_user 27 12375 140736342762432 Insert Email
+2017-04-24 01:12:52,285 DEBUG fe_user 30 12375 140736342762432 Insert Password
+2017-04-24 01:12:52,939 DEBUG fe_user 32 12375 140736342762432 Click Login Button
+2017-04-24 01:12:53,037 DEBUG fe_user 34 12375 140736342762432 Login Button clicked
+2017-04-24 01:12:53,041 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:12:53,730 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:12:54,255 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:12:55,055 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:12:55,569 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:12:56,350 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:12:56,865 DEBUG wait 107 12375 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:12:57,736 DEBUG fe_dashboard 156 12375 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:12:58,468 ERROR exception_decor 23 12375 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:12:58,472 DEBUG logFuncEntry 34 12375 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:12:58,472 DEBUG logFuncEntry 34 12375 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:12:58,507 DEBUG test_ui_base 66 12375 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:14:41,848 DEBUG logFuncEntry 34 12559 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:14:41,848 DEBUG test_ui_base 36 12559 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:14:44,235 DEBUG test_ui_base 48 12559 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:14:45,846 DEBUG api_user 108 12559 140736342762432 Moving to next test case
+2017-04-24 01:14:45,846 DEBUG api_user 193 12559 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/53830e0c-3dcc-419e-822d-b99368cbb36d/2baadc170e0242d8889944cad8d18864
+2017-04-24 01:14:45,891 DEBUG api_user 196 12559 140736342762432 APIUser activated successfully!
+2017-04-24 01:14:46,002 DEBUG api_user 128 12559 140736342762432 200 OK
+2017-04-24 01:14:46,003 DEBUG api_user 130 12559 140736342762432 Login successfully.
+2017-04-24 01:14:46,008 DEBUG db_general 130 12559 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:14:46,010 DEBUG db_general 141 12559 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:14:46,016 DEBUG db_general 130 12559 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:14:46,017 DEBUG db_general 141 12559 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:14:46,317 DEBUG api_virtual_function 72 12559 140736342762432 Virtual Function created successfully!
+2017-04-24 01:14:46,317 DEBUG api_gitlab 267 12559 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/73074e99-2605-48ee-ab04-28093fd66c52/checklist/new/
+2017-04-24 01:14:46,417 DEBUG api_user 128 12559 140736342762432 200 OK
+2017-04-24 01:14:46,417 DEBUG api_user 130 12559 140736342762432 Login successfully.
+2017-04-24 01:14:46,485 DEBUG api_gitlab 288 12559 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:14:46,486 DEBUG fe_user 26 12559 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:14:46,486 DEBUG fe_user 27 12559 140736342762432 Insert Email
+2017-04-24 01:14:47,517 DEBUG fe_user 30 12559 140736342762432 Insert Password
+2017-04-24 01:14:48,218 DEBUG fe_user 32 12559 140736342762432 Click Login Button
+2017-04-24 01:14:48,350 DEBUG fe_user 34 12559 140736342762432 Login Button clicked
+2017-04-24 01:14:48,355 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:14:49,231 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:14:49,766 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:14:50,757 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:14:51,326 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:14:52,299 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:14:52,836 DEBUG wait 107 12559 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:14:53,490 DEBUG fe_dashboard 156 12559 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:14:54,362 ERROR exception_decor 23 12559 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:14:54,366 DEBUG logFuncEntry 34 12559 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:14:54,366 DEBUG logFuncEntry 34 12559 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:14:54,402 DEBUG test_ui_base 66 12559 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:15:16,300 DEBUG logFuncEntry 34 12612 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:15:16,301 DEBUG test_ui_base 36 12612 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:15:18,461 DEBUG test_ui_base 48 12612 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:15:19,606 DEBUG api_user 108 12612 140736342762432 Moving to next test case
+2017-04-24 01:15:19,607 DEBUG api_user 193 12612 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/506b7b08-138e-403a-9535-d2b250be6eda/6be97ad76df146a585b6aa3c2410dfcd
+2017-04-24 01:15:19,651 DEBUG api_user 196 12612 140736342762432 APIUser activated successfully!
+2017-04-24 01:15:19,734 DEBUG api_user 128 12612 140736342762432 200 OK
+2017-04-24 01:15:19,735 DEBUG api_user 130 12612 140736342762432 Login successfully.
+2017-04-24 01:15:19,739 DEBUG db_general 130 12612 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:15:19,740 DEBUG db_general 141 12612 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:15:19,744 DEBUG db_general 130 12612 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:15:19,746 DEBUG db_general 141 12612 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:15:20,007 DEBUG api_virtual_function 72 12612 140736342762432 Virtual Function created successfully!
+2017-04-24 01:15:20,008 DEBUG api_gitlab 267 12612 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f24dc23a-e344-44b2-811e-513d1022990f/checklist/new/
+2017-04-24 01:15:20,088 DEBUG api_user 128 12612 140736342762432 200 OK
+2017-04-24 01:15:20,088 DEBUG api_user 130 12612 140736342762432 Login successfully.
+2017-04-24 01:15:20,127 DEBUG api_gitlab 288 12612 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:15:20,127 DEBUG fe_user 26 12612 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:15:20,128 DEBUG fe_user 27 12612 140736342762432 Insert Email
+2017-04-24 01:15:21,004 DEBUG fe_user 30 12612 140736342762432 Insert Password
+2017-04-24 01:15:21,666 DEBUG fe_user 32 12612 140736342762432 Click Login Button
+2017-04-24 01:15:21,768 DEBUG fe_user 34 12612 140736342762432 Login Button clicked
+2017-04-24 01:15:21,778 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:15:22,336 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:15:22,852 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:15:23,385 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:15:24,191 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:15:24,709 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:15:25,513 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:15:26,033 DEBUG wait 107 12612 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:15:26,626 DEBUG fe_dashboard 156 12612 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:16:21,833 ERROR exception_decor 23 12612 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:16:21,840 DEBUG logFuncEntry 34 12612 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:16:21,841 DEBUG logFuncEntry 34 12612 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:16:21,943 DEBUG test_ui_base 66 12612 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:21:05,757 DEBUG logFuncEntry 34 12780 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:21:05,757 DEBUG test_ui_base 36 12780 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:21:07,887 DEBUG test_ui_base 48 12780 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:21:09,137 DEBUG api_user 108 12780 140736342762432 Moving to next test case
+2017-04-24 01:21:09,137 DEBUG api_user 193 12780 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9eec1094-5171-4139-bf2c-43bca28b21d3/1bf5139b3ee846798ee0ba65c041f4d0
+2017-04-24 01:21:09,173 DEBUG api_user 196 12780 140736342762432 APIUser activated successfully!
+2017-04-24 01:21:09,242 DEBUG api_user 128 12780 140736342762432 200 OK
+2017-04-24 01:21:09,242 DEBUG api_user 130 12780 140736342762432 Login successfully.
+2017-04-24 01:21:09,245 DEBUG db_general 130 12780 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:21:09,247 DEBUG db_general 141 12780 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:21:09,250 DEBUG db_general 130 12780 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:21:09,251 DEBUG db_general 141 12780 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:21:09,479 DEBUG api_virtual_function 72 12780 140736342762432 Virtual Function created successfully!
+2017-04-24 01:21:09,479 DEBUG api_gitlab 267 12780 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9eb5009c-a059-4c6d-a362-a5383c64814e/checklist/new/
+2017-04-24 01:21:09,546 DEBUG api_user 128 12780 140736342762432 200 OK
+2017-04-24 01:21:09,547 DEBUG api_user 130 12780 140736342762432 Login successfully.
+2017-04-24 01:21:09,577 DEBUG api_gitlab 288 12780 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:21:09,578 DEBUG fe_user 26 12780 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:21:09,578 DEBUG fe_user 27 12780 140736342762432 Insert Email
+2017-04-24 01:21:10,439 DEBUG fe_user 30 12780 140736342762432 Insert Password
+2017-04-24 01:21:11,090 DEBUG fe_user 32 12780 140736342762432 Click Login Button
+2017-04-24 01:21:11,187 DEBUG fe_user 34 12780 140736342762432 Login Button clicked
+2017-04-24 01:21:11,190 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:21:11,744 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:21:12,261 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:21:12,787 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:21:13,571 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:14,084 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:14,866 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:15,379 DEBUG wait 107 12780 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:15,975 DEBUG fe_dashboard 156 12780 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:21:17,254 ERROR exception_decor 23 12780 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:17,259 DEBUG logFuncEntry 34 12780 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:21:17,259 DEBUG logFuncEntry 34 12780 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:21:17,293 DEBUG test_ui_base 66 12780 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:21:48,407 DEBUG logFuncEntry 34 12839 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:21:48,407 DEBUG test_ui_base 36 12839 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:21:50,524 DEBUG test_ui_base 48 12839 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:21:51,677 DEBUG api_user 108 12839 140736342762432 Moving to next test case
+2017-04-24 01:21:51,677 DEBUG api_user 193 12839 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab18acb4-7e5b-496e-8403-00e57e8e518e/80085ffd686f4092bfaa81c17907e189
+2017-04-24 01:21:51,710 DEBUG api_user 196 12839 140736342762432 APIUser activated successfully!
+2017-04-24 01:21:51,789 DEBUG api_user 128 12839 140736342762432 200 OK
+2017-04-24 01:21:51,789 DEBUG api_user 130 12839 140736342762432 Login successfully.
+2017-04-24 01:21:51,795 DEBUG db_general 130 12839 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:21:51,797 DEBUG db_general 141 12839 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:21:51,801 DEBUG db_general 130 12839 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:21:51,802 DEBUG db_general 141 12839 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:21:52,003 DEBUG api_virtual_function 72 12839 140736342762432 Virtual Function created successfully!
+2017-04-24 01:21:52,004 DEBUG api_gitlab 267 12839 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/79bf5ffc-3415-4560-9de5-72da714f5937/checklist/new/
+2017-04-24 01:21:52,073 DEBUG api_user 128 12839 140736342762432 200 OK
+2017-04-24 01:21:52,073 DEBUG api_user 130 12839 140736342762432 Login successfully.
+2017-04-24 01:21:52,105 DEBUG api_gitlab 288 12839 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:21:52,105 DEBUG fe_user 26 12839 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:21:52,105 DEBUG fe_user 27 12839 140736342762432 Insert Email
+2017-04-24 01:21:52,975 DEBUG fe_user 30 12839 140736342762432 Insert Password
+2017-04-24 01:21:53,625 DEBUG fe_user 32 12839 140736342762432 Click Login Button
+2017-04-24 01:21:53,720 DEBUG fe_user 34 12839 140736342762432 Login Button clicked
+2017-04-24 01:21:53,725 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:21:54,286 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:21:54,806 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:21:55,333 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:21:56,142 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:56,655 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:57,446 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:57,960 DEBUG wait 107 12839 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:21:58,553 DEBUG fe_dashboard 156 12839 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:21:59,846 ERROR exception_decor 23 12839 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:59,851 DEBUG logFuncEntry 34 12839 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:21:59,851 DEBUG logFuncEntry 34 12839 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:21:59,888 DEBUG test_ui_base 66 12839 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:24:39,413 DEBUG logFuncEntry 34 12942 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:24:39,413 DEBUG test_ui_base 36 12942 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:24:41,529 DEBUG test_ui_base 48 12942 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-04-24 01:24:42,641 DEBUG api_user 108 12942 140736342762432 Moving to next test case
+2017-04-24 01:24:42,641 DEBUG api_user 193 12942 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5bbcc6b8-3b23-453c-8bf6-4c1ab03a8c79/19d0d535907d40f38cb12216782a9f56
+2017-04-24 01:24:42,677 DEBUG api_user 196 12942 140736342762432 APIUser activated successfully!
+2017-04-24 01:24:42,745 DEBUG api_user 128 12942 140736342762432 200 OK
+2017-04-24 01:24:42,746 DEBUG api_user 130 12942 140736342762432 Login successfully.
+2017-04-24 01:24:42,749 DEBUG db_general 130 12942 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:24:42,751 DEBUG db_general 141 12942 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:24:42,757 DEBUG db_general 130 12942 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:24:42,758 DEBUG db_general 141 12942 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:24:42,974 DEBUG api_virtual_function 72 12942 140736342762432 Virtual Function created successfully!
+2017-04-24 01:24:42,974 DEBUG api_gitlab 267 12942 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e91ea64a-be7d-4bfb-ad53-559274ff8329/checklist/new/
+2017-04-24 01:24:43,060 DEBUG api_user 128 12942 140736342762432 200 OK
+2017-04-24 01:24:43,060 DEBUG api_user 130 12942 140736342762432 Login successfully.
+2017-04-24 01:24:43,093 DEBUG api_gitlab 288 12942 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:24:43,093 DEBUG fe_user 26 12942 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:24:43,093 DEBUG fe_user 27 12942 140736342762432 Insert Email
+2017-04-24 01:24:43,951 DEBUG fe_user 30 12942 140736342762432 Insert Password
+2017-04-24 01:24:44,601 DEBUG fe_user 32 12942 140736342762432 Click Login Button
+2017-04-24 01:24:44,697 DEBUG fe_user 34 12942 140736342762432 Login Button clicked
+2017-04-24 01:24:44,702 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 01:24:45,297 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:24:45,811 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:24:46,339 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 01:24:47,139 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:24:47,652 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:24:48,447 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:24:48,960 DEBUG wait 107 12942 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-24 01:24:49,549 DEBUG fe_dashboard 156 12942 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:25:00,955 ERROR exception_decor 23 12942 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:00,961 DEBUG logFuncEntry 34 12942 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:25:00,961 DEBUG logFuncEntry 34 12942 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:25:01,004 DEBUG test_ui_base 66 12942 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:25:48,711 DEBUG logFuncEntry 34 13008 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:25:48,711 DEBUG test_ui_base 36 13008 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:25:50,828 DEBUG test_ui_base 48 13008 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:25:52,300 DEBUG api_user 108 13008 140736342762432 Moving to next test case
+2017-04-24 01:25:52,300 DEBUG api_user 193 13008 140736342762432 http://127.0.0.1:9000/ice/v1/engmgr/iceusers/activate/8a026fb0-a2d5-4117-8c2f-4a6b5e3ae455/fa29fb2be78a4b819b6968940026fb42
+2017-04-24 01:25:52,304 ERROR exception_decor 23 13008 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:52,307 DEBUG logFuncEntry 34 13008 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:25:52,307 DEBUG logFuncEntry 34 13008 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:25:52,325 DEBUG test_ui_base 66 13008 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:26:10,811 DEBUG logFuncEntry 34 13025 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:26:10,811 DEBUG test_ui_base 36 13025 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:26:12,929 DEBUG test_ui_base 48 13025 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:26:14,364 DEBUG api_user 108 13025 140736342762432 Moving to next test case
+2017-04-24 01:26:14,365 DEBUG api_user 193 13025 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7d8010d7-8aed-4527-b3f1-6e306753283e/e3ddf8d7e6444ad7ada52b915e80022b
+2017-04-24 01:26:14,409 DEBUG api_user 196 13025 140736342762432 APIUser activated successfully!
+2017-04-24 01:26:14,476 DEBUG api_user 128 13025 140736342762432 200 OK
+2017-04-24 01:26:14,476 DEBUG api_user 130 13025 140736342762432 Login successfully.
+2017-04-24 01:26:14,480 DEBUG db_general 130 13025 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:26:14,481 DEBUG db_general 141 13025 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:26:14,485 DEBUG db_general 130 13025 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:26:14,486 DEBUG db_general 141 13025 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:26:14,741 DEBUG api_virtual_function 72 13025 140736342762432 Virtual Function created successfully!
+2017-04-24 01:26:14,742 DEBUG api_gitlab 267 13025 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e219875b-c125-4fb2-8e2f-31fba9f68e9c/checklist/new/
+2017-04-24 01:26:14,820 DEBUG api_user 128 13025 140736342762432 200 OK
+2017-04-24 01:26:14,820 DEBUG api_user 130 13025 140736342762432 Login successfully.
+2017-04-24 01:26:14,853 DEBUG api_gitlab 288 13025 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:26:14,854 DEBUG fe_user 26 13025 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:26:14,854 DEBUG fe_user 27 13025 140736342762432 Insert Email
+2017-04-24 01:26:15,683 DEBUG fe_user 30 13025 140736342762432 Insert Password
+2017-04-24 01:26:16,334 DEBUG fe_user 32 13025 140736342762432 Click Login Button
+2017-04-24 01:26:16,486 DEBUG fe_user 34 13025 140736342762432 Login Button clicked
+2017-04-24 01:26:16,490 DEBUG wait 107 13025 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:26:27,580 ERROR fe_user 42 13025 140736342762432 Login FAILED: email=hs0007@att.com password=iceusers
+2017-04-24 01:26:27,583 ERROR exception_decor 23 13025 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:26:27,585 DEBUG logFuncEntry 34 13025 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:26:27,585 DEBUG logFuncEntry 34 13025 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:26:27,603 DEBUG test_ui_base 66 13025 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:27:00,802 DEBUG logFuncEntry 34 13055 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-24 01:27:00,802 DEBUG test_ui_base 36 13055 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-04-24 01:27:02,916 DEBUG test_ui_base 48 13055 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:27:04,368 DEBUG api_user 108 13055 140736342762432 Moving to next test case
+2017-04-24 01:27:04,368 DEBUG api_user 193 13055 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a68492c6-e230-42a7-860a-92c39bda4ee4/339aa0bf89244e85ad0d63ecf9ab57c1
+2017-04-24 01:27:04,403 DEBUG api_user 196 13055 140736342762432 APIUser activated successfully!
+2017-04-24 01:27:04,474 DEBUG api_user 128 13055 140736342762432 200 OK
+2017-04-24 01:27:04,474 DEBUG api_user 130 13055 140736342762432 Login successfully.
+2017-04-24 01:27:04,478 DEBUG db_general 130 13055 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:27:04,480 DEBUG db_general 141 13055 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:27:04,483 DEBUG db_general 130 13055 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:27:04,484 DEBUG db_general 141 13055 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:27:04,729 DEBUG api_virtual_function 72 13055 140736342762432 Virtual Function created successfully!
+2017-04-24 01:27:04,730 DEBUG api_gitlab 267 13055 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41b41e89-1207-404d-9b6a-5456867d12f0/checklist/new/
+2017-04-24 01:27:04,811 DEBUG api_user 128 13055 140736342762432 200 OK
+2017-04-24 01:27:04,811 DEBUG api_user 130 13055 140736342762432 Login successfully.
+2017-04-24 01:27:04,843 DEBUG api_gitlab 288 13055 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:27:04,843 DEBUG fe_user 26 13055 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:27:04,843 DEBUG fe_user 27 13055 140736342762432 Insert Email
+2017-04-24 01:27:05,673 DEBUG fe_user 30 13055 140736342762432 Insert Password
+2017-04-24 01:27:06,325 DEBUG fe_user 32 13055 140736342762432 Click Login Button
+2017-04-24 01:27:06,470 DEBUG fe_user 34 13055 140736342762432 Login Button clicked
+2017-04-24 01:27:06,474 DEBUG wait 107 13055 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:27:17,586 ERROR fe_user 42 13055 140736342762432 Login FAILED: email=dd1122@att.com password=iceusers
+2017-04-24 01:27:17,589 ERROR exception_decor 23 13055 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-24 01:27:17,593 DEBUG logFuncEntry 34 13055 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-24 01:27:17,593 DEBUG logFuncEntry 34 13055 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-24 01:27:17,629 DEBUG test_ui_base 66 13055 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-04-24 01:30:22,302 DEBUG logFuncEntry 34 13188 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:30:22,302 DEBUG test_ui_base 36 13188 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:30:24,437 DEBUG test_ui_base 48 13188 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:30:26,061 DEBUG api_user 108 13188 140736342762432 Moving to next test case
+2017-04-24 01:30:26,061 DEBUG api_user 193 13188 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a766b27c-891f-4c81-abd9-55b1cf2fd91d/9a37a2ce60f34e6092f60f09d996ee91
+2017-04-24 01:30:26,096 DEBUG api_user 196 13188 140736342762432 APIUser activated successfully!
+2017-04-24 01:30:26,181 DEBUG api_user 128 13188 140736342762432 200 OK
+2017-04-24 01:30:26,181 DEBUG api_user 130 13188 140736342762432 Login successfully.
+2017-04-24 01:30:26,185 DEBUG db_general 130 13188 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:30:26,187 DEBUG db_general 141 13188 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:30:26,192 DEBUG db_general 130 13188 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:30:26,193 DEBUG db_general 141 13188 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:30:26,457 DEBUG api_virtual_function 72 13188 140736342762432 Virtual Function created successfully!
+2017-04-24 01:30:26,457 DEBUG api_gitlab 267 13188 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/600973e5-33a6-4b8f-8587-866b575154f0/checklist/new/
+2017-04-24 01:30:26,527 DEBUG api_user 128 13188 140736342762432 200 OK
+2017-04-24 01:30:26,527 DEBUG api_user 130 13188 140736342762432 Login successfully.
+2017-04-24 01:30:26,559 DEBUG api_gitlab 288 13188 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:30:26,559 DEBUG fe_user 26 13188 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:30:26,559 DEBUG fe_user 27 13188 140736342762432 Insert Email
+2017-04-24 01:30:27,364 DEBUG fe_user 30 13188 140736342762432 Insert Password
+2017-04-24 01:30:28,000 DEBUG fe_user 32 13188 140736342762432 Click Login Button
+2017-04-24 01:30:28,099 DEBUG fe_user 34 13188 140736342762432 Login Button clicked
+2017-04-24 01:30:28,102 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:30:28,902 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:30:29,427 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:30:30,251 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:30:30,765 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:30:31,573 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:30:32,087 DEBUG wait 107 13188 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:30:32,677 DEBUG fe_dashboard 156 13188 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:30:44,151 ERROR exception_decor 23 13188 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:30:44,158 DEBUG logFuncEntry 34 13188 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:30:44,158 DEBUG logFuncEntry 34 13188 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:30:44,178 DEBUG test_ui_base 66 13188 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:31:47,598 DEBUG logFuncEntry 34 13260 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:31:47,599 DEBUG test_ui_base 36 13260 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:31:49,745 DEBUG test_ui_base 48 13260 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:31:51,168 DEBUG api_user 108 13260 140736342762432 Moving to next test case
+2017-04-24 01:31:51,168 DEBUG api_user 193 13260 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b96cecb1-5b11-40da-83bc-8d77cb2b2b21/561ea6d8fa8a47afa1c2df357bbb27af
+2017-04-24 01:31:51,210 DEBUG api_user 196 13260 140736342762432 APIUser activated successfully!
+2017-04-24 01:31:51,290 DEBUG api_user 128 13260 140736342762432 200 OK
+2017-04-24 01:31:51,291 DEBUG api_user 130 13260 140736342762432 Login successfully.
+2017-04-24 01:31:51,295 DEBUG db_general 130 13260 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:31:51,297 DEBUG db_general 141 13260 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:31:51,302 DEBUG db_general 130 13260 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:31:51,303 DEBUG db_general 141 13260 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:31:51,561 DEBUG api_virtual_function 72 13260 140736342762432 Virtual Function created successfully!
+2017-04-24 01:31:51,561 DEBUG api_gitlab 267 13260 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cb551a3b-7607-413e-b37b-3131284d5bf5/checklist/new/
+2017-04-24 01:31:51,640 DEBUG api_user 128 13260 140736342762432 200 OK
+2017-04-24 01:31:51,641 DEBUG api_user 130 13260 140736342762432 Login successfully.
+2017-04-24 01:31:51,686 DEBUG api_gitlab 288 13260 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:31:51,686 DEBUG fe_user 26 13260 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:31:51,686 DEBUG fe_user 27 13260 140736342762432 Insert Email
+2017-04-24 01:31:52,519 DEBUG fe_user 30 13260 140736342762432 Insert Password
+2017-04-24 01:31:53,178 DEBUG fe_user 32 13260 140736342762432 Click Login Button
+2017-04-24 01:31:53,279 DEBUG fe_user 34 13260 140736342762432 Login Button clicked
+2017-04-24 01:31:53,284 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:31:53,993 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:31:54,618 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:31:55,472 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:31:55,990 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:31:56,819 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:31:57,335 DEBUG wait 107 13260 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:31:57,951 DEBUG fe_dashboard 156 13260 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:32:09,465 ERROR exception_decor 23 13260 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:32:09,471 DEBUG logFuncEntry 34 13260 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:32:09,472 DEBUG logFuncEntry 34 13260 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:32:09,508 DEBUG test_ui_base 66 13260 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:32:40,706 DEBUG logFuncEntry 34 13324 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:32:40,707 DEBUG test_ui_base 36 13324 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:32:42,849 DEBUG test_ui_base 48 13324 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:32:44,242 DEBUG api_user 108 13324 140736342762432 Moving to next test case
+2017-04-24 01:32:44,243 DEBUG api_user 193 13324 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/299592a2-7b49-4b7c-bddc-f071bacca66a/f16af97122844ebaa180496c2d7d1ede
+2017-04-24 01:32:44,290 DEBUG api_user 196 13324 140736342762432 APIUser activated successfully!
+2017-04-24 01:32:44,369 DEBUG api_user 128 13324 140736342762432 200 OK
+2017-04-24 01:32:44,370 DEBUG api_user 130 13324 140736342762432 Login successfully.
+2017-04-24 01:32:44,374 DEBUG db_general 130 13324 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:32:44,376 DEBUG db_general 141 13324 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:32:44,381 DEBUG db_general 130 13324 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:32:44,383 DEBUG db_general 141 13324 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:32:44,660 DEBUG api_virtual_function 72 13324 140736342762432 Virtual Function created successfully!
+2017-04-24 01:32:44,660 DEBUG api_gitlab 267 13324 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43e7e917-5876-450b-b984-3b33df927dc9/checklist/new/
+2017-04-24 01:32:44,739 DEBUG api_user 128 13324 140736342762432 200 OK
+2017-04-24 01:32:44,740 DEBUG api_user 130 13324 140736342762432 Login successfully.
+2017-04-24 01:32:44,780 DEBUG api_gitlab 288 13324 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:32:44,781 DEBUG fe_user 26 13324 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:32:44,781 DEBUG fe_user 27 13324 140736342762432 Insert Email
+2017-04-24 01:32:45,630 DEBUG fe_user 30 13324 140736342762432 Insert Password
+2017-04-24 01:32:46,283 DEBUG fe_user 32 13324 140736342762432 Click Login Button
+2017-04-24 01:32:46,387 DEBUG fe_user 34 13324 140736342762432 Login Button clicked
+2017-04-24 01:32:46,392 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:32:47,075 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:32:47,595 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:32:48,128 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:32:48,968 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:32:49,485 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:32:50,304 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:32:50,820 DEBUG wait 107 13324 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:32:51,484 DEBUG fe_dashboard 156 13324 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:34:14,110 ERROR exception_decor 23 13324 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:34:14,116 DEBUG logFuncEntry 34 13324 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:34:14,117 DEBUG logFuncEntry 34 13324 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:34:14,216 DEBUG test_ui_base 66 13324 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 01:42:45,961 DEBUG logFuncEntry 34 13574 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-24 01:42:45,961 DEBUG test_ui_base 36 13574 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-04-24 01:42:48,091 DEBUG test_ui_base 48 13574 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:42:49,553 DEBUG api_user 108 13574 140736342762432 Moving to next test case
+2017-04-24 01:42:49,553 DEBUG api_user 193 13574 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/206f37f2-9d34-4af6-85a7-61ad82c5d269/c5285a5a304d483299dcbc6591d4a8e7
+2017-04-24 01:42:49,589 DEBUG api_user 196 13574 140736342762432 APIUser activated successfully!
+2017-04-24 01:42:49,663 DEBUG api_user 128 13574 140736342762432 200 OK
+2017-04-24 01:42:49,663 DEBUG api_user 130 13574 140736342762432 Login successfully.
+2017-04-24 01:42:49,668 DEBUG db_general 130 13574 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:42:49,669 DEBUG db_general 141 13574 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:42:49,673 DEBUG db_general 130 13574 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:42:49,675 DEBUG db_general 141 13574 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:42:49,947 DEBUG api_virtual_function 72 13574 140736342762432 Virtual Function created successfully!
+2017-04-24 01:42:49,948 DEBUG api_gitlab 267 13574 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0443ce5-571c-4904-b915-4fce47f1e383/checklist/new/
+2017-04-24 01:42:50,032 DEBUG api_user 128 13574 140736342762432 200 OK
+2017-04-24 01:42:50,032 DEBUG api_user 130 13574 140736342762432 Login successfully.
+2017-04-24 01:42:50,066 DEBUG api_gitlab 288 13574 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:42:50,066 DEBUG fe_user 26 13574 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:42:50,066 DEBUG fe_user 27 13574 140736342762432 Insert Email
+2017-04-24 01:42:50,892 DEBUG fe_user 30 13574 140736342762432 Insert Password
+2017-04-24 01:42:51,536 DEBUG fe_user 32 13574 140736342762432 Click Login Button
+2017-04-24 01:42:51,633 DEBUG fe_user 34 13574 140736342762432 Login Button clicked
+2017-04-24 01:42:51,637 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:42:52,324 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:42:52,839 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:42:53,364 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:42:54,351 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:42:54,868 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:42:55,670 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:42:56,182 DEBUG wait 107 13574 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:42:56,745 DEBUG logFuncEntry 34 13574 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-24 01:42:56,745 DEBUG logFuncEntry 34 13574 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-24 01:42:56,773 DEBUG test_ui_base 66 13574 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-04-24 01:43:05,324 DEBUG logFuncEntry 34 13617 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:43:05,324 DEBUG test_ui_base 36 13617 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-24 01:43:07,439 DEBUG test_ui_base 48 13617 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 01:43:08,778 DEBUG api_user 108 13617 140736342762432 Moving to next test case
+2017-04-24 01:43:08,779 DEBUG api_user 193 13617 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9b8bf250-8b65-4009-b23e-f3e67ad7b742/597a677af8074bcfbb9e095163969cad
+2017-04-24 01:43:08,813 DEBUG api_user 196 13617 140736342762432 APIUser activated successfully!
+2017-04-24 01:43:08,883 DEBUG api_user 128 13617 140736342762432 200 OK
+2017-04-24 01:43:08,884 DEBUG api_user 130 13617 140736342762432 Login successfully.
+2017-04-24 01:43:08,888 DEBUG db_general 130 13617 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 01:43:08,889 DEBUG db_general 141 13617 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 01:43:08,893 DEBUG db_general 130 13617 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 01:43:08,894 DEBUG db_general 141 13617 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 01:43:09,127 DEBUG api_virtual_function 72 13617 140736342762432 Virtual Function created successfully!
+2017-04-24 01:43:09,128 DEBUG api_gitlab 267 13617 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e34e7a19-28ac-449d-a0a4-710c4fc3ad97/checklist/new/
+2017-04-24 01:43:09,197 DEBUG api_user 128 13617 140736342762432 200 OK
+2017-04-24 01:43:09,197 DEBUG api_user 130 13617 140736342762432 Login successfully.
+2017-04-24 01:43:09,234 DEBUG api_gitlab 288 13617 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-24 01:43:09,235 DEBUG fe_user 26 13617 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 01:43:09,235 DEBUG fe_user 27 13617 140736342762432 Insert Email
+2017-04-24 01:43:10,066 DEBUG fe_user 30 13617 140736342762432 Insert Password
+2017-04-24 01:43:10,717 DEBUG fe_user 32 13617 140736342762432 Click Login Button
+2017-04-24 01:43:10,822 DEBUG fe_user 34 13617 140736342762432 Login Button clicked
+2017-04-24 01:43:10,826 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 01:43:11,528 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:43:12,042 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:43:12,568 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-24 01:43:13,437 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:43:13,948 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:43:14,775 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:43:15,290 DEBUG wait 107 13617 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-24 01:43:16,155 DEBUG fe_dashboard 156 13617 140736342762432 Search engagement by engagement_manual_id
+2017-04-24 01:43:16,890 DEBUG logFuncEntry 34 13617 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:43:16,890 DEBUG logFuncEntry 34 13617 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-24 01:43:16,956 DEBUG test_ui_base 66 13617 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-24 06:31:27,329 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-24 06:31:27,330 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-24 06:31:29,570 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:31:31,694 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:31:31,704 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STArqUS@intl.att.com';
+2017-04-24 06:31:31,707 DEBUG db_general 117 21317 140736342762432 Query result: 28c82daa-24d3-4494-89da-47a539834b7e
+2017-04-24 06:31:31,712 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STArqUS@intl.att.com';
+2017-04-24 06:31:31,714 DEBUG db_general 117 21317 140736342762432 Query result: 33
+2017-04-24 06:31:31,717 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '33';
+2017-04-24 06:31:31,718 DEBUG db_general 165 21317 140736342762432 Query result: c3753746e8474ba28ddbf729e7e70eb2
+2017-04-24 06:31:31,718 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28c82daa-24d3-4494-89da-47a539834b7e/c3753746e8474ba28ddbf729e7e70eb2
+2017-04-24 06:31:31,718 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28c82daa-24d3-4494-89da-47a539834b7e/c3753746e8474ba28ddbf729e7e70eb2
+2017-04-24 06:31:32,410 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:31:32,410 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:31:33,315 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:31:33,974 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:31:34,085 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:31:34,089 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:31:34,800 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:31:35,704 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:31:35,704 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:31:36,445 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:31:37,081 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:31:37,160 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:31:37,164 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 06:31:37,681 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:31:38,229 DEBUG test_login_with_new_user 489 21317 140736342762432 click_on on + Dashboard
+2017-04-24 06:31:38,577 DEBUG fe_wizard 24 21317 140736342762432 Tab Add Virtual Functions
+2017-04-24 06:31:40,667 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:31:41,182 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:31:41,699 DEBUG fe_wizard 57 21317 140736342762432 Tab Add Vendor Contact
+2017-04-24 06:31:52,038 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-24 06:31:52,045 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-24 06:31:52,045 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-24 06:31:52,074 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-24 06:31:52,075 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-24 06:31:52,075 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-24 06:31:54,208 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:31:55,598 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:31:55,598 DEBUG api_user 193 21317 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f355720b-26a1-41d3-8592-7ce078812084/cbcb0214fc374742ac96806db91e53c4
+2017-04-24 06:31:55,631 DEBUG api_user 196 21317 140736342762432 APIUser activated successfully!
+2017-04-24 06:31:55,704 DEBUG api_user 128 21317 140736342762432 200 OK
+2017-04-24 06:31:55,704 DEBUG api_user 130 21317 140736342762432 Login successfully.
+2017-04-24 06:31:55,710 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 06:31:55,712 DEBUG db_general 141 21317 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 06:31:55,716 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 06:31:55,717 DEBUG db_general 141 21317 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 06:31:55,761 DEBUG api_virtual_function 80 21317 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: local variable 'prUser' referenced before assignment"}
+2017-04-24 06:31:55,761 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_XSS_script
+2017-04-24 06:31:55,764 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-24 06:31:55,764 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-24 06:31:55,784 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-24 06:31:55,785 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-24 06:31:55,785 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-24 06:31:57,891 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:31:59,196 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:31:59,202 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STBEkaD@amdocs.com';
+2017-04-24 06:31:59,204 DEBUG db_general 117 21317 140736342762432 Query result: 6e2ae207-f139-42ca-bf9e-12737a4570e9
+2017-04-24 06:31:59,208 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STBEkaD@amdocs.com';
+2017-04-24 06:31:59,210 DEBUG db_general 117 21317 140736342762432 Query result: 6e2ae207-f139-42ca-bf9e-12737a4570e9
+2017-04-24 06:31:59,214 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STBEkaD@amdocs.com';
+2017-04-24 06:31:59,215 DEBUG db_general 117 21317 140736342762432 Query result: 35
+2017-04-24 06:31:59,219 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '35';
+2017-04-24 06:31:59,221 DEBUG db_general 165 21317 140736342762432 Query result: d68afc045ee240aa9c886be087212b0b
+2017-04-24 06:31:59,221 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e2ae207-f139-42ca-bf9e-12737a4570e9/d68afc045ee240aa9c886be087212b0b
+2017-04-24 06:31:59,221 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e2ae207-f139-42ca-bf9e-12737a4570e9/d68afc045ee240aa9c886be087212b0b
+2017-04-24 06:31:59,934 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:31:59,934 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:32:00,787 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:32:01,443 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:32:01,561 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:32:01,565 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:32:02,238 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:02,754 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:03,662 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:32:03,663 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:32:04,400 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:32:05,027 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:32:05,116 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:32:05,120 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 06:32:05,633 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:06,176 DEBUG test_login_with_new_user 413 21317 140736342762432 click_on on + Dashboard
+2017-04-24 06:32:06,509 DEBUG fe_wizard 24 21317 140736342762432 Tab Add Virtual Functions
+2017-04-24 06:32:08,590 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:09,108 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:09,632 DEBUG fe_wizard 77 21317 140736342762432 Tab Add AT&T Sponsor
+2017-04-24 06:32:19,967 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_att_sposnsor
+2017-04-24 06:32:19,970 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-24 06:32:19,971 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-24 06:32:20,006 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-04-24 06:32:20,007 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-24 06:32:20,007 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-04-24 06:32:22,113 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:32:23,426 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:32:23,430 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'ST23L6A@intl.att.com';
+2017-04-24 06:32:23,432 DEBUG db_general 117 21317 140736342762432 Query result: 3d30e2af-237a-49b7-86aa-ded0173f6aea
+2017-04-24 06:32:23,435 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'ST23L6A@intl.att.com';
+2017-04-24 06:32:23,437 DEBUG db_general 117 21317 140736342762432 Query result: 3d30e2af-237a-49b7-86aa-ded0173f6aea
+2017-04-24 06:32:23,441 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'ST23L6A@intl.att.com';
+2017-04-24 06:32:23,443 DEBUG db_general 117 21317 140736342762432 Query result: 36
+2017-04-24 06:32:23,446 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '36';
+2017-04-24 06:32:23,450 DEBUG db_general 165 21317 140736342762432 Query result: c1ac1e08ed8946dd826dc95555297b5a
+2017-04-24 06:32:23,450 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d30e2af-237a-49b7-86aa-ded0173f6aea/c1ac1e08ed8946dd826dc95555297b5a
+2017-04-24 06:32:23,450 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d30e2af-237a-49b7-86aa-ded0173f6aea/c1ac1e08ed8946dd826dc95555297b5a
+2017-04-24 06:32:24,150 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:32:24,150 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:32:25,041 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:32:25,706 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:32:25,800 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:32:25,804 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:32:26,491 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:27,368 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:32:27,368 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:32:28,119 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:32:28,758 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:32:28,835 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:32:28,839 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 06:32:29,351 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:29,896 DEBUG test_login_with_new_user 342 21317 140736342762432 click_on on + Dashboard
+2017-04-24 06:32:30,109 DEBUG fe_wizard 24 21317 140736342762432 Tab Add Virtual Functions
+2017-04-24 06:32:32,305 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:32,820 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:33,344 DEBUG fe_wizard 57 21317 140736342762432 Tab Add Vendor Contact
+2017-04-24 06:32:43,740 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vendor_contact
+2017-04-24 06:32:43,743 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-24 06:32:43,743 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-24 06:32:43,779 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-04-24 06:32:43,780 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-24 06:32:43,781 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-04-24 06:32:45,897 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:32:47,305 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:32:47,305 DEBUG api_user 193 21317 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8b6cc9e5-5a47-487a-8b14-5de1bd21e92e/4be517eaa352435da5e787ebc9e72f35
+2017-04-24 06:32:47,340 DEBUG api_user 196 21317 140736342762432 APIUser activated successfully!
+2017-04-24 06:32:47,413 DEBUG api_user 128 21317 140736342762432 200 OK
+2017-04-24 06:32:47,413 DEBUG api_user 130 21317 140736342762432 Login successfully.
+2017-04-24 06:32:47,417 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 06:32:47,419 DEBUG db_general 141 21317 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 06:32:47,423 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 06:32:47,425 DEBUG db_general 141 21317 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 06:32:47,463 DEBUG api_virtual_function 80 21317 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: local variable 'prUser' referenced before assignment"}
+2017-04-24 06:32:47,463 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vf
+2017-04-24 06:32:47,464 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-24 06:32:47,464 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-24 06:32:47,480 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-04-24 06:32:47,481 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-24 06:32:47,481 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-04-24 06:32:49,596 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:32:50,947 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:32:50,951 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STHNADh@intl.att.com';
+2017-04-24 06:32:50,953 DEBUG db_general 117 21317 140736342762432 Query result: 4506f226-6d70-4b0d-8028-ac9e00298c3b
+2017-04-24 06:32:50,957 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STHNADh@intl.att.com';
+2017-04-24 06:32:50,959 DEBUG db_general 117 21317 140736342762432 Query result: 38
+2017-04-24 06:32:50,963 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '38';
+2017-04-24 06:32:50,965 DEBUG db_general 165 21317 140736342762432 Query result: 1f732fa101274af7a962b8ecdeeedf41
+2017-04-24 06:32:50,965 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4506f226-6d70-4b0d-8028-ac9e00298c3b/1f732fa101274af7a962b8ecdeeedf41
+2017-04-24 06:32:50,965 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4506f226-6d70-4b0d-8028-ac9e00298c3b/1f732fa101274af7a962b8ecdeeedf41
+2017-04-24 06:32:51,663 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:32:51,663 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:32:52,542 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:32:53,213 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:32:53,309 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:32:53,313 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:32:53,955 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:54,509 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:55,485 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:32:55,489 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STumADi@intl.att.com';
+2017-04-24 06:32:55,494 DEBUG db_general 117 21317 140736342762432 Query result: 47723e34-4750-45da-92dc-fe445aca9b02
+2017-04-24 06:32:55,498 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STumADi@intl.att.com';
+2017-04-24 06:32:55,500 DEBUG db_general 117 21317 140736342762432 Query result: 39
+2017-04-24 06:32:55,504 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '39';
+2017-04-24 06:32:55,505 DEBUG db_general 165 21317 140736342762432 Query result: 0a2efa9ce6c746b9845021a77c36bb6c
+2017-04-24 06:32:55,505 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/47723e34-4750-45da-92dc-fe445aca9b02/0a2efa9ce6c746b9845021a77c36bb6c
+2017-04-24 06:32:56,079 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:32:56,079 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:32:56,891 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:32:57,540 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:32:57,622 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:32:57,625 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:32:58,326 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:32:59,090 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-24 06:32:59,090 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-24 06:32:59,125 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-04-24 06:32:59,126 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-24 06:32:59,126 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-04-24 06:33:01,236 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:33:02,580 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:33:02,580 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:33:02,580 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:33:03,568 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:33:04,221 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:33:04,328 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:33:04,339 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 06:33:04,857 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:9000/#/resendActivation page is loaded.
+2017-04-24 06:33:05,398 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STBvEuq@intl.att.com';
+2017-04-24 06:33:05,400 DEBUG db_general 117 21317 140736342762432 Query result: 215753b0-9979-4e18-beab-2e8faf7d0503
+2017-04-24 06:33:05,404 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STBvEuq@intl.att.com';
+2017-04-24 06:33:05,406 DEBUG db_general 117 21317 140736342762432 Query result: 40
+2017-04-24 06:33:05,411 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '40';
+2017-04-24 06:33:05,413 DEBUG db_general 165 21317 140736342762432 Query result: 67d487b40e44432b805aa9fabe468a49
+2017-04-24 06:33:05,413 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/215753b0-9979-4e18-beab-2e8faf7d0503/67d487b40e44432b805aa9fabe468a49
+2017-04-24 06:33:05,413 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/215753b0-9979-4e18-beab-2e8faf7d0503/67d487b40e44432b805aa9fabe468a49
+2017-04-24 06:33:06,065 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:33:06,065 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:33:06,877 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:33:07,541 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:33:07,624 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:33:07,628 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:33:08,256 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:08,770 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:09,303 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-24 06:33:09,303 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-24 06:33:09,333 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-04-24 06:33:09,334 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-24 06:33:09,334 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-04-24 06:33:11,442 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:33:12,751 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:33:12,751 DEBUG api_user 193 21317 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e361e200-b685-4517-bab8-a48560a939c4/f98e72be1826439da9e2f3ddcc2a5b34
+2017-04-24 06:33:12,847 DEBUG api_user 196 21317 140736342762432 APIUser activated successfully!
+2017-04-24 06:33:12,919 DEBUG api_user 128 21317 140736342762432 200 OK
+2017-04-24 06:33:12,919 DEBUG api_user 130 21317 140736342762432 Login successfully.
+2017-04-24 06:33:12,923 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 06:33:12,925 DEBUG db_general 141 21317 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 06:33:12,929 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 06:33:12,930 DEBUG db_general 141 21317 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 06:33:12,970 DEBUG api_virtual_function 80 21317 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: local variable 'prUser' referenced before assignment"}
+2017-04-24 06:33:12,970 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_current_status
+2017-04-24 06:33:12,971 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-24 06:33:12,971 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-24 06:33:12,988 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-04-24 06:33:12,988 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-24 06:33:12,988 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-04-24 06:33:15,100 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:33:16,420 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:33:16,420 DEBUG api_user 193 21317 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/10418240-51e9-41ed-895e-17d75d5166a9/87acd06010b941c6a4dba0b42832f433
+2017-04-24 06:33:16,454 DEBUG api_user 196 21317 140736342762432 APIUser activated successfully!
+2017-04-24 06:33:16,524 DEBUG api_user 128 21317 140736342762432 200 OK
+2017-04-24 06:33:16,524 DEBUG api_user 130 21317 140736342762432 Login successfully.
+2017-04-24 06:33:16,529 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-24 06:33:16,532 DEBUG db_general 141 21317 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-24 06:33:16,536 DEBUG db_general 130 21317 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-24 06:33:16,537 DEBUG db_general 141 21317 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-24 06:33:16,575 DEBUG api_virtual_function 80 21317 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: local variable 'prUser' referenced before assignment"}
+2017-04-24 06:33:16,575 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_existing_user
+2017-04-24 06:33:16,576 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-24 06:33:16,576 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-24 06:33:16,589 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-04-24 06:33:16,591 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-24 06:33:16,591 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-04-24 06:33:18,696 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:33:20,084 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:33:20,088 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'SToPuzt@intl.att.com';
+2017-04-24 06:33:20,090 DEBUG db_general 117 21317 140736342762432 Query result: 43f366d2-1443-413a-ac65-132313b38c18
+2017-04-24 06:33:20,095 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'SToPuzt@intl.att.com';
+2017-04-24 06:33:20,098 DEBUG db_general 117 21317 140736342762432 Query result: 43f366d2-1443-413a-ac65-132313b38c18
+2017-04-24 06:33:20,102 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'SToPuzt@intl.att.com';
+2017-04-24 06:33:20,104 DEBUG db_general 117 21317 140736342762432 Query result: 43
+2017-04-24 06:33:20,107 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '43';
+2017-04-24 06:33:20,109 DEBUG db_general 165 21317 140736342762432 Query result: b4326f0d3114477ba32353b0a7aa1459
+2017-04-24 06:33:20,109 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43f366d2-1443-413a-ac65-132313b38c18/b4326f0d3114477ba32353b0a7aa1459
+2017-04-24 06:33:20,109 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43f366d2-1443-413a-ac65-132313b38c18/b4326f0d3114477ba32353b0a7aa1459
+2017-04-24 06:33:20,797 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:33:20,797 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:33:21,718 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:33:22,379 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:33:22,477 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:33:22,482 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:33:23,130 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:23,644 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:24,522 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:33:24,522 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:33:25,281 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:33:25,914 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:33:25,994 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:33:25,998 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 06:33:26,512 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:27,074 DEBUG test_login_with_new_user 110 21317 140736342762432 click_on on + Dashboard
+2017-04-24 06:33:27,360 DEBUG fe_wizard 24 21317 140736342762432 Tab Add Virtual Functions
+2017-04-24 06:33:29,323 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:29,847 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:30,371 DEBUG fe_wizard 57 21317 140736342762432 Tab Add Vendor Contact
+2017-04-24 06:33:40,717 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user
+2017-04-24 06:33:40,720 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-24 06:33:40,720 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-24 06:33:40,737 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-04-24 06:33:40,738 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-24 06:33:40,738 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-04-24 06:33:42,874 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:33:44,226 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:33:44,230 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STEWg6x@amdocs.com';
+2017-04-24 06:33:44,232 DEBUG db_general 117 21317 140736342762432 Query result: 60972b07-76f4-4ad4-b683-a95b8cc9ad1e
+2017-04-24 06:33:44,237 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STEWg6x@amdocs.com';
+2017-04-24 06:33:44,239 DEBUG db_general 117 21317 140736342762432 Query result: 60972b07-76f4-4ad4-b683-a95b8cc9ad1e
+2017-04-24 06:33:44,242 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STEWg6x@amdocs.com';
+2017-04-24 06:33:44,244 DEBUG db_general 117 21317 140736342762432 Query result: 44
+2017-04-24 06:33:44,248 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '44';
+2017-04-24 06:33:44,250 DEBUG db_general 165 21317 140736342762432 Query result: 52d80c18a8e748179f3bbb905ad26ba8
+2017-04-24 06:33:44,250 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60972b07-76f4-4ad4-b683-a95b8cc9ad1e/52d80c18a8e748179f3bbb905ad26ba8
+2017-04-24 06:33:44,250 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60972b07-76f4-4ad4-b683-a95b8cc9ad1e/52d80c18a8e748179f3bbb905ad26ba8
+2017-04-24 06:33:44,968 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:33:44,968 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:33:45,815 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:33:46,466 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:33:46,584 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:33:46,589 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:33:47,285 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:47,878 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:48,771 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:33:48,772 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:33:49,519 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:33:50,152 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:33:50,238 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:33:50,242 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 06:33:50,759 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:51,813 DEBUG fe_wizard 24 21317 140736342762432 Tab Add Virtual Functions
+2017-04-24 06:33:53,807 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:54,323 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:33:54,846 DEBUG fe_wizard 77 21317 140736342762432 Tab Add AT&T Sponsor
+2017-04-24 06:34:05,200 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user_att_sposnsor
+2017-04-24 06:34:05,203 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-24 06:34:05,203 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-24 06:34:05,228 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-04-24 06:34:05,229 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-24 06:34:05,229 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-04-24 06:34:07,366 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:34:08,706 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:34:08,706 DEBUG api_user 193 21317 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d1afe814-1f10-4785-951e-802b5e8ea231/07133d0309f04287b7b6708ae518b599
+2017-04-24 06:34:08,740 DEBUG api_user 196 21317 140736342762432 APIUser activated successfully!
+2017-04-24 06:34:08,740 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:34:08,740 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:34:09,724 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:34:10,392 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:34:10,497 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:34:10,502 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 06:34:11,022 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 06:34:11,558 DEBUG test_login_with_new_user 39 21317 140736342762432 Message Error(APIUser or Password does not match) Displayed
+2017-04-24 06:34:11,558 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-24 06:34:11,558 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-24 06:34:11,575 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-04-24 06:34:11,576 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-24 06:34:11,576 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-04-24 06:34:13,681 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:34:15,167 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:34:15,167 DEBUG test_login_with_new_user 45 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:34:17,249 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-24 06:34:17,249 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-24 06:34:17,264 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-04-24 06:34:17,265 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-24 06:34:17,265 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-04-24 06:34:19,372 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:34:21,915 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-24 06:34:21,915 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-24 06:34:21,932 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-04-24 06:34:21,932 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-24 06:34:21,932 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-04-24 06:34:24,040 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:34:25,578 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-24 06:34:25,578 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-24 06:34:25,594 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-04-24 06:34:25,594 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-24 06:34:25,594 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-04-24 06:34:27,700 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:34:29,006 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:34:29,006 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:34:29,006 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:34:29,862 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:34:30,534 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:34:30,636 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:34:30,640 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-24 06:34:31,151 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:9000/#/resendActivation page is loaded.
+2017-04-24 06:34:31,673 DEBUG test_login_with_new_user 27 21317 140736342762432 Resend Activation Email Page Opened
+2017-04-24 06:34:31,687 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-24 06:34:31,687 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-24 06:34:31,702 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-04-24 06:34:31,703 DEBUG logFuncEntry 34 21317 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-24 06:34:31,703 DEBUG test_ui_base 36 21317 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-04-24 06:34:33,806 DEBUG test_ui_base 48 21317 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-24 06:34:35,117 DEBUG api_user 108 21317 140736342762432 Moving to next test case
+2017-04-24 06:34:35,121 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STrYa5W@intl.att.com';
+2017-04-24 06:34:35,124 DEBUG db_general 117 21317 140736342762432 Query result: a560d498-c971-48ac-845f-0e5f6411cbb8
+2017-04-24 06:34:35,130 DEBUG db_general 109 21317 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STrYa5W@intl.att.com';
+2017-04-24 06:34:35,133 DEBUG db_general 117 21317 140736342762432 Query result: a560d498-c971-48ac-845f-0e5f6411cbb8
+2017-04-24 06:34:35,136 DEBUG db_general 109 21317 140736342762432 Query : select id from auth_user WHERE Email = 'STrYa5W@intl.att.com';
+2017-04-24 06:34:35,138 DEBUG db_general 117 21317 140736342762432 Query result: 48
+2017-04-24 06:34:35,142 DEBUG db_general 153 21317 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '48';
+2017-04-24 06:34:35,143 DEBUG db_general 165 21317 140736342762432 Query result: 296fd12381594a59b3d1558086de5cf3
+2017-04-24 06:34:35,143 DEBUG db_user 21 21317 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a560d498-c971-48ac-845f-0e5f6411cbb8/296fd12381594a59b3d1558086de5cf3
+2017-04-24 06:34:35,144 DEBUG fe_general 35 21317 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a560d498-c971-48ac-845f-0e5f6411cbb8/296fd12381594a59b3d1558086de5cf3
+2017-04-24 06:34:35,831 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:34:35,831 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:34:36,718 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:34:37,372 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:34:37,477 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:34:37,482 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-24 06:34:38,174 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:34:39,072 DEBUG fe_user 26 21317 140736342762432 Verifying and Insert Login page elements:
+2017-04-24 06:34:39,072 DEBUG fe_user 27 21317 140736342762432 Insert Email
+2017-04-24 06:34:39,821 DEBUG fe_user 30 21317 140736342762432 Insert Password
+2017-04-24 06:34:40,457 DEBUG fe_user 32 21317 140736342762432 Click Login Button
+2017-04-24 06:34:40,537 DEBUG fe_user 34 21317 140736342762432 Login Button clicked
+2017-04-24 06:34:40,540 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-24 06:34:41,052 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:34:41,597 DEBUG test_login_with_new_user 283 21317 140736342762432 click_on on + Dashboard
+2017-04-24 06:34:41,811 DEBUG fe_wizard 24 21317 140736342762432 Tab Add Virtual Functions
+2017-04-24 06:34:43,979 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:34:44,493 DEBUG wait 107 21317 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-24 06:34:45,018 DEBUG db_general 153 21317 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTILHul';
+2017-04-24 06:34:45,021 DEBUG db_general 165 21317 140736342762432 Query result: None
+2017-04-24 06:34:45,024 DEBUG db_general 153 21317 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'None';
+2017-04-24 06:34:45,026 DEBUG db_general 165 21317 140736342762432 Query result: None
+2017-04-24 06:34:45,029 DEBUG db_general 153 21317 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = 'None';
+2017-04-24 06:34:45,031 DEBUG db_general 165 21317 140736342762432 Query result: None
+2017-04-24 06:34:45,035 DEBUG db_general 153 21317 140736342762432 Query : select reviewer_id from ice_engagement Where uuid = 'None';
+2017-04-24 06:34:45,037 DEBUG db_general 165 21317 140736342762432 Query result: None
+2017-04-24 06:34:45,041 DEBUG db_general 153 21317 140736342762432 Query : select email from ice_user_profile Where id = 'None';
+2017-04-24 06:34:45,044 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_validate_account_form
+2017-04-24 06:34:45,046 DEBUG logFuncEntry 34 21317 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-24 06:34:45,046 DEBUG logFuncEntry 34 21317 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-24 06:34:45,066 DEBUG test_ui_base 66 21317 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-04-25 02:08:07,493 DEBUG logFuncEntry 34 38928 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:08:07,493 DEBUG test_ui_base 36 38928 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-25 02:08:09,722 DEBUG test_ui_base 48 38928 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:08:11,541 DEBUG api_user 108 38928 140736342762432 Moving to next test case
+2017-04-25 02:08:11,546 DEBUG db_general 109 38928 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'ST0mLCc@intl.att.com';
+2017-04-25 02:08:11,549 DEBUG db_general 117 38928 140736342762432 Query result: 2bbbbba8-9efc-41cc-9508-fe69b8bb76b6
+2017-04-25 02:08:11,552 DEBUG db_general 109 38928 140736342762432 Query : select id from auth_user WHERE Email = 'ST0mLCc@intl.att.com';
+2017-04-25 02:08:11,554 DEBUG db_general 117 38928 140736342762432 Query result: 49
+2017-04-25 02:08:11,557 DEBUG db_general 153 38928 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '49';
+2017-04-25 02:08:11,559 DEBUG db_general 165 38928 140736342762432 Query result: e5d905fa180043e19767db9815f21346
+2017-04-25 02:08:11,559 DEBUG db_user 21 38928 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2bbbbba8-9efc-41cc-9508-fe69b8bb76b6/e5d905fa180043e19767db9815f21346
+2017-04-25 02:08:11,559 DEBUG fe_general 35 38928 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2bbbbba8-9efc-41cc-9508-fe69b8bb76b6/e5d905fa180043e19767db9815f21346
+2017-04-25 02:08:12,265 DEBUG fe_user 26 38928 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:08:12,265 DEBUG fe_user 27 38928 140736342762432 Insert Email
+2017-04-25 02:08:13,157 DEBUG fe_user 30 38928 140736342762432 Insert Password
+2017-04-25 02:08:13,823 DEBUG fe_user 32 38928 140736342762432 Click Login Button
+2017-04-25 02:08:13,914 DEBUG fe_user 34 38928 140736342762432 Login Button clicked
+2017-04-25 02:08:13,919 DEBUG wait 107 38928 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:08:14,576 DEBUG wait 107 38928 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:08:15,467 DEBUG fe_user 26 38928 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:08:15,467 DEBUG fe_user 27 38928 140736342762432 Insert Email
+2017-04-25 02:08:16,219 DEBUG fe_user 30 38928 140736342762432 Insert Password
+2017-04-25 02:08:16,857 DEBUG fe_user 32 38928 140736342762432 Click Login Button
+2017-04-25 02:08:16,933 DEBUG fe_user 34 38928 140736342762432 Login Button clicked
+2017-04-25 02:08:16,938 DEBUG wait 107 38928 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:08:17,453 DEBUG wait 107 38928 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:08:17,987 DEBUG test_login_with_new_user 489 38928 140736342762432 click_on on + Dashboard
+2017-04-25 02:08:18,258 DEBUG fe_wizard 24 38928 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:08:20,356 DEBUG wait 107 38928 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:08:20,876 DEBUG wait 107 38928 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:08:21,397 DEBUG fe_wizard 57 38928 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:08:31,725 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-25 02:08:31,731 DEBUG logFuncEntry 34 38928 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:08:31,732 DEBUG logFuncEntry 34 38928 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:08:31,766 DEBUG test_ui_base 66 38928 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-25 02:08:31,768 DEBUG logFuncEntry 34 38928 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:08:31,768 DEBUG test_ui_base 36 38928 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-25 02:08:33,930 DEBUG test_ui_base 48 38928 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:08:35,259 DEBUG api_user 108 38928 140736342762432 Moving to next test case
+2017-04-25 02:08:35,259 DEBUG api_user 193 38928 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d249e55e-36cf-44be-b9ff-05ea02725fa7/701cc667f0714791b33014da421431c8
+2017-04-25 02:08:35,291 DEBUG api_user 196 38928 140736342762432 APIUser activated successfully!
+2017-04-25 02:08:35,361 DEBUG api_user 128 38928 140736342762432 200 OK
+2017-04-25 02:08:35,361 DEBUG api_user 130 38928 140736342762432 Login successfully.
+2017-04-25 02:08:35,365 DEBUG db_general 130 38928 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:08:35,366 DEBUG db_general 141 38928 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:08:35,370 DEBUG db_general 130 38928 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:08:35,371 DEBUG db_general 141 38928 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:08:35,457 DEBUG api_virtual_function 80 38928 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (79, 55796b7e-4f84-4d68-a90d-6cab49cce26b, null).\n"}
+2017-04-25 02:08:35,458 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:08:35,460 DEBUG logFuncEntry 34 38928 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:08:35,461 DEBUG logFuncEntry 34 38928 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:08:35,519 DEBUG test_ui_base 66 38928 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-25 02:08:35,520 DEBUG logFuncEntry 34 38928 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:08:35,521 DEBUG test_ui_base 36 38928 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-25 02:08:37,626 DEBUG test_ui_base 48 38928 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:08:38,925 DEBUG api_user 108 38928 140736342762432 Moving to next test case
+2017-04-25 02:08:38,929 DEBUG db_general 109 38928 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STwlBv5@amdocs.com';
+2017-04-25 02:08:38,931 DEBUG db_general 117 38928 140736342762432 Query result: 0eea3daa-47ff-4103-9aa2-998fea5f7f0c
+2017-04-25 02:08:38,935 DEBUG db_general 109 38928 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STwlBv5@amdocs.com';
+2017-04-25 02:08:38,937 DEBUG db_general 117 38928 140736342762432 Query result: 0eea3daa-47ff-4103-9aa2-998fea5f7f0c
+2017-04-25 02:08:38,940 DEBUG db_general 109 38928 140736342762432 Query : select id from auth_user WHERE Email = 'STwlBv5@amdocs.com';
+2017-04-25 02:08:38,942 DEBUG db_general 117 38928 140736342762432 Query result: 51
+2017-04-25 02:08:38,945 DEBUG db_general 153 38928 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '51';
+2017-04-25 02:08:38,946 DEBUG db_general 165 38928 140736342762432 Query result: 55480eaf1f334f948a7511c59845ef79
+2017-04-25 02:08:38,947 DEBUG db_user 21 38928 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0eea3daa-47ff-4103-9aa2-998fea5f7f0c/55480eaf1f334f948a7511c59845ef79
+2017-04-25 02:08:38,947 DEBUG fe_general 35 38928 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0eea3daa-47ff-4103-9aa2-998fea5f7f0c/55480eaf1f334f948a7511c59845ef79
+2017-04-25 02:08:39,633 DEBUG fe_user 26 38928 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:08:39,634 DEBUG fe_user 27 38928 140736342762432 Insert Email
+2017-04-25 02:14:12,049 DEBUG logFuncEntry 34 39085 140736342762432 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-25 02:14:12,049 DEBUG test_ui_base 36 39085 140736342762432 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-04-25 02:14:14,177 DEBUG test_ui_base 48 39085 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:14:15,571 DEBUG api_user 108 39085 140736342762432 Moving to next test case
+2017-04-25 02:14:15,572 DEBUG api_user 193 39085 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c689022-ab86-47eb-898f-81449e9e8a5f/fd30c5f596124731b026f34e8c82fc0d
+2017-04-25 02:14:15,606 DEBUG api_user 196 39085 140736342762432 APIUser activated successfully!
+2017-04-25 02:14:15,676 DEBUG api_user 128 39085 140736342762432 200 OK
+2017-04-25 02:14:15,676 DEBUG api_user 130 39085 140736342762432 Login successfully.
+2017-04-25 02:14:15,680 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:14:15,681 DEBUG db_general 141 39085 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:14:15,685 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:14:15,686 DEBUG db_general 141 39085 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:14:15,782 DEBUG api_virtual_function 80 39085 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (82, 2845f4b7-0a79-4f71-99df-90e9e9d40c35, null).\n"}
+2017-04-25 02:14:15,782 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_detailed_view
+2017-04-25 02:14:15,785 DEBUG logFuncEntry 34 39085 140736342762432 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-25 02:14:15,785 DEBUG logFuncEntry 34 39085 140736342762432 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-04-25 02:14:15,849 DEBUG test_ui_base 66 39085 140736342762432 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-04-25 02:14:15,850 DEBUG logFuncEntry 34 39085 140736342762432 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-25 02:14:15,850 DEBUG test_ui_base 36 39085 140736342762432 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+2017-04-25 02:14:17,961 DEBUG test_ui_base 48 39085 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:14:19,247 DEBUG api_user 108 39085 140736342762432 Moving to next test case
+2017-04-25 02:14:19,247 DEBUG api_user 193 39085 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5ff29938-2d0d-4fdd-9e1d-d2432a86ced7/fec73229dacd4a8596c8001a944c3df0
+2017-04-25 02:14:19,280 DEBUG api_user 196 39085 140736342762432 APIUser activated successfully!
+2017-04-25 02:14:19,349 DEBUG api_user 128 39085 140736342762432 200 OK
+2017-04-25 02:14:19,349 DEBUG api_user 130 39085 140736342762432 Login successfully.
+2017-04-25 02:14:19,353 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:14:19,354 DEBUG db_general 141 39085 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:14:19,358 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:14:19,360 DEBUG db_general 141 39085 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:14:19,466 DEBUG api_virtual_function 80 39085 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (85, 8cd52325-4be5-43b9-98d5-0ca88bee45cf, null).\n"}
+2017-04-25 02:14:19,466 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_edit_ecomp_release_and_aic
+2017-04-25 02:14:19,466 DEBUG logFuncEntry 34 39085 140736342762432 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-25 02:14:19,467 DEBUG logFuncEntry 34 39085 140736342762432 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release_and_aic>,) | {}
+2017-04-25 02:14:19,482 DEBUG test_ui_base 66 39085 140736342762432 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release_and_aic ----------------------
+
+2017-04-25 02:14:19,483 DEBUG logFuncEntry 34 39085 140736342762432 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-25 02:14:19,483 DEBUG test_ui_base 36 39085 140736342762432 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-04-25 02:14:21,596 DEBUG test_ui_base 48 39085 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:14:23,014 DEBUG api_user 108 39085 140736342762432 Moving to next test case
+2017-04-25 02:14:23,014 DEBUG api_user 193 39085 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/441239ab-617e-4b2c-b10f-ee2873f4e56e/5c887f28982d4341bf945f62ee76c13a
+2017-04-25 02:14:23,048 DEBUG api_user 196 39085 140736342762432 APIUser activated successfully!
+2017-04-25 02:14:23,120 DEBUG api_user 128 39085 140736342762432 200 OK
+2017-04-25 02:14:23,120 DEBUG api_user 130 39085 140736342762432 Login successfully.
+2017-04-25 02:14:23,125 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:14:23,126 DEBUG db_general 141 39085 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:14:23,130 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:14:23,131 DEBUG db_general 141 39085 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:14:23,221 DEBUG api_virtual_function 80 39085 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (88, e2146e97-f7f1-4234-ae9e-73923b194faa, null).\n"}
+2017-04-25 02:14:23,221 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_negative_role_for_deployment_targets
+2017-04-25 02:14:23,222 DEBUG logFuncEntry 34 39085 140736342762432 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-25 02:14:23,222 DEBUG logFuncEntry 34 39085 140736342762432 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-04-25 02:14:23,233 DEBUG test_ui_base 66 39085 140736342762432 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-04-25 02:14:23,233 DEBUG logFuncEntry 34 39085 140736342762432 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-25 02:14:23,234 DEBUG test_ui_base 36 39085 140736342762432 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-04-25 02:14:25,348 DEBUG test_ui_base 48 39085 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:14:26,704 DEBUG api_user 108 39085 140736342762432 Moving to next test case
+2017-04-25 02:14:26,704 DEBUG api_user 193 39085 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df027f5b-55a0-4a6c-91be-3ac73d50222f/c6e48c7893f64ceda7bf3d348e2f89b1
+2017-04-25 02:14:26,736 DEBUG api_user 196 39085 140736342762432 APIUser activated successfully!
+2017-04-25 02:14:26,806 DEBUG api_user 128 39085 140736342762432 200 OK
+2017-04-25 02:14:26,807 DEBUG api_user 130 39085 140736342762432 Login successfully.
+2017-04-25 02:14:26,811 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:14:26,812 DEBUG db_general 141 39085 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:14:26,816 DEBUG db_general 130 39085 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:14:26,817 DEBUG db_general 141 39085 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:14:26,905 DEBUG api_virtual_function 80 39085 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (91, aba9d0a6-04d8-4403-b589-f592c196b3cb, null).\n"}
+2017-04-25 02:14:26,905 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_role_for_deployment_targets
+2017-04-25 02:14:26,906 DEBUG logFuncEntry 34 39085 140736342762432 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-25 02:14:26,906 DEBUG logFuncEntry 34 39085 140736342762432 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-04-25 02:14:26,923 DEBUG test_ui_base 66 39085 140736342762432 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-04-25 02:17:07,933 DEBUG logFuncEntry 34 39170 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-25 02:17:07,933 DEBUG test_ui_base 36 39170 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-04-25 02:17:10,058 DEBUG test_ui_base 48 39170 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:17:11,425 DEBUG api_user 108 39170 140736342762432 Moving to next test case
+2017-04-25 02:17:11,426 DEBUG api_user 193 39170 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/82cb9e62-c28d-443a-9e54-49da42c742e2/62407a47f7cd42c0bc54eca68946e038
+2017-04-25 02:17:11,458 DEBUG api_user 196 39170 140736342762432 APIUser activated successfully!
+2017-04-25 02:17:11,524 DEBUG api_user 128 39170 140736342762432 200 OK
+2017-04-25 02:17:11,524 DEBUG api_user 130 39170 140736342762432 Login successfully.
+2017-04-25 02:17:11,528 DEBUG db_general 130 39170 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:17:11,529 DEBUG db_general 141 39170 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:17:11,534 DEBUG db_general 130 39170 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:17:11,536 DEBUG db_general 141 39170 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:17:11,621 DEBUG api_virtual_function 80 39170 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (94, 79347ad9-99eb-4184-995f-abb50a10fdfb, null).\n"}
+2017-04-25 02:17:11,621 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_progress_bar_ui
+2017-04-25 02:17:11,624 DEBUG logFuncEntry 34 39170 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-25 02:17:11,624 DEBUG logFuncEntry 34 39170 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-04-25 02:17:11,640 DEBUG test_ui_base 66 39170 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-04-25 02:17:11,641 DEBUG logFuncEntry 34 39170 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-25 02:17:11,641 DEBUG test_ui_base 36 39170 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-04-25 02:17:13,758 DEBUG test_ui_base 48 39170 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:17:15,141 DEBUG api_user 108 39170 140736342762432 Moving to next test case
+2017-04-25 02:17:15,141 DEBUG api_user 193 39170 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8dd23772-2b86-4670-a9b7-2a905c4f97ec/7cf54e02720b46329609b603703a4841
+2017-04-25 02:17:15,174 DEBUG api_user 196 39170 140736342762432 APIUser activated successfully!
+2017-04-25 02:17:15,245 DEBUG api_user 128 39170 140736342762432 200 OK
+2017-04-25 02:17:15,245 DEBUG api_user 130 39170 140736342762432 Login successfully.
+2017-04-25 02:17:15,249 DEBUG db_general 130 39170 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:17:15,251 DEBUG db_general 141 39170 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:17:15,254 DEBUG db_general 130 39170 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:17:15,255 DEBUG db_general 141 39170 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:17:15,344 DEBUG api_virtual_function 80 39170 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (97, 067f998d-1327-406f-9186-014700b29b08, null).\n"}
+2017-04-25 02:17:15,344 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-25 02:17:15,344 DEBUG logFuncEntry 34 39170 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-25 02:17:15,344 DEBUG logFuncEntry 34 39170 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-04-25 02:17:15,355 DEBUG test_ui_base 66 39170 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-04-25 02:17:15,355 DEBUG logFuncEntry 34 39170 140736342762432 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-25 02:17:15,356 DEBUG test_ui_base 36 39170 140736342762432 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-04-25 02:17:17,460 DEBUG test_ui_base 48 39170 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:17:18,828 DEBUG api_user 108 39170 140736342762432 Moving to next test case
+2017-04-25 02:17:18,828 DEBUG api_user 193 39170 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cfd9474c-2248-45f1-b416-d289c0113d0b/c58b1770fad544108e91fa8890c35d02
+2017-04-25 02:17:18,861 DEBUG api_user 196 39170 140736342762432 APIUser activated successfully!
+2017-04-25 02:17:18,930 DEBUG api_user 128 39170 140736342762432 200 OK
+2017-04-25 02:17:18,931 DEBUG api_user 130 39170 140736342762432 Login successfully.
+2017-04-25 02:17:18,936 DEBUG db_general 130 39170 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:17:18,937 DEBUG db_general 141 39170 140736342762432 Query result: f2bca156-7723-49ac-b845-f8cf8bf9563d
+2017-04-25 02:17:18,941 DEBUG db_general 130 39170 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:17:18,942 DEBUG db_general 141 39170 140736342762432 Query result: e82f31d1-4793-4a51-a05c-6abc4a75bdb2
+2017-04-25 02:17:19,034 DEBUG api_virtual_function 80 39170 140736342762432 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: null value in column \"iceuserprofile_id\" violates not-null constraint\nDETAIL: Failing row contains (100, 566ddff4-4b8a-4bf0-b03a-4f89cce05789, null).\n"}
+2017-04-25 02:17:19,034 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-25 02:17:19,035 DEBUG logFuncEntry 34 39170 140736342762432 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-25 02:17:19,035 DEBUG logFuncEntry 34 39170 140736342762432 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-04-25 02:17:19,052 DEBUG test_ui_base 66 39170 140736342762432 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-04-25 02:28:53,865 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:28:53,865 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-25 02:28:56,026 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:28:57,732 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:28:57,736 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STYK7wM@intl.att.com';
+2017-04-25 02:28:57,738 DEBUG db_general 117 39845 140736342762432 Query result: b987041c-b20b-4cef-b182-2ca761b660d4
+2017-04-25 02:28:57,742 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STYK7wM@intl.att.com';
+2017-04-25 02:28:57,744 DEBUG db_general 117 39845 140736342762432 Query result: 5
+2017-04-25 02:28:57,747 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '5';
+2017-04-25 02:28:57,748 DEBUG db_general 165 39845 140736342762432 Query result: b9de0565e30948b2b704c5ec3fd632de
+2017-04-25 02:28:57,749 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b987041c-b20b-4cef-b182-2ca761b660d4/b9de0565e30948b2b704c5ec3fd632de
+2017-04-25 02:28:57,749 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b987041c-b20b-4cef-b182-2ca761b660d4/b9de0565e30948b2b704c5ec3fd632de
+2017-04-25 02:28:58,545 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:28:58,545 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:28:59,418 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:29:00,066 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:29:00,171 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:29:00,178 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:29:00,828 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:01,345 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:02,232 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:29:02,232 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:29:02,973 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:29:03,595 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:29:03,672 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:29:03,677 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:29:04,193 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:04,736 DEBUG test_login_with_new_user 489 39845 140736342762432 click_on on + Dashboard
+2017-04-25 02:29:05,116 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:29:07,022 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:07,649 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:29:08,163 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:29:08,687 DEBUG fe_wizard 57 39845 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:29:11,146 DEBUG fe_wizard 97 39845 140736342762432 Tab Invite Team Members
+2017-04-25 02:29:12,158 DEBUG fe_wizard 115 39845 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:29:12,181 DEBUG helper 42 39845 140736342762432 About to generate SSH Public Key
+2017-04-25 02:29:12,423 DEBUG helper 57 39845 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD0g6h2gkgxiQN76ixXoo3va5Nr/zI4cgvfVHd4wFXVTlpq3jiqVRANzIM/KiuAq1Lb7v/NI/52ogdrSggatDvkgMYsUPSTsmmi3UdicyqWhNX8QOlY/Dfd8vVzSuCpVisPuJNRZO3/naI8LT5eRJN3qcD6q0NWD8XeQ2RMg2edByMwzZTQWFK1YAdDBNADkhnx5LmVdP34zMroYU+3sqy45ZAZkNr7x78m22fjNHWtdTK37kBmewnAUx9YMw5RZT+19JkDhtlKgYzktnLrurp7ZTUlxGpowqkIudOQedQwzz/gP8T3u0+ll2bSu5CVkU/0w9f1PskxCntumVLSIgEH
+2017-04-25 02:29:14,989 DEBUG fe_wizard 130 39845 140736342762432 SSH Key added via modal window.
+2017-04-25 02:29:15,435 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-25 02:29:16,478 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTtX8c4';
+2017-04-25 02:29:16,483 DEBUG db_general 165 39845 140736342762432 Query result: db0578b4-7c8d-469c-97ee-a80b8e685f95
+2017-04-25 02:29:16,490 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'db0578b4-7c8d-469c-97ee-a80b8e685f95';
+2017-04-25 02:29:16,492 DEBUG db_general 165 39845 140736342762432 Query result: 2017-32
+2017-04-25 02:29:16,496 DEBUG db_general 153 39845 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-32';
+2017-04-25 02:29:16,498 DEBUG db_general 165 39845 140736342762432 Query result: 2
+2017-04-25 02:29:16,508 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTtX8c4';
+2017-04-25 02:29:16,512 DEBUG db_general 165 39845 140736342762432 Query result: db0578b4-7c8d-469c-97ee-a80b8e685f95
+2017-04-25 02:29:16,517 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'db0578b4-7c8d-469c-97ee-a80b8e685f95';
+2017-04-25 02:29:16,519 DEBUG db_general 165 39845 140736342762432 Query result: 2017-32
+2017-04-25 02:29:17,328 DEBUG db_general 153 39845 140736342762432 Query : select full_name from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 02:29:17,330 DEBUG db_general 165 39845 140736342762432 Query result: Homer Simpson
+2017-04-25 02:29:17,358 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:29:17,358 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:29:17,386 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-25 02:29:17,386 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:29:17,387 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-25 02:29:19,493 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:29:20,761 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:29:20,761 DEBUG api_user 193 39845 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44432ef2-4dfc-4eb5-86d5-558348906e20/f7ab1bb05a7b46f4a2928ad53448cae5
+2017-04-25 02:29:20,798 DEBUG api_user 196 39845 140736342762432 APIUser activated successfully!
+2017-04-25 02:29:20,875 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:29:20,875 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:29:20,879 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:29:20,881 DEBUG db_general 141 39845 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:29:20,884 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:29:20,885 DEBUG db_general 141 39845 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:29:21,110 DEBUG api_virtual_function 72 39845 140736342762432 Virtual Function created successfully!
+2017-04-25 02:29:21,110 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c30f01df-3e57-4287-ae8b-e016e6e8a2a9/checklist/new/
+2017-04-25 02:29:21,181 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:29:21,181 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:29:21,212 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:29:21,213 DEBUG api_user 66 39845 140736342762432 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-04-25 02:29:21,239 DEBUG api_user 88 39845 140736342762432 Testing for Cross site scripting successfully : ST8YDF5stattus Code = 500
+2017-04-25 02:29:21,239 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c30f01df-3e57-4287-ae8b-e016e6e8a2a9/checklist/new/
+2017-04-25 02:29:21,312 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:29:21,313 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:29:21,350 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:29:21,350 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:29:21,350 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:29:22,221 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:29:22,882 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:29:22,982 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:29:22,987 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:29:23,510 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:24,044 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:24,944 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:29:25,459 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:29:29,392 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:29:29,392 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:29:29,406 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-25 02:29:29,406 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:29:29,407 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-25 02:29:31,506 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:29:32,769 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:29:32,773 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'SToyMp4@amdocs.com';
+2017-04-25 02:29:32,782 DEBUG db_general 117 39845 140736342762432 Query result: bd853039-69b0-4884-995e-933c852dc1e4
+2017-04-25 02:29:32,785 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'SToyMp4@amdocs.com';
+2017-04-25 02:29:32,787 DEBUG db_general 117 39845 140736342762432 Query result: bd853039-69b0-4884-995e-933c852dc1e4
+2017-04-25 02:29:32,790 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'SToyMp4@amdocs.com';
+2017-04-25 02:29:32,792 DEBUG db_general 117 39845 140736342762432 Query result: 7
+2017-04-25 02:29:32,795 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '7';
+2017-04-25 02:29:32,796 DEBUG db_general 165 39845 140736342762432 Query result: b268bfe525ba41089b0e78849f68905d
+2017-04-25 02:29:32,796 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd853039-69b0-4884-995e-933c852dc1e4/b268bfe525ba41089b0e78849f68905d
+2017-04-25 02:29:32,797 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd853039-69b0-4884-995e-933c852dc1e4/b268bfe525ba41089b0e78849f68905d
+2017-04-25 02:29:33,478 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:29:33,479 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:29:34,323 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:29:34,973 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:29:35,070 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:29:35,073 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:29:35,757 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:36,322 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:37,223 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:29:37,224 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:29:37,978 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:29:38,609 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:29:38,690 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:29:38,694 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:29:39,206 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:39,754 DEBUG test_login_with_new_user 413 39845 140736342762432 click_on on + Dashboard
+2017-04-25 02:29:40,018 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:29:42,131 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:29:42,763 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:29:43,280 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:29:43,804 DEBUG fe_wizard 77 39845 140736342762432 Tab Add AT&T Sponsor
+2017-04-25 02:29:46,142 DEBUG fe_wizard 97 39845 140736342762432 Tab Invite Team Members
+2017-04-25 02:29:47,133 DEBUG fe_wizard 115 39845 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:29:47,146 DEBUG helper 42 39845 140736342762432 About to generate SSH Public Key
+2017-04-25 02:29:47,483 DEBUG helper 57 39845 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDE/bQLY9lQ+7gvGl8ow9/WKD3kKfHkiEIvwh6L93sufYW2ISgdJyqjESTwTDR9kZIl5z19yqHv1xluVp7eHQ24cznFaH91O2YIfivhBlbhTjVpJyyR4aCNtFOgmBHH05ULUjoqiSUOsAl0WMai7I+H5ZhCoes3Mg4XRF9b6wiAR1fcxkt/vOwoUB85o0wNTR1yyhRQeuwPRpfdfLGQwyyvDKVIyH3gINDMCftukow/qMFgkbn7d+pjppb9qpohHIqSXCkgjkupFjvXrgU0i+GBJAeXkP1S+82JG1WfFIXf0uoBScVNPrz6uIoEDIoW1Xl1jFk1HjyxZPcL32Yif1Tz
+2017-04-25 02:29:50,383 DEBUG fe_wizard 130 39845 140736342762432 SSH Key added via modal window.
+2017-04-25 02:29:50,387 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vf Where name = 'newVFST5INYt';
+2017-04-25 02:29:50,389 DEBUG db_general 165 39845 140736342762432 Query result: 17228b18-9361-468a-be9b-73d0038a23d3
+2017-04-25 02:29:50,393 DEBUG db_user 38 39845 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = '17228b18-9361-468a-be9b-73d0038a23d3' and email = 'automationqattSTuLh5p@gmail.com' ;
+2017-04-25 02:29:50,395 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000/#/signUp?eng_uuid=None&email=automationqattSTuLh5p@gmail.com
+2017-04-25 02:29:52,330 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-25 02:29:52,332 DEBUG db_general 165 39845 140736342762432 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:29:52,332 DEBUG db_user 28 39845 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=None&email=ST4xRyJ@att.com&full_name=ST6Y1tcSTqWBX1&phone_number=2016389682&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:29:52,332 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=None&email=ST4xRyJ@att.com&full_name=ST6Y1tcSTqWBX1&phone_number=2016389682&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:29:53,592 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFST5INYt';
+2017-04-25 02:29:53,595 DEBUG db_general 165 39845 140736342762432 Query result: 063b973a-e658-48a6-994e-4e66feef3a25
+2017-04-25 02:29:53,598 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '063b973a-e658-48a6-994e-4e66feef3a25';
+2017-04-25 02:29:53,600 DEBUG db_general 165 39845 140736342762432 Query result: 2017-34
+2017-04-25 02:29:53,604 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-34';
+2017-04-25 02:29:53,606 DEBUG db_general 165 39845 140736342762432 Query result: 063b973a-e658-48a6-994e-4e66feef3a25
+2017-04-25 02:29:53,610 DEBUG db_user 38 39845 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = '063b973a-e658-48a6-994e-4e66feef3a25' and email = 'ST4xRyJ@att.com' ;
+2017-04-25 02:29:53,617 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFST5INYt';
+2017-04-25 02:29:53,619 DEBUG db_general 165 39845 140736342762432 Query result: 063b973a-e658-48a6-994e-4e66feef3a25
+2017-04-25 02:29:53,623 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '063b973a-e658-48a6-994e-4e66feef3a25';
+2017-04-25 02:29:53,625 DEBUG db_general 165 39845 140736342762432 Query result: 2017-34
+2017-04-25 02:29:53,628 DEBUG db_general 153 39845 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-34';
+2017-04-25 02:29:53,631 DEBUG db_general 165 39845 140736342762432 Query result: 2
+2017-04-25 02:29:53,637 DEBUG api_user 206 39845 140736342762432 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-25 02:29:53,851 DEBUG api_user 231 39845 140736342762432 Invited user signed-up successfully!
+2017-04-25 02:29:53,852 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/063b973a-e658-48a6-994e-4e66feef3a25/checklist/new/
+2017-04-25 02:29:53,942 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:29:53,942 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:29:53,988 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:29:53,994 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'ST4xRyJ@att.com';
+2017-04-25 02:29:53,996 DEBUG db_general 117 39845 140736342762432 Query result: a7483362-97e3-4c23-927d-2ddfc6a08aba
+2017-04-25 02:29:54,010 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'ST4xRyJ@att.com';
+2017-04-25 02:29:54,013 DEBUG db_general 117 39845 140736342762432 Query result: 8
+2017-04-25 02:29:54,020 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '8';
+2017-04-25 02:29:54,022 DEBUG db_general 165 39845 140736342762432 Query result: 867111a05628442daba36f024c9ee09a
+2017-04-25 02:29:54,022 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a7483362-97e3-4c23-927d-2ddfc6a08aba/867111a05628442daba36f024c9ee09a
+2017-04-25 02:29:54,026 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '063b973a-e658-48a6-994e-4e66feef3a25';
+2017-04-25 02:29:54,031 DEBUG db_general 165 39845 140736342762432 Query result: 2017-34
+2017-04-25 02:29:54,031 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a7483362-97e3-4c23-927d-2ddfc6a08aba/867111a05628442daba36f024c9ee09a
+2017-04-25 02:29:54,725 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:29:54,725 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:29:55,560 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:29:56,197 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:29:56,285 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:29:56,289 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login/063b973a-e658-48a6-994e-4e66feef3a25?activation_success=true page is loaded.
+2017-04-25 02:29:57,079 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:29:57,669 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:29:58,219 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:29:58,219 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:29:58,248 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-04-25 02:29:58,248 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-25 02:29:58,248 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-04-25 02:30:00,363 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:30:01,661 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:30:01,665 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STChKGV@intl.att.com';
+2017-04-25 02:30:01,667 DEBUG db_general 117 39845 140736342762432 Query result: 33c5a66f-144c-4d66-a76b-4f62a2ba7008
+2017-04-25 02:30:01,671 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STChKGV@intl.att.com';
+2017-04-25 02:30:01,673 DEBUG db_general 117 39845 140736342762432 Query result: 33c5a66f-144c-4d66-a76b-4f62a2ba7008
+2017-04-25 02:30:01,676 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STChKGV@intl.att.com';
+2017-04-25 02:30:01,678 DEBUG db_general 117 39845 140736342762432 Query result: 9
+2017-04-25 02:30:01,682 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '9';
+2017-04-25 02:30:01,684 DEBUG db_general 165 39845 140736342762432 Query result: e6b9025db6c7420cb5765f9597b79923
+2017-04-25 02:30:01,684 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/33c5a66f-144c-4d66-a76b-4f62a2ba7008/e6b9025db6c7420cb5765f9597b79923
+2017-04-25 02:30:01,684 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/33c5a66f-144c-4d66-a76b-4f62a2ba7008/e6b9025db6c7420cb5765f9597b79923
+2017-04-25 02:30:02,385 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:02,385 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:03,255 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:03,877 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:03,999 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:04,005 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:30:04,594 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:05,109 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:05,995 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:05,995 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:06,746 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:07,368 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:07,443 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:07,447 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:30:07,959 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:08,504 DEBUG test_login_with_new_user 342 39845 140736342762432 click_on on + Dashboard
+2017-04-25 02:30:08,706 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:30:10,722 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:11,339 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:30:11,853 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:30:12,374 DEBUG fe_wizard 57 39845 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:30:14,859 DEBUG fe_wizard 97 39845 140736342762432 Tab Invite Team Members
+2017-04-25 02:30:15,820 DEBUG fe_wizard 115 39845 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:30:15,832 DEBUG helper 42 39845 140736342762432 About to generate SSH Public Key
+2017-04-25 02:30:15,926 DEBUG helper 57 39845 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2m/hsRuAr7qKS3CAnQMHL5DgXahnXEEqoNoppFjIwipFD2CaUIkqyXyhJIc9uJoQn23InqVc8ZTgbaHoIqq4xZZXevqILSk1WGI++7et3B4NfwBrH4A1pDQv4bV7Ax9yZflMrnu99fqyAU4NvTLC6nmFzSomqcxVzuZC10co9ip+c4nD4i5s6gB/FAGz/JFQQHDFtpor+jzQBAsjcMXS/+sGYthCoCpmqtne9mTjVbL8VE9/NJCqOrUVJ1dy6VSr0i9RgganzMcXjjPlA5IagsyDhHCdRAOB+ptKm/MLWS9QJ+psIfbTSIupWgN4k2/zSt5xtvRYNqSTCjQrFxyTZ
+2017-04-25 02:30:18,596 DEBUG fe_wizard 130 39845 140736342762432 SSH Key added via modal window.
+2017-04-25 02:30:18,600 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTv6YJ3';
+2017-04-25 02:30:18,602 DEBUG db_general 165 39845 140736342762432 Query result: cd5089c5-e8ca-471b-82a3-24c8e887a32d
+2017-04-25 02:30:18,605 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTv6YJ3';
+2017-04-25 02:30:18,608 DEBUG db_general 165 39845 140736342762432 Query result: cd5089c5-e8ca-471b-82a3-24c8e887a32d
+2017-04-25 02:30:18,611 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'cd5089c5-e8ca-471b-82a3-24c8e887a32d';
+2017-04-25 02:30:18,613 DEBUG db_general 165 39845 140736342762432 Query result: 2017-35
+2017-04-25 02:30:18,617 DEBUG db_general 153 39845 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-35';
+2017-04-25 02:30:18,619 DEBUG db_general 165 39845 140736342762432 Query result: 2
+2017-04-25 02:30:18,627 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'cd5089c5-e8ca-471b-82a3-24c8e887a32d';
+2017-04-25 02:30:18,630 DEBUG db_general 165 39845 140736342762432 Query result: 2017-35
+2017-04-25 02:30:18,633 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-35';
+2017-04-25 02:30:18,635 DEBUG db_general 165 39845 140736342762432 Query result: cd5089c5-e8ca-471b-82a3-24c8e887a32d
+2017-04-25 02:30:18,639 DEBUG db_user 38 39845 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = 'cd5089c5-e8ca-471b-82a3-24c8e887a32d' and email = 'STYxHDs@ericson.com' ;
+2017-04-25 02:30:18,646 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-25 02:30:18,648 DEBUG db_general 165 39845 140736342762432 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:30:18,648 DEBUG db_user 28 39845 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=f75aa579-5cf4-4f50-878b-ef22e2793de0&email=STYxHDs@ericson.com&full_name=STDZXd6STKRemD&phone_number=2015872288&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:30:18,648 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=f75aa579-5cf4-4f50-878b-ef22e2793de0&email=STYxHDs@ericson.com&full_name=STDZXd6STKRemD&phone_number=2015872288&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:30:20,713 DEBUG api_user 206 39845 140736342762432 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-25 02:30:20,840 DEBUG api_user 231 39845 140736342762432 Invited user signed-up successfully!
+2017-04-25 02:30:20,841 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cd5089c5-e8ca-471b-82a3-24c8e887a32d/checklist/new/
+2017-04-25 02:30:20,921 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:30:20,921 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:30:20,954 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:30:20,957 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STYxHDs@ericson.com';
+2017-04-25 02:30:20,960 DEBUG db_general 117 39845 140736342762432 Query result: e1ed0867-e59c-426d-b736-285c74a18392
+2017-04-25 02:30:20,967 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STYxHDs@ericson.com';
+2017-04-25 02:30:20,970 DEBUG db_general 117 39845 140736342762432 Query result: 10
+2017-04-25 02:30:20,974 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '10';
+2017-04-25 02:30:20,975 DEBUG db_general 165 39845 140736342762432 Query result: e99252e9c54044c681a242bba2c80527
+2017-04-25 02:30:20,975 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e1ed0867-e59c-426d-b736-285c74a18392/e99252e9c54044c681a242bba2c80527
+2017-04-25 02:30:20,975 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e1ed0867-e59c-426d-b736-285c74a18392/e99252e9c54044c681a242bba2c80527
+2017-04-25 02:30:21,747 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:21,747 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:22,526 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:23,166 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:23,263 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:23,267 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login/cd5089c5-e8ca-471b-82a3-24c8e887a32d?activation_success=true page is loaded.
+2017-04-25 02:30:23,972 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:30:24,517 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-25 02:30:24,518 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-25 02:30:24,547 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-04-25 02:30:24,548 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-25 02:30:24,548 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-04-25 02:30:26,653 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:30:27,946 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:30:27,946 DEBUG api_user 193 39845 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3e6b9e69-b13b-43b8-a08c-97db27c63ade/373a6c37f5eb41cb88bd9f3c9135d527
+2017-04-25 02:30:27,981 DEBUG api_user 196 39845 140736342762432 APIUser activated successfully!
+2017-04-25 02:30:28,049 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:30:28,049 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:30:28,053 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:30:28,054 DEBUG db_general 141 39845 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:30:28,058 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:30:28,059 DEBUG db_general 141 39845 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:30:28,254 DEBUG api_virtual_function 72 39845 140736342762432 Virtual Function created successfully!
+2017-04-25 02:30:28,254 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/df477e58-b798-4623-bcc0-828c4b2a7b79/checklist/new/
+2017-04-25 02:30:28,319 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:30:28,319 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:30:28,352 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:30:28,416 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:30:28,417 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:30:28,417 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:28,417 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:29,291 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:29,945 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:30,050 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:30,054 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:30:30,574 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:31,101 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:31,883 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:30:32,398 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:30:33,198 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:30:35,438 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:30:36,044 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:30:36,561 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:30:37,094 DEBUG db_general 56 39845 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'newVFST8UuVj';
+2017-04-25 02:30:37,097 DEBUG db_general 65 39845 140736342762432 Query result: newVFVersion2STuyrUl
+2017-04-25 02:30:37,101 DEBUG db_general 56 39845 140736342762432 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion2STuyrUl';
+2017-04-25 02:30:37,103 DEBUG db_general 65 39845 140736342762432 Query result: newVFST8UuVj
+2017-04-25 02:30:37,104 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-25 02:30:37,104 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-25 02:30:37,119 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-04-25 02:30:37,119 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-25 02:30:37,119 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-04-25 02:30:39,223 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:30:40,487 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:30:40,490 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STnF8b7@intl.att.com';
+2017-04-25 02:30:40,493 DEBUG db_general 117 39845 140736342762432 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-04-25 02:30:40,497 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STnF8b7@intl.att.com';
+2017-04-25 02:30:40,500 DEBUG db_general 117 39845 140736342762432 Query result: 12
+2017-04-25 02:30:40,504 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '12';
+2017-04-25 02:30:40,505 DEBUG db_general 165 39845 140736342762432 Query result: 56e35c5f7fe1474da3cf7307d4899ccb
+2017-04-25 02:30:40,506 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad731bed-8b07-4203-819b-5d0ffffe7054/56e35c5f7fe1474da3cf7307d4899ccb
+2017-04-25 02:30:40,506 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad731bed-8b07-4203-819b-5d0ffffe7054/56e35c5f7fe1474da3cf7307d4899ccb
+2017-04-25 02:30:41,210 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:41,210 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:42,080 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:42,740 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:42,836 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:42,839 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:30:43,422 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:43,978 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:44,934 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:30:44,938 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STXRHPe@intl.att.com';
+2017-04-25 02:30:44,940 DEBUG db_general 117 39845 140736342762432 Query result: 29ff47ef-7d35-469b-99b8-879a2a67a6d0
+2017-04-25 02:30:44,944 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STXRHPe@intl.att.com';
+2017-04-25 02:30:44,946 DEBUG db_general 117 39845 140736342762432 Query result: 13
+2017-04-25 02:30:44,949 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '13';
+2017-04-25 02:30:44,951 DEBUG db_general 165 39845 140736342762432 Query result: a62909f2998f4f64a523df00c5be62ed
+2017-04-25 02:30:44,951 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/29ff47ef-7d35-469b-99b8-879a2a67a6d0/a62909f2998f4f64a523df00c5be62ed
+2017-04-25 02:30:45,516 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:45,516 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:46,317 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:46,977 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:47,058 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:47,061 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:30:47,697 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:48,479 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-25 02:30:48,479 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-25 02:30:48,495 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-04-25 02:30:48,496 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-25 02:30:48,496 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-04-25 02:30:50,605 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:30:51,899 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:30:51,899 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:51,899 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:52,765 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:53,438 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:53,537 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:53,541 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:30:54,057 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/resendActivation page is loaded.
+2017-04-25 02:30:54,601 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STwNBcy@intl.att.com';
+2017-04-25 02:30:54,603 DEBUG db_general 117 39845 140736342762432 Query result: f2475de9-1b57-4820-b660-502835226a14
+2017-04-25 02:30:54,607 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STwNBcy@intl.att.com';
+2017-04-25 02:30:54,608 DEBUG db_general 117 39845 140736342762432 Query result: 14
+2017-04-25 02:30:54,612 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '14';
+2017-04-25 02:30:54,613 DEBUG db_general 165 39845 140736342762432 Query result: 8df8bde2feae4ada8cab808c2b0019cb
+2017-04-25 02:30:54,613 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2475de9-1b57-4820-b660-502835226a14/8df8bde2feae4ada8cab808c2b0019cb
+2017-04-25 02:30:54,613 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2475de9-1b57-4820-b660-502835226a14/8df8bde2feae4ada8cab808c2b0019cb
+2017-04-25 02:30:55,243 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:30:55,243 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:30:56,061 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:30:56,710 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:30:56,799 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:30:56,803 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:30:57,369 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:57,918 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:30:58,449 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-25 02:30:58,449 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-25 02:30:58,473 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-04-25 02:30:58,473 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-25 02:30:58,473 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-04-25 02:31:00,576 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:31:01,907 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:31:01,907 DEBUG api_user 193 39845 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e652f178-595e-4e5e-a9ab-d7016394a297/eaf367eb24514e6488a7d0af23da7544
+2017-04-25 02:31:01,942 DEBUG api_user 196 39845 140736342762432 APIUser activated successfully!
+2017-04-25 02:31:02,009 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:31:02,009 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:31:02,013 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:31:02,015 DEBUG db_general 141 39845 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:31:02,019 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:31:02,020 DEBUG db_general 141 39845 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:31:02,222 DEBUG api_virtual_function 72 39845 140736342762432 Virtual Function created successfully!
+2017-04-25 02:31:02,222 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c680e66f-8d98-4ac3-a775-0d661534338d/checklist/new/
+2017-04-25 02:31:02,293 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:31:02,293 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:31:02,324 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:31:02,324 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:02,324 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:03,210 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:03,872 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:03,973 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:03,977 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:31:04,492 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:05,021 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:05,795 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:06,312 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:07,214 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:31:07,822 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:31:08,604 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:09,165 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:09,920 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:10,608 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:11,413 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'ST0y3Sb';
+2017-04-25 02:31:11,415 DEBUG db_general 165 39845 140736342762432 Query result: c680e66f-8d98-4ac3-a775-0d661534338d
+2017-04-25 02:31:11,419 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'c680e66f-8d98-4ac3-a775-0d661534338d';
+2017-04-25 02:31:11,421 DEBUG db_general 165 39845 140736342762432 Query result: 2017-38
+2017-04-25 02:31:11,424 DEBUG db_general 153 39845 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-38';
+2017-04-25 02:31:11,428 DEBUG db_general 165 39845 140736342762432 Query result: 1
+2017-04-25 02:31:11,434 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000/#/login
+2017-04-25 02:31:12,263 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:12,263 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:13,026 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:13,663 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:13,746 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:13,750 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:31:14,332 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:14,861 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:15,887 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:19,379 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000/#/login
+2017-04-25 02:31:20,296 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:20,296 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:21,162 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:21,825 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:21,928 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:21,932 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:31:22,456 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:22,986 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:24,054 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:24,621 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-25 02:31:24,621 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-25 02:31:24,641 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-04-25 02:31:24,641 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-25 02:31:24,641 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-04-25 02:31:26,748 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:31:28,112 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:31:28,112 DEBUG api_user 193 39845 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc21d466-6860-4b47-8db7-de8cf84f5f58/11d28cb320f642d2b1957e2d489027b1
+2017-04-25 02:31:28,145 DEBUG api_user 196 39845 140736342762432 APIUser activated successfully!
+2017-04-25 02:31:28,210 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:31:28,211 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:31:28,215 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:31:28,216 DEBUG db_general 141 39845 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:31:28,220 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:31:28,221 DEBUG db_general 141 39845 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:31:28,417 DEBUG api_virtual_function 72 39845 140736342762432 Virtual Function created successfully!
+2017-04-25 02:31:28,417 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/416f62b4-2934-4eda-874b-653caac9719d/checklist/new/
+2017-04-25 02:31:28,483 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:31:28,483 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:31:28,513 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:31:28,604 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:31:28,604 DEBUG api_user 193 39845 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf69637c-3b45-4007-ac75-3c663cfcc276/72c68ca1cf4647b29c3a88fe8a862d56
+2017-04-25 02:31:28,638 DEBUG api_user 196 39845 140736342762432 APIUser activated successfully!
+2017-04-25 02:31:28,710 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:31:28,710 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:31:28,714 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:31:28,715 DEBUG db_general 141 39845 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:31:28,719 DEBUG db_general 130 39845 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:31:28,720 DEBUG db_general 141 39845 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:31:28,922 DEBUG api_virtual_function 72 39845 140736342762432 Virtual Function created successfully!
+2017-04-25 02:31:28,923 DEBUG api_gitlab 267 39845 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/df457933-db54-4a7f-85b1-4cd9b8df6567/checklist/new/
+2017-04-25 02:31:28,992 DEBUG api_user 128 39845 140736342762432 200 OK
+2017-04-25 02:31:28,992 DEBUG api_user 130 39845 140736342762432 Login successfully.
+2017-04-25 02:31:29,024 DEBUG api_gitlab 288 39845 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:31:29,028 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STxfmbr@intl.att.com';
+2017-04-25 02:31:29,030 DEBUG db_general 117 39845 140736342762432 Query result: dc21d466-6860-4b47-8db7-de8cf84f5f58
+2017-04-25 02:31:29,034 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STxfmbr@intl.att.com';
+2017-04-25 02:31:29,036 DEBUG db_general 117 39845 140736342762432 Query result: 16
+2017-04-25 02:31:29,040 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '16';
+2017-04-25 02:31:29,042 DEBUG db_general 165 39845 140736342762432 Query result: 11d28cb320f642d2b1957e2d489027b1
+2017-04-25 02:31:29,042 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc21d466-6860-4b47-8db7-de8cf84f5f58/11d28cb320f642d2b1957e2d489027b1
+2017-04-25 02:31:29,042 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc21d466-6860-4b47-8db7-de8cf84f5f58/11d28cb320f642d2b1957e2d489027b1
+2017-04-25 02:31:29,687 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:29,687 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:30,575 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:31,234 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:31,328 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:31,331 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:31:31,847 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:34,308 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-39';
+2017-04-25 02:31:34,311 DEBUG db_general 165 39845 140736342762432 Query result: 416f62b4-2934-4eda-874b-653caac9719d
+2017-04-25 02:31:34,314 DEBUG db_user 38 39845 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = '416f62b4-2934-4eda-874b-653caac9719d' and email = 'STFxv1Z@intl.att.com' ;
+2017-04-25 02:31:34,316 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000/#/login?invitation=cc260dc9-9163-47c8-908a-6d9655216d5c
+2017-04-25 02:31:35,277 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:35,277 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:36,277 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:36,952 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:37,054 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:37,064 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login?invitation=cc260dc9-9163-47c8-908a-6d9655216d5c page is loaded.
+2017-04-25 02:31:37,666 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:38,183 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:38,726 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:39,350 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:31:39,893 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-25 02:31:39,893 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-25 02:31:39,915 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-04-25 02:31:39,915 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-25 02:31:39,915 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-04-25 02:31:42,022 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:31:43,318 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:31:43,322 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STc05qr@intl.att.com';
+2017-04-25 02:31:43,324 DEBUG db_general 117 39845 140736342762432 Query result: 45e93834-b553-4e0f-a04d-4a09d5fa1a8c
+2017-04-25 02:31:43,328 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STc05qr@intl.att.com';
+2017-04-25 02:31:43,330 DEBUG db_general 117 39845 140736342762432 Query result: 45e93834-b553-4e0f-a04d-4a09d5fa1a8c
+2017-04-25 02:31:43,333 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STc05qr@intl.att.com';
+2017-04-25 02:31:43,335 DEBUG db_general 117 39845 140736342762432 Query result: 18
+2017-04-25 02:31:43,338 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '18';
+2017-04-25 02:31:43,340 DEBUG db_general 165 39845 140736342762432 Query result: b8695d9adf61412c8d48452f7c5ab182
+2017-04-25 02:31:43,340 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/45e93834-b553-4e0f-a04d-4a09d5fa1a8c/b8695d9adf61412c8d48452f7c5ab182
+2017-04-25 02:31:43,340 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/45e93834-b553-4e0f-a04d-4a09d5fa1a8c/b8695d9adf61412c8d48452f7c5ab182
+2017-04-25 02:31:43,995 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:43,995 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:44,867 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:45,526 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:45,623 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:45,628 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:31:46,235 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:47,123 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:31:47,123 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:31:47,883 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:31:48,517 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:31:48,594 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:31:48,597 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:31:49,109 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:49,647 DEBUG test_login_with_new_user 110 39845 140736342762432 click_on on + Dashboard
+2017-04-25 02:31:49,848 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:31:51,980 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:31:52,567 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:31:53,081 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:31:53,601 DEBUG fe_wizard 57 39845 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:31:56,126 DEBUG fe_wizard 97 39845 140736342762432 Tab Invite Team Members
+2017-04-25 02:31:57,102 DEBUG fe_wizard 115 39845 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:31:57,112 DEBUG helper 42 39845 140736342762432 About to generate SSH Public Key
+2017-04-25 02:31:57,208 DEBUG helper 57 39845 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDkRSJ5wNjRVKXCDk1jtitE8RsTO9Y76uk9x+cq8OPTkUnwTD3UvKd9cH0V+dzojhC6EocDFzL7mgoYZUobBBUY+NS61fPQ/ddA4G0Xr8GyeMpvOUlU55y5Yisqe/ya4H/raNcv38lomlMiWD3P+ce7zk21nP0NftQ3MxRfTRTAK5BfMjXnzmoqLRBmuxkCRQ7cb/XHHqzHdTgEU+J9IOpUOs0fqAhLxDpKumRiv81HmzBB318YMJ9snLb3N4nurWg3kv7yG+q9G3qA8YbEajQ72BmjgEMLvYiQ6Kc/oWt2D4ibL8V2K+Snn5J7ProaZPAxiRjt0Ib43Ot0eGzNDf+b
+2017-04-25 02:31:59,640 DEBUG fe_wizard 130 39845 140736342762432 SSH Key added via modal window.
+2017-04-25 02:31:59,646 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vf Where name = 'newVFSTqGveu';
+2017-04-25 02:31:59,649 DEBUG db_general 165 39845 140736342762432 Query result: ff783be6-2108-4fa9-b855-c56976f92969
+2017-04-25 02:31:59,649 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000/#/signUp?eng_uuid=ff783be6-2108-4fa9-b855-c56976f92969&inviter_uuid=45e93834-b553-4e0f-a04d-4a09d5fa1a8c&email=automationqattSTmesIZ@gmail.com
+2017-04-25 02:32:01,510 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-25 02:32:01,512 DEBUG db_general 165 39845 140736342762432 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:32:01,512 DEBUG db_user 28 39845 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=ff783be6-2108-4fa9-b855-c56976f92969&email=ST1SJ9B@ericson.com&full_name=STBEjdSSTpyCbt&phone_number=2019933783&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:32:01,512 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=ff783be6-2108-4fa9-b855-c56976f92969&email=ST1SJ9B@ericson.com&full_name=STBEjdSSTpyCbt&phone_number=2019933783&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:32:02,698 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-25 02:32:02,699 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-25 02:32:02,719 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-04-25 02:32:02,719 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-25 02:32:02,720 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-04-25 02:32:04,829 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:06,190 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:32:06,194 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STB2tGb@amdocs.com';
+2017-04-25 02:32:06,197 DEBUG db_general 117 39845 140736342762432 Query result: 44f1e13c-0d91-4630-bd37-6b6f4ab2fd71
+2017-04-25 02:32:06,200 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STB2tGb@amdocs.com';
+2017-04-25 02:32:06,202 DEBUG db_general 117 39845 140736342762432 Query result: 44f1e13c-0d91-4630-bd37-6b6f4ab2fd71
+2017-04-25 02:32:06,206 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STB2tGb@amdocs.com';
+2017-04-25 02:32:06,208 DEBUG db_general 117 39845 140736342762432 Query result: 19
+2017-04-25 02:32:06,211 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '19';
+2017-04-25 02:32:06,214 DEBUG db_general 165 39845 140736342762432 Query result: 4a88e2a17f484ff78234a57f810a56ad
+2017-04-25 02:32:06,214 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44f1e13c-0d91-4630-bd37-6b6f4ab2fd71/4a88e2a17f484ff78234a57f810a56ad
+2017-04-25 02:32:06,214 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44f1e13c-0d91-4630-bd37-6b6f4ab2fd71/4a88e2a17f484ff78234a57f810a56ad
+2017-04-25 02:32:06,868 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:32:06,869 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:32:07,727 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:32:08,373 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:32:08,485 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:32:08,489 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:32:09,113 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:32:09,628 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:32:10,525 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:32:10,525 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:32:11,285 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:32:11,917 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:32:11,998 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:32:12,002 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:32:12,518 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:32:13,317 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:32:15,391 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:32:15,976 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:32:16,492 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:32:17,015 DEBUG fe_wizard 77 39845 140736342762432 Tab Add AT&T Sponsor
+2017-04-25 02:32:19,353 DEBUG fe_wizard 97 39845 140736342762432 Tab Invite Team Members
+2017-04-25 02:32:20,342 DEBUG fe_wizard 115 39845 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:32:20,351 DEBUG helper 42 39845 140736342762432 About to generate SSH Public Key
+2017-04-25 02:32:20,394 DEBUG helper 57 39845 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWztR+ddFnlGN8v/ySgrcSiN8ecKLaTAzPnmKAE3Aa70ldpGss418+als9zSm/cBV3xINW+vqHmTe4+y27TTD2qJa3iXtyz5wM1bwONMVV5j+d5fp73okhGWqvzVsP4pb2a67T2KKadQiHB8TPvAK0/L3dEH9XQPD6j3EOYFxBDzIFnjoilxreQOlEKgVPyXJgzvRYXbVcNapN3moJalibRpHwKmSirClMLOP9ZfBvrA+EtvgVDk1eMl1xMRvj8iBOTghrw+qJrHeouQJSCzAbLCDJ9k08qaa9RJMOhdd4Oxt6Bzxr1HdYwKhUZAlASaZIdRAXFFt7GIKHx6EqRkPP
+2017-04-25 02:32:23,375 DEBUG fe_wizard 130 39845 140736342762432 SSH Key added via modal window.
+2017-04-25 02:32:23,379 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vf Where name = 'newVFSTESUHa';
+2017-04-25 02:32:23,381 DEBUG db_general 165 39845 140736342762432 Query result: d9f4c587-a217-4211-870e-a2290ae05109
+2017-04-25 02:32:23,384 DEBUG db_user 38 39845 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = 'd9f4c587-a217-4211-870e-a2290ae05109' and email = 'automationqattSTK91sV@gmail.com' ;
+2017-04-25 02:32:23,386 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000/#/signUp?eng_uuid=None&email=automationqattSTK91sV@gmail.com
+2017-04-25 02:32:25,305 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-25 02:32:25,307 DEBUG db_general 165 39845 140736342762432 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:32:25,307 DEBUG db_user 28 39845 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=None&email=STVbWyT@att.com&full_name=STFrcZ1STR4d7e&phone_number=2012238562&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:32:25,307 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=None&email=STVbWyT@att.com&full_name=STFrcZ1STR4d7e&phone_number=2012238562&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:32:26,550 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-25 02:32:26,550 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-25 02:32:26,570 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-04-25 02:32:26,570 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-25 02:32:26,570 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-04-25 02:32:28,678 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:29,976 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:32:29,976 DEBUG api_user 193 39845 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f32fc0a-8ca8-4ce0-b7db-e694be737dc8/6004c1a0091f4acbae2bcf8613801a83
+2017-04-25 02:32:30,011 DEBUG api_user 196 39845 140736342762432 APIUser activated successfully!
+2017-04-25 02:32:30,012 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:32:30,012 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:32:30,871 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:32:31,538 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:32:31,637 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:32:31,641 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:32:32,155 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:32:32,693 DEBUG test_login_with_new_user 39 39845 140736342762432 Message Error(APIUser or Password does not match) Displayed
+2017-04-25 02:32:32,693 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-25 02:32:32,693 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-25 02:32:32,710 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-04-25 02:32:32,711 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-25 02:32:32,711 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-04-25 02:32:34,813 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:36,200 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:32:36,200 DEBUG test_login_with_new_user 45 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:32:38,390 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-25 02:32:38,390 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-25 02:32:38,414 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-04-25 02:32:38,415 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-25 02:32:38,415 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-04-25 02:32:40,521 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:42,899 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-25 02:32:42,899 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-25 02:32:42,914 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-04-25 02:32:42,915 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-25 02:32:42,915 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-04-25 02:32:45,024 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:46,466 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-25 02:32:46,466 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-25 02:32:46,509 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-04-25 02:32:46,510 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-25 02:32:46,510 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-04-25 02:32:48,618 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:49,911 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:32:49,911 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:32:49,911 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:32:50,770 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:32:51,433 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:32:51,534 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:32:51,540 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:32:52,058 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:9000/#/resendActivation page is loaded.
+2017-04-25 02:32:52,581 DEBUG test_login_with_new_user 27 39845 140736342762432 Resend Activation Email Page Opened
+2017-04-25 02:32:52,594 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-25 02:32:52,594 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-25 02:32:52,611 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-04-25 02:32:52,612 DEBUG logFuncEntry 34 39845 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-25 02:32:52,612 DEBUG test_ui_base 36 39845 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-04-25 02:32:54,715 DEBUG test_ui_base 48 39845 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:32:55,995 DEBUG api_user 108 39845 140736342762432 Moving to next test case
+2017-04-25 02:32:55,999 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STmIiAf@intl.att.com';
+2017-04-25 02:32:56,001 DEBUG db_general 117 39845 140736342762432 Query result: cde2d41d-8ad1-4894-a223-b76a1d5c2788
+2017-04-25 02:32:56,005 DEBUG db_general 109 39845 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STmIiAf@intl.att.com';
+2017-04-25 02:32:56,007 DEBUG db_general 117 39845 140736342762432 Query result: cde2d41d-8ad1-4894-a223-b76a1d5c2788
+2017-04-25 02:32:56,010 DEBUG db_general 109 39845 140736342762432 Query : select id from auth_user WHERE Email = 'STmIiAf@intl.att.com';
+2017-04-25 02:32:56,012 DEBUG db_general 117 39845 140736342762432 Query result: 23
+2017-04-25 02:32:56,016 DEBUG db_general 153 39845 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '23';
+2017-04-25 02:32:56,018 DEBUG db_general 165 39845 140736342762432 Query result: afff7ca6d6ab4aba922e0e2020069932
+2017-04-25 02:32:56,018 DEBUG db_user 21 39845 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cde2d41d-8ad1-4894-a223-b76a1d5c2788/afff7ca6d6ab4aba922e0e2020069932
+2017-04-25 02:32:56,018 DEBUG fe_general 35 39845 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cde2d41d-8ad1-4894-a223-b76a1d5c2788/afff7ca6d6ab4aba922e0e2020069932
+2017-04-25 02:32:56,686 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:32:56,686 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:32:57,567 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:32:58,219 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:32:58,316 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:32:58,322 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:32:58,925 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:32:59,488 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:33:00,370 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:33:00,370 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:33:01,125 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:33:01,760 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:33:01,836 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:33:01,841 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:33:02,358 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:33:02,903 DEBUG test_login_with_new_user 283 39845 140736342762432 click_on on + Dashboard
+2017-04-25 02:33:03,144 DEBUG fe_wizard 24 39845 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:33:05,217 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:33:05,808 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:33:06,326 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:33:06,855 DEBUG db_general 153 39845 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTTexZ9';
+2017-04-25 02:33:06,858 DEBUG db_general 165 39845 140736342762432 Query result: a869bcb9-4445-44d4-a78f-83bd206f5323
+2017-04-25 02:33:06,862 DEBUG db_general 153 39845 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = 'a869bcb9-4445-44d4-a78f-83bd206f5323';
+2017-04-25 02:33:06,865 DEBUG db_general 165 39845 140736342762432 Query result: 2017-43
+2017-04-25 02:33:06,869 DEBUG db_general 153 39845 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-43';
+2017-04-25 02:33:06,871 DEBUG db_general 165 39845 140736342762432 Query result: a869bcb9-4445-44d4-a78f-83bd206f5323
+2017-04-25 02:33:06,875 DEBUG db_general 153 39845 140736342762432 Query : select reviewer_id from ice_engagement Where uuid = 'a869bcb9-4445-44d4-a78f-83bd206f5323';
+2017-04-25 02:33:06,878 DEBUG db_general 165 39845 140736342762432 Query result: 1
+2017-04-25 02:33:06,882 DEBUG db_general 153 39845 140736342762432 Query : select email from ice_user_profile Where id = '1';
+2017-04-25 02:33:06,884 DEBUG db_general 165 39845 140736342762432 Query result: dd1122@att.com
+2017-04-25 02:33:06,884 DEBUG fe_wizard 57 39845 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:33:09,425 DEBUG fe_wizard 97 39845 140736342762432 Tab Invite Team Members
+2017-04-25 02:33:10,411 DEBUG fe_wizard 115 39845 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:33:10,421 DEBUG helper 42 39845 140736342762432 About to generate SSH Public Key
+2017-04-25 02:33:10,501 DEBUG helper 57 39845 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6GmK5gjtbHPGXLXS5BRCYWdZ9xifjITt7ivLrsRGqbpwCQtYpVfE9J6LLN0wbSVkqLMa55XN69dUaf5NGmzkeFv5wJ782cORtHAy06NqgUPkxl7nNEZFRNf3r4FAAPAS1DxfqfBdeqodIp1Pbfs9OjC/AAZNffU+pZXI4LKaFi2waAnLdHhxkcAKsV0CRu+9gAh4KACqJvGE6UteLbSpq2JNnTOnA6Q8SLwqzij93tdSx2PYC8AUZ8SSEEkMqctoCo3cwXKRwMQ6Z+dRhBIGR7VWneYGArmHOtVJaJcDhuyVVai9NWLifLiBzsH4aV36bYnfye7FmtUDKY5v3gjQX
+2017-04-25 02:33:13,479 DEBUG fe_wizard 130 39845 140736342762432 SSH Key added via modal window.
+2017-04-25 02:33:17,768 DEBUG fe_user 26 39845 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:33:17,768 DEBUG fe_user 27 39845 140736342762432 Insert Email
+2017-04-25 02:33:18,501 DEBUG fe_user 30 39845 140736342762432 Insert Password
+2017-04-25 02:33:19,120 DEBUG fe_user 32 39845 140736342762432 Click Login Button
+2017-04-25 02:33:19,202 DEBUG fe_user 34 39845 140736342762432 Login Button clicked
+2017-04-25 02:33:19,206 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:33:19,720 DEBUG wait 107 39845 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:33:20,664 DEBUG logFuncEntry 34 39845 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-25 02:33:20,664 DEBUG logFuncEntry 34 39845 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-25 02:33:20,680 DEBUG test_ui_base 66 39845 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-04-25 02:34:04,431 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:34:04,431 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-04-25 02:34:06,550 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:34:08,147 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:34:08,151 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STyZlPi@intl.att.com';
+2017-04-25 02:34:08,153 DEBUG db_general 117 40729 140736342762432 Query result: a440784e-5ee2-453b-8d3c-a7bff5d141c7
+2017-04-25 02:34:08,157 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STyZlPi@intl.att.com';
+2017-04-25 02:34:08,159 DEBUG db_general 117 40729 140736342762432 Query result: 24
+2017-04-25 02:34:08,162 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '24';
+2017-04-25 02:34:08,164 DEBUG db_general 165 40729 140736342762432 Query result: f3f5734dd9d5430880ee291e501bbbed
+2017-04-25 02:34:08,164 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a440784e-5ee2-453b-8d3c-a7bff5d141c7/f3f5734dd9d5430880ee291e501bbbed
+2017-04-25 02:34:08,164 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a440784e-5ee2-453b-8d3c-a7bff5d141c7/f3f5734dd9d5430880ee291e501bbbed
+2017-04-25 02:34:08,831 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:34:08,832 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:34:09,715 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:34:10,375 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:34:10,468 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:34:10,474 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:34:11,064 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:11,580 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:12,462 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:34:12,463 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:34:13,221 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:34:13,856 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:34:13,935 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:34:13,940 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:34:14,453 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:15,038 DEBUG test_login_with_new_user 489 40729 140736342762432 click_on on + Dashboard
+2017-04-25 02:34:15,294 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:34:17,395 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:18,068 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:34:18,584 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:34:19,107 DEBUG fe_wizard 57 40729 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:34:21,646 DEBUG fe_wizard 97 40729 140736342762432 Tab Invite Team Members
+2017-04-25 02:34:22,646 DEBUG fe_wizard 115 40729 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:34:22,656 DEBUG helper 42 40729 140736342762432 About to generate SSH Public Key
+2017-04-25 02:34:23,010 DEBUG helper 57 40729 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlVJ4F7kld9igQ9/gbNI/H685rOv+2MX/Njc5yqkx9yXqP4tZDKEkPUBYTfBZYXg0lPuxW23HI9CWrPFEOKuF6c/7v8uWuqaBxiHcmQmX9gY6qwL/W65GEQF4S1GfVyQD9YgmD7UpZDVkNlotdjtoTNPZVDCbLDL2sgZ26G7hoaoETOG8KvWUkpOqL2xv9JnVulDi5dDpSHqB+wwQFHT/KOBm9p7XI4srTEhvCpRFYVd5BDLZHhoUKbyqoWGg7hFHbLYf2mIF2W24ZAxqAVX2LW7e3oAGGtPR5+aRLKV8znElAV+NdyMmSx4jsMG6CYz8IbvJWjGHxm7aJez8dfy/j
+2017-04-25 02:34:25,933 DEBUG fe_wizard 130 40729 140736342762432 SSH Key added via modal window.
+2017-04-25 02:34:26,357 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-04-25 02:34:27,401 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSToseBi';
+2017-04-25 02:34:27,406 DEBUG db_general 165 40729 140736342762432 Query result: 36a71039-0ce4-4645-8bd5-a30fc62f45b0
+2017-04-25 02:34:27,411 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '36a71039-0ce4-4645-8bd5-a30fc62f45b0';
+2017-04-25 02:34:27,414 DEBUG db_general 165 40729 140736342762432 Query result: 2017-44
+2017-04-25 02:34:27,418 DEBUG db_general 153 40729 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-44';
+2017-04-25 02:34:27,420 DEBUG db_general 165 40729 140736342762432 Query result: 2
+2017-04-25 02:34:27,428 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSToseBi';
+2017-04-25 02:34:27,430 DEBUG db_general 165 40729 140736342762432 Query result: 36a71039-0ce4-4645-8bd5-a30fc62f45b0
+2017-04-25 02:34:27,433 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '36a71039-0ce4-4645-8bd5-a30fc62f45b0';
+2017-04-25 02:34:27,435 DEBUG db_general 165 40729 140736342762432 Query result: 2017-44
+2017-04-25 02:34:28,201 DEBUG db_general 153 40729 140736342762432 Query : select full_name from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 02:34:28,203 DEBUG db_general 165 40729 140736342762432 Query result: Homer Simpson
+2017-04-25 02:34:28,228 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:34:28,228 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-04-25 02:34:28,243 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-04-25 02:34:28,243 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:34:28,244 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-25 02:34:30,344 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:34:31,624 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:34:31,625 DEBUG api_user 193 40729 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0a0350ba-708d-4010-bcfd-068350eb102b/f791402f1f2848be91900271d2eb8e07
+2017-04-25 02:34:31,659 DEBUG api_user 196 40729 140736342762432 APIUser activated successfully!
+2017-04-25 02:34:31,726 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:34:31,726 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:34:31,729 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:34:31,731 DEBUG db_general 141 40729 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:34:31,735 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:34:31,737 DEBUG db_general 141 40729 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:34:31,951 DEBUG api_virtual_function 72 40729 140736342762432 Virtual Function created successfully!
+2017-04-25 02:34:31,951 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/23331d5a-cef5-4b24-9113-2a826f387b0a/checklist/new/
+2017-04-25 02:34:32,019 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:34:32,019 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:34:32,053 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:34:32,053 DEBUG api_user 66 40729 140736342762432 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-04-25 02:34:32,085 DEBUG api_user 88 40729 140736342762432 Testing for Cross site scripting successfully : STcWdFpstattus Code = 500
+2017-04-25 02:34:32,085 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/23331d5a-cef5-4b24-9113-2a826f387b0a/checklist/new/
+2017-04-25 02:34:32,164 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:34:32,164 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:34:32,199 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:34:32,200 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:34:32,200 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:34:33,055 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:34:33,710 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:34:33,807 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:34:33,811 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:34:34,329 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:34,856 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:35,731 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:34:36,248 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:34:47,836 ERROR exception_decor 23 40729 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:34:47,840 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:34:47,840 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:34:48,048 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-25 02:34:48,049 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:34:48,049 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-04-25 02:34:50,156 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:34:51,456 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:34:51,461 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'ST51Zxk@amdocs.com';
+2017-04-25 02:34:51,463 DEBUG db_general 117 40729 140736342762432 Query result: 3da633ec-5009-444a-b28e-ee0a194c28e4
+2017-04-25 02:34:51,466 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'ST51Zxk@amdocs.com';
+2017-04-25 02:34:51,468 DEBUG db_general 117 40729 140736342762432 Query result: 3da633ec-5009-444a-b28e-ee0a194c28e4
+2017-04-25 02:34:51,471 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'ST51Zxk@amdocs.com';
+2017-04-25 02:34:51,473 DEBUG db_general 117 40729 140736342762432 Query result: 26
+2017-04-25 02:34:51,476 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '26';
+2017-04-25 02:34:51,478 DEBUG db_general 165 40729 140736342762432 Query result: 65454f867cb44085850330f82edf909f
+2017-04-25 02:34:51,478 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3da633ec-5009-444a-b28e-ee0a194c28e4/65454f867cb44085850330f82edf909f
+2017-04-25 02:34:51,478 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3da633ec-5009-444a-b28e-ee0a194c28e4/65454f867cb44085850330f82edf909f
+2017-04-25 02:34:52,178 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:34:52,178 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:34:53,020 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:34:53,667 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:34:53,781 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:34:53,787 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:34:54,454 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:54,972 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:55,858 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:34:55,858 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:34:56,588 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:34:57,225 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:34:57,311 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:34:57,316 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:34:57,835 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:34:58,379 DEBUG test_login_with_new_user 413 40729 140736342762432 click_on on + Dashboard
+2017-04-25 02:34:58,637 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:35:00,709 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:01,321 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:01,839 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:02,363 DEBUG fe_wizard 77 40729 140736342762432 Tab Add AT&T Sponsor
+2017-04-25 02:35:04,719 DEBUG fe_wizard 97 40729 140736342762432 Tab Invite Team Members
+2017-04-25 02:35:05,706 DEBUG fe_wizard 115 40729 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:35:05,714 DEBUG helper 42 40729 140736342762432 About to generate SSH Public Key
+2017-04-25 02:35:05,755 DEBUG helper 57 40729 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5GxnLHLiv8LWYMxHc/MOrO0fll5Iw9bG8A2ayaxGEreFmNaTbhf6CkLR9xU7u2R+FgHvRxWED6/Ah7T2kKgIBLffB9fOX+seOtDaicZoRGCzRiXPv5CuisiIR0SQL8np6cIlvwUHtWsThk66OTSLs1j6YCqzDb7pFXotNIFu9YyKkirOtBV/JRRVpN7TZu0Azi0pyEcD1bTx8tp8cZQ5G/EkqIHPrMxDyVRqBg1Lk/FNhH0iQO3mj/s3tLADa7On5qeV5mvQk0djzBedtjlaXRiueSyb6/QfBAivPAMl8eTepcZqu6ueZImmjqDDgHOlAllOIjx8PvATkbe3QIJH1
+2017-04-25 02:35:08,696 DEBUG fe_wizard 130 40729 140736342762432 SSH Key added via modal window.
+2017-04-25 02:35:08,700 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vf Where name = 'newVFSThlEG4';
+2017-04-25 02:35:08,702 DEBUG db_general 165 40729 140736342762432 Query result: c0c0f1ae-6735-4e4c-bdb4-99a926e0488b
+2017-04-25 02:35:08,706 DEBUG db_user 38 40729 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = 'c0c0f1ae-6735-4e4c-bdb4-99a926e0488b' and email = 'automationqattSTcSmba@gmail.com' ;
+2017-04-25 02:35:08,708 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000/#/signUp?eng_uuid=None&email=automationqattSTcSmba@gmail.com
+2017-04-25 02:35:10,542 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-25 02:35:10,544 DEBUG db_general 165 40729 140736342762432 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:35:10,544 DEBUG db_user 28 40729 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=None&email=STFlvgP@att.com&full_name=STLkAmKSTbAQlP&phone_number=2019457294&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:35:10,544 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=None&email=STFlvgP@att.com&full_name=STLkAmKSTbAQlP&phone_number=2019457294&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:35:11,797 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSThlEG4';
+2017-04-25 02:35:11,799 DEBUG db_general 165 40729 140736342762432 Query result: 7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c
+2017-04-25 02:35:11,803 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c';
+2017-04-25 02:35:11,805 DEBUG db_general 165 40729 140736342762432 Query result: 2017-46
+2017-04-25 02:35:11,809 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-46';
+2017-04-25 02:35:11,811 DEBUG db_general 165 40729 140736342762432 Query result: 7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c
+2017-04-25 02:35:11,814 DEBUG db_user 38 40729 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = '7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c' and email = 'STFlvgP@att.com' ;
+2017-04-25 02:35:11,819 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSThlEG4';
+2017-04-25 02:35:11,821 DEBUG db_general 165 40729 140736342762432 Query result: 7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c
+2017-04-25 02:35:11,824 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c';
+2017-04-25 02:35:11,826 DEBUG db_general 165 40729 140736342762432 Query result: 2017-46
+2017-04-25 02:35:11,829 DEBUG db_general 153 40729 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-46';
+2017-04-25 02:35:11,831 DEBUG db_general 165 40729 140736342762432 Query result: 2
+2017-04-25 02:35:11,840 DEBUG api_user 206 40729 140736342762432 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-25 02:35:12,018 DEBUG api_user 231 40729 140736342762432 Invited user signed-up successfully!
+2017-04-25 02:35:12,018 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c/checklist/new/
+2017-04-25 02:35:12,098 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:35:12,098 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:35:12,130 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:35:12,136 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STFlvgP@att.com';
+2017-04-25 02:35:12,139 DEBUG db_general 117 40729 140736342762432 Query result: e0ad3242-611e-4d3b-b600-14b54cffd8b6
+2017-04-25 02:35:12,143 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STFlvgP@att.com';
+2017-04-25 02:35:12,146 DEBUG db_general 117 40729 140736342762432 Query result: 27
+2017-04-25 02:35:12,150 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '27';
+2017-04-25 02:35:12,152 DEBUG db_general 165 40729 140736342762432 Query result: bc80778f593b4ae8971d6efc914ef354
+2017-04-25 02:35:12,152 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0ad3242-611e-4d3b-b600-14b54cffd8b6/bc80778f593b4ae8971d6efc914ef354
+2017-04-25 02:35:12,157 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c';
+2017-04-25 02:35:12,161 DEBUG db_general 165 40729 140736342762432 Query result: 2017-46
+2017-04-25 02:35:12,161 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0ad3242-611e-4d3b-b600-14b54cffd8b6/bc80778f593b4ae8971d6efc914ef354
+2017-04-25 02:35:12,922 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:35:12,922 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:35:13,728 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:35:14,370 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:35:14,447 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:35:14,452 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login/7fb48f3c-040a-4129-8d09-f4fbf1ed0d7c?activation_success=true page is loaded.
+2017-04-25 02:35:15,234 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:15,760 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:16,289 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:35:16,289 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-04-25 02:35:16,322 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-04-25 02:35:16,322 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-25 02:35:16,323 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-04-25 02:35:18,441 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:35:19,933 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:35:19,938 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STP6QYv@intl.att.com';
+2017-04-25 02:35:19,940 DEBUG db_general 117 40729 140736342762432 Query result: b0182f84-e9cc-4059-a4bc-561822885991
+2017-04-25 02:35:19,944 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STP6QYv@intl.att.com';
+2017-04-25 02:35:19,946 DEBUG db_general 117 40729 140736342762432 Query result: b0182f84-e9cc-4059-a4bc-561822885991
+2017-04-25 02:35:19,949 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STP6QYv@intl.att.com';
+2017-04-25 02:35:19,951 DEBUG db_general 117 40729 140736342762432 Query result: 28
+2017-04-25 02:35:19,954 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '28';
+2017-04-25 02:35:19,956 DEBUG db_general 165 40729 140736342762432 Query result: 2c4a58fa2bf4411fbae8d7bd1cdf2ead
+2017-04-25 02:35:19,956 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0182f84-e9cc-4059-a4bc-561822885991/2c4a58fa2bf4411fbae8d7bd1cdf2ead
+2017-04-25 02:35:19,956 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0182f84-e9cc-4059-a4bc-561822885991/2c4a58fa2bf4411fbae8d7bd1cdf2ead
+2017-04-25 02:35:20,663 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:35:20,663 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:35:21,513 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:35:22,143 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:35:22,260 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:35:22,268 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:35:22,880 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:23,397 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:24,278 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:35:24,279 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:35:25,021 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:35:25,637 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:35:25,714 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:35:25,719 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:35:26,235 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:26,779 DEBUG test_login_with_new_user 342 40729 140736342762432 click_on on + Dashboard
+2017-04-25 02:35:27,056 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:35:29,022 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:29,689 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:30,205 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:30,732 DEBUG fe_wizard 57 40729 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:35:33,194 DEBUG fe_wizard 97 40729 140736342762432 Tab Invite Team Members
+2017-04-25 02:35:34,167 DEBUG fe_wizard 115 40729 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:35:34,177 DEBUG helper 42 40729 140736342762432 About to generate SSH Public Key
+2017-04-25 02:35:34,239 DEBUG helper 57 40729 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqNMeu6iOtFWgLm1HkFyZPn/al1x3c6NIaAk71RMOKiMHMTv9MzhuTYfrGGeisAUWnlb6LsAGl89K+dMnMfL8vgp9zN0bui1LY8EI6jD0eYl70s8W1AFC52RUmMtib6Fv7LIIBJaRl+VfADPbLkX/zufs54w2WyhBzgF522Y4iJVaCk0kxFmNgG/WrS7WimeBGTmdbh5vW5lUTlzmg7yYRvLFU0YJKd3QYkYh0EmmmciRLOHnfbn0nKip1s+JwtRzSj1EtxpciMvyOXOUfxH1atJT2+mW0BzIV0P5cd+bO1eUdo0EQBQ0vBRCJf3YAmuMKdkLwYWASFJgeHUIRi4xn
+2017-04-25 02:35:36,867 DEBUG fe_wizard 130 40729 140736342762432 SSH Key added via modal window.
+2017-04-25 02:35:36,871 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTnouxU';
+2017-04-25 02:35:36,874 DEBUG db_general 165 40729 140736342762432 Query result: 538a7f8c-1581-41bb-96c6-efea27d0f054
+2017-04-25 02:35:36,877 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTnouxU';
+2017-04-25 02:35:36,880 DEBUG db_general 165 40729 140736342762432 Query result: 538a7f8c-1581-41bb-96c6-efea27d0f054
+2017-04-25 02:35:36,883 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '538a7f8c-1581-41bb-96c6-efea27d0f054';
+2017-04-25 02:35:36,885 DEBUG db_general 165 40729 140736342762432 Query result: 2017-47
+2017-04-25 02:35:36,889 DEBUG db_general 153 40729 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-47';
+2017-04-25 02:35:36,891 DEBUG db_general 165 40729 140736342762432 Query result: 2
+2017-04-25 02:35:36,899 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '538a7f8c-1581-41bb-96c6-efea27d0f054';
+2017-04-25 02:35:36,901 DEBUG db_general 165 40729 140736342762432 Query result: 2017-47
+2017-04-25 02:35:36,906 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-47';
+2017-04-25 02:35:36,909 DEBUG db_general 165 40729 140736342762432 Query result: 538a7f8c-1581-41bb-96c6-efea27d0f054
+2017-04-25 02:35:36,912 DEBUG db_user 38 40729 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = '538a7f8c-1581-41bb-96c6-efea27d0f054' and email = 'STk3c9V@ericson.com' ;
+2017-04-25 02:35:36,917 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-25 02:35:36,919 DEBUG db_general 165 40729 140736342762432 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:35:36,919 DEBUG db_user 28 40729 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=ded380df-96be-4358-b333-fb1a593ca8d0&email=STk3c9V@ericson.com&full_name=STv07eASTQrVHw&phone_number=2017677446&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:35:36,919 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=ded380df-96be-4358-b333-fb1a593ca8d0&email=STk3c9V@ericson.com&full_name=STv07eASTQrVHw&phone_number=2017677446&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:35:38,715 DEBUG api_user 206 40729 140736342762432 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-04-25 02:35:38,840 DEBUG api_user 231 40729 140736342762432 Invited user signed-up successfully!
+2017-04-25 02:35:38,841 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/538a7f8c-1581-41bb-96c6-efea27d0f054/checklist/new/
+2017-04-25 02:35:38,919 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:35:38,919 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:35:38,963 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:35:38,968 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STk3c9V@ericson.com';
+2017-04-25 02:35:38,973 DEBUG db_general 117 40729 140736342762432 Query result: da09183d-d5aa-4390-9010-3f97597aaf20
+2017-04-25 02:35:38,978 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STk3c9V@ericson.com';
+2017-04-25 02:35:38,981 DEBUG db_general 117 40729 140736342762432 Query result: 29
+2017-04-25 02:35:38,985 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '29';
+2017-04-25 02:35:38,987 DEBUG db_general 165 40729 140736342762432 Query result: e9e606b1f7494655b141bd89851fff74
+2017-04-25 02:35:38,987 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/da09183d-d5aa-4390-9010-3f97597aaf20/e9e606b1f7494655b141bd89851fff74
+2017-04-25 02:35:38,987 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/da09183d-d5aa-4390-9010-3f97597aaf20/e9e606b1f7494655b141bd89851fff74
+2017-04-25 02:35:39,705 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:35:39,705 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:35:40,481 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:35:41,125 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:35:41,250 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:35:41,255 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login/538a7f8c-1581-41bb-96c6-efea27d0f054?activation_success=true page is loaded.
+2017-04-25 02:35:41,982 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:35:42,518 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-25 02:35:42,518 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-04-25 02:35:42,534 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-04-25 02:35:42,535 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-25 02:35:42,535 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-04-25 02:35:44,748 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:35:46,018 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:35:46,018 DEBUG api_user 193 40729 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9ab6a91c-52bf-4f9b-b2cc-0f7a291c7da4/632ea351aa7d4c7e8b726414c1614728
+2017-04-25 02:35:46,051 DEBUG api_user 196 40729 140736342762432 APIUser activated successfully!
+2017-04-25 02:35:46,123 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:35:46,123 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:35:46,128 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:35:46,129 DEBUG db_general 141 40729 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:35:46,133 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:35:46,135 DEBUG db_general 141 40729 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:35:46,360 DEBUG api_virtual_function 72 40729 140736342762432 Virtual Function created successfully!
+2017-04-25 02:35:46,361 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d7d31d29-64d7-4606-9c27-5ef0b0d61926/checklist/new/
+2017-04-25 02:35:46,431 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:35:46,431 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:35:46,462 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:35:46,540 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:35:46,541 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:35:46,541 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:35:46,541 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:35:47,393 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:35:48,059 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:35:48,158 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:35:48,161 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:35:48,693 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:49,219 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:49,840 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:35:50,354 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:35:51,131 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:35:53,399 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:35:53,986 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:35:54,504 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:35:55,030 DEBUG db_general 56 40729 140736342762432 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTu825g';
+2017-04-25 02:35:55,033 DEBUG db_general 65 40729 140736342762432 Query result: newVFVersion6STTN0o9
+2017-04-25 02:35:55,037 DEBUG db_general 56 40729 140736342762432 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion6STTN0o9';
+2017-04-25 02:35:55,039 DEBUG db_general 65 40729 140736342762432 Query result: newVFSTu825g
+2017-04-25 02:35:55,040 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-25 02:35:55,040 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-04-25 02:35:55,057 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-04-25 02:35:55,058 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-25 02:35:55,058 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-04-25 02:35:57,157 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:35:58,510 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:35:58,515 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STMChwx@intl.att.com';
+2017-04-25 02:35:58,517 DEBUG db_general 117 40729 140736342762432 Query result: 67720531-8e82-4929-8dec-5ee4c9e2d37b
+2017-04-25 02:35:58,521 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STMChwx@intl.att.com';
+2017-04-25 02:35:58,523 DEBUG db_general 117 40729 140736342762432 Query result: 31
+2017-04-25 02:35:58,526 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '31';
+2017-04-25 02:35:58,528 DEBUG db_general 165 40729 140736342762432 Query result: 859bee18a74345da93717dfefb94bcd7
+2017-04-25 02:35:58,528 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/67720531-8e82-4929-8dec-5ee4c9e2d37b/859bee18a74345da93717dfefb94bcd7
+2017-04-25 02:35:58,528 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/67720531-8e82-4929-8dec-5ee4c9e2d37b/859bee18a74345da93717dfefb94bcd7
+2017-04-25 02:35:59,186 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:35:59,186 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:00,065 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:00,724 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:00,818 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:00,822 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:36:01,476 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:02,030 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:02,997 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:36:03,002 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STOaSRJ@intl.att.com';
+2017-04-25 02:36:03,004 DEBUG db_general 117 40729 140736342762432 Query result: 7a95b466-9566-485d-802b-342989174bb6
+2017-04-25 02:36:03,009 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STOaSRJ@intl.att.com';
+2017-04-25 02:36:03,010 DEBUG db_general 117 40729 140736342762432 Query result: 32
+2017-04-25 02:36:03,014 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '32';
+2017-04-25 02:36:03,016 DEBUG db_general 165 40729 140736342762432 Query result: ab693010edd94f7ba12a41dfa868a9fa
+2017-04-25 02:36:03,016 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a95b466-9566-485d-802b-342989174bb6/ab693010edd94f7ba12a41dfa868a9fa
+2017-04-25 02:36:03,606 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:03,606 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:04,402 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:05,063 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:05,143 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:05,147 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:36:05,848 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:06,591 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-25 02:36:06,591 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-04-25 02:36:06,609 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-04-25 02:36:06,609 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-25 02:36:06,610 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-04-25 02:36:08,714 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:36:10,084 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:36:10,084 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:10,084 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:11,048 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:11,718 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:11,816 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:11,943 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/resendActivation page is loaded.
+2017-04-25 02:36:12,486 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STkZPn6@intl.att.com';
+2017-04-25 02:36:12,489 DEBUG db_general 117 40729 140736342762432 Query result: fda9cbcb-5ad0-4ec9-9ea2-11ddade96302
+2017-04-25 02:36:12,494 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STkZPn6@intl.att.com';
+2017-04-25 02:36:12,496 DEBUG db_general 117 40729 140736342762432 Query result: 33
+2017-04-25 02:36:12,500 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '33';
+2017-04-25 02:36:12,502 DEBUG db_general 165 40729 140736342762432 Query result: 6929aca87c05447cb9cabb92ce89995b
+2017-04-25 02:36:12,502 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fda9cbcb-5ad0-4ec9-9ea2-11ddade96302/6929aca87c05447cb9cabb92ce89995b
+2017-04-25 02:36:12,502 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fda9cbcb-5ad0-4ec9-9ea2-11ddade96302/6929aca87c05447cb9cabb92ce89995b
+2017-04-25 02:36:13,139 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:13,139 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:13,956 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:14,609 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:14,699 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:14,702 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:36:15,304 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:15,819 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:16,354 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-25 02:36:16,354 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-04-25 02:36:16,370 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-04-25 02:36:16,371 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-25 02:36:16,371 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-04-25 02:36:18,472 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:36:19,852 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:36:19,853 DEBUG api_user 193 40729 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b7b6f310-96cf-4b25-b831-80c77ea37b46/6878f879081543eb94fe56ff6f9eef06
+2017-04-25 02:36:19,886 DEBUG api_user 196 40729 140736342762432 APIUser activated successfully!
+2017-04-25 02:36:19,955 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:36:19,955 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:36:19,960 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:36:19,961 DEBUG db_general 141 40729 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:36:19,964 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:36:19,965 DEBUG db_general 141 40729 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:36:20,176 DEBUG api_virtual_function 72 40729 140736342762432 Virtual Function created successfully!
+2017-04-25 02:36:20,177 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07b74005-d9fe-4301-a804-1a8244485950/checklist/new/
+2017-04-25 02:36:20,247 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:36:20,247 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:36:20,279 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:36:20,279 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:20,279 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:21,133 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:21,793 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:21,891 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:21,896 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:36:22,414 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:22,940 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:23,723 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:24,241 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:25,240 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:36:26,015 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:26,534 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:27,594 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:28,424 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'STlGTLh';
+2017-04-25 02:36:28,427 DEBUG db_general 165 40729 140736342762432 Query result: 07b74005-d9fe-4301-a804-1a8244485950
+2017-04-25 02:36:28,431 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '07b74005-d9fe-4301-a804-1a8244485950';
+2017-04-25 02:36:28,433 DEBUG db_general 165 40729 140736342762432 Query result: 2017-50
+2017-04-25 02:36:28,437 DEBUG db_general 153 40729 140736342762432 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-50';
+2017-04-25 02:36:28,442 DEBUG db_general 165 40729 140736342762432 Query result: 2
+2017-04-25 02:36:28,449 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000/#/login
+2017-04-25 02:36:29,360 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:29,360 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:30,126 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:30,762 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:30,843 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:30,852 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:36:31,509 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:32,033 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:33,083 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:36,555 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000/#/login
+2017-04-25 02:36:37,458 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:37,459 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:38,293 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:39,019 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:39,118 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:39,122 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:36:39,638 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:40,169 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:41,209 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:41,775 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-25 02:36:41,775 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-04-25 02:36:41,795 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-04-25 02:36:41,795 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-25 02:36:41,796 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-04-25 02:36:43,903 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:36:45,184 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:36:45,185 DEBUG api_user 193 40729 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56b1e2c5-b5b2-489e-8269-e216f3fde5a4/c8a24352336641c1b35f63c156392a6b
+2017-04-25 02:36:45,219 DEBUG api_user 196 40729 140736342762432 APIUser activated successfully!
+2017-04-25 02:36:45,288 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:36:45,289 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:36:45,293 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:36:45,294 DEBUG db_general 141 40729 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:36:45,298 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:36:45,300 DEBUG db_general 141 40729 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:36:45,508 DEBUG api_virtual_function 72 40729 140736342762432 Virtual Function created successfully!
+2017-04-25 02:36:45,508 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/05ccaf95-b182-4457-9ba2-763668bab729/checklist/new/
+2017-04-25 02:36:45,586 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:36:45,587 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:36:45,620 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:36:45,714 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:36:45,714 DEBUG api_user 193 40729 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0de71332-7fb3-45ce-b622-997046587749/85c2fb4fa9d7427aa45d093bbefa7a5f
+2017-04-25 02:36:45,752 DEBUG api_user 196 40729 140736342762432 APIUser activated successfully!
+2017-04-25 02:36:45,819 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:36:45,819 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:36:45,823 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:36:45,824 DEBUG db_general 141 40729 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:36:45,829 DEBUG db_general 130 40729 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:36:45,830 DEBUG db_general 141 40729 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:36:46,046 DEBUG api_virtual_function 72 40729 140736342762432 Virtual Function created successfully!
+2017-04-25 02:36:46,046 DEBUG api_gitlab 267 40729 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/074c4e9d-8832-4629-ab7c-f6e46b470778/checklist/new/
+2017-04-25 02:36:46,121 DEBUG api_user 128 40729 140736342762432 200 OK
+2017-04-25 02:36:46,122 DEBUG api_user 130 40729 140736342762432 Login successfully.
+2017-04-25 02:36:46,154 DEBUG api_gitlab 288 40729 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:36:46,159 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STOfUj8@intl.att.com';
+2017-04-25 02:36:46,161 DEBUG db_general 117 40729 140736342762432 Query result: 56b1e2c5-b5b2-489e-8269-e216f3fde5a4
+2017-04-25 02:36:46,165 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STOfUj8@intl.att.com';
+2017-04-25 02:36:46,167 DEBUG db_general 117 40729 140736342762432 Query result: 35
+2017-04-25 02:36:46,171 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '35';
+2017-04-25 02:36:46,173 DEBUG db_general 165 40729 140736342762432 Query result: c8a24352336641c1b35f63c156392a6b
+2017-04-25 02:36:46,173 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56b1e2c5-b5b2-489e-8269-e216f3fde5a4/c8a24352336641c1b35f63c156392a6b
+2017-04-25 02:36:46,173 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56b1e2c5-b5b2-489e-8269-e216f3fde5a4/c8a24352336641c1b35f63c156392a6b
+2017-04-25 02:36:46,808 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:46,809 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:47,689 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:48,346 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:48,438 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:48,442 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:36:48,956 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:36:51,407 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-51';
+2017-04-25 02:36:51,410 DEBUG db_general 165 40729 140736342762432 Query result: 05ccaf95-b182-4457-9ba2-763668bab729
+2017-04-25 02:36:51,414 DEBUG db_user 38 40729 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = '05ccaf95-b182-4457-9ba2-763668bab729' and email = 'STWTJ1q@intl.att.com' ;
+2017-04-25 02:36:51,416 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000/#/login?invitation=f2a4ce1f-6d05-4def-aa68-f9f5256931e7
+2017-04-25 02:36:52,331 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:36:52,331 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:36:53,183 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:36:53,865 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:36:53,967 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:36:53,972 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login?invitation=f2a4ce1f-6d05-4def-aa68-f9f5256931e7 page is loaded.
+2017-04-25 02:36:54,576 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:55,091 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:55,633 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:56,249 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 02:36:56,789 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-25 02:36:56,789 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-04-25 02:36:56,806 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-04-25 02:36:56,807 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-25 02:36:56,807 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-04-25 02:36:58,909 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:37:00,278 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:37:00,283 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STGZ1oR@intl.att.com';
+2017-04-25 02:37:00,285 DEBUG db_general 117 40729 140736342762432 Query result: cbeadd5c-a026-466b-9e4b-d45ae7d68eb1
+2017-04-25 02:37:00,289 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STGZ1oR@intl.att.com';
+2017-04-25 02:37:00,291 DEBUG db_general 117 40729 140736342762432 Query result: cbeadd5c-a026-466b-9e4b-d45ae7d68eb1
+2017-04-25 02:37:00,295 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STGZ1oR@intl.att.com';
+2017-04-25 02:37:00,297 DEBUG db_general 117 40729 140736342762432 Query result: 37
+2017-04-25 02:37:00,300 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '37';
+2017-04-25 02:37:00,301 DEBUG db_general 165 40729 140736342762432 Query result: b2ee29eec35a4787859d5ecad4cf01ee
+2017-04-25 02:37:00,301 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cbeadd5c-a026-466b-9e4b-d45ae7d68eb1/b2ee29eec35a4787859d5ecad4cf01ee
+2017-04-25 02:37:00,302 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cbeadd5c-a026-466b-9e4b-d45ae7d68eb1/b2ee29eec35a4787859d5ecad4cf01ee
+2017-04-25 02:37:00,980 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:37:00,980 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:37:01,858 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:37:02,510 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:37:02,605 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:37:02,609 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:37:03,188 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:37:04,128 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:37:04,128 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:37:04,869 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:37:05,508 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:37:05,587 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:37:05,591 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:37:06,106 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:37:06,640 DEBUG test_login_with_new_user 110 40729 140736342762432 click_on on + Dashboard
+2017-04-25 02:37:06,841 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:37:09,016 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:37:09,623 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:37:10,141 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:37:10,663 DEBUG fe_wizard 57 40729 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:37:13,200 DEBUG fe_wizard 97 40729 140736342762432 Tab Invite Team Members
+2017-04-25 02:37:14,181 DEBUG fe_wizard 115 40729 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:37:14,190 DEBUG helper 42 40729 140736342762432 About to generate SSH Public Key
+2017-04-25 02:37:14,286 DEBUG helper 57 40729 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhTSCfEWFJLemF8G8vH+53mzneKFFbicC/Jry/2fijxYcBGPLwRKSpoTATofsvOE27qxg0RMK6ZlmSsveX6uJerhMUC/F/zuMutfwASpEtqPCPSHf4tC+ckNHgNPDTZYfF1qdnmqk+yw/ZWyjGv7pYEAvA2O0BofJQLxA0vM2ESrBOUXcRvfnI52t5G108c+lO1fBVetkw4dY6tf5kE3qgprKcydZDa0YEQ/xLAzf/u7qkN/+q4eqJ54AIbbNNUchnlwcnNxX2A7hiDawzqzZo5x+0/X4skj7Auf59s4QHBxuzFPf6rBk9GRgj7fguts0kNSfU33lGloGkxaJudBIH
+2017-04-25 02:37:16,699 DEBUG fe_wizard 130 40729 140736342762432 SSH Key added via modal window.
+2017-04-25 02:37:16,703 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vf Where name = 'newVFSTk1Wvx';
+2017-04-25 02:37:16,706 DEBUG db_general 165 40729 140736342762432 Query result: ce64f674-5d0c-4859-9e1b-9291c1517787
+2017-04-25 02:37:16,706 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000/#/signUp?eng_uuid=ce64f674-5d0c-4859-9e1b-9291c1517787&inviter_uuid=cbeadd5c-a026-466b-9e4b-d45ae7d68eb1&email=automationqattSTnsuT8@gmail.com
+2017-04-25 02:37:18,372 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-04-25 02:37:18,375 DEBUG db_general 165 40729 140736342762432 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:37:18,375 DEBUG db_user 28 40729 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=ce64f674-5d0c-4859-9e1b-9291c1517787&email=STnhxF0@ericson.com&full_name=ST9AMmTSTTFz4r&phone_number=2018493284&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:37:18,375 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=ce64f674-5d0c-4859-9e1b-9291c1517787&email=STnhxF0@ericson.com&full_name=ST9AMmTSTTFz4r&phone_number=2018493284&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-04-25 02:37:19,684 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-25 02:37:19,684 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-04-25 02:37:19,698 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-04-25 02:37:19,699 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-25 02:37:19,699 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-04-25 02:37:21,814 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:37:23,090 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:37:23,096 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STV9oqA@amdocs.com';
+2017-04-25 02:37:23,098 DEBUG db_general 117 40729 140736342762432 Query result: cba1571d-c2cd-4f4a-84e9-136ec24be525
+2017-04-25 02:37:23,101 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STV9oqA@amdocs.com';
+2017-04-25 02:37:23,103 DEBUG db_general 117 40729 140736342762432 Query result: cba1571d-c2cd-4f4a-84e9-136ec24be525
+2017-04-25 02:37:23,106 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STV9oqA@amdocs.com';
+2017-04-25 02:37:23,108 DEBUG db_general 117 40729 140736342762432 Query result: 38
+2017-04-25 02:37:23,112 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '38';
+2017-04-25 02:37:23,113 DEBUG db_general 165 40729 140736342762432 Query result: 3a59d4aec91148de95b51fa48ce70480
+2017-04-25 02:37:23,114 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cba1571d-c2cd-4f4a-84e9-136ec24be525/3a59d4aec91148de95b51fa48ce70480
+2017-04-25 02:37:23,114 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cba1571d-c2cd-4f4a-84e9-136ec24be525/3a59d4aec91148de95b51fa48ce70480
+2017-04-25 02:37:23,787 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:37:23,787 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:37:24,650 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:37:25,300 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:37:25,408 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:37:25,414 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:37:26,065 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:37:27,009 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:37:27,009 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:37:27,750 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:37:28,386 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:37:28,466 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:37:28,470 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:37:28,987 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:37:29,736 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:37:31,885 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:37:32,487 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:37:33,000 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:37:33,526 DEBUG fe_wizard 77 40729 140736342762432 Tab Add AT&T Sponsor
+2017-04-25 02:37:35,889 DEBUG fe_wizard 97 40729 140736342762432 Tab Invite Team Members
+2017-04-25 02:37:36,883 DEBUG fe_wizard 115 40729 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:37:36,895 DEBUG helper 42 40729 140736342762432 About to generate SSH Public Key
+2017-04-25 02:37:37,113 DEBUG helper 57 40729 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs0gnSc6qM/wM1Zy+D+5COgtU475I56tEUQzUaAahrrhP+a7gDlV+G+ZVyN2bHbNgr4tLAdM/hvd08LsHBEHyMHzaJEjqopnP7kjkKFdY2TdIssp49IPX4CnWGIPBgRK7D9x/uYUcpgjxnLUSQFcA6FZzhwEipcFwXQ0X3odOoBoDxRjHNJte9mvbEvfySffkN23A69o/HMwtPtXtHg5lRkSyB8SlsAvVSv5J8wtJKyIZiQenvCrISKdEQ2gUcvElQPoS9jOTPTMxJPqznakjPlsMIIY1yRFCzeszqO2WqSv9Eaj6ZyB7j+4jQE8we0d4uZnW2lp2vC0IvULhzes5D
+2017-04-25 02:37:39,594 DEBUG fe_wizard 130 40729 140736342762432 SSH Key added via modal window.
+2017-04-25 02:37:39,599 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vf Where name = 'newVFST4cUX9';
+2017-04-25 02:37:39,601 DEBUG db_general 165 40729 140736342762432 Query result: d965b6d6-1313-47da-800b-694ad0282693
+2017-04-25 02:37:39,605 DEBUG db_user 38 40729 140736342762432 Query : select invitation_token from ice_invitation Where engagement_uuid = 'd965b6d6-1313-47da-800b-694ad0282693' and email = 'automationqattSTlmRTQ@gmail.com' ;
+2017-04-25 02:37:39,608 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000/#/signUp?eng_uuid=None&email=automationqattSTlmRTQ@gmail.com
+2017-04-25 02:37:41,355 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-04-25 02:37:41,358 DEBUG db_general 165 40729 140736342762432 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:37:41,358 DEBUG db_user 28 40729 140736342762432 SignUpURLforContact :http://127.0.0.1:9000#/signUp?invitation=None&email=STxcLVQ@att.com&full_name=STXB8emSTdVQzL&phone_number=2018855475&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:37:41,358 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:9000#/signUp?invitation=None&email=STxcLVQ@att.com&full_name=STXB8emSTdVQzL&phone_number=2018855475&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-04-25 02:37:42,670 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-25 02:37:42,670 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-04-25 02:37:42,692 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-04-25 02:37:42,693 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-25 02:37:42,693 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-04-25 02:37:44,799 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:37:46,190 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:37:46,191 DEBUG api_user 193 40729 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/498ba4dd-8eed-4402-b9de-b6864caf4bb8/216ede2b4a01419abc82e23a37a7261f
+2017-04-25 02:37:46,227 DEBUG api_user 196 40729 140736342762432 APIUser activated successfully!
+2017-04-25 02:37:46,228 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:37:46,228 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:37:47,193 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:37:47,854 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:37:47,952 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:37:47,956 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:37:48,473 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:37:49,009 DEBUG test_login_with_new_user 39 40729 140736342762432 Message Error(APIUser or Password does not match) Displayed
+2017-04-25 02:37:49,009 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-25 02:37:49,009 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-04-25 02:37:49,026 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-04-25 02:37:49,027 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-25 02:37:49,027 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-04-25 02:37:51,135 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:37:52,407 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:37:52,407 DEBUG test_login_with_new_user 45 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:37:54,490 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-25 02:37:54,490 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-04-25 02:37:54,510 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-04-25 02:37:54,511 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-25 02:37:54,511 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-04-25 02:37:56,613 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:37:58,888 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-25 02:37:58,888 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-04-25 02:37:58,908 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-04-25 02:37:58,909 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-25 02:37:58,909 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-04-25 02:38:01,011 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:38:02,457 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-25 02:38:02,458 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-04-25 02:38:02,502 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-04-25 02:38:02,503 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-25 02:38:02,503 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-04-25 02:38:04,614 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:38:05,889 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:38:05,889 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:38:05,889 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:38:06,749 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:38:07,412 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:38:07,511 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:38:07,517 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:38:08,033 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:9000/#/resendActivation page is loaded.
+2017-04-25 02:38:08,557 DEBUG test_login_with_new_user 27 40729 140736342762432 Resend Activation Email Page Opened
+2017-04-25 02:38:08,570 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-25 02:38:08,571 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-04-25 02:38:08,587 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-04-25 02:38:08,588 DEBUG logFuncEntry 34 40729 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-25 02:38:08,588 DEBUG test_ui_base 36 40729 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-04-25 02:38:10,693 DEBUG test_ui_base 48 40729 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:38:12,014 DEBUG api_user 108 40729 140736342762432 Moving to next test case
+2017-04-25 02:38:12,018 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STmJu3C@intl.att.com';
+2017-04-25 02:38:12,021 DEBUG db_general 117 40729 140736342762432 Query result: caae5af3-1514-47c2-9dcb-7da432a8bb00
+2017-04-25 02:38:12,025 DEBUG db_general 109 40729 140736342762432 Query : select uuid from ice_user_profile WHERE Email = 'STmJu3C@intl.att.com';
+2017-04-25 02:38:12,028 DEBUG db_general 117 40729 140736342762432 Query result: caae5af3-1514-47c2-9dcb-7da432a8bb00
+2017-04-25 02:38:12,033 DEBUG db_general 109 40729 140736342762432 Query : select id from auth_user WHERE Email = 'STmJu3C@intl.att.com';
+2017-04-25 02:38:12,035 DEBUG db_general 117 40729 140736342762432 Query result: 42
+2017-04-25 02:38:12,038 DEBUG db_general 153 40729 140736342762432 Query : select activation_token from ice_custom_user Where user_ptr_id = '42';
+2017-04-25 02:38:12,040 DEBUG db_general 165 40729 140736342762432 Query result: 788344832727486f923275360d66e7ee
+2017-04-25 02:38:12,040 DEBUG db_user 21 40729 140736342762432 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/caae5af3-1514-47c2-9dcb-7da432a8bb00/788344832727486f923275360d66e7ee
+2017-04-25 02:38:12,040 DEBUG fe_general 35 40729 140736342762432 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/caae5af3-1514-47c2-9dcb-7da432a8bb00/788344832727486f923275360d66e7ee
+2017-04-25 02:38:12,677 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:38:12,678 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:38:13,569 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:38:14,230 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:38:14,322 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:38:14,326 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-04-25 02:38:14,954 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:38:15,528 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:38:16,413 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:38:16,413 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:38:17,168 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:38:17,804 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:38:17,881 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:38:17,885 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:38:18,399 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:38:18,945 DEBUG test_login_with_new_user 283 40729 140736342762432 click_on on + Dashboard
+2017-04-25 02:38:19,205 DEBUG fe_wizard 24 40729 140736342762432 Tab Add Virtual Functions
+2017-04-25 02:38:21,298 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:38:21,912 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:38:22,427 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-04-25 02:38:22,951 DEBUG db_general 153 40729 140736342762432 Query : select engagement_id from ice_vf Where name = 'newVFSTpHgEi';
+2017-04-25 02:38:22,954 DEBUG db_general 165 40729 140736342762432 Query result: 12e875ea-af95-4fc4-a002-772049083d1c
+2017-04-25 02:38:22,957 DEBUG db_general 153 40729 140736342762432 Query : select engagement_manual_id from ice_engagement Where uuid = '12e875ea-af95-4fc4-a002-772049083d1c';
+2017-04-25 02:38:22,959 DEBUG db_general 165 40729 140736342762432 Query result: 2017-55
+2017-04-25 02:38:22,962 DEBUG db_general 153 40729 140736342762432 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-55';
+2017-04-25 02:38:22,964 DEBUG db_general 165 40729 140736342762432 Query result: 12e875ea-af95-4fc4-a002-772049083d1c
+2017-04-25 02:38:22,967 DEBUG db_general 153 40729 140736342762432 Query : select reviewer_id from ice_engagement Where uuid = '12e875ea-af95-4fc4-a002-772049083d1c';
+2017-04-25 02:38:22,969 DEBUG db_general 165 40729 140736342762432 Query result: 1
+2017-04-25 02:38:22,972 DEBUG db_general 153 40729 140736342762432 Query : select email from ice_user_profile Where id = '1';
+2017-04-25 02:38:22,974 DEBUG db_general 165 40729 140736342762432 Query result: dd1122@att.com
+2017-04-25 02:38:22,974 DEBUG fe_wizard 57 40729 140736342762432 Tab Add Vendor Contact
+2017-04-25 02:38:25,529 DEBUG fe_wizard 97 40729 140736342762432 Tab Invite Team Members
+2017-04-25 02:38:26,540 DEBUG fe_wizard 115 40729 140736342762432 About to add an SSH Key in modal window
+2017-04-25 02:38:26,549 DEBUG helper 42 40729 140736342762432 About to generate SSH Public Key
+2017-04-25 02:38:26,565 DEBUG helper 57 40729 140736342762432 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDWvX2KRRHGE8VifzXKRVxh9gR5Vzm+oQWlncvDV2HL2xaVmCmupwghxBcQP/vvWOYmUa9IlVLdgrmRLnq/EXXkXWCxQNAjSDLDjJ7u04ggVww+uVcNRTnalTWBXNda4nYNSDn6NlFXfdoWGsG2gj72YGjdNBGb4Em8VMEdqvUmblM7M1zCyQwpEKh/ISHplGupvcI2tY8FTMi9WO7ppIBESvUJB+xOtJ/Xrte1Tu6p1OSKEjthLZdumJBjY69KsrKx7PhyoI4+yFEuFFhDy0AedzeOZnviNbcBXktxp3tPpNK/mxClOzBLTIpfOuqNyt8NJIsezZ/zQ9QQzVYiZ+J
+2017-04-25 02:38:29,496 DEBUG fe_wizard 130 40729 140736342762432 SSH Key added via modal window.
+2017-04-25 02:38:33,766 DEBUG fe_user 26 40729 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:38:33,766 DEBUG fe_user 27 40729 140736342762432 Insert Email
+2017-04-25 02:38:34,498 DEBUG fe_user 30 40729 140736342762432 Insert Password
+2017-04-25 02:38:35,124 DEBUG fe_user 32 40729 140736342762432 Click Login Button
+2017-04-25 02:38:35,207 DEBUG fe_user 34 40729 140736342762432 Login Button clicked
+2017-04-25 02:38:35,213 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-04-25 02:38:35,727 DEBUG wait 107 40729 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-04-25 02:38:36,670 DEBUG logFuncEntry 34 40729 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-25 02:38:36,670 DEBUG logFuncEntry 34 40729 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-04-25 02:38:36,684 DEBUG test_ui_base 66 40729 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-04-25 02:39:15,483 DEBUG logFuncEntry 34 41585 140736342762432 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:39:15,483 DEBUG test_ui_base 36 41585 140736342762432 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-04-25 02:39:17,616 DEBUG test_ui_base 48 41585 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 02:39:18,984 DEBUG api_user 108 41585 140736342762432 Moving to next test case
+2017-04-25 02:39:18,984 DEBUG api_user 193 41585 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fe72a52a-be0e-45c7-af6a-2a417b795718/5c0c7bfcc76441a7a3844a0213639703
+2017-04-25 02:39:19,015 DEBUG api_user 196 41585 140736342762432 APIUser activated successfully!
+2017-04-25 02:39:19,085 DEBUG api_user 128 41585 140736342762432 200 OK
+2017-04-25 02:39:19,085 DEBUG api_user 130 41585 140736342762432 Login successfully.
+2017-04-25 02:39:19,090 DEBUG db_general 130 41585 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 02:39:19,091 DEBUG db_general 141 41585 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 02:39:19,095 DEBUG db_general 130 41585 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 02:39:19,096 DEBUG db_general 141 41585 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 02:39:19,335 DEBUG api_virtual_function 72 41585 140736342762432 Virtual Function created successfully!
+2017-04-25 02:39:19,335 DEBUG api_gitlab 267 41585 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c590888-7ea3-40df-82a9-aeab1d6a5f64/checklist/new/
+2017-04-25 02:39:19,403 DEBUG api_user 128 41585 140736342762432 200 OK
+2017-04-25 02:39:19,403 DEBUG api_user 130 41585 140736342762432 Login successfully.
+2017-04-25 02:39:19,439 DEBUG api_gitlab 288 41585 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:39:19,440 DEBUG api_user 66 41585 140736342762432 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-04-25 02:39:19,463 DEBUG api_user 88 41585 140736342762432 Testing for Cross site scripting successfully : STWYDNtstattus Code = 500
+2017-04-25 02:39:19,463 DEBUG api_gitlab 267 41585 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c590888-7ea3-40df-82a9-aeab1d6a5f64/checklist/new/
+2017-04-25 02:39:19,532 DEBUG api_user 128 41585 140736342762432 200 OK
+2017-04-25 02:39:19,532 DEBUG api_user 130 41585 140736342762432 Login successfully.
+2017-04-25 02:39:19,563 DEBUG api_gitlab 288 41585 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 02:39:19,563 DEBUG fe_user 26 41585 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 02:39:19,563 DEBUG fe_user 27 41585 140736342762432 Insert Email
+2017-04-25 02:39:20,399 DEBUG fe_user 30 41585 140736342762432 Insert Password
+2017-04-25 02:39:21,036 DEBUG fe_user 32 41585 140736342762432 Click Login Button
+2017-04-25 02:39:21,133 DEBUG fe_user 34 41585 140736342762432 Login Button clicked
+2017-04-25 02:39:21,139 DEBUG wait 107 41585 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 02:39:21,654 DEBUG wait 107 41585 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:39:22,180 DEBUG wait 107 41585 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 02:39:23,060 DEBUG wait 107 41585 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:39:23,575 DEBUG wait 107 41585 140736342762432 Checking if http://127.0.0.1:9000/#/account page is loaded.
+2017-04-25 02:39:34,978 ERROR exception_decor 23 41585 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:39:34,982 DEBUG logFuncEntry 34 41585 140736342762432 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:39:34,983 DEBUG logFuncEntry 34 41585 140736342762432 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-04-25 02:39:35,174 DEBUG test_ui_base 66 41585 140736342762432 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-04-25 03:52:25,425 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 03:52:25,425 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 03:52:27,561 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:52:30,149 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:52:30,149 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68aac586-2c7b-432b-bc10-d08f95fefdb5/9ce7364c5ac448f7b36f713b630125ae
+2017-04-25 03:52:30,184 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:52:30,255 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:52:30,256 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:52:30,259 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:52:30,261 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:52:30,264 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:52:30,265 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:52:30,475 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:52:30,475 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ead3968e-25f0-4800-a85a-9a2f974808e1/checklist/new/
+2017-04-25 03:52:30,542 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:52:30,542 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:52:30,574 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:52:30,575 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:52:30,575 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:52:31,405 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:52:32,063 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:52:32,161 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:52:32,167 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:52:32,965 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:52:33,493 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:52:34,372 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:52:34,884 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:52:48,418 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step
+2017-04-25 03:52:48,425 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 03:52:48,426 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 03:52:48,463 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 03:52:48,465 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 03:52:48,465 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 03:52:50,577 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:52:51,999 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:52:52,000 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/edb1780e-1cba-4c4f-9eac-52bce2f68dd9/89498d3759524c6e92546d4dba269dd7
+2017-04-25 03:52:52,033 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:52:52,102 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:52:52,102 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:52:52,108 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:52:52,110 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:52:52,113 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:52:52,114 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:52:52,325 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:52:52,325 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8019d428-3471-4342-beba-a82863dbae64/checklist/new/
+2017-04-25 03:52:52,402 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:52:52,402 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:52:52,434 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:52:52,434 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:52:52,434 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:52:53,244 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:52:53,891 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:52:53,988 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:52:53,992 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:52:54,748 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:52:55,272 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:52:56,091 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:52:56,606 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:09,734 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 03:53:09,737 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 03:53:09,738 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 03:53:09,787 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 03:53:09,788 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 03:53:09,788 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 03:53:11,887 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:53:13,137 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:53:13,138 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/616ec606-0ffc-4186-817e-883fd6291636/155183c81ba1473784cd35dd36d1b247
+2017-04-25 03:53:13,170 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:53:13,238 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:53:13,238 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:53:13,242 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:53:13,243 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:53:13,247 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:53:13,248 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:53:13,462 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:53:13,462 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4124c822-30ac-444d-bc70-b707fa1ac3a5/checklist/new/
+2017-04-25 03:53:13,535 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:53:13,535 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:53:13,568 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:53:13,577 DEBUG db_general 153 42720 140736342762432 Query : select id from ice_user_profile Where email = 'STAv6O5@intl.att.com';
+2017-04-25 03:53:13,580 DEBUG db_general 165 42720 140736342762432 Query result: 46
+2017-04-25 03:53:13,583 DEBUG db_general 153 42720 140736342762432 Query : select uuid from ice_next_step Where owner_id = '46';
+2017-04-25 03:53:13,585 DEBUG db_general 165 42720 140736342762432 Query result: 4d0ebbdd-278b-4272-85df-6398225972c7
+2017-04-25 03:53:13,591 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:53:13,591 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:53:14,450 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:53:15,107 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:53:15,211 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:53:15,215 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:53:15,794 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:53:16,319 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:53:17,115 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:17,627 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:41,771 DEBUG db_general 153 42720 140736342762432 Query : select description from ice_next_step Where uuid = '4d0ebbdd-278b-4272-85df-6398225972c7';
+2017-04-25 03:53:41,774 DEBUG db_general 165 42720 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 03:53:41,782 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:42,301 DEBUG db_general 153 42720 140736342762432 Query : select description from ice_next_step Where uuid = '06297ac4-3568-4bfb-8c09-54a945a0a16f';
+2017-04-25 03:53:42,304 DEBUG db_general 165 42720 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 03:53:42,312 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:42,825 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 03:53:42,826 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 03:53:42,826 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 03:53:42,839 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 03:53:42,840 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 03:53:42,840 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-25 03:53:44,946 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:53:46,240 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:53:46,240 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bed37d0f-dfbc-485a-8e57-e4fdee888b35/bbeac97f8739498a84984b00a4cc0e4e
+2017-04-25 03:53:46,272 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:53:46,344 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:53:46,344 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:53:46,347 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:53:46,349 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:53:46,352 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:53:46,353 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:53:46,560 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:53:46,560 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42a2f74c-3f74-48d6-a075-5a9e936d60ee/checklist/new/
+2017-04-25 03:53:46,628 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:53:46,629 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:53:46,661 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:53:46,661 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:53:46,661 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:53:47,467 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:53:48,117 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:53:48,215 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:53:48,219 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:53:49,010 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:53:49,541 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:53:50,368 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:50,883 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:53:52,268 DEBUG test_next_step 96 42720 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 03:53:53,076 DEBUG test_next_step 96 42720 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 03:53:53,076 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 03:53:53,076 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 03:53:53,092 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-25 03:53:53,092 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 03:53:53,092 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-25 03:53:55,196 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:53:56,488 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:53:56,489 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/205bbcfc-3b4f-47e2-879a-37a846e85132/f938e220909f4e229e71ab4e37a5222d
+2017-04-25 03:53:56,520 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:53:56,589 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:53:56,589 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:53:56,593 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:53:56,594 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:53:56,597 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:53:56,599 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:53:56,810 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:53:56,811 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9095b090-acf1-472e-8eff-e49719cbbd46/checklist/new/
+2017-04-25 03:53:56,881 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:53:56,882 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:53:56,914 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:53:56,914 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:53:56,914 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:53:57,722 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:53:58,364 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:53:58,459 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:53:58,464 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:53:59,121 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:53:59,637 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:00,163 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:00,997 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:01,517 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:02,896 DEBUG test_next_step 109 42720 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 03:54:03,712 DEBUG test_next_step 109 42720 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 03:54:03,712 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 03:54:03,712 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 03:54:03,728 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-25 03:54:03,729 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 03:54:03,729 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 03:54:05,840 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:54:07,262 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:54:07,263 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4aefefc9-8043-4886-9e30-c3c105a3319a/b0f4d2414c6941c2969c348c43f56304
+2017-04-25 03:54:07,294 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:54:07,363 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:07,363 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:07,368 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:54:07,369 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:54:07,373 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:54:07,374 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:54:07,656 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:54:07,656 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55ce0a25-428d-41d7-b0cb-7f8d341a3b01/checklist/new/
+2017-04-25 03:54:07,725 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:07,725 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:07,758 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:07,828 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:07,828 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:07,828 DEBUG api_checklist 24 42720 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55ce0a25-428d-41d7-b0cb-7f8d341a3b01/checklist/new/
+2017-04-25 03:54:07,832 DEBUG db_general 153 42720 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 03:54:07,834 DEBUG db_general 165 42720 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 03:54:07,834 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55ce0a25-428d-41d7-b0cb-7f8d341a3b01/checklist/new/
+2017-04-25 03:54:07,901 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:07,901 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:07,934 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:08,072 DEBUG api_checklist 40 42720 140736342762432 Checklist was created successfully!
+2017-04-25 03:54:08,076 DEBUG db_general 177 42720 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTl8Mf9' order by update_time desc limit 1;
+2017-04-25 03:54:08,081 DEBUG db_checklist 389 42720 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTl8Mf9' order by create_time desc limit 1;
+2017-04-25 03:54:08,083 DEBUG api_checklist 116 42720 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55ce0a25-428d-41d7-b0cb-7f8d341a3b01/checklist/064ec5d4-bdc7-44c7-ac9c-6b61fe036105/nextstep/
+2017-04-25 03:54:08,265 DEBUG api_checklist 132 42720 140736342762432 Next step was added successfully!
+2017-04-25 03:54:08,265 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:54:08,265 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:54:09,067 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:54:09,702 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:54:09,800 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:54:09,805 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:54:10,465 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:10,981 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:11,507 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:12,348 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:12,868 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:24,439 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 03:54:24,443 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 03:54:24,443 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 03:54:24,460 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 03:54:24,461 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 03:54:24,461 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 03:54:26,567 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:54:27,881 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:54:27,882 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8acd9aa8-5541-4d89-ac8d-4d6a46a35b15/09987ba31c0841cca837c52f2b6c402d
+2017-04-25 03:54:27,915 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:54:27,985 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:27,985 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:27,989 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:54:27,990 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:54:27,994 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:54:27,995 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:54:28,214 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:54:28,214 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e972e80d-cb9a-491c-b524-ad59ed2c2698/checklist/new/
+2017-04-25 03:54:28,282 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:28,282 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:28,314 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:28,387 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:28,387 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:28,387 DEBUG api_checklist 24 42720 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e972e80d-cb9a-491c-b524-ad59ed2c2698/checklist/new/
+2017-04-25 03:54:28,391 DEBUG db_general 153 42720 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 03:54:28,393 DEBUG db_general 165 42720 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 03:54:28,393 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e972e80d-cb9a-491c-b524-ad59ed2c2698/checklist/new/
+2017-04-25 03:54:28,466 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:28,466 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:28,505 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:28,693 DEBUG api_checklist 40 42720 140736342762432 Checklist was created successfully!
+2017-04-25 03:54:28,696 DEBUG db_general 177 42720 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTDUJlo' order by update_time desc limit 1;
+2017-04-25 03:54:28,702 DEBUG db_checklist 389 42720 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTDUJlo' order by create_time desc limit 1;
+2017-04-25 03:54:28,705 DEBUG api_checklist 116 42720 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e972e80d-cb9a-491c-b524-ad59ed2c2698/checklist/3de6f7ee-9523-4ab1-a291-07f837c2f959/nextstep/
+2017-04-25 03:54:28,880 DEBUG api_checklist 132 42720 140736342762432 Next step was added successfully!
+2017-04-25 03:54:28,880 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:54:28,880 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:54:29,692 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:54:30,344 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:54:30,441 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:54:30,446 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:54:31,136 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:31,649 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:32,178 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:32,999 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:33,518 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:45,092 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 03:54:45,093 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 03:54:45,093 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 03:54:45,108 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 03:54:45,109 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 03:54:45,109 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-04-25 03:54:47,220 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:54:48,544 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:54:48,545 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4060cf5e-376d-41d6-a8e3-811ba76df001/720dfec2a7154482a3c1bfdba878494e
+2017-04-25 03:54:48,578 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:54:48,643 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:48,643 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:48,647 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:54:48,649 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:54:48,652 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:54:48,654 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:54:48,905 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:54:48,905 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/05afe838-0e91-4499-8efb-7bf3d3762218/checklist/new/
+2017-04-25 03:54:48,975 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:48,975 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:49,008 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:49,077 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:49,077 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:49,077 DEBUG api_checklist 24 42720 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/05afe838-0e91-4499-8efb-7bf3d3762218/checklist/new/
+2017-04-25 03:54:49,081 DEBUG db_general 153 42720 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 03:54:49,083 DEBUG db_general 165 42720 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 03:54:49,083 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/05afe838-0e91-4499-8efb-7bf3d3762218/checklist/new/
+2017-04-25 03:54:49,156 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:49,156 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:49,186 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:49,321 DEBUG api_checklist 40 42720 140736342762432 Checklist was created successfully!
+2017-04-25 03:54:49,326 DEBUG db_general 177 42720 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTF3Izm' order by update_time desc limit 1;
+2017-04-25 03:54:49,332 DEBUG db_checklist 389 42720 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTF3Izm' order by create_time desc limit 1;
+2017-04-25 03:54:49,335 DEBUG api_checklist 116 42720 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/05afe838-0e91-4499-8efb-7bf3d3762218/checklist/fb350970-c358-4044-962b-8dc9e2fa219c/nextstep/
+2017-04-25 03:54:49,487 DEBUG api_checklist 132 42720 140736342762432 Next step was added successfully!
+2017-04-25 03:54:49,487 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:54:49,487 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:54:50,304 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:54:50,951 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:54:51,050 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:54:51,054 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:54:51,828 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:52,355 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:54:53,185 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:53,700 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:54:54,827 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 03:54:54,827 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 03:54:54,843 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-04-25 03:54:54,844 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 03:54:54,844 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-04-25 03:54:56,958 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:54:58,310 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:54:58,310 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/501dbd83-9060-4443-9434-5593da538819/5a31a419876b4ef79810a631f089354f
+2017-04-25 03:54:58,343 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:54:58,409 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:58,410 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:58,413 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:54:58,416 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:54:58,420 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:54:58,421 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:54:58,669 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:54:58,669 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07d6d005-1617-4650-86b5-4b4728a55d9a/checklist/new/
+2017-04-25 03:54:58,739 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:54:58,739 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:54:58,770 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:54:58,770 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:54:58,770 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:54:59,590 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:55:00,239 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:55:00,338 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:55:00,342 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:55:01,134 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:01,660 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:02,485 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:03,000 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:05,822 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 03:55:05,822 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 03:55:05,839 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-04-25 03:55:05,840 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 03:55:05,840 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 03:55:07,950 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:55:09,223 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:55:09,223 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/70ff2622-a111-49aa-a92a-e640a73394b9/f2fb8fcfe4534623a2f0bbcc11ebcb26
+2017-04-25 03:55:09,255 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:55:09,326 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:55:09,326 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:55:09,330 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:55:09,331 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:55:09,335 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:55:09,336 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:55:09,553 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:55:09,554 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad2300e1-deb5-4b6e-b86f-cb7d15a58f65/checklist/new/
+2017-04-25 03:55:09,636 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:55:09,636 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:55:09,669 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:55:09,750 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:55:09,750 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:55:09,761 DEBUG db_general 153 42720 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 03:55:09,764 DEBUG db_general 165 42720 140736342762432 Query result: 2
+2017-04-25 03:55:09,768 DEBUG db_general 153 42720 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 03:55:09,771 DEBUG db_general 165 42720 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 03:55:09,777 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:55:09,777 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:55:10,591 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:55:11,234 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:55:11,332 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:55:11,337 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:55:12,132 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:12,660 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:13,488 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:14,001 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:25,185 DEBUG db_general 153 42720 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 03:55:25,187 DEBUG db_general 165 42720 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 03:55:25,195 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:25,716 DEBUG db_general 153 42720 140736342762432 Query : select description from ice_next_step Where uuid = '43f714a1-7680-4dfa-acc2-9fad1173f10f';
+2017-04-25 03:55:25,718 DEBUG db_general 165 42720 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 03:55:25,725 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:26,237 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 03:55:26,238 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 03:55:26,238 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 03:55:26,253 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 03:55:26,254 DEBUG logFuncEntry 34 42720 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 03:55:26,254 DEBUG test_ui_base 36 42720 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 03:55:28,356 DEBUG test_ui_base 48 42720 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 03:55:29,608 DEBUG api_user 108 42720 140736342762432 Moving to next test case
+2017-04-25 03:55:29,608 DEBUG api_user 193 42720 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a73e29c9-79cb-48ff-8492-aedd243de740/2a88a50b9a534c96824703d33969246b
+2017-04-25 03:55:29,639 DEBUG api_user 196 42720 140736342762432 APIUser activated successfully!
+2017-04-25 03:55:29,708 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:55:29,708 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:55:29,712 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 03:55:29,713 DEBUG db_general 141 42720 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 03:55:29,717 DEBUG db_general 130 42720 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 03:55:29,718 DEBUG db_general 141 42720 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 03:55:29,984 DEBUG api_virtual_function 72 42720 140736342762432 Virtual Function created successfully!
+2017-04-25 03:55:29,984 DEBUG api_gitlab 267 42720 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4e0ca112-d388-4d65-98a2-c97c4e7f45de/checklist/new/
+2017-04-25 03:55:30,051 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:55:30,052 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:55:30,085 DEBUG api_gitlab 288 42720 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 03:55:30,158 DEBUG api_user 128 42720 140736342762432 200 OK
+2017-04-25 03:55:30,158 DEBUG api_user 130 42720 140736342762432 Login successfully.
+2017-04-25 03:55:30,168 DEBUG db_general 153 42720 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 03:55:30,171 DEBUG db_general 165 42720 140736342762432 Query result: 2
+2017-04-25 03:55:30,174 DEBUG db_general 153 42720 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 03:55:30,176 DEBUG db_general 165 42720 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 03:55:30,189 DEBUG fe_user 26 42720 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 03:55:30,189 DEBUG fe_user 27 42720 140736342762432 Insert Email
+2017-04-25 03:55:31,003 DEBUG fe_user 30 42720 140736342762432 Insert Password
+2017-04-25 03:55:31,648 DEBUG fe_user 32 42720 140736342762432 Click Login Button
+2017-04-25 03:55:31,745 DEBUG fe_user 34 42720 140736342762432 Login Button clicked
+2017-04-25 03:55:31,750 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 03:55:32,430 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:32,947 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:33,474 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 03:55:34,297 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:34,813 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:45,934 DEBUG db_general 153 42720 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 03:55:45,937 DEBUG db_general 165 42720 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 03:55:45,945 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:46,464 DEBUG db_general 153 42720 140736342762432 Query : select description from ice_next_step Where uuid = '7b3a7bc4-1171-45d9-af03-aafc2f5d9eb1';
+2017-04-25 03:55:46,467 DEBUG db_general 165 42720 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 03:55:46,474 DEBUG wait 107 42720 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 03:55:46,984 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 03:55:46,985 DEBUG logFuncEntry 34 42720 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 03:55:46,985 DEBUG logFuncEntry 34 42720 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 03:55:46,997 DEBUG test_ui_base 66 42720 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 04:01:54,523 DEBUG logFuncEntry 34 43248 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:01:54,523 DEBUG test_ui_base 36 43248 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 04:01:56,676 DEBUG test_ui_base 48 43248 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:01:58,060 DEBUG api_user 108 43248 140736342762432 Moving to next test case
+2017-04-25 04:01:58,061 DEBUG api_user 193 43248 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d0c686c7-1492-47c8-924c-d4c69a169532/77147628f1ac41d8b19aa38d4f27e8c1
+2017-04-25 04:01:58,103 DEBUG api_user 196 43248 140736342762432 APIUser activated successfully!
+2017-04-25 04:01:58,182 DEBUG api_user 128 43248 140736342762432 200 OK
+2017-04-25 04:01:58,182 DEBUG api_user 130 43248 140736342762432 Login successfully.
+2017-04-25 04:01:58,186 DEBUG db_general 130 43248 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:01:58,188 DEBUG db_general 141 43248 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:01:58,192 DEBUG db_general 130 43248 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:01:58,193 DEBUG db_general 141 43248 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:01:58,447 DEBUG api_virtual_function 72 43248 140736342762432 Virtual Function created successfully!
+2017-04-25 04:01:58,448 DEBUG api_gitlab 267 43248 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/72e3ef2a-fe74-446f-ae60-6958bd24482e/checklist/new/
+2017-04-25 04:01:58,543 DEBUG api_user 128 43248 140736342762432 200 OK
+2017-04-25 04:01:58,543 DEBUG api_user 130 43248 140736342762432 Login successfully.
+2017-04-25 04:01:58,594 DEBUG api_gitlab 288 43248 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:01:58,594 DEBUG fe_user 26 43248 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:01:58,595 DEBUG fe_user 27 43248 140736342762432 Insert Email
+2017-04-25 04:01:59,421 DEBUG fe_user 30 43248 140736342762432 Insert Password
+2017-04-25 04:02:00,073 DEBUG fe_user 32 43248 140736342762432 Click Login Button
+2017-04-25 04:02:00,176 DEBUG fe_user 34 43248 140736342762432 Login Button clicked
+2017-04-25 04:02:00,181 DEBUG wait 107 43248 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:02:00,877 DEBUG wait 107 43248 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:02:01,394 DEBUG wait 107 43248 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:02:01,925 DEBUG wait 107 43248 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:02:02,758 DEBUG wait 107 43248 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:02:03,273 DEBUG wait 107 43248 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:02:16,483 ERROR exception_decor 23 43248 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:02:16,491 DEBUG logFuncEntry 34 43248 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:02:16,492 DEBUG logFuncEntry 34 43248 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:02:16,531 DEBUG test_ui_base 66 43248 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 04:02:47,794 DEBUG logFuncEntry 34 43301 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:02:47,795 DEBUG test_ui_base 36 43301 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 04:02:49,946 DEBUG test_ui_base 48 43301 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:02:51,349 DEBUG api_user 108 43301 140736342762432 Moving to next test case
+2017-04-25 04:02:51,349 DEBUG api_user 193 43301 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/65f5c4dc-2068-40da-972a-abef0821426c/1a760f815a3c40c48e30800482ec7cc2
+2017-04-25 04:02:51,392 DEBUG api_user 196 43301 140736342762432 APIUser activated successfully!
+2017-04-25 04:02:51,470 DEBUG api_user 128 43301 140736342762432 200 OK
+2017-04-25 04:02:51,470 DEBUG api_user 130 43301 140736342762432 Login successfully.
+2017-04-25 04:02:51,474 DEBUG db_general 130 43301 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:02:51,477 DEBUG db_general 141 43301 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:02:51,481 DEBUG db_general 130 43301 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:02:51,482 DEBUG db_general 141 43301 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:02:51,712 DEBUG api_virtual_function 72 43301 140736342762432 Virtual Function created successfully!
+2017-04-25 04:02:51,713 DEBUG api_gitlab 267 43301 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ef21e725-a9fa-42b8-be6f-3ddf1753b394/checklist/new/
+2017-04-25 04:02:51,797 DEBUG api_user 128 43301 140736342762432 200 OK
+2017-04-25 04:02:51,797 DEBUG api_user 130 43301 140736342762432 Login successfully.
+2017-04-25 04:02:51,838 DEBUG api_gitlab 288 43301 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:02:51,839 DEBUG fe_user 26 43301 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:02:51,839 DEBUG fe_user 27 43301 140736342762432 Insert Email
+2017-04-25 04:02:52,682 DEBUG fe_user 30 43301 140736342762432 Insert Password
+2017-04-25 04:02:53,339 DEBUG fe_user 32 43301 140736342762432 Click Login Button
+2017-04-25 04:02:53,442 DEBUG fe_user 34 43301 140736342762432 Login Button clicked
+2017-04-25 04:02:53,448 DEBUG wait 107 43301 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:02:54,209 DEBUG wait 107 43301 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:02:54,738 DEBUG wait 107 43301 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:02:55,577 DEBUG wait 107 43301 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:02:56,092 DEBUG wait 107 43301 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:04:38,198 ERROR exception_decor 23 43301 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:04:38,203 DEBUG logFuncEntry 34 43301 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:04:38,203 DEBUG logFuncEntry 34 43301 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:04:38,223 DEBUG test_ui_base 66 43301 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 04:05:12,158 DEBUG logFuncEntry 34 43379 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:05:12,158 DEBUG test_ui_base 36 43379 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 04:05:14,293 DEBUG test_ui_base 48 43379 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:05:15,713 DEBUG api_user 108 43379 140736342762432 Moving to next test case
+2017-04-25 04:05:15,713 DEBUG api_user 193 43379 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7b5c12f-39be-4c10-8674-d3d20730d1b7/17bb13163f0043b99c1ba03a0c8e29b9
+2017-04-25 04:05:15,747 DEBUG api_user 196 43379 140736342762432 APIUser activated successfully!
+2017-04-25 04:05:15,816 DEBUG api_user 128 43379 140736342762432 200 OK
+2017-04-25 04:05:15,816 DEBUG api_user 130 43379 140736342762432 Login successfully.
+2017-04-25 04:05:15,820 DEBUG db_general 130 43379 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:05:15,821 DEBUG db_general 141 43379 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:05:15,824 DEBUG db_general 130 43379 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:05:15,826 DEBUG db_general 141 43379 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:05:16,022 DEBUG api_virtual_function 72 43379 140736342762432 Virtual Function created successfully!
+2017-04-25 04:05:16,022 DEBUG api_gitlab 267 43379 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b55883a5-a3a1-4ce0-9641-4fd2f8eae242/checklist/new/
+2017-04-25 04:05:16,100 DEBUG api_user 128 43379 140736342762432 200 OK
+2017-04-25 04:05:16,100 DEBUG api_user 130 43379 140736342762432 Login successfully.
+2017-04-25 04:05:16,130 DEBUG api_gitlab 288 43379 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:05:16,130 DEBUG fe_user 26 43379 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:05:16,131 DEBUG fe_user 27 43379 140736342762432 Insert Email
+2017-04-25 04:05:16,952 DEBUG fe_user 30 43379 140736342762432 Insert Password
+2017-04-25 04:05:17,601 DEBUG fe_user 32 43379 140736342762432 Click Login Button
+2017-04-25 04:05:17,700 DEBUG fe_user 34 43379 140736342762432 Login Button clicked
+2017-04-25 04:05:17,706 DEBUG wait 107 43379 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:05:18,333 DEBUG wait 107 43379 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:05:18,850 DEBUG wait 107 43379 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:05:19,378 DEBUG wait 107 43379 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:05:20,390 DEBUG wait 107 43379 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:05:20,907 DEBUG wait 107 43379 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:05:23,322 ERROR exception_decor 23 43379 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:05:23,323 DEBUG logFuncEntry 34 43379 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:05:23,323 DEBUG logFuncEntry 34 43379 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:05:23,340 DEBUG test_ui_base 66 43379 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 04:05:34,943 DEBUG logFuncEntry 34 43421 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 04:05:34,943 DEBUG test_ui_base 36 43421 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 04:05:37,067 DEBUG test_ui_base 48 43421 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:05:38,379 DEBUG api_user 108 43421 140736342762432 Moving to next test case
+2017-04-25 04:05:38,379 DEBUG api_user 193 43421 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0b244ab3-f0d2-4610-9f73-6387bf3eb464/829763410ddf4bbc9e0deb0f08c26d67
+2017-04-25 04:05:38,412 DEBUG api_user 196 43421 140736342762432 APIUser activated successfully!
+2017-04-25 04:05:38,483 DEBUG api_user 128 43421 140736342762432 200 OK
+2017-04-25 04:05:38,484 DEBUG api_user 130 43421 140736342762432 Login successfully.
+2017-04-25 04:05:38,488 DEBUG db_general 130 43421 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:05:38,489 DEBUG db_general 141 43421 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:05:38,492 DEBUG db_general 130 43421 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:05:38,494 DEBUG db_general 141 43421 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:05:38,699 DEBUG api_virtual_function 72 43421 140736342762432 Virtual Function created successfully!
+2017-04-25 04:05:38,699 DEBUG api_gitlab 267 43421 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/993207ba-11c2-47a2-9fc5-de69c4f9b4ca/checklist/new/
+2017-04-25 04:05:38,771 DEBUG api_user 128 43421 140736342762432 200 OK
+2017-04-25 04:05:38,771 DEBUG api_user 130 43421 140736342762432 Login successfully.
+2017-04-25 04:05:38,806 DEBUG api_gitlab 288 43421 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:05:38,806 DEBUG fe_user 26 43421 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:05:38,806 DEBUG fe_user 27 43421 140736342762432 Insert Email
+2017-04-25 04:05:39,650 DEBUG fe_user 30 43421 140736342762432 Insert Password
+2017-04-25 04:05:40,294 DEBUG fe_user 32 43421 140736342762432 Click Login Button
+2017-04-25 04:05:40,396 DEBUG fe_user 34 43421 140736342762432 Login Button clicked
+2017-04-25 04:05:40,400 DEBUG wait 107 43421 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:05:41,198 DEBUG wait 107 43421 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:05:41,727 DEBUG wait 107 43421 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:05:42,549 DEBUG wait 107 43421 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:05:43,064 DEBUG wait 107 43421 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:05:45,677 DEBUG logFuncEntry 34 43421 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 04:05:45,678 DEBUG logFuncEntry 34 43421 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 04:05:45,694 DEBUG test_ui_base 66 43421 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 04:06:00,104 DEBUG logFuncEntry 34 43465 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:06:00,105 DEBUG test_ui_base 36 43465 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 04:06:02,219 DEBUG test_ui_base 48 43465 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:06:03,502 DEBUG api_user 108 43465 140736342762432 Moving to next test case
+2017-04-25 04:06:03,503 DEBUG api_user 193 43465 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/66c8027a-edda-4b45-8b70-4783f9a6beed/a48cb03a9cb24915bd93a3dafb8775c9
+2017-04-25 04:06:03,534 DEBUG api_user 196 43465 140736342762432 APIUser activated successfully!
+2017-04-25 04:06:03,604 DEBUG api_user 128 43465 140736342762432 200 OK
+2017-04-25 04:06:03,604 DEBUG api_user 130 43465 140736342762432 Login successfully.
+2017-04-25 04:06:03,608 DEBUG db_general 130 43465 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:06:03,610 DEBUG db_general 141 43465 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:06:03,613 DEBUG db_general 130 43465 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:06:03,615 DEBUG db_general 141 43465 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:06:03,822 DEBUG api_virtual_function 72 43465 140736342762432 Virtual Function created successfully!
+2017-04-25 04:06:03,822 DEBUG api_gitlab 267 43465 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1045fb42-7b73-4b8e-8dfa-c2700e7b1097/checklist/new/
+2017-04-25 04:06:03,901 DEBUG api_user 128 43465 140736342762432 200 OK
+2017-04-25 04:06:03,901 DEBUG api_user 130 43465 140736342762432 Login successfully.
+2017-04-25 04:06:03,935 DEBUG api_gitlab 288 43465 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:06:03,945 DEBUG db_general 153 43465 140736342762432 Query : select id from ice_user_profile Where email = 'STEvTj2@intl.att.com';
+2017-04-25 04:06:03,947 DEBUG db_general 165 43465 140736342762432 Query result: 59
+2017-04-25 04:06:03,950 DEBUG db_general 153 43465 140736342762432 Query : select uuid from ice_next_step Where owner_id = '59';
+2017-04-25 04:06:03,953 DEBUG db_general 165 43465 140736342762432 Query result: 37975635-f10e-4d46-927d-20c6b503cd85
+2017-04-25 04:06:03,967 DEBUG fe_user 26 43465 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:06:03,967 DEBUG fe_user 27 43465 140736342762432 Insert Email
+2017-04-25 04:06:04,823 DEBUG fe_user 30 43465 140736342762432 Insert Password
+2017-04-25 04:06:05,484 DEBUG fe_user 32 43465 140736342762432 Click Login Button
+2017-04-25 04:06:05,586 DEBUG fe_user 34 43465 140736342762432 Login Button clicked
+2017-04-25 04:06:05,590 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:06:06,128 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:06:06,656 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:06:07,459 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:06:07,973 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:06:32,035 DEBUG db_general 153 43465 140736342762432 Query : select description from ice_next_step Where uuid = '37975635-f10e-4d46-927d-20c6b503cd85';
+2017-04-25 04:06:32,039 DEBUG db_general 165 43465 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 04:06:32,046 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:06:32,565 DEBUG db_general 153 43465 140736342762432 Query : select description from ice_next_step Where uuid = '1fdd63f2-eaa7-4395-a69e-06fd8817e494';
+2017-04-25 04:06:32,567 DEBUG db_general 165 43465 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 04:06:32,575 DEBUG wait 107 43465 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:06:33,086 ERROR exception_decor 23 43465 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:06:33,090 DEBUG logFuncEntry 34 43465 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:06:33,091 DEBUG logFuncEntry 34 43465 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:06:33,109 DEBUG test_ui_base 66 43465 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 04:07:05,848 DEBUG logFuncEntry 34 43531 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:07:05,848 DEBUG test_ui_base 36 43531 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 04:07:07,990 DEBUG test_ui_base 48 43531 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:07:09,376 DEBUG api_user 108 43531 140736342762432 Moving to next test case
+2017-04-25 04:07:09,376 DEBUG api_user 193 43531 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e6f4ce67-a27d-4933-b0dc-3468fdfd733b/553c2462574d4e498398b7678d92cfe2
+2017-04-25 04:07:09,417 DEBUG api_user 196 43531 140736342762432 APIUser activated successfully!
+2017-04-25 04:07:09,492 DEBUG api_user 128 43531 140736342762432 200 OK
+2017-04-25 04:07:09,493 DEBUG api_user 130 43531 140736342762432 Login successfully.
+2017-04-25 04:07:09,497 DEBUG db_general 130 43531 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:07:09,499 DEBUG db_general 141 43531 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:07:09,503 DEBUG db_general 130 43531 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:07:09,504 DEBUG db_general 141 43531 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:07:09,756 DEBUG api_virtual_function 72 43531 140736342762432 Virtual Function created successfully!
+2017-04-25 04:07:09,756 DEBUG api_gitlab 267 43531 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/03dbf4bf-86be-4702-8035-d23a2662062c/checklist/new/
+2017-04-25 04:07:09,834 DEBUG api_user 128 43531 140736342762432 200 OK
+2017-04-25 04:07:09,834 DEBUG api_user 130 43531 140736342762432 Login successfully.
+2017-04-25 04:07:09,872 DEBUG api_gitlab 288 43531 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:07:09,872 DEBUG fe_user 26 43531 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:07:09,872 DEBUG fe_user 27 43531 140736342762432 Insert Email
+2017-04-25 04:07:10,702 DEBUG fe_user 30 43531 140736342762432 Insert Password
+2017-04-25 04:07:11,354 DEBUG fe_user 32 43531 140736342762432 Click Login Button
+2017-04-25 04:07:11,457 DEBUG fe_user 34 43531 140736342762432 Login Button clicked
+2017-04-25 04:07:11,463 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:07:12,081 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:07:12,601 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:07:13,131 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:07:13,947 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:07:14,467 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:07:40,321 DEBUG logFuncEntry 34 43531 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:07:40,322 DEBUG logFuncEntry 34 43531 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 04:07:40,340 DEBUG test_ui_base 66 43531 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 04:07:40,341 DEBUG logFuncEntry 34 43531 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 04:07:40,341 DEBUG test_ui_base 36 43531 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 04:07:42,478 DEBUG test_ui_base 48 43531 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:07:43,827 DEBUG api_user 108 43531 140736342762432 Moving to next test case
+2017-04-25 04:07:43,827 DEBUG api_user 193 43531 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/37931cf2-86d6-4191-9518-00f623a33016/c9f6c61af3dc4609a388e438bbd180b9
+2017-04-25 04:07:43,871 DEBUG api_user 196 43531 140736342762432 APIUser activated successfully!
+2017-04-25 04:07:43,951 DEBUG api_user 128 43531 140736342762432 200 OK
+2017-04-25 04:07:43,951 DEBUG api_user 130 43531 140736342762432 Login successfully.
+2017-04-25 04:07:43,955 DEBUG db_general 130 43531 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:07:43,956 DEBUG db_general 141 43531 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:07:43,960 DEBUG db_general 130 43531 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:07:43,962 DEBUG db_general 141 43531 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:07:44,212 DEBUG api_virtual_function 72 43531 140736342762432 Virtual Function created successfully!
+2017-04-25 04:07:44,212 DEBUG api_gitlab 267 43531 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7224d6f-57ac-43b4-a880-eeb617bf9723/checklist/new/
+2017-04-25 04:07:44,304 DEBUG api_user 128 43531 140736342762432 200 OK
+2017-04-25 04:07:44,304 DEBUG api_user 130 43531 140736342762432 Login successfully.
+2017-04-25 04:07:44,344 DEBUG api_gitlab 288 43531 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:07:44,344 DEBUG fe_user 26 43531 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:07:44,344 DEBUG fe_user 27 43531 140736342762432 Insert Email
+2017-04-25 04:07:45,157 DEBUG fe_user 30 43531 140736342762432 Insert Password
+2017-04-25 04:07:45,796 DEBUG fe_user 32 43531 140736342762432 Click Login Button
+2017-04-25 04:07:45,902 DEBUG fe_user 34 43531 140736342762432 Login Button clicked
+2017-04-25 04:07:45,913 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:07:46,617 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:07:47,136 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:07:47,667 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:07:48,500 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:07:49,015 DEBUG wait 107 43531 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:08:40,309 DEBUG logFuncEntry 34 43632 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:08:40,311 DEBUG test_ui_base 36 43632 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 04:08:42,474 DEBUG test_ui_base 48 43632 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:08:43,790 DEBUG api_user 108 43632 140736342762432 Moving to next test case
+2017-04-25 04:08:43,791 DEBUG api_user 193 43632 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e4d02254-2248-4651-930b-19fe23b580ca/c869f85ecb624f70905adbf2cbaf1af5
+2017-04-25 04:08:43,833 DEBUG api_user 196 43632 140736342762432 APIUser activated successfully!
+2017-04-25 04:08:43,909 DEBUG api_user 128 43632 140736342762432 200 OK
+2017-04-25 04:08:43,910 DEBUG api_user 130 43632 140736342762432 Login successfully.
+2017-04-25 04:08:43,915 DEBUG db_general 130 43632 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:08:43,917 DEBUG db_general 141 43632 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:08:43,920 DEBUG db_general 130 43632 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:08:43,922 DEBUG db_general 141 43632 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:08:44,140 DEBUG api_virtual_function 72 43632 140736342762432 Virtual Function created successfully!
+2017-04-25 04:08:44,140 DEBUG api_gitlab 267 43632 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12dc3c3a-d6b3-4e5d-99f9-cab606342f4b/checklist/new/
+2017-04-25 04:08:44,217 DEBUG api_user 128 43632 140736342762432 200 OK
+2017-04-25 04:08:44,218 DEBUG api_user 130 43632 140736342762432 Login successfully.
+2017-04-25 04:08:44,262 DEBUG api_gitlab 288 43632 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:08:44,272 DEBUG db_general 153 43632 140736342762432 Query : select id from ice_user_profile Where email = 'ST3ANZr@intl.att.com';
+2017-04-25 04:08:44,275 DEBUG db_general 165 43632 140736342762432 Query result: 62
+2017-04-25 04:08:44,279 DEBUG db_general 153 43632 140736342762432 Query : select uuid from ice_next_step Where owner_id = '62';
+2017-04-25 04:08:44,281 DEBUG db_general 165 43632 140736342762432 Query result: bd741cb7-d787-4b62-952c-07335fa6c4da
+2017-04-25 04:08:44,289 DEBUG fe_user 26 43632 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:08:44,289 DEBUG fe_user 27 43632 140736342762432 Insert Email
+2017-04-25 04:08:45,169 DEBUG fe_user 30 43632 140736342762432 Insert Password
+2017-04-25 04:08:45,842 DEBUG fe_user 32 43632 140736342762432 Click Login Button
+2017-04-25 04:08:45,945 DEBUG fe_user 34 43632 140736342762432 Login Button clicked
+2017-04-25 04:08:45,951 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:08:46,479 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:08:47,009 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:08:47,807 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:08:48,326 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:11:24,095 DEBUG db_general 153 43632 140736342762432 Query : select description from ice_next_step Where uuid = 'bd741cb7-d787-4b62-952c-07335fa6c4da';
+2017-04-25 04:11:24,099 DEBUG db_general 165 43632 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 04:11:33,500 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:11:46,199 DEBUG db_general 153 43632 140736342762432 Query : select description from ice_next_step Where uuid = 'b73b2a21-d2dc-4ccd-9477-a439c3a52ca0';
+2017-04-25 04:11:46,201 DEBUG db_general 165 43632 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 04:11:53,186 DEBUG wait 107 43632 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:12:10,585 ERROR exception_decor 23 43632 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:12:17,173 DEBUG logFuncEntry 34 43632 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:12:17,174 DEBUG logFuncEntry 34 43632 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:12:23,560 DEBUG test_ui_base 66 43632 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 04:13:01,668 DEBUG logFuncEntry 34 43746 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:13:01,670 DEBUG test_ui_base 36 43746 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 04:13:03,816 DEBUG test_ui_base 48 43746 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 04:13:05,223 DEBUG api_user 108 43746 140736342762432 Moving to next test case
+2017-04-25 04:13:05,223 DEBUG api_user 193 43746 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/16a2a753-3979-458a-801b-9d97c8e167ee/354f409834764e88b5e9d24b29a40be0
+2017-04-25 04:13:05,267 DEBUG api_user 196 43746 140736342762432 APIUser activated successfully!
+2017-04-25 04:13:05,344 DEBUG api_user 128 43746 140736342762432 200 OK
+2017-04-25 04:13:05,345 DEBUG api_user 130 43746 140736342762432 Login successfully.
+2017-04-25 04:13:05,349 DEBUG db_general 130 43746 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 04:13:05,350 DEBUG db_general 141 43746 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 04:13:05,354 DEBUG db_general 130 43746 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 04:13:05,355 DEBUG db_general 141 43746 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 04:13:05,603 DEBUG api_virtual_function 72 43746 140736342762432 Virtual Function created successfully!
+2017-04-25 04:13:05,604 DEBUG api_gitlab 267 43746 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/678b7b5f-83d2-41a4-9489-b39072b7b315/checklist/new/
+2017-04-25 04:13:05,679 DEBUG api_user 128 43746 140736342762432 200 OK
+2017-04-25 04:13:05,680 DEBUG api_user 130 43746 140736342762432 Login successfully.
+2017-04-25 04:13:05,719 DEBUG api_gitlab 288 43746 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 04:13:05,733 DEBUG db_general 153 43746 140736342762432 Query : select id from ice_user_profile Where email = 'STrEyjN@intl.att.com';
+2017-04-25 04:13:05,736 DEBUG db_general 165 43746 140736342762432 Query result: 63
+2017-04-25 04:13:05,740 DEBUG db_general 153 43746 140736342762432 Query : select uuid from ice_next_step Where owner_id = '63';
+2017-04-25 04:13:05,742 DEBUG db_general 165 43746 140736342762432 Query result: e4bae1eb-9b6d-446a-b84c-c32e8aa29c06
+2017-04-25 04:13:05,750 DEBUG fe_user 26 43746 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 04:13:05,750 DEBUG fe_user 27 43746 140736342762432 Insert Email
+2017-04-25 04:13:06,623 DEBUG fe_user 30 43746 140736342762432 Insert Password
+2017-04-25 04:13:07,289 DEBUG fe_user 32 43746 140736342762432 Click Login Button
+2017-04-25 04:13:07,390 DEBUG fe_user 34 43746 140736342762432 Login Button clicked
+2017-04-25 04:13:07,396 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 04:13:07,916 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:13:08,446 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 04:13:09,246 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:13:09,767 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:13:34,077 DEBUG db_general 153 43746 140736342762432 Query : select description from ice_next_step Where uuid = 'e4bae1eb-9b6d-446a-b84c-c32e8aa29c06';
+2017-04-25 04:13:34,080 DEBUG db_general 165 43746 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 04:13:34,092 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:15:05,049 DEBUG db_general 153 43746 140736342762432 Query : select description from ice_next_step Where uuid = '8caaaa11-bf7c-4654-9ad1-172048bff318';
+2017-04-25 04:15:05,052 DEBUG db_general 165 43746 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 04:15:05,898 DEBUG wait 107 43746 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 04:18:19,802 ERROR exception_decor 23 43746 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:18:19,806 DEBUG logFuncEntry 34 43746 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:18:19,807 DEBUG logFuncEntry 34 43746 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 04:18:19,831 DEBUG test_ui_base 66 43746 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 05:27:43,979 DEBUG logFuncEntry 34 45479 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:27:43,980 DEBUG test_ui_base 36 45479 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 05:27:46,267 DEBUG test_ui_base 48 45479 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:27:48,235 DEBUG api_user 108 45479 140736342762432 Moving to next test case
+2017-04-25 05:27:48,235 DEBUG api_user 193 45479 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/262f923d-2771-4b08-9fde-4c5cd1a8f0d3/feee5c812a9e47f88373e793e3767bd2
+2017-04-25 05:27:48,272 DEBUG api_user 196 45479 140736342762432 APIUser activated successfully!
+2017-04-25 05:27:48,336 DEBUG api_user 128 45479 140736342762432 200 OK
+2017-04-25 05:27:48,337 DEBUG api_user 130 45479 140736342762432 Login successfully.
+2017-04-25 05:27:48,340 DEBUG db_general 130 45479 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:27:48,342 DEBUG db_general 141 45479 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:27:48,346 DEBUG db_general 130 45479 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:27:48,347 DEBUG db_general 141 45479 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:27:48,619 DEBUG api_virtual_function 72 45479 140736342762432 Virtual Function created successfully!
+2017-04-25 05:27:48,620 DEBUG api_gitlab 267 45479 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ba79811-f17a-4a3f-8384-0d31c78eea3c/checklist/new/
+2017-04-25 05:27:48,684 DEBUG api_user 128 45479 140736342762432 200 OK
+2017-04-25 05:27:48,684 DEBUG api_user 130 45479 140736342762432 Login successfully.
+2017-04-25 05:27:48,715 DEBUG api_gitlab 288 45479 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:27:48,726 DEBUG db_general 153 45479 140736342762432 Query : select id from ice_user_profile Where email = 'STq8NiT@intl.att.com';
+2017-04-25 05:27:48,728 DEBUG db_general 165 45479 140736342762432 Query result: 64
+2017-04-25 05:27:48,731 DEBUG db_general 153 45479 140736342762432 Query : select uuid from ice_next_step Where owner_id = '64';
+2017-04-25 05:27:48,733 DEBUG db_general 165 45479 140736342762432 Query result: 8211cfde-4a0d-4a52-8057-a58a556af375
+2017-04-25 05:27:48,745 DEBUG fe_user 26 45479 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:27:48,746 DEBUG fe_user 27 45479 140736342762432 Insert Email
+2017-04-25 05:27:49,614 DEBUG fe_user 30 45479 140736342762432 Insert Password
+2017-04-25 05:27:50,273 DEBUG fe_user 32 45479 140736342762432 Click Login Button
+2017-04-25 05:27:50,369 DEBUG fe_user 34 45479 140736342762432 Login Button clicked
+2017-04-25 05:27:50,375 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:27:50,892 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:27:51,420 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:27:52,200 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:27:52,713 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:16,871 DEBUG db_general 153 45479 140736342762432 Query : select description from ice_next_step Where uuid = '8211cfde-4a0d-4a52-8057-a58a556af375';
+2017-04-25 05:28:16,874 DEBUG db_general 165 45479 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:28:16,881 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:17,394 DEBUG db_general 153 45479 140736342762432 Query : select description from ice_next_step Where uuid = 'c6d93b13-6b86-4598-b609-f663c9ffc8e7';
+2017-04-25 05:28:17,397 DEBUG db_general 165 45479 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 05:28:17,402 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:17,917 DEBUG db_general 153 45479 140736342762432 Query : select description from ice_next_step Where uuid = 'c16ee78b-157e-4191-866e-f05051f075f3';
+2017-04-25 05:28:17,922 DEBUG db_general 165 45479 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 05:28:17,928 DEBUG wait 107 45479 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:18,436 DEBUG logFuncEntry 34 45479 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:28:18,436 DEBUG logFuncEntry 34 45479 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:28:18,453 DEBUG test_ui_base 66 45479 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 05:28:32,582 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 05:28:32,582 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 05:28:34,702 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:28:36,116 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:28:36,117 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4b1bdeb9-c302-4c2e-8f5e-da547f5da1cd/238f7f8056434760a5c8aeec1292cc58
+2017-04-25 05:28:36,152 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:28:36,219 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:28:36,219 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:28:36,223 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:28:36,224 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:28:36,228 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:28:36,229 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:28:36,459 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:28:36,459 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ac051353-4838-48b2-b773-d4d0066ca220/checklist/new/
+2017-04-25 05:28:36,528 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:28:36,528 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:28:36,559 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:28:36,559 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:28:36,559 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:28:37,385 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:28:38,026 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:28:38,122 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:28:38,126 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:28:38,879 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:28:39,406 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:28:40,248 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:40,767 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:43,352 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 05:28:43,352 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 05:28:43,440 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 05:28:43,441 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:28:43,441 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 05:28:45,542 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:28:46,814 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:28:46,815 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a52d498b-c6dc-4b0e-b9c1-9ac8ec6d4c90/48f4a37bab5243cf90271e758dddc824
+2017-04-25 05:28:46,849 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:28:46,918 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:28:46,919 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:28:46,923 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:28:46,924 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:28:46,928 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:28:46,929 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:28:47,124 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:28:47,124 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/32b630ad-eff3-4d85-92ec-26f8716b2a99/checklist/new/
+2017-04-25 05:28:47,189 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:28:47,189 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:28:47,219 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:28:47,220 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:28:47,220 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:28:48,100 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:28:48,747 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:28:48,842 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:28:48,846 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:28:49,594 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:28:50,121 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:28:50,942 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:51,458 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:28:54,089 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 05:28:54,094 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:28:54,094 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:28:54,127 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 05:28:54,128 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:28:54,128 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 05:28:56,239 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:28:57,571 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:28:57,571 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e9fbd484-92c1-43af-8bfb-5557340e2207/818f9c5250474ffeb72bc9b43bc249dd
+2017-04-25 05:28:57,604 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:28:57,672 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:28:57,672 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:28:57,677 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:28:57,678 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:28:57,682 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:28:57,683 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:28:57,878 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:28:57,879 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/362c5dd0-34a9-4b1c-bb8b-0ebc7db6d46c/checklist/new/
+2017-04-25 05:28:57,956 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:28:57,956 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:28:58,049 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:28:58,057 DEBUG db_general 153 45541 140736342762432 Query : select id from ice_user_profile Where email = 'STYwhHn@intl.att.com';
+2017-04-25 05:28:58,059 DEBUG db_general 165 45541 140736342762432 Query result: 67
+2017-04-25 05:28:58,063 DEBUG db_general 153 45541 140736342762432 Query : select uuid from ice_next_step Where owner_id = '67';
+2017-04-25 05:28:58,065 DEBUG db_general 165 45541 140736342762432 Query result: 69e02b8f-a82c-472d-b3ab-c783af72693b
+2017-04-25 05:28:58,077 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:28:58,077 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:28:58,942 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:28:59,608 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:28:59,708 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:28:59,713 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:29:00,232 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:00,755 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:01,601 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:02,116 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:26,319 DEBUG db_general 153 45541 140736342762432 Query : select description from ice_next_step Where uuid = '69e02b8f-a82c-472d-b3ab-c783af72693b';
+2017-04-25 05:29:26,321 DEBUG db_general 165 45541 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:29:26,329 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:26,851 DEBUG db_general 153 45541 140736342762432 Query : select description from ice_next_step Where uuid = 'bafb9b26-ca28-4175-97e9-0e76f1a6f01b';
+2017-04-25 05:29:26,854 DEBUG db_general 165 45541 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 05:29:26,860 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:27,373 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:29:27,374 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:29:27,374 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:29:27,387 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 05:29:27,388 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 05:29:27,388 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-25 05:29:29,498 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:29:30,793 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:29:30,793 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/972fd5e6-3096-4fe5-a575-a48911c4ec9f/e910744f9d7c475ab9b8251d85bf6d94
+2017-04-25 05:29:30,827 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:29:30,896 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:30,896 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:30,900 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:29:30,902 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:29:30,906 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:29:30,907 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:29:31,106 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:29:31,106 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c881d833-4f7e-4cf0-b893-8957393366ea/checklist/new/
+2017-04-25 05:29:31,181 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:31,181 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:31,211 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:29:31,211 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:29:31,211 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:29:32,022 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:29:32,665 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:29:32,762 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:29:32,766 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:29:33,386 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:33,904 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:34,432 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:35,244 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:35,758 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:37,138 DEBUG test_next_step 96 45541 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 05:29:37,949 DEBUG test_next_step 96 45541 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 05:29:37,950 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 05:29:37,950 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 05:29:37,966 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-25 05:29:37,967 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 05:29:37,967 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-25 05:29:40,071 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:29:41,472 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:29:41,472 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2aeedc7-516b-46b9-bff4-f593717186f2/88629e0eac1e41b280d8e9d12c8348fa
+2017-04-25 05:29:41,507 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:29:41,575 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:41,575 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:41,579 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:29:41,580 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:29:41,584 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:29:41,585 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:29:41,798 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:29:41,798 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/98121504-833c-4699-8cf5-7ba17d7908c3/checklist/new/
+2017-04-25 05:29:41,867 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:41,867 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:41,899 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:29:41,899 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:29:41,899 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:29:42,711 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:29:43,356 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:29:43,456 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:29:43,460 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:29:44,188 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:44,717 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:45,539 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:46,052 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:47,435 DEBUG test_next_step 109 45541 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 05:29:48,249 DEBUG test_next_step 109 45541 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 05:29:48,250 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 05:29:48,250 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 05:29:48,265 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-25 05:29:48,266 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 05:29:48,266 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 05:29:50,374 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:29:51,671 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:29:51,671 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3dcbd129-6680-4b5f-a978-c065ffa3bcbf/f61fcf551c7a4437918816e8db1a4144
+2017-04-25 05:29:51,707 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:29:51,774 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:51,774 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:51,778 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:29:51,780 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:29:51,784 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:29:51,785 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:29:51,982 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:29:51,982 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/85434086-9097-4e79-969e-3c8ead6f70cb/checklist/new/
+2017-04-25 05:29:52,046 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:52,047 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:52,079 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:29:52,145 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:52,145 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:52,146 DEBUG api_checklist 24 45541 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/85434086-9097-4e79-969e-3c8ead6f70cb/checklist/new/
+2017-04-25 05:29:52,149 DEBUG db_general 153 45541 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 05:29:52,151 DEBUG db_general 165 45541 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 05:29:52,151 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/85434086-9097-4e79-969e-3c8ead6f70cb/checklist/new/
+2017-04-25 05:29:52,220 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:29:52,220 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:29:52,250 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:29:52,399 DEBUG api_checklist 40 45541 140736342762432 Checklist was created successfully!
+2017-04-25 05:29:52,403 DEBUG db_general 177 45541 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST8FRAq' order by update_time desc limit 1;
+2017-04-25 05:29:52,408 DEBUG db_checklist 389 45541 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST8FRAq' order by create_time desc limit 1;
+2017-04-25 05:29:52,411 DEBUG api_checklist 116 45541 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/85434086-9097-4e79-969e-3c8ead6f70cb/checklist/8f5347c9-7b97-42bd-80d7-807aacaf60e5/nextstep/
+2017-04-25 05:29:52,563 DEBUG api_checklist 132 45541 140736342762432 Next step was added successfully!
+2017-04-25 05:29:52,563 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:29:52,563 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:29:53,383 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:29:54,035 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:29:54,135 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:29:54,141 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:29:54,887 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:55,411 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:29:56,253 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:29:56,770 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:08,405 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:30:08,408 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 05:30:08,408 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 05:30:08,447 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 05:30:08,448 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 05:30:08,448 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 05:30:10,566 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:30:11,995 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:30:11,995 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f69e5891-dc31-4586-87aa-a76aa86dc9ce/7edc47a4e7c44eb79eb004c228765a6c
+2017-04-25 05:30:12,028 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:30:12,096 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:12,096 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:12,100 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:30:12,101 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:30:12,105 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:30:12,106 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:30:12,345 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:30:12,346 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2cf2138-7c66-456f-bfaa-7657eba3ce5c/checklist/new/
+2017-04-25 05:30:12,417 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:12,417 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:12,448 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:30:12,524 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:12,525 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:12,525 DEBUG api_checklist 24 45541 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2cf2138-7c66-456f-bfaa-7657eba3ce5c/checklist/new/
+2017-04-25 05:30:12,529 DEBUG db_general 153 45541 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 05:30:12,532 DEBUG db_general 165 45541 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 05:30:12,532 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2cf2138-7c66-456f-bfaa-7657eba3ce5c/checklist/new/
+2017-04-25 05:30:12,600 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:12,600 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:12,631 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:30:12,779 DEBUG api_checklist 40 45541 140736342762432 Checklist was created successfully!
+2017-04-25 05:30:12,782 DEBUG db_general 177 45541 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTy4VAH' order by update_time desc limit 1;
+2017-04-25 05:30:12,789 DEBUG db_checklist 389 45541 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTy4VAH' order by create_time desc limit 1;
+2017-04-25 05:30:12,791 DEBUG api_checklist 116 45541 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2cf2138-7c66-456f-bfaa-7657eba3ce5c/checklist/0565d0ed-825d-46c4-8589-9b0204f6e1a7/nextstep/
+2017-04-25 05:30:12,957 DEBUG api_checklist 132 45541 140736342762432 Next step was added successfully!
+2017-04-25 05:30:12,957 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:30:12,957 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:30:13,768 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:30:14,397 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:30:14,496 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:30:14,501 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:30:15,177 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:15,698 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:16,220 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:17,058 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:17,573 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:29,185 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:30:29,186 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 05:30:29,186 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 05:30:29,205 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 05:30:29,205 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 05:30:29,206 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-04-25 05:30:31,319 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:30:32,757 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:30:32,757 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43feadbf-d0d5-47de-8d56-028eeec76af0/f07d8569fccc47798bf529120f4876c9
+2017-04-25 05:30:32,792 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:30:32,861 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:32,861 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:32,865 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:30:32,866 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:30:32,870 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:30:32,871 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:30:33,120 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:30:33,121 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3addc39-a370-4a4f-afd9-2e4539c10b34/checklist/new/
+2017-04-25 05:30:33,188 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:33,188 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:33,217 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:30:33,291 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:33,292 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:33,292 DEBUG api_checklist 24 45541 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3addc39-a370-4a4f-afd9-2e4539c10b34/checklist/new/
+2017-04-25 05:30:33,296 DEBUG db_general 153 45541 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 05:30:33,298 DEBUG db_general 165 45541 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 05:30:33,298 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3addc39-a370-4a4f-afd9-2e4539c10b34/checklist/new/
+2017-04-25 05:30:33,376 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:33,377 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:33,408 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:30:33,552 DEBUG api_checklist 40 45541 140736342762432 Checklist was created successfully!
+2017-04-25 05:30:33,557 DEBUG db_general 177 45541 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTgjE01' order by update_time desc limit 1;
+2017-04-25 05:30:33,562 DEBUG db_checklist 389 45541 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTgjE01' order by create_time desc limit 1;
+2017-04-25 05:30:33,564 DEBUG api_checklist 116 45541 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3addc39-a370-4a4f-afd9-2e4539c10b34/checklist/2bd8438a-f67e-445c-95f4-a7472a5f2403/nextstep/
+2017-04-25 05:30:33,765 DEBUG api_checklist 132 45541 140736342762432 Next step was added successfully!
+2017-04-25 05:30:33,765 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:30:33,765 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:30:34,577 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:30:35,211 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:30:35,312 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:30:35,318 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:30:35,989 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:36,503 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:37,029 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:37,843 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:38,356 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:39,492 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 05:30:39,493 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 05:30:39,510 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-04-25 05:30:39,510 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 05:30:39,510 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-04-25 05:30:41,651 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:30:42,966 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:30:42,967 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c80ea05-2976-4f52-beff-a1b222a185da/2d3e3435a6b64258a20bf08c2c8316cf
+2017-04-25 05:30:42,999 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:30:43,066 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:43,067 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:43,071 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:30:43,072 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:30:43,076 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:30:43,077 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:30:43,280 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:30:43,280 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/95e1affd-4825-482b-849f-c2140b9963c8/checklist/new/
+2017-04-25 05:30:43,346 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:43,346 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:43,378 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:30:43,378 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:30:43,378 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:30:44,189 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:30:44,821 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:30:44,921 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:30:44,925 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:30:45,582 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:46,101 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:46,630 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:47,452 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:47,969 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:50,878 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 05:30:50,878 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 05:30:50,914 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-04-25 05:30:50,915 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 05:30:50,916 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 05:30:53,189 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:30:54,511 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:30:54,512 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a37c77cc-12ad-4a63-b130-696639c4cef2/0cf35b9532474e129306501d38843584
+2017-04-25 05:30:54,553 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:30:54,632 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:54,632 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:54,636 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:30:54,637 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:30:54,641 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:30:54,642 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:30:54,859 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:30:54,860 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/94e8c601-c176-408b-b95a-e6439b737e3a/checklist/new/
+2017-04-25 05:30:54,936 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:54,936 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:54,973 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:30:55,041 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:30:55,041 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:30:55,052 DEBUG db_general 153 45541 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 05:30:55,054 DEBUG db_general 165 45541 140736342762432 Query result: 2
+2017-04-25 05:30:55,058 DEBUG db_general 153 45541 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 05:30:55,061 DEBUG db_general 165 45541 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 05:30:55,068 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:30:55,068 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:30:55,875 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:30:56,503 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:30:56,607 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:30:56,611 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:30:57,365 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:57,893 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:30:58,724 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:30:59,236 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:31:10,377 DEBUG db_general 153 45541 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 05:31:10,380 DEBUG db_general 165 45541 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:31:10,389 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:31:10,912 DEBUG db_general 153 45541 140736342762432 Query : select description from ice_next_step Where uuid = 'a1b05e75-6a97-4d24-918c-9b4f94e865af';
+2017-04-25 05:31:10,915 DEBUG db_general 165 45541 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 05:31:10,922 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:31:11,432 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:31:11,435 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 05:31:11,435 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 05:31:11,453 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 05:31:11,454 DEBUG logFuncEntry 34 45541 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 05:31:11,454 DEBUG test_ui_base 36 45541 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 05:31:13,564 DEBUG test_ui_base 48 45541 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:31:14,952 DEBUG api_user 108 45541 140736342762432 Moving to next test case
+2017-04-25 05:31:14,952 DEBUG api_user 193 45541 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a0c405fa-d28d-44c0-8a79-85497fd8e66a/5dc8051ba87f47f7a2a46eee8e228da5
+2017-04-25 05:31:14,983 DEBUG api_user 196 45541 140736342762432 APIUser activated successfully!
+2017-04-25 05:31:15,050 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:31:15,050 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:31:15,054 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:31:15,055 DEBUG db_general 141 45541 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:31:15,059 DEBUG db_general 130 45541 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:31:15,060 DEBUG db_general 141 45541 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:31:15,273 DEBUG api_virtual_function 72 45541 140736342762432 Virtual Function created successfully!
+2017-04-25 05:31:15,273 DEBUG api_gitlab 267 45541 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/92a3edac-77a0-4acc-9738-2922362faed6/checklist/new/
+2017-04-25 05:31:15,354 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:31:15,355 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:31:15,391 DEBUG api_gitlab 288 45541 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:31:15,463 DEBUG api_user 128 45541 140736342762432 200 OK
+2017-04-25 05:31:15,463 DEBUG api_user 130 45541 140736342762432 Login successfully.
+2017-04-25 05:31:15,474 DEBUG db_general 153 45541 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 05:31:15,477 DEBUG db_general 165 45541 140736342762432 Query result: 1
+2017-04-25 05:31:15,480 DEBUG db_general 153 45541 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 05:31:15,482 DEBUG db_general 165 45541 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 05:31:15,495 DEBUG fe_user 26 45541 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:31:15,496 DEBUG fe_user 27 45541 140736342762432 Insert Email
+2017-04-25 05:31:16,305 DEBUG fe_user 30 45541 140736342762432 Insert Password
+2017-04-25 05:31:16,940 DEBUG fe_user 32 45541 140736342762432 Click Login Button
+2017-04-25 05:31:17,041 DEBUG fe_user 34 45541 140736342762432 Login Button clicked
+2017-04-25 05:31:17,047 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:31:17,817 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:31:18,344 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:31:19,177 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:31:19,694 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:31:30,887 DEBUG db_general 153 45541 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 05:31:30,890 DEBUG db_general 165 45541 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:31:30,898 DEBUG wait 107 45541 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:31:31,416 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 05:31:31,417 DEBUG logFuncEntry 34 45541 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 05:31:31,417 DEBUG logFuncEntry 34 45541 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 05:31:31,431 DEBUG test_ui_base 66 45541 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 05:32:01,257 DEBUG logFuncEntry 34 45986 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:32:01,257 DEBUG test_ui_base 36 45986 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 05:32:03,394 DEBUG test_ui_base 48 45986 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:32:04,789 DEBUG api_user 108 45986 140736342762432 Moving to next test case
+2017-04-25 05:32:04,790 DEBUG api_user 193 45986 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0d3a04ee-0cd1-4fce-a217-b200bfeaa661/424eb459b98e4ea3940dc215ee410271
+2017-04-25 05:32:04,823 DEBUG api_user 196 45986 140736342762432 APIUser activated successfully!
+2017-04-25 05:32:04,888 DEBUG api_user 128 45986 140736342762432 200 OK
+2017-04-25 05:32:04,888 DEBUG api_user 130 45986 140736342762432 Login successfully.
+2017-04-25 05:32:04,892 DEBUG db_general 130 45986 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:32:04,893 DEBUG db_general 141 45986 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:32:04,897 DEBUG db_general 130 45986 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:32:04,898 DEBUG db_general 141 45986 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:32:05,128 DEBUG api_virtual_function 72 45986 140736342762432 Virtual Function created successfully!
+2017-04-25 05:32:05,129 DEBUG api_gitlab 267 45986 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1ed346a1-5d2d-4640-94f9-10de0312db87/checklist/new/
+2017-04-25 05:32:05,208 DEBUG api_user 128 45986 140736342762432 200 OK
+2017-04-25 05:32:05,208 DEBUG api_user 130 45986 140736342762432 Login successfully.
+2017-04-25 05:32:05,238 DEBUG api_gitlab 288 45986 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:32:05,238 DEBUG fe_user 26 45986 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:32:05,238 DEBUG fe_user 27 45986 140736342762432 Insert Email
+2017-04-25 05:32:06,052 DEBUG fe_user 30 45986 140736342762432 Insert Password
+2017-04-25 05:32:06,689 DEBUG fe_user 32 45986 140736342762432 Click Login Button
+2017-04-25 05:32:06,789 DEBUG fe_user 34 45986 140736342762432 Login Button clicked
+2017-04-25 05:32:06,793 DEBUG wait 107 45986 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:32:07,514 DEBUG wait 107 45986 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:08,040 DEBUG wait 107 45986 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:08,857 DEBUG wait 107 45986 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:09,372 DEBUG wait 107 45986 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:11,945 DEBUG logFuncEntry 34 45986 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:32:11,946 DEBUG logFuncEntry 34 45986 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:32:11,981 DEBUG test_ui_base 66 45986 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 05:32:24,842 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 05:32:24,843 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 05:32:26,982 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:32:28,347 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:32:28,347 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a1aa34d9-4aef-4ae0-95ff-b7c1257ac096/50c49fa512bb48e59b32970f9d73a819
+2017-04-25 05:32:28,381 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:32:28,448 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:32:28,448 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:32:28,452 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:32:28,454 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:32:28,457 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:32:28,459 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:32:28,663 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:32:28,663 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6c5a75a-28aa-4aeb-8075-15eb778fab83/checklist/new/
+2017-04-25 05:32:28,736 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:32:28,736 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:32:28,770 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:32:28,770 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:32:28,770 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:32:29,592 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:32:30,248 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:32:30,350 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:32:30,355 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:32:31,110 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:31,637 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:32,453 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:32,970 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:35,598 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_add_next_step
+2017-04-25 05:32:35,602 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 05:32:35,602 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 05:32:35,638 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 05:32:35,639 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:32:35,639 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 05:32:37,753 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:32:39,081 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:32:39,082 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d8eb28e3-56ec-47fa-afd8-72cf46400f8c/fcd188883c2d48839fa34bffd3681b41
+2017-04-25 05:32:39,116 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:32:39,184 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:32:39,184 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:32:39,188 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:32:39,189 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:32:39,193 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:32:39,194 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:32:39,393 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:32:39,393 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bc74ba84-5e54-4878-b258-0815697feac9/checklist/new/
+2017-04-25 05:32:39,458 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:32:39,458 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:32:39,488 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:32:39,488 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:32:39,489 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:32:40,352 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:32:40,999 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:32:41,100 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:32:41,105 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:32:41,762 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:42,280 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:42,806 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:43,796 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:44,310 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:47,006 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:32:47,006 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 05:32:47,021 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 05:32:47,021 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:32:47,022 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 05:32:49,130 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:32:50,505 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:32:50,505 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/91b8f998-8407-4562-956f-cf366e124816/02f1d21f0a574bca9ba93e20c172a08c
+2017-04-25 05:32:50,539 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:32:50,604 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:32:50,604 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:32:50,608 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:32:50,609 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:32:50,613 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:32:50,614 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:32:50,838 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:32:50,838 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a921fbe-a852-4e25-81b0-618b4b3b80f1/checklist/new/
+2017-04-25 05:32:50,903 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:32:50,903 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:32:50,934 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:32:50,943 DEBUG db_general 153 46028 140736342762432 Query : select id from ice_user_profile Where email = 'STHKGDp@intl.att.com';
+2017-04-25 05:32:50,946 DEBUG db_general 165 46028 140736342762432 Query result: 79
+2017-04-25 05:32:50,950 DEBUG db_general 153 46028 140736342762432 Query : select uuid from ice_next_step Where owner_id = '79';
+2017-04-25 05:32:50,952 DEBUG db_general 165 46028 140736342762432 Query result: 4566fd22-e50c-422b-b484-ee464f7d2290
+2017-04-25 05:32:50,958 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:32:50,958 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:32:51,823 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:32:52,484 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:32:52,589 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:32:52,593 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:32:53,108 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:53,635 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:32:54,418 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:32:54,935 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:19,201 DEBUG db_general 153 46028 140736342762432 Query : select description from ice_next_step Where uuid = '4566fd22-e50c-422b-b484-ee464f7d2290';
+2017-04-25 05:33:19,203 DEBUG db_general 165 46028 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:33:19,211 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:19,730 DEBUG db_general 153 46028 140736342762432 Query : select description from ice_next_step Where uuid = '4ba2157b-623f-4c93-906b-4aa432a89121';
+2017-04-25 05:33:19,733 DEBUG db_general 165 46028 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 05:33:19,740 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:20,251 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:33:20,254 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:33:20,254 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 05:33:20,273 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 05:33:20,274 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 05:33:20,274 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-25 05:33:22,388 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:33:23,681 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:33:23,681 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4425c4b5-f39d-4529-9222-f02773d86f64/4e30cda39e834dc09497eae32ae144d9
+2017-04-25 05:33:23,713 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:33:23,777 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:23,777 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:23,781 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:33:23,782 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:33:23,785 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:33:23,787 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:33:23,996 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:33:23,996 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4c6c62a9-cb07-42d9-bec4-ae23642fe2ca/checklist/new/
+2017-04-25 05:33:24,078 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:24,078 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:24,108 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:33:24,108 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:33:24,108 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:33:24,926 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:33:25,572 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:33:25,674 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:33:25,678 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:33:26,443 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:26,971 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:27,789 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:28,303 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:29,672 DEBUG test_next_step 96 46028 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 05:33:30,486 DEBUG test_next_step 96 46028 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 05:33:30,486 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 05:33:30,486 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 05:33:30,502 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-25 05:33:30,503 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 05:33:30,504 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-25 05:33:32,604 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:33:33,906 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:33:33,906 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc9f3e47-02b3-4866-a37b-336100be6fa2/b15cf7bb251a4dba8915c2c6149aef3f
+2017-04-25 05:33:33,940 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:33:34,011 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:34,011 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:34,015 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:33:34,017 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:33:34,020 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:33:34,021 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:33:34,307 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:33:34,307 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8057003-417b-4136-b8b0-6ef6e9cf82c6/checklist/new/
+2017-04-25 05:33:34,392 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:34,392 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:34,423 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:33:34,423 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:33:34,423 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:33:35,229 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:33:35,861 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:33:35,974 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:33:35,980 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:33:36,639 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:37,258 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:38,080 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:38,592 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:39,971 DEBUG test_next_step 109 46028 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 05:33:40,786 DEBUG test_next_step 109 46028 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 05:33:40,787 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 05:33:40,787 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 05:33:40,807 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-25 05:33:40,807 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 05:33:40,807 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 05:33:42,916 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:33:44,318 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:33:44,318 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b4e9dfd1-3707-4282-89f5-5e77426ac536/81590258451048ffb29558ddfbea7ae1
+2017-04-25 05:33:44,355 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:33:44,420 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:44,420 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:44,424 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:33:44,427 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:33:44,431 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:33:44,432 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:33:44,663 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:33:44,663 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b3afae6-2dcf-437b-b5b8-065aa1b11e1d/checklist/new/
+2017-04-25 05:33:44,729 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:44,730 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:44,760 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:33:44,827 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:44,828 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:44,828 DEBUG api_checklist 24 46028 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b3afae6-2dcf-437b-b5b8-065aa1b11e1d/checklist/new/
+2017-04-25 05:33:44,832 DEBUG db_general 153 46028 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 05:33:44,834 DEBUG db_general 165 46028 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 05:33:44,834 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b3afae6-2dcf-437b-b5b8-065aa1b11e1d/checklist/new/
+2017-04-25 05:33:44,904 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:33:44,904 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:33:44,934 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:33:45,076 DEBUG api_checklist 40 46028 140736342762432 Checklist was created successfully!
+2017-04-25 05:33:45,079 DEBUG db_general 177 46028 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTgnocJ' order by update_time desc limit 1;
+2017-04-25 05:33:45,085 DEBUG db_checklist 389 46028 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTgnocJ' order by create_time desc limit 1;
+2017-04-25 05:33:45,087 DEBUG api_checklist 116 46028 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b3afae6-2dcf-437b-b5b8-065aa1b11e1d/checklist/2571ebbb-375c-4860-b47f-34d2079e9063/nextstep/
+2017-04-25 05:33:45,258 DEBUG api_checklist 132 46028 140736342762432 Next step was added successfully!
+2017-04-25 05:33:45,258 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:33:45,258 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:33:46,065 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:33:46,704 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:33:46,804 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:33:46,810 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:33:47,450 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:47,966 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:48,495 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:33:49,321 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:33:49,836 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:01,386 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:34:01,389 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 05:34:01,389 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 05:34:01,406 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 05:34:01,407 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 05:34:01,407 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 05:34:03,518 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:34:04,835 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:34:04,835 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1bfb5121-1e63-4b05-b4ae-eac8d82845c3/0d8ef13d27454f26b573fee74a45885b
+2017-04-25 05:34:04,869 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:34:04,935 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:04,935 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:04,939 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:34:04,941 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:34:04,944 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:34:04,946 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:34:05,149 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:34:05,150 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/874e8b74-e6c7-4da1-b5c3-152c4bf4e78f/checklist/new/
+2017-04-25 05:34:05,216 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:05,216 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:05,247 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:34:05,315 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:05,315 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:05,316 DEBUG api_checklist 24 46028 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/874e8b74-e6c7-4da1-b5c3-152c4bf4e78f/checklist/new/
+2017-04-25 05:34:05,319 DEBUG db_general 153 46028 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 05:34:05,322 DEBUG db_general 165 46028 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 05:34:05,322 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/874e8b74-e6c7-4da1-b5c3-152c4bf4e78f/checklist/new/
+2017-04-25 05:34:05,393 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:05,393 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:05,424 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:34:05,567 DEBUG api_checklist 40 46028 140736342762432 Checklist was created successfully!
+2017-04-25 05:34:05,571 DEBUG db_general 177 46028 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTSK8Py' order by update_time desc limit 1;
+2017-04-25 05:34:05,577 DEBUG db_checklist 389 46028 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTSK8Py' order by create_time desc limit 1;
+2017-04-25 05:34:05,579 DEBUG api_checklist 116 46028 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/874e8b74-e6c7-4da1-b5c3-152c4bf4e78f/checklist/f33e7f84-bb73-4f26-bb78-4923eea6900d/nextstep/
+2017-04-25 05:34:05,728 DEBUG api_checklist 132 46028 140736342762432 Next step was added successfully!
+2017-04-25 05:34:05,729 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:34:05,729 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:34:06,547 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:34:07,193 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:34:07,293 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:34:07,298 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:34:07,962 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:08,477 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:09,003 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:09,819 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:10,334 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:21,931 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:34:21,931 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 05:34:21,931 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 05:34:21,944 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 05:34:21,945 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 05:34:21,945 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-04-25 05:34:24,049 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:34:25,461 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:34:25,461 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c4b0cc75-b130-49f7-8418-d3ca4c224026/50a4075ba51e4fb69db60188e8ff37ed
+2017-04-25 05:34:25,497 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:34:25,562 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:25,563 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:25,566 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:34:25,567 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:34:25,571 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:34:25,573 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:34:25,784 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:34:25,784 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/47117cbe-737a-417e-91c8-a9e6918a36b0/checklist/new/
+2017-04-25 05:34:25,851 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:25,851 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:25,881 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:34:25,945 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:25,946 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:25,946 DEBUG api_checklist 24 46028 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/47117cbe-737a-417e-91c8-a9e6918a36b0/checklist/new/
+2017-04-25 05:34:25,949 DEBUG db_general 153 46028 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 05:34:25,951 DEBUG db_general 165 46028 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 05:34:25,951 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/47117cbe-737a-417e-91c8-a9e6918a36b0/checklist/new/
+2017-04-25 05:34:26,022 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:26,022 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:26,052 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:34:26,195 DEBUG api_checklist 40 46028 140736342762432 Checklist was created successfully!
+2017-04-25 05:34:26,198 DEBUG db_general 177 46028 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST1HM92' order by update_time desc limit 1;
+2017-04-25 05:34:26,204 DEBUG db_checklist 389 46028 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST1HM92' order by create_time desc limit 1;
+2017-04-25 05:34:26,207 DEBUG api_checklist 116 46028 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/47117cbe-737a-417e-91c8-a9e6918a36b0/checklist/9177797c-62af-4307-bd0c-95b1f1afc1fd/nextstep/
+2017-04-25 05:34:26,354 DEBUG api_checklist 132 46028 140736342762432 Next step was added successfully!
+2017-04-25 05:34:26,354 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:34:26,354 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:34:27,176 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:34:27,819 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:34:27,915 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:34:27,921 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:34:28,588 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:29,207 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:30,076 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:30,591 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:31,722 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 05:34:31,722 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 05:34:31,742 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-04-25 05:34:31,742 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 05:34:31,743 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-04-25 05:34:33,852 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:34:35,137 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:34:35,137 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d9d4ad2c-3ae0-49c7-b725-03ec6bc7c664/52835aa36e2d43c8857af8764637edc8
+2017-04-25 05:34:35,172 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:34:35,247 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:35,247 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:35,251 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:34:35,253 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:34:35,257 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:34:35,258 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:34:35,457 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:34:35,458 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2743c90f-60e5-4d5f-8437-2b71b1135149/checklist/new/
+2017-04-25 05:34:35,521 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:35,521 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:35,552 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:34:35,552 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:34:35,552 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:34:36,367 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:34:37,013 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:34:37,112 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:34:37,116 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:34:37,732 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:38,244 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:38,772 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:39,594 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:40,109 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:42,699 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_step_with_empty_associated_files
+2017-04-25 05:34:42,701 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 05:34:42,701 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 05:34:42,719 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-04-25 05:34:42,719 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 05:34:42,720 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 05:34:44,837 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:34:46,221 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:34:46,221 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0db33d95-8de0-4a95-b79a-7906795f8ce3/8c4ba55f23e6493486bf1c7265df00b1
+2017-04-25 05:34:46,253 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:34:46,322 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:46,322 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:46,326 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:34:46,328 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:34:46,333 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:34:46,335 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:34:46,537 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:34:46,537 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/22736187-d014-4599-9bad-68257b8b8c1c/checklist/new/
+2017-04-25 05:34:46,603 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:46,603 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:46,634 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:34:46,701 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:34:46,701 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:34:46,711 DEBUG db_general 153 46028 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 05:34:46,714 DEBUG db_general 165 46028 140736342762432 Query result: 2
+2017-04-25 05:34:46,717 DEBUG db_general 153 46028 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 05:34:46,718 DEBUG db_general 165 46028 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 05:34:46,725 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:34:46,726 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:34:47,534 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:34:48,186 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:34:48,286 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:34:48,294 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:34:48,956 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:49,473 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:50,001 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:34:50,968 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:34:51,482 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:35:02,608 DEBUG db_general 153 46028 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 05:35:02,610 DEBUG db_general 165 46028 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:35:02,619 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:35:03,141 DEBUG db_general 153 46028 140736342762432 Query : select description from ice_next_step Where uuid = 'bcec87d8-a09f-4d6e-80be-f33d2a23fbbd';
+2017-04-25 05:35:03,144 DEBUG db_general 165 46028 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 05:35:03,151 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:35:03,663 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:35:03,663 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 05:35:03,663 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 05:35:03,678 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 05:35:03,678 DEBUG logFuncEntry 34 46028 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 05:35:03,678 DEBUG test_ui_base 36 46028 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 05:35:05,787 DEBUG test_ui_base 48 46028 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 05:35:07,186 DEBUG api_user 108 46028 140736342762432 Moving to next test case
+2017-04-25 05:35:07,186 DEBUG api_user 193 46028 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/88000e84-ee37-46e0-8172-193e79490201/e3d9e34bc90241ce927858e25b0c039f
+2017-04-25 05:35:07,221 DEBUG api_user 196 46028 140736342762432 APIUser activated successfully!
+2017-04-25 05:35:07,289 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:35:07,289 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:35:07,293 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 05:35:07,295 DEBUG db_general 141 46028 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 05:35:07,298 DEBUG db_general 130 46028 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 05:35:07,299 DEBUG db_general 141 46028 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 05:35:07,509 DEBUG api_virtual_function 72 46028 140736342762432 Virtual Function created successfully!
+2017-04-25 05:35:07,510 DEBUG api_gitlab 267 46028 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64196df8-08e8-4201-a300-77b805737497/checklist/new/
+2017-04-25 05:35:07,597 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:35:07,597 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:35:07,631 DEBUG api_gitlab 288 46028 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 05:35:07,735 DEBUG api_user 128 46028 140736342762432 200 OK
+2017-04-25 05:35:07,736 DEBUG api_user 130 46028 140736342762432 Login successfully.
+2017-04-25 05:35:07,755 DEBUG db_general 153 46028 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 05:35:07,758 DEBUG db_general 165 46028 140736342762432 Query result: 1
+2017-04-25 05:35:07,768 DEBUG db_general 153 46028 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 05:35:07,770 DEBUG db_general 165 46028 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 05:35:07,783 DEBUG fe_user 26 46028 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 05:35:07,784 DEBUG fe_user 27 46028 140736342762432 Insert Email
+2017-04-25 05:35:08,604 DEBUG fe_user 30 46028 140736342762432 Insert Password
+2017-04-25 05:35:09,239 DEBUG fe_user 32 46028 140736342762432 Click Login Button
+2017-04-25 05:35:09,337 DEBUG fe_user 34 46028 140736342762432 Login Button clicked
+2017-04-25 05:35:09,342 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 05:35:10,013 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:35:10,529 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:35:11,054 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 05:35:11,881 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:35:12,394 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:35:23,526 DEBUG db_general 153 46028 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 05:35:23,529 DEBUG db_general 165 46028 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 05:35:23,538 DEBUG wait 107 46028 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 05:35:24,057 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 05:35:24,057 DEBUG logFuncEntry 34 46028 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 05:35:24,058 DEBUG logFuncEntry 34 46028 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 05:35:24,072 DEBUG test_ui_base 66 46028 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 06:23:13,709 DEBUG logFuncEntry 34 47139 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:23:13,710 DEBUG test_ui_base 36 47139 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 06:23:15,861 DEBUG test_ui_base 48 47139 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:23:17,282 DEBUG api_user 108 47139 140736342762432 Moving to next test case
+2017-04-25 06:23:17,283 DEBUG api_user 193 47139 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9dd7f2a3-7190-4e89-aed4-f351ace0ae8d/284e7d13b7f646678d5ae2cdb2b75b8a
+2017-04-25 06:23:17,327 DEBUG api_user 196 47139 140736342762432 APIUser activated successfully!
+2017-04-25 06:23:17,402 DEBUG api_user 128 47139 140736342762432 200 OK
+2017-04-25 06:23:17,403 DEBUG api_user 130 47139 140736342762432 Login successfully.
+2017-04-25 06:23:17,408 DEBUG db_general 130 47139 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:23:17,411 DEBUG db_general 141 47139 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:23:17,415 DEBUG db_general 130 47139 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:23:17,417 DEBUG db_general 141 47139 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:23:17,654 DEBUG api_virtual_function 72 47139 140736342762432 Virtual Function created successfully!
+2017-04-25 06:23:17,654 DEBUG api_gitlab 267 47139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/005f348d-c128-4fa3-b3c2-2fc3f3c39860/checklist/new/
+2017-04-25 06:23:17,737 DEBUG api_user 128 47139 140736342762432 200 OK
+2017-04-25 06:23:17,737 DEBUG api_user 130 47139 140736342762432 Login successfully.
+2017-04-25 06:23:17,776 DEBUG api_gitlab 288 47139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:23:17,777 DEBUG fe_user 26 47139 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:23:17,777 DEBUG fe_user 27 47139 140736342762432 Insert Email
+2017-04-25 06:23:18,610 DEBUG fe_user 30 47139 140736342762432 Insert Password
+2017-04-25 06:23:19,258 DEBUG fe_user 32 47139 140736342762432 Click Login Button
+2017-04-25 06:23:19,362 DEBUG fe_user 34 47139 140736342762432 Login Button clicked
+2017-04-25 06:23:19,368 DEBUG wait 107 47139 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:23:20,057 DEBUG wait 107 47139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:23:20,578 DEBUG wait 107 47139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:23:21,107 DEBUG wait 107 47139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:23:21,947 DEBUG wait 107 47139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:23:22,463 DEBUG wait 107 47139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:25:14,340 ERROR exception_decor 23 47139 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:25:57,432 DEBUG logFuncEntry 34 47230 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:25:57,432 DEBUG test_ui_base 36 47230 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 06:25:59,574 DEBUG test_ui_base 48 47230 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:26:01,071 DEBUG api_user 108 47230 140736342762432 Moving to next test case
+2017-04-25 06:26:01,071 DEBUG api_user 193 47230 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/da209021-b0c9-4608-bae8-e47ac26567c5/546daaa1b5834ade98d4888c693d1b22
+2017-04-25 06:26:01,106 DEBUG api_user 196 47230 140736342762432 APIUser activated successfully!
+2017-04-25 06:26:01,197 DEBUG api_user 128 47230 140736342762432 200 OK
+2017-04-25 06:26:01,197 DEBUG api_user 130 47230 140736342762432 Login successfully.
+2017-04-25 06:26:01,204 DEBUG db_general 130 47230 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:26:01,207 DEBUG db_general 141 47230 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:26:01,216 DEBUG db_general 130 47230 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:26:01,218 DEBUG db_general 141 47230 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:26:01,545 DEBUG api_virtual_function 72 47230 140736342762432 Virtual Function created successfully!
+2017-04-25 06:26:01,546 DEBUG api_gitlab 267 47230 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/763f8442-a16a-48e8-93f4-d61e709c2786/checklist/new/
+2017-04-25 06:26:01,627 DEBUG api_user 128 47230 140736342762432 200 OK
+2017-04-25 06:26:01,628 DEBUG api_user 130 47230 140736342762432 Login successfully.
+2017-04-25 06:26:01,663 DEBUG api_gitlab 288 47230 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:26:01,663 DEBUG fe_user 26 47230 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:26:01,663 DEBUG fe_user 27 47230 140736342762432 Insert Email
+2017-04-25 06:26:02,477 DEBUG fe_user 30 47230 140736342762432 Insert Password
+2017-04-25 06:26:03,131 DEBUG fe_user 32 47230 140736342762432 Click Login Button
+2017-04-25 06:26:03,230 DEBUG fe_user 34 47230 140736342762432 Login Button clicked
+2017-04-25 06:26:03,234 DEBUG wait 107 47230 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:26:03,919 DEBUG wait 107 47230 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:26:04,434 DEBUG wait 107 47230 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:26:04,959 DEBUG wait 107 47230 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:26:05,785 DEBUG wait 107 47230 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:26:06,298 DEBUG wait 107 47230 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:26:19,506 ERROR exception_decor 23 47230 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:19,512 DEBUG logFuncEntry 34 47230 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:26:19,512 DEBUG logFuncEntry 34 47230 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:26:19,548 DEBUG test_ui_base 66 47230 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 06:26:45,622 DEBUG logFuncEntry 34 47282 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:26:45,622 DEBUG test_ui_base 36 47282 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 06:26:47,762 DEBUG test_ui_base 48 47282 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:26:49,135 DEBUG api_user 108 47282 140736342762432 Moving to next test case
+2017-04-25 06:26:49,135 DEBUG api_user 193 47282 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2806911b-7994-4f97-acc1-0e8fcdb5154f/753f01fc557140cbb434dc323ce63f61
+2017-04-25 06:26:49,167 DEBUG api_user 196 47282 140736342762432 APIUser activated successfully!
+2017-04-25 06:26:49,239 DEBUG api_user 128 47282 140736342762432 200 OK
+2017-04-25 06:26:49,240 DEBUG api_user 130 47282 140736342762432 Login successfully.
+2017-04-25 06:26:49,243 DEBUG db_general 130 47282 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:26:49,245 DEBUG db_general 141 47282 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:26:49,248 DEBUG db_general 130 47282 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:26:49,249 DEBUG db_general 141 47282 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:26:49,460 DEBUG api_virtual_function 72 47282 140736342762432 Virtual Function created successfully!
+2017-04-25 06:26:49,461 DEBUG api_gitlab 267 47282 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/94b99cab-04c5-498d-b9d9-b2be41f0077e/checklist/new/
+2017-04-25 06:26:49,547 DEBUG api_user 128 47282 140736342762432 200 OK
+2017-04-25 06:26:49,548 DEBUG api_user 130 47282 140736342762432 Login successfully.
+2017-04-25 06:26:49,581 DEBUG api_gitlab 288 47282 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:26:49,582 DEBUG fe_user 26 47282 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:26:49,582 DEBUG fe_user 27 47282 140736342762432 Insert Email
+2017-04-25 06:26:50,405 DEBUG fe_user 30 47282 140736342762432 Insert Password
+2017-04-25 06:26:51,054 DEBUG fe_user 32 47282 140736342762432 Click Login Button
+2017-04-25 06:26:51,157 DEBUG fe_user 34 47282 140736342762432 Login Button clicked
+2017-04-25 06:26:51,161 DEBUG wait 107 47282 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:26:51,854 DEBUG wait 107 47282 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:26:52,366 DEBUG wait 107 47282 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:26:52,889 DEBUG wait 107 47282 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:26:53,711 DEBUG wait 107 47282 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:26:54,223 DEBUG wait 107 47282 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:26:56,931 ERROR exception_decor 23 47282 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:56,935 DEBUG logFuncEntry 34 47282 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:26:56,936 DEBUG logFuncEntry 34 47282 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:26:56,969 DEBUG test_ui_base 66 47282 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 06:27:23,693 DEBUG logFuncEntry 34 47326 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:27:23,694 DEBUG test_ui_base 36 47326 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 06:27:25,834 DEBUG test_ui_base 48 47326 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:27:27,175 DEBUG api_user 108 47326 140736342762432 Moving to next test case
+2017-04-25 06:27:27,175 DEBUG api_user 193 47326 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bffd7626-f83d-437e-9316-a8bcaa2d80ce/c1c4ac23e9c5410c8d2a874a33678452
+2017-04-25 06:27:27,219 DEBUG api_user 196 47326 140736342762432 APIUser activated successfully!
+2017-04-25 06:27:27,301 DEBUG api_user 128 47326 140736342762432 200 OK
+2017-04-25 06:27:27,302 DEBUG api_user 130 47326 140736342762432 Login successfully.
+2017-04-25 06:27:27,308 DEBUG db_general 130 47326 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:27:27,310 DEBUG db_general 141 47326 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:27:27,313 DEBUG db_general 130 47326 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:27:27,314 DEBUG db_general 141 47326 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:27:27,535 DEBUG api_virtual_function 72 47326 140736342762432 Virtual Function created successfully!
+2017-04-25 06:27:27,535 DEBUG api_gitlab 267 47326 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1df18aea-43d3-4654-819b-e8ac96d0eb9e/checklist/new/
+2017-04-25 06:27:27,628 DEBUG api_user 128 47326 140736342762432 200 OK
+2017-04-25 06:27:27,629 DEBUG api_user 130 47326 140736342762432 Login successfully.
+2017-04-25 06:27:27,669 DEBUG api_gitlab 288 47326 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:27:27,669 DEBUG fe_user 26 47326 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:27:27,670 DEBUG fe_user 27 47326 140736342762432 Insert Email
+2017-04-25 06:27:28,497 DEBUG fe_user 30 47326 140736342762432 Insert Password
+2017-04-25 06:27:29,160 DEBUG fe_user 32 47326 140736342762432 Click Login Button
+2017-04-25 06:27:29,264 DEBUG fe_user 34 47326 140736342762432 Login Button clicked
+2017-04-25 06:27:29,270 DEBUG wait 107 47326 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:27:29,942 DEBUG wait 107 47326 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:27:30,463 DEBUG wait 107 47326 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:27:30,990 DEBUG wait 107 47326 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:27:31,818 DEBUG wait 107 47326 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:27:32,332 DEBUG wait 107 47326 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:27:56,379 ERROR exception_decor 23 47326 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:27:56,384 DEBUG logFuncEntry 34 47326 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:27:56,384 DEBUG logFuncEntry 34 47326 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:27:56,421 DEBUG test_ui_base 66 47326 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 06:28:51,264 DEBUG logFuncEntry 34 47391 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:28:51,264 DEBUG test_ui_base 36 47391 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 06:28:53,394 DEBUG test_ui_base 48 47391 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:28:54,732 DEBUG api_user 108 47391 140736342762432 Moving to next test case
+2017-04-25 06:28:54,732 DEBUG api_user 193 47391 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0aa2f4c5-f577-4db5-bf7e-4bed09dd5bdb/d69fb820a938416aa89409cb77fc8ad5
+2017-04-25 06:28:54,765 DEBUG api_user 196 47391 140736342762432 APIUser activated successfully!
+2017-04-25 06:28:54,840 DEBUG api_user 128 47391 140736342762432 200 OK
+2017-04-25 06:28:54,840 DEBUG api_user 130 47391 140736342762432 Login successfully.
+2017-04-25 06:28:54,843 DEBUG db_general 130 47391 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:28:54,845 DEBUG db_general 141 47391 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:28:54,848 DEBUG db_general 130 47391 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:28:54,849 DEBUG db_general 141 47391 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:28:55,055 DEBUG api_virtual_function 72 47391 140736342762432 Virtual Function created successfully!
+2017-04-25 06:28:55,055 DEBUG api_gitlab 267 47391 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf90d3f6-9627-4ab6-9262-37a776160125/checklist/new/
+2017-04-25 06:28:55,124 DEBUG api_user 128 47391 140736342762432 200 OK
+2017-04-25 06:28:55,125 DEBUG api_user 130 47391 140736342762432 Login successfully.
+2017-04-25 06:28:55,165 DEBUG api_gitlab 288 47391 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:28:55,165 DEBUG fe_user 26 47391 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:28:55,165 DEBUG fe_user 27 47391 140736342762432 Insert Email
+2017-04-25 06:28:56,043 DEBUG fe_user 30 47391 140736342762432 Insert Password
+2017-04-25 06:28:56,703 DEBUG fe_user 32 47391 140736342762432 Click Login Button
+2017-04-25 06:28:56,807 DEBUG fe_user 34 47391 140736342762432 Login Button clicked
+2017-04-25 06:28:56,811 DEBUG wait 107 47391 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:28:57,338 DEBUG wait 107 47391 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:28:57,863 DEBUG wait 107 47391 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:28:58,654 DEBUG wait 107 47391 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:28:59,168 DEBUG wait 107 47391 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:29:10,246 ERROR exception_decor 23 47391 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:29:10,251 DEBUG logFuncEntry 34 47391 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:29:10,252 DEBUG logFuncEntry 34 47391 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:29:10,270 DEBUG test_ui_base 66 47391 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 06:30:33,398 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:30:33,398 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 06:30:35,520 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:30:36,946 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:30:36,946 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0c80b3e6-c870-4199-ab30-fef6b0fb1f32/3069fc4e823e42638de2289629a3bb01
+2017-04-25 06:30:36,979 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:30:37,049 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:30:37,050 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:30:37,054 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:30:37,056 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:30:37,059 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:30:37,060 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:30:37,316 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:30:37,316 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d89594b5-dc54-4ed4-9a19-d1ba7d67abc0/checklist/new/
+2017-04-25 06:30:37,384 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:30:37,384 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:30:37,416 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:30:37,416 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:30:37,416 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:30:38,243 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:30:38,894 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:30:38,993 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:30:38,997 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:30:39,691 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:30:40,204 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:30:40,728 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:30:41,590 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:30:42,104 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:30:44,759 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:30:44,759 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 06:30:44,794 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 06:30:44,794 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 06:30:44,794 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 06:30:46,908 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:30:48,176 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:30:48,176 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d8d3577e-2c6e-4081-aae8-56a6afb81aae/d64b13180aff42c9b60b46806639a278
+2017-04-25 06:30:48,213 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:30:48,288 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:30:48,288 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:30:48,292 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:30:48,294 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:30:48,297 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:30:48,299 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:30:48,503 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:30:48,503 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14d29c4e-333c-4b44-b960-1dd46f555759/checklist/new/
+2017-04-25 06:30:48,570 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:30:48,570 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:30:48,602 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:30:48,602 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:30:48,602 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:30:49,494 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:30:50,142 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:30:50,243 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:30:50,247 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:30:50,970 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:30:51,483 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:30:52,007 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:30:52,833 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:30:53,348 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:30:55,980 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 06:30:55,980 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 06:30:56,015 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 06:30:56,016 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:30:56,016 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 06:30:58,119 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:30:59,424 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:30:59,424 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/59b5b5b9-deda-45cd-8dc8-91d83222c5b1/f7875fd4c5794b49bdd0d502b1456ec7
+2017-04-25 06:30:59,458 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:30:59,524 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:30:59,525 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:30:59,529 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:30:59,530 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:30:59,534 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:30:59,536 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:30:59,742 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:30:59,742 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/85a9af5d-a66b-4b36-b777-854ddd92c7c9/checklist/new/
+2017-04-25 06:30:59,811 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:30:59,812 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:30:59,847 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:30:59,858 DEBUG db_general 153 47454 140736342762432 Query : select id from ice_user_profile Where email = 'STOS6pW@intl.att.com';
+2017-04-25 06:30:59,860 DEBUG db_general 165 47454 140736342762432 Query result: 95
+2017-04-25 06:30:59,864 DEBUG db_general 153 47454 140736342762432 Query : select uuid from ice_next_step Where owner_id = '95';
+2017-04-25 06:30:59,866 DEBUG db_general 165 47454 140736342762432 Query result: c931f188-c2df-4de1-8ed9-34aabf497f59
+2017-04-25 06:30:59,875 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:30:59,875 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:31:00,749 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:31:01,414 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:31:01,514 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:31:01,518 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:31:02,033 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:02,562 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:03,354 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:03,871 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:27,962 DEBUG db_general 153 47454 140736342762432 Query : select description from ice_next_step Where uuid = 'c931f188-c2df-4de1-8ed9-34aabf497f59';
+2017-04-25 06:31:27,965 DEBUG db_general 165 47454 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:31:27,972 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:28,493 DEBUG db_general 153 47454 140736342762432 Query : select description from ice_next_step Where uuid = '2fec8c7b-31ec-45bc-b77d-8abb955b84a0';
+2017-04-25 06:31:28,496 DEBUG db_general 165 47454 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 06:31:28,501 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:29,013 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 06:31:29,018 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:31:29,018 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:31:29,034 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 06:31:29,034 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 06:31:29,034 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-25 06:31:31,138 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:31:32,428 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:31:32,428 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/973268e1-72f6-47e5-b53c-ddc484154a10/d15ed6d54cd04d189a2a61ca1a4c5c48
+2017-04-25 06:31:32,460 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:31:32,532 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:32,532 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:32,535 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:31:32,537 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:31:32,540 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:31:32,541 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:31:32,780 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:31:32,780 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d88baf2-7bcf-4c69-a2f7-4c5e65dca4df/checklist/new/
+2017-04-25 06:31:32,854 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:32,854 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:32,887 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:31:32,888 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:31:32,888 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:31:33,705 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:31:34,355 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:31:34,457 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:31:34,462 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:31:35,162 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:35,678 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:36,201 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:37,028 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:37,541 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:38,925 DEBUG test_next_step 96 47454 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 06:31:39,734 DEBUG test_next_step 96 47454 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 06:31:39,734 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 06:31:39,734 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 06:31:39,749 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-25 06:31:39,750 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 06:31:39,750 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-25 06:31:41,855 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:31:43,229 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:31:43,229 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf217d06-87f5-4ae4-9036-2a3d4c050ad1/489e6f3f183640739ecfff2cce584f48
+2017-04-25 06:31:43,260 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:31:43,331 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:43,332 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:43,337 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:31:43,338 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:31:43,341 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:31:43,343 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:31:43,603 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:31:43,603 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7285d40-7db4-47d8-9744-04fa00496ee8/checklist/new/
+2017-04-25 06:31:43,670 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:43,671 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:43,703 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:31:43,703 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:31:43,703 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:31:44,523 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:31:45,172 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:31:45,273 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:31:45,278 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:31:45,993 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:46,510 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:47,037 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:47,861 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:48,375 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:49,762 DEBUG test_next_step 109 47454 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 06:31:50,606 DEBUG test_next_step 109 47454 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 06:31:50,606 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 06:31:50,606 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 06:31:50,623 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-25 06:31:50,623 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:31:50,623 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 06:31:52,729 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:31:53,991 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:31:53,991 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5f034ce4-f0b3-4d19-a4d4-27b524310048/64d820dab3cd47a7bc0c3d6b91409aad
+2017-04-25 06:31:54,026 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:31:54,098 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:54,098 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:54,103 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:31:54,105 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:31:54,109 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:31:54,111 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:31:54,338 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:31:54,338 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49e961d5-f6f2-4143-b891-3f5a5ab6d09d/checklist/new/
+2017-04-25 06:31:54,405 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:54,406 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:54,442 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:31:54,508 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:54,508 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:54,509 DEBUG api_checklist 24 47454 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49e961d5-f6f2-4143-b891-3f5a5ab6d09d/checklist/new/
+2017-04-25 06:31:54,512 DEBUG db_general 153 47454 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:31:54,514 DEBUG db_general 165 47454 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:31:54,514 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49e961d5-f6f2-4143-b891-3f5a5ab6d09d/checklist/new/
+2017-04-25 06:31:54,586 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:31:54,586 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:31:54,618 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:31:54,767 DEBUG api_checklist 40 47454 140736342762432 Checklist was created successfully!
+2017-04-25 06:31:54,771 DEBUG db_general 177 47454 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTeTs8H' order by update_time desc limit 1;
+2017-04-25 06:31:54,776 DEBUG db_checklist 389 47454 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTeTs8H' order by create_time desc limit 1;
+2017-04-25 06:31:54,778 DEBUG api_checklist 116 47454 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49e961d5-f6f2-4143-b891-3f5a5ab6d09d/checklist/7343b68d-77b8-42a0-b095-3272ae893403/nextstep/
+2017-04-25 06:31:54,934 DEBUG api_checklist 132 47454 140736342762432 Next step was added successfully!
+2017-04-25 06:31:54,935 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:31:54,935 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:31:55,753 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:31:56,397 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:31:56,492 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:31:56,496 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:31:57,191 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:57,708 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:58,234 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:31:59,075 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:31:59,590 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:11,148 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:32:11,153 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:32:11,153 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:32:11,173 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 06:32:11,174 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:32:11,174 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 06:32:13,291 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:32:14,584 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:32:14,584 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2a3fc2c-547f-484e-aa37-b5ad085281c3/c3b1022bcefd4240af550391eff0ba53
+2017-04-25 06:32:14,615 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:32:14,684 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:14,684 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:14,688 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:32:14,689 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:32:14,692 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:32:14,694 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:32:14,904 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:32:14,904 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01b5ce37-d649-4a21-b130-432b9952d8d6/checklist/new/
+2017-04-25 06:32:14,975 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:14,975 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:15,012 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:32:15,081 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:15,081 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:15,081 DEBUG api_checklist 24 47454 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01b5ce37-d649-4a21-b130-432b9952d8d6/checklist/new/
+2017-04-25 06:32:15,086 DEBUG db_general 153 47454 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:32:15,088 DEBUG db_general 165 47454 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:32:15,088 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01b5ce37-d649-4a21-b130-432b9952d8d6/checklist/new/
+2017-04-25 06:32:15,168 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:15,168 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:15,201 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:32:15,339 DEBUG api_checklist 40 47454 140736342762432 Checklist was created successfully!
+2017-04-25 06:32:15,343 DEBUG db_general 177 47454 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTT7wbI' order by update_time desc limit 1;
+2017-04-25 06:32:15,349 DEBUG db_checklist 389 47454 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTT7wbI' order by create_time desc limit 1;
+2017-04-25 06:32:15,352 DEBUG api_checklist 116 47454 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01b5ce37-d649-4a21-b130-432b9952d8d6/checklist/04807751-c10c-4ae4-9804-28e9a0c09e48/nextstep/
+2017-04-25 06:32:15,529 DEBUG api_checklist 132 47454 140736342762432 Next step was added successfully!
+2017-04-25 06:32:15,529 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:32:15,529 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:32:16,351 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:32:16,999 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:32:17,097 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:32:17,100 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:32:17,900 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:18,424 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:19,250 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:19,765 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:31,375 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:32:31,376 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:32:31,376 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:32:31,391 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 06:32:31,392 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 06:32:31,392 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-04-25 06:32:33,499 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:32:34,889 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:32:34,889 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4536a8f-f3e7-4160-b2c0-d6c38c717def/d89c8565b43e4fefa76f81a37c81e04e
+2017-04-25 06:32:34,923 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:32:34,993 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:34,994 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:34,999 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:32:35,000 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:32:35,005 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:32:35,006 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:32:35,272 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:32:35,272 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b50f333f-f304-47a8-a90b-62848997f86d/checklist/new/
+2017-04-25 06:32:35,340 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:35,341 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:35,372 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:32:35,443 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:35,443 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:35,443 DEBUG api_checklist 24 47454 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b50f333f-f304-47a8-a90b-62848997f86d/checklist/new/
+2017-04-25 06:32:35,448 DEBUG db_general 153 47454 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:32:35,450 DEBUG db_general 165 47454 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:32:35,450 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b50f333f-f304-47a8-a90b-62848997f86d/checklist/new/
+2017-04-25 06:32:35,518 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:35,518 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:35,552 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:32:35,705 DEBUG api_checklist 40 47454 140736342762432 Checklist was created successfully!
+2017-04-25 06:32:35,709 DEBUG db_general 177 47454 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTpItvd' order by update_time desc limit 1;
+2017-04-25 06:32:35,716 DEBUG db_checklist 389 47454 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTpItvd' order by create_time desc limit 1;
+2017-04-25 06:32:35,718 DEBUG api_checklist 116 47454 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b50f333f-f304-47a8-a90b-62848997f86d/checklist/150efa59-c97d-4025-a6cb-380d99ebe45b/nextstep/
+2017-04-25 06:32:35,892 DEBUG api_checklist 132 47454 140736342762432 Next step was added successfully!
+2017-04-25 06:32:35,892 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:32:35,893 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:32:36,700 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:32:37,337 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:32:37,436 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:32:37,441 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:32:38,116 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:38,632 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:39,160 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:39,991 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:40,505 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:41,627 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 06:32:41,628 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 06:32:41,646 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-04-25 06:32:41,646 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 06:32:41,646 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-04-25 06:32:43,751 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:32:45,038 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:32:45,038 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b244304f-b462-4b1d-955e-67736faf3cd8/c50d3bd33a854182b974b148b98d40a6
+2017-04-25 06:32:45,069 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:32:45,138 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:45,138 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:45,143 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:32:45,144 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:32:45,148 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:32:45,149 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:32:45,360 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:32:45,361 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/daa28b61-3c5b-4789-84a2-860e0b9c1b04/checklist/new/
+2017-04-25 06:32:45,432 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:45,432 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:45,461 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:32:45,462 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:32:45,462 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:32:46,278 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:32:46,925 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:32:47,026 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:32:47,030 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:32:47,852 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:48,378 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:49,211 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:49,726 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:32:52,520 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 06:32:52,520 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 06:32:52,586 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-04-25 06:32:52,586 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 06:32:52,586 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 06:32:54,701 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:32:55,967 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:32:55,968 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75a43209-5eae-463e-9d9b-2e3288d7d169/9d15f8777b9c48389b8fc3f0392663d1
+2017-04-25 06:32:56,000 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:32:56,066 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:56,067 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:56,070 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:32:56,072 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:32:56,075 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:32:56,076 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:32:56,280 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:32:56,280 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c30331c1-e350-4571-b0e0-1786be4b0010/checklist/new/
+2017-04-25 06:32:56,349 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:56,349 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:56,382 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:32:56,472 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:32:56,472 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:32:56,481 DEBUG db_general 153 47454 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 06:32:56,484 DEBUG db_general 165 47454 140736342762432 Query result: 1
+2017-04-25 06:32:56,487 DEBUG db_general 153 47454 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 06:32:56,488 DEBUG db_general 165 47454 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 06:32:56,494 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:32:56,494 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:32:57,306 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:32:57,954 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:32:58,056 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:32:58,060 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:32:58,746 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:59,260 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:32:59,785 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:33:00,609 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:01,126 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:12,299 DEBUG db_general 153 47454 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 06:33:12,302 DEBUG db_general 165 47454 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:33:12,310 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:12,830 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 06:33:12,833 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 06:33:12,834 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 06:33:12,852 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 06:33:12,853 DEBUG logFuncEntry 34 47454 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:33:12,853 DEBUG test_ui_base 36 47454 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 06:33:14,970 DEBUG test_ui_base 48 47454 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:33:16,363 DEBUG api_user 108 47454 140736342762432 Moving to next test case
+2017-04-25 06:33:16,363 DEBUG api_user 193 47454 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c9e3597a-bab7-412b-a4ca-99cb4babfbf7/41ed49d77537497f86189d3dbfb4cd98
+2017-04-25 06:33:16,397 DEBUG api_user 196 47454 140736342762432 APIUser activated successfully!
+2017-04-25 06:33:16,465 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:33:16,465 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:33:16,469 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:33:16,470 DEBUG db_general 141 47454 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:33:16,475 DEBUG db_general 130 47454 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:33:16,477 DEBUG db_general 141 47454 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:33:16,703 DEBUG api_virtual_function 72 47454 140736342762432 Virtual Function created successfully!
+2017-04-25 06:33:16,703 DEBUG api_gitlab 267 47454 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e2622834-27c1-4746-9e70-da5f2ee30293/checklist/new/
+2017-04-25 06:33:16,773 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:33:16,773 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:33:16,805 DEBUG api_gitlab 288 47454 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:33:16,878 DEBUG api_user 128 47454 140736342762432 200 OK
+2017-04-25 06:33:16,878 DEBUG api_user 130 47454 140736342762432 Login successfully.
+2017-04-25 06:33:16,890 DEBUG db_general 153 47454 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 06:33:16,892 DEBUG db_general 165 47454 140736342762432 Query result: 1
+2017-04-25 06:33:16,896 DEBUG db_general 153 47454 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 06:33:16,897 DEBUG db_general 165 47454 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 06:33:16,904 DEBUG fe_user 26 47454 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:33:16,904 DEBUG fe_user 27 47454 140736342762432 Insert Email
+2017-04-25 06:33:17,717 DEBUG fe_user 30 47454 140736342762432 Insert Password
+2017-04-25 06:33:18,372 DEBUG fe_user 32 47454 140736342762432 Click Login Button
+2017-04-25 06:33:18,469 DEBUG fe_user 34 47454 140736342762432 Login Button clicked
+2017-04-25 06:33:18,473 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:33:19,177 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:33:19,695 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:33:20,222 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:33:21,049 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:21,565 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:32,722 DEBUG db_general 153 47454 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 06:33:32,725 DEBUG db_general 165 47454 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:33:32,733 DEBUG wait 107 47454 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:33,250 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:33:33,250 DEBUG logFuncEntry 34 47454 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:33:33,250 DEBUG logFuncEntry 34 47454 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:33:33,263 DEBUG test_ui_base 66 47454 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 06:33:42,776 DEBUG logFuncEntry 34 47889 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:33:42,776 DEBUG test_ui_base 36 47889 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 06:33:44,906 DEBUG test_ui_base 48 47889 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:33:46,238 DEBUG api_user 108 47889 140736342762432 Moving to next test case
+2017-04-25 06:33:46,238 DEBUG api_user 193 47889 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61ffe52b-140a-4b22-b3cd-1cfbc00e18bb/19fbf6c2b3a7460a943f694e682541e5
+2017-04-25 06:33:46,273 DEBUG api_user 196 47889 140736342762432 APIUser activated successfully!
+2017-04-25 06:33:46,345 DEBUG api_user 128 47889 140736342762432 200 OK
+2017-04-25 06:33:46,346 DEBUG api_user 130 47889 140736342762432 Login successfully.
+2017-04-25 06:33:46,350 DEBUG db_general 130 47889 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:33:46,351 DEBUG db_general 141 47889 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:33:46,354 DEBUG db_general 130 47889 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:33:46,356 DEBUG db_general 141 47889 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:33:46,577 DEBUG api_virtual_function 72 47889 140736342762432 Virtual Function created successfully!
+2017-04-25 06:33:46,577 DEBUG api_gitlab 267 47889 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9988299e-3836-4a00-883d-eae16bc87512/checklist/new/
+2017-04-25 06:33:46,644 DEBUG api_user 128 47889 140736342762432 200 OK
+2017-04-25 06:33:46,644 DEBUG api_user 130 47889 140736342762432 Login successfully.
+2017-04-25 06:33:46,678 DEBUG api_gitlab 288 47889 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:33:46,701 DEBUG db_general 153 47889 140736342762432 Query : select id from ice_user_profile Where email = 'ST7sg38@intl.att.com';
+2017-04-25 06:33:46,704 DEBUG db_general 165 47889 140736342762432 Query result: 104
+2017-04-25 06:33:46,711 DEBUG db_general 153 47889 140736342762432 Query : select uuid from ice_next_step Where owner_id = '104';
+2017-04-25 06:33:46,713 DEBUG db_general 165 47889 140736342762432 Query result: 35fe1baf-d0ba-4906-951a-40bc7ec7cfce
+2017-04-25 06:33:46,728 DEBUG fe_user 26 47889 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:33:46,729 DEBUG fe_user 27 47889 140736342762432 Insert Email
+2017-04-25 06:33:47,607 DEBUG fe_user 30 47889 140736342762432 Insert Password
+2017-04-25 06:33:48,275 DEBUG fe_user 32 47889 140736342762432 Click Login Button
+2017-04-25 06:33:48,376 DEBUG fe_user 34 47889 140736342762432 Login Button clicked
+2017-04-25 06:33:48,380 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:33:48,931 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:33:49,462 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:33:50,265 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:33:50,780 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:34:15,035 DEBUG db_general 153 47889 140736342762432 Query : select description from ice_next_step Where uuid = '35fe1baf-d0ba-4906-951a-40bc7ec7cfce';
+2017-04-25 06:34:15,038 DEBUG db_general 165 47889 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:34:15,046 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:34:15,568 DEBUG db_general 153 47889 140736342762432 Query : select description from ice_next_step Where uuid = 'bf494ee2-cdf4-4fd4-b6e7-20bd72bad812';
+2017-04-25 06:34:15,571 DEBUG db_general 165 47889 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 06:34:15,578 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:34:16,096 DEBUG db_general 153 47889 140736342762432 Query : select description from ice_next_step Where uuid = 'a6d90f03-3615-46c4-9ed4-ea97989bedea';
+2017-04-25 06:34:16,099 DEBUG db_general 165 47889 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 06:34:16,106 DEBUG wait 107 47889 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:34:16,617 DEBUG logFuncEntry 34 47889 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:34:16,617 DEBUG logFuncEntry 34 47889 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:34:16,631 DEBUG test_ui_base 66 47889 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 06:37:50,548 DEBUG logFuncEntry 34 48003 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 06:37:50,549 DEBUG test_ui_base 36 48003 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-25 06:37:52,667 DEBUG test_ui_base 48 48003 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:37:54,006 DEBUG api_user 108 48003 140736342762432 Moving to next test case
+2017-04-25 06:37:54,006 DEBUG api_user 193 48003 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/46421d51-ddb3-4fce-936e-1656b252c69a/e7b4c2937fc646f28988a10e6b660869
+2017-04-25 06:37:54,040 DEBUG api_user 196 48003 140736342762432 APIUser activated successfully!
+2017-04-25 06:37:54,110 DEBUG api_user 128 48003 140736342762432 200 OK
+2017-04-25 06:37:54,110 DEBUG api_user 130 48003 140736342762432 Login successfully.
+2017-04-25 06:37:54,114 DEBUG db_general 130 48003 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:37:54,116 DEBUG db_general 141 48003 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:37:54,120 DEBUG db_general 130 48003 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:37:54,122 DEBUG db_general 141 48003 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:37:54,333 DEBUG api_virtual_function 72 48003 140736342762432 Virtual Function created successfully!
+2017-04-25 06:37:54,334 DEBUG api_gitlab 267 48003 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec1c5017-8f1f-43a2-87b4-dce26f7a37a9/checklist/new/
+2017-04-25 06:37:54,409 DEBUG api_user 128 48003 140736342762432 200 OK
+2017-04-25 06:37:54,409 DEBUG api_user 130 48003 140736342762432 Login successfully.
+2017-04-25 06:37:54,445 DEBUG api_gitlab 288 48003 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:37:54,445 DEBUG fe_user 26 48003 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:37:54,445 DEBUG fe_user 27 48003 140736342762432 Insert Email
+2017-04-25 06:37:55,277 DEBUG fe_user 30 48003 140736342762432 Insert Password
+2017-04-25 06:37:55,918 DEBUG fe_user 32 48003 140736342762432 Click Login Button
+2017-04-25 06:37:56,018 DEBUG fe_user 34 48003 140736342762432 Login Button clicked
+2017-04-25 06:37:56,349 DEBUG wait 107 48003 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:37:56,872 DEBUG wait 107 48003 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:37:57,403 DEBUG wait 107 48003 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:37:58,217 DEBUG wait 107 48003 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:37:58,733 DEBUG wait 107 48003 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:38:00,127 DEBUG test_next_step 92 48003 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 06:38:00,938 DEBUG test_next_step 92 48003 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 06:38:00,938 DEBUG logFuncEntry 34 48003 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 06:38:00,938 DEBUG logFuncEntry 34 48003 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 06:38:00,954 DEBUG test_ui_base 66 48003 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-25 06:38:11,291 DEBUG logFuncEntry 34 48048 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 06:38:11,291 DEBUG test_ui_base 36 48048 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-04-25 06:38:13,409 DEBUG test_ui_base 48 48048 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:38:14,714 DEBUG api_user 108 48048 140736342762432 Moving to next test case
+2017-04-25 06:38:14,714 DEBUG api_user 193 48048 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e39af500-8705-46f4-ab74-cc369d2afef3/05399779de5f4b99ad54a9cf3f7d4e7c
+2017-04-25 06:38:14,746 DEBUG api_user 196 48048 140736342762432 APIUser activated successfully!
+2017-04-25 06:38:14,813 DEBUG api_user 128 48048 140736342762432 200 OK
+2017-04-25 06:38:14,814 DEBUG api_user 130 48048 140736342762432 Login successfully.
+2017-04-25 06:38:14,818 DEBUG db_general 130 48048 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:38:14,819 DEBUG db_general 141 48048 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:38:14,823 DEBUG db_general 130 48048 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:38:14,824 DEBUG db_general 141 48048 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:38:15,032 DEBUG api_virtual_function 72 48048 140736342762432 Virtual Function created successfully!
+2017-04-25 06:38:15,032 DEBUG api_gitlab 267 48048 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8507d566-cb1d-45e7-91b6-2239af0841ad/checklist/new/
+2017-04-25 06:38:15,109 DEBUG api_user 128 48048 140736342762432 200 OK
+2017-04-25 06:38:15,109 DEBUG api_user 130 48048 140736342762432 Login successfully.
+2017-04-25 06:38:15,144 DEBUG api_gitlab 288 48048 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:38:15,145 DEBUG fe_user 26 48048 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:38:15,145 DEBUG fe_user 27 48048 140736342762432 Insert Email
+2017-04-25 06:38:15,996 DEBUG fe_user 30 48048 140736342762432 Insert Password
+2017-04-25 06:38:16,648 DEBUG fe_user 32 48048 140736342762432 Click Login Button
+2017-04-25 06:38:16,752 DEBUG fe_user 34 48048 140736342762432 Login Button clicked
+2017-04-25 06:38:16,757 DEBUG wait 107 48048 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:38:17,551 DEBUG wait 107 48048 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:38:18,078 DEBUG wait 107 48048 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:38:19,056 DEBUG wait 107 48048 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:38:19,572 DEBUG wait 107 48048 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:38:22,385 DEBUG logFuncEntry 34 48048 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 06:38:22,385 DEBUG logFuncEntry 34 48048 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 06:38:22,403 DEBUG test_ui_base 66 48048 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-04-25 06:38:30,746 DEBUG logFuncEntry 34 48089 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 06:38:30,746 DEBUG test_ui_base 36 48089 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-04-25 06:38:32,861 DEBUG test_ui_base 48 48089 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:38:34,264 DEBUG api_user 108 48089 140736342762432 Moving to next test case
+2017-04-25 06:38:34,265 DEBUG api_user 193 48089 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9556c2a5-9e82-4634-b4c7-bc6d8ae8fd3d/4be71b0154774c3380fb77f70aa1d651
+2017-04-25 06:38:34,297 DEBUG api_user 196 48089 140736342762432 APIUser activated successfully!
+2017-04-25 06:38:34,366 DEBUG api_user 128 48089 140736342762432 200 OK
+2017-04-25 06:38:34,366 DEBUG api_user 130 48089 140736342762432 Login successfully.
+2017-04-25 06:38:34,371 DEBUG db_general 130 48089 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:38:34,372 DEBUG db_general 141 48089 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:38:34,375 DEBUG db_general 130 48089 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:38:34,376 DEBUG db_general 141 48089 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:38:34,638 DEBUG api_virtual_function 72 48089 140736342762432 Virtual Function created successfully!
+2017-04-25 06:38:34,638 DEBUG api_gitlab 267 48089 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81cb7dea-4835-433e-8666-73064fb2e723/checklist/new/
+2017-04-25 06:38:34,716 DEBUG api_user 128 48089 140736342762432 200 OK
+2017-04-25 06:38:34,716 DEBUG api_user 130 48089 140736342762432 Login successfully.
+2017-04-25 06:38:34,751 DEBUG api_gitlab 288 48089 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:38:34,827 DEBUG api_user 128 48089 140736342762432 200 OK
+2017-04-25 06:38:34,827 DEBUG api_user 130 48089 140736342762432 Login successfully.
+2017-04-25 06:38:34,827 DEBUG api_checklist 24 48089 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81cb7dea-4835-433e-8666-73064fb2e723/checklist/new/
+2017-04-25 06:38:34,831 DEBUG db_general 153 48089 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:38:34,833 DEBUG db_general 165 48089 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:38:34,833 DEBUG api_gitlab 267 48089 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81cb7dea-4835-433e-8666-73064fb2e723/checklist/new/
+2017-04-25 06:38:34,901 DEBUG api_user 128 48089 140736342762432 200 OK
+2017-04-25 06:38:34,901 DEBUG api_user 130 48089 140736342762432 Login successfully.
+2017-04-25 06:38:34,932 DEBUG api_gitlab 288 48089 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:38:35,079 DEBUG api_checklist 40 48089 140736342762432 Checklist was created successfully!
+2017-04-25 06:38:35,083 DEBUG db_general 177 48089 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTEcgh0' order by update_time desc limit 1;
+2017-04-25 06:38:35,088 DEBUG db_checklist 389 48089 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTEcgh0' order by create_time desc limit 1;
+2017-04-25 06:38:35,090 DEBUG api_checklist 116 48089 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81cb7dea-4835-433e-8666-73064fb2e723/checklist/ecb8335f-254e-47cb-bd74-123c70406f1c/nextstep/
+2017-04-25 06:38:35,262 DEBUG api_checklist 132 48089 140736342762432 Next step was added successfully!
+2017-04-25 06:38:35,262 DEBUG fe_user 26 48089 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:38:35,262 DEBUG fe_user 27 48089 140736342762432 Insert Email
+2017-04-25 06:38:36,099 DEBUG fe_user 30 48089 140736342762432 Insert Password
+2017-04-25 06:38:36,747 DEBUG fe_user 32 48089 140736342762432 Click Login Button
+2017-04-25 06:38:36,849 DEBUG fe_user 34 48089 140736342762432 Login Button clicked
+2017-04-25 06:38:36,855 DEBUG wait 107 48089 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:38:37,539 DEBUG wait 107 48089 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:38:38,056 DEBUG wait 107 48089 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:38:38,582 DEBUG wait 107 48089 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:38:39,408 DEBUG wait 107 48089 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:38:39,923 DEBUG wait 107 48089 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:38:41,055 DEBUG logFuncEntry 34 48089 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 06:38:41,055 DEBUG logFuncEntry 34 48089 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 06:38:41,084 DEBUG test_ui_base 66 48089 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-04-25 06:38:59,676 DEBUG logFuncEntry 34 48139 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:38:59,676 DEBUG test_ui_base 36 48139 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 06:39:01,795 DEBUG test_ui_base 48 48139 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:39:03,082 DEBUG api_user 108 48139 140736342762432 Moving to next test case
+2017-04-25 06:39:03,083 DEBUG api_user 193 48139 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14a5ee27-962f-4469-9a63-44631770d4af/9f81a736bba644d6bb299ba0988d2892
+2017-04-25 06:39:03,115 DEBUG api_user 196 48139 140736342762432 APIUser activated successfully!
+2017-04-25 06:39:03,185 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:03,185 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:03,189 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:39:03,191 DEBUG db_general 141 48139 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:39:03,194 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:39:03,195 DEBUG db_general 141 48139 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:39:03,469 DEBUG api_virtual_function 72 48139 140736342762432 Virtual Function created successfully!
+2017-04-25 06:39:03,469 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/404467eb-fcd9-43a9-a50e-fabad3b979bd/checklist/new/
+2017-04-25 06:39:03,538 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:03,538 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:03,569 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:39:03,579 DEBUG db_general 153 48139 140736342762432 Query : select id from ice_user_profile Where email = 'STh2kEo@intl.att.com';
+2017-04-25 06:39:03,583 DEBUG db_general 165 48139 140736342762432 Query result: 108
+2017-04-25 06:39:03,586 DEBUG db_general 153 48139 140736342762432 Query : select uuid from ice_next_step Where owner_id = '108';
+2017-04-25 06:39:03,588 DEBUG db_general 165 48139 140736342762432 Query result: b12cdda3-2168-4972-af2d-8dcc1fffe563
+2017-04-25 06:39:03,595 DEBUG fe_user 26 48139 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:39:03,595 DEBUG fe_user 27 48139 140736342762432 Insert Email
+2017-04-25 06:39:04,466 DEBUG fe_user 30 48139 140736342762432 Insert Password
+2017-04-25 06:39:05,123 DEBUG fe_user 32 48139 140736342762432 Click Login Button
+2017-04-25 06:39:05,223 DEBUG fe_user 34 48139 140736342762432 Login Button clicked
+2017-04-25 06:39:05,230 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:39:05,750 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:06,277 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:07,064 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:39:07,577 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:39:20,413 DEBUG logFuncEntry 34 48139 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:39:20,413 DEBUG logFuncEntry 34 48139 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 06:39:20,429 DEBUG test_ui_base 66 48139 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 06:39:20,429 DEBUG logFuncEntry 34 48139 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:39:20,429 DEBUG test_ui_base 36 48139 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 06:39:22,531 DEBUG test_ui_base 48 48139 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:39:23,804 DEBUG api_user 108 48139 140736342762432 Moving to next test case
+2017-04-25 06:39:23,804 DEBUG api_user 193 48139 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb0fe64f-7eac-4cc7-82f7-94c67922716c/880e3ef4c9b14e7b8480d7052325ed6b
+2017-04-25 06:39:23,837 DEBUG api_user 196 48139 140736342762432 APIUser activated successfully!
+2017-04-25 06:39:23,904 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:23,904 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:23,909 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:39:23,910 DEBUG db_general 141 48139 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:39:23,913 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:39:23,915 DEBUG db_general 141 48139 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:39:24,126 DEBUG api_virtual_function 72 48139 140736342762432 Virtual Function created successfully!
+2017-04-25 06:39:24,126 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cc02803-7c0d-4ccb-bf5d-c2b255e3f14a/checklist/new/
+2017-04-25 06:39:24,194 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:24,195 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:24,227 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:39:24,307 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:24,307 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:24,307 DEBUG api_checklist 24 48139 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cc02803-7c0d-4ccb-bf5d-c2b255e3f14a/checklist/new/
+2017-04-25 06:39:24,312 DEBUG db_general 153 48139 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:39:24,313 DEBUG db_general 165 48139 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:39:24,313 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cc02803-7c0d-4ccb-bf5d-c2b255e3f14a/checklist/new/
+2017-04-25 06:39:24,381 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:24,381 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:24,416 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:39:24,574 DEBUG api_checklist 40 48139 140736342762432 Checklist was created successfully!
+2017-04-25 06:39:24,577 DEBUG db_general 177 48139 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISThXngT' order by update_time desc limit 1;
+2017-04-25 06:39:24,583 DEBUG db_checklist 389 48139 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISThXngT' order by create_time desc limit 1;
+2017-04-25 06:39:24,585 DEBUG api_checklist 116 48139 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cc02803-7c0d-4ccb-bf5d-c2b255e3f14a/checklist/5d8daef5-6f2c-4d11-a03f-f9e03ecaf992/nextstep/
+2017-04-25 06:39:24,872 DEBUG api_checklist 132 48139 140736342762432 Next step was added successfully!
+2017-04-25 06:39:24,872 DEBUG fe_user 26 48139 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:39:24,872 DEBUG fe_user 27 48139 140736342762432 Insert Email
+2017-04-25 06:39:25,702 DEBUG fe_user 30 48139 140736342762432 Insert Password
+2017-04-25 06:39:26,352 DEBUG fe_user 32 48139 140736342762432 Click Login Button
+2017-04-25 06:39:26,447 DEBUG fe_user 34 48139 140736342762432 Login Button clicked
+2017-04-25 06:39:26,454 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:39:27,269 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:27,795 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:28,637 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:39:29,152 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:39:40,707 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:39:40,713 DEBUG logFuncEntry 34 48139 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:39:40,713 DEBUG logFuncEntry 34 48139 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:39:40,732 DEBUG test_ui_base 66 48139 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 06:39:40,733 DEBUG logFuncEntry 34 48139 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:39:40,733 DEBUG test_ui_base 36 48139 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 06:39:42,844 DEBUG test_ui_base 48 48139 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:39:44,336 DEBUG api_user 108 48139 140736342762432 Moving to next test case
+2017-04-25 06:39:44,336 DEBUG api_user 193 48139 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/016839ef-e3a7-4bcd-ac6f-b57d2fab9010/65dc039ae9ef4e85b6171e8351bb7db7
+2017-04-25 06:39:44,370 DEBUG api_user 196 48139 140736342762432 APIUser activated successfully!
+2017-04-25 06:39:44,479 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:44,479 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:44,483 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:39:44,484 DEBUG db_general 141 48139 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:39:44,487 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:39:44,489 DEBUG db_general 141 48139 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:39:44,724 DEBUG api_virtual_function 72 48139 140736342762432 Virtual Function created successfully!
+2017-04-25 06:39:44,724 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c412d96-c9fb-4431-906f-55fd1b45435a/checklist/new/
+2017-04-25 06:39:44,804 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:44,804 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:44,835 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:39:44,904 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:44,904 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:44,904 DEBUG api_checklist 24 48139 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c412d96-c9fb-4431-906f-55fd1b45435a/checklist/new/
+2017-04-25 06:39:44,908 DEBUG db_general 153 48139 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:39:44,910 DEBUG db_general 165 48139 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:39:44,910 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c412d96-c9fb-4431-906f-55fd1b45435a/checklist/new/
+2017-04-25 06:39:44,980 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:39:44,980 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:39:45,012 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:39:45,158 DEBUG api_checklist 40 48139 140736342762432 Checklist was created successfully!
+2017-04-25 06:39:45,161 DEBUG db_general 177 48139 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTiGbtB' order by update_time desc limit 1;
+2017-04-25 06:39:45,167 DEBUG db_checklist 389 48139 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTiGbtB' order by create_time desc limit 1;
+2017-04-25 06:39:45,169 DEBUG api_checklist 116 48139 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c412d96-c9fb-4431-906f-55fd1b45435a/checklist/86f646cd-9300-418f-ac33-7560959d734d/nextstep/
+2017-04-25 06:39:45,355 DEBUG api_checklist 132 48139 140736342762432 Next step was added successfully!
+2017-04-25 06:39:45,356 DEBUG fe_user 26 48139 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:39:45,356 DEBUG fe_user 27 48139 140736342762432 Insert Email
+2017-04-25 06:39:46,154 DEBUG fe_user 30 48139 140736342762432 Insert Password
+2017-04-25 06:39:46,788 DEBUG fe_user 32 48139 140736342762432 Click Login Button
+2017-04-25 06:39:46,886 DEBUG fe_user 34 48139 140736342762432 Login Button clicked
+2017-04-25 06:39:46,890 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:39:47,612 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:48,127 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:48,656 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:39:49,479 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:39:49,998 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:01,589 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:40:01,590 DEBUG logFuncEntry 34 48139 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:40:01,590 DEBUG logFuncEntry 34 48139 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:40:01,603 DEBUG test_ui_base 66 48139 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 06:40:01,604 DEBUG logFuncEntry 34 48139 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 06:40:01,604 DEBUG test_ui_base 36 48139 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 06:40:03,707 DEBUG test_ui_base 48 48139 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:40:05,002 DEBUG api_user 108 48139 140736342762432 Moving to next test case
+2017-04-25 06:40:05,002 DEBUG api_user 193 48139 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5d695be9-8f94-4161-a8cd-475d87d0e002/877360b5262544efbe8a4ff039753dfe
+2017-04-25 06:40:05,036 DEBUG api_user 196 48139 140736342762432 APIUser activated successfully!
+2017-04-25 06:40:05,108 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:40:05,109 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:40:05,113 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:40:05,114 DEBUG db_general 141 48139 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:40:05,117 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:40:05,118 DEBUG db_general 141 48139 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:40:05,338 DEBUG api_virtual_function 72 48139 140736342762432 Virtual Function created successfully!
+2017-04-25 06:40:05,338 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a04f6858-3124-4e70-ac79-a0b72ceaf1c1/checklist/new/
+2017-04-25 06:40:05,407 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:40:05,408 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:40:05,441 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:40:05,510 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:40:05,510 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:40:05,518 DEBUG db_general 153 48139 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 06:40:05,521 DEBUG db_general 165 48139 140736342762432 Query result: 2
+2017-04-25 06:40:05,524 DEBUG db_general 153 48139 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 06:40:05,526 DEBUG db_general 165 48139 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 06:40:05,532 DEBUG fe_user 26 48139 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:40:05,532 DEBUG fe_user 27 48139 140736342762432 Insert Email
+2017-04-25 06:40:06,348 DEBUG fe_user 30 48139 140736342762432 Insert Password
+2017-04-25 06:40:07,001 DEBUG fe_user 32 48139 140736342762432 Click Login Button
+2017-04-25 06:40:07,100 DEBUG fe_user 34 48139 140736342762432 Login Button clicked
+2017-04-25 06:40:07,104 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:40:07,942 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:40:08,473 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:40:09,303 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:09,821 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:20,933 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 06:40:20,935 DEBUG db_general 165 48139 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:40:20,942 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:21,463 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = '75b9d456-3aee-475a-9b63-e60df7b0a1f4';
+2017-04-25 06:40:21,466 DEBUG db_general 165 48139 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 06:40:21,472 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:21,990 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = 'a1e96b1e-140e-4dee-8bcd-f2bca3f5bf18';
+2017-04-25 06:40:21,992 DEBUG db_general 165 48139 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 06:40:21,999 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:34,889 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = 'a1e96b1e-140e-4dee-8bcd-f2bca3f5bf18';
+2017-04-25 06:40:34,891 DEBUG db_general 165 48139 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 06:40:34,899 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:35,422 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = '75b9d456-3aee-475a-9b63-e60df7b0a1f4';
+2017-04-25 06:40:35,425 DEBUG db_general 165 48139 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 06:40:35,430 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:35,945 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 06:40:35,947 DEBUG db_general 165 48139 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:40:35,953 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:36,464 DEBUG logFuncEntry 34 48139 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 06:40:36,465 DEBUG logFuncEntry 34 48139 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 06:40:36,489 DEBUG test_ui_base 66 48139 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 06:40:36,490 DEBUG logFuncEntry 34 48139 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:40:36,490 DEBUG test_ui_base 36 48139 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 06:40:38,597 DEBUG test_ui_base 48 48139 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:40:39,998 DEBUG api_user 108 48139 140736342762432 Moving to next test case
+2017-04-25 06:40:39,998 DEBUG api_user 193 48139 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a73698e7-79b6-4cf7-a25f-60f93300fb8e/32bfcd5df30e40b29126dae123122b91
+2017-04-25 06:40:40,031 DEBUG api_user 196 48139 140736342762432 APIUser activated successfully!
+2017-04-25 06:40:40,107 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:40:40,108 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:40:40,112 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:40:40,113 DEBUG db_general 141 48139 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:40:40,118 DEBUG db_general 130 48139 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:40:40,119 DEBUG db_general 141 48139 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:40:40,381 DEBUG api_virtual_function 72 48139 140736342762432 Virtual Function created successfully!
+2017-04-25 06:40:40,382 DEBUG api_gitlab 267 48139 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69c14c3c-69d0-4865-aff0-b210d4791087/checklist/new/
+2017-04-25 06:40:40,455 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:40:40,455 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:40:40,491 DEBUG api_gitlab 288 48139 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:40:40,576 DEBUG api_user 128 48139 140736342762432 200 OK
+2017-04-25 06:40:40,576 DEBUG api_user 130 48139 140736342762432 Login successfully.
+2017-04-25 06:40:40,586 DEBUG db_general 153 48139 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 06:40:40,589 DEBUG db_general 165 48139 140736342762432 Query result: 2
+2017-04-25 06:40:40,592 DEBUG db_general 153 48139 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 06:40:40,595 DEBUG db_general 165 48139 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 06:40:40,602 DEBUG fe_user 26 48139 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:40:40,602 DEBUG fe_user 27 48139 140736342762432 Insert Email
+2017-04-25 06:40:41,421 DEBUG fe_user 30 48139 140736342762432 Insert Password
+2017-04-25 06:40:42,072 DEBUG fe_user 32 48139 140736342762432 Click Login Button
+2017-04-25 06:40:42,170 DEBUG fe_user 34 48139 140736342762432 Login Button clicked
+2017-04-25 06:40:42,177 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:40:43,015 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:40:43,531 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:40:44,055 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:40:44,926 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:45,440 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:56,603 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 06:40:56,606 DEBUG db_general 165 48139 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:40:56,613 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:57,136 DEBUG db_general 153 48139 140736342762432 Query : select description from ice_next_step Where uuid = '20ff060c-d1bd-4c8b-9d07-31c4b11812c8';
+2017-04-25 06:40:57,138 DEBUG db_general 165 48139 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 06:40:57,144 DEBUG wait 107 48139 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:40:57,657 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:40:57,660 DEBUG logFuncEntry 34 48139 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:40:57,661 DEBUG logFuncEntry 34 48139 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:40:57,677 DEBUG test_ui_base 66 48139 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 06:42:44,587 DEBUG logFuncEntry 34 48404 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:42:44,588 DEBUG test_ui_base 36 48404 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 06:42:46,718 DEBUG test_ui_base 48 48404 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:42:48,041 DEBUG api_user 108 48404 140736342762432 Moving to next test case
+2017-04-25 06:42:48,041 DEBUG api_user 193 48404 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/329ee754-c86c-47d1-8188-c01b8f5dbcfa/6735b4a59f1048d78f561d64c53a89b1
+2017-04-25 06:42:48,075 DEBUG api_user 196 48404 140736342762432 APIUser activated successfully!
+2017-04-25 06:42:48,146 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:42:48,146 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:42:48,150 DEBUG db_general 130 48404 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:42:48,151 DEBUG db_general 141 48404 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:42:48,155 DEBUG db_general 130 48404 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:42:48,156 DEBUG db_general 141 48404 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:42:48,400 DEBUG api_virtual_function 72 48404 140736342762432 Virtual Function created successfully!
+2017-04-25 06:42:48,401 DEBUG api_gitlab 267 48404 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e7fe616-4c9b-4936-8d85-0b8b12e40593/checklist/new/
+2017-04-25 06:42:48,472 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:42:48,472 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:42:48,505 DEBUG api_gitlab 288 48404 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:42:48,573 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:42:48,573 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:42:48,573 DEBUG api_checklist 24 48404 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e7fe616-4c9b-4936-8d85-0b8b12e40593/checklist/new/
+2017-04-25 06:42:48,577 DEBUG db_general 153 48404 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:42:48,578 DEBUG db_general 165 48404 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:42:48,579 DEBUG api_gitlab 267 48404 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e7fe616-4c9b-4936-8d85-0b8b12e40593/checklist/new/
+2017-04-25 06:42:48,650 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:42:48,650 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:42:48,682 DEBUG api_gitlab 288 48404 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:42:48,831 DEBUG api_checklist 40 48404 140736342762432 Checklist was created successfully!
+2017-04-25 06:42:48,835 DEBUG db_general 177 48404 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTmlPfS' order by update_time desc limit 1;
+2017-04-25 06:42:48,841 DEBUG db_checklist 389 48404 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTmlPfS' order by create_time desc limit 1;
+2017-04-25 06:42:48,844 DEBUG api_checklist 116 48404 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e7fe616-4c9b-4936-8d85-0b8b12e40593/checklist/aa77672a-7c52-439d-bb36-06ebd2c19b39/nextstep/
+2017-04-25 06:42:49,020 DEBUG api_checklist 132 48404 140736342762432 Next step was added successfully!
+2017-04-25 06:42:49,020 DEBUG fe_user 26 48404 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:42:49,020 DEBUG fe_user 27 48404 140736342762432 Insert Email
+2017-04-25 06:42:49,836 DEBUG fe_user 30 48404 140736342762432 Insert Password
+2017-04-25 06:42:50,488 DEBUG fe_user 32 48404 140736342762432 Click Login Button
+2017-04-25 06:42:50,584 DEBUG fe_user 34 48404 140736342762432 Login Button clicked
+2017-04-25 06:42:50,926 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:42:51,439 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:42:51,966 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:42:52,799 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:42:53,313 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:43:04,932 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:43:04,937 DEBUG logFuncEntry 34 48404 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:43:04,937 DEBUG logFuncEntry 34 48404 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:43:04,971 DEBUG test_ui_base 66 48404 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 06:43:04,972 DEBUG logFuncEntry 34 48404 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:43:04,972 DEBUG test_ui_base 36 48404 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 06:43:07,076 DEBUG test_ui_base 48 48404 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:43:08,475 DEBUG api_user 108 48404 140736342762432 Moving to next test case
+2017-04-25 06:43:08,475 DEBUG api_user 193 48404 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d22251ed-71fc-4be0-88c3-9af93efcbc4c/6de8cd1cbfb849c99bd126390f0449e0
+2017-04-25 06:43:08,511 DEBUG api_user 196 48404 140736342762432 APIUser activated successfully!
+2017-04-25 06:43:08,577 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:08,578 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:08,581 DEBUG db_general 130 48404 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:43:08,582 DEBUG db_general 141 48404 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:43:08,586 DEBUG db_general 130 48404 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:43:08,588 DEBUG db_general 141 48404 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:43:08,833 DEBUG api_virtual_function 72 48404 140736342762432 Virtual Function created successfully!
+2017-04-25 06:43:08,833 DEBUG api_gitlab 267 48404 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/800c7a3c-7777-46af-9892-e6c15ceddb81/checklist/new/
+2017-04-25 06:43:08,900 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:08,900 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:08,933 DEBUG api_gitlab 288 48404 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:43:09,006 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:09,006 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:09,006 DEBUG api_checklist 24 48404 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/800c7a3c-7777-46af-9892-e6c15ceddb81/checklist/new/
+2017-04-25 06:43:09,010 DEBUG db_general 153 48404 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:43:09,012 DEBUG db_general 165 48404 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:43:09,012 DEBUG api_gitlab 267 48404 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/800c7a3c-7777-46af-9892-e6c15ceddb81/checklist/new/
+2017-04-25 06:43:09,081 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:09,081 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:09,112 DEBUG api_gitlab 288 48404 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:43:09,264 DEBUG api_checklist 40 48404 140736342762432 Checklist was created successfully!
+2017-04-25 06:43:09,267 DEBUG db_general 177 48404 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTmafvh' order by update_time desc limit 1;
+2017-04-25 06:43:09,274 DEBUG db_checklist 389 48404 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTmafvh' order by create_time desc limit 1;
+2017-04-25 06:43:09,276 DEBUG api_checklist 116 48404 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/800c7a3c-7777-46af-9892-e6c15ceddb81/checklist/faf60b1e-f689-48ac-a75c-76c202f9f392/nextstep/
+2017-04-25 06:43:09,444 DEBUG api_checklist 132 48404 140736342762432 Next step was added successfully!
+2017-04-25 06:43:09,444 DEBUG fe_user 26 48404 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:43:09,445 DEBUG fe_user 27 48404 140736342762432 Insert Email
+2017-04-25 06:43:10,259 DEBUG fe_user 30 48404 140736342762432 Insert Password
+2017-04-25 06:43:10,905 DEBUG fe_user 32 48404 140736342762432 Click Login Button
+2017-04-25 06:43:11,003 DEBUG fe_user 34 48404 140736342762432 Login Button clicked
+2017-04-25 06:43:11,348 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:43:11,867 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:43:12,392 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:43:13,220 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:43:13,739 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:43:25,304 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:43:25,307 DEBUG logFuncEntry 34 48404 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:43:25,307 DEBUG logFuncEntry 34 48404 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:43:25,328 DEBUG test_ui_base 66 48404 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 06:43:25,328 DEBUG logFuncEntry 34 48404 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:43:25,329 DEBUG test_ui_base 36 48404 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 06:43:27,430 DEBUG test_ui_base 48 48404 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:43:28,768 DEBUG api_user 108 48404 140736342762432 Moving to next test case
+2017-04-25 06:43:28,768 DEBUG api_user 193 48404 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0dd4dd2-83bf-44e6-a699-36520ed4e0bb/df9a4e3ac82d446a8a0126ca2675fe34
+2017-04-25 06:43:28,805 DEBUG api_user 196 48404 140736342762432 APIUser activated successfully!
+2017-04-25 06:43:28,872 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:28,873 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:28,877 DEBUG db_general 130 48404 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:43:28,878 DEBUG db_general 141 48404 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:43:28,882 DEBUG db_general 130 48404 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:43:28,883 DEBUG db_general 141 48404 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:43:29,123 DEBUG api_virtual_function 72 48404 140736342762432 Virtual Function created successfully!
+2017-04-25 06:43:29,123 DEBUG api_gitlab 267 48404 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c28c77b7-9e2b-4aed-9bad-4e82d527e22b/checklist/new/
+2017-04-25 06:43:29,198 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:29,198 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:29,229 DEBUG api_gitlab 288 48404 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:43:29,301 DEBUG api_user 128 48404 140736342762432 200 OK
+2017-04-25 06:43:29,301 DEBUG api_user 130 48404 140736342762432 Login successfully.
+2017-04-25 06:43:29,310 DEBUG db_general 153 48404 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 06:43:29,313 DEBUG db_general 165 48404 140736342762432 Query result: 1
+2017-04-25 06:43:29,316 DEBUG db_general 153 48404 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 06:43:29,318 DEBUG db_general 165 48404 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 06:43:29,325 DEBUG fe_user 26 48404 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:43:29,325 DEBUG fe_user 27 48404 140736342762432 Insert Email
+2017-04-25 06:43:30,142 DEBUG fe_user 30 48404 140736342762432 Insert Password
+2017-04-25 06:43:30,795 DEBUG fe_user 32 48404 140736342762432 Click Login Button
+2017-04-25 06:43:30,895 DEBUG fe_user 34 48404 140736342762432 Login Button clicked
+2017-04-25 06:43:30,898 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:43:31,686 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:43:32,214 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:43:33,031 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:43:33,544 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:43:44,642 DEBUG db_general 153 48404 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 06:43:44,645 DEBUG db_general 165 48404 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:43:44,651 DEBUG wait 107 48404 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:43:45,170 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:43:45,173 DEBUG logFuncEntry 34 48404 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:43:45,173 DEBUG logFuncEntry 34 48404 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:43:45,190 DEBUG test_ui_base 66 48404 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 06:45:44,328 DEBUG logFuncEntry 34 48560 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:45:44,328 DEBUG test_ui_base 36 48560 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 06:45:46,455 DEBUG test_ui_base 48 48560 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:45:47,900 DEBUG api_user 108 48560 140736342762432 Moving to next test case
+2017-04-25 06:45:47,900 DEBUG api_user 193 48560 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dd5e5940-fb3d-4cc4-925f-b647ff405d48/3188a9f27bcd409ab18b7fac2b8176f2
+2017-04-25 06:45:47,933 DEBUG api_user 196 48560 140736342762432 APIUser activated successfully!
+2017-04-25 06:45:48,007 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:45:48,007 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:45:48,014 DEBUG db_general 130 48560 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:45:48,016 DEBUG db_general 141 48560 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:45:48,023 DEBUG db_general 130 48560 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:45:48,025 DEBUG db_general 141 48560 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:45:48,289 DEBUG api_virtual_function 72 48560 140736342762432 Virtual Function created successfully!
+2017-04-25 06:45:48,289 DEBUG api_gitlab 267 48560 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f2e4b63-b863-433d-ba69-86ad3198c155/checklist/new/
+2017-04-25 06:45:48,359 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:45:48,359 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:45:48,393 DEBUG api_gitlab 288 48560 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:45:48,464 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:45:48,464 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:45:48,464 DEBUG api_checklist 24 48560 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f2e4b63-b863-433d-ba69-86ad3198c155/checklist/new/
+2017-04-25 06:45:48,468 DEBUG db_general 153 48560 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:45:48,469 DEBUG db_general 165 48560 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:45:48,470 DEBUG api_gitlab 267 48560 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f2e4b63-b863-433d-ba69-86ad3198c155/checklist/new/
+2017-04-25 06:45:48,540 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:45:48,540 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:45:48,573 DEBUG api_gitlab 288 48560 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:45:48,727 DEBUG api_checklist 40 48560 140736342762432 Checklist was created successfully!
+2017-04-25 06:45:48,731 DEBUG db_general 177 48560 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTtJRCz' order by update_time desc limit 1;
+2017-04-25 06:45:48,737 DEBUG db_checklist 389 48560 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTtJRCz' order by create_time desc limit 1;
+2017-04-25 06:45:48,740 DEBUG api_checklist 116 48560 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f2e4b63-b863-433d-ba69-86ad3198c155/checklist/25bb5bcf-f256-4131-ba54-543262e3a841/nextstep/
+2017-04-25 06:45:48,907 DEBUG api_checklist 132 48560 140736342762432 Next step was added successfully!
+2017-04-25 06:45:48,907 DEBUG fe_user 26 48560 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:45:48,907 DEBUG fe_user 27 48560 140736342762432 Insert Email
+2017-04-25 06:45:49,739 DEBUG fe_user 30 48560 140736342762432 Insert Password
+2017-04-25 06:45:50,388 DEBUG fe_user 32 48560 140736342762432 Click Login Button
+2017-04-25 06:45:50,486 DEBUG fe_user 34 48560 140736342762432 Login Button clicked
+2017-04-25 06:45:50,490 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:45:51,156 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:45:51,670 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:45:52,199 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:45:53,038 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:45:53,550 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:46:05,177 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:46:05,183 DEBUG logFuncEntry 34 48560 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:46:05,184 DEBUG logFuncEntry 34 48560 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 06:46:05,221 DEBUG test_ui_base 66 48560 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 06:46:05,222 DEBUG logFuncEntry 34 48560 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:46:05,222 DEBUG test_ui_base 36 48560 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 06:46:07,331 DEBUG test_ui_base 48 48560 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:46:08,722 DEBUG api_user 108 48560 140736342762432 Moving to next test case
+2017-04-25 06:46:08,722 DEBUG api_user 193 48560 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f0989c58-8149-4354-9db2-e2e3da5c73b0/1714d4e389ed4d60a4ebcee09547c7f7
+2017-04-25 06:46:08,756 DEBUG api_user 196 48560 140736342762432 APIUser activated successfully!
+2017-04-25 06:46:08,822 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:08,822 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:08,825 DEBUG db_general 130 48560 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:46:08,827 DEBUG db_general 141 48560 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:46:08,830 DEBUG db_general 130 48560 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:46:08,831 DEBUG db_general 141 48560 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:46:09,069 DEBUG api_virtual_function 72 48560 140736342762432 Virtual Function created successfully!
+2017-04-25 06:46:09,069 DEBUG api_gitlab 267 48560 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec972a8e-af52-450e-b825-85c2cfa967ab/checklist/new/
+2017-04-25 06:46:09,137 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:09,137 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:09,169 DEBUG api_gitlab 288 48560 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:46:09,239 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:09,239 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:09,239 DEBUG api_checklist 24 48560 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec972a8e-af52-450e-b825-85c2cfa967ab/checklist/new/
+2017-04-25 06:46:09,243 DEBUG db_general 153 48560 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 06:46:09,246 DEBUG db_general 165 48560 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 06:46:09,246 DEBUG api_gitlab 267 48560 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec972a8e-af52-450e-b825-85c2cfa967ab/checklist/new/
+2017-04-25 06:46:09,318 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:09,318 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:09,350 DEBUG api_gitlab 288 48560 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:46:09,500 DEBUG api_checklist 40 48560 140736342762432 Checklist was created successfully!
+2017-04-25 06:46:09,504 DEBUG db_general 177 48560 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTfvPed' order by update_time desc limit 1;
+2017-04-25 06:46:09,510 DEBUG db_checklist 389 48560 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTfvPed' order by create_time desc limit 1;
+2017-04-25 06:46:09,514 DEBUG api_checklist 116 48560 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec972a8e-af52-450e-b825-85c2cfa967ab/checklist/6ce2fdc8-f40b-4794-9425-3793715210f5/nextstep/
+2017-04-25 06:46:09,716 DEBUG api_checklist 132 48560 140736342762432 Next step was added successfully!
+2017-04-25 06:46:09,717 DEBUG fe_user 26 48560 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:46:09,717 DEBUG fe_user 27 48560 140736342762432 Insert Email
+2017-04-25 06:46:10,542 DEBUG fe_user 30 48560 140736342762432 Insert Password
+2017-04-25 06:46:11,199 DEBUG fe_user 32 48560 140736342762432 Click Login Button
+2017-04-25 06:46:11,298 DEBUG fe_user 34 48560 140736342762432 Login Button clicked
+2017-04-25 06:46:11,302 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:46:12,071 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:46:12,596 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:46:13,411 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:46:13,929 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:46:25,542 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:46:25,545 DEBUG logFuncEntry 34 48560 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:46:25,546 DEBUG logFuncEntry 34 48560 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 06:46:25,582 DEBUG test_ui_base 66 48560 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 06:46:25,583 DEBUG logFuncEntry 34 48560 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:46:25,583 DEBUG test_ui_base 36 48560 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 06:46:27,683 DEBUG test_ui_base 48 48560 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 06:46:29,058 DEBUG api_user 108 48560 140736342762432 Moving to next test case
+2017-04-25 06:46:29,058 DEBUG api_user 193 48560 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f9e3afc-ef0c-4e4a-b048-2716d789a201/fd4f962b5db048078f3cce43807bd652
+2017-04-25 06:46:29,090 DEBUG api_user 196 48560 140736342762432 APIUser activated successfully!
+2017-04-25 06:46:29,159 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:29,159 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:29,164 DEBUG db_general 130 48560 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 06:46:29,166 DEBUG db_general 141 48560 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 06:46:29,170 DEBUG db_general 130 48560 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 06:46:29,171 DEBUG db_general 141 48560 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 06:46:29,409 DEBUG api_virtual_function 72 48560 140736342762432 Virtual Function created successfully!
+2017-04-25 06:46:29,409 DEBUG api_gitlab 267 48560 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e25b64f6-9b45-41e6-9bb4-fe37c386e595/checklist/new/
+2017-04-25 06:46:29,477 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:29,478 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:29,510 DEBUG api_gitlab 288 48560 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 06:46:29,575 DEBUG api_user 128 48560 140736342762432 200 OK
+2017-04-25 06:46:29,575 DEBUG api_user 130 48560 140736342762432 Login successfully.
+2017-04-25 06:46:29,586 DEBUG db_general 153 48560 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 06:46:29,588 DEBUG db_general 165 48560 140736342762432 Query result: 1
+2017-04-25 06:46:29,592 DEBUG db_general 153 48560 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 06:46:29,595 DEBUG db_general 165 48560 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 06:46:29,601 DEBUG fe_user 26 48560 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 06:46:29,601 DEBUG fe_user 27 48560 140736342762432 Insert Email
+2017-04-25 06:46:30,414 DEBUG fe_user 30 48560 140736342762432 Insert Password
+2017-04-25 06:46:31,065 DEBUG fe_user 32 48560 140736342762432 Click Login Button
+2017-04-25 06:46:31,163 DEBUG fe_user 34 48560 140736342762432 Login Button clicked
+2017-04-25 06:46:31,170 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 06:46:31,950 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:46:32,478 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 06:46:33,302 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:46:33,818 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:46:44,946 DEBUG db_general 153 48560 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 06:46:44,949 DEBUG db_general 165 48560 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 06:46:44,957 DEBUG wait 107 48560 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 06:46:45,473 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:46:45,476 DEBUG logFuncEntry 34 48560 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:46:45,476 DEBUG logFuncEntry 34 48560 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 06:46:45,496 DEBUG test_ui_base 66 48560 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 07:42:24,368 DEBUG logFuncEntry 34 49673 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:42:24,370 DEBUG test_ui_base 36 49673 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 07:42:26,620 DEBUG test_ui_base 48 49673 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:42:32,750 DEBUG api_user 108 49673 140736342762432 Moving to next test case
+2017-04-25 07:42:32,750 DEBUG api_user 193 49673 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3a3f5b44-c6a6-4bd7-901d-2cdd19851f92/df3632fada6447978354a300d52999a5
+2017-04-25 07:42:32,794 DEBUG api_user 196 49673 140736342762432 APIUser activated successfully!
+2017-04-25 07:42:32,872 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:42:32,873 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:42:32,877 DEBUG db_general 130 49673 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:42:32,878 DEBUG db_general 141 49673 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:42:32,882 DEBUG db_general 130 49673 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:42:32,884 DEBUG db_general 141 49673 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:42:33,135 DEBUG api_virtual_function 72 49673 140736342762432 Virtual Function created successfully!
+2017-04-25 07:42:33,136 DEBUG api_gitlab 267 49673 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee1bbdfc-9b06-48cc-9e40-fec5aac0a3ed/checklist/new/
+2017-04-25 07:42:33,212 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:42:33,212 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:42:33,253 DEBUG api_gitlab 288 49673 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:42:38,075 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:42:38,076 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:42:39,542 DEBUG api_checklist 24 49673 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee1bbdfc-9b06-48cc-9e40-fec5aac0a3ed/checklist/new/
+2017-04-25 07:42:39,546 DEBUG db_general 153 49673 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:42:39,548 DEBUG db_general 165 49673 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:42:39,549 DEBUG api_gitlab 267 49673 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee1bbdfc-9b06-48cc-9e40-fec5aac0a3ed/checklist/new/
+2017-04-25 07:42:39,630 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:42:39,630 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:42:39,671 DEBUG api_gitlab 288 49673 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:42:39,828 DEBUG api_checklist 40 49673 140736342762432 Checklist was created successfully!
+2017-04-25 07:42:42,752 DEBUG db_general 177 49673 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST07wrc' order by update_time desc limit 1;
+2017-04-25 07:42:45,523 DEBUG db_checklist 389 49673 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST07wrc' order by create_time desc limit 1;
+2017-04-25 07:42:47,489 DEBUG api_checklist 116 49673 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee1bbdfc-9b06-48cc-9e40-fec5aac0a3ed/checklist/4c86cf53-0c9f-41d8-afe8-9dd15e91e3fd/nextstep/
+2017-04-25 07:42:47,659 DEBUG api_checklist 132 49673 140736342762432 Next step was added successfully!
+2017-04-25 07:42:49,962 DEBUG fe_user 26 49673 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:42:49,963 DEBUG fe_user 27 49673 140736342762432 Insert Email
+2017-04-25 07:42:50,759 DEBUG fe_user 30 49673 140736342762432 Insert Password
+2017-04-25 07:42:51,437 DEBUG fe_user 32 49673 140736342762432 Click Login Button
+2017-04-25 07:42:51,551 DEBUG fe_user 34 49673 140736342762432 Login Button clicked
+2017-04-25 07:42:51,559 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:42:52,329 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:42:53,702 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:42:54,554 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:42:55,073 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:44:43,269 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:44:48,104 DEBUG logFuncEntry 34 49673 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:44:48,105 DEBUG logFuncEntry 34 49673 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:44:51,698 DEBUG test_ui_base 66 49673 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 07:44:51,700 DEBUG logFuncEntry 34 49673 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:44:51,700 DEBUG test_ui_base 36 49673 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 07:44:53,836 DEBUG test_ui_base 48 49673 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:44:55,183 DEBUG api_user 108 49673 140736342762432 Moving to next test case
+2017-04-25 07:44:55,183 DEBUG api_user 193 49673 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/306c23a2-ba09-4e27-b313-be6b01561f71/c4cd165f464d4d89a405552a0bc83f98
+2017-04-25 07:44:55,227 DEBUG api_user 196 49673 140736342762432 APIUser activated successfully!
+2017-04-25 07:44:55,309 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:44:55,309 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:44:55,314 DEBUG db_general 130 49673 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:44:55,316 DEBUG db_general 141 49673 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:44:55,319 DEBUG db_general 130 49673 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:44:55,321 DEBUG db_general 141 49673 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:44:55,527 DEBUG api_virtual_function 72 49673 140736342762432 Virtual Function created successfully!
+2017-04-25 07:44:55,528 DEBUG api_gitlab 267 49673 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c76b3799-56ac-4d40-a82e-5095769dd155/checklist/new/
+2017-04-25 07:44:55,601 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:44:55,601 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:44:55,639 DEBUG api_gitlab 288 49673 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:44:55,715 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:44:55,715 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:44:55,716 DEBUG api_checklist 24 49673 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c76b3799-56ac-4d40-a82e-5095769dd155/checklist/new/
+2017-04-25 07:44:55,720 DEBUG db_general 153 49673 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:44:55,722 DEBUG db_general 165 49673 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:44:55,722 DEBUG api_gitlab 267 49673 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c76b3799-56ac-4d40-a82e-5095769dd155/checklist/new/
+2017-04-25 07:44:55,798 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:44:55,798 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:44:55,836 DEBUG api_gitlab 288 49673 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:44:55,989 DEBUG api_checklist 40 49673 140736342762432 Checklist was created successfully!
+2017-04-25 07:44:55,993 DEBUG db_general 177 49673 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTFAzv1' order by update_time desc limit 1;
+2017-04-25 07:44:55,999 DEBUG db_checklist 389 49673 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTFAzv1' order by create_time desc limit 1;
+2017-04-25 07:44:56,001 DEBUG api_checklist 116 49673 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c76b3799-56ac-4d40-a82e-5095769dd155/checklist/068c0d0e-baa9-4c6c-8fc4-42cd1dd4e14e/nextstep/
+2017-04-25 07:44:56,167 DEBUG api_checklist 132 49673 140736342762432 Next step was added successfully!
+2017-04-25 07:44:56,168 DEBUG fe_user 26 49673 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:44:56,168 DEBUG fe_user 27 49673 140736342762432 Insert Email
+2017-04-25 07:44:57,002 DEBUG fe_user 30 49673 140736342762432 Insert Password
+2017-04-25 07:44:57,667 DEBUG fe_user 32 49673 140736342762432 Click Login Button
+2017-04-25 07:44:57,768 DEBUG fe_user 34 49673 140736342762432 Login Button clicked
+2017-04-25 07:44:57,773 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:44:58,505 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:44:59,038 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:44:59,859 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:45:00,374 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:45:11,962 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:45:11,966 DEBUG logFuncEntry 34 49673 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:45:11,967 DEBUG logFuncEntry 34 49673 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:45:12,038 DEBUG test_ui_base 66 49673 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 07:45:12,040 DEBUG logFuncEntry 34 49673 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:45:12,041 DEBUG test_ui_base 36 49673 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 07:45:14,172 DEBUG test_ui_base 48 49673 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:45:34,239 DEBUG api_user 108 49673 140736342762432 Moving to next test case
+2017-04-25 07:45:34,239 DEBUG api_user 193 49673 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9d2f675-a2f5-4658-a099-852726c580f1/9f9517a6e5434f50a1fdd996d3a67b5d
+2017-04-25 07:45:34,285 DEBUG api_user 196 49673 140736342762432 APIUser activated successfully!
+2017-04-25 07:45:34,360 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:45:34,361 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:45:34,365 DEBUG db_general 130 49673 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:45:34,367 DEBUG db_general 141 49673 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:45:34,371 DEBUG db_general 130 49673 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:45:34,372 DEBUG db_general 141 49673 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:45:34,575 DEBUG api_virtual_function 72 49673 140736342762432 Virtual Function created successfully!
+2017-04-25 07:45:34,576 DEBUG api_gitlab 267 49673 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/680789b2-f66c-4692-a097-ebbca59caa07/checklist/new/
+2017-04-25 07:45:34,650 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:45:34,651 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:45:34,693 DEBUG api_gitlab 288 49673 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:45:36,304 DEBUG api_user 128 49673 140736342762432 200 OK
+2017-04-25 07:45:36,304 DEBUG api_user 130 49673 140736342762432 Login successfully.
+2017-04-25 07:45:39,024 DEBUG db_general 153 49673 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 07:45:39,027 DEBUG db_general 165 49673 140736342762432 Query result: 1
+2017-04-25 07:45:39,030 DEBUG db_general 153 49673 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 07:45:39,033 DEBUG db_general 165 49673 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 07:45:41,192 DEBUG fe_user 26 49673 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:45:41,193 DEBUG fe_user 27 49673 140736342762432 Insert Email
+2017-04-25 07:45:41,989 DEBUG fe_user 30 49673 140736342762432 Insert Password
+2017-04-25 07:45:42,663 DEBUG fe_user 32 49673 140736342762432 Click Login Button
+2017-04-25 07:45:42,775 DEBUG fe_user 34 49673 140736342762432 Login Button clicked
+2017-04-25 07:45:42,782 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:45:43,535 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:45:46,670 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:45:47,512 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:45:48,031 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:47:36,030 DEBUG db_general 153 49673 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 07:47:36,035 DEBUG db_general 165 49673 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 07:47:36,041 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:47:40,242 DEBUG db_general 153 49673 140736342762432 Query : select description from ice_next_step Where uuid = '81850f51-5c04-4cd9-9774-c0519d024999';
+2017-04-25 07:47:40,245 DEBUG db_general 165 49673 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 07:47:40,553 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:47:42,822 DEBUG db_general 153 49673 140736342762432 Query : select description from ice_next_step Where uuid = '108144de-3bcb-4d8a-a7a0-b08eee61cc36';
+2017-04-25 07:47:42,827 DEBUG db_general 165 49673 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 07:47:43,141 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:48:15,971 DEBUG db_general 153 49673 140736342762432 Query : select description from ice_next_step Where uuid = '108144de-3bcb-4d8a-a7a0-b08eee61cc36';
+2017-04-25 07:48:15,976 DEBUG db_general 165 49673 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 07:48:15,985 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:48:19,542 DEBUG db_general 153 49673 140736342762432 Query : select description from ice_next_step Where uuid = '81850f51-5c04-4cd9-9774-c0519d024999';
+2017-04-25 07:48:19,544 DEBUG db_general 165 49673 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 07:48:19,551 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:48:25,421 DEBUG db_general 153 49673 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 07:48:25,424 DEBUG db_general 165 49673 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 07:48:25,433 DEBUG wait 107 49673 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:48:25,954 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:48:25,957 DEBUG logFuncEntry 34 49673 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:48:25,957 DEBUG logFuncEntry 34 49673 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:48:25,993 DEBUG test_ui_base 66 49673 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 07:50:21,171 DEBUG logFuncEntry 34 49996 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:50:21,172 DEBUG test_ui_base 36 49996 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 07:50:23,322 DEBUG test_ui_base 48 49996 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:50:27,122 DEBUG api_user 108 49996 140736342762432 Moving to next test case
+2017-04-25 07:50:27,123 DEBUG api_user 193 49996 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34d423ce-3916-4b07-9673-f332a51c8f9e/d5274c438506430ca9550216b06a2a58
+2017-04-25 07:50:27,166 DEBUG api_user 196 49996 140736342762432 APIUser activated successfully!
+2017-04-25 07:50:27,243 DEBUG api_user 128 49996 140736342762432 200 OK
+2017-04-25 07:50:27,243 DEBUG api_user 130 49996 140736342762432 Login successfully.
+2017-04-25 07:50:27,247 DEBUG db_general 130 49996 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:50:27,249 DEBUG db_general 141 49996 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:50:27,254 DEBUG db_general 130 49996 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:50:27,255 DEBUG db_general 141 49996 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:50:27,465 DEBUG api_virtual_function 72 49996 140736342762432 Virtual Function created successfully!
+2017-04-25 07:50:27,466 DEBUG api_gitlab 267 49996 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c004ddea-51b8-4d39-b45f-5fe4596d0220/checklist/new/
+2017-04-25 07:50:27,543 DEBUG api_user 128 49996 140736342762432 200 OK
+2017-04-25 07:50:27,544 DEBUG api_user 130 49996 140736342762432 Login successfully.
+2017-04-25 07:50:27,584 DEBUG api_gitlab 288 49996 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:50:28,707 DEBUG api_user 128 49996 140736342762432 200 OK
+2017-04-25 07:50:28,707 DEBUG api_user 130 49996 140736342762432 Login successfully.
+2017-04-25 07:50:28,941 DEBUG api_checklist 24 49996 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c004ddea-51b8-4d39-b45f-5fe4596d0220/checklist/new/
+2017-04-25 07:50:28,946 DEBUG db_general 153 49996 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:50:28,948 DEBUG db_general 165 49996 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:50:28,949 DEBUG api_gitlab 267 49996 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c004ddea-51b8-4d39-b45f-5fe4596d0220/checklist/new/
+2017-04-25 07:50:29,029 DEBUG api_user 128 49996 140736342762432 200 OK
+2017-04-25 07:50:29,029 DEBUG api_user 130 49996 140736342762432 Login successfully.
+2017-04-25 07:50:29,070 DEBUG api_gitlab 288 49996 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:50:29,226 DEBUG api_checklist 40 49996 140736342762432 Checklist was created successfully!
+2017-04-25 07:50:29,460 DEBUG db_general 177 49996 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTdhJHg' order by update_time desc limit 1;
+2017-04-25 07:50:30,283 DEBUG db_checklist 389 49996 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTdhJHg' order by create_time desc limit 1;
+2017-04-25 07:50:30,997 DEBUG api_checklist 116 49996 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c004ddea-51b8-4d39-b45f-5fe4596d0220/checklist/db6964ae-21ea-46e8-aa0f-ffde1584a29d/nextstep/
+2017-04-25 07:50:31,169 DEBUG api_checklist 132 49996 140736342762432 Next step was added successfully!
+2017-04-25 07:50:31,722 DEBUG fe_user 26 49996 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:50:31,723 DEBUG fe_user 27 49996 140736342762432 Insert Email
+2017-04-25 07:50:32,579 DEBUG fe_user 30 49996 140736342762432 Insert Password
+2017-04-25 07:50:33,229 DEBUG fe_user 32 49996 140736342762432 Click Login Button
+2017-04-25 07:50:33,346 DEBUG fe_user 34 49996 140736342762432 Login Button clicked
+2017-04-25 07:50:33,353 DEBUG wait 107 49996 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:50:34,117 DEBUG wait 107 49996 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:50:36,883 DEBUG wait 107 49996 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:50:37,731 DEBUG wait 107 49996 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:50:38,254 DEBUG wait 107 49996 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:51:41,178 ERROR exception_decor 23 49996 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:51:41,184 DEBUG logFuncEntry 34 49996 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:51:41,185 DEBUG logFuncEntry 34 49996 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:51:41,223 DEBUG test_ui_base 66 49996 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 07:51:41,227 DEBUG logFuncEntry 34 49996 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:51:41,228 DEBUG test_ui_base 36 49996 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 07:51:43,393 DEBUG test_ui_base 48 49996 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:52:55,578 DEBUG logFuncEntry 34 50088 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:52:55,579 DEBUG test_ui_base 36 50088 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 07:52:57,734 DEBUG test_ui_base 48 50088 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:54:25,643 DEBUG logFuncEntry 34 50124 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:54:25,645 DEBUG test_ui_base 36 50124 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 07:54:27,794 DEBUG test_ui_base 48 50124 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:54:35,080 DEBUG api_user 108 50124 140736342762432 Moving to next test case
+2017-04-25 07:54:35,081 DEBUG api_user 193 50124 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7606adf5-eea1-4ffb-a99b-a034981f66f4/1fc4c89f8f50478faf4b4a05718b1d59
+2017-04-25 07:54:35,131 DEBUG api_user 196 50124 140736342762432 APIUser activated successfully!
+2017-04-25 07:54:35,206 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:54:35,207 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:54:35,211 DEBUG db_general 130 50124 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:54:35,213 DEBUG db_general 141 50124 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:54:35,217 DEBUG db_general 130 50124 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:54:35,219 DEBUG db_general 141 50124 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:54:35,601 DEBUG api_virtual_function 72 50124 140736342762432 Virtual Function created successfully!
+2017-04-25 07:54:35,602 DEBUG api_gitlab 267 50124 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d5ca4c0-4041-4857-ad6e-98eaa20bae44/checklist/new/
+2017-04-25 07:54:35,679 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:54:35,679 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:54:35,717 DEBUG api_gitlab 288 50124 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:54:38,077 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:54:38,078 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:54:38,413 DEBUG api_checklist 24 50124 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d5ca4c0-4041-4857-ad6e-98eaa20bae44/checklist/new/
+2017-04-25 07:54:38,419 DEBUG db_general 153 50124 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:54:38,421 DEBUG db_general 165 50124 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:54:38,421 DEBUG api_gitlab 267 50124 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d5ca4c0-4041-4857-ad6e-98eaa20bae44/checklist/new/
+2017-04-25 07:54:38,503 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:54:38,503 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:54:38,543 DEBUG api_gitlab 288 50124 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:54:38,695 DEBUG api_checklist 40 50124 140736342762432 Checklist was created successfully!
+2017-04-25 07:54:38,924 DEBUG db_general 177 50124 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTsYko9' order by update_time desc limit 1;
+2017-04-25 07:54:39,659 DEBUG db_checklist 389 50124 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTsYko9' order by create_time desc limit 1;
+2017-04-25 07:54:40,575 DEBUG api_checklist 116 50124 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d5ca4c0-4041-4857-ad6e-98eaa20bae44/checklist/5a86ccd7-a686-4d7e-b3fc-15446f0a43d8/nextstep/
+2017-04-25 07:54:40,746 DEBUG api_checklist 132 50124 140736342762432 Next step was added successfully!
+2017-04-25 07:54:41,300 DEBUG fe_user 26 50124 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:54:41,300 DEBUG fe_user 27 50124 140736342762432 Insert Email
+2017-04-25 07:54:42,104 DEBUG fe_user 30 50124 140736342762432 Insert Password
+2017-04-25 07:54:42,787 DEBUG fe_user 32 50124 140736342762432 Click Login Button
+2017-04-25 07:54:42,899 DEBUG fe_user 34 50124 140736342762432 Login Button clicked
+2017-04-25 07:54:42,905 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:54:43,669 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:54:45,121 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:54:45,978 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:54:46,501 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:54:57,522 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = 'd93eee8b-24b3-472f-9c4a-dfcb9052b85e';
+2017-04-25 07:54:57,525 DEBUG db_general 165 50124 140736342762432 Query result: API next step test STVa3kP
+2017-04-25 07:55:02,874 DEBUG logFuncEntry 34 50124 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:55:02,874 DEBUG logFuncEntry 34 50124 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:55:02,891 DEBUG test_ui_base 66 50124 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 07:55:02,893 DEBUG logFuncEntry 34 50124 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:55:02,894 DEBUG test_ui_base 36 50124 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 07:55:05,020 DEBUG test_ui_base 48 50124 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:55:09,353 DEBUG api_user 108 50124 140736342762432 Moving to next test case
+2017-04-25 07:55:09,354 DEBUG api_user 193 50124 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2e54bb1-371c-4c30-834f-2f6df1b6df38/d9a13877a7ef420f8ce5a51661b05e69
+2017-04-25 07:55:09,401 DEBUG api_user 196 50124 140736342762432 APIUser activated successfully!
+2017-04-25 07:55:09,477 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:55:09,477 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:55:09,481 DEBUG db_general 130 50124 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:55:09,483 DEBUG db_general 141 50124 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:55:09,487 DEBUG db_general 130 50124 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:55:09,488 DEBUG db_general 141 50124 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:55:09,699 DEBUG api_virtual_function 72 50124 140736342762432 Virtual Function created successfully!
+2017-04-25 07:55:09,700 DEBUG api_gitlab 267 50124 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a180b2f-de4b-4b8d-9eec-27a5c5ce9ea3/checklist/new/
+2017-04-25 07:55:09,775 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:55:09,776 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:55:09,820 DEBUG api_gitlab 288 50124 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:55:11,526 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:55:11,527 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:55:12,685 DEBUG api_checklist 24 50124 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a180b2f-de4b-4b8d-9eec-27a5c5ce9ea3/checklist/new/
+2017-04-25 07:55:12,691 DEBUG db_general 153 50124 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:55:12,694 DEBUG db_general 165 50124 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:55:12,694 DEBUG api_gitlab 267 50124 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a180b2f-de4b-4b8d-9eec-27a5c5ce9ea3/checklist/new/
+2017-04-25 07:55:12,772 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:55:12,773 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:55:12,815 DEBUG api_gitlab 288 50124 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:55:12,956 DEBUG api_checklist 40 50124 140736342762432 Checklist was created successfully!
+2017-04-25 07:55:14,341 DEBUG db_general 177 50124 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST0Zycb' order by update_time desc limit 1;
+2017-04-25 07:55:16,190 DEBUG db_checklist 389 50124 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST0Zycb' order by create_time desc limit 1;
+2017-04-25 07:55:17,616 DEBUG api_checklist 116 50124 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a180b2f-de4b-4b8d-9eec-27a5c5ce9ea3/checklist/76f6a8f7-abf7-44c4-b4f7-de5b1f48c523/nextstep/
+2017-04-25 07:55:17,781 DEBUG api_checklist 132 50124 140736342762432 Next step was added successfully!
+2017-04-25 07:55:18,753 DEBUG fe_user 26 50124 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:55:18,754 DEBUG fe_user 27 50124 140736342762432 Insert Email
+2017-04-25 07:55:19,551 DEBUG fe_user 30 50124 140736342762432 Insert Password
+2017-04-25 07:55:20,232 DEBUG fe_user 32 50124 140736342762432 Click Login Button
+2017-04-25 07:55:20,345 DEBUG fe_user 34 50124 140736342762432 Login Button clicked
+2017-04-25 07:55:20,351 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:55:21,096 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:55:22,690 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:55:23,543 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:55:24,079 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:15,776 ERROR exception_decor 23 50124 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:56:20,177 DEBUG logFuncEntry 34 50124 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:56:20,178 DEBUG logFuncEntry 34 50124 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:56:20,195 DEBUG test_ui_base 66 50124 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 07:56:20,197 DEBUG logFuncEntry 34 50124 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:56:20,197 DEBUG test_ui_base 36 50124 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 07:56:22,375 DEBUG test_ui_base 48 50124 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:56:23,717 DEBUG api_user 108 50124 140736342762432 Moving to next test case
+2017-04-25 07:56:23,717 DEBUG api_user 193 50124 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/18312033-afbf-4adc-872e-a65f80caa3fd/716df898bd2b475db140e551ce6b0082
+2017-04-25 07:56:23,759 DEBUG api_user 196 50124 140736342762432 APIUser activated successfully!
+2017-04-25 07:56:23,836 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:56:23,836 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:56:23,840 DEBUG db_general 130 50124 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:56:23,842 DEBUG db_general 141 50124 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:56:23,846 DEBUG db_general 130 50124 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:56:23,848 DEBUG db_general 141 50124 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:56:24,051 DEBUG api_virtual_function 72 50124 140736342762432 Virtual Function created successfully!
+2017-04-25 07:56:24,051 DEBUG api_gitlab 267 50124 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f18a5c92-9a85-4705-8be5-b1acca706235/checklist/new/
+2017-04-25 07:56:24,129 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:56:24,129 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:56:24,171 DEBUG api_gitlab 288 50124 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:56:24,250 DEBUG api_user 128 50124 140736342762432 200 OK
+2017-04-25 07:56:24,251 DEBUG api_user 130 50124 140736342762432 Login successfully.
+2017-04-25 07:56:24,261 DEBUG db_general 153 50124 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 07:56:24,263 DEBUG db_general 165 50124 140736342762432 Query result: 2
+2017-04-25 07:56:24,267 DEBUG db_general 153 50124 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 07:56:24,269 DEBUG db_general 165 50124 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 07:56:24,276 DEBUG fe_user 26 50124 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:56:24,276 DEBUG fe_user 27 50124 140736342762432 Insert Email
+2017-04-25 07:56:25,104 DEBUG fe_user 30 50124 140736342762432 Insert Password
+2017-04-25 07:56:25,755 DEBUG fe_user 32 50124 140736342762432 Click Login Button
+2017-04-25 07:56:25,853 DEBUG fe_user 34 50124 140736342762432 Login Button clicked
+2017-04-25 07:56:25,860 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:56:26,502 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:56:27,018 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:56:27,548 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:56:28,374 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:28,891 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:40,447 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 07:56:40,449 DEBUG db_general 165 50124 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 07:56:40,458 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:40,975 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = '618cdd34-71af-40c4-b228-e28259ab6fc8';
+2017-04-25 07:56:40,978 DEBUG db_general 165 50124 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 07:56:40,986 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:41,505 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = '3e0069d4-6fde-41f4-98a9-1ee14eb13928';
+2017-04-25 07:56:41,509 DEBUG db_general 165 50124 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 07:56:41,518 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:54,124 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = '3e0069d4-6fde-41f4-98a9-1ee14eb13928';
+2017-04-25 07:56:54,127 DEBUG db_general 165 50124 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 07:56:54,136 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:54,660 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = '618cdd34-71af-40c4-b228-e28259ab6fc8';
+2017-04-25 07:56:54,662 DEBUG db_general 165 50124 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 07:56:54,671 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:55,191 DEBUG db_general 153 50124 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 07:56:55,194 DEBUG db_general 165 50124 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 07:56:55,204 DEBUG wait 107 50124 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:56:55,721 DEBUG logFuncEntry 34 50124 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:56:55,722 DEBUG logFuncEntry 34 50124 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:56:55,737 DEBUG test_ui_base 66 50124 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 07:57:14,060 DEBUG logFuncEntry 34 50315 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:57:14,060 DEBUG test_ui_base 36 50315 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 07:57:16,189 DEBUG test_ui_base 48 50315 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:57:17,486 DEBUG api_user 108 50315 140736342762432 Moving to next test case
+2017-04-25 07:57:17,486 DEBUG api_user 193 50315 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3775b8dc-baff-4d20-9fd5-01d0fc2974c7/ad054588470648278248fe4b2d5f7ce2
+2017-04-25 07:57:17,519 DEBUG api_user 196 50315 140736342762432 APIUser activated successfully!
+2017-04-25 07:57:17,581 DEBUG api_user 128 50315 140736342762432 200 OK
+2017-04-25 07:57:17,582 DEBUG api_user 130 50315 140736342762432 Login successfully.
+2017-04-25 07:57:17,585 DEBUG db_general 130 50315 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:57:17,587 DEBUG db_general 141 50315 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:57:17,591 DEBUG db_general 130 50315 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:57:17,592 DEBUG db_general 141 50315 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:57:17,806 DEBUG api_virtual_function 72 50315 140736342762432 Virtual Function created successfully!
+2017-04-25 07:57:17,807 DEBUG api_gitlab 267 50315 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c227eca5-67c2-4663-b96b-02f83a8a2a72/checklist/new/
+2017-04-25 07:57:17,883 DEBUG api_user 128 50315 140736342762432 200 OK
+2017-04-25 07:57:17,883 DEBUG api_user 130 50315 140736342762432 Login successfully.
+2017-04-25 07:57:17,914 DEBUG api_gitlab 288 50315 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:57:17,980 DEBUG api_user 128 50315 140736342762432 200 OK
+2017-04-25 07:57:17,980 DEBUG api_user 130 50315 140736342762432 Login successfully.
+2017-04-25 07:57:17,980 DEBUG api_checklist 24 50315 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c227eca5-67c2-4663-b96b-02f83a8a2a72/checklist/new/
+2017-04-25 07:57:17,985 DEBUG db_general 153 50315 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:57:17,987 DEBUG db_general 165 50315 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:57:17,987 DEBUG api_gitlab 267 50315 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c227eca5-67c2-4663-b96b-02f83a8a2a72/checklist/new/
+2017-04-25 07:57:18,057 DEBUG api_user 128 50315 140736342762432 200 OK
+2017-04-25 07:57:18,057 DEBUG api_user 130 50315 140736342762432 Login successfully.
+2017-04-25 07:57:18,087 DEBUG api_gitlab 288 50315 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:57:18,238 DEBUG api_checklist 40 50315 140736342762432 Checklist was created successfully!
+2017-04-25 07:57:18,242 DEBUG db_general 177 50315 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST2Gvsi' order by update_time desc limit 1;
+2017-04-25 07:57:18,247 DEBUG db_checklist 389 50315 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST2Gvsi' order by create_time desc limit 1;
+2017-04-25 07:57:18,250 DEBUG api_checklist 116 50315 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c227eca5-67c2-4663-b96b-02f83a8a2a72/checklist/441d6163-a623-4ef6-8dc6-189ac38c5dc6/nextstep/
+2017-04-25 07:57:18,430 DEBUG api_checklist 132 50315 140736342762432 Next step was added successfully!
+2017-04-25 07:57:18,431 DEBUG fe_user 26 50315 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:57:18,431 DEBUG fe_user 27 50315 140736342762432 Insert Email
+2017-04-25 07:57:19,256 DEBUG fe_user 30 50315 140736342762432 Insert Password
+2017-04-25 07:57:19,902 DEBUG fe_user 32 50315 140736342762432 Click Login Button
+2017-04-25 07:57:20,001 DEBUG fe_user 34 50315 140736342762432 Login Button clicked
+2017-04-25 07:57:20,007 DEBUG wait 107 50315 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:57:20,651 DEBUG wait 107 50315 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:21,269 DEBUG wait 107 50315 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:22,082 DEBUG wait 107 50315 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:57:22,599 DEBUG wait 107 50315 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:57:23,625 DEBUG db_general 153 50315 140736342762432 Query : select description from ice_next_step Where uuid = 'c0a673da-3689-4d11-a307-1ad2c0381b94';
+2017-04-25 07:57:23,627 DEBUG db_general 165 50315 140736342762432 Query result: API next step test ST4iTtJ
+2017-04-25 07:57:23,628 DEBUG logFuncEntry 34 50315 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:57:23,628 DEBUG logFuncEntry 34 50315 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:57:23,641 DEBUG test_ui_base 66 50315 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 07:57:36,738 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 07:57:36,738 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-04-25 07:57:38,862 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:57:40,274 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:57:40,275 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc9f568d-39f5-4d92-86cb-6df9b1a0f4b7/2b9ed41aa4d640829c51271f77b566e2
+2017-04-25 07:57:40,308 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:57:40,377 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:57:40,377 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:57:40,381 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:57:40,383 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:57:40,386 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:57:40,387 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:57:40,587 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:57:40,587 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cb4b4209-b016-431e-af0e-14f10cc02610/checklist/new/
+2017-04-25 07:57:40,652 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:57:40,652 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:57:40,682 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:57:40,682 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:57:40,682 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:57:41,499 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:57:42,153 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:57:42,251 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:57:42,255 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:57:42,897 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:43,414 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:43,940 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:44,770 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:57:45,282 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:57:48,006 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 07:57:48,006 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-04-25 07:57:48,044 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-04-25 07:57:48,044 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 07:57:48,044 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-04-25 07:57:50,155 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:57:51,516 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:57:51,516 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad62e2cf-d874-4e6e-8ba4-9f819d8c7eb4/0445bcc8dbe14eac854250ce3000f6b9
+2017-04-25 07:57:51,550 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:57:51,612 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:57:51,613 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:57:51,616 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:57:51,618 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:57:51,622 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:57:51,623 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:57:51,850 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:57:51,851 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4956187d-8f38-4eb4-965a-5ac2364537d9/checklist/new/
+2017-04-25 07:57:51,920 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:57:51,920 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:57:51,950 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:57:51,950 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:57:51,950 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:57:52,765 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:57:53,418 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:57:53,520 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:57:53,524 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:57:54,192 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:54,702 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:55,228 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:57:56,045 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:57:56,561 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:57:59,210 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 07:57:59,210 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-04-25 07:57:59,247 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-04-25 07:57:59,248 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 07:57:59,248 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-04-25 07:58:01,355 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:58:02,656 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:58:02,657 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df1bb304-f540-4ffd-a550-05b08caadf34/2556e11ac1fe40f7be641ea40bf96a32
+2017-04-25 07:58:02,690 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:58:02,754 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:02,754 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:02,758 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:58:02,759 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:58:02,763 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:58:02,764 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:58:02,963 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:58:02,963 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76578c80-0a0a-48e8-84e0-374e56e93eb7/checklist/new/
+2017-04-25 07:58:03,028 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:03,028 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:03,060 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:03,069 DEBUG db_general 153 50364 140736342762432 Query : select id from ice_user_profile Where email = 'STQ5HyI@intl.att.com';
+2017-04-25 07:58:03,071 DEBUG db_general 165 50364 140736342762432 Query result: 129
+2017-04-25 07:58:03,075 DEBUG db_general 153 50364 140736342762432 Query : select uuid from ice_next_step Where owner_id = '129';
+2017-04-25 07:58:03,077 DEBUG db_general 165 50364 140736342762432 Query result: cee0698c-4146-4212-8e0c-1b6529e9d12a
+2017-04-25 07:58:03,083 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:58:03,083 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:58:03,973 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:58:04,646 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:58:04,742 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:58:04,746 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:58:05,264 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:05,789 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:06,576 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:07,090 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:19,952 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 07:58:19,954 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-04-25 07:58:19,973 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-04-25 07:58:19,973 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 07:58:19,973 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-04-25 07:58:22,082 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:58:23,432 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:58:23,432 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/17d27663-62e2-4009-ba44-73c765d7b59f/ffd15c1ba9ea40bcbe91e42ef7f76cb6
+2017-04-25 07:58:23,466 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:58:23,533 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:23,533 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:23,537 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:58:23,538 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:58:23,542 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:58:23,544 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:58:23,743 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:58:23,743 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4631cab-3c0c-4115-a490-ccb25f722604/checklist/new/
+2017-04-25 07:58:23,813 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:23,813 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:23,879 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:23,879 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:58:23,879 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:58:24,693 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:58:25,341 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:58:25,438 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:58:25,443 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:58:26,090 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:26,602 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:27,129 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:27,959 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:28,477 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:29,863 DEBUG test_next_step 91 50364 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 07:58:30,694 DEBUG test_next_step 91 50364 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 07:58:30,694 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 07:58:30,694 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-04-25 07:58:30,711 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-04-25 07:58:30,711 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 07:58:30,711 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-04-25 07:58:32,817 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:58:34,114 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:58:34,114 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f3fddc05-be28-46c5-8acc-0fa3a77e7c66/21d73b342d114044b929f6ccafa8a318
+2017-04-25 07:58:34,148 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:58:34,214 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:34,214 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:34,218 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:58:34,220 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:58:34,223 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:58:34,224 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:58:34,423 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:58:34,424 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6e3d0442-99f9-4656-84e9-5c683c37cd40/checklist/new/
+2017-04-25 07:58:34,491 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:34,491 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:34,524 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:34,524 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:58:34,525 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:58:35,385 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:58:36,028 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:58:36,131 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:58:36,136 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:58:36,884 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:37,409 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:38,224 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:38,754 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:40,141 DEBUG test_next_step 104 50364 140736342762432 Next step deleted! (1 of 2)
+2017-04-25 07:58:40,955 DEBUG test_next_step 104 50364 140736342762432 Next step deleted! (2 of 2)
+2017-04-25 07:58:40,956 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 07:58:40,956 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-04-25 07:58:40,971 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-04-25 07:58:40,971 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:58:40,971 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-04-25 07:58:43,077 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:58:44,444 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:58:44,445 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bf406966-7dda-4f67-b536-4196c0e667c1/74a78cd7fd4c4689b4f5d68d430daf64
+2017-04-25 07:58:44,478 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:58:44,545 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:44,546 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:44,550 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:58:44,551 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:58:44,555 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:58:44,556 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:58:44,758 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:58:44,759 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59c7cbf4-5986-4b15-900e-115107357677/checklist/new/
+2017-04-25 07:58:44,823 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:44,824 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:44,855 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:44,932 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:44,932 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:44,932 DEBUG api_checklist 24 50364 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59c7cbf4-5986-4b15-900e-115107357677/checklist/new/
+2017-04-25 07:58:44,937 DEBUG db_general 153 50364 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:58:44,940 DEBUG db_general 165 50364 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:58:44,940 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59c7cbf4-5986-4b15-900e-115107357677/checklist/new/
+2017-04-25 07:58:45,008 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:45,008 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:45,040 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:45,190 DEBUG api_checklist 40 50364 140736342762432 Checklist was created successfully!
+2017-04-25 07:58:45,194 DEBUG db_general 177 50364 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST2xsqP' order by update_time desc limit 1;
+2017-04-25 07:58:45,200 DEBUG db_checklist 389 50364 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST2xsqP' order by create_time desc limit 1;
+2017-04-25 07:58:45,203 DEBUG api_checklist 116 50364 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59c7cbf4-5986-4b15-900e-115107357677/checklist/a4aa12f6-8707-4bc0-a9a3-47731dca516f/nextstep/
+2017-04-25 07:58:45,360 DEBUG api_checklist 132 50364 140736342762432 Next step was added successfully!
+2017-04-25 07:58:45,360 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:58:45,360 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:58:46,171 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:58:46,812 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:58:46,913 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:58:46,917 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:58:47,577 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:48,093 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:48,621 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:49,452 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:49,968 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:51,009 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '54eb04ba-9728-4b52-b5da-c39876664e61';
+2017-04-25 07:58:51,012 DEBUG db_general 165 50364 140736342762432 Query result: API next step test STOFNaj
+2017-04-25 07:58:51,012 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:58:51,013 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-04-25 07:58:51,029 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-04-25 07:58:51,030 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:58:51,030 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-04-25 07:58:53,143 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:58:54,520 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:58:54,520 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d021ea2b-af1b-4f09-96a8-91478b80d044/a9844840a2994bd2b742ba4b41fc795c
+2017-04-25 07:58:54,557 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:58:54,625 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:54,625 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:54,630 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:58:54,631 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:58:54,634 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:58:54,636 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:58:54,840 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:58:54,841 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9af2d208-412e-4864-bbf1-6b862890f8ee/checklist/new/
+2017-04-25 07:58:54,919 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:54,919 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:54,950 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:55,031 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:55,031 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:55,031 DEBUG api_checklist 24 50364 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9af2d208-412e-4864-bbf1-6b862890f8ee/checklist/new/
+2017-04-25 07:58:55,036 DEBUG db_general 153 50364 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:58:55,038 DEBUG db_general 165 50364 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:58:55,038 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9af2d208-412e-4864-bbf1-6b862890f8ee/checklist/new/
+2017-04-25 07:58:55,106 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:58:55,106 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:58:55,139 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:58:55,280 DEBUG api_checklist 40 50364 140736342762432 Checklist was created successfully!
+2017-04-25 07:58:55,286 DEBUG db_general 177 50364 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPISTt4Az3' order by update_time desc limit 1;
+2017-04-25 07:58:55,292 DEBUG db_checklist 389 50364 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPISTt4Az3' order by create_time desc limit 1;
+2017-04-25 07:58:55,295 DEBUG api_checklist 116 50364 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9af2d208-412e-4864-bbf1-6b862890f8ee/checklist/163141a0-b8f5-4ab3-86c1-385919996437/nextstep/
+2017-04-25 07:58:55,476 DEBUG api_checklist 132 50364 140736342762432 Next step was added successfully!
+2017-04-25 07:58:55,476 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:58:55,476 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:58:56,288 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:58:56,940 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:58:57,043 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:58:57,055 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:58:57,816 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:58,343 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:58:59,202 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:58:59,719 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:00,762 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = 'a5eacc32-b7be-4ced-a1e4-a848fe014667';
+2017-04-25 07:59:00,764 DEBUG db_general 165 50364 140736342762432 Query result: API next step test STaWtYy
+2017-04-25 07:59:00,764 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:59:00,764 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-04-25 07:59:00,781 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-04-25 07:59:00,781 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 07:59:00,781 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-04-25 07:59:02,891 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:59:04,181 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:59:04,181 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f246db74-4443-4971-841c-4c7013e561d3/c6fd261059be4f10be8d6a156b0a66cf
+2017-04-25 07:59:04,213 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:59:04,284 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:04,284 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:04,289 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:59:04,290 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:59:04,294 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:59:04,296 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:59:04,502 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:59:04,502 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/843c9190-8f44-4eb4-a867-f96885e68b79/checklist/new/
+2017-04-25 07:59:04,570 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:04,570 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:04,603 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:59:04,678 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:04,679 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:04,679 DEBUG api_checklist 24 50364 140736342762432 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/843c9190-8f44-4eb4-a867-f96885e68b79/checklist/new/
+2017-04-25 07:59:04,683 DEBUG db_general 153 50364 140736342762432 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-04-25 07:59:04,685 DEBUG db_general 165 50364 140736342762432 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-04-25 07:59:04,685 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/843c9190-8f44-4eb4-a867-f96885e68b79/checklist/new/
+2017-04-25 07:59:04,762 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:04,762 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:04,798 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:59:04,934 DEBUG api_checklist 40 50364 140736342762432 Checklist was created successfully!
+2017-04-25 07:59:04,938 DEBUG db_general 177 50364 140736342762432 Query : select state from ice_checklist Where name = 'checklistAPIST4ZQbM' order by update_time desc limit 1;
+2017-04-25 07:59:04,945 DEBUG db_checklist 389 50364 140736342762432 Query : select uuid from ice_checklist where name = 'checklistAPIST4ZQbM' order by create_time desc limit 1;
+2017-04-25 07:59:04,948 DEBUG api_checklist 116 50364 140736342762432 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/843c9190-8f44-4eb4-a867-f96885e68b79/checklist/e3cd627d-17c1-4e9c-b699-ed2c2fee9eb9/nextstep/
+2017-04-25 07:59:05,128 DEBUG api_checklist 132 50364 140736342762432 Next step was added successfully!
+2017-04-25 07:59:05,129 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:59:05,129 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:59:05,947 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:59:06,601 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:59:06,697 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:59:06,701 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:59:07,461 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:07,986 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:08,820 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:09,336 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:10,480 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 07:59:10,480 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-04-25 07:59:10,497 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-04-25 07:59:10,497 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 07:59:10,497 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-04-25 07:59:12,604 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:59:13,914 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:59:13,914 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/866e7ae7-5894-41c8-abea-e0c03b80bd3f/cf08e4546d0d4270b327e1ef3effa303
+2017-04-25 07:59:13,950 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:59:14,020 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:14,020 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:14,023 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:59:14,025 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:59:14,029 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:59:14,031 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:59:14,292 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:59:14,292 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5e67c45-29ab-4e96-8ace-4dfedbab1679/checklist/new/
+2017-04-25 07:59:14,375 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:14,375 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:14,409 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:59:14,409 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:59:14,409 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:59:15,221 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:59:15,855 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:59:15,953 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:59:15,963 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:59:16,620 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:17,243 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:18,062 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:18,581 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:21,341 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 07:59:21,341 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-04-25 07:59:21,364 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-04-25 07:59:21,364 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 07:59:21,365 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 07:59:23,473 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:59:24,776 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:59:24,776 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0dc5cd7a-dcfd-4d00-9e88-1dcbd302e598/7f56033155fa44cc997022068d7617e4
+2017-04-25 07:59:24,810 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:59:24,877 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:24,877 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:24,882 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:59:24,883 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:59:24,887 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:59:24,889 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:59:25,098 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:59:25,098 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/739b01c3-35f4-4387-995c-f11a97115d7a/checklist/new/
+2017-04-25 07:59:25,167 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:25,167 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:25,201 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:59:25,273 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:25,273 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:25,284 DEBUG db_general 153 50364 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 07:59:25,286 DEBUG db_general 165 50364 140736342762432 Query result: 1
+2017-04-25 07:59:25,289 DEBUG db_general 153 50364 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 07:59:25,291 DEBUG db_general 165 50364 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 07:59:25,298 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:59:25,299 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:59:26,107 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:59:26,741 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:59:26,841 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:59:26,848 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:59:27,519 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:28,035 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:28,560 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:29,388 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:29,903 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:41,086 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 07:59:41,089 DEBUG db_general 165 50364 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 07:59:41,099 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:41,619 ERROR exception_decor 23 50364 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 07:59:41,624 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 07:59:41,624 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 07:59:41,642 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 07:59:41,643 DEBUG logFuncEntry 34 50364 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 07:59:41,643 DEBUG test_ui_base 36 50364 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-04-25 07:59:43,755 DEBUG test_ui_base 48 50364 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 07:59:45,056 DEBUG api_user 108 50364 140736342762432 Moving to next test case
+2017-04-25 07:59:45,056 DEBUG api_user 193 50364 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8d51b07-a9ff-4df4-ad08-acf98c6b8ede/ea6cf98b16384fa6a1459aacfd3f014c
+2017-04-25 07:59:45,090 DEBUG api_user 196 50364 140736342762432 APIUser activated successfully!
+2017-04-25 07:59:45,157 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:45,157 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:45,160 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 07:59:45,162 DEBUG db_general 141 50364 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 07:59:45,166 DEBUG db_general 130 50364 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 07:59:45,167 DEBUG db_general 141 50364 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 07:59:45,371 DEBUG api_virtual_function 72 50364 140736342762432 Virtual Function created successfully!
+2017-04-25 07:59:45,371 DEBUG api_gitlab 267 50364 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d7168819-09b4-4b08-8ee7-de8b1e9fcded/checklist/new/
+2017-04-25 07:59:45,439 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:45,439 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:45,470 DEBUG api_gitlab 288 50364 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 07:59:45,537 DEBUG api_user 128 50364 140736342762432 200 OK
+2017-04-25 07:59:45,537 DEBUG api_user 130 50364 140736342762432 Login successfully.
+2017-04-25 07:59:45,549 DEBUG db_general 153 50364 140736342762432 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-04-25 07:59:45,552 DEBUG db_general 165 50364 140736342762432 Query result: 2
+2017-04-25 07:59:45,556 DEBUG db_general 153 50364 140736342762432 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-04-25 07:59:45,558 DEBUG db_general 165 50364 140736342762432 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-04-25 07:59:45,570 DEBUG fe_user 26 50364 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 07:59:45,570 DEBUG fe_user 27 50364 140736342762432 Insert Email
+2017-04-25 07:59:46,378 DEBUG fe_user 30 50364 140736342762432 Insert Password
+2017-04-25 07:59:47,115 DEBUG fe_user 32 50364 140736342762432 Click Login Button
+2017-04-25 07:59:47,214 DEBUG fe_user 34 50364 140736342762432 Login Button clicked
+2017-04-25 07:59:47,218 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 07:59:47,868 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:48,384 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:48,911 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 07:59:49,928 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 07:59:50,442 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:01,972 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 08:00:01,976 DEBUG db_general 165 50364 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 08:00:01,984 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:02,506 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '506af687-ace9-4fa2-8361-f1b95d82b3e6';
+2017-04-25 08:00:02,509 DEBUG db_general 165 50364 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 08:00:02,515 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:03,032 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '299050c0-27a3-4b10-8d86-e1683ed85218';
+2017-04-25 08:00:03,034 DEBUG db_general 165 50364 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 08:00:03,052 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:15,671 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '299050c0-27a3-4b10-8d86-e1683ed85218';
+2017-04-25 08:00:15,674 DEBUG db_general 165 50364 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 08:00:15,680 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:16,200 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '506af687-ace9-4fa2-8361-f1b95d82b3e6';
+2017-04-25 08:00:16,203 DEBUG db_general 165 50364 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 08:00:16,238 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:16,760 DEBUG db_general 153 50364 140736342762432 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-04-25 08:00:16,762 DEBUG db_general 165 50364 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 08:00:16,767 DEBUG wait 107 50364 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:00:17,276 DEBUG logFuncEntry 34 50364 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 08:00:17,276 DEBUG logFuncEntry 34 50364 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-04-25 08:00:17,287 DEBUG test_ui_base 66 50364 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-04-25 08:03:32,335 DEBUG logFuncEntry 34 51056 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:03:32,335 DEBUG test_ui_base 36 51056 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 08:03:34,456 DEBUG test_ui_base 48 51056 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 08:03:35,661 ERROR exception_decor 23 51056 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:03:35,665 DEBUG logFuncEntry 34 51056 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:03:35,665 DEBUG logFuncEntry 34 51056 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:03:35,687 DEBUG test_ui_base 66 51056 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 08:04:01,030 DEBUG logFuncEntry 34 51083 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:04:01,030 DEBUG test_ui_base 36 51083 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 08:04:03,149 DEBUG test_ui_base 48 51083 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 08:04:04,890 DEBUG api_user 108 51083 140736342762432 Moving to next test case
+2017-04-25 08:04:04,890 DEBUG api_user 193 51083 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/69f2fdd4-0a23-4531-ac7e-52c64fb8e414/f1b8b6b306574433b3be25e6725838f3
+2017-04-25 08:04:04,925 DEBUG api_user 196 51083 140736342762432 APIUser activated successfully!
+2017-04-25 08:04:04,994 DEBUG api_user 128 51083 140736342762432 200 OK
+2017-04-25 08:04:04,994 DEBUG api_user 130 51083 140736342762432 Login successfully.
+2017-04-25 08:04:04,998 DEBUG db_general 130 51083 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 08:04:04,999 DEBUG db_general 141 51083 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 08:04:05,008 DEBUG db_general 130 51083 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 08:04:05,010 DEBUG db_general 141 51083 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 08:04:05,242 DEBUG api_virtual_function 72 51083 140736342762432 Virtual Function created successfully!
+2017-04-25 08:04:05,242 DEBUG api_gitlab 267 51083 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e99ac713-90b4-4ae2-87db-33a2970a1a14/checklist/new/
+2017-04-25 08:04:05,316 DEBUG api_user 128 51083 140736342762432 200 OK
+2017-04-25 08:04:05,317 DEBUG api_user 130 51083 140736342762432 Login successfully.
+2017-04-25 08:04:05,347 DEBUG api_gitlab 288 51083 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 08:04:05,417 DEBUG api_user 128 51083 140736342762432 200 OK
+2017-04-25 08:04:05,417 DEBUG api_user 130 51083 140736342762432 Login successfully.
+2017-04-25 08:04:05,427 DEBUG db_general 153 51083 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 08:04:05,429 DEBUG db_general 165 51083 140736342762432 Query result: 1
+2017-04-25 08:04:05,432 DEBUG db_general 153 51083 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 08:04:05,434 DEBUG db_general 165 51083 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 08:04:05,446 DEBUG fe_user 26 51083 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 08:04:05,446 DEBUG fe_user 27 51083 140736342762432 Insert Email
+2017-04-25 08:04:06,270 DEBUG fe_user 30 51083 140736342762432 Insert Password
+2017-04-25 08:04:06,912 DEBUG fe_user 32 51083 140736342762432 Click Login Button
+2017-04-25 08:04:07,012 DEBUG fe_user 34 51083 140736342762432 Login Button clicked
+2017-04-25 08:04:07,017 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 08:04:07,725 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:04:08,241 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:04:08,769 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:04:09,588 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:04:10,102 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:04:21,244 DEBUG db_general 153 51083 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 08:04:21,247 DEBUG db_general 165 51083 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 08:04:21,254 DEBUG wait 107 51083 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:04:21,770 ERROR exception_decor 23 51083 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:04:21,775 DEBUG logFuncEntry 34 51083 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:04:21,775 DEBUG logFuncEntry 34 51083 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:04:21,793 DEBUG test_ui_base 66 51083 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 08:04:50,462 DEBUG logFuncEntry 34 51134 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:04:50,463 DEBUG test_ui_base 36 51134 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 08:04:52,609 DEBUG test_ui_base 48 51134 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 08:04:57,764 DEBUG api_user 108 51134 140736342762432 Moving to next test case
+2017-04-25 08:04:57,765 DEBUG api_user 193 51134 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5766be9d-0e10-4368-9dcb-64c89dd95681/069f2904f848441483877836b0b68b3c
+2017-04-25 08:04:57,810 DEBUG api_user 196 51134 140736342762432 APIUser activated successfully!
+2017-04-25 08:04:57,892 DEBUG api_user 128 51134 140736342762432 200 OK
+2017-04-25 08:04:57,892 DEBUG api_user 130 51134 140736342762432 Login successfully.
+2017-04-25 08:04:57,897 DEBUG db_general 130 51134 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 08:04:57,898 DEBUG db_general 141 51134 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 08:04:57,902 DEBUG db_general 130 51134 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 08:04:57,904 DEBUG db_general 141 51134 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 08:04:58,121 DEBUG api_virtual_function 72 51134 140736342762432 Virtual Function created successfully!
+2017-04-25 08:04:58,122 DEBUG api_gitlab 267 51134 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e94e0b73-0d63-48bd-8550-573cfbefacf0/checklist/new/
+2017-04-25 08:04:58,203 DEBUG api_user 128 51134 140736342762432 200 OK
+2017-04-25 08:04:58,203 DEBUG api_user 130 51134 140736342762432 Login successfully.
+2017-04-25 08:04:58,242 DEBUG api_gitlab 288 51134 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 08:04:59,911 DEBUG api_user 128 51134 140736342762432 200 OK
+2017-04-25 08:04:59,911 DEBUG api_user 130 51134 140736342762432 Login successfully.
+2017-04-25 08:05:02,224 DEBUG db_general 153 51134 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 08:05:02,226 DEBUG db_general 165 51134 140736342762432 Query result: 1
+2017-04-25 08:05:02,231 DEBUG db_general 153 51134 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 08:05:02,234 DEBUG db_general 165 51134 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 08:05:03,975 DEBUG fe_user 26 51134 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 08:05:03,976 DEBUG fe_user 27 51134 140736342762432 Insert Email
+2017-04-25 08:05:04,776 DEBUG fe_user 30 51134 140736342762432 Insert Password
+2017-04-25 08:05:05,457 DEBUG fe_user 32 51134 140736342762432 Click Login Button
+2017-04-25 08:05:05,572 DEBUG fe_user 34 51134 140736342762432 Login Button clicked
+2017-04-25 08:05:05,580 DEBUG wait 107 51134 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 08:05:06,305 DEBUG wait 107 51134 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:05:08,314 DEBUG wait 107 51134 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:05:09,172 DEBUG wait 107 51134 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:05:09,695 DEBUG wait 107 51134 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:05:27,552 DEBUG db_general 153 51134 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 08:05:27,555 DEBUG db_general 165 51134 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 08:05:27,564 DEBUG wait 107 51134 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:05:30,899 ERROR exception_decor 23 51134 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:05:30,906 DEBUG logFuncEntry 34 51134 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:05:30,906 DEBUG logFuncEntry 34 51134 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:05:30,923 DEBUG test_ui_base 66 51134 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-04-25 08:05:56,558 DEBUG logFuncEntry 34 51206 140736342762432 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:05:56,558 DEBUG test_ui_base 36 51206 140736342762432 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-04-25 08:05:58,673 DEBUG test_ui_base 48 51206 140736342762432 <Open Firefox with URL http://127.0.0.1:9000/#/login>
+2017-04-25 08:06:00,074 DEBUG api_user 108 51206 140736342762432 Moving to next test case
+2017-04-25 08:06:00,074 DEBUG api_user 193 51206 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/85dc1cb9-068d-44f0-a430-91ac2394565d/4d197a3370f943698e55e83e49ee0882
+2017-04-25 08:06:00,111 DEBUG api_user 196 51206 140736342762432 APIUser activated successfully!
+2017-04-25 08:06:00,179 DEBUG api_user 128 51206 140736342762432 200 OK
+2017-04-25 08:06:00,179 DEBUG api_user 130 51206 140736342762432 Login successfully.
+2017-04-25 08:06:00,183 DEBUG db_general 130 51206 140736342762432 Query : select uuid from ice_deployment_target;
+2017-04-25 08:06:00,184 DEBUG db_general 141 51206 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-04-25 08:06:00,188 DEBUG db_general 130 51206 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-04-25 08:06:00,189 DEBUG db_general 141 51206 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-04-25 08:06:00,443 DEBUG api_virtual_function 72 51206 140736342762432 Virtual Function created successfully!
+2017-04-25 08:06:00,444 DEBUG api_gitlab 267 51206 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/03644313-62dc-4dfb-94f7-6611f70bb24d/checklist/new/
+2017-04-25 08:06:00,522 DEBUG api_user 128 51206 140736342762432 200 OK
+2017-04-25 08:06:00,523 DEBUG api_user 130 51206 140736342762432 Login successfully.
+2017-04-25 08:06:00,555 DEBUG api_gitlab 288 51206 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-04-25 08:06:00,624 DEBUG api_user 128 51206 140736342762432 200 OK
+2017-04-25 08:06:00,624 DEBUG api_user 130 51206 140736342762432 Login successfully.
+2017-04-25 08:06:00,635 DEBUG db_general 153 51206 140736342762432 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-04-25 08:06:00,637 DEBUG db_general 165 51206 140736342762432 Query result: 1
+2017-04-25 08:06:00,641 DEBUG db_general 153 51206 140736342762432 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-04-25 08:06:00,642 DEBUG db_general 165 51206 140736342762432 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-04-25 08:06:00,649 DEBUG fe_user 26 51206 140736342762432 Verifying and Insert Login page elements:
+2017-04-25 08:06:00,649 DEBUG fe_user 27 51206 140736342762432 Insert Email
+2017-04-25 08:06:01,485 DEBUG fe_user 30 51206 140736342762432 Insert Password
+2017-04-25 08:06:02,133 DEBUG fe_user 32 51206 140736342762432 Click Login Button
+2017-04-25 08:06:02,228 DEBUG fe_user 34 51206 140736342762432 Login Button clicked
+2017-04-25 08:06:02,232 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/login page is loaded.
+2017-04-25 08:06:02,902 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:06:03,417 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:06:03,943 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/dashboard page is loaded.
+2017-04-25 08:06:04,774 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:05,291 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:16,772 DEBUG db_general 153 51206 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 08:06:16,774 DEBUG db_general 165 51206 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 08:06:16,781 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:17,303 DEBUG db_general 153 51206 140736342762432 Query : select description from ice_next_step Where uuid = '452434e4-5b91-4637-b5d9-2f9424a07742';
+2017-04-25 08:06:17,305 DEBUG db_general 165 51206 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 08:06:17,312 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:17,827 DEBUG db_general 153 51206 140736342762432 Query : select description from ice_next_step Where uuid = 'b939c39e-8fe3-4a7f-802b-37cdffa14461';
+2017-04-25 08:06:17,829 DEBUG db_general 165 51206 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 08:06:17,836 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:30,884 DEBUG db_general 153 51206 140736342762432 Query : select description from ice_next_step Where uuid = 'b939c39e-8fe3-4a7f-802b-37cdffa14461';
+2017-04-25 08:06:30,889 DEBUG db_general 165 51206 140736342762432 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-04-25 08:06:30,896 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:31,418 DEBUG db_general 153 51206 140736342762432 Query : select description from ice_next_step Where uuid = '452434e4-5b91-4637-b5d9-2f9424a07742';
+2017-04-25 08:06:31,421 DEBUG db_general 165 51206 140736342762432 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-04-25 08:06:31,429 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:31,949 DEBUG db_general 153 51206 140736342762432 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-04-25 08:06:31,952 DEBUG db_general 165 51206 140736342762432 Query result: Please add your SSH key to be able to contribute.
+2017-04-25 08:06:31,958 DEBUG wait 107 51206 140736342762432 Checking if http://127.0.0.1:9000/#/dashboard/overview page is loaded.
+2017-04-25 08:06:32,469 DEBUG logFuncEntry 34 51206 140736342762432 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:06:32,470 DEBUG logFuncEntry 34 51206 140736342762432 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-04-25 08:06:32,485 DEBUG test_ui_base 66 51206 140736342762432 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-01 04:15:56,028 DEBUG logFuncEntry 34 8219 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-01 04:15:56,028 DEBUG test_ui_base 36 8219 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-01 04:15:59,198 DEBUG test_ui_base 48 8219 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:16:00,317 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:16:00,320 DEBUG db_general 65 8219 140736342762432 Query result: None
+2017-05-01 04:16:00,324 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_template(uuid, name, category, version, create_time)VALUES ('a4f9f4ee-9b81-46aa-b9c7-54c04e353b68', 'Editing_Heat', 'first category', '1', '2017-05-01 04:16:00.320473');
+2017-05-01 04:16:00,327 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,332 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:16:00,335 DEBUG db_general 65 8219 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:16:00,339 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('141b5731-d9de-40c2-a733-fe0c38f73eff', 'External References', '1', 'section descripyion', 'valid instructions','2017-05-01 04:16:00.335845', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,344 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,347 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_section where name = 'External References' and template_id = 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68'
+2017-05-01 04:16:00,349 DEBUG db_general 65 8219 140736342762432 Query result: 141b5731-d9de-40c2-a733-fe0c38f73eff
+2017-05-01 04:16:00,354 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('065f1025-c630-4975-95b9-4e3d7b6d2044', 'Parameter Specification', '2', 'section descripyion', 'valid instructions','2017-05-01 04:16:00.350016', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,357 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,361 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_section where name = 'Parameter Specification' and template_id = 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68'
+2017-05-01 04:16:00,366 DEBUG db_general 65 8219 140736342762432 Query result: 065f1025-c630-4975-95b9-4e3d7b6d2044
+2017-05-01 04:16:00,375 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('6e11f6b0-457d-4b99-9123-0543010d56d8', 'Normal references', '1', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-05-01 04:16:00.366551', '141b5731-d9de-40c2-a733-fe0c38f73eff', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,386 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,392 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('67cb107f-69fd-416c-9500-4e14fddebca5', 'String parameters', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-05-01 04:16:00.386802', '065f1025-c630-4975-95b9-4e3d7b6d2044', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,397 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,401 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('22f485cd-863d-406f-8362-948f643e2961', 'Numeric parameters', '3', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-05-01 04:16:00.397987', '065f1025-c630-4975-95b9-4e3d7b6d2044', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,404 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,408 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('b428faaf-f26d-49b9-9727-86c307c238e6', 'VF image', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-05-01 04:16:00.404188', '141b5731-d9de-40c2-a733-fe0c38f73eff', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,411 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:00,414 DEBUG db_general 76 8219 140736342762432 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('d46064b7-691b-4635-a5ed-3f443496354c', 'Parameters', '1', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-05-01 04:16:00.411568', '065f1025-c630-4975-95b9-4e3d7b6d2044', 'a4f9f4ee-9b81-46aa-b9c7-54c04e353b68');
+2017-05-01 04:16:00,417 DEBUG db_general 80 8219 140736342762432 Insert query success!
+2017-05-01 04:16:01,124 DEBUG api_user 108 8219 140736342762432 Moving to next test case
+2017-05-01 04:16:01,124 DEBUG api_user 193 8219 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a71799fe-350e-4f59-8d96-96df3db1d051/084f3540a89d40ac961c0c9ea350f76f
+2017-05-01 04:16:01,160 DEBUG api_user 196 8219 140736342762432 APIUser activated successfully!
+2017-05-01 04:16:01,230 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:01,230 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:01,234 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:16:01,235 DEBUG db_general 141 8219 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:16:01,240 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:16:01,242 DEBUG db_general 141 8219 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:16:01,502 DEBUG api_virtual_function 72 8219 140736342762432 Virtual Function created successfully!
+2017-05-01 04:16:01,502 DEBUG api_gitlab 267 8219 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/da86b536-768b-42a3-8669-8a74e4d22737/checklist/new/
+2017-05-01 04:16:01,572 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:01,572 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:01,605 DEBUG api_gitlab 288 8219 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:16:01,605 DEBUG fe_user 26 8219 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:16:01,605 DEBUG fe_user 27 8219 140736342762432 Insert Email
+2017-05-01 04:16:02,431 DEBUG fe_user 30 8219 140736342762432 Insert Password
+2017-05-01 04:16:03,079 DEBUG fe_user 32 8219 140736342762432 Click Login Button
+2017-05-01 04:16:03,180 DEBUG fe_user 34 8219 140736342762432 Login Button clicked
+2017-05-01 04:16:03,184 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:16:03,841 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:04,862 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:05,375 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:05,889 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:06,486 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:08,179 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:08,698 DEBUG logFuncEntry 34 8219 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-01 04:16:08,698 DEBUG logFuncEntry 34 8219 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-01 04:16:08,730 DEBUG test_ui_base 66 8219 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-01 04:16:08,730 DEBUG logFuncEntry 34 8219 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-01 04:16:08,730 DEBUG test_ui_base 36 8219 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-01 04:16:11,066 DEBUG test_ui_base 48 8219 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:16:12,186 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:16:12,188 DEBUG db_general 65 8219 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:16:12,270 DEBUG api_user 108 8219 140736342762432 Moving to next test case
+2017-05-01 04:16:12,270 DEBUG api_user 193 8219 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d03f3b64-b9f1-4b3c-945c-12ef8d3510df/4c603d5137e14ceab9bfb1d3b02ff42d
+2017-05-01 04:16:12,307 DEBUG api_user 196 8219 140736342762432 APIUser activated successfully!
+2017-05-01 04:16:12,379 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:12,379 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:12,383 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:16:12,387 DEBUG db_general 141 8219 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:16:12,393 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:16:12,395 DEBUG db_general 141 8219 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:16:12,666 DEBUG api_virtual_function 72 8219 140736342762432 Virtual Function created successfully!
+2017-05-01 04:16:12,666 DEBUG api_gitlab 267 8219 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1dfc29d8-503f-4bd8-bc71-4e0a316aa34e/checklist/new/
+2017-05-01 04:16:12,733 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:12,733 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:12,769 DEBUG api_gitlab 288 8219 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:16:12,769 DEBUG fe_user 26 8219 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:16:12,769 DEBUG fe_user 27 8219 140736342762432 Insert Email
+2017-05-01 04:16:13,594 DEBUG fe_user 30 8219 140736342762432 Insert Password
+2017-05-01 04:16:14,247 DEBUG fe_user 32 8219 140736342762432 Click Login Button
+2017-05-01 04:16:14,344 DEBUG fe_user 34 8219 140736342762432 Login Button clicked
+2017-05-01 04:16:14,348 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:16:14,892 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:15,407 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:16,415 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:16,936 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:18,270 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:19,016 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:19,535 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:20,079 DEBUG db_general 56 8219 140736342762432 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-01 04:16:20,087 DEBUG db_general 65 8219 140736342762432 Query result: None
+2017-05-01 04:16:20,087 DEBUG logFuncEntry 34 8219 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-01 04:16:20,087 DEBUG logFuncEntry 34 8219 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-01 04:16:20,121 DEBUG test_ui_base 66 8219 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-01 04:16:20,121 DEBUG logFuncEntry 34 8219 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:16:20,122 DEBUG test_ui_base 36 8219 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-01 04:16:22,234 DEBUG test_ui_base 48 8219 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:16:23,261 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:16:23,269 DEBUG db_general 65 8219 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:16:23,363 DEBUG api_user 108 8219 140736342762432 Moving to next test case
+2017-05-01 04:16:23,363 DEBUG api_user 193 8219 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f0528af6-f951-4b28-a676-946e3fbdb5a3/2fdf3590eeab415e819384c203fadfb9
+2017-05-01 04:16:23,401 DEBUG api_user 196 8219 140736342762432 APIUser activated successfully!
+2017-05-01 04:16:23,482 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:23,482 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:23,486 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:16:23,488 DEBUG db_general 141 8219 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:16:23,492 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:16:23,493 DEBUG db_general 141 8219 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:16:23,813 DEBUG api_virtual_function 72 8219 140736342762432 Virtual Function created successfully!
+2017-05-01 04:16:23,814 DEBUG api_gitlab 267 8219 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d58cec51-0e69-48e6-95fc-a484cafe3fc0/checklist/new/
+2017-05-01 04:16:23,884 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:23,885 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:23,926 DEBUG api_gitlab 288 8219 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:16:23,926 DEBUG fe_user 26 8219 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:16:23,926 DEBUG fe_user 27 8219 140736342762432 Insert Email
+2017-05-01 04:16:24,755 DEBUG fe_user 30 8219 140736342762432 Insert Password
+2017-05-01 04:16:25,403 DEBUG fe_user 32 8219 140736342762432 Click Login Button
+2017-05-01 04:16:25,499 DEBUG fe_user 34 8219 140736342762432 Login Button clicked
+2017-05-01 04:16:25,507 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:16:26,070 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:26,587 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:27,599 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:28,111 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:29,451 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:30,202 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:30,750 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:31,278 DEBUG logFuncEntry 34 8219 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:16:31,278 DEBUG logFuncEntry 34 8219 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:16:31,306 DEBUG test_ui_base 66 8219 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-01 04:16:31,307 DEBUG logFuncEntry 34 8219 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:16:31,307 DEBUG test_ui_base 36 8219 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-01 04:16:33,417 DEBUG test_ui_base 48 8219 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:16:34,399 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:16:34,401 DEBUG db_general 65 8219 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:16:34,495 DEBUG api_user 108 8219 140736342762432 Moving to next test case
+2017-05-01 04:16:34,495 DEBUG api_user 193 8219 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/72715e2a-7760-435c-9b0c-9f13f7668e76/2a535a725c0e4891a0d042b8cba50a30
+2017-05-01 04:16:34,531 DEBUG api_user 196 8219 140736342762432 APIUser activated successfully!
+2017-05-01 04:16:34,614 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:34,614 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:34,618 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:16:34,619 DEBUG db_general 141 8219 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:16:34,624 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:16:34,626 DEBUG db_general 141 8219 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:16:34,993 DEBUG api_virtual_function 72 8219 140736342762432 Virtual Function created successfully!
+2017-05-01 04:16:34,993 DEBUG api_gitlab 267 8219 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/52191f74-aaa2-4256-8b3b-eb8f949a515b/checklist/new/
+2017-05-01 04:16:35,061 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:35,061 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:35,099 DEBUG api_gitlab 288 8219 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:16:35,100 DEBUG fe_user 26 8219 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:16:35,100 DEBUG fe_user 27 8219 140736342762432 Insert Email
+2017-05-01 04:16:35,934 DEBUG fe_user 30 8219 140736342762432 Insert Password
+2017-05-01 04:16:36,599 DEBUG fe_user 32 8219 140736342762432 Click Login Button
+2017-05-01 04:16:36,692 DEBUG fe_user 34 8219 140736342762432 Login Button clicked
+2017-05-01 04:16:36,696 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:16:37,234 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:37,754 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:38,775 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:39,292 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:39,887 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:16:51,893 ERROR exception_decor 23 8219 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:16:51,898 DEBUG logFuncEntry 34 8219 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:16:51,899 DEBUG logFuncEntry 34 8219 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:16:51,939 DEBUG test_ui_base 66 8219 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-01 04:16:51,940 DEBUG logFuncEntry 34 8219 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-01 04:16:51,940 DEBUG test_ui_base 36 8219 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-01 04:16:54,224 DEBUG test_ui_base 48 8219 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:16:55,372 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:16:55,374 DEBUG db_general 65 8219 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:16:55,484 DEBUG api_user 108 8219 140736342762432 Moving to next test case
+2017-05-01 04:16:55,485 DEBUG api_user 193 8219 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e60d45da-0022-4ad9-b8e8-14044798b6ce/2588c5387c854d54b0fb7f97ceca9fac
+2017-05-01 04:16:55,527 DEBUG api_user 196 8219 140736342762432 APIUser activated successfully!
+2017-05-01 04:16:55,615 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:55,615 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:55,620 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:16:55,622 DEBUG db_general 141 8219 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:16:55,627 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:16:55,628 DEBUG db_general 141 8219 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:16:56,277 DEBUG api_virtual_function 72 8219 140736342762432 Virtual Function created successfully!
+2017-05-01 04:16:56,278 DEBUG api_gitlab 267 8219 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b27615ff-999d-495f-8adf-58f53ac1ecd3/checklist/new/
+2017-05-01 04:16:56,362 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:16:56,362 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:16:56,398 DEBUG api_gitlab 288 8219 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:16:56,398 DEBUG fe_user 26 8219 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:16:56,398 DEBUG fe_user 27 8219 140736342762432 Insert Email
+2017-05-01 04:16:57,238 DEBUG fe_user 30 8219 140736342762432 Insert Password
+2017-05-01 04:16:57,893 DEBUG fe_user 32 8219 140736342762432 Click Login Button
+2017-05-01 04:16:57,988 DEBUG fe_user 34 8219 140736342762432 Login Button clicked
+2017-05-01 04:16:57,993 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:16:58,691 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:16:59,709 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:00,221 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:01,659 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:02,411 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:02,936 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:03,473 DEBUG logFuncEntry 34 8219 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-01 04:17:03,474 DEBUG logFuncEntry 34 8219 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-01 04:17:03,512 DEBUG test_ui_base 66 8219 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-01 04:17:03,513 DEBUG logFuncEntry 34 8219 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-01 04:17:03,513 DEBUG test_ui_base 36 8219 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-01 04:17:05,627 DEBUG test_ui_base 48 8219 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:17:06,701 DEBUG db_general 56 8219 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:17:06,703 DEBUG db_general 65 8219 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:17:06,784 DEBUG api_user 108 8219 140736342762432 Moving to next test case
+2017-05-01 04:17:06,784 DEBUG api_user 193 8219 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e9a4a553-5147-4194-9167-b6da5b7ff363/9e3bb9cf5d8b4b58a9a4074cc17fe24e
+2017-05-01 04:17:06,819 DEBUG api_user 196 8219 140736342762432 APIUser activated successfully!
+2017-05-01 04:17:06,902 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:17:06,902 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:17:06,907 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:17:06,909 DEBUG db_general 141 8219 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:17:06,914 DEBUG db_general 130 8219 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:17:06,916 DEBUG db_general 141 8219 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:17:07,261 DEBUG api_virtual_function 72 8219 140736342762432 Virtual Function created successfully!
+2017-05-01 04:17:07,261 DEBUG api_gitlab 267 8219 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9ed7371-3890-44aa-b931-44d03791b03b/checklist/new/
+2017-05-01 04:17:07,349 DEBUG api_user 128 8219 140736342762432 200 OK
+2017-05-01 04:17:07,350 DEBUG api_user 130 8219 140736342762432 Login successfully.
+2017-05-01 04:17:07,396 DEBUG api_gitlab 288 8219 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:17:07,397 DEBUG fe_user 26 8219 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:17:07,397 DEBUG fe_user 27 8219 140736342762432 Insert Email
+2017-05-01 04:17:08,252 DEBUG fe_user 30 8219 140736342762432 Insert Password
+2017-05-01 04:17:08,913 DEBUG fe_user 32 8219 140736342762432 Click Login Button
+2017-05-01 04:17:09,026 DEBUG fe_user 34 8219 140736342762432 Login Button clicked
+2017-05-01 04:17:09,036 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:17:09,778 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:17:10,705 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:11,220 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:11,893 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:12,560 DEBUG wait 107 8219 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:17:13,084 DEBUG logFuncEntry 34 8219 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-01 04:17:13,085 DEBUG logFuncEntry 34 8219 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-01 04:17:13,116 DEBUG test_ui_base 66 8219 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-01 04:17:50,474 DEBUG logFuncEntry 34 8429 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:17:50,475 DEBUG test_ui_base 36 8429 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-01 04:17:52,639 DEBUG test_ui_base 48 8429 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:17:57,577 DEBUG db_general 56 8429 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:17:57,582 DEBUG db_general 65 8429 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:17:59,315 DEBUG api_user 108 8429 140736342762432 Moving to next test case
+2017-05-01 04:17:59,315 DEBUG api_user 193 8429 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d4a8d487-a9ad-453f-9640-9603dc391c40/d63a8f8ef3304bdeb13af529049063f7
+2017-05-01 04:17:59,364 DEBUG api_user 196 8429 140736342762432 APIUser activated successfully!
+2017-05-01 04:17:59,442 DEBUG api_user 128 8429 140736342762432 200 OK
+2017-05-01 04:17:59,443 DEBUG api_user 130 8429 140736342762432 Login successfully.
+2017-05-01 04:17:59,448 DEBUG db_general 130 8429 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:17:59,451 DEBUG db_general 141 8429 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:17:59,456 DEBUG db_general 130 8429 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:17:59,458 DEBUG db_general 141 8429 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:17:59,736 DEBUG api_virtual_function 72 8429 140736342762432 Virtual Function created successfully!
+2017-05-01 04:17:59,737 DEBUG api_gitlab 267 8429 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb8590b3-4cf3-43d8-92a5-49b17dd44d5f/checklist/new/
+2017-05-01 04:17:59,832 DEBUG api_user 128 8429 140736342762432 200 OK
+2017-05-01 04:17:59,833 DEBUG api_user 130 8429 140736342762432 Login successfully.
+2017-05-01 04:17:59,880 DEBUG api_gitlab 288 8429 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:17:59,880 DEBUG fe_user 26 8429 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:17:59,880 DEBUG fe_user 27 8429 140736342762432 Insert Email
+2017-05-01 04:18:00,720 DEBUG fe_user 30 8429 140736342762432 Insert Password
+2017-05-01 04:18:01,382 DEBUG fe_user 32 8429 140736342762432 Click Login Button
+2017-05-01 04:18:01,554 DEBUG fe_user 34 8429 140736342762432 Login Button clicked
+2017-05-01 04:18:02,131 DEBUG wait 107 8429 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:18:02,650 DEBUG wait 107 8429 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:18:12,278 DEBUG wait 107 8429 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:18:23,434 DEBUG wait 107 8429 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:21:56,239 ERROR exception_decor 23 8429 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:21:56,246 DEBUG logFuncEntry 34 8429 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:21:56,247 DEBUG logFuncEntry 34 8429 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:21:56,278 DEBUG test_ui_base 66 8429 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-01 04:27:32,762 DEBUG logFuncEntry 34 8749 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:27:32,764 DEBUG test_ui_base 36 8749 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-01 04:27:34,924 DEBUG test_ui_base 48 8749 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:27:45,824 DEBUG db_general 56 8749 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:27:45,828 DEBUG db_general 65 8749 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:27:45,973 DEBUG api_user 108 8749 140736342762432 Moving to next test case
+2017-05-01 04:27:45,974 DEBUG api_user 193 8749 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68eed33a-6349-49a2-870f-44ef27d17e25/98647e9af4f5432e9645c49238c2a8fc
+2017-05-01 04:27:46,146 DEBUG api_user 196 8749 140736342762432 APIUser activated successfully!
+2017-05-01 04:27:46,239 DEBUG api_user 128 8749 140736342762432 200 OK
+2017-05-01 04:27:46,240 DEBUG api_user 130 8749 140736342762432 Login successfully.
+2017-05-01 04:27:46,246 DEBUG db_general 130 8749 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:27:46,249 DEBUG db_general 141 8749 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:27:46,253 DEBUG db_general 130 8749 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:27:46,255 DEBUG db_general 141 8749 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:27:46,527 DEBUG api_virtual_function 72 8749 140736342762432 Virtual Function created successfully!
+2017-05-01 04:27:46,527 DEBUG api_gitlab 267 8749 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59917747-1d7d-416a-9d37-b3411c901511/checklist/new/
+2017-05-01 04:27:46,606 DEBUG api_user 128 8749 140736342762432 200 OK
+2017-05-01 04:27:46,606 DEBUG api_user 130 8749 140736342762432 Login successfully.
+2017-05-01 04:27:46,647 DEBUG api_gitlab 288 8749 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:27:46,648 DEBUG fe_user 26 8749 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:27:46,648 DEBUG fe_user 27 8749 140736342762432 Insert Email
+2017-05-01 04:27:47,439 DEBUG fe_user 30 8749 140736342762432 Insert Password
+2017-05-01 04:27:48,112 DEBUG fe_user 32 8749 140736342762432 Click Login Button
+2017-05-01 04:27:48,228 DEBUG fe_user 34 8749 140736342762432 Login Button clicked
+2017-05-01 04:27:48,235 DEBUG wait 107 8749 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:27:48,842 DEBUG wait 107 8749 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:27:49,361 DEBUG wait 107 8749 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:27:50,406 DEBUG wait 107 8749 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:27:50,923 DEBUG wait 107 8749 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:27:51,521 DEBUG wait 107 8749 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:28:03,047 ERROR exception_decor 23 8749 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:28:03,054 DEBUG logFuncEntry 34 8749 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:28:03,055 DEBUG logFuncEntry 34 8749 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:28:03,098 DEBUG test_ui_base 66 8749 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-01 04:28:24,560 DEBUG logFuncEntry 34 8797 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-01 04:28:24,561 DEBUG test_ui_base 36 8797 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-01 04:28:26,730 DEBUG test_ui_base 48 8797 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:28:32,312 DEBUG db_general 56 8797 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:28:32,317 DEBUG db_general 65 8797 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:28:33,662 DEBUG api_user 108 8797 140736342762432 Moving to next test case
+2017-05-01 04:28:33,663 DEBUG api_user 193 8797 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/36ad0042-95b0-4733-a29b-3f9a95ece2be/972d39fd071d4cb49f5fd9d524ab9386
+2017-05-01 04:28:33,719 DEBUG api_user 196 8797 140736342762432 APIUser activated successfully!
+2017-05-01 04:28:33,806 DEBUG api_user 128 8797 140736342762432 200 OK
+2017-05-01 04:28:33,807 DEBUG api_user 130 8797 140736342762432 Login successfully.
+2017-05-01 04:28:33,811 DEBUG db_general 130 8797 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:28:33,813 DEBUG db_general 141 8797 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:28:33,816 DEBUG db_general 130 8797 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:28:33,818 DEBUG db_general 141 8797 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:28:34,118 DEBUG api_virtual_function 72 8797 140736342762432 Virtual Function created successfully!
+2017-05-01 04:28:34,118 DEBUG api_gitlab 267 8797 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eda901f4-51ab-4aec-8c60-2a53cad7a53b/checklist/new/
+2017-05-01 04:28:34,206 DEBUG api_user 128 8797 140736342762432 200 OK
+2017-05-01 04:28:34,206 DEBUG api_user 130 8797 140736342762432 Login successfully.
+2017-05-01 04:28:34,251 DEBUG api_gitlab 288 8797 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:28:34,251 DEBUG fe_user 26 8797 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:28:34,252 DEBUG fe_user 27 8797 140736342762432 Insert Email
+2017-05-01 04:28:35,165 DEBUG fe_user 30 8797 140736342762432 Insert Password
+2017-05-01 04:28:35,896 DEBUG fe_user 32 8797 140736342762432 Click Login Button
+2017-05-01 04:28:36,009 DEBUG fe_user 34 8797 140736342762432 Login Button clicked
+2017-05-01 04:28:36,017 DEBUG wait 107 8797 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:28:36,608 DEBUG wait 107 8797 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:28:37,130 DEBUG wait 107 8797 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:28:42,014 DEBUG wait 107 8797 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:28:42,529 DEBUG wait 107 8797 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:28:48,677 DEBUG wait 107 8797 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:50:37,999 DEBUG logFuncEntry 34 9683 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:50:38,000 DEBUG test_ui_base 36 9683 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-01 04:50:40,330 DEBUG test_ui_base 48 9683 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:50:41,452 DEBUG db_general 56 9683 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:50:41,460 DEBUG db_general 65 9683 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:50:41,478 ERROR exception_decor 23 9683 140736342762432 There was an exception in test_save_checklist_tamplate_after_edit_section_name
+2017-05-01 04:50:41,482 DEBUG logFuncEntry 34 9683 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:50:41,482 DEBUG logFuncEntry 34 9683 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:50:41,531 DEBUG test_ui_base 66 9683 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-01 04:51:05,735 DEBUG logFuncEntry 34 9714 140736342762432 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:51:05,735 DEBUG test_ui_base 36 9714 140736342762432 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-01 04:51:07,854 DEBUG test_ui_base 48 9714 140736342762432 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-01 04:51:08,876 DEBUG db_general 56 9714 140736342762432 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-01 04:51:08,878 DEBUG db_general 65 9714 140736342762432 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-01 04:51:09,487 DEBUG api_user 108 9714 140736342762432 Moving to next test case
+2017-05-01 04:51:09,487 DEBUG api_user 193 9714 140736342762432 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1bda47af-91ad-41fc-abac-5f9e4dc3b68f/edf7bb76120c4ae2aac9fae21dd86cdc
+2017-05-01 04:51:09,524 DEBUG api_user 196 9714 140736342762432 APIUser activated successfully!
+2017-05-01 04:51:09,605 DEBUG api_user 128 9714 140736342762432 200 OK
+2017-05-01 04:51:09,605 DEBUG api_user 130 9714 140736342762432 Login successfully.
+2017-05-01 04:51:09,610 DEBUG db_general 130 9714 140736342762432 Query : select uuid from ice_deployment_target;
+2017-05-01 04:51:09,611 DEBUG db_general 141 9714 140736342762432 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-01 04:51:09,616 DEBUG db_general 130 9714 140736342762432 Query : select uuid from ice_ecomp_release;
+2017-05-01 04:51:09,617 DEBUG db_general 141 9714 140736342762432 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-01 04:51:09,898 DEBUG api_virtual_function 72 9714 140736342762432 Virtual Function created successfully!
+2017-05-01 04:51:09,898 DEBUG api_gitlab 267 9714 140736342762432 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8fb556c2-1232-467b-9d89-540fd26f9a0f/checklist/new/
+2017-05-01 04:51:09,969 DEBUG api_user 128 9714 140736342762432 200 OK
+2017-05-01 04:51:09,970 DEBUG api_user 130 9714 140736342762432 Login successfully.
+2017-05-01 04:51:10,003 DEBUG api_gitlab 288 9714 140736342762432 Gitlab and Jenkins are ready to continue!
+2017-05-01 04:51:10,004 DEBUG fe_user 26 9714 140736342762432 Verifying and Insert Login page elements:
+2017-05-01 04:51:10,004 DEBUG fe_user 27 9714 140736342762432 Insert Email
+2017-05-01 04:51:10,848 DEBUG fe_user 30 9714 140736342762432 Insert Password
+2017-05-01 04:51:11,497 DEBUG fe_user 32 9714 140736342762432 Click Login Button
+2017-05-01 04:51:11,597 DEBUG fe_user 34 9714 140736342762432 Login Button clicked
+2017-05-01 04:51:11,602 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-01 04:51:12,211 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:51:12,722 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-01 04:51:13,653 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:51:14,166 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:51:15,489 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:51:16,406 DEBUG wait 107 9714 140736342762432 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-01 04:51:16,931 DEBUG logFuncEntry 34 9714 140736342762432 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:51:16,931 DEBUG logFuncEntry 34 9714 140736342762432 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-01 04:51:16,962 DEBUG test_ui_base 66 9714 140736342762432 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-03 09:13:48,821 DEBUG logFuncEntry 34 8597 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-03 09:13:48,821 DEBUG test_ui_base 36 8597 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-03 09:13:50,953 DEBUG test_ui_base 48 8597 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:13:52,673 DEBUG api_user 108 8597 140735693222848 Moving to next test case
+2017-05-03 09:13:52,673 DEBUG api_user 193 8597 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fbb07cec-0e48-4405-907b-a9a4a7328ed2/dc1d852970fb4333a4681467bd05b8f4
+2017-05-03 09:13:52,708 DEBUG api_user 196 8597 140735693222848 APIUser activated successfully!
+2017-05-03 09:13:52,789 DEBUG api_user 128 8597 140735693222848 200 OK
+2017-05-03 09:13:52,790 DEBUG api_user 130 8597 140735693222848 Login successfully.
+2017-05-03 09:13:52,794 DEBUG db_general 130 8597 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-03 09:13:52,796 DEBUG db_general 141 8597 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-03 09:13:52,800 DEBUG db_general 130 8597 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-03 09:13:52,801 DEBUG db_general 141 8597 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-03 09:13:53,087 DEBUG api_virtual_function 72 8597 140735693222848 Virtual Function created successfully!
+2017-05-03 09:13:53,087 DEBUG api_gitlab 267 8597 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48b6373a-904a-427d-a9d2-2437f192c423/checklist/new/
+2017-05-03 09:13:53,161 DEBUG api_user 128 8597 140735693222848 200 OK
+2017-05-03 09:13:53,162 DEBUG api_user 130 8597 140735693222848 Login successfully.
+2017-05-03 09:13:53,198 DEBUG api_gitlab 288 8597 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:13:53,273 DEBUG api_user 128 8597 140735693222848 200 OK
+2017-05-03 09:13:53,273 DEBUG api_user 130 8597 140735693222848 Login successfully.
+2017-05-03 09:13:53,273 DEBUG api_checklist 24 8597 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48b6373a-904a-427d-a9d2-2437f192c423/checklist/new/
+2017-05-03 09:13:53,279 DEBUG db_general 153 8597 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-03 09:13:53,281 DEBUG db_general 165 8597 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-03 09:13:53,281 DEBUG api_gitlab 267 8597 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48b6373a-904a-427d-a9d2-2437f192c423/checklist/new/
+2017-05-03 09:13:53,349 DEBUG api_user 128 8597 140735693222848 200 OK
+2017-05-03 09:13:53,350 DEBUG api_user 130 8597 140735693222848 Login successfully.
+2017-05-03 09:13:53,384 DEBUG api_gitlab 288 8597 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:13:53,586 DEBUG api_checklist 40 8597 140735693222848 Checklist was created successfully!
+2017-05-03 09:13:53,590 DEBUG db_general 177 8597 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTSgH86' order by update_time desc limit 1;
+2017-05-03 09:13:53,597 DEBUG db_checklist 389 8597 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTSgH86' order by create_time desc limit 1;
+2017-05-03 09:13:53,599 DEBUG api_checklist 116 8597 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48b6373a-904a-427d-a9d2-2437f192c423/checklist/ab3728dd-f855-4a5f-932d-06c73eed4353/nextstep/
+2017-05-03 09:13:53,762 DEBUG api_checklist 132 8597 140735693222848 Next step was added successfully!
+2017-05-03 09:13:53,763 DEBUG fe_user 26 8597 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:13:53,763 DEBUG fe_user 27 8597 140735693222848 Insert Email
+2017-05-03 09:13:54,608 DEBUG fe_user 30 8597 140735693222848 Insert Password
+2017-05-03 09:13:55,251 DEBUG fe_user 32 8597 140735693222848 Click Login Button
+2017-05-03 09:13:55,350 DEBUG fe_user 34 8597 140735693222848 Login Button clicked
+2017-05-03 09:13:55,355 DEBUG wait 107 8597 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:13:55,881 DEBUG wait 107 8597 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:13:56,391 DEBUG wait 107 8597 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:13:56,918 DEBUG wait 107 8597 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:13:57,701 DEBUG wait 107 8597 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:13:58,215 DEBUG wait 107 8597 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:13:59,456 DEBUG logFuncEntry 34 8597 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-03 09:13:59,456 DEBUG logFuncEntry 34 8597 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-03 09:13:59,487 DEBUG test_ui_base 66 8597 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-03 09:14:21,210 DEBUG logFuncEntry 34 8654 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-03 09:14:21,210 DEBUG test_ui_base 36 8654 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-03 09:14:23,338 DEBUG test_ui_base 48 8654 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:14:24,439 DEBUG api_user 108 8654 140735693222848 Moving to next test case
+2017-05-03 09:14:24,440 DEBUG api_user 193 8654 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2e02604-7c4d-46b7-9a58-1b82bfd4b093/84e508222da94ceaaedfa30b736cf7a7
+2017-05-03 09:14:24,473 DEBUG api_user 196 8654 140735693222848 APIUser activated successfully!
+2017-05-03 09:14:24,540 DEBUG api_user 128 8654 140735693222848 200 OK
+2017-05-03 09:14:24,541 DEBUG api_user 130 8654 140735693222848 Login successfully.
+2017-05-03 09:14:24,545 DEBUG db_general 130 8654 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-03 09:14:24,546 DEBUG db_general 141 8654 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-03 09:14:24,550 DEBUG db_general 130 8654 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-03 09:14:24,551 DEBUG db_general 141 8654 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-03 09:14:24,768 DEBUG api_virtual_function 72 8654 140735693222848 Virtual Function created successfully!
+2017-05-03 09:14:24,768 DEBUG api_gitlab 267 8654 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fcf4e7aa-84c1-4d15-86ba-87b36afcbb3f/checklist/new/
+2017-05-03 09:14:24,839 DEBUG api_user 128 8654 140735693222848 200 OK
+2017-05-03 09:14:24,840 DEBUG api_user 130 8654 140735693222848 Login successfully.
+2017-05-03 09:14:24,877 DEBUG api_gitlab 288 8654 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:14:24,880 DEBUG db_general 153 8654 140735693222848 Query : select engagement_id from ice_vf Where name = 'STcuMNZ';
+2017-05-03 09:14:24,882 DEBUG db_general 165 8654 140735693222848 Query result: fcf4e7aa-84c1-4d15-86ba-87b36afcbb3f
+2017-05-03 09:14:24,885 DEBUG db_general 153 8654 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcf4e7aa-84c1-4d15-86ba-87b36afcbb3f';
+2017-05-03 09:14:24,888 DEBUG db_general 165 8654 140735693222848 Query result: 2017-166
+2017-05-03 09:14:24,891 DEBUG db_general 153 8654 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-166';
+2017-05-03 09:14:24,893 DEBUG db_general 165 8654 140735693222848 Query result: 2
+2017-05-03 09:14:24,898 DEBUG fe_user 26 8654 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:14:24,898 DEBUG fe_user 27 8654 140735693222848 Insert Email
+2017-05-03 09:14:25,754 DEBUG fe_user 30 8654 140735693222848 Insert Password
+2017-05-03 09:14:26,407 DEBUG fe_user 32 8654 140735693222848 Click Login Button
+2017-05-03 09:14:26,505 DEBUG fe_user 34 8654 140735693222848 Login Button clicked
+2017-05-03 09:14:26,509 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:14:27,418 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:14:30,160 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:14:30,691 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:14:31,374 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:14:31,886 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:14:34,553 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-03 09:14:35,066 DEBUG wait 107 8654 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-03 09:14:36,299 DEBUG logFuncEntry 34 8654 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-03 09:14:36,299 DEBUG logFuncEntry 34 8654 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-03 09:14:36,314 DEBUG test_ui_base 66 8654 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-03 09:14:57,497 DEBUG logFuncEntry 34 8760 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:14:57,497 DEBUG test_ui_base 36 8760 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-03 09:14:59,627 DEBUG test_ui_base 48 8760 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:15:00,627 DEBUG db_cms 79 8760 140735693222848 Insert new post : title_Announcement_STrw9O6
+2017-05-03 09:15:00,627 DEBUG db_cms 83 8760 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STrw9O6', 'title_Announcement_STrw9O6-slug', '', 'description_Announcement_SToef8D', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToef8D</p>', true, '', 1, 1);
+2017-05-03 09:15:00,631 DEBUG db_cms 28 8760 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STrw9O6', 'title_Announcement_STrw9O6-slug', '', 'description_Announcement_SToef8D', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToef8D</p>', true, '', 1, 1);
+2017-05-03 09:15:00,648 DEBUG db_cms 32 8760 140735693222848 Insert query success!
+2017-05-03 09:15:00,648 DEBUG db_cms 92 8760 140735693222848 Get the id of the post inserted
+2017-05-03 09:15:00,649 DEBUG db_cms 94 8760 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:15:00,652 DEBUG db_cms 56 8760 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:15:00,680 DEBUG db_cms 64 8760 140735693222848 Query result: 168
+2017-05-03 09:15:00,681 DEBUG db_cms 71 8760 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:15:00,681 DEBUG db_cms 73 8760 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:15:00,685 DEBUG db_cms 56 8760 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:15:00,690 DEBUG db_cms 64 8760 140735693222848 Query result: 2
+2017-05-03 09:15:00,690 DEBUG db_cms 109 8760 140735693222848 bind category into inserted post: 168
+2017-05-03 09:15:00,690 DEBUG db_cms 111 8760 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (168, 2);
+2017-05-03 09:15:00,693 DEBUG db_cms 28 8760 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (168, 2);
+2017-05-03 09:15:00,739 DEBUG db_cms 32 8760 140735693222848 Insert query success!
+2017-05-03 09:15:00,824 DEBUG api_user 108 8760 140735693222848 Moving to next test case
+2017-05-03 09:15:00,824 DEBUG api_user 193 8760 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5285c4b-d934-4e7f-8571-218f0bb0a664/d5cc16080c194821a3a879e6ec07d842
+2017-05-03 09:15:00,860 DEBUG api_user 196 8760 140735693222848 APIUser activated successfully!
+2017-05-03 09:15:00,939 DEBUG api_user 128 8760 140735693222848 200 OK
+2017-05-03 09:15:00,940 DEBUG api_user 130 8760 140735693222848 Login successfully.
+2017-05-03 09:15:00,945 DEBUG db_general 130 8760 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-03 09:15:00,947 DEBUG db_general 141 8760 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-03 09:15:00,951 DEBUG db_general 130 8760 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-03 09:15:00,952 DEBUG db_general 141 8760 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-03 09:15:01,203 DEBUG api_virtual_function 72 8760 140735693222848 Virtual Function created successfully!
+2017-05-03 09:15:01,203 DEBUG api_gitlab 267 8760 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f87697d9-a6a5-440e-ba53-64154911bc7a/checklist/new/
+2017-05-03 09:15:01,269 DEBUG api_user 128 8760 140735693222848 200 OK
+2017-05-03 09:15:01,269 DEBUG api_user 130 8760 140735693222848 Login successfully.
+2017-05-03 09:15:01,300 DEBUG api_gitlab 288 8760 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:15:01,300 DEBUG fe_user 26 8760 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:15:01,300 DEBUG fe_user 27 8760 140735693222848 Insert Email
+2017-05-03 09:15:02,187 DEBUG fe_user 30 8760 140735693222848 Insert Password
+2017-05-03 09:15:02,873 DEBUG fe_user 32 8760 140735693222848 Click Login Button
+2017-05-03 09:15:02,976 DEBUG fe_user 34 8760 140735693222848 Login Button clicked
+2017-05-03 09:15:02,982 DEBUG wait 107 8760 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:15:03,498 DEBUG wait 107 8760 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:15:14,564 ERROR fe_user 42 8760 140735693222848 Login FAILED: email=ST65ysV@intl.att.com password=iceusers
+2017-05-03 09:15:14,567 ERROR exception_decor 23 8760 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-03 09:15:14,569 DEBUG logFuncEntry 34 8760 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:15:14,569 DEBUG logFuncEntry 34 8760 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:15:14,589 DEBUG test_ui_base 66 8760 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-03 09:16:05,274 DEBUG logFuncEntry 34 8833 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:16:05,274 DEBUG test_ui_base 36 8833 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-03 09:16:07,397 DEBUG test_ui_base 48 8833 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:16:08,513 DEBUG db_cms 79 8833 140735693222848 Insert new post : title_Announcement_STpgGBM
+2017-05-03 09:16:08,514 DEBUG db_cms 83 8833 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpgGBM', 'title_Announcement_STpgGBM-slug', '', 'description_Announcement_STwI28q', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STwI28q</p>', true, '', 1, 1);
+2017-05-03 09:16:08,523 DEBUG db_cms 28 8833 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpgGBM', 'title_Announcement_STpgGBM-slug', '', 'description_Announcement_STwI28q', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STwI28q</p>', true, '', 1, 1);
+2017-05-03 09:16:08,532 DEBUG db_cms 32 8833 140735693222848 Insert query success!
+2017-05-03 09:16:08,532 DEBUG db_cms 92 8833 140735693222848 Get the id of the post inserted
+2017-05-03 09:16:08,532 DEBUG db_cms 94 8833 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:16:08,536 DEBUG db_cms 56 8833 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:16:08,538 DEBUG db_cms 64 8833 140735693222848 Query result: 169
+2017-05-03 09:16:08,538 DEBUG db_cms 71 8833 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:16:08,538 DEBUG db_cms 73 8833 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:16:08,542 DEBUG db_cms 56 8833 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:16:08,544 DEBUG db_cms 64 8833 140735693222848 Query result: 2
+2017-05-03 09:16:08,544 DEBUG db_cms 109 8833 140735693222848 bind category into inserted post: 169
+2017-05-03 09:16:08,544 DEBUG db_cms 111 8833 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (169, 2);
+2017-05-03 09:16:08,548 DEBUG db_cms 28 8833 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (169, 2);
+2017-05-03 09:16:08,556 DEBUG db_cms 32 8833 140735693222848 Insert query success!
+2017-05-03 09:16:08,573 ERROR exception_decor 23 8833 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-03 09:16:08,576 DEBUG logFuncEntry 34 8833 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:16:08,576 DEBUG logFuncEntry 34 8833 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:16:08,600 DEBUG test_ui_base 66 8833 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-03 09:16:23,452 DEBUG logFuncEntry 34 8867 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:16:23,453 DEBUG test_ui_base 36 8867 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-03 09:16:25,577 DEBUG test_ui_base 48 8867 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:16:26,583 DEBUG db_cms 79 8867 140735693222848 Insert new post : title_Announcement_STQ8yXo
+2017-05-03 09:16:26,583 DEBUG db_cms 83 8867 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQ8yXo', 'title_Announcement_STQ8yXo-slug', '', 'description_Announcement_STBWasN', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STBWasN</p>', true, '', 1, 1);
+2017-05-03 09:16:26,589 DEBUG db_cms 28 8867 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQ8yXo', 'title_Announcement_STQ8yXo-slug', '', 'description_Announcement_STBWasN', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STBWasN</p>', true, '', 1, 1);
+2017-05-03 09:16:26,603 DEBUG db_cms 32 8867 140735693222848 Insert query success!
+2017-05-03 09:16:26,603 DEBUG db_cms 92 8867 140735693222848 Get the id of the post inserted
+2017-05-03 09:16:26,604 DEBUG db_cms 94 8867 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:16:26,607 DEBUG db_cms 56 8867 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:16:26,609 DEBUG db_cms 64 8867 140735693222848 Query result: 170
+2017-05-03 09:16:26,609 DEBUG db_cms 71 8867 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:16:26,609 DEBUG db_cms 73 8867 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:16:26,612 DEBUG db_cms 56 8867 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:16:26,614 DEBUG db_cms 64 8867 140735693222848 Query result: 2
+2017-05-03 09:16:26,614 DEBUG db_cms 109 8867 140735693222848 bind category into inserted post: 170
+2017-05-03 09:16:26,614 DEBUG db_cms 111 8867 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (170, 2);
+2017-05-03 09:16:26,618 DEBUG db_cms 28 8867 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (170, 2);
+2017-05-03 09:16:26,620 DEBUG db_cms 32 8867 140735693222848 Insert query success!
+2017-05-03 09:16:26,910 DEBUG api_user 108 8867 140735693222848 Moving to next test case
+2017-05-03 09:16:26,910 DEBUG api_user 193 8867 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d32fb71e-f441-452d-b8ba-d71127831361/844008cdbeed4dbe9659d30754c1cb03
+2017-05-03 09:16:26,944 DEBUG api_user 196 8867 140735693222848 APIUser activated successfully!
+2017-05-03 09:16:27,019 DEBUG api_user 128 8867 140735693222848 200 OK
+2017-05-03 09:16:27,019 DEBUG api_user 130 8867 140735693222848 Login successfully.
+2017-05-03 09:16:27,023 DEBUG db_general 130 8867 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-03 09:16:27,025 DEBUG db_general 141 8867 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-03 09:16:27,028 DEBUG db_general 130 8867 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-03 09:16:27,029 DEBUG db_general 141 8867 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-03 09:16:27,278 DEBUG api_virtual_function 72 8867 140735693222848 Virtual Function created successfully!
+2017-05-03 09:16:27,279 DEBUG api_gitlab 267 8867 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/070e3d3b-6b10-47d4-a344-0ee5b676ec28/checklist/new/
+2017-05-03 09:16:27,348 DEBUG api_user 128 8867 140735693222848 200 OK
+2017-05-03 09:16:27,349 DEBUG api_user 130 8867 140735693222848 Login successfully.
+2017-05-03 09:16:27,382 DEBUG api_gitlab 288 8867 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:16:27,382 DEBUG fe_user 26 8867 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:16:27,382 DEBUG fe_user 27 8867 140735693222848 Insert Email
+2017-05-03 09:16:28,250 DEBUG fe_user 30 8867 140735693222848 Insert Password
+2017-05-03 09:16:28,905 DEBUG fe_user 32 8867 140735693222848 Click Login Button
+2017-05-03 09:16:29,019 DEBUG fe_user 34 8867 140735693222848 Login Button clicked
+2017-05-03 09:16:29,026 DEBUG wait 107 8867 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:16:29,573 DEBUG wait 107 8867 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:16:30,093 DEBUG wait 107 8867 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:16:31,303 DEBUG db_cms 194 8867 140735693222848 Get the id of the post inserted
+2017-05-03 09:16:31,304 DEBUG db_cms 196 8867 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STQ8yXo' ;
+2017-05-03 09:16:31,307 DEBUG db_cms 42 8867 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STQ8yXo' ;
+2017-05-03 09:16:31,316 DEBUG db_cms 46 8867 140735693222848 Update query success!
+2017-05-03 09:16:37,439 DEBUG logFuncEntry 34 8867 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:16:37,439 DEBUG logFuncEntry 34 8867 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-03 09:16:37,455 DEBUG test_ui_base 66 8867 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-03 09:17:00,566 DEBUG logFuncEntry 34 8934 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-03 09:17:00,566 DEBUG test_ui_base 36 8934 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-03 09:17:02,715 DEBUG test_ui_base 48 8934 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:17:03,756 DEBUG db_cms 79 8934 140735693222848 Insert new post : title_Announcement_STcpL7l
+2017-05-03 09:17:03,756 DEBUG db_cms 83 8934 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STcpL7l', 'title_Announcement_STcpL7l-slug', '', 'description_Announcement_ST6rW1E', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST6rW1E</p>', true, '', 1, 1);
+2017-05-03 09:17:03,764 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STcpL7l', 'title_Announcement_STcpL7l-slug', '', 'description_Announcement_ST6rW1E', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST6rW1E</p>', true, '', 1, 1);
+2017-05-03 09:17:03,770 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,770 DEBUG db_cms 92 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:03,771 DEBUG db_cms 94 8934 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,775 DEBUG db_cms 56 8934 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,777 DEBUG db_cms 64 8934 140735693222848 Query result: 171
+2017-05-03 09:17:03,778 DEBUG db_cms 71 8934 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:17:03,778 DEBUG db_cms 73 8934 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,782 DEBUG db_cms 56 8934 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,784 DEBUG db_cms 64 8934 140735693222848 Query result: 2
+2017-05-03 09:17:03,784 DEBUG db_cms 109 8934 140735693222848 bind category into inserted post: 171
+2017-05-03 09:17:03,784 DEBUG db_cms 111 8934 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (171, 2);
+2017-05-03 09:17:03,789 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (171, 2);
+2017-05-03 09:17:03,792 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,792 DEBUG db_cms 79 8934 140735693222848 Insert new post : title_Announcement_STICpvO
+2017-05-03 09:17:03,792 DEBUG db_cms 83 8934 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STICpvO', 'title_Announcement_STICpvO-slug', '', 'description_Announcement_STeKrfl', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STeKrfl</p>', true, '', 1, 1);
+2017-05-03 09:17:03,798 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STICpvO', 'title_Announcement_STICpvO-slug', '', 'description_Announcement_STeKrfl', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STeKrfl</p>', true, '', 1, 1);
+2017-05-03 09:17:03,802 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,802 DEBUG db_cms 92 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:03,802 DEBUG db_cms 94 8934 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,806 DEBUG db_cms 56 8934 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,808 DEBUG db_cms 64 8934 140735693222848 Query result: 172
+2017-05-03 09:17:03,808 DEBUG db_cms 71 8934 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:17:03,808 DEBUG db_cms 73 8934 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,813 DEBUG db_cms 56 8934 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,815 DEBUG db_cms 64 8934 140735693222848 Query result: 2
+2017-05-03 09:17:03,815 DEBUG db_cms 109 8934 140735693222848 bind category into inserted post: 172
+2017-05-03 09:17:03,816 DEBUG db_cms 111 8934 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (172, 2);
+2017-05-03 09:17:03,820 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (172, 2);
+2017-05-03 09:17:03,823 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,823 DEBUG db_cms 79 8934 140735693222848 Insert new post : title_Announcement_STFuUQZ
+2017-05-03 09:17:03,823 DEBUG db_cms 83 8934 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFuUQZ', 'title_Announcement_STFuUQZ-slug', '', 'description_Announcement_STJLMHF', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJLMHF</p>', true, '', 1, 1);
+2017-05-03 09:17:03,827 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFuUQZ', 'title_Announcement_STFuUQZ-slug', '', 'description_Announcement_STJLMHF', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJLMHF</p>', true, '', 1, 1);
+2017-05-03 09:17:03,830 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,831 DEBUG db_cms 92 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:03,831 DEBUG db_cms 94 8934 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,835 DEBUG db_cms 56 8934 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,837 DEBUG db_cms 64 8934 140735693222848 Query result: 173
+2017-05-03 09:17:03,838 DEBUG db_cms 71 8934 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:17:03,838 DEBUG db_cms 73 8934 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,841 DEBUG db_cms 56 8934 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,844 DEBUG db_cms 64 8934 140735693222848 Query result: 2
+2017-05-03 09:17:03,845 DEBUG db_cms 109 8934 140735693222848 bind category into inserted post: 173
+2017-05-03 09:17:03,845 DEBUG db_cms 111 8934 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (173, 2);
+2017-05-03 09:17:03,851 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (173, 2);
+2017-05-03 09:17:03,860 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,861 DEBUG db_cms 79 8934 140735693222848 Insert new post : title_Announcement_STlbiA9
+2017-05-03 09:17:03,861 DEBUG db_cms 83 8934 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STlbiA9', 'title_Announcement_STlbiA9-slug', '', 'description_Announcement_STcM6DR', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STcM6DR</p>', true, '', 1, 1);
+2017-05-03 09:17:03,864 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STlbiA9', 'title_Announcement_STlbiA9-slug', '', 'description_Announcement_STcM6DR', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STcM6DR</p>', true, '', 1, 1);
+2017-05-03 09:17:03,868 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,868 DEBUG db_cms 92 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:03,868 DEBUG db_cms 94 8934 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,872 DEBUG db_cms 56 8934 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,873 DEBUG db_cms 64 8934 140735693222848 Query result: 174
+2017-05-03 09:17:03,874 DEBUG db_cms 71 8934 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:17:03,874 DEBUG db_cms 73 8934 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,878 DEBUG db_cms 56 8934 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,880 DEBUG db_cms 64 8934 140735693222848 Query result: 2
+2017-05-03 09:17:03,880 DEBUG db_cms 109 8934 140735693222848 bind category into inserted post: 174
+2017-05-03 09:17:03,880 DEBUG db_cms 111 8934 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (174, 2);
+2017-05-03 09:17:03,884 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (174, 2);
+2017-05-03 09:17:03,888 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,889 DEBUG db_cms 79 8934 140735693222848 Insert new post : title_Announcement_STmiXaM
+2017-05-03 09:17:03,889 DEBUG db_cms 83 8934 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STmiXaM', 'title_Announcement_STmiXaM-slug', '', 'description_Announcement_STkjilX', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STkjilX</p>', true, '', 1, 1);
+2017-05-03 09:17:03,892 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STmiXaM', 'title_Announcement_STmiXaM-slug', '', 'description_Announcement_STkjilX', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STkjilX</p>', true, '', 1, 1);
+2017-05-03 09:17:03,896 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,896 DEBUG db_cms 92 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:03,896 DEBUG db_cms 94 8934 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,899 DEBUG db_cms 56 8934 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,901 DEBUG db_cms 64 8934 140735693222848 Query result: 175
+2017-05-03 09:17:03,901 DEBUG db_cms 71 8934 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:17:03,901 DEBUG db_cms 73 8934 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,904 DEBUG db_cms 56 8934 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,906 DEBUG db_cms 64 8934 140735693222848 Query result: 2
+2017-05-03 09:17:03,906 DEBUG db_cms 109 8934 140735693222848 bind category into inserted post: 175
+2017-05-03 09:17:03,906 DEBUG db_cms 111 8934 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (175, 2);
+2017-05-03 09:17:03,909 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (175, 2);
+2017-05-03 09:17:03,912 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,913 DEBUG db_cms 79 8934 140735693222848 Insert new post : title_Announcement_STsPOvt
+2017-05-03 09:17:03,913 DEBUG db_cms 83 8934 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STsPOvt', 'title_Announcement_STsPOvt-slug', '', 'description_Announcement_ST2r6t9', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST2r6t9</p>', true, '', 1, 1);
+2017-05-03 09:17:03,916 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STsPOvt', 'title_Announcement_STsPOvt-slug', '', 'description_Announcement_ST2r6t9', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST2r6t9</p>', true, '', 1, 1);
+2017-05-03 09:17:03,919 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:03,919 DEBUG db_cms 92 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:03,919 DEBUG db_cms 94 8934 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,922 DEBUG db_cms 56 8934 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-03 09:17:03,924 DEBUG db_cms 64 8934 140735693222848 Query result: 176
+2017-05-03 09:17:03,924 DEBUG db_cms 71 8934 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-03 09:17:03,924 DEBUG db_cms 73 8934 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,927 DEBUG db_cms 56 8934 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-03 09:17:03,929 DEBUG db_cms 64 8934 140735693222848 Query result: 2
+2017-05-03 09:17:03,929 DEBUG db_cms 109 8934 140735693222848 bind category into inserted post: 176
+2017-05-03 09:17:03,929 DEBUG db_cms 111 8934 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (176, 2);
+2017-05-03 09:17:03,933 DEBUG db_cms 28 8934 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (176, 2);
+2017-05-03 09:17:03,936 DEBUG db_cms 32 8934 140735693222848 Insert query success!
+2017-05-03 09:17:04,023 DEBUG api_user 108 8934 140735693222848 Moving to next test case
+2017-05-03 09:17:04,023 DEBUG api_user 193 8934 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/06719013-2e37-4f8b-a2a1-6fffd90163fb/07742daed2664f5a9582e9cea3887be3
+2017-05-03 09:17:04,061 DEBUG api_user 196 8934 140735693222848 APIUser activated successfully!
+2017-05-03 09:17:04,131 DEBUG api_user 128 8934 140735693222848 200 OK
+2017-05-03 09:17:04,131 DEBUG api_user 130 8934 140735693222848 Login successfully.
+2017-05-03 09:17:04,135 DEBUG db_general 130 8934 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-03 09:17:04,136 DEBUG db_general 141 8934 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-03 09:17:04,140 DEBUG db_general 130 8934 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-03 09:17:04,141 DEBUG db_general 141 8934 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-03 09:17:04,407 DEBUG api_virtual_function 72 8934 140735693222848 Virtual Function created successfully!
+2017-05-03 09:17:04,407 DEBUG api_gitlab 267 8934 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/270fd40f-98af-4d23-8070-40b9bc82803b/checklist/new/
+2017-05-03 09:17:04,495 DEBUG api_user 128 8934 140735693222848 200 OK
+2017-05-03 09:17:04,495 DEBUG api_user 130 8934 140735693222848 Login successfully.
+2017-05-03 09:17:04,531 DEBUG api_gitlab 288 8934 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:17:04,531 DEBUG fe_user 26 8934 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:17:04,531 DEBUG fe_user 27 8934 140735693222848 Insert Email
+2017-05-03 09:17:05,464 DEBUG fe_user 30 8934 140735693222848 Insert Password
+2017-05-03 09:17:06,138 DEBUG fe_user 32 8934 140735693222848 Click Login Button
+2017-05-03 09:17:06,257 DEBUG fe_user 34 8934 140735693222848 Login Button clicked
+2017-05-03 09:17:06,261 DEBUG wait 107 8934 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:17:06,778 DEBUG wait 107 8934 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:17:08,003 DEBUG db_cms 194 8934 140735693222848 Get the id of the post inserted
+2017-05-03 09:17:08,003 DEBUG db_cms 196 8934 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STsPOvt' ;
+2017-05-03 09:17:08,007 DEBUG db_cms 42 8934 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STsPOvt' ;
+2017-05-03 09:17:08,016 DEBUG db_cms 46 8934 140735693222848 Update query success!
+2017-05-03 09:17:08,342 DEBUG fe_user 26 8934 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:17:08,342 DEBUG fe_user 27 8934 140735693222848 Insert Email
+2017-05-03 09:17:09,113 DEBUG fe_user 30 8934 140735693222848 Insert Password
+2017-05-03 09:17:09,816 DEBUG fe_user 32 8934 140735693222848 Click Login Button
+2017-05-03 09:17:09,921 DEBUG fe_user 34 8934 140735693222848 Login Button clicked
+2017-05-03 09:17:09,925 DEBUG wait 107 8934 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:17:10,438 DEBUG wait 107 8934 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:17:16,253 DEBUG logFuncEntry 34 8934 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-03 09:17:16,253 DEBUG logFuncEntry 34 8934 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-03 09:17:16,276 DEBUG test_ui_base 66 8934 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-03 09:18:16,206 DEBUG logFuncEntry 34 9049 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-03 09:18:16,207 DEBUG test_ui_base 36 9049 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-03 09:18:18,326 DEBUG test_ui_base 48 9049 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-03 09:18:19,440 DEBUG api_user 108 9049 140735693222848 Moving to next test case
+2017-05-03 09:18:19,440 DEBUG api_user 193 9049 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1be6ee7f-8972-44cf-8eb5-12577e161093/5cc2e9ad4e334b429ecc8c977173bf5b
+2017-05-03 09:18:19,475 DEBUG api_user 196 9049 140735693222848 APIUser activated successfully!
+2017-05-03 09:18:19,543 DEBUG api_user 128 9049 140735693222848 200 OK
+2017-05-03 09:18:19,543 DEBUG api_user 130 9049 140735693222848 Login successfully.
+2017-05-03 09:18:19,547 DEBUG db_general 130 9049 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-03 09:18:19,549 DEBUG db_general 141 9049 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-03 09:18:19,553 DEBUG db_general 130 9049 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-03 09:18:19,554 DEBUG db_general 141 9049 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-03 09:18:19,882 DEBUG api_virtual_function 72 9049 140735693222848 Virtual Function created successfully!
+2017-05-03 09:18:19,883 DEBUG api_gitlab 267 9049 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64a60c4d-c6c9-4c33-9fba-44bcb1e313f6/checklist/new/
+2017-05-03 09:18:19,952 DEBUG api_user 128 9049 140735693222848 200 OK
+2017-05-03 09:18:19,952 DEBUG api_user 130 9049 140735693222848 Login successfully.
+2017-05-03 09:18:19,984 DEBUG api_gitlab 288 9049 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-03 09:18:19,984 DEBUG fe_user 26 9049 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:18:19,985 DEBUG fe_user 27 9049 140735693222848 Insert Email
+2017-05-03 09:18:20,881 DEBUG fe_user 30 9049 140735693222848 Insert Password
+2017-05-03 09:18:21,555 DEBUG fe_user 32 9049 140735693222848 Click Login Button
+2017-05-03 09:18:21,661 DEBUG fe_user 34 9049 140735693222848 Login Button clicked
+2017-05-03 09:18:21,665 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:18:22,181 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:22,705 DEBUG db_general 153 9049 140735693222848 Query : select uuid from ice_vf Where name = 'STBq7DF';
+2017-05-03 09:18:22,708 DEBUG db_general 165 9049 140735693222848 Query result: 0e33e512-4359-4025-9f03-48f670ad76eb
+2017-05-03 09:18:22,711 DEBUG db_general 153 9049 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBq7DF';
+2017-05-03 09:18:22,713 DEBUG db_general 165 9049 140735693222848 Query result: 64a60c4d-c6c9-4c33-9fba-44bcb1e313f6
+2017-05-03 09:18:22,718 DEBUG db_general 153 9049 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBq7DF';
+2017-05-03 09:18:22,720 DEBUG db_general 165 9049 140735693222848 Query result: 64a60c4d-c6c9-4c33-9fba-44bcb1e313f6
+2017-05-03 09:18:22,723 DEBUG db_general 153 9049 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '64a60c4d-c6c9-4c33-9fba-44bcb1e313f6';
+2017-05-03 09:18:22,725 DEBUG db_general 165 9049 140735693222848 Query result: 2017-170
+2017-05-03 09:18:22,728 DEBUG db_general 153 9049 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-170';
+2017-05-03 09:18:22,732 DEBUG db_general 165 9049 140735693222848 Query result: 1
+2017-05-03 09:18:22,738 DEBUG fe_checklist 50 9049 140735693222848 EL email: dd1122@att.com
+2017-05-03 09:18:22,741 DEBUG db_general 153 9049 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '64a60c4d-c6c9-4c33-9fba-44bcb1e313f6';
+2017-05-03 09:18:22,743 DEBUG db_general 165 9049 140735693222848 Query result: 2017-170
+2017-05-03 09:18:22,774 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:24,130 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:24,643 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:25,149 DEBUG fe_general 35 9049 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=0e33e512-4359-4025-9f03-48f670ad76eb&inviter_uuid=1be6ee7f-8972-44cf-8eb5-12577e161093&email=automationqattSTrvZ4O@gmail.com
+2017-05-03 09:18:27,139 DEBUG fe_general 35 9049 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-03 09:18:27,846 DEBUG fe_user 26 9049 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:18:27,847 DEBUG fe_user 27 9049 140735693222848 Insert Email
+2017-05-03 09:18:28,646 DEBUG fe_user 30 9049 140735693222848 Insert Password
+2017-05-03 09:18:29,314 DEBUG fe_user 32 9049 140735693222848 Click Login Button
+2017-05-03 09:18:29,416 DEBUG fe_user 34 9049 140735693222848 Login Button clicked
+2017-05-03 09:18:29,420 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:18:30,150 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:30,735 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:31,658 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:34,805 DEBUG db_general 153 9049 140735693222848 Query : select uuid from ice_checklist Where name = 'STyhUi8';
+2017-05-03 09:18:34,807 DEBUG db_general 165 9049 140735693222848 Query result: ec83040b-2e19-41b3-9ece-fc372c70c318
+2017-05-03 09:18:34,811 DEBUG db_general 177 9049 140735693222848 Query : select state from ice_checklist Where uuid = 'ec83040b-2e19-41b3-9ece-fc372c70c318' order by update_time desc limit 1;
+2017-05-03 09:18:34,820 DEBUG db_general 153 9049 140735693222848 Query : select template_id from ice_checklist Where name = 'STyhUi8';
+2017-05-03 09:18:34,822 DEBUG db_general 165 9049 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-03 09:18:34,871 DEBUG fe_general 35 9049 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-03 09:18:35,632 DEBUG fe_user 26 9049 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:18:35,633 DEBUG fe_user 27 9049 140735693222848 Insert Email
+2017-05-03 09:18:36,482 DEBUG fe_user 30 9049 140735693222848 Insert Password
+2017-05-03 09:18:37,128 DEBUG fe_user 32 9049 140735693222848 Click Login Button
+2017-05-03 09:18:37,215 DEBUG fe_user 34 9049 140735693222848 Login Button clicked
+2017-05-03 09:18:37,219 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:18:37,907 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:38,451 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:39,477 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:40,008 DEBUG db_general 153 9049 140735693222848 Query : select uuid from ice_checklist Where name = 'STyhUi8';
+2017-05-03 09:18:40,010 DEBUG db_general 165 9049 140735693222848 Query result: ec83040b-2e19-41b3-9ece-fc372c70c318
+2017-05-03 09:18:40,015 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:42,158 DEBUG db_general 153 9049 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBq7DF';
+2017-05-03 09:18:42,162 DEBUG db_general 165 9049 140735693222848 Query result: 64a60c4d-c6c9-4c33-9fba-44bcb1e313f6
+2017-05-03 09:18:42,167 DEBUG db_general 153 9049 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '64a60c4d-c6c9-4c33-9fba-44bcb1e313f6';
+2017-05-03 09:18:42,171 DEBUG db_general 165 9049 140735693222848 Query result: 2017-170
+2017-05-03 09:18:42,176 DEBUG db_general 153 9049 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-170';
+2017-05-03 09:18:42,179 DEBUG db_general 165 9049 140735693222848 Query result: 1
+2017-05-03 09:18:42,896 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-03 09:18:45,009 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-03 09:18:45,578 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:47,133 DEBUG fe_general 35 9049 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-03 09:18:47,853 DEBUG db_checklist 58 9049 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'ec83040b-2e19-41b3-9ece-fc372c70c318' and state = 'peer_review';
+2017-05-03 09:18:47,859 DEBUG db_checklist 73 9049 140735693222848 Query result: 2
+2017-05-03 09:18:47,866 DEBUG db_general 153 9049 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-03 09:18:47,870 DEBUG db_general 165 9049 140735693222848 Query result: hs0007@att.com
+2017-05-03 09:18:47,871 DEBUG fe_user 26 9049 140735693222848 Verifying and Insert Login page elements:
+2017-05-03 09:18:47,871 DEBUG fe_user 27 9049 140735693222848 Insert Email
+2017-05-03 09:18:48,726 DEBUG fe_user 30 9049 140735693222848 Insert Password
+2017-05-03 09:18:49,388 DEBUG fe_user 32 9049 140735693222848 Click Login Button
+2017-05-03 09:18:49,478 DEBUG fe_user 34 9049 140735693222848 Login Button clicked
+2017-05-03 09:18:49,484 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-03 09:18:50,151 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:50,678 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-03 09:18:51,674 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:52,209 DEBUG db_general 153 9049 140735693222848 Query : select uuid from ice_checklist Where name = 'STyhUi8';
+2017-05-03 09:18:52,212 DEBUG db_general 165 9049 140735693222848 Query result: ec83040b-2e19-41b3-9ece-fc372c70c318
+2017-05-03 09:18:52,270 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-03 09:18:54,394 DEBUG db_general 153 9049 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBq7DF';
+2017-05-03 09:18:54,397 DEBUG db_general 165 9049 140735693222848 Query result: 64a60c4d-c6c9-4c33-9fba-44bcb1e313f6
+2017-05-03 09:18:54,402 DEBUG db_general 153 9049 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '64a60c4d-c6c9-4c33-9fba-44bcb1e313f6';
+2017-05-03 09:18:54,405 DEBUG db_general 165 9049 140735693222848 Query result: 2017-170
+2017-05-03 09:18:54,408 DEBUG db_general 153 9049 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-170';
+2017-05-03 09:18:54,411 DEBUG db_general 165 9049 140735693222848 Query result: 1
+2017-05-03 09:18:55,179 DEBUG wait 107 9049 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-03 09:18:57,193 DEBUG db_general 153 9049 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBq7DF';
+2017-05-03 09:18:57,195 DEBUG db_general 165 9049 140735693222848 Query result: 64a60c4d-c6c9-4c33-9fba-44bcb1e313f6
+2017-05-03 09:18:57,200 DEBUG db_general 153 9049 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '64a60c4d-c6c9-4c33-9fba-44bcb1e313f6';
+2017-05-03 09:18:57,204 DEBUG db_general 165 9049 140735693222848 Query result: 2017-170
+2017-05-03 09:18:57,210 DEBUG db_general 153 9049 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-170';
+2017-05-03 09:18:57,212 DEBUG db_general 165 9049 140735693222848 Query result: 1
+2017-05-03 09:18:58,766 DEBUG db_general 153 9049 140735693222848 Query : select uuid from ice_checklist Where name = 'STyhUi8';
+2017-05-03 09:18:58,769 DEBUG db_general 165 9049 140735693222848 Query result: ['3552c4ac-de03-4c02-abbe-b5a75f67a4c8', 'ec83040b-2e19-41b3-9ece-fc372c70c318']
+2017-05-03 09:18:58,772 DEBUG db_general 153 9049 140735693222848 Query : select state from ice_checklist Where uuid = '3552c4ac-de03-4c02-abbe-b5a75f67a4c8';
+2017-05-03 09:18:58,775 DEBUG db_general 165 9049 140735693222848 Query result: pending
+2017-05-03 09:18:58,778 DEBUG db_general 153 9049 140735693222848 Query : select state from ice_checklist Where uuid = 'ec83040b-2e19-41b3-9ece-fc372c70c318';
+2017-05-03 09:18:58,780 DEBUG db_general 165 9049 140735693222848 Query result: archive
+2017-05-03 09:18:58,780 DEBUG logFuncEntry 34 9049 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-03 09:18:58,780 DEBUG logFuncEntry 34 9049 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-03 09:18:58,791 DEBUG test_ui_base 66 9049 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 02:48:29,822 DEBUG test_signal_base 34 24218 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 02:48:29,822 DEBUG test_signal_base 34 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:48:29,823 DEBUG test_checklist_signal 26 24218 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:29,822 DEBUG logFuncEntry 34 24220 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 02:48:29,824 DEBUG test_ui_base 36 24220 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 02:48:29,824 DEBUG test_git_signal 101 24219 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:29,824 DEBUG logFuncEntry 34 24218 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 02:48:29,824 DEBUG logFuncEntry 34 24219 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 02:48:29,830 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 02:48:29,830 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:29,837 DEBUG test_signal_base 45 24218 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 02:48:29,837 DEBUG logFuncEntry 34 24218 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 02:48:29,838 DEBUG test_ui_base 36 24218 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 02:48:29,842 DEBUG test_signal_base 45 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:48:29,843 DEBUG test_signal_base 34 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:48:29,843 DEBUG test_git_signal 24 24219 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:29,843 DEBUG logFuncEntry 34 24219 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 02:48:29,855 DEBUG test_signal_base 45 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:48:29,855 DEBUG test_signal_base 34 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:48:29,855 DEBUG test_git_signal 82 24219 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:29,855 DEBUG logFuncEntry 34 24219 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 02:48:29,866 DEBUG test_signal_base 45 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:48:29,866 DEBUG test_signal_base 34 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:48:29,867 DEBUG test_git_signal 65 24219 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:29,867 DEBUG logFuncEntry 34 24219 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 02:48:29,880 DEBUG test_signal_base 45 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:48:29,880 DEBUG test_signal_base 34 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:48:29,880 DEBUG test_git_signal 47 24219 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:29,881 DEBUG logFuncEntry 34 24219 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 02:48:29,892 DEBUG test_signal_base 45 24219 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:48:29,893 DEBUG logFuncEntry 34 24219 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 02:48:29,893 DEBUG test_ui_base 36 24219 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 02:48:30,423 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:30,424 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30866202-4b13-4e30-ba46-e6ef20f66dca/bce160eac47f4388ba6545dfa31cac4b
+2017-05-04 02:48:30,466 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:30,557 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:30,557 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:30,561 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:30,564 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:30,574 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:30,577 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:30,880 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:30,881 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_audit_log
+2017-05-04 02:48:30,886 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 02:48:30,887 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 02:48:30,902 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:30,926 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 02:48:30,926 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:31,066 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:31,066 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b548fbb9-f14f-4e4c-bab4-e7fba8fbd562/b8c8507d18954d01a09c3957b06d5ce2
+2017-05-04 02:48:31,109 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:31,212 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:31,212 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:31,217 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:31,219 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:31,224 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:31,225 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:31,406 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:31,406 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_next_step
+2017-05-04 02:48:31,408 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 02:48:31,408 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 02:48:31,432 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:31,435 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 02:48:31,435 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:31,436 DEBUG test_negative_requests 37 24217 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 02:48:31,582 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:31,583 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22869977-6595-4e2a-a972-63f9b0934623/61e1d6495d7941be9fdf4ae7d32a46f9
+2017-05-04 02:48:31,625 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:31,716 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:31,716 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:31,721 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:31,722 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:31,726 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:31,728 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:31,837 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:31,837 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_contact
+2017-05-04 02:48:31,838 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 02:48:31,838 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 02:48:31,856 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:31,859 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 02:48:31,859 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:31,860 DEBUG test_negative_requests 54 24217 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 02:48:31,965 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:31,966 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9b0e147a-06e3-4609-8623-4ea95791c1fe/62f027df8f924fa0aaef3050e22dc386
+2017-05-04 02:48:32,049 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:32,201 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:32,202 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:32,219 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:32,222 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:32,236 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:32,247 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:32,281 DEBUG test_ui_base 48 24220 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:48:32,294 DEBUG test_ui_base 48 24218 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:48:32,469 DEBUG test_ui_base 48 24219 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:48:32,585 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:32,585 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_next_step
+2017-05-04 02:48:32,586 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 02:48:32,586 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 02:48:32,614 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:32,616 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 02:48:32,616 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:32,617 DEBUG test_negative_requests 221 24217 140735693222848 Local environment, skipping test...
+2017-05-04 02:48:32,617 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 02:48:32,617 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 02:48:32,642 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:32,643 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 02:48:32,644 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:32,778 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:32,779 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/064e997c-4cc0-4263-97df-589fcf6f2965/b2b4f586faaf4387a49f82ab9c17b3b6
+2017-05-04 02:48:32,833 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:32,939 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:32,940 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:32,946 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:32,948 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:32,954 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:32,956 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:33,098 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:33,099 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_create_checklist
+2017-05-04 02:48:33,099 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 02:48:33,100 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 02:48:33,117 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:33,118 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 02:48:33,119 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:33,119 DEBUG test_negative_requests 74 24217 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 02:48:33,219 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:33,219 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/446fd7f1-96b3-460f-a99a-d773bd341c80/0db91fd9f4d141bab3b0e1c6f8b1dd8d
+2017-05-04 02:48:33,271 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:33,382 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:33,382 DEBUG api_user 108 24220 140735693222848 Moving to next test case
+2017-05-04 02:48:33,382 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:33,383 DEBUG api_user 193 24220 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f5ad97f9-a48d-4a01-aad4-872ec4bcfee9/6031a7a704eb4a8bbf8dc7a75dad2a6c
+2017-05-04 02:48:33,385 DEBUG api_user 108 24218 140735693222848 Moving to next test case
+2017-05-04 02:48:33,387 DEBUG api_user 193 24218 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f9a5511b-3f2a-425e-a978-52b34359b983/73eed49baab94208970a8c12a3264338
+2017-05-04 02:48:33,392 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:33,395 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:33,403 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:33,405 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:33,448 DEBUG api_user 196 24220 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:33,449 DEBUG api_user 196 24218 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:33,563 DEBUG api_user 128 24218 140735693222848 200 OK
+2017-05-04 02:48:33,563 DEBUG api_user 130 24218 140735693222848 Login successfully.
+2017-05-04 02:48:33,563 DEBUG api_user 128 24220 140735693222848 200 OK
+2017-05-04 02:48:33,564 DEBUG api_user 130 24220 140735693222848 Login successfully.
+2017-05-04 02:48:33,568 DEBUG db_general 151 24218 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:33,568 DEBUG db_general 151 24220 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:33,568 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:33,568 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_edit_next_step
+2017-05-04 02:48:33,569 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 02:48:33,570 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 02:48:33,570 DEBUG db_general 162 24220 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:33,570 DEBUG db_general 162 24218 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:33,575 DEBUG db_general 151 24220 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:33,575 DEBUG db_general 151 24218 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:33,576 DEBUG db_general 162 24220 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:33,576 DEBUG db_general 162 24218 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:33,576 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:33,578 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 02:48:33,578 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:33,578 DEBUG test_negative_requests 20 24217 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 02:48:33,606 DEBUG api_user 108 24219 140735693222848 Moving to next test case
+2017-05-04 02:48:33,607 DEBUG api_user 193 24219 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9333052a-b510-4797-a200-08e1780e5c45/7f88a62020344636a047e34116c674ee
+2017-05-04 02:48:33,656 DEBUG api_user 196 24219 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:33,683 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:33,683 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e6eee835-0a29-4e42-be39-15f6294ca54c/a183fce9361e4b77bc561984d2aaffab
+2017-05-04 02:48:33,720 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:33,734 DEBUG api_virtual_function 80 24218 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:33,734 ERROR exception_decor 23 24218 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:48:33,737 DEBUG logFuncEntry 34 24218 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 02:48:33,737 DEBUG api_virtual_function 80 24220 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:33,737 DEBUG logFuncEntry 34 24218 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 02:48:33,737 ERROR exception_decor 23 24220 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:48:33,740 DEBUG logFuncEntry 34 24220 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 02:48:33,740 DEBUG logFuncEntry 34 24220 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 02:48:33,745 DEBUG api_user 128 24219 140735693222848 200 OK
+2017-05-04 02:48:33,745 DEBUG api_user 130 24219 140735693222848 Login successfully.
+2017-05-04 02:48:33,750 DEBUG db_general 151 24219 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:33,752 DEBUG test_ui_base 66 24218 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 02:48:33,752 DEBUG db_general 162 24219 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:33,752 DEBUG logFuncEntry 34 24218 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 02:48:33,753 DEBUG test_ui_base 36 24218 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 02:48:33,756 DEBUG db_general 151 24219 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:33,757 DEBUG db_general 162 24219 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:33,759 DEBUG test_ui_base 66 24220 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 02:48:33,760 DEBUG logFuncEntry 34 24220 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 02:48:33,760 DEBUG test_ui_base 36 24220 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 02:48:33,834 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:33,835 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:33,842 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:33,844 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:33,850 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:33,852 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:33,967 DEBUG api_virtual_function 80 24219 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:33,967 ERROR exception_decor 23 24219 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:48:33,972 DEBUG logFuncEntry 34 24219 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 02:48:33,972 DEBUG logFuncEntry 34 24219 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 02:48:34,043 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:34,044 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_invite_member
+2017-05-04 02:48:34,045 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 02:48:34,045 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 02:48:34,059 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:34,061 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 02:48:34,061 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:34,114 DEBUG test_ui_base 66 24219 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 02:48:34,115 DEBUG logFuncEntry 34 24219 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 02:48:34,115 DEBUG test_ui_base 36 24219 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 02:48:34,194 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:34,194 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a3583444-987e-4e24-923a-5218101fc2ff/bc756cb0b4074f70826a63d31540dadd
+2017-05-04 02:48:34,257 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:34,438 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:34,439 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:34,486 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:34,493 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:34,503 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:34,504 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:34,806 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:34,807 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_set_checklist_state
+2017-05-04 02:48:34,807 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 02:48:34,808 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 02:48:34,836 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:34,840 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 02:48:34,840 DEBUG test_api_base 30 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:48:35,109 DEBUG api_user 108 24217 140735693222848 Moving to next test case
+2017-05-04 02:48:35,109 DEBUG api_user 193 24217 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5513a88-856a-4f1a-85da-3383138dbd07/6079f82c873f4c798324e9861d4f999e
+2017-05-04 02:48:35,152 DEBUG api_user 196 24217 140735693222848 APIUser activated successfully!
+2017-05-04 02:48:35,263 DEBUG api_user 128 24217 140735693222848 200 OK
+2017-05-04 02:48:35,263 DEBUG api_user 130 24217 140735693222848 Login successfully.
+2017-05-04 02:48:35,273 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:48:35,275 DEBUG db_general 162 24217 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:48:35,283 DEBUG db_general 151 24217 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:48:35,286 DEBUG db_general 162 24217 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:48:35,453 DEBUG api_virtual_function 80 24217 140735693222848 Failed to create VF >>> 500 Internal Server Error
+ {"detail":"General error on backend: column ice_deployment_target.weight does not exist\nLINE 1: ...arget\".\"name\", \"ice_deployment_target\".\"version\", \"ice_deplo...\n ^\n"}
+2017-05-04 02:48:35,453 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_update_checklist
+2017-05-04 02:48:35,455 DEBUG logFuncEntry 34 24217 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 02:48:35,455 DEBUG logFuncEntry 34 24217 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 02:48:35,476 DEBUG test_api_base 42 24217 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:48:35,483 DEBUG logFuncEntry 34 24217 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 02:48:35,484 DEBUG test_ui_base 36 24217 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 02:48:36,887 DEBUG test_ui_base 48 24218 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:48:36,902 DEBUG test_ui_base 48 24220 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:49:53,945 DEBUG test_signal_base 34 24447 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 02:49:53,945 DEBUG test_signal_base 34 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:49:53,946 DEBUG test_checklist_signal 26 24447 140735693222848 Local environment, skipping test...
+2017-05-04 02:49:53,946 DEBUG test_git_signal 101 24448 140735693222848 Local environment, skipping test...
+2017-05-04 02:49:53,945 DEBUG logFuncEntry 34 24449 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 02:49:53,946 DEBUG logFuncEntry 34 24447 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 02:49:53,946 DEBUG logFuncEntry 34 24448 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 02:49:53,946 DEBUG test_ui_base 36 24449 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 02:49:53,953 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 02:49:53,955 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:49:53,959 DEBUG test_signal_base 45 24447 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 02:49:53,960 DEBUG logFuncEntry 34 24447 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 02:49:53,960 DEBUG test_ui_base 36 24447 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 02:49:53,965 DEBUG test_signal_base 45 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:49:53,965 DEBUG test_signal_base 34 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:49:53,965 DEBUG test_git_signal 24 24448 140735693222848 Local environment, skipping test...
+2017-05-04 02:49:53,966 DEBUG logFuncEntry 34 24448 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 02:49:53,977 DEBUG test_signal_base 45 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:49:53,977 DEBUG test_signal_base 34 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:49:53,978 DEBUG test_git_signal 82 24448 140735693222848 Local environment, skipping test...
+2017-05-04 02:49:53,978 DEBUG logFuncEntry 34 24448 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 02:49:54,002 DEBUG test_signal_base 45 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:49:54,002 DEBUG test_signal_base 34 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:49:54,002 DEBUG test_git_signal 65 24448 140735693222848 Local environment, skipping test...
+2017-05-04 02:49:54,003 DEBUG logFuncEntry 34 24448 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 02:49:54,015 DEBUG test_signal_base 45 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:49:54,015 DEBUG test_signal_base 34 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 02:49:54,015 DEBUG test_git_signal 47 24448 140735693222848 Local environment, skipping test...
+2017-05-04 02:49:54,016 DEBUG logFuncEntry 34 24448 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 02:49:54,028 DEBUG test_signal_base 45 24448 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 02:49:54,029 DEBUG logFuncEntry 34 24448 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 02:49:54,029 DEBUG test_ui_base 36 24448 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 02:49:54,164 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:49:54,165 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3dccdf2d-eec3-4ce1-822b-226c6a454032/78dcb539a0bc4ffcab10828c95beae30
+2017-05-04 02:49:54,211 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:54,326 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:54,326 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:54,330 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:54,332 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:54,338 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:54,341 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:55,064 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:55,064 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42c79a76-cf23-442f-8e52-4ad647fea7da/checklist/new/
+2017-05-04 02:49:55,175 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:55,176 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:55,221 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:55,221 DEBUG test_negative_requests 169 24446 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 02:49:55,322 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:55,323 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:55,323 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42c79a76-cf23-442f-8e52-4ad647fea7da/checklist/new/
+2017-05-04 02:49:55,328 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:49:55,331 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:49:55,331 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42c79a76-cf23-442f-8e52-4ad647fea7da/checklist/new/
+2017-05-04 02:49:55,438 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:55,438 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:55,481 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:55,595 DEBUG api_checklist 40 24446 140735693222848 Checklist was created successfully!
+2017-05-04 02:49:55,595 DEBUG test_negative_requests 174 24446 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 02:49:55,680 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:55,680 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:55,681 DEBUG test_negative_requests 181 24446 140735693222848 About to add audit log to checklist uuid 411a8c49-cb12-43be-9d61-614c4af62a54
+2017-05-04 02:49:55,681 DEBUG api_checklist 89 24446 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/
+2017-05-04 02:49:55,711 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:55,714 DEBUG test_negative_requests 188 24446 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 02:49:55,798 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:55,798 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:55,798 DEBUG test_negative_requests 181 24446 140735693222848 About to add audit log to checklist uuid 411a8c49-cb12-43be-9d61-614c4af62a54
+2017-05-04 02:49:55,798 DEBUG api_checklist 89 24446 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/
+2017-05-04 02:49:55,821 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:55,823 DEBUG test_negative_requests 188 24446 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 02:49:55,823 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 02:49:55,823 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 02:49:55,835 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:49:55,837 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 02:49:55,837 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:49:55,921 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:49:55,921 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8c93c08-fd41-44ad-bb97-1c90467c1ecf/a148cb465e984a9bad1a872fa7393a14
+2017-05-04 02:49:55,979 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:56,091 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:56,092 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:56,097 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:56,099 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:56,108 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:56,111 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:56,264 DEBUG test_ui_base 48 24447 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:49:56,293 DEBUG test_ui_base 48 24449 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:49:56,520 DEBUG test_ui_base 48 24448 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:49:56,940 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:56,941 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0/checklist/new/
+2017-05-04 02:49:57,032 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:57,032 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:57,069 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:57,069 DEBUG test_negative_requests 195 24446 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 02:49:57,158 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:57,158 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:57,158 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0/checklist/new/
+2017-05-04 02:49:57,164 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:49:57,166 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:49:57,167 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0/checklist/new/
+2017-05-04 02:49:57,273 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:57,273 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:57,323 DEBUG api_user 108 24447 140735693222848 Moving to next test case
+2017-05-04 02:49:57,323 DEBUG api_user 193 24447 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b8960670-7374-4cb0-b3ce-02478c734b83/5017a9a3696d48e893c47a3504222ce0
+2017-05-04 02:49:57,342 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:57,361 DEBUG api_user 108 24449 140735693222848 Moving to next test case
+2017-05-04 02:49:57,361 DEBUG api_user 193 24449 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/416ec619-dd00-4604-a34d-7cf3e58c3d49/f2c4978cae4143d5975d49f0225f6679
+2017-05-04 02:49:57,401 DEBUG api_user 196 24447 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:57,416 DEBUG api_user 196 24449 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:57,507 DEBUG api_user 128 24447 140735693222848 200 OK
+2017-05-04 02:49:57,507 DEBUG api_user 130 24447 140735693222848 Login successfully.
+2017-05-04 02:49:57,512 DEBUG db_general 151 24447 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:57,513 DEBUG db_general 162 24447 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:57,514 DEBUG api_user 108 24448 140735693222848 Moving to next test case
+2017-05-04 02:49:57,515 DEBUG api_user 193 24448 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2da49a2e-8eb9-43f6-b403-b8291a496e4f/d84ee728d3fd4ac8846979e84c713bbf
+2017-05-04 02:49:57,518 DEBUG db_general 151 24447 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:57,519 DEBUG db_general 162 24447 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:57,522 DEBUG api_user 128 24449 140735693222848 200 OK
+2017-05-04 02:49:57,523 DEBUG api_user 130 24449 140735693222848 Login successfully.
+2017-05-04 02:49:57,527 DEBUG db_general 151 24449 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:57,528 DEBUG db_general 162 24449 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:57,533 DEBUG db_general 151 24449 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:57,534 DEBUG db_general 162 24449 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:57,568 DEBUG api_user 196 24448 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:57,668 DEBUG api_user 128 24448 140735693222848 200 OK
+2017-05-04 02:49:57,669 DEBUG api_user 130 24448 140735693222848 Login successfully.
+2017-05-04 02:49:57,673 DEBUG db_general 151 24448 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:57,674 DEBUG db_general 162 24448 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:57,678 DEBUG db_general 151 24448 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:57,680 DEBUG db_general 162 24448 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:57,723 DEBUG api_checklist 40 24446 140735693222848 Checklist was created successfully!
+2017-05-04 02:49:57,723 DEBUG test_negative_requests 200 24446 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 02:49:57,828 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:57,828 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:57,829 DEBUG test_negative_requests 208 24446 140735693222848 About to add next step to checklist uuid b37f468d-591c-4369-8e7d-16a7763f695c
+2017-05-04 02:49:57,829 DEBUG api_checklist 116 24446 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0/checklist/b37f468d-591c-4369-8e7d-16a7763f695c/nextstep/
+2017-05-04 02:49:57,888 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: a8c93c08-fd41-44ad-bb97-1c90467c1ecf. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:57,889 DEBUG test_negative_requests 215 24446 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 02:49:57,984 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:57,984 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:57,984 DEBUG test_negative_requests 208 24446 140735693222848 About to add next step to checklist uuid b37f468d-591c-4369-8e7d-16a7763f695c
+2017-05-04 02:49:57,984 DEBUG api_checklist 116 24446 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0/checklist/b37f468d-591c-4369-8e7d-16a7763f695c/nextstep/
+2017-05-04 02:49:58,068 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,068 DEBUG test_negative_requests 215 24446 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 02:49:58,081 DEBUG api_virtual_function 72 24449 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:58,081 DEBUG api_gitlab 267 24449 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c47f45a5-bdb3-4a88-996d-edaae75ede98/checklist/new/
+2017-05-04 02:49:58,106 DEBUG api_virtual_function 72 24447 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:58,107 DEBUG api_gitlab 267 24447 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41f3f2f6-be24-461e-a4e5-9386503b2ddf/checklist/new/
+2017-05-04 02:49:58,179 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:58,179 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:58,179 DEBUG test_negative_requests 208 24446 140735693222848 About to add next step to checklist uuid b37f468d-591c-4369-8e7d-16a7763f695c
+2017-05-04 02:49:58,179 DEBUG api_checklist 116 24446 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0/checklist/b37f468d-591c-4369-8e7d-16a7763f695c/nextstep/
+2017-05-04 02:49:58,199 DEBUG api_user 128 24449 140735693222848 200 OK
+2017-05-04 02:49:58,199 DEBUG api_user 130 24449 140735693222848 Login successfully.
+2017-05-04 02:49:58,210 DEBUG api_user 128 24447 140735693222848 200 OK
+2017-05-04 02:49:58,210 DEBUG api_user 130 24447 140735693222848 Login successfully.
+2017-05-04 02:49:58,243 DEBUG api_virtual_function 72 24448 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:58,243 DEBUG api_gitlab 267 24448 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a6a76f4-cede-45b8-af2c-da7d94bcf5c9/checklist/new/
+2017-05-04 02:49:58,253 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,254 DEBUG test_negative_requests 215 24446 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 02:49:58,254 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 02:49:58,254 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 02:49:58,267 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:49:58,269 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 02:49:58,269 DEBUG api_gitlab 288 24449 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:58,269 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:49:58,270 DEBUG test_negative_requests 37 24446 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 02:49:58,270 DEBUG fe_user 26 24449 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 02:49:58,270 DEBUG fe_user 27 24449 140735693222848 Insert Email
+2017-05-04 02:49:58,279 DEBUG api_gitlab 288 24447 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:58,279 DEBUG fe_user 26 24447 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 02:49:58,280 DEBUG fe_user 27 24447 140735693222848 Insert Email
+2017-05-04 02:49:58,327 DEBUG api_user 128 24448 140735693222848 200 OK
+2017-05-04 02:49:58,327 DEBUG api_user 130 24448 140735693222848 Login successfully.
+2017-05-04 02:49:58,357 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:49:58,358 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ee44be0f-4355-4f4d-bdca-d40764eec973/ab18f0bf341e4b60850c329d116f764e
+2017-05-04 02:49:58,368 DEBUG api_gitlab 288 24448 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:58,395 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:58,437 DEBUG api_user 128 24448 140735693222848 200 OK
+2017-05-04 02:49:58,438 DEBUG api_user 130 24448 140735693222848 Login successfully.
+2017-05-04 02:49:58,438 DEBUG api_checklist 24 24448 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a6a76f4-cede-45b8-af2c-da7d94bcf5c9/checklist/new/
+2017-05-04 02:49:58,442 DEBUG db_general 177 24448 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:49:58,444 DEBUG db_general 188 24448 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:49:58,444 DEBUG api_gitlab 267 24448 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a6a76f4-cede-45b8-af2c-da7d94bcf5c9/checklist/new/
+2017-05-04 02:49:58,472 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:58,472 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:58,476 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:58,477 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:58,481 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:58,482 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:58,524 DEBUG api_user 128 24448 140735693222848 200 OK
+2017-05-04 02:49:58,524 DEBUG api_user 130 24448 140735693222848 Login successfully.
+2017-05-04 02:49:58,558 DEBUG api_gitlab 288 24448 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:58,806 DEBUG api_checklist 40 24448 140735693222848 Checklist was created successfully!
+2017-05-04 02:49:58,883 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:58,883 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/08064b4f-3382-4ed9-af63-e67d789663d7/checklist/new/
+2017-05-04 02:49:58,889 DEBUG api_user 108 24448 140735693222848 Moving to next test case
+2017-05-04 02:49:58,889 DEBUG api_user 193 24448 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3fcf9a44-7fbe-4687-b49b-d75c4499bd63/ffd88f09e0084df99d485036ef69353a
+2017-05-04 02:49:58,918 DEBUG api_user 196 24448 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:58,956 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:58,957 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:58,987 DEBUG api_user 128 24448 140735693222848 200 OK
+2017-05-04 02:49:58,988 DEBUG api_user 130 24448 140735693222848 Login successfully.
+2017-05-04 02:49:58,993 DEBUG db_general 151 24448 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:58,993 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:58,996 DEBUG db_general 162 24448 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:59,001 DEBUG db_general 151 24448 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:59,003 DEBUG db_general 162 24448 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:59,081 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:49:59,081 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4ec336e1-ac1a-488f-90ee-f3aa4f8bf216/dd71d0c7341c49a09c8e8249870214be
+2017-05-04 02:49:59,114 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:59,181 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:59,181 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:59,185 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:59,187 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:59,191 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:59,192 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:49:59,492 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:59,492 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d8fd8c04-0fd5-426d-8da2-d6b7baef53d5/checklist/new/
+2017-05-04 02:49:59,521 DEBUG api_virtual_function 72 24448 140735693222848 Virtual Function created successfully!
+2017-05-04 02:49:59,522 DEBUG api_gitlab 267 24448 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ff57b39-43f3-4872-8c9a-bebccc7ea729/checklist/new/
+2017-05-04 02:49:59,573 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:59,573 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:59,595 DEBUG api_user 128 24448 140735693222848 200 OK
+2017-05-04 02:49:59,595 DEBUG api_user 130 24448 140735693222848 Login successfully.
+2017-05-04 02:49:59,611 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:59,611 DEBUG test_negative_requests 43 24446 140735693222848 About to invite contact to the engagement of user STTFJNl
+2017-05-04 02:49:59,612 DEBUG api_virtual_function 119 24446 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 02:49:59,628 DEBUG api_gitlab 288 24448 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:49:59,628 DEBUG fe_user 26 24448 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 02:49:59,629 DEBUG fe_user 27 24448 140735693222848 Insert Email
+2017-05-04 02:49:59,646 ERROR api_virtual_function 148 24446 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 4ec336e1-ac1a-488f-90ee-f3aa4f8bf216. eng_uuid=08064b4f-3382-4ed9-af63-e67d789663d7. checklist_uuid=None"
+2017-05-04 02:49:59,647 DEBUG test_negative_requests 49 24446 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 02:49:59,647 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 02:49:59,647 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 02:49:59,657 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:49:59,659 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 02:49:59,659 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:49:59,660 DEBUG test_negative_requests 54 24446 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 02:49:59,732 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:49:59,733 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a67d053c-2c20-4fd4-bebd-e832e78dbe5e/21a9dff7b8464e009592dbbd39e690d1
+2017-05-04 02:49:59,765 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:49:59,842 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:49:59,843 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:49:59,846 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:49:59,848 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:49:59,851 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:49:59,853 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:00,079 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:00,079 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/40e7b867-63aa-46bb-84e8-99ed46ae49a8/checklist/new/
+2017-05-04 02:50:00,149 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:00,149 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:00,178 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:00,250 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:00,251 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:00,251 DEBUG test_negative_requests 63 24446 140735693222848 About to add a next step to VF STc0wAX using STFndEv@intl.att.com token.
+2017-05-04 02:50:00,251 DEBUG api_virtual_function 25 24446 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/40e7b867-63aa-46bb-84e8-99ed46ae49a8/nextsteps
+2017-05-04 02:50:00,305 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: a67d053c-2c20-4fd4-bebd-e832e78dbe5e. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:00,306 DEBUG test_negative_requests 69 24446 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 02:50:00,372 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:00,372 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:00,372 DEBUG test_negative_requests 63 24446 140735693222848 About to add a next step to VF STc0wAX using dd1122@att.com token.
+2017-05-04 02:50:00,373 DEBUG api_virtual_function 25 24446 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/40e7b867-63aa-46bb-84e8-99ed46ae49a8/nextsteps
+2017-05-04 02:50:00,449 DEBUG api_virtual_function 40 24446 140735693222848 Next step was added to the engagement!
+2017-05-04 02:50:00,449 DEBUG test_negative_requests 69 24446 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 02:50:00,518 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:00,518 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:00,518 DEBUG test_negative_requests 63 24446 140735693222848 About to add a next step to VF STc0wAX using admin_ro@att.com token.
+2017-05-04 02:50:00,518 DEBUG api_virtual_function 25 24446 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/40e7b867-63aa-46bb-84e8-99ed46ae49a8/nextsteps
+2017-05-04 02:50:00,544 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:00,544 DEBUG test_negative_requests 69 24446 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 02:50:00,544 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 02:50:00,544 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 02:50:00,549 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:00,550 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 02:50:00,551 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:50:00,551 DEBUG test_negative_requests 221 24446 140735693222848 Local environment, skipping test...
+2017-05-04 02:50:00,551 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 02:50:00,551 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 02:50:00,556 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:00,557 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 02:50:00,557 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:50:00,628 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:00,628 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dd21b3ee-9421-497e-9602-0168bd961bcb/7ebc3b6781d445849f62a0cb3b8f47ce
+2017-05-04 02:50:00,660 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:00,724 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:00,725 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:00,728 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:00,730 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:00,734 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:00,736 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:00,938 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:00,938 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,004 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,005 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,036 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:01,036 DEBUG test_negative_requests 98 24446 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 02:50:01,112 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,112 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,112 DEBUG test_negative_requests 106 24446 140735693222848 About to create checklist for VF STLWveP
+2017-05-04 02:50:01,113 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,117 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:01,118 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:01,118 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,184 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,185 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,214 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:01,240 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: dd21b3ee-9421-497e-9602-0168bd961bcb. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,241 DEBUG test_negative_requests 112 24446 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 02:50:01,306 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,307 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,307 DEBUG test_negative_requests 106 24446 140735693222848 About to create checklist for VF STLWveP
+2017-05-04 02:50:01,307 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,311 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:01,312 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:01,312 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,391 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,391 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,424 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:01,451 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,451 DEBUG test_negative_requests 112 24446 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 02:50:01,518 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,518 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,518 DEBUG test_negative_requests 106 24446 140735693222848 About to create checklist for VF STLWveP
+2017-05-04 02:50:01,518 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,522 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:01,524 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:01,524 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6787c39-47b7-4cd2-b2c0-d2d6732a7f36/checklist/new/
+2017-05-04 02:50:01,590 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,591 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,620 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:01,647 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,647 DEBUG test_negative_requests 112 24446 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 02:50:01,647 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 02:50:01,648 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 02:50:01,654 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:01,655 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 02:50:01,656 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:50:01,656 DEBUG test_negative_requests 74 24446 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 02:50:01,727 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:01,728 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b189502c-0419-4da5-88aa-c6a68e923772/880664377fb64c728369642dbb78a738
+2017-05-04 02:50:01,760 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:01,824 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:01,824 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:01,829 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:01,830 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:01,834 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:01,835 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:02,033 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:02,034 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d71d147e-cf2b-4ebc-aadd-59aba3805d13/checklist/new/
+2017-05-04 02:50:02,100 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:02,101 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:02,135 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:02,199 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:02,199 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:02,199 DEBUG api_virtual_function 25 24446 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/d71d147e-cf2b-4ebc-aadd-59aba3805d13/nextsteps
+2017-05-04 02:50:02,274 DEBUG api_virtual_function 40 24446 140735693222848 Next step was added to the engagement!
+2017-05-04 02:50:02,341 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:02,341 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:02,342 DEBUG test_negative_requests 86 24446 140735693222848 About to edit a next step (ns uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5) using ST3fiAm@intl.att.com token.
+2017-05-04 02:50:02,342 DEBUG api_virtual_function 156 24446 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/a7c9bed5-efbf-413c-a219-2d6f9de8caf5/engagement/d71d147e-cf2b-4ebc-aadd-59aba3805d13/modify/
+2017-05-04 02:50:02,367 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,368 DEBUG test_negative_requests 92 24446 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 02:50:02,436 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:02,436 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:02,437 DEBUG test_negative_requests 86 24446 140735693222848 About to edit a next step (ns uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5) using hs0007@att.com token.
+2017-05-04 02:50:02,437 DEBUG api_virtual_function 156 24446 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/a7c9bed5-efbf-413c-a219-2d6f9de8caf5/engagement/d71d147e-cf2b-4ebc-aadd-59aba3805d13/modify/
+2017-05-04 02:50:02,464 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,464 DEBUG test_negative_requests 92 24446 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 02:50:02,533 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:02,533 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:02,533 DEBUG test_negative_requests 86 24446 140735693222848 About to edit a next step (ns uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5) using admin_ro@att.com token.
+2017-05-04 02:50:02,533 DEBUG api_virtual_function 156 24446 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/a7c9bed5-efbf-413c-a219-2d6f9de8caf5/engagement/d71d147e-cf2b-4ebc-aadd-59aba3805d13/modify/
+2017-05-04 02:50:02,558 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,559 DEBUG test_negative_requests 92 24446 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 02:50:02,559 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 02:50:02,559 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 02:50:02,565 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:02,566 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 02:50:02,566 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:50:02,566 DEBUG test_negative_requests 20 24446 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 02:50:02,639 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:02,640 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d9698ec9-31b6-46bc-a4c7-ed8ad6a6bd70/f5ee9bef7ccf4cc1912f07bfd2cb1862
+2017-05-04 02:50:02,676 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:02,743 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:02,744 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:02,747 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:02,749 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:02,753 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:02,754 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:02,945 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:02,945 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b812ea1a-c86c-4f0e-b784-e0dd9dca8925/checklist/new/
+2017-05-04 02:50:03,011 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:03,011 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:03,041 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:03,129 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:03,129 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec69d1fa-95c9-4fe0-a94b-d63af84d4bcf/3a4a137d251446d38fa3c12602842443
+2017-05-04 02:50:03,165 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:03,247 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:03,247 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:03,252 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:03,254 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:03,259 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:03,260 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:03,887 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:03,887 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/68a522a2-1140-44a9-83ad-1ba151d4dda9/checklist/new/
+2017-05-04 02:50:03,951 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:03,951 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:03,981 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:03,981 DEBUG test_negative_requests 26 24446 140735693222848 About to invite team member to the engagement of user STW9pmy
+2017-05-04 02:50:03,982 DEBUG api_virtual_function 87 24446 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 02:50:04,011 ERROR api_virtual_function 112 24446 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,012 DEBUG test_negative_requests 32 24446 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 02:50:04,012 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 02:50:04,012 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 02:50:04,018 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:04,019 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 02:50:04,019 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:50:04,100 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:04,100 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58c7570c-f76c-4abf-90d6-d61075a5bd0d/d389e222ed034a85b838396be5534364
+2017-05-04 02:50:04,136 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:04,206 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:04,206 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:04,210 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:04,211 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:04,214 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:04,215 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:04,416 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:04,416 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/095a00b5-8151-4d81-8127-49f9969ba580/checklist/new/
+2017-05-04 02:50:04,485 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:04,486 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:04,517 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:04,517 DEBUG test_negative_requests 146 24446 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 02:50:04,584 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:04,585 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:04,585 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/095a00b5-8151-4d81-8127-49f9969ba580/checklist/new/
+2017-05-04 02:50:04,589 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:04,590 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:04,591 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/095a00b5-8151-4d81-8127-49f9969ba580/checklist/new/
+2017-05-04 02:50:04,658 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:04,658 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:04,689 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:04,873 DEBUG api_checklist 40 24446 140735693222848 Checklist was created successfully!
+2017-05-04 02:50:04,873 DEBUG test_negative_requests 151 24446 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 02:50:04,873 DEBUG test_negative_requests 157 24446 140735693222848 About to change checklist state for VF STQm5o9
+2017-05-04 02:50:04,939 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:04,940 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:04,970 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:04,970 DEBUG test_negative_requests 163 24446 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 02:50:04,970 DEBUG test_negative_requests 157 24446 140735693222848 About to change checklist state for VF STQm5o9
+2017-05-04 02:50:05,037 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:05,037 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:05,067 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,068 DEBUG test_negative_requests 163 24446 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 02:50:05,068 DEBUG test_negative_requests 157 24446 140735693222848 About to change checklist state for VF STQm5o9
+2017-05-04 02:50:05,135 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:05,135 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:05,164 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,164 DEBUG test_negative_requests 163 24446 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 02:50:05,164 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 02:50:05,164 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 02:50:05,170 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:05,171 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 02:50:05,171 DEBUG test_api_base 30 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 02:50:05,243 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:05,244 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/41143827-2582-4c9e-ae28-db98ac6b3a87/2cb2255a58dd460e90b9be7725aef3ed
+2017-05-04 02:50:05,281 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:05,349 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:05,350 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:05,355 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:05,358 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:05,362 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:05,363 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:05,566 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:05,566 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba70d350-edd6-4c94-a3b6-ea9237b9cbdc/checklist/new/
+2017-05-04 02:50:05,639 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:05,640 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:05,672 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:05,672 DEBUG test_negative_requests 119 24446 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 02:50:05,739 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:05,739 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:05,740 DEBUG api_checklist 24 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba70d350-edd6-4c94-a3b6-ea9237b9cbdc/checklist/new/
+2017-05-04 02:50:05,743 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:05,745 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:05,745 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba70d350-edd6-4c94-a3b6-ea9237b9cbdc/checklist/new/
+2017-05-04 02:50:05,813 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:05,813 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:05,843 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:06,003 DEBUG api_checklist 40 24446 140735693222848 Checklist was created successfully!
+2017-05-04 02:50:06,004 DEBUG test_negative_requests 124 24446 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 02:50:06,071 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:06,072 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:06,072 DEBUG test_negative_requests 132 24446 140735693222848 About to update checklist for VF ST2Xqk7
+2017-05-04 02:50:06,072 DEBUG api_checklist 58 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//c07e62cc-56d7-4c81-8b46-40db9c4a458d/c07e62cc-56d7-4c81-8b46-40db9c4a458d
+2017-05-04 02:50:06,076 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:06,078 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:06,107 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 41143827-2582-4c9e-ae28-db98ac6b3a87. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,108 DEBUG test_negative_requests 139 24446 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 02:50:06,170 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:06,170 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:06,171 DEBUG test_negative_requests 132 24446 140735693222848 About to update checklist for VF ST2Xqk7
+2017-05-04 02:50:06,171 DEBUG api_checklist 58 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//c07e62cc-56d7-4c81-8b46-40db9c4a458d/c07e62cc-56d7-4c81-8b46-40db9c4a458d
+2017-05-04 02:50:06,175 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:06,176 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:06,209 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,210 DEBUG test_negative_requests 139 24446 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 02:50:06,276 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:06,276 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:06,276 DEBUG test_negative_requests 132 24446 140735693222848 About to update checklist for VF ST2Xqk7
+2017-05-04 02:50:06,276 DEBUG api_checklist 58 24446 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//c07e62cc-56d7-4c81-8b46-40db9c4a458d/c07e62cc-56d7-4c81-8b46-40db9c4a458d
+2017-05-04 02:50:06,280 DEBUG db_general 177 24446 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 02:50:06,283 DEBUG db_general 188 24446 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 02:50:06,314 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,314 DEBUG test_negative_requests 139 24446 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 02:50:06,314 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 02:50:06,314 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 02:50:06,319 DEBUG test_api_base 42 24446 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 02:50:06,320 DEBUG logFuncEntry 34 24446 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 02:50:06,321 DEBUG test_ui_base 36 24446 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 02:50:08,430 DEBUG test_ui_base 48 24446 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:50:08,852 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,853 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:50:08,855 DEBUG logFuncEntry 34 24447 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 02:50:08,856 DEBUG logFuncEntry 34 24447 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 02:50:08,860 ERROR fe_user 42 24449 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,860 ERROR exception_decor 23 24449 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:50:08,864 DEBUG logFuncEntry 34 24449 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 02:50:08,865 DEBUG logFuncEntry 34 24449 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 02:50:08,876 DEBUG test_ui_base 66 24447 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 02:50:08,877 DEBUG logFuncEntry 34 24447 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 02:50:08,877 DEBUG test_ui_base 36 24447 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 02:50:08,885 DEBUG test_ui_base 66 24449 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 02:50:08,887 DEBUG logFuncEntry 34 24449 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 02:50:08,887 DEBUG test_ui_base 36 24449 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 02:50:09,178 DEBUG db_cms 79 24446 140735693222848 Insert new post : title_Announcement_STs10pu
+2017-05-04 02:50:09,179 DEBUG db_cms 83 24446 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STs10pu', 'title_Announcement_STs10pu-slug', '', 'description_Announcement_STjgvVP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STjgvVP</p>', true, '', 1, 1);
+2017-05-04 02:50:09,186 DEBUG db_cms 28 24446 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STs10pu', 'title_Announcement_STs10pu-slug', '', 'description_Announcement_STjgvVP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STjgvVP</p>', true, '', 1, 1);
+2017-05-04 02:50:09,192 DEBUG db_cms 32 24446 140735693222848 Insert query success!
+2017-05-04 02:50:09,193 DEBUG db_cms 92 24446 140735693222848 Get the id of the post inserted
+2017-05-04 02:50:09,193 DEBUG db_cms 94 24446 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 02:50:09,199 DEBUG db_cms 56 24446 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 02:50:09,201 DEBUG db_cms 64 24446 140735693222848 Query result: 177
+2017-05-04 02:50:09,202 DEBUG db_cms 71 24446 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 02:50:09,202 DEBUG db_cms 73 24446 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 02:50:09,207 DEBUG db_cms 56 24446 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 02:50:09,209 DEBUG db_cms 64 24446 140735693222848 Query result: 2
+2017-05-04 02:50:09,209 DEBUG db_cms 109 24446 140735693222848 bind category into inserted post: 177
+2017-05-04 02:50:09,209 DEBUG db_cms 111 24446 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (177, 2);
+2017-05-04 02:50:09,213 DEBUG db_cms 28 24446 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (177, 2);
+2017-05-04 02:50:09,217 DEBUG db_cms 32 24446 140735693222848 Insert query success!
+2017-05-04 02:50:09,317 DEBUG api_user 108 24446 140735693222848 Moving to next test case
+2017-05-04 02:50:09,318 DEBUG api_user 193 24446 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/95713874-0a32-4a38-bd2e-02801b15a0fc/2f1da380dd70442789acc60cc482a8f0
+2017-05-04 02:50:09,357 DEBUG api_user 196 24446 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:09,506 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:09,507 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:09,512 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:09,514 DEBUG db_general 162 24446 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:09,520 DEBUG db_general 151 24446 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:09,528 DEBUG db_general 162 24446 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:10,182 ERROR fe_user 42 24448 140735693222848 Login FAILED: email=SThlxSC@intl.att.com password=iceusers
+2017-05-04 02:50:10,183 ERROR exception_decor 23 24448 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:50:10,186 DEBUG logFuncEntry 34 24448 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 02:50:10,186 DEBUG logFuncEntry 34 24448 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 02:50:10,212 DEBUG test_ui_base 66 24448 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 02:50:10,213 DEBUG logFuncEntry 34 24448 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 02:50:10,213 DEBUG test_ui_base 36 24448 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 02:50:10,305 DEBUG api_virtual_function 72 24446 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:10,305 DEBUG api_gitlab 267 24446 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea359847-346e-4f35-858f-1effa7567703/checklist/new/
+2017-05-04 02:50:10,417 DEBUG api_user 128 24446 140735693222848 200 OK
+2017-05-04 02:50:10,417 DEBUG api_user 130 24446 140735693222848 Login successfully.
+2017-05-04 02:50:10,472 DEBUG api_gitlab 288 24446 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:10,473 DEBUG fe_user 26 24446 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 02:50:10,473 DEBUG fe_user 27 24446 140735693222848 Insert Email
+2017-05-04 02:50:11,343 DEBUG test_ui_base 48 24447 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:50:12,001 DEBUG test_ui_base 48 24449 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:50:12,291 DEBUG api_user 108 24447 140735693222848 Moving to next test case
+2017-05-04 02:50:12,291 DEBUG api_user 193 24447 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a3d107d-c492-4f40-803e-4ce5156692f2/6eb04b5782834529ab717fe3b48cc0cd
+2017-05-04 02:50:12,337 DEBUG api_user 196 24447 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:12,419 DEBUG api_user 128 24447 140735693222848 200 OK
+2017-05-04 02:50:12,420 DEBUG api_user 130 24447 140735693222848 Login successfully.
+2017-05-04 02:50:12,425 DEBUG db_general 151 24447 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:12,426 DEBUG db_general 162 24447 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:12,432 DEBUG db_general 151 24447 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:12,433 DEBUG db_general 162 24447 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:12,712 DEBUG test_ui_base 48 24448 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 02:50:12,914 DEBUG api_virtual_function 72 24447 140735693222848 Virtual Function created successfully!
+2017-05-04 02:50:12,915 DEBUG api_gitlab 267 24447 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e686394-de91-4e54-b318-7931f14ca8dc/checklist/new/
+2017-05-04 02:50:12,965 DEBUG api_user 108 24449 140735693222848 Moving to next test case
+2017-05-04 02:50:12,965 DEBUG api_user 193 24449 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61324e61-ac61-446b-865e-1cf02eaf8aef/571f681a2d864a87b46dbde383d1f80f
+2017-05-04 02:50:13,010 DEBUG api_user 196 24449 140735693222848 APIUser activated successfully!
+2017-05-04 02:50:13,016 DEBUG api_user 128 24447 140735693222848 200 OK
+2017-05-04 02:50:13,017 DEBUG api_user 130 24447 140735693222848 Login successfully.
+2017-05-04 02:50:13,057 DEBUG api_gitlab 288 24447 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 02:50:13,058 DEBUG fe_user 26 24447 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 02:50:13,058 DEBUG fe_user 27 24447 140735693222848 Insert Email
+2017-05-04 02:50:13,099 DEBUG api_user 128 24449 140735693222848 200 OK
+2017-05-04 02:50:13,099 DEBUG api_user 130 24449 140735693222848 Login successfully.
+2017-05-04 02:50:13,103 DEBUG db_general 151 24449 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 02:50:13,105 DEBUG db_general 162 24449 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 02:50:13,108 DEBUG db_general 151 24449 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 02:50:13,109 DEBUG db_general 162 24449 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 02:50:13,418 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=STZp2Bb@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR fe_user 42 24446 140735693222848 Login FAILED: email=STnhe74@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_negative_admin_page
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24446 140735693222848 There was an exception in test_Announcement_validate_toast
+2017-05-04 02:50:13,424 DEBUG logFuncEntry 34 24447 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 02:50:13,424 DEBUG logFuncEntry 34 24446 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 02:50:13,424 DEBUG logFuncEntry 34 24447 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 02:50:13,424 DEBUG logFuncEntry 34 24446 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:01:31,546 DEBUG test_signal_base 34 25561 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 03:01:31,546 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:01:31,546 DEBUG test_signal_base 34 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:01:31,547 DEBUG test_checklist_signal 26 25561 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:31,547 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 03:01:31,547 DEBUG test_git_signal 101 25562 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:31,547 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 03:01:31,548 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 03:01:31,554 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:01:31,555 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:31,560 DEBUG test_signal_base 45 25561 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 03:01:31,561 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:01:31,561 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 03:01:31,565 DEBUG test_signal_base 45 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:01:31,566 DEBUG test_signal_base 34 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:01:31,566 DEBUG test_git_signal 24 25562 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:31,566 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 03:01:31,576 DEBUG test_signal_base 45 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:01:31,577 DEBUG test_signal_base 34 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:01:31,577 DEBUG test_git_signal 82 25562 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:31,577 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 03:01:31,588 DEBUG test_signal_base 45 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:01:31,589 DEBUG test_signal_base 34 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:01:31,589 DEBUG test_git_signal 65 25562 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:31,589 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 03:01:31,603 DEBUG test_signal_base 45 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:01:31,603 DEBUG test_signal_base 34 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:01:31,604 DEBUG test_git_signal 47 25562 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:31,604 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 03:01:31,615 DEBUG test_signal_base 45 25562 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:01:31,616 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:01:31,616 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 03:01:32,363 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:32,363 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/40caecc9-7777-411b-a36a-72b393c953da/55477845f1ef46fbb1eb64aea3ba7441
+2017-05-04 03:01:32,450 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:32,596 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:32,596 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:32,604 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:32,606 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:32,611 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:32,613 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:33,041 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:33,041 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc938976-7ebf-4e5c-81dc-4ae8bb97a6f1/checklist/new/
+2017-05-04 03:01:33,136 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:33,136 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:33,172 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:33,172 DEBUG test_negative_requests 169 25560 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 03:01:33,261 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:33,261 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:33,261 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc938976-7ebf-4e5c-81dc-4ae8bb97a6f1/checklist/new/
+2017-05-04 03:01:33,265 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:33,267 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:33,267 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc938976-7ebf-4e5c-81dc-4ae8bb97a6f1/checklist/new/
+2017-05-04 03:01:33,355 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:33,356 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:33,405 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:33,555 DEBUG api_checklist 40 25560 140735693222848 Checklist was created successfully!
+2017-05-04 03:01:33,555 DEBUG test_negative_requests 174 25560 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 03:01:33,773 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:33,774 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:33,775 DEBUG test_negative_requests 181 25560 140735693222848 About to add audit log to checklist uuid 3cd35a38-e8e9-490f-9851-377022f56587
+2017-05-04 03:01:33,775 DEBUG api_checklist 89 25560 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/
+2017-05-04 03:01:33,784 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:33,826 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:33,828 DEBUG test_negative_requests 188 25560 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:01:33,840 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:33,973 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:33,974 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:33,975 DEBUG test_negative_requests 181 25560 140735693222848 About to add audit log to checklist uuid 3cd35a38-e8e9-490f-9851-377022f56587
+2017-05-04 03:01:33,975 DEBUG api_checklist 89 25560 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/
+2017-05-04 03:01:34,013 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:34,020 DEBUG test_negative_requests 188 25560 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:01:34,020 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:01:34,021 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:01:34,033 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:34,063 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:34,066 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:01:34,066 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:34,206 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:34,206 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a6502173-8377-4465-b443-d5f825881b56/9243cf48418440078093b1e43505bae2
+2017-05-04 03:01:34,261 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:34,351 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:34,352 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:34,356 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:34,357 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:34,362 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:34,364 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:34,681 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:34,681 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea699200-0810-419c-8ddd-e8809e63cd02/checklist/new/
+2017-05-04 03:01:34,773 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:34,773 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:34,831 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:34,831 DEBUG test_negative_requests 195 25560 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 03:01:34,934 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:34,934 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:34,934 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea699200-0810-419c-8ddd-e8809e63cd02/checklist/new/
+2017-05-04 03:01:34,939 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:34,941 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:34,941 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea699200-0810-419c-8ddd-e8809e63cd02/checklist/new/
+2017-05-04 03:01:35,050 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:35,051 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:35,108 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:35,277 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:01:35,277 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3fcef98c-e17b-4f6d-b334-ebec07dff67c/58cab5e874ad44109e24da63bd9d9625
+2017-05-04 03:01:35,278 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:01:35,279 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c90fe7b7-fe22-4887-822c-353b7f6ea71a/8cc217c5f2a64b6baf3bb61a01740111
+2017-05-04 03:01:35,347 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:35,351 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:35,446 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:01:35,447 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c14ec3d1-7d09-4f15-87cb-12ca3038bc33/a3c254ec9fdc410d9432bdd8c1dbb5bf
+2017-05-04 03:01:35,491 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:01:35,491 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:01:35,493 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:01:35,493 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:01:35,493 DEBUG api_checklist 40 25560 140735693222848 Checklist was created successfully!
+2017-05-04 03:01:35,494 DEBUG test_negative_requests 200 25560 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:01:35,498 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:35,499 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:35,500 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:35,501 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:35,503 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:35,506 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:35,507 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:35,508 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:35,509 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:35,602 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:35,602 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:35,603 DEBUG test_negative_requests 208 25560 140735693222848 About to add next step to checklist uuid a9855342-0d41-4ad8-9115-7b2c20cdaf4e
+2017-05-04 03:01:35,603 DEBUG api_checklist 116 25560 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea699200-0810-419c-8ddd-e8809e63cd02/checklist/a9855342-0d41-4ad8-9115-7b2c20cdaf4e/nextstep/
+2017-05-04 03:01:35,609 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:01:35,610 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:01:35,614 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:35,616 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:35,620 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:35,622 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:35,656 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: a6502173-8377-4465-b443-d5f825881b56. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,657 DEBUG test_negative_requests 215 25560 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:01:35,745 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:35,745 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:35,746 DEBUG test_negative_requests 208 25560 140735693222848 About to add next step to checklist uuid a9855342-0d41-4ad8-9115-7b2c20cdaf4e
+2017-05-04 03:01:35,746 DEBUG api_checklist 116 25560 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea699200-0810-419c-8ddd-e8809e63cd02/checklist/a9855342-0d41-4ad8-9115-7b2c20cdaf4e/nextstep/
+2017-05-04 03:01:35,787 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,787 DEBUG test_negative_requests 215 25560 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:01:35,875 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:35,875 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:35,875 DEBUG test_negative_requests 208 25560 140735693222848 About to add next step to checklist uuid a9855342-0d41-4ad8-9115-7b2c20cdaf4e
+2017-05-04 03:01:35,876 DEBUG api_checklist 116 25560 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea699200-0810-419c-8ddd-e8809e63cd02/checklist/a9855342-0d41-4ad8-9115-7b2c20cdaf4e/nextstep/
+2017-05-04 03:01:35,950 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,950 DEBUG test_negative_requests 215 25560 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:01:35,951 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:01:35,951 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:01:35,958 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:35,959 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:01:35,960 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:35,960 DEBUG test_negative_requests 37 25560 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 03:01:35,995 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:35,995 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a29186bb-56bc-4d71-828b-63bad99ee65d/checklist/new/
+2017-05-04 03:01:36,010 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:36,011 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2619594f-9a80-4beb-a6a9-ac90d3491d35/checklist/new/
+2017-05-04 03:01:36,106 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:01:36,106 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:01:36,117 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:36,117 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/06712815-614e-4aa9-8a47-652530ca0f68/c7319a9d8883424a825f3b18778733f5
+2017-05-04 03:01:36,120 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:01:36,121 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:01:36,180 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:36,180 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/240610c7-e850-4ad1-8761-e044f23e8653/checklist/new/
+2017-05-04 03:01:36,183 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:36,187 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:36,187 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:36,187 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:01:36,192 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:36,193 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:36,193 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:01:36,297 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:01:36,297 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:01:36,303 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:36,304 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:36,307 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:36,309 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:36,312 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:36,314 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:36,335 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:36,451 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:01:36,452 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:01:36,452 DEBUG api_checklist 24 25562 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/240610c7-e850-4ad1-8761-e044f23e8653/checklist/new/
+2017-05-04 03:01:36,458 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:36,460 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:36,460 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/240610c7-e850-4ad1-8761-e044f23e8653/checklist/new/
+2017-05-04 03:01:36,540 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:01:36,541 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:01:36,587 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:36,702 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:36,702 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5021fe1-c7de-454a-8ad7-b5c82603374c/checklist/new/
+2017-05-04 03:01:36,784 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:36,785 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:36,821 DEBUG api_checklist 40 25562 140735693222848 Checklist was created successfully!
+2017-05-04 03:01:36,828 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:36,913 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:01:36,913 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9e1c5f9e-4780-4aa7-a5a9-94a997459ad7/fdd20826a6c140068220b33c68d814ed
+2017-05-04 03:01:36,938 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:36,939 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f5165e81-de9c-4ac7-a3fd-f47b73251e1a/57b6ec0c2ac949c0b5e42c49418709c1
+2017-05-04 03:01:36,966 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:36,977 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:37,046 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:01:37,050 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:01:37,096 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:01:37,097 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:01:37,103 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:37,103 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:37,104 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:37,106 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:37,110 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:37,111 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:37,112 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:37,113 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:37,116 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:37,117 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:37,398 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:37,398 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59c7fa6c-8c08-4700-a545-e3b3ce89f2c0/checklist/new/
+2017-05-04 03:01:37,406 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:37,406 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6d9b85b-3f80-4c11-a0c2-22383316b87a/checklist/new/
+2017-05-04 03:01:37,518 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:01:37,518 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:37,519 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:37,519 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:01:37,559 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:37,559 DEBUG test_negative_requests 43 25560 140735693222848 About to invite contact to the engagement of user STrWXxV
+2017-05-04 03:01:37,559 DEBUG api_virtual_function 119 25560 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 03:01:37,560 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:37,560 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:37,560 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:01:37,589 ERROR api_virtual_function 148 25560 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: f5165e81-de9c-4ac7-a3fd-f47b73251e1a. eng_uuid=f5021fe1-c7de-454a-8ad7-b5c82603374c. checklist_uuid=None"
+2017-05-04 03:01:37,590 DEBUG test_negative_requests 49 25560 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 03:01:37,590 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:01:37,590 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:01:37,596 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:37,597 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:01:37,597 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:37,597 DEBUG test_negative_requests 54 25560 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 03:01:37,694 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:37,694 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/327c2b83-c90d-4e1f-ad0f-b3d9d0a8f701/b26e998ecd9e4658b1e292f689df7217
+2017-05-04 03:01:37,713 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:01:37,713 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:01:37,740 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:37,853 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:01:37,853 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:01:37,859 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:37,860 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:37,872 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:37,872 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:37,877 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:37,879 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:37,888 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:37,890 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:38,503 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:38,506 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:01:38,512 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:38,808 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:38,808 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b397f9d2-5ae7-4743-a892-ad42911955de/checklist/new/
+2017-05-04 03:01:38,887 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:38,887 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:38,917 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:38,985 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:38,985 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:38,986 DEBUG test_negative_requests 63 25560 140735693222848 About to add a next step to VF STu7jTb using STY0ZJd@intl.att.com token.
+2017-05-04 03:01:38,986 DEBUG api_virtual_function 25 25560 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b397f9d2-5ae7-4743-a892-ad42911955de/nextsteps
+2017-05-04 03:01:39,012 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: 327c2b83-c90d-4e1f-ad0f-b3d9d0a8f701. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:39,013 DEBUG test_negative_requests 69 25560 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:01:39,013 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:39,026 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:39,080 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:39,080 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:39,080 DEBUG test_negative_requests 63 25560 140735693222848 About to add a next step to VF STu7jTb using hs0007@att.com token.
+2017-05-04 03:01:39,081 DEBUG api_virtual_function 25 25560 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b397f9d2-5ae7-4743-a892-ad42911955de/nextsteps
+2017-05-04 03:01:39,158 DEBUG api_virtual_function 40 25560 140735693222848 Next step was added to the engagement!
+2017-05-04 03:01:39,159 DEBUG test_negative_requests 69 25560 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:01:39,218 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:01:39,239 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:39,240 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:39,240 DEBUG test_negative_requests 63 25560 140735693222848 About to add a next step to VF STu7jTb using admin_ro@att.com token.
+2017-05-04 03:01:39,240 DEBUG api_virtual_function 25 25560 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b397f9d2-5ae7-4743-a892-ad42911955de/nextsteps
+2017-05-04 03:01:39,269 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:39,270 DEBUG test_negative_requests 69 25560 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:01:39,270 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:01:39,270 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:01:39,281 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:39,283 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:01:39,283 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:39,283 DEBUG test_negative_requests 221 25560 140735693222848 Local environment, skipping test...
+2017-05-04 03:01:39,283 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:01:39,284 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:01:39,296 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:39,297 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:01:39,297 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:39,328 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:01:39,334 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:39,392 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:39,392 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cff09816-8a86-4c9e-810e-e3c143faec9b/39987966263f49fe86418e81d41029f8
+2017-05-04 03:01:39,428 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:39,503 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:39,503 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:39,508 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:39,509 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:39,514 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:39,515 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:39,853 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:40,012 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:01:40,146 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:40,146 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:40,225 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:40,225 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:40,258 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:40,259 DEBUG test_negative_requests 98 25560 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:01:40,333 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:40,334 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:40,334 DEBUG test_negative_requests 106 25560 140735693222848 About to create checklist for VF ST9rKjR
+2017-05-04 03:01:40,334 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:40,338 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:40,340 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:40,340 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:40,378 DEBUG db_general 177 25562 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPISTHZA2y';
+2017-05-04 03:01:40,380 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:40,443 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:40,443 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:40,449 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:01:40,480 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:40,516 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: cff09816-8a86-4c9e-810e-e3c143faec9b. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:40,517 DEBUG test_negative_requests 112 25560 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:01:40,620 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:01:40,649 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:40,649 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:40,650 DEBUG test_negative_requests 106 25560 140735693222848 About to create checklist for VF ST9rKjR
+2017-05-04 03:01:40,650 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:40,655 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:40,658 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:40,659 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:40,809 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:40,809 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:40,867 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:40,959 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:40,961 DEBUG test_negative_requests 112 25560 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:01:41,132 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:41,132 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:41,133 DEBUG test_negative_requests 106 25560 140735693222848 About to create checklist for VF ST9rKjR
+2017-05-04 03:01:41,133 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:41,141 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:41,146 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:41,146 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/17f4691a-926d-4d56-9c6b-0b2e61cf7dee/checklist/new/
+2017-05-04 03:01:41,263 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:41,264 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:41,322 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:41,363 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:01:41,363 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:01:41,387 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 03:01:41,389 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:01:41,389 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 03:01:41,426 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:41,427 DEBUG test_negative_requests 112 25560 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:01:41,427 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:01:41,427 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:01:41,439 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:41,439 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:01:41,511 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:41,513 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:01:41,513 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:41,513 DEBUG test_negative_requests 74 25560 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:01:41,724 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:41,725 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7c469874-b8d8-4f50-b079-ddf6f5e95dac/aea78e92825c47bcbd67e2d1e189520d
+2017-05-04 03:01:41,802 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:41,934 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:41,935 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:41,941 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:41,943 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:41,949 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:41,951 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:42,566 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:01:42,632 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:42,633 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b4e8798c-40ba-4d5a-a829-e299e7bd7a20/checklist/new/
+2017-05-04 03:01:42,751 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:42,751 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:42,804 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:42,890 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:42,890 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:42,891 DEBUG api_virtual_function 25 25560 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/b4e8798c-40ba-4d5a-a829-e299e7bd7a20/nextsteps
+2017-05-04 03:01:43,148 DEBUG api_virtual_function 40 25560 140735693222848 Next step was added to the engagement!
+2017-05-04 03:01:43,224 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:01:43,224 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:01:43,246 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 03:01:43,246 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:01:43,247 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 03:01:43,293 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:01:43,345 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:43,345 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:43,346 DEBUG test_negative_requests 86 25560 140735693222848 About to edit a next step (ns uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d) using STlO5FV@intl.att.com token.
+2017-05-04 03:01:43,346 DEBUG api_virtual_function 156 25560 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/69143da5-2ce7-4e8d-89fd-9e1ce748ba2d/engagement/b4e8798c-40ba-4d5a-a829-e299e7bd7a20/modify/
+2017-05-04 03:01:43,437 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:43,438 DEBUG test_negative_requests 92 25560 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:01:43,478 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:01:43,487 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:43,642 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:43,643 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:43,643 DEBUG test_negative_requests 86 25560 140735693222848 About to edit a next step (ns uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d) using dd1122@att.com token.
+2017-05-04 03:01:43,643 DEBUG api_virtual_function 156 25560 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/69143da5-2ce7-4e8d-89fd-9e1ce748ba2d/engagement/b4e8798c-40ba-4d5a-a829-e299e7bd7a20/modify/
+2017-05-04 03:01:43,700 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:43,700 DEBUG test_negative_requests 92 25560 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:01:43,896 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:43,896 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:43,896 DEBUG test_negative_requests 86 25560 140735693222848 About to edit a next step (ns uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d) using admin_ro@att.com token.
+2017-05-04 03:01:43,897 DEBUG api_virtual_function 156 25560 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/69143da5-2ce7-4e8d-89fd-9e1ce748ba2d/engagement/b4e8798c-40ba-4d5a-a829-e299e7bd7a20/modify/
+2017-05-04 03:01:44,026 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:44,130 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:44,131 DEBUG test_negative_requests 92 25560 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:01:44,131 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:01:44,131 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:01:44,181 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:44,183 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:01:44,184 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:44,184 DEBUG test_negative_requests 20 25560 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 03:01:44,358 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:44,358 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/efbabea5-e0c5-465a-942b-266e74d25d2a/12bc60f18bd74c768229d815ae5abba6
+2017-05-04 03:01:44,463 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:44,576 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:44,581 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:44,581 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:44,595 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:44,604 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:44,621 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:44,623 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:44,685 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:45,073 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:45,074 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41f20ad5-9eea-4efc-bd14-42a1bda02989/checklist/new/
+2017-05-04 03:01:45,170 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:45,170 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:45,214 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:45,216 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:45,311 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:45,312 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a6da331f-f811-4af7-bdd7-b5ba75c65c7f/1172bb4368ff446da55ae2ef6edc23ca
+2017-05-04 03:01:45,357 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:45,448 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:45,448 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:45,452 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:45,453 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:45,457 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:45,459 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:45,745 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:45,746 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bf09803-1aab-4a13-8f3c-194b9ddaf275/checklist/new/
+2017-05-04 03:01:45,862 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:45,862 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:45,903 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:45,903 DEBUG test_negative_requests 26 25560 140735693222848 About to invite team member to the engagement of user ST1RlED
+2017-05-04 03:01:45,904 DEBUG api_virtual_function 87 25560 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:01:45,925 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:01:45,925 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/af0b42b5-e141-41e1-98be-2fb43ebfc661/8a3780d0f7f84855b0236bea2d5d9c06
+2017-05-04 03:01:45,965 ERROR api_virtual_function 112 25560 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:01:45,965 DEBUG test_negative_requests 32 25560 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 03:01:45,966 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:01:45,966 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:01:45,980 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:45,982 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:01:45,982 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:45,987 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:46,093 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:01:46,101 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:01:46,101 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:01:46,108 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:46,109 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:46,113 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:46,115 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:46,118 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:46,118 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/035c66f4-0f94-437d-977f-2f061915c436/0499dbbaa0bf43f9a3e28051031d8279
+2017-05-04 03:01:46,173 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:46,265 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:46,266 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:46,270 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:46,271 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:46,275 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:46,276 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:46,385 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:46,606 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:01:46,731 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:46,732 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48cc4686-7960-431b-9da8-80926a1067a1/checklist/new/
+2017-05-04 03:01:46,804 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:46,804 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/378aea91-0925-4771-bed8-fab921b140ba/checklist/new/
+2017-05-04 03:01:46,825 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:01:46,825 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:01:46,862 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:46,862 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:46,862 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:01:46,887 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:46,887 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:46,923 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:46,924 DEBUG test_negative_requests 146 25560 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 03:01:47,008 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:47,008 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:47,008 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/378aea91-0925-4771-bed8-fab921b140ba/checklist/new/
+2017-05-04 03:01:47,013 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:47,015 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:47,016 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/378aea91-0925-4771-bed8-fab921b140ba/checklist/new/
+2017-05-04 03:01:47,112 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:47,112 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:47,161 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:47,444 DEBUG api_checklist 40 25560 140735693222848 Checklist was created successfully!
+2017-05-04 03:01:47,445 DEBUG test_negative_requests 151 25560 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 03:01:47,445 DEBUG test_negative_requests 157 25560 140735693222848 About to change checklist state for VF STOctUM
+2017-05-04 03:01:47,553 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:47,553 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:47,602 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,602 DEBUG test_negative_requests 163 25560 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:01:47,602 DEBUG test_negative_requests 157 25560 140735693222848 About to change checklist state for VF STOctUM
+2017-05-04 03:01:47,654 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:01:47,654 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7df8a646-ba22-4333-8144-ec53fea463e6/0528e40488424d7386d6ed4477aa3d1d
+2017-05-04 03:01:47,709 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:47,709 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:47,713 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:47,750 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,751 DEBUG test_negative_requests 163 25560 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:01:47,751 DEBUG test_negative_requests 157 25560 140735693222848 About to change checklist state for VF STOctUM
+2017-05-04 03:01:47,794 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:01:47,802 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:01:47,803 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:01:47,806 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:47,808 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:47,812 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:47,814 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:47,847 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:47,847 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:47,888 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,890 DEBUG test_negative_requests 163 25560 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:01:47,890 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:01:47,890 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:01:47,902 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:47,903 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:01:47,903 DEBUG test_api_base 30 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:01:47,985 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:47,985 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fbd75b2b-daa1-4c64-95e2-dfda7e917dd1/05daf35bbd2c425794874911cf5fd239
+2017-05-04 03:01:48,017 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:48,088 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:48,088 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:48,092 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:48,094 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:48,098 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:48,100 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:48,143 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:48,144 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c2fa0f11-b54e-42c7-becc-cd12cfa01fde/checklist/new/
+2017-05-04 03:01:48,238 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:01:48,239 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:01:48,276 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:48,276 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:48,276 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:01:48,436 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:01:48,600 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:01:48,605 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:48,730 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:48,730 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99de811b-a851-428d-885e-c79af1955539/checklist/new/
+2017-05-04 03:01:48,823 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:48,824 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:48,870 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-205';
+2017-05-04 03:01:48,873 DEBUG db_general 188 25562 140735693222848 Query result: 240610c7-e850-4ad1-8761-e044f23e8653
+2017-05-04 03:01:48,879 DEBUG db_user 49 25562 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '240610c7-e850-4ad1-8761-e044f23e8653' and email = 'STjnb5R@intl.att.com' ;
+2017-05-04 03:01:48,889 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=72bf5b7b-1611-4db5-9913-4491276d6760
+2017-05-04 03:01:48,938 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:48,939 DEBUG test_negative_requests 119 25560 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 03:01:49,072 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:49,072 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:49,072 DEBUG api_checklist 24 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99de811b-a851-428d-885e-c79af1955539/checklist/new/
+2017-05-04 03:01:49,077 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:49,080 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:49,080 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99de811b-a851-428d-885e-c79af1955539/checklist/new/
+2017-05-04 03:01:49,123 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:49,138 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:01:49,194 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:49,194 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:49,245 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:49,432 DEBUG api_checklist 40 25560 140735693222848 Checklist was created successfully!
+2017-05-04 03:01:49,432 DEBUG test_negative_requests 124 25560 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:01:49,496 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:49,496 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:49,497 DEBUG test_negative_requests 132 25560 140735693222848 About to update checklist for VF STX2aMo
+2017-05-04 03:01:49,497 DEBUG api_checklist 58 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//9ff0068d-500c-44da-9e63-6cfd77e8e843/9ff0068d-500c-44da-9e63-6cfd77e8e843
+2017-05-04 03:01:49,501 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:49,503 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:49,532 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: fbd75b2b-daa1-4c64-95e2-dfda7e917dd1. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,532 DEBUG test_negative_requests 139 25560 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:01:49,613 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:49,613 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:49,614 DEBUG test_negative_requests 132 25560 140735693222848 About to update checklist for VF STX2aMo
+2017-05-04 03:01:49,614 DEBUG api_checklist 58 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//9ff0068d-500c-44da-9e63-6cfd77e8e843/9ff0068d-500c-44da-9e63-6cfd77e8e843
+2017-05-04 03:01:49,619 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:49,621 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:49,644 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:49,644 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:01:49,662 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,663 DEBUG test_negative_requests 139 25560 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:01:49,754 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:49,754 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:49,754 DEBUG test_negative_requests 132 25560 140735693222848 About to update checklist for VF STX2aMo
+2017-05-04 03:01:49,755 DEBUG api_checklist 58 25560 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//9ff0068d-500c-44da-9e63-6cfd77e8e843/9ff0068d-500c-44da-9e63-6cfd77e8e843
+2017-05-04 03:01:49,758 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:01:49,760 DEBUG db_general 188 25560 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:01:49,794 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,794 DEBUG test_negative_requests 139 25560 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:01:49,795 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:01:49,795 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:01:49,808 DEBUG test_api_base 42 25560 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:01:49,810 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:01:49,810 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 03:01:49,823 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:01:49,938 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:01:49,948 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:50,510 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:01:50,730 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:51,192 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:01:51,262 DEBUG db_general 66 25563 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'STm2iPV';
+2017-05-04 03:01:51,265 DEBUG db_general 78 25563 140735693222848 Query result: Donald Duck
+2017-05-04 03:01:51,295 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:01:51,300 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=72bf5b7b-1611-4db5-9913-4491276d6760 page is loaded.
+2017-05-04 03:01:51,935 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:01:52,109 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:52,753 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:01:53,248 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STFB6KR
+2017-05-04 03:01:53,249 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFB6KR', 'title_Announcement_STFB6KR-slug', '', 'description_Announcement_STounLz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STounLz</p>', true, '', 1, 1);
+2017-05-04 03:01:53,253 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFB6KR', 'title_Announcement_STFB6KR-slug', '', 'description_Announcement_STounLz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STounLz</p>', true, '', 1, 1);
+2017-05-04 03:01:53,257 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:01:53,257 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:01:53,258 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:01:53,263 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:01:53,265 DEBUG db_cms 64 25560 140735693222848 Query result: 178
+2017-05-04 03:01:53,266 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:01:53,266 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:01:53,272 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:01:53,274 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:01:53,274 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 178
+2017-05-04 03:01:53,274 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (178, 2);
+2017-05-04 03:01:53,281 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (178, 2);
+2017-05-04 03:01:53,283 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:01:53,291 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:01:53,426 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:01:53,427 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b4798e3-9b05-4c9b-8bad-3cf14b811e6c/6efa266817f640b9acf935ce896049e6
+2017-05-04 03:01:53,452 DEBUG db_general 66 25563 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:01:53,456 DEBUG db_general 78 25563 140735693222848 Query result: None
+2017-05-04 03:01:53,462 DEBUG db_general 108 25563 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'ST1nieY' WHERE uuid = 'None' ;
+2017-05-04 03:01:53,465 DEBUG db_general 112 25563 140735693222848 Update query success!
+2017-05-04 03:01:53,465 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:01:53,466 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:01:53,477 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:53,479 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 03:01:53,479 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:01:53,479 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 03:01:53,583 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:53,584 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:53,590 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:53,592 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:53,597 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:53,599 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:54,101 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:54,102 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3b642c96-1f42-414a-aabf-8c36deba8386/checklist/new/
+2017-05-04 03:01:54,193 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:01:54,193 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:01:54,240 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:54,241 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:54,241 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:01:54,861 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:01:55,168 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:01:55,526 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:55,526 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:01:55,713 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:01:55,825 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:01:55,955 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:01:55,961 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:56,348 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:01:56,473 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:56,980 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:01:56,981 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d22b0a27-bf39-45b6-a24e-0892bd382f5f/b263f1cbdd7d450a9c4e68db0b5994a7
+2017-05-04 03:01:56,989 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:01:57,021 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:01:57,097 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:01:57,102 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:57,141 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:01:57,141 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:01:57,147 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:01:57,149 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:01:57,161 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:01:57,164 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:01:57,729 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:01:57,729 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88079f30-a8cb-40fc-bc61-c3ea4c10fb90/checklist/new/
+2017-05-04 03:01:57,861 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:01:57,864 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:01:57,864 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:01:57,902 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:01:57,902 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:57,902 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:01:58,181 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:01:58,181 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:01:58,716 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:01:58,925 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:01:59,370 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:01:59,468 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:01:59,472 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:01:59,553 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:01:59,645 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:01:59,651 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:00,162 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:00,232 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:00,756 DEBUG db_general 66 25563 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'STm2iPV';
+2017-05-04 03:02:00,758 DEBUG db_general 78 25563 140735693222848 Query result: Homer Simpson
+2017-05-04 03:02:02,535 DEBUG db_general 66 25563 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:02:02,538 DEBUG db_general 78 25563 140735693222848 Query result: None
+2017-05-04 03:02:02,542 DEBUG db_general 108 25563 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'SThyQz7' WHERE uuid = 'None' ;
+2017-05-04 03:02:02,546 DEBUG db_general 112 25563 140735693222848 Update query success!
+2017-05-04 03:02:02,546 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:02:02,547 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:02:02,564 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 03:02:02,564 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:02:02,565 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 03:02:03,567 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:04,042 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:02:04,042 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:02:04,063 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 03:02:04,063 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:02:04,064 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 03:02:04,434 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:04,435 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:02:04,853 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:05,336 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:02:05,916 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:02:05,916 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:02:05,932 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 03:02:05,933 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:02:05,933 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 03:02:05,993 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:02:06,150 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:02:06,165 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:06,193 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:02:06,193 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa361190-3ba6-41e6-bf2f-df0a1acfa66f/4c3307af54314f4e9b450c91a81a6f7a
+2017-05-04 03:02:06,261 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:06,504 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:06,505 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:06,576 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:06,580 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:06,595 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:06,597 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:06,651 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:06,681 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:07,374 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:07,506 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:07,507 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59ae7cf4-8ab3-46e4-892a-f1b589a0adc8/checklist/new/
+2017-05-04 03:02:07,612 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:07,613 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:07,670 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:07,670 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:07,671 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:02:08,173 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:02:08,174 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/42ea5b91-db17-4016-b862-b065bc4f954e/6e9ebd440c334da2accd1d0234e2e8b1
+2017-05-04 03:02:08,206 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:08,278 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:08,279 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:08,282 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:08,284 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:08,288 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:08,289 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:08,533 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:02:08,742 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:08,743 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f3f4057-c46f-44a2-89c3-cfdad5709c5a/checklist/new/
+2017-05-04 03:02:08,812 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:08,812 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:08,842 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:08,923 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:08,924 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:08,924 DEBUG api_checklist 24 25562 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f3f4057-c46f-44a2-89c3-cfdad5709c5a/checklist/new/
+2017-05-04 03:02:08,927 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:02:08,929 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:02:08,930 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f3f4057-c46f-44a2-89c3-cfdad5709c5a/checklist/new/
+2017-05-04 03:02:09,018 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:09,019 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:09,057 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:09,064 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:09,173 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:02:09,306 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:02:09,313 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:09,424 DEBUG api_checklist 40 25562 140735693222848 Checklist was created successfully!
+2017-05-04 03:02:09,428 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTgpI0O' order by update_time desc limit 1;
+2017-05-04 03:02:09,432 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:10,213 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:10,389 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:10,389 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:02:10,607 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: News
+2017-05-04 03:02:10,607 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:02:10,612 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:02:10,615 DEBUG db_cms 64 25560 140735693222848 Query result: 1
+2017-05-04 03:02:10,615 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:02:10,615 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:02:10,640 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 03:02:10,640 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:02:10,640 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 03:02:11,291 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:02:11,990 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:02:12,197 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:02:12,210 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:13,139 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:13,177 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:13,694 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:13,774 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:14,033 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:14,034 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:02:14,229 DEBUG db_checklist 389 25562 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTgpI0O' order by create_time desc limit 1;
+2017-05-04 03:02:14,241 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:14,921 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:02:14,935 DEBUG db_cms 142 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:14,935 DEBUG db_cms 116 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:14,936 DEBUG db_cms 118 25560 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:14,944 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:14,947 DEBUG db_cms 64 25560 140735693222848 Query result: 10
+2017-05-04 03:02:14,947 DEBUG db_cms 148 25560 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7W14f', 'title_Of_Page_ST7W14f-slug', '', 'description_Of_Page_STcaZPL', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7W14f', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:14,950 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7W14f', 'title_Of_Page_ST7W14f-slug', '', 'description_Of_Page_STcaZPL', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7W14f', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:15,009 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:15,009 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:15,010 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,015 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,024 DEBUG db_cms 64 25560 140735693222848 Query result: 86
+2017-05-04 03:02:15,024 DEBUG db_cms 152 25560 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:02:15,024 DEBUG db_cms 154 25560 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (86, '<p>description_Of_Page_STcaZPL</p>');
+2017-05-04 03:02:15,033 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (86, '<p>description_Of_Page_STcaZPL</p>');
+2017-05-04 03:02:15,061 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:15,062 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:15,062 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,067 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,070 DEBUG db_cms 64 25560 140735693222848 Query result: 86
+2017-05-04 03:02:15,071 DEBUG db_cms 142 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:15,071 DEBUG db_cms 116 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:15,071 DEBUG db_cms 118 25560 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:15,075 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:15,077 DEBUG db_cms 64 25560 140735693222848 Query result: 10
+2017-05-04 03:02:15,077 DEBUG db_cms 148 25560 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STap2lx', 'title_Of_Page_STap2lx-slug', '', 'description_Of_Page_STrtJmG', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STap2lx', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:15,083 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STap2lx', 'title_Of_Page_STap2lx-slug', '', 'description_Of_Page_STrtJmG', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STap2lx', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:15,094 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:15,094 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:15,094 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,109 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,113 DEBUG db_cms 64 25560 140735693222848 Query result: 87
+2017-05-04 03:02:15,113 DEBUG db_cms 152 25560 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:02:15,113 DEBUG db_cms 154 25560 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (87, '<p>description_Of_Page_STrtJmG</p>');
+2017-05-04 03:02:15,119 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (87, '<p>description_Of_Page_STrtJmG</p>');
+2017-05-04 03:02:15,128 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:15,128 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:15,128 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,135 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,137 DEBUG db_cms 64 25560 140735693222848 Query result: 87
+2017-05-04 03:02:15,138 DEBUG db_cms 142 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:15,138 DEBUG db_cms 116 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:15,139 DEBUG db_cms 118 25560 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:15,147 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:15,157 DEBUG db_cms 64 25560 140735693222848 Query result: 10
+2017-05-04 03:02:15,158 DEBUG db_cms 148 25560 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STQi7JM', 'title_Of_Page_STQi7JM-slug', '', 'description_Of_Page_STVw8Jz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STQi7JM', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:15,167 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STQi7JM', 'title_Of_Page_STQi7JM-slug', '', 'description_Of_Page_STVw8Jz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STQi7JM', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:15,177 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:15,177 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:15,177 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,182 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:15,186 DEBUG db_cms 64 25560 140735693222848 Query result: 88
+2017-05-04 03:02:15,186 DEBUG db_cms 152 25560 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:02:15,187 DEBUG db_cms 154 25560 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (88, '<p>description_Of_Page_STVw8Jz</p>');
+2017-05-04 03:02:15,192 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (88, '<p>description_Of_Page_STVw8Jz</p>');
+2017-05-04 03:02:15,193 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:15,205 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:15,297 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:15,376 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:02:15,376 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b145652c-ed0a-4d2e-8903-5dec71366a28/54482d5ba8bf4b0e85c415bdca006e4b
+2017-05-04 03:02:15,422 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:15,505 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:15,506 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:15,511 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:15,512 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:15,517 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:15,518 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:15,584 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:02:15,710 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:15,714 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:02:15,721 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:15,817 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:16,144 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:16,144 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/db330dbd-c077-4ece-8bad-5783726ed833/checklist/new/
+2017-05-04 03:02:16,253 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:16,254 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:16,265 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:02:16,266 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:02:16,284 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 03:02:16,285 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:02:16,285 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 03:02:16,306 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:16,306 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:16,306 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:02:16,352 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:16,370 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:17,158 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:02:17,303 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:02:17,670 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:02:18,007 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:02:18,126 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:02:18,137 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:18,509 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:18,662 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:19,751 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:02:19,751 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6ed0c60-7bbb-4273-9aff-8e62a2cd79c0/52da9cabc1b74725a5cfcc1d17b71c66
+2017-05-04 03:02:19,789 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:19,877 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:19,878 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:19,884 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:19,886 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:19,889 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:19,891 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:20,328 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:02:20,370 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:20,370 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:20,375 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:20,376 DEBUG db_cms 64 25560 140735693222848 Query result: 88
+2017-05-04 03:02:20,396 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:02:20,396 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:02:20,418 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 03:02:20,419 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:02:20,419 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 03:02:20,692 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:20,693 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc6257aa-e51f-46d5-a778-e7a678acc31f/checklist/new/
+2017-05-04 03:02:20,814 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:20,814 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:20,875 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:20,875 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:20,875 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:02:21,121 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:21,886 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:21,909 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:02:22,221 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:22,397 DEBUG db_checklist 389 25562 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTgpI0O' order by create_time desc limit 1;
+2017-05-04 03:02:22,404 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:22,567 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:02:22,717 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:02:22,724 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:22,763 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:23,029 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:02:23,029 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:02:23,058 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 03:02:23,059 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:02:23,060 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 03:02:23,096 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:23,633 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:23,736 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:24,337 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:02:24,374 DEBUG db_cms 142 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:24,375 DEBUG db_cms 116 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:02:24,375 DEBUG db_cms 118 25560 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:24,388 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:02:24,392 DEBUG db_cms 64 25560 140735693222848 Query result: 10
+2017-05-04 03:02:24,392 DEBUG db_cms 148 25560 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STQLfWh', 'title_Of_Page_STQLfWh-slug', '', 'description_Of_Page_STpxcgQ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STQLfWh', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:24,400 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STQLfWh', 'title_Of_Page_STQLfWh-slug', '', 'description_Of_Page_STpxcgQ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STQLfWh', 'richtextpage', true, 10, 1);
+2017-05-04 03:02:24,412 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:24,412 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:24,412 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:24,418 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:24,421 DEBUG db_cms 64 25560 140735693222848 Query result: 89
+2017-05-04 03:02:24,421 DEBUG db_cms 152 25560 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:02:24,422 DEBUG db_cms 154 25560 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (89, '<p>description_Of_Page_STpxcgQ</p>');
+2017-05-04 03:02:24,427 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (89, '<p>description_Of_Page_STpxcgQ</p>');
+2017-05-04 03:02:24,430 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:24,659 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:02:24,659 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8d9b8f3c-81b3-4a73-ab61-cf89d5d6daa3/bdefc4286d3d46afb777de7fd4f4c6ee
+2017-05-04 03:02:24,715 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:24,834 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:24,834 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:24,842 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:24,844 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:24,852 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:24,853 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:02:24,856 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:25,241 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:25,241 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6e786d3-a119-473c-88b6-aca12c9ddd34/checklist/new/
+2017-05-04 03:02:25,330 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:25,331 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:25,375 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:02:25,376 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:02:25,386 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:25,387 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:25,387 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:02:25,397 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 03:02:25,397 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:02:25,398 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 03:02:26,249 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:26,547 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:02:27,296 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:02:27,484 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:02:27,492 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:27,975 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:02:27,976 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9f594905-0842-42c0-b14f-370797bac94e/4ee86b63f3ad491f9fdaee146504e6e7
+2017-05-04 03:02:28,009 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:28,049 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:28,158 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:02:28,158 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:02:28,166 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:28,172 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:28,181 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:28,184 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:28,524 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:28,543 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:28,560 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:28,560 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a9188df-0701-4b88-91e0-606cc420202c/checklist/new/
+2017-05-04 03:02:28,649 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:02:28,649 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:02:28,685 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:28,685 DEBUG test_dashboard_feature 70 25561 140735693222848 Login with standard user STLEJwN@intl.att.com
+2017-05-04 03:02:28,685 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:28,686 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:02:29,226 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:29,601 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:02:29,776 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:02:29,777 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:02:29,800 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 03:02:29,800 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:02:29,800 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 03:02:29,885 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:02:29,885 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/659ff5fd-db2e-4d6a-a77a-fb6a5a532e2c/0140c86838b843bf9249e7271919a72b
+2017-05-04 03:02:29,955 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:30,098 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:30,099 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:30,110 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:30,113 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:30,124 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:30,126 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:30,161 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:02:30,162 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:30,171 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:02:30,174 DEBUG db_cms 64 25560 140735693222848 Query result: 89
+2017-05-04 03:02:30,204 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:02:30,204 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:02:30,228 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 03:02:30,229 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:02:30,229 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 03:02:30,261 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:02:30,476 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:02:30,484 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:31,111 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:31,379 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:31,380 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/84ce1bed-060c-4221-b966-c10ac78e1fd5/checklist/new/
+2017-05-04 03:02:31,564 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:31,564 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:31,628 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:31,628 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:31,629 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:02:31,636 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:32,350 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:02:32,351 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:02:32,351 DEBUG fe_user 158 25561 140735693222848 Adding new next step (via api) and assigning it to user STMVBq3
+2017-05-04 03:02:32,351 DEBUG api_virtual_function 25 25561 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0a9188df-0701-4b88-91e0-606cc420202c/nextsteps
+2017-05-04 03:02:32,449 DEBUG api_virtual_function 40 25561 140735693222848 Next step was added to the engagement!
+2017-05-04 03:02:32,449 DEBUG fe_user 160 25561 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 03:02:32,636 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:02:32,957 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:33,350 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:02:33,421 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:33,543 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:02:33,553 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:33,572 DEBUG fe_user 162 25561 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 03:02:33,912 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:34,498 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:34,519 DEBUG fe_dashboard 203 25561 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 03:02:34,627 DEBUG fe_dashboard 213 25561 140735693222848 > Check if creator of NS is the EL Homer Simpson
+2017-05-04 03:02:34,667 DEBUG fe_overview 38 25561 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 03:02:34,672 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:34,840 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:02:34,840 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/200005be-3b4d-4e21-8ba6-323597d26c0d/df61ce402c9f43ee8fa97099074bccec
+2017-05-04 03:02:34,873 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:34,932 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STvNdqf
+2017-05-04 03:02:34,932 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STvNdqf', 'title_Announcement_STvNdqf-slug', '', 'description_Announcement_STLUnP2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STLUnP2</p>', true, '', 1, 1);
+2017-05-04 03:02:34,939 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STvNdqf', 'title_Announcement_STvNdqf-slug', '', 'description_Announcement_STLUnP2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STLUnP2</p>', true, '', 1, 1);
+2017-05-04 03:02:34,951 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:34,951 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:02:34,951 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:02:34,958 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:02:34,960 DEBUG db_cms 64 25560 140735693222848 Query result: 179
+2017-05-04 03:02:34,960 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:02:34,960 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:02:34,965 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:34,966 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:34,968 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:02:34,972 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:02:34,973 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 179
+2017-05-04 03:02:34,973 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (179, 2);
+2017-05-04 03:02:34,974 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:34,976 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:34,977 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (179, 2);
+2017-05-04 03:02:34,981 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:34,982 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:34,983 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:35,016 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:35,110 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:02:35,111 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e91385f-1a2b-46b9-aeec-d5ae2410d208/517dcd5c4c9841a8a077c29db72daa38
+2017-05-04 03:02:35,155 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:35,272 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:35,272 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:35,277 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:35,279 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:35,284 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:35,286 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:35,595 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:35,596 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1aa495f1-0017-40bc-a3af-270bdb3cb4ee/checklist/new/
+2017-05-04 03:02:35,723 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:35,724 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:35,855 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:35,856 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:35,856 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:02:36,035 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:36,036 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d5f74448-e4e1-4f2c-bc94-91c832d21d32/checklist/new/
+2017-05-04 03:02:36,070 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:36,304 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:36,304 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:36,384 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:36,384 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:36,385 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:02:36,841 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:02:36,936 DEBUG fe_overview 43 25561 140735693222848 Login with EL user hs0007@att.com
+2017-05-04 03:02:36,937 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:36,937 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:02:37,344 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:02:37,510 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:02:37,615 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:02:37,619 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:37,722 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:02:38,033 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:02:38,184 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:02:38,195 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:38,365 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:02:38,431 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:38,500 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:02:38,507 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:38,715 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:38,962 DEBUG db_general 66 25563 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 03:02:38,965 DEBUG db_general 78 25563 140735693222848 Query result: None
+2017-05-04 03:02:38,970 DEBUG db_general 66 25563 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 03:02:38,974 DEBUG db_general 78 25563 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 03:02:38,980 DEBUG db_general 108 25563 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 03:02:38,990 DEBUG db_general 112 25563 140735693222848 Update query success!
+2017-05-04 03:02:39,000 DEBUG db_general 108 25563 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 03:02:39,011 DEBUG db_general 112 25563 140735693222848 Update query success!
+2017-05-04 03:02:39,016 DEBUG db_general 66 25563 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:02:39,020 DEBUG db_general 78 25563 140735693222848 Query result: STiudvz@intl.att.com
+2017-05-04 03:02:39,228 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:02:39,228 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:02:39,245 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 03:02:39,245 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:02:39,245 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 03:02:39,270 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:39,510 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:40,060 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:02:40,068 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:02:40,093 DEBUG db_general 66 25561 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 03:02:40,103 DEBUG db_general 78 25561 140735693222848 Query result: 402
+2017-05-04 03:02:40,104 DEBUG fe_overview 51 25561 140735693222848 el_assigned_ns=402
+2017-05-04 03:02:40,111 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:40,578 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:02:40,578 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:02:40,605 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 03:02:40,605 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:02:40,606 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 03:02:40,639 DEBUG fe_overview 55 25561 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 03:02:41,009 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:02:41,010 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:02:41,038 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 03:02:41,039 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:02:41,039 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 03:02:42,385 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:42,858 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:43,446 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:43,786 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:43,968 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:02:43,968 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8326eeb3-0775-4216-962f-42b4680f895e/1b30b92b51ae4bdfad4c5467acd5403c
+2017-05-04 03:02:44,030 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:44,152 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:44,152 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:44,157 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:44,159 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:44,164 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:44,166 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:44,199 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:44,338 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-227';
+2017-05-04 03:02:44,344 DEBUG db_general 188 25563 140735693222848 Query result: 1aa495f1-0017-40bc-a3af-270bdb3cb4ee
+2017-05-04 03:02:44,353 DEBUG db_user 49 25563 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '1aa495f1-0017-40bc-a3af-270bdb3cb4ee' and email = 'STiudvz@intl.att.com' ;
+2017-05-04 03:02:44,357 DEBUG fe_general 37 25563 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=abc2454f-9410-4f85-873c-a2d1c8e87f85
+2017-05-04 03:02:44,710 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:44,710 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c69cd618-0460-44b2-81a8-badaa7840ac8/checklist/new/
+2017-05-04 03:02:44,813 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:02:44,814 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:02:44,867 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:44,868 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:44,868 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:02:45,141 DEBUG db_cms 132 25560 140735693222848 Delete all posts
+2017-05-04 03:02:45,142 DEBUG db_cms 134 25560 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 03:02:45,148 DEBUG db_cms 28 25560 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 03:02:45,151 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:45,152 DEBUG db_cms 137 25560 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 03:02:45,157 DEBUG db_cms 28 25560 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 03:02:45,224 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:45,225 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_FAQSTNkhlu
+2017-05-04 03:02:45,225 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTNkhlu', 'title_FAQSTNkhlu-slug', '', 'description_FAQ_STGf6Wi', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STGf6Wi</p>', true, '', 1, 1);
+2017-05-04 03:02:45,227 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:45,227 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:02:45,235 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTNkhlu', 'title_FAQSTNkhlu-slug', '', 'description_FAQ_STGf6Wi', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STGf6Wi</p>', true, '', 1, 1);
+2017-05-04 03:02:45,246 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:45,246 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:02:45,247 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:02:45,254 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:02:45,258 DEBUG db_cms 64 25560 140735693222848 Query result: 180
+2017-05-04 03:02:45,258 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 03:02:45,259 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 03:02:45,266 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 03:02:45,269 DEBUG db_cms 64 25560 140735693222848 Query result: 3
+2017-05-04 03:02:45,269 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 180
+2017-05-04 03:02:45,269 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (180, 3);
+2017-05-04 03:02:45,275 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (180, 3);
+2017-05-04 03:02:45,289 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:45,453 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:02:45,453 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/63b8dd82-f062-4e46-9e88-6b848d994e22/89ba78f92ce54c8d82428325edb5f29f
+2017-05-04 03:02:45,510 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:45,615 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:45,616 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:45,620 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:45,621 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:45,627 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:45,631 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:45,700 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:02:45,701 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c0ddcef2-16c7-40f0-9974-4bdf5c1e7342/be344e6ac359414580268be3638c4ac2
+2017-05-04 03:02:45,749 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:45,849 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:02:45,849 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:02:45,855 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:45,857 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:45,861 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:45,863 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:45,919 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:02:46,102 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:46,103 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/38057e18-62f5-4eeb-9bee-2d8e974d993d/checklist/new/
+2017-05-04 03:02:46,187 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:02:46,195 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:02:46,195 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:02:46,221 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:46,222 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/360ee464-e4b0-4c67-8ec5-2dd56ce881ce/checklist/new/
+2017-05-04 03:02:46,248 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:46,248 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:46,249 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:02:46,318 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:02:46,318 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:02:46,359 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:46,359 DEBUG test_dashboard_feature 83 25561 140735693222848 About to login with EL and add VFC
+2017-05-04 03:02:46,359 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:46,359 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:02:46,546 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:02:46,691 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:02:46,695 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:46,845 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:02:46,963 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:02:46,968 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=abc2454f-9410-4f85-873c-a2d1c8e87f85 page is loaded.
+2017-05-04 03:02:47,143 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:02:47,208 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:47,229 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:02:47,543 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:47,734 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXRo9t';
+2017-05-04 03:02:47,737 DEBUG db_general 188 25562 140735693222848 Query result: c69cd618-0460-44b2-81a8-badaa7840ac8
+2017-05-04 03:02:47,741 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXRo9t';
+2017-05-04 03:02:47,744 DEBUG db_general 188 25562 140735693222848 Query result: c69cd618-0460-44b2-81a8-badaa7840ac8
+2017-05-04 03:02:47,748 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c69cd618-0460-44b2-81a8-badaa7840ac8';
+2017-05-04 03:02:47,752 DEBUG db_general 188 25562 140735693222848 Query result: 2017-229
+2017-05-04 03:02:47,757 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-229';
+2017-05-04 03:02:47,760 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:02:47,770 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c69cd618-0460-44b2-81a8-badaa7840ac8';
+2017-05-04 03:02:47,773 DEBUG db_general 188 25562 140735693222848 Query result: 2017-229
+2017-05-04 03:02:47,778 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:47,806 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:02:47,888 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:02:47,950 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:02:47,960 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:48,025 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:02:48,030 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:48,054 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:48,473 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:48,715 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:48,950 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:48,987 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:49,302 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:49,463 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:49,532 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:02:49,532 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:02:49,548 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 03:02:49,548 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:02:49,548 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 03:02:50,457 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:50,900 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:51,416 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:51,489 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:51,489 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:02:51,975 DEBUG db_general 66 25563 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:02:51,978 DEBUG db_general 78 25563 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 03:02:51,984 DEBUG db_general 108 25563 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STfPyUI' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 03:02:51,990 DEBUG db_general 112 25563 140735693222848 Update query success!
+2017-05-04 03:02:51,991 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:02:51,991 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:02:52,004 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 03:02:52,005 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:02:52,005 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 03:02:52,252 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:02:52,385 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:02:52,656 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:52,773 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:02:53,034 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:02:53,151 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:02:53,159 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:53,673 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:54,263 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:54,388 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_NewsSTi5snU
+2017-05-04 03:02:54,388 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTi5snU', 'title_NewsSTi5snU-slug', '', 'description_NewsSTMKopd', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTMKopd</p>', true, '', 1, 1);
+2017-05-04 03:02:54,393 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTi5snU', 'title_NewsSTi5snU-slug', '', 'description_NewsSTMKopd', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTMKopd</p>', true, '', 1, 1);
+2017-05-04 03:02:54,399 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:54,399 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:02:54,399 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:02:54,402 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:02:54,404 DEBUG db_cms 64 25560 140735693222848 Query result: 181
+2017-05-04 03:02:54,405 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: News
+2017-05-04 03:02:54,405 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:02:54,409 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:02:54,411 DEBUG db_cms 64 25560 140735693222848 Query result: 1
+2017-05-04 03:02:54,412 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 181
+2017-05-04 03:02:54,412 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (181, 1);
+2017-05-04 03:02:54,416 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (181, 1);
+2017-05-04 03:02:54,425 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:02:54,511 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:02:54,512 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24b9b075-65de-465e-be0a-b22585ed9385/d2b778a3d3f245da80f4ec20d7bfa540
+2017-05-04 03:02:54,557 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:54,558 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:54,558 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:02:54,785 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:55,135 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:02:55,464 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:02:55,540 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:02:55,701 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:56,181 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:02:56,214 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:02:56,316 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:02:56,323 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:56,467 DEBUG fe_dashboard 172 25561 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:02:56,467 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:56,468 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:02:56,867 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:56,903 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:02:56,903 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a090520b-58b6-4add-bfb9-c484a73250fe/c86df5ca04a4416a87ce3c3925fb4abe
+2017-05-04 03:02:56,939 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:02:57,027 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:57,027 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:57,031 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:02:57,033 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:02:57,038 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:02:57,039 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:02:57,324 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:02:57,325 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ab16d9a-6caf-478c-baf8-2252705aff51/checklist/new/
+2017-05-04 03:02:57,363 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:02:57,415 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:02:57,415 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:02:57,457 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:02:57,457 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:02:57,458 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:02:57,683 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:02:57,684 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:02:57,701 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 03:02:57,701 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:02:57,701 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 03:02:58,011 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:02:58,147 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:02:58,153 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:58,334 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:02:58,666 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:59,065 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:02:59,229 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:02:59,238 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:02:59,350 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:02:59,878 DEBUG fe_dashboard 174 25561 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:02:59,982 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:03:00,114 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:00,503 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:03:00,518 DEBUG fe_dashboard 179 25561 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:03:00,627 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:00,802 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:01,242 DEBUG fe_dashboard 181 25561 140735693222848 Search engagement by VF name
+2017-05-04 03:03:01,274 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:01,838 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:02,123 DEBUG db_cms 142 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:03:02,124 DEBUG db_cms 116 25560 140735693222848 Retrive id of documentation page:
+2017-05-04 03:03:02,124 DEBUG db_cms 118 25560 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:03:02,132 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:03:02,136 DEBUG db_cms 64 25560 140735693222848 Query result: 10
+2017-05-04 03:03:02,136 DEBUG db_cms 148 25560 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STW1QCI', 'title_Of_Page_STW1QCI-slug', '', 'description_Of_Page_STWagjv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STW1QCI', 'richtextpage', true, 10, 1);
+2017-05-04 03:03:02,143 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STW1QCI', 'title_Of_Page_STW1QCI-slug', '', 'description_Of_Page_STWagjv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STW1QCI', 'richtextpage', true, 10, 1);
+2017-05-04 03:03:02,277 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:02,277 DEBUG db_cms 124 25560 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:03:02,277 DEBUG db_cms 126 25560 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:03:02,283 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:03:02,286 DEBUG db_cms 64 25560 140735693222848 Query result: 90
+2017-05-04 03:03:02,286 DEBUG db_cms 152 25560 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:03:02,287 DEBUG db_cms 154 25560 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (90, '<p>description_Of_Page_STWagjv</p>');
+2017-05-04 03:03:02,292 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (90, '<p>description_Of_Page_STWagjv</p>');
+2017-05-04 03:03:02,300 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:02,378 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STFT6p3';
+2017-05-04 03:03:02,382 DEBUG db_general 188 25562 140735693222848 Query result: 4727ccfd-8f19-49ca-b0ff-971919d76bcf
+2017-05-04 03:03:02,388 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:02,441 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:03:02,441 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34182d04-8c46-43ae-b8f3-53a079b2da2e/a714983b3ffb4d7b88a920b1b10fae45
+2017-05-04 03:03:02,506 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:03:02,609 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:03:02,609 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:03:02,614 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:03:02,616 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:03:02,621 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:03:02,622 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:03:02,696 DEBUG fe_dashboard 186 25561 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:03:03,118 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:03:03,118 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:03:03,138 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 03:03:03,138 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:03:03,138 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 03:03:03,335 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:03:03,336 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8d94f46c-239e-4aa1-b348-54e72e114ac0/checklist/new/
+2017-05-04 03:03:03,541 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:03:03,542 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:03:03,817 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:03:03,817 DEBUG test_cms_news_and_announcementsion 60 25560 140735693222848 About to login with EL and add VFC
+2017-05-04 03:03:03,818 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:04,289 DEBUG fe_dashboard 188 25561 140735693222848 Search engagement by VFC
+2017-05-04 03:03:04,816 DEBUG test_cms_news_and_announcementsion 65 25560 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:03:04,816 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:04,816 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:05,336 DEBUG fe_dashboard 193 25561 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:03:05,710 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:05,982 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:06,272 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:06,383 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:06,530 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:03:06,531 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:03:06,538 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:06,540 DEBUG fe_dashboard 195 25561 140735693222848 Negative search: search by random string
+2017-05-04 03:03:06,545 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:06,555 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 03:03:06,556 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:03:06,556 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 03:03:07,348 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:07,609 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:08,126 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:08,217 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:03:08,218 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad994de5-92d4-4a7f-a069-368ef94439c8/dd8a22c809b946e8b062dbb0d765efaa
+2017-05-04 03:03:08,266 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:03:08,384 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:03:08,384 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:03:08,395 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:03:08,397 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:03:08,402 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:03:08,404 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:03:08,522 DEBUG fe_dashboard 172 25561 140735693222848 Login with user STiudvz@intl.att.com
+2017-05-04 03:03:08,522 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:08,522 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:03:08,969 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:09,078 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:03:09,079 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/37267456-fdae-49cb-bf6b-e7d46fd29442/checklist/new/
+2017-05-04 03:03:09,232 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:03:09,232 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:03:09,334 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:03:09,335 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:09,335 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:03:09,564 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:03:09,651 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:03:09,726 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:10,174 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:03:10,228 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:03:10,337 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:03:10,343 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:10,391 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:03:10,744 DEBUG fe_cms 63 25560 140735693222848 Search Documentation by title
+2017-05-04 03:03:10,974 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:10,979 DEBUG db_general 66 25563 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:03:11,005 DEBUG db_general 78 25563 140735693222848 Query result: ['e6e786d3-a119-473c-88b6-aca12c9ddd34', '2017-224', 'STVH27O', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 03:03:11,010 DEBUG db_general 90 25563 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 03:03:11,013 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:03:11,018 DEBUG db_general 90 25563 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('d3817245-775d-400e-8e88-ab16130696aa', 'AIC', '554', 'TRUE', 0);
+2017-05-04 03:03:11,053 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:03:11,053 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:11,054 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:03:11,121 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:03:11,276 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:03:11,285 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:11,501 DEBUG fe_dashboard 174 25561 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:03:11,802 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:12,156 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:03:12,291 DEBUG fe_dashboard 179 25561 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:03:12,334 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:03:12,337 DEBUG db_general 188 25562 140735693222848 Query result: d6dcedb3-6a6d-452a-9e01-f8ec8cf61a44
+2017-05-04 03:03:12,343 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:03:12,351 DEBUG db_general 188 25562 140735693222848 Query result: 37267456-fdae-49cb-bf6b-e7d46fd29442
+2017-05-04 03:03:12,358 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:03:12,361 DEBUG db_general 188 25562 140735693222848 Query result: 37267456-fdae-49cb-bf6b-e7d46fd29442
+2017-05-04 03:03:12,365 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37267456-fdae-49cb-bf6b-e7d46fd29442';
+2017-05-04 03:03:12,367 DEBUG db_general 188 25562 140735693222848 Query result: 2017-234
+2017-05-04 03:03:12,369 DEBUG fe_cms 68 25560 140735693222848 Documentation found (searched by title)
+2017-05-04 03:03:12,369 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:12,372 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-234';
+2017-05-04 03:03:12,375 DEBUG db_general 188 25562 140735693222848 Query result: 1
+2017-05-04 03:03:12,383 DEBUG fe_checklist 50 25562 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:03:12,389 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37267456-fdae-49cb-bf6b-e7d46fd29442';
+2017-05-04 03:03:12,392 DEBUG db_general 188 25562 140735693222848 Query result: 2017-234
+2017-05-04 03:03:12,434 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:12,825 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:03:12,931 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:03:12,936 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:13,056 DEBUG test_cms_news_and_announcementsion 65 25560 140735693222848 Login with user dd1122@att.com
+2017-05-04 03:03:13,056 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:13,056 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:13,203 DEBUG fe_dashboard 181 25561 140735693222848 Search engagement by VF name
+2017-05-04 03:03:14,060 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:14,094 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:14,345 DEBUG fe_dashboard 186 25561 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:03:14,623 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:14,733 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:14,828 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:14,833 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:15,157 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:15,157 DEBUG fe_dashboard 188 25561 140735693222848 Search engagement by VFC
+2017-05-04 03:03:15,668 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=d6dcedb3-6a6d-452a-9e01-f8ec8cf61a44&inviter_uuid=ad994de5-92d4-4a7f-a069-368ef94439c8&email=automationqattSTXOhcR@gmail.com
+2017-05-04 03:03:15,827 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:16,208 DEBUG fe_dashboard 193 25561 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:03:16,574 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:16,677 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:17,191 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:17,400 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:17,487 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:03:17,902 DEBUG fe_dashboard 195 25561 140735693222848 Negative search: search by random string
+2017-05-04 03:03:18,034 DEBUG fe_cms 63 25560 140735693222848 Search Documentation by title
+2017-05-04 03:03:18,123 DEBUG db_general 90 25563 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='d3817245-775d-400e-8e88-ab16130696aa'
+2017-05-04 03:03:18,141 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:03:18,149 DEBUG db_general 90 25563 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 03:03:18,155 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:18,156 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:03:18,156 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:03:18,157 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:03:18,157 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:03:18,193 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 03:03:18,193 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:03:18,194 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 03:03:18,716 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:19,070 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:03:19,618 DEBUG fe_dashboard 172 25561 140735693222848 Login with user STVrla9@intl.att.com
+2017-05-04 03:03:19,619 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:19,619 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:03:19,670 DEBUG fe_cms 68 25560 140735693222848 Documentation found (searched by title)
+2017-05-04 03:03:19,671 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:19,748 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:03:19,917 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:03:19,927 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:20,626 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:03:20,868 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:20,941 DEBUG test_cms_news_and_announcementsion 65 25560 140735693222848 Login with user STHXVpd@intl.att.com
+2017-05-04 03:03:20,941 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:20,941 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:21,311 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:03:21,312 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:21,438 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:03:21,442 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:21,488 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:21,838 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:21,963 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:22,494 DEBUG fe_dashboard 174 25561 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:03:22,516 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:22,537 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:22,604 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:03:22,604 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5e41db1f-fe40-4d27-806f-12bbf9525f26/c295ec5f2e6e4eb9ba2fdb54a8d95ed7
+2017-05-04 03:03:22,651 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:03:22,662 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:22,669 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:22,740 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:03:22,740 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:03:22,745 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:03:22,746 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:03:22,751 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:03:22,754 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:03:23,187 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:23,326 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:03:23,326 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b80dcefc-126d-4d65-b847-27f4f62e0fd7/checklist/new/
+2017-05-04 03:03:23,401 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:03:23,401 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:03:23,437 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:03:23,438 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:23,438 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:03:23,509 DEBUG fe_dashboard 179 25561 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:03:23,834 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:24,307 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:03:24,478 DEBUG fe_dashboard 181 25561 140735693222848 Search engagement by VF name
+2017-05-04 03:03:24,503 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:03:25,012 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:03:25,061 DEBUG fe_cms 63 25560 140735693222848 Search Documentation by title
+2017-05-04 03:03:25,131 DEBUG fe_dashboard 186 25561 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:03:25,133 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:03:25,139 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:25,662 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STk5hTE';
+2017-05-04 03:03:25,666 DEBUG db_general 188 25562 140735693222848 Query result: 39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a
+2017-05-04 03:03:25,673 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where uuid = '39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a' order by update_time desc limit 1;
+2017-05-04 03:03:25,686 DEBUG db_general 177 25562 140735693222848 Query : select template_id from ice_checklist Where name = 'STk5hTE';
+2017-05-04 03:03:25,690 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:03:25,817 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:26,042 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:26,440 DEBUG fe_dashboard 188 25561 140735693222848 Search engagement by VFC
+2017-05-04 03:03:26,557 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:26,660 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:26,660 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:03:26,866 DEBUG fe_cms 68 25560 140735693222848 Documentation found (searched by title)
+2017-05-04 03:03:26,866 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:27,129 DEBUG fe_dashboard 193 25561 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:03:27,506 DEBUG test_cms_news_and_announcementsion 65 25560 140735693222848 Login with user admin@att.com
+2017-05-04 03:03:27,506 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:27,507 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:27,558 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:03:28,215 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:03:28,346 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:03:28,354 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:28,551 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:28,666 DEBUG fe_dashboard 195 25561 140735693222848 Negative search: search by random string
+2017-05-04 03:03:28,867 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:28,979 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:29,310 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:29,479 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:29,487 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:29,510 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:29,530 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:29,651 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:30,137 DEBUG test_detailed_view 34 25563 140735693222848 Add Deployment Target
+2017-05-04 03:03:30,179 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:30,199 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:30,316 DEBUG fe_dashboard 172 25561 140735693222848 Login with user admin@att.com
+2017-05-04 03:03:30,317 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:30,317 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:03:30,646 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:30,848 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:31,153 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:03:31,159 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:31,383 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:31,485 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:03:31,706 DEBUG test_detailed_view 36 25563 140735693222848 Add VFC no.1
+2017-05-04 03:03:31,841 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:03:31,918 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STk5hTE';
+2017-05-04 03:03:31,921 DEBUG db_general 188 25562 140735693222848 Query result: 39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a
+2017-05-04 03:03:31,926 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:31,965 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:03:31,970 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:32,033 DEBUG fe_cms 63 25560 140735693222848 Search Documentation by title
+2017-05-04 03:03:33,189 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:33,422 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:33,499 DEBUG fe_cms 68 25560 140735693222848 Documentation found (searched by title)
+2017-05-04 03:03:33,500 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:33,748 DEBUG fe_dashboard 174 25561 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:03:33,955 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:03:33,959 DEBUG db_general 188 25562 140735693222848 Query result: 37267456-fdae-49cb-bf6b-e7d46fd29442
+2017-05-04 03:03:33,965 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37267456-fdae-49cb-bf6b-e7d46fd29442';
+2017-05-04 03:03:33,968 DEBUG db_general 188 25562 140735693222848 Query result: 2017-234
+2017-05-04 03:03:33,973 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-234';
+2017-05-04 03:03:33,976 DEBUG db_general 188 25562 140735693222848 Query result: 1
+2017-05-04 03:03:34,079 DEBUG fe_detailed_view 101 25563 140735693222848 Add VFC no.2
+2017-05-04 03:03:34,139 DEBUG test_cms_news_and_announcementsion 65 25560 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:03:34,140 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:34,140 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:34,350 DEBUG fe_dashboard 179 25561 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:03:34,869 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:03:34,998 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:35,492 DEBUG fe_dashboard 181 25561 140735693222848 Search engagement by VF name
+2017-05-04 03:03:35,741 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:35,843 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:35,850 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:36,255 DEBUG fe_dashboard 186 25561 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:03:36,259 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:36,453 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:36,785 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:36,916 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:03:36,969 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:37,298 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STKXWCz';
+2017-05-04 03:03:37,302 DEBUG db_general 188 25563 140735693222848 Query result: 25ae2643-f21e-4703-b901-c4992dedef95
+2017-05-04 03:03:37,387 DEBUG fe_dashboard 188 25561 140735693222848 Search engagement by VFC
+2017-05-04 03:03:37,463 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:37,654 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:37,692 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:38,058 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:03:38,058 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:03:38,082 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 03:03:38,083 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:03:38,083 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 03:03:38,313 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:03:38,474 DEBUG fe_dashboard 193 25561 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:03:38,896 DEBUG fe_cms 63 25560 140735693222848 Search Documentation by title
+2017-05-04 03:03:39,250 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:39,530 DEBUG fe_dashboard 195 25561 140735693222848 Negative search: search by random string
+2017-05-04 03:03:40,178 DEBUG db_checklist 58 25562 140735693222848 Query : select owner_id from ice_checklist Where uuid = '39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a' and state = 'peer_review';
+2017-05-04 03:03:40,181 DEBUG db_checklist 73 25562 140735693222848 Query result: 2
+2017-05-04 03:03:40,185 DEBUG db_general 177 25562 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:03:40,187 DEBUG db_general 188 25562 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:03:40,187 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:40,187 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:03:40,706 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:40,993 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:03:41,002 DEBUG fe_cms 68 25560 140735693222848 Documentation found (searched by title)
+2017-05-04 03:03:41,002 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:03:41,003 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:03:41,018 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 03:03:41,019 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:03:41,019 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 03:03:41,279 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:41,683 DEBUG fe_dashboard 172 25561 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:03:41,683 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:41,683 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:03:41,876 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:03:42,054 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:03:42,062 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:42,577 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:03:42,734 DEBUG db_general 66 25563 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:03:42,752 DEBUG db_general 78 25563 140735693222848 Query result: ['e6e786d3-a119-473c-88b6-aca12c9ddd34', '2017-224', 'STVH27O', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 03:03:42,759 DEBUG db_general 90 25563 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 03:03:42,762 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:03:42,779 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:42,779 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:03:42,977 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:43,273 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:03:43,449 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:03:43,455 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:43,509 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:43,791 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:03:44,122 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:44,135 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:44,455 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:03:44,597 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:03:44,605 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:44,667 DEBUG fe_dashboard 174 25561 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:03:44,809 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:45,355 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STk5hTE';
+2017-05-04 03:03:45,357 DEBUG db_general 188 25562 140735693222848 Query result: 39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a
+2017-05-04 03:03:45,360 DEBUG fe_dashboard 179 25561 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:03:45,363 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:45,422 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:45,555 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STwWVxf
+2017-05-04 03:03:45,555 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STwWVxf', 'title_Announcement_STwWVxf-slug', '', 'description_Announcement_STwLKGE', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STwLKGE</p>', true, '', 1, 1);
+2017-05-04 03:03:45,569 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STwWVxf', 'title_Announcement_STwWVxf-slug', '', 'description_Announcement_STwLKGE', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STwLKGE</p>', true, '', 1, 1);
+2017-05-04 03:03:45,581 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,582 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:45,583 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,592 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,595 DEBUG db_cms 64 25560 140735693222848 Query result: 182
+2017-05-04 03:03:45,595 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:03:45,595 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,601 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,604 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:03:45,604 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 182
+2017-05-04 03:03:45,605 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (182, 2);
+2017-05-04 03:03:45,613 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (182, 2);
+2017-05-04 03:03:45,622 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,623 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STHcv3t
+2017-05-04 03:03:45,623 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STHcv3t', 'title_Announcement_STHcv3t-slug', '', 'description_Announcement_STWR1KG', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STWR1KG</p>', true, '', 1, 1);
+2017-05-04 03:03:45,631 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STHcv3t', 'title_Announcement_STHcv3t-slug', '', 'description_Announcement_STWR1KG', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STWR1KG</p>', true, '', 1, 1);
+2017-05-04 03:03:45,648 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,649 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:45,649 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,658 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,661 DEBUG db_cms 64 25560 140735693222848 Query result: 183
+2017-05-04 03:03:45,662 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:03:45,662 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,669 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,672 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:03:45,673 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 183
+2017-05-04 03:03:45,673 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (183, 2);
+2017-05-04 03:03:45,684 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (183, 2);
+2017-05-04 03:03:45,689 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,690 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_ST1wnlt
+2017-05-04 03:03:45,690 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST1wnlt', 'title_Announcement_ST1wnlt-slug', '', 'description_Announcement_STSomeg', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STSomeg</p>', true, '', 1, 1);
+2017-05-04 03:03:45,695 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST1wnlt', 'title_Announcement_ST1wnlt-slug', '', 'description_Announcement_STSomeg', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STSomeg</p>', true, '', 1, 1);
+2017-05-04 03:03:45,708 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,709 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:45,709 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,714 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,717 DEBUG db_cms 64 25560 140735693222848 Query result: 184
+2017-05-04 03:03:45,717 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:03:45,718 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,723 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,726 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:03:45,727 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 184
+2017-05-04 03:03:45,727 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (184, 2);
+2017-05-04 03:03:45,733 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (184, 2);
+2017-05-04 03:03:45,737 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,738 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_ST45KPh
+2017-05-04 03:03:45,738 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST45KPh', 'title_Announcement_ST45KPh-slug', '', 'description_Announcement_STg1nKs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STg1nKs</p>', true, '', 1, 1);
+2017-05-04 03:03:45,744 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST45KPh', 'title_Announcement_ST45KPh-slug', '', 'description_Announcement_STg1nKs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STg1nKs</p>', true, '', 1, 1);
+2017-05-04 03:03:45,753 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,754 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:45,754 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,760 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,762 DEBUG db_cms 64 25560 140735693222848 Query result: 185
+2017-05-04 03:03:45,763 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:03:45,763 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,768 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,770 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:03:45,770 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 185
+2017-05-04 03:03:45,770 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (185, 2);
+2017-05-04 03:03:45,774 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (185, 2);
+2017-05-04 03:03:45,778 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,778 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STEd7oS
+2017-05-04 03:03:45,779 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STEd7oS', 'title_Announcement_STEd7oS-slug', '', 'description_Announcement_ST32rst', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST32rst</p>', true, '', 1, 1);
+2017-05-04 03:03:45,783 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STEd7oS', 'title_Announcement_STEd7oS-slug', '', 'description_Announcement_ST32rst', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST32rst</p>', true, '', 1, 1);
+2017-05-04 03:03:45,787 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,788 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:45,788 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,794 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,796 DEBUG db_cms 64 25560 140735693222848 Query result: 186
+2017-05-04 03:03:45,796 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:03:45,797 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,801 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,804 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:03:45,804 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 186
+2017-05-04 03:03:45,804 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (186, 2);
+2017-05-04 03:03:45,808 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (186, 2);
+2017-05-04 03:03:45,811 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,811 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STzMAVI
+2017-05-04 03:03:45,811 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STzMAVI', 'title_Announcement_STzMAVI-slug', '', 'description_Announcement_STDyukp', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDyukp</p>', true, '', 1, 1);
+2017-05-04 03:03:45,815 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STzMAVI', 'title_Announcement_STzMAVI-slug', '', 'description_Announcement_STDyukp', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDyukp</p>', true, '', 1, 1);
+2017-05-04 03:03:45,818 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,818 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:45,819 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,823 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:03:45,826 DEBUG db_cms 64 25560 140735693222848 Query result: 187
+2017-05-04 03:03:45,826 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:03:45,826 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,831 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:03:45,833 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:03:45,834 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 187
+2017-05-04 03:03:45,834 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (187, 2);
+2017-05-04 03:03:45,842 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (187, 2);
+2017-05-04 03:03:45,845 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:03:45,941 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:45,954 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:03:45,954 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ea2b71d-8a0f-4ed6-80ec-b33077b99236/2781de3dd64b429a960238a63a0bf474
+2017-05-04 03:03:45,998 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:03:46,092 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:03:46,093 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:03:46,099 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:03:46,101 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:03:46,106 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:03:46,107 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:03:46,322 DEBUG fe_dashboard 181 25561 140735693222848 Search engagement by VF name
+2017-05-04 03:03:46,980 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:03:46,980 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/743e2cf4-c001-4a51-b0b7-598b527c6ffb/checklist/new/
+2017-05-04 03:03:47,078 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:03:47,078 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:03:47,120 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:03:47,120 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:47,121 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:47,422 DEBUG fe_dashboard 186 25561 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:03:47,878 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:03:47,882 DEBUG db_general 188 25562 140735693222848 Query result: 37267456-fdae-49cb-bf6b-e7d46fd29442
+2017-05-04 03:03:47,888 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37267456-fdae-49cb-bf6b-e7d46fd29442';
+2017-05-04 03:03:47,893 DEBUG db_general 188 25562 140735693222848 Query result: 2017-234
+2017-05-04 03:03:47,898 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-234';
+2017-05-04 03:03:47,903 DEBUG db_general 188 25562 140735693222848 Query result: 1
+2017-05-04 03:03:48,074 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:48,325 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:48,802 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:48,848 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:48,916 DEBUG fe_dashboard 188 25561 140735693222848 Search engagement by VFC
+2017-05-04 03:03:48,954 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:48,966 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:49,282 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:03:49,598 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:49,782 DEBUG db_general 90 25563 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 03:03:49,784 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:03:49,784 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:03:49,784 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:03:49,797 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 03:03:49,797 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:03:49,798 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 03:03:49,974 DEBUG fe_dashboard 193 25561 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:03:50,871 DEBUG db_cms 194 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:03:50,872 DEBUG db_cms 196 25560 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STzMAVI' ;
+2017-05-04 03:03:50,901 DEBUG db_cms 42 25560 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STzMAVI' ;
+2017-05-04 03:03:50,935 DEBUG db_cms 46 25560 140735693222848 Update query success!
+2017-05-04 03:03:50,961 DEBUG fe_dashboard 195 25561 140735693222848 Negative search: search by random string
+2017-05-04 03:03:51,541 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:03:51,603 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:51,603 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:03:52,356 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:52,599 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:03:52,611 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:03:52,612 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:03:52,630 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 03:03:52,631 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:03:52,631 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 03:03:52,914 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:53,256 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:03:53,418 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:03:53,425 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:53,920 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:03:53,973 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:54,385 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:03:54,386 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/51ef1eba-34d9-4012-bc2e-2aa6eb438242/0d452f340aa74dcebdf24c0d651e62d5
+2017-05-04 03:03:54,431 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:03:54,492 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:54,535 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:03:54,535 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:03:54,540 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:03:54,542 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:03:54,547 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:03:54,548 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:03:54,693 DEBUG db_checklist 27 25562 140735693222848 Query : select owner_id from ice_checklist Where uuid = '39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a' and state = 'approval';
+2017-05-04 03:03:54,696 DEBUG db_checklist 38 25562 140735693222848 Query result: 3
+2017-05-04 03:03:54,701 DEBUG db_general 177 25562 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 03:03:54,703 DEBUG db_general 188 25562 140735693222848 Query result: admin@att.com
+2017-05-04 03:03:54,703 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:54,703 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:03:54,953 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:03:54,953 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4236612c-ba9c-4034-89ae-ba46847510f3/checklist/new/
+2017-05-04 03:03:55,050 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:03:55,050 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:03:55,101 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:03:55,101 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:55,101 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:03:55,483 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:03:55,741 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:03:55,971 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:03:56,152 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:03:56,257 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:03:56,261 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:56,646 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:03:56,798 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:03:56,804 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:56,963 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:03:56,963 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b8f75b7f-904a-4c0f-852b-0f808fd56369/dece81a674b949fd9f2b6f7658a0c9e1
+2017-05-04 03:03:57,015 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:03:57,034 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:57,171 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:03:57,171 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:03:57,185 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:03:57,188 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:03:57,195 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:03:57,197 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:03:57,328 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:57,525 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:03:57,526 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/832205c6-b4db-4e4c-8525-f0e5108248aa/checklist/new/
+2017-05-04 03:03:57,566 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:03:57,600 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:03:57,601 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:03:57,631 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:03:57,632 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:03:57,632 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:03:58,475 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:03:58,585 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:59,116 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STk5hTE';
+2017-05-04 03:03:59,118 DEBUG db_general 188 25562 140735693222848 Query result: 39bbd6b0-e3ba-421d-ae88-9ca5ee94ba1a
+2017-05-04 03:03:59,124 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:03:59,140 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:03:59,155 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:03:59,256 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:03:59,260 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:03:59,670 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:00,120 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:04:00,120 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:04:00,141 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 03:04:00,141 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:04:00,141 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 03:04:00,186 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:00,641 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:04:00,642 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:04:00,658 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 03:04:00,658 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:04:00,658 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 03:04:00,713 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:01,608 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:02,139 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:02,451 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:03,155 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:03,405 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:03,708 DEBUG db_cms 79 25560 140735693222848 Insert new post : title_Announcement_STXLHWM
+2017-05-04 03:04:03,709 DEBUG db_cms 83 25560 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STXLHWM', 'title_Announcement_STXLHWM-slug', '', 'description_Announcement_STK07Fj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STK07Fj</p>', true, '', 1, 1);
+2017-05-04 03:04:03,716 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STXLHWM', 'title_Announcement_STXLHWM-slug', '', 'description_Announcement_STK07Fj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STK07Fj</p>', true, '', 1, 1);
+2017-05-04 03:04:03,724 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:04:03,724 DEBUG db_cms 92 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:04:03,724 DEBUG db_cms 94 25560 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:04:03,729 DEBUG db_cms 56 25560 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:04:03,731 DEBUG db_cms 64 25560 140735693222848 Query result: 188
+2017-05-04 03:04:03,732 DEBUG db_cms 71 25560 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:04:03,732 DEBUG db_cms 73 25560 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:04:03,737 DEBUG db_cms 56 25560 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:04:03,739 DEBUG db_cms 64 25560 140735693222848 Query result: 2
+2017-05-04 03:04:03,740 DEBUG db_cms 109 25560 140735693222848 bind category into inserted post: 188
+2017-05-04 03:04:03,740 DEBUG db_cms 111 25560 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (188, 2);
+2017-05-04 03:04:03,744 DEBUG db_cms 28 25560 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (188, 2);
+2017-05-04 03:04:03,752 DEBUG db_cms 32 25560 140735693222848 Insert query success!
+2017-05-04 03:04:03,850 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:04:03,850 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f75777c9-cf02-40fc-937e-1ebc389032c4/53080ba406b94fc0ab594e7313b95e61
+2017-05-04 03:04:03,889 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:03,986 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:03,998 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:03,998 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:04,002 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:04,004 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:04,008 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:04,009 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:04,261 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:04,261 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1a77f21-8910-4f3c-996c-4e43ca9bb8cd/checklist/new/
+2017-05-04 03:04:04,340 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:04,340 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:04,376 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:04,377 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:04,377 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:04:04,390 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:04:04,391 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5d4d7a2c-a6b5-4924-b645-bb980e092fbb/68f603dbd4b74de3a1858359473a64e5
+2017-05-04 03:04:04,423 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:04,515 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:04:04,516 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:04:04,520 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:04,522 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:04,526 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:04,528 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:04,723 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:04,868 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:04,868 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/66ad1052-0264-482f-be82-ce1333923426/checklist/new/
+2017-05-04 03:04:04,948 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:04:04,948 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:04:04,980 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:04,987 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:04,987 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:04:05,251 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:04:05,254 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:04:05,261 DEBUG db_user 227 25561 140735693222848 Query result: [(0,)]
+2017-05-04 03:04:05,261 DEBUG fe_dashboard 97 25561 140735693222848 Number of pages: 1
+2017-05-04 03:04:05,297 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:04:05,747 DEBUG fe_dashboard 106 25561 140735693222848 result right
+2017-05-04 03:04:05,747 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:04:05,747 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:04:05,764 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 03:04:05,765 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:04:05,765 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 03:04:05,857 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:04:05,964 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:04:06,112 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:04:06,119 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:06,636 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:04:06,692 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:06,777 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:04:06,784 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:07,457 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:07,975 DEBUG db_cms 194 25560 140735693222848 Get the id of the post inserted
+2017-05-04 03:04:07,975 DEBUG db_cms 196 25560 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STXLHWM' ;
+2017-05-04 03:04:07,982 DEBUG db_cms 42 25560 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STXLHWM' ;
+2017-05-04 03:04:07,991 DEBUG db_cms 46 25560 140735693222848 Update query success!
+2017-05-04 03:04:08,078 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:09,359 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:04:09,360 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fb080ae8-dfd1-478c-9430-8175325f4920/88b5f96838004bb29f2d70ddfb91bc7e
+2017-05-04 03:04:09,448 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:09,615 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:09,616 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:09,624 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:09,628 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:09,641 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:09,643 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:09,646 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:10,071 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:10,072 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2951c74-242d-4d59-8b4e-d4bc31e9ca7a/checklist/new/
+2017-05-04 03:04:10,140 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:10,141 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:10,156 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:10,177 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:10,178 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:10,178 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:04:11,025 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:04:11,206 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:04:11,206 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:04:11,223 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 03:04:11,224 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:04:11,224 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 03:04:11,252 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:04:11,255 DEBUG db_general 188 25562 140735693222848 Query result: 37267456-fdae-49cb-bf6b-e7d46fd29442
+2017-05-04 03:04:11,261 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37267456-fdae-49cb-bf6b-e7d46fd29442';
+2017-05-04 03:04:11,265 DEBUG db_general 188 25562 140735693222848 Query result: 2017-234
+2017-05-04 03:04:11,269 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-234';
+2017-05-04 03:04:11,273 DEBUG db_general 188 25562 140735693222848 Query result: 1
+2017-05-04 03:04:11,679 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:04:11,793 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:04:11,797 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:12,868 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:12,921 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeUHBV';
+2017-05-04 03:04:12,924 DEBUG db_general 188 25562 140735693222848 Query result: 37267456-fdae-49cb-bf6b-e7d46fd29442
+2017-05-04 03:04:12,930 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37267456-fdae-49cb-bf6b-e7d46fd29442';
+2017-05-04 03:04:12,935 DEBUG db_general 188 25562 140735693222848 Query result: 2017-234
+2017-05-04 03:04:12,940 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-234';
+2017-05-04 03:04:12,942 DEBUG db_general 188 25562 140735693222848 Query result: 1
+2017-05-04 03:04:13,400 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:13,430 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:14,201 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:14,424 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:04:14,424 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:04:14,440 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 03:04:14,441 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:04:14,442 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 03:04:14,647 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:04:14,647 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4ed98c91-0be4-4149-bbc1-55bcbdee3c35/cd34d3570d654d0888ddb448cf82d8b7
+2017-05-04 03:04:14,713 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:14,715 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:14,829 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:04:14,830 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:04:14,835 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:14,837 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:14,842 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:14,844 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:15,502 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:15,502 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f412e12f-daf2-40ca-84aa-3dbf8a86e14d/checklist/new/
+2017-05-04 03:04:15,697 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:04:15,697 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:04:15,831 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:15,831 DEBUG fe_general 37 25563 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:04:16,137 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:16,677 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:16,709 DEBUG fe_detailed_view 133 25563 140735693222848 Login with user STiQmX4@intl.att.com
+2017-05-04 03:04:16,710 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:16,711 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:04:17,360 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:17,568 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:17,652 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:04:17,891 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:18,313 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:04:18,437 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:04:18,442 DEBUG db_general 188 25561 140735693222848 Query result: 1
+2017-05-04 03:04:18,453 DEBUG db_user 227 25561 140735693222848 Query result: [(0,)]
+2017-05-04 03:04:18,453 DEBUG fe_dashboard 97 25561 140735693222848 Number of pages: 1
+2017-05-04 03:04:18,467 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:04:18,480 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:18,676 DEBUG db_general 66 25560 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:04:18,678 DEBUG db_general 78 25560 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:04:18,953 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:04:18,954 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/464ba615-a3ff-40e5-ac20-57cc0e77497a/11bd2cf8e9c2402ab9f58323a49b2d61
+2017-05-04 03:04:18,971 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-220
+2017-05-04 03:04:19,007 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-223
+2017-05-04 03:04:19,035 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:19,044 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-232
+2017-05-04 03:04:19,072 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:19,077 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-227
+2017-05-04 03:04:19,110 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-102
+2017-05-04 03:04:19,146 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-106
+2017-05-04 03:04:19,175 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-108
+2017-05-04 03:04:19,199 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-110
+2017-05-04 03:04:19,207 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:19,208 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:19,213 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:19,215 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:19,219 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:19,221 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:19,419 DEBUG fe_dashboard 110 25561 140735693222848 numOfPage 1
+2017-05-04 03:04:19,452 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:19,558 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:19,778 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:04:19,888 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:19,889 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4e4b9358-53da-4e5a-83c0-f18d3a3d1b39/checklist/new/
+2017-05-04 03:04:19,993 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:19,993 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:20,042 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:20,042 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:20,042 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:04:20,103 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:04:20,103 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:04:20,121 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 03:04:20,121 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:04:20,121 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 03:04:20,366 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:04:20,887 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:21,080 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:04:21,407 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:21,788 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:04:21,915 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:04:21,924 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:22,047 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:22,310 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:22,608 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:04:22,609 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:04:22,639 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 03:04:22,639 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:04:22,640 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 03:04:22,829 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:22,831 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:23,254 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:24,032 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:24,544 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:24,776 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:04:24,776 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/87a88b74-d3f7-4d17-9d33-b4bd9dd4eeaf/2a92d68277d44b82a9fbcb15a38eb041
+2017-05-04 03:04:24,816 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:24,903 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:24,903 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:24,914 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:24,916 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:24,919 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:24,921 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:25,057 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:25,127 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:25,424 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:25,424 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/04ea73a3-675e-4602-a8d9-f14eb9275d56/checklist/new/
+2017-05-04 03:04:25,497 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:25,497 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:25,535 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:25,535 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:25,535 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:04:25,723 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:26,347 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:04:26,347 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0a88d853-7089-457c-915a-134674dcdda4/4f6819adae8e433da3655c8170007412
+2017-05-04 03:04:26,386 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:26,403 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:04:26,483 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:04:26,483 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:04:26,487 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:26,488 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:26,492 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:26,493 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:26,729 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:26,729 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/90376ad9-4927-491e-8d50-48fe32cd69bc/checklist/new/
+2017-05-04 03:04:26,796 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:04:26,796 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:04:26,830 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:26,830 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:26,831 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:04:27,053 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:04:27,175 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:04:27,186 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:27,349 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:27,733 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:04:27,871 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:04:27,871 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:04:27,902 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 03:04:27,902 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:04:27,902 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 03:04:28,106 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:28,407 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:04:28,468 DEBUG fe_general 37 25563 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:04:28,575 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:04:28,581 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:28,641 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:29,101 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:29,591 DEBUG fe_detailed_view 133 25563 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:04:29,591 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:29,592 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:04:29,609 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:29,652 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:30,122 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:30,184 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:04:30,189 DEBUG db_general 188 25562 140735693222848 Query result: 4da72cb7-5fd8-48bd-8478-30945fc071b4
+2017-05-04 03:04:30,193 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:04:30,200 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:04:30,204 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:04:30,207 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:04:30,212 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:04:30,215 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:04:30,220 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:04:30,223 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:04:30,232 DEBUG fe_checklist 50 25562 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:04:30,238 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:04:30,241 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:04:30,277 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:30,499 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:04:31,031 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:31,134 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:04:31,275 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:04:31,287 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:31,440 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:31,956 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:31,963 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:32,231 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:32,477 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:32,556 DEBUG db_general 66 25560 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:04:32,559 DEBUG db_general 78 25560 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:04:32,682 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:04:32,683 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2369a89d-4159-4c34-bb8f-6e74463882a7/367472ab557443a0a811e93b86d6ff82
+2017-05-04 03:04:32,718 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:32,725 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:32,758 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:32,807 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:32,808 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:32,812 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:32,814 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:32,817 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:32,819 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:32,984 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=4da72cb7-5fd8-48bd-8478-30945fc071b4&inviter_uuid=0a88d853-7089-457c-915a-134674dcdda4&email=automationqattSTBIh3C@gmail.com
+2017-05-04 03:04:33,046 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:33,046 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a82e9239-1d2d-487b-929d-33e5361ef843/checklist/new/
+2017-05-04 03:04:33,127 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:33,127 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:33,167 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:33,167 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:33,168 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:04:33,258 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:04:33,261 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:04:33,271 DEBUG db_user 227 25561 140735693222848 Query result: [(0,)]
+2017-05-04 03:04:33,271 DEBUG fe_dashboard 97 25561 140735693222848 Number of pages: 1
+2017-05-04 03:04:33,817 DEBUG fe_dashboard 106 25561 140735693222848 result right
+2017-05-04 03:04:33,817 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:04:33,817 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:04:33,851 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 03:04:33,852 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:04:33,852 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 03:04:34,121 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:04:34,816 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:04:34,854 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:04:34,994 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:04:35,000 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:35,342 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:35,861 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:35,915 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:35,967 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:35,967 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:04:36,432 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:36,795 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:04:36,989 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:37,423 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:04:37,463 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:37,544 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:04:37,550 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:37,977 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:38,268 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:04:38,268 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/39c11f09-81dd-46ed-972a-688139515203/2a74675d27ed40c899cf8794e5088542
+2017-05-04 03:04:38,308 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:38,378 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:38,404 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:38,405 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:38,411 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:38,413 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:38,417 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:38,419 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:38,767 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:38,768 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1280ca81-4658-496b-85c2-01cca2f660d8/checklist/new/
+2017-05-04 03:04:38,848 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:38,848 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:38,880 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:38,881 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:04:38,986 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:39,425 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:39,502 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:39,502 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:04:40,011 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:40,228 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:40,387 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:04:40,751 DEBUG db_general 66 25560 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 03:04:40,761 DEBUG db_general 78 25560 140735693222848 Query result: None
+2017-05-04 03:04:40,761 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:04:40,762 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:04:40,782 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 03:04:40,782 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:04:40,782 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 03:04:41,026 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:04:41,153 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:04:41,167 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:41,563 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:04:41,564 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:04:41,648 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 03:04:41,649 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:04:41,649 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 03:04:42,284 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:42,799 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:43,325 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:43,909 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:44,045 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:04:44,050 DEBUG db_general 188 25562 140735693222848 Query result: c3754e49-527e-4e84-aa5f-e88a920d612c
+2017-05-04 03:04:44,056 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where uuid = 'c3754e49-527e-4e84-aa5f-e88a920d612c' order by update_time desc limit 1;
+2017-05-04 03:04:44,065 DEBUG db_general 177 25562 140735693222848 Query : select template_id from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:04:44,068 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:04:44,141 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:44,283 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:04:44,320 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:44,946 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:45,167 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:45,168 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:04:45,340 DEBUG db_general 66 25560 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:04:45,342 DEBUG db_general 78 25560 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:04:45,434 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:04:45,435 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/65392653-d0d7-46cf-8d90-b63857cead15/7d880626f35e46b3a5c9ea90daa0f602
+2017-05-04 03:04:45,480 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:45,549 DEBUG db_general 66 25563 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:04:45,563 DEBUG db_general 78 25563 140735693222848 Query result: ['e6e786d3-a119-473c-88b6-aca12c9ddd34', '2017-224', 'STVH27O', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 03:04:45,570 DEBUG db_general 90 25563 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('8152ba05-0bb9-40fd-b56f-86860ccebf7b', 'AIC', '584', 'FALSE', 0);
+2017-05-04 03:04:45,579 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:04:45,579 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:45,579 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:04:45,628 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:45,629 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:45,652 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:45,656 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:45,668 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:45,671 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:45,693 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:46,050 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:04:46,218 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:46,294 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:46,294 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9731166a-8641-4fb6-8a1b-d7c17836b9fb/checklist/new/
+2017-05-04 03:04:46,372 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:46,373 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:46,406 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:46,406 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:46,406 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:04:46,681 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:04:46,892 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:46,942 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:04:47,049 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:04:47,054 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:47,231 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:04:47,343 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:04:47,405 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:47,508 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:04:47,517 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:47,831 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:47,933 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:04:47,941 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:04:47,944 DEBUG db_general 188 25561 140735693222848 Query result: 1
+2017-05-04 03:04:47,956 DEBUG db_user 227 25561 140735693222848 Query result: [(200,)]
+2017-05-04 03:04:47,956 DEBUG fe_dashboard 63 25561 140735693222848 Number of pages: 25
+2017-05-04 03:04:47,956 DEBUG fe_dashboard 66 25561 140735693222848 numOfPage 25
+2017-05-04 03:04:48,000 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:48,098 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:04:48,110 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:48,367 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:48,595 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:48,802 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:04:48,802 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:04:48,826 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 03:04:48,826 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:04:48,826 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 03:04:48,846 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:49,683 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:50,083 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:50,231 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:04:50,237 DEBUG db_general 188 25562 140735693222848 Query result: c3754e49-527e-4e84-aa5f-e88a920d612c
+2017-05-04 03:04:50,243 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:50,597 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:51,032 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:51,545 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:04:51,948 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:52,227 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:52,679 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:04:52,686 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:04:52,692 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:04:52,700 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:04:52,709 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:04:52,712 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:04:53,073 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:53,246 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:04:53,246 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4b1a60f8-f856-4c93-aa0c-392ef6192bfd/d3f681908b04417199edcff171d2c7b3
+2017-05-04 03:04:53,285 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:53,374 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:53,374 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:53,380 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:53,381 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:53,385 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:53,387 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:53,584 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:04:53,776 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:53,777 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/db554113-c8ed-4703-b5a9-9cc6e1a7178f/checklist/new/
+2017-05-04 03:04:53,785 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:04:53,854 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:04:53,854 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:04:53,885 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:53,892 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:53,892 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:04:54,104 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:04:54,104 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:04:54,127 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 03:04:54,128 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:04:54,128 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 03:04:54,727 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:04:55,387 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:04:55,507 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:04:55,516 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:04:55,831 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:04:56,335 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:04:56,395 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:56,521 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:56,911 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:57,281 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:57,432 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:04:57,465 DEBUG db_general 66 25560 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:04:57,469 DEBUG db_general 78 25560 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:04:57,483 DEBUG db_general 90 25563 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='8152ba05-0bb9-40fd-b56f-86860ccebf7b'
+2017-05-04 03:04:57,493 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:04:57,494 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:04:57,494 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:04:57,509 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 03:04:57,510 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:04:57,510 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 03:04:57,570 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:04:57,571 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/90223a34-fb04-4eb6-93e9-862899f4e3eb/33e4ac7581fe4ad0af3f12c7df344678
+2017-05-04 03:04:57,604 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:04:57,691 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:57,691 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:57,699 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:04:57,702 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:04:57,706 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:04:57,707 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:04:58,233 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:04:58,234 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3970013-ed41-4ab2-a4a4-ca15c26143dc/checklist/new/
+2017-05-04 03:04:58,282 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:58,412 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:04:58,412 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:04:58,487 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:04:58,487 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:58,487 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:04:58,799 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:04:58,829 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:04:59,414 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:04:59,695 DEBUG db_checklist 58 25562 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'c3754e49-527e-4e84-aa5f-e88a920d612c' and state = 'peer_review';
+2017-05-04 03:04:59,705 DEBUG db_checklist 73 25562 140735693222848 Query result: 1
+2017-05-04 03:04:59,714 DEBUG db_general 177 25562 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:04:59,721 DEBUG db_general 188 25562 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:04:59,722 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:04:59,722 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:04:59,897 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:00,114 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:05:00,226 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:00,281 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:05:00,289 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:00,745 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:00,757 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:05:01,145 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:01,337 DEBUG db_general 66 25563 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:05:01,347 DEBUG db_general 78 25563 140735693222848 Query result: ['e6e786d3-a119-473c-88b6-aca12c9ddd34', '2017-224', 'STVH27O', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 03:05:01,359 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:01,360 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:05:01,481 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:05:01,518 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:01,613 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:05:01,622 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:02,055 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:05:02,058 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:05:02,068 DEBUG db_user 227 25561 140735693222848 Query result: [(1,)]
+2017-05-04 03:05:02,068 DEBUG fe_dashboard 97 25561 140735693222848 Number of pages: 1
+2017-05-04 03:05:02,316 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:02,422 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:05:02,495 DEBUG fe_dashboard 102 25561 140735693222848 starred_2017-249
+2017-05-04 03:05:02,537 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:02,742 DEBUG fe_dashboard 106 25561 140735693222848 result right
+2017-05-04 03:05:02,743 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:05:02,743 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:05:02,769 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 03:05:02,769 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 03:05:02,770 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 03:05:02,830 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:03,072 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:03,129 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:05:03,250 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:05:03,259 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:03,492 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:04,136 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:04,359 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:04,653 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:04,890 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:05,185 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:05:05,188 DEBUG db_general 188 25562 140735693222848 Query result: c3754e49-527e-4e84-aa5f-e88a920d612c
+2017-05-04 03:05:05,196 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:05,474 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:05,878 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:06,353 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:06,866 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:07,109 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:07,286 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:05:07,286 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e4fcfda-a91b-4ce7-a2bc-8f4b676e8c64/0663bebc3e09413489301c8ae0d35150
+2017-05-04 03:05:07,325 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:07,393 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:05:07,394 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:05:07,418 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 03:05:07,418 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:05:07,418 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 03:05:07,441 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:07,441 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:07,447 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:07,450 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:07,455 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:07,458 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:07,627 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:07,663 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:05:07,667 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:05:07,682 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:05:07,687 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:05:07,692 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:05:07,696 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:05:08,147 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:08,147 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8d405345-4ffc-4007-b7f0-c8e68a1abd16/checklist/new/
+2017-05-04 03:05:08,289 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:08,290 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:08,409 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:08,409 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:08,409 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:05:08,605 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:05:09,361 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:05:09,803 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:10,015 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:05:10,152 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:05:10,160 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:10,792 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:05:11,049 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:11,127 DEBUG db_general 66 25560 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:05:11,130 DEBUG db_general 78 25560 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:05:11,280 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:11,281 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb8e0ec2-33e9-411a-8943-8faf74757419/97dc2e96dc3d485ead0ff86acace3f12
+2017-05-04 03:05:11,334 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:11,432 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:11,433 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:11,439 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:11,441 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:11,445 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:11,448 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:11,563 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:11,636 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:11,832 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:11,832 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/be09747c-45bd-4e48-bac7-716678e5b91b/checklist/new/
+2017-05-04 03:05:11,903 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:11,904 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:11,938 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:11,938 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:11,939 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:05:12,084 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:12,755 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:05:12,888 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:13,186 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:05:13,402 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:13,415 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:05:13,513 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:05:13,517 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:13,730 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:05:13,730 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:05:13,773 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 03:05:13,773 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 03:05:13,773 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 03:05:13,856 DEBUG db_checklist 27 25562 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'c3754e49-527e-4e84-aa5f-e88a920d612c' and state = 'approval';
+2017-05-04 03:05:13,865 DEBUG db_checklist 38 25562 140735693222848 Query result: 3
+2017-05-04 03:05:13,878 DEBUG db_general 177 25562 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 03:05:13,883 DEBUG db_general 188 25562 140735693222848 Query result: admin@att.com
+2017-05-04 03:05:13,883 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:13,883 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:05:14,311 DEBUG db_general 177 25561 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:05:14,316 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:05:14,353 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:14,561 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:14,869 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:15,027 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:05:15,074 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:15,587 DEBUG db_user 227 25561 140735693222848 Query result: [(0,)]
+2017-05-04 03:05:15,593 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:15,910 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:05:16,043 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:05:16,048 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:16,109 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:16,166 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:16,309 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:16,635 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 03:05:16,635 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 03:05:16,657 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 03:05:16,657 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 03:05:16,657 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 03:05:16,681 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:16,921 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:17,466 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:17,727 DEBUG db_general 66 25563 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:05:17,740 DEBUG db_general 78 25563 140735693222848 Query result: ['e6e786d3-a119-473c-88b6-aca12c9ddd34', '2017-224', 'STVH27O', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 03:05:17,745 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 03:05:17,748 DEBUG db_general 188 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:17,754 DEBUG db_general 90 25563 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('f2d35aeb-3e26-4b25-b28a-346210c754dc', 'AIC', '993', 'FALSE', 0);
+2017-05-04 03:05:17,762 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:05:17,891 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:05:17,891 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:05:17,891 DEBUG api_virtual_function 235 25563 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6e786d3-a119-473c-88b6-aca12c9ddd34/deployment-targets/f2d35aeb-3e26-4b25-b28a-346210c754dc
+2017-05-04 03:05:17,950 DEBUG api_virtual_function 242 25563 140735693222848 AIC version has changed!
+2017-05-04 03:05:17,950 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:17,951 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:05:18,462 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:18,767 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:19,046 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:05:19,295 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:05:19,299 DEBUG db_general 188 25562 140735693222848 Query result: c3754e49-527e-4e84-aa5f-e88a920d612c
+2017-05-04 03:05:19,304 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:19,318 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:19,720 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:05:19,775 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:19,827 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:05:19,832 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:19,835 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:20,369 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:05:20,370 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:05:20,393 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 03:05:20,394 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 03:05:20,394 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 03:05:20,860 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:21,140 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:21,141 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:05:22,120 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:05:22,629 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:22,780 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:05:22,952 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:05:22,962 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:23,027 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:23,546 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:23,797 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:23,945 DEBUG db_general 66 25560 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:05:23,949 DEBUG db_general 78 25560 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:05:24,047 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:24,047 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1d91be6f-bff6-4ed2-9e3d-cbd712dac520/bd44f09adbad471e97bfa24d33df5e85
+2017-05-04 03:05:24,096 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:24,244 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:24,244 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:24,249 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:24,251 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:24,255 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:24,256 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:24,321 DEBUG api_virtual_function 235 25563 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6e786d3-a119-473c-88b6-aca12c9ddd34/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:24,324 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:24,359 DEBUG api_virtual_function 242 25563 140735693222848 AIC version has changed!
+2017-05-04 03:05:24,366 DEBUG db_general 90 25563 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='f2d35aeb-3e26-4b25-b28a-346210c754dc'
+2017-05-04 03:05:24,370 DEBUG db_general 94 25563 140735693222848 Insert query success!
+2017-05-04 03:05:24,371 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 03:05:24,371 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 03:05:24,382 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 03:05:24,382 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 03:05:24,383 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 03:05:24,608 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:24,608 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d9dfabbf-9669-4e7a-b9eb-4c4dab918df5/checklist/new/
+2017-05-04 03:05:24,691 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:24,691 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:24,730 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:24,730 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:24,731 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:05:24,847 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 03:05:24,847 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 03:05:24,864 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-05-04 03:05:24,864 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 03:05:24,864 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-05-04 03:05:25,624 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:05:26,310 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:05:26,462 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:05:26,468 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:26,776 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:27,317 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:27,970 DEBUG db_general 66 25563 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:05:27,978 DEBUG db_general 78 25563 140735693222848 Query result: ['e6e786d3-a119-473c-88b6-aca12c9ddd34', '2017-224', 'STVH27O', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 03:05:27,983 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-05-04 03:05:27,985 DEBUG db_general 188 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:27,988 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:28,109 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:05:28,110 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:05:28,110 DEBUG api_virtual_function 255 25563 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6e786d3-a119-473c-88b6-aca12c9ddd34/ecomp-releases/8f315c62-0857-495e-8c4e-4be05c4693b8
+2017-05-04 03:05:28,145 DEBUG api_virtual_function 262 25563 140735693222848 AIC version has changed!
+2017-05-04 03:05:28,145 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:28,145 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:05:28,414 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:28,931 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:29,119 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:29,119 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:05:29,153 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:05:29,595 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:29,800 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:05:29,905 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:05:29,912 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:29,966 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:05:30,266 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:30,637 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:05:30,760 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:05:30,765 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:30,781 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:05:30,863 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:31,319 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 03:05:31,319 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 03:05:31,337 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:31,341 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 03:05:31,343 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 03:05:31,343 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 03:05:31,731 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:05:31,737 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:05:31,745 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:05:31,749 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:05:31,754 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:05:31,758 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:05:31,852 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:32,383 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:32,906 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 03:05:32,907 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 03:05:32,930 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-05-04 03:05:32,930 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 03:05:32,931 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-05-04 03:05:33,059 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:33,454 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:05:33,458 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:05:33,466 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:05:33,470 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:05:33,477 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:05:33,481 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:05:33,578 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:33,945 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:34,472 DEBUG api_virtual_function 255 25563 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6e786d3-a119-473c-88b6-aca12c9ddd34/ecomp-releases/f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:34,510 DEBUG api_virtual_function 262 25563 140735693222848 AIC version has changed!
+2017-05-04 03:05:34,532 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 03:05:34,532 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 03:05:34,563 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-05-04 03:05:34,563 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 03:05:34,564 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-05-04 03:05:35,242 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:05:35,755 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:35,756 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdcaa982-f844-49b0-8294-d11d1982a35b/5a472b69d7384738ac988fb64554ea51
+2017-05-04 03:05:35,767 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:35,841 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:36,033 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:36,033 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:36,049 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:36,052 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:36,069 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:36,072 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:36,087 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:36,282 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:36,549 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:36,549 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cef9d9ff-1b09-4df0-a1f1-bb6aea7f3e1f/checklist/new/
+2017-05-04 03:05:36,634 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:36,634 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:36,672 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:36,672 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:36,672 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:05:37,481 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:05:37,481 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/03cd2336-81bf-4e97-b49b-a98c2792f98b/60fcd38263ac4390892e23e5d75d383c
+2017-05-04 03:05:37,521 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:37,552 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:05:37,606 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:37,607 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:37,611 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:37,612 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:37,616 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:37,617 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:37,697 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:37,836 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:05:38,137 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:38,137 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/228b20b9-98cb-429b-9fea-7aaf82f73977/checklist/new/
+2017-05-04 03:05:38,201 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:05:38,228 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:38,229 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:38,270 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:38,271 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:38,271 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:05:38,349 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:05:38,354 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:38,594 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:38,594 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:05:39,114 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:05:39,114 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fccfd39c-dbd6-49fb-88f3-d45cc167a013/f88bb9fcb96d420988ff5d6ed4f1ddf5
+2017-05-04 03:05:39,152 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:39,218 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:05:39,255 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:39,267 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:05:39,267 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:05:39,273 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:39,274 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:39,279 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:39,280 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:39,490 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:05:39,647 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:39,647 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a525f56-d32f-40ac-a774-e63560f30862/checklist/new/
+2017-05-04 03:05:39,715 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:05:39,716 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:05:39,749 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:39,749 DEBUG fe_general 37 25563 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:05:39,867 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:05:39,882 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:40,006 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:05:40,013 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:40,117 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:05:40,233 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:05:40,238 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:40,541 DEBUG fe_detailed_view 123 25563 140735693222848 Login with user dd1122@att.com
+2017-05-04 03:05:40,541 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:40,542 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:05:40,768 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:40,864 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:41,382 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:41,451 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:41,452 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:41,564 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:41,632 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:05:41,908 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:42,106 DEBUG db_general 177 25562 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:05:42,108 DEBUG db_general 188 25562 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:05:42,114 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:42,295 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:05:42,407 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:05:42,415 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:42,443 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 03:05:42,443 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 03:05:42,461 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-05-04 03:05:42,462 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 03:05:42,462 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-05-04 03:05:43,233 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:43,729 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:43,797 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:44,246 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:44,335 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:05:44,339 DEBUG db_general 188 25562 140735693222848 Query result: c3754e49-527e-4e84-aa5f-e88a920d612c
+2017-05-04 03:05:44,347 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:05:44,856 DEBUG api_virtual_function 187 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:44,856 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 03:05:44,857 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 03:05:44,891 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-05-04 03:05:44,892 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 03:05:44,892 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 03:05:45,588 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:46,850 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:47,214 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:05:47,214 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/258ec2f7-73ae-4f72-920c-af0fcf07e7b6/bf6d814cd1734dbea34405de727fb8c6
+2017-05-04 03:05:47,249 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:47,343 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:47,343 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:47,349 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:47,352 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:47,359 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:47,362 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:47,369 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:47,737 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:47,738 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e453d6f-79b3-4e42-9dcb-30c581c4cd5c/checklist/new/
+2017-05-04 03:05:47,806 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:47,806 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:47,844 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:47,844 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:47,844 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:05:47,915 DEBUG fe_general 37 25563 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:05:48,020 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:48,577 DEBUG fe_detailed_view 123 25563 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:05:48,577 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:48,578 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:05:48,709 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:05:49,274 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:49,274 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b26ee099-079c-4e26-9162-89b435aae89d/b4968f2d57364df49596238b644420c4
+2017-05-04 03:05:49,307 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:49,374 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:05:49,387 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:05:49,393 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:49,393 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:49,399 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:49,403 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:49,407 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:49,408 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:49,497 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:05:49,502 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:49,873 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:49,874 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0ef3d89-c38e-4bff-b65a-13ebf7181404/checklist/new/
+2017-05-04 03:05:49,989 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:49,989 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:50,032 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:05:50,047 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:50,139 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:50,165 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:05:50,171 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:50,232 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:50,233 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/51450d63-41e7-499e-9400-7a4529a5c00f/4978e1cfbf67408f9e23be539879e773
+2017-05-04 03:05:50,275 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:50,428 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:50,428 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:50,433 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:50,435 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:50,440 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:50,444 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:50,653 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:50,943 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:50,943 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/30e5b348-9e6f-43ac-b6c9-317e95e0c3fe/checklist/new/
+2017-05-04 03:05:50,984 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:51,020 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:51,020 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:51,058 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:51,141 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:51,141 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0643fd31-1f56-408e-b197-9064e14c78c5/40c2864969664a269ff4b5c8172ae3d6
+2017-05-04 03:05:51,179 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:51,179 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:51,246 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:51,247 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:51,250 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:51,252 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:51,256 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:51,257 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:51,472 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:51,472 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3a15c9f-808b-43e5-a1eb-4929127c8dad/checklist/new/
+2017-05-04 03:05:51,553 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:51,553 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:51,586 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:51,663 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:51,663 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3297b8ce-3770-45ce-a84c-6f3499899c58/2dc761c14605401b92a8869209647852
+2017-05-04 03:05:51,698 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 03:05:51,698 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 03:05:51,701 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:51,713 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-05-04 03:05:51,713 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 03:05:51,713 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-05-04 03:05:51,783 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:51,783 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:51,787 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:51,788 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:51,794 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:51,795 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:52,219 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:52,220 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5c13159-b8e7-482a-99d1-cb8ec7e0aa93/checklist/new/
+2017-05-04 03:05:52,337 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:52,338 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:52,393 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:52,538 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:52,538 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7252fff5-2340-4a85-92b0-07b641b6c31c/76b155ec4a2f421ea46c63632d0f00e6
+2017-05-04 03:05:52,595 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:52,716 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:52,716 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:52,730 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:52,733 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:52,742 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:52,744 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:53,334 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:53,406 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:53,407 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8b01b2a8-06b7-42bb-9a0b-67d0b7038f0b/checklist/new/
+2017-05-04 03:05:53,528 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:53,529 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:53,573 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:53,676 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:53,677 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b44fc2b7-2911-4c9c-b610-d885aadfab33/5f4e795937774386baa6395bc90b6a07
+2017-05-04 03:05:53,714 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:53,810 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:53,811 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:53,816 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:53,818 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:53,822 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:53,826 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:53,849 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:54,027 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:05:54,321 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:54,322 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0196baa-fb8f-4223-8dca-4e59ad0a0cad/checklist/new/
+2017-05-04 03:05:54,386 DEBUG fe_general 37 25563 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:05:54,407 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:54,407 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:54,456 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:54,581 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:54,582 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/629b80e1-2c85-4254-8ce5-12e5292a0fd6/6af44a392e194d549735988e4b9631af
+2017-05-04 03:05:54,625 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:54,748 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:54,748 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:54,753 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:54,755 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:54,760 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:54,762 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:55,093 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:55,094 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7118c4f1-b50c-413f-8e2a-23bf4d385b91/checklist/new/
+2017-05-04 03:05:55,183 DEBUG fe_detailed_view 123 25563 140735693222848 Login with user admin@att.com
+2017-05-04 03:05:55,183 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:55,184 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:05:55,219 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:55,219 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:55,265 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:55,338 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:05:55,339 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad792a25-5811-4bbe-b12b-da7923ac67b5/2edd1094b5f24f1dbb0c78f707624376
+2017-05-04 03:05:55,371 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:55,382 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:55,382 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5e398fbf-f8d2-430f-ad3b-645883b48621/eb79a245a05c458ba7de07218f60508e
+2017-05-04 03:05:55,417 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:55,466 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:55,466 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:55,472 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:55,474 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:55,479 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:55,480 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:55,519 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:55,520 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:55,525 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:55,527 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:55,532 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:55,534 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:55,812 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:55,812 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/71bcb5d9-6ab5-477b-a114-6aae8b8e94fa/checklist/new/
+2017-05-04 03:05:55,858 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:55,858 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bfb1d165-9595-41c7-9ce2-34e862819140/checklist/new/
+2017-05-04 03:05:55,899 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:05:55,900 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:05:55,948 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:55,948 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:05:55,948 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:05:55,949 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:55,950 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:55,986 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:56,044 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:05:56,105 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:56,106 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c8639123-04a9-480c-80ad-ebcbd37bd5a4/b8fcda5d544b4686b9fb3a499cb1b909
+2017-05-04 03:05:56,150 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:56,241 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:56,241 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:56,245 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:56,247 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:56,251 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:56,253 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:56,692 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:56,692 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/67f2cb92-e136-4816-9c5e-2da16a5629d6/checklist/new/
+2017-05-04 03:05:56,693 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:05:56,774 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:56,774 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:56,778 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:05:56,784 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:56,808 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:56,876 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:05:56,929 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:56,930 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/afbc89d0-3655-4966-9096-8c9b941e0463/36f29cced02148b9affba6913a2cd67e
+2017-05-04 03:05:57,115 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:57,257 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:57,257 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:57,263 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:57,264 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:57,269 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:57,271 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:57,369 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:05:57,375 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:05:57,382 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:05:57,385 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:05:57,394 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:05:57,398 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:05:57,539 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:57,572 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:05:57,688 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:05:57,692 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:05:57,856 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:57,857 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8ac84a8b-7f94-436d-95e8-a362cb2c2b24/checklist/new/
+2017-05-04 03:05:57,956 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:57,957 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:58,047 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:58,174 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:58,174 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60cf6554-c468-4544-9476-23ba6260300c/f39ee13149c64279b037d7869484f1d6
+2017-05-04 03:05:58,209 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:58,216 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:58,289 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:58,290 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:58,294 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:58,295 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:58,299 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:58,300 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:58,517 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:58,518 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a4fef6f6-f9df-4d6b-876f-157dcf6dc48b/checklist/new/
+2017-05-04 03:05:58,587 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:58,587 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:58,618 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:58,711 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:58,712 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6f8ff8e8-81d8-46f7-9599-e9f57fa01f8d/8933762402354c1eb88473a258a5e5da
+2017-05-04 03:05:58,735 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:05:58,756 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:58,858 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:58,858 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:58,862 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:58,863 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:58,868 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:58,870 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:05:59,051 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPmjbh';
+2017-05-04 03:05:59,054 DEBUG db_general 188 25562 140735693222848 Query result: 90376ad9-4927-491e-8d50-48fe32cd69bc
+2017-05-04 03:05:59,058 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '90376ad9-4927-491e-8d50-48fe32cd69bc';
+2017-05-04 03:05:59,061 DEBUG db_general 188 25562 140735693222848 Query result: 2017-245
+2017-05-04 03:05:59,067 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-245';
+2017-05-04 03:05:59,071 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:05:59,378 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:05:59,378 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/45f14ba5-6d41-4335-b9ab-ac7a742211a3/checklist/new/
+2017-05-04 03:05:59,453 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:59,453 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:59,491 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:05:59,590 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:05:59,590 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/782ea865-465e-4a2d-80d4-514ed2bc0cea/a1fce525cac34cc3aa4d32456b27eb94
+2017-05-04 03:05:59,623 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:05:59,632 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:05:59,746 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:05:59,746 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:05:59,750 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:05:59,751 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:05:59,755 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:05:59,757 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:00,011 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:00,011 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba359923-447c-45ac-9cdb-120949d67a3e/checklist/new/
+2017-05-04 03:06:00,081 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:00,082 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:00,113 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:00,137 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:06:00,190 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:00,190 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/59101681-7b0a-4cf2-ac08-81d1113dcad6/54c1154fb4b2482eadf13d97365be33b
+2017-05-04 03:06:00,226 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:00,293 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:00,293 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:00,297 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:00,298 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:00,301 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:00,303 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:00,453 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:06:00,670 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 03:06:00,670 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 03:06:00,685 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-05-04 03:06:00,686 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 03:06:00,686 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-05-04 03:06:00,687 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:00,688 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0c6369d8-f0f1-4a0a-86ed-afdd98c0d7c4/checklist/new/
+2017-05-04 03:06:00,797 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:00,798 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:00,883 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:01,098 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:01,099 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c472886b-972a-41fe-a50d-79a8317b9bad/d562eeb4c2ca4419870af920c9019e96
+2017-05-04 03:06:01,150 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:01,153 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:01,271 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:01,271 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:01,280 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:01,282 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:01,287 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:01,289 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:01,683 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:01,683 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49eb7381-b70c-436d-ab20-ab32c151ca8f/checklist/new/
+2017-05-04 03:06:01,797 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:01,797 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:01,849 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:01,962 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:01,962 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5e5c57d-35de-4e83-8c77-88998802b371/2bf36ff05838403f847872c5a1692134
+2017-05-04 03:06:01,999 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:02,075 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:02,075 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:02,082 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:02,084 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:02,088 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:02,089 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:02,329 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:02,329 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5e3e687-6864-4e2b-8a1d-96ab805929a0/checklist/new/
+2017-05-04 03:06:02,414 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:02,415 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:02,450 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:02,549 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:02,549 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdabcd21-cf94-4c56-8ace-b9caf0710fb3/b3fb9560fd9b4742abe90ffadde40c85
+2017-05-04 03:06:02,581 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:02,652 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:02,652 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:02,656 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:02,657 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:02,661 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:02,662 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:02,732 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:02,976 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:03,062 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:03,062 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/314e40c8-bfe5-47ef-9617-adf88cbb9a04/checklist/new/
+2017-05-04 03:06:03,149 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:03,149 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:03,182 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:03,279 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:03,280 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d88c3122-c103-48a5-b691-0f0bdfcbc889/5cc7134be243463e8faace3f14716fb4
+2017-05-04 03:06:03,316 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:03,373 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:03,405 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:03,405 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:03,409 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:03,410 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:03,414 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:03,415 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:03,635 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:03,636 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/168faee2-1bca-4de2-ad6e-7af613e7ab60/checklist/new/
+2017-05-04 03:06:03,714 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:03,715 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:03,756 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:03,844 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:03,845 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/de2eda7b-ffb7-4fc9-ad18-f91e4b9b1689/74b5cac4d33c457aa395018c54fe3870
+2017-05-04 03:06:03,888 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:03,902 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STkS5bx';
+2017-05-04 03:06:03,904 DEBUG db_general 188 25562 140735693222848 Query result: c3754e49-527e-4e84-aa5f-e88a920d612c
+2017-05-04 03:06:03,908 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:03,967 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:03,967 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:03,972 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:03,973 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:03,979 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:03,982 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:04,170 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:06:04,170 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5419ec29-cd21-4a01-a0f1-bc1117148960/6918ee2470e64d588a6ab8582b4ece3e
+2017-05-04 03:06:04,208 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:04,272 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:04,272 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b33d7314-37d8-4954-87f6-53f002b3ce1b/checklist/new/
+2017-05-04 03:06:04,292 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:04,292 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:04,296 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:04,298 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:04,301 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:04,303 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:04,349 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:04,350 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:04,396 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:04,444 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 03:06:04,444 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 03:06:04,463 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-05-04 03:06:04,464 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 03:06:04,464 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-05-04 03:06:04,511 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:04,511 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1715f18a-32c6-4c02-9d18-d45ca8d3aa26/dd4d33bc46924e578fac730fc77f037d
+2017-05-04 03:06:04,517 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:06:04,518 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:06:04,534 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 03:06:04,535 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:06:04,535 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:06:04,551 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:04,665 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:04,666 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:04,678 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:04,681 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:04,687 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:04,688 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:04,798 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:04,799 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4cae735-9a6c-4c16-830e-5a7ff982ff28/checklist/new/
+2017-05-04 03:06:04,900 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:04,900 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:04,953 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:04,954 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:04,954 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:06:05,746 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:05,747 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/465bfc02-ccd8-4c15-93d4-9cbf0afcf036/checklist/new/
+2017-05-04 03:06:05,850 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:05,850 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:05,912 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:05,914 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:06:06,093 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:06,093 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22fad175-a1fc-4b0b-b2a9-1dc9cdfbaadd/8a57243becfd44c0a0f66a7f60fd85ca
+2017-05-04 03:06:06,157 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:06,287 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:06,287 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:06,297 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:06,300 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:06,312 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:06,315 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:06,607 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:06:06,735 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:06:06,744 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:06,919 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:06,919 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7538699b-e626-40be-8037-9ad8ce4bdcfc/checklist/new/
+2017-05-04 03:06:07,103 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:07,103 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:07,238 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:07,371 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:07,372 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/641983da-bf3f-4960-b8ed-ae7d5dd3f051/0f1979d1ac5140bdad441ac7808c4dff
+2017-05-04 03:06:07,421 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:07,531 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:07,531 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:07,537 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:07,539 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:07,542 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:07,544 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:07,580 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:07,608 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:07,670 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:08,055 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:08,056 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3623c78e-e176-493a-b62a-5d23333725a3/checklist/new/
+2017-05-04 03:06:08,156 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:08,156 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:08,197 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:08,269 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:08,305 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:08,305 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61703b74-90bb-4fc8-a7c6-a067482c0fa4/4b304fd6e98a44679b30b89302a154ec
+2017-05-04 03:06:08,343 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:08,444 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:08,445 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:08,452 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:08,453 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:08,458 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:08,459 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:08,771 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:08,772 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/586388a4-0304-4c79-b72a-8d28da4269e3/checklist/new/
+2017-05-04 03:06:08,880 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:08,881 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:08,954 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:09,045 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:06:09,046 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/af707b4a-4472-4265-a4f1-07f0c98cddab/a7fae35fd9994c758eeb810e58e1ad05
+2017-05-04 03:06:09,069 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:06:09,074 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST7DeB9@intl.att.com';
+2017-05-04 03:06:09,078 DEBUG db_general 136 25561 140735693222848 Query result: 95af3393-a942-4e79-9286-bfa25fa2cdac
+2017-05-04 03:06:09,086 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'ST7DeB9@intl.att.com';
+2017-05-04 03:06:09,090 DEBUG db_general 136 25561 140735693222848 Query result: 272
+2017-05-04 03:06:09,095 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '272';
+2017-05-04 03:06:09,098 DEBUG db_general 188 25561 140735693222848 Query result: b5b58ce10b2a4c4697a752e25b286cb2
+2017-05-04 03:06:09,098 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/95af3393-a942-4e79-9286-bfa25fa2cdac/b5b58ce10b2a4c4697a752e25b286cb2
+2017-05-04 03:06:09,098 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/95af3393-a942-4e79-9286-bfa25fa2cdac/b5b58ce10b2a4c4697a752e25b286cb2
+2017-05-04 03:06:09,108 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:09,111 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:09,111 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/504b81d6-11c0-4c46-97b5-9f679f14adcf/ad620aca7a5348eea93802c9ba72b7b1
+2017-05-04 03:06:09,168 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:09,244 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:06:09,244 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:06:09,252 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:09,254 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:09,261 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:09,264 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:09,300 DEBUG test_left_nav_panel 124 25563 140735693222848 Fetched ID: dashboard_2017-220: STJSvCE
+2017-05-04 03:06:09,316 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:09,316 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:09,325 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:09,327 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:09,334 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:09,336 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:10,005 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:10,005 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:06:10,143 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 03:06:10,143 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 03:06:10,164 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-05-04 03:06:10,165 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 03:06:10,165 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-05-04 03:06:10,533 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:10,533 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7115345-6842-498a-9dc7-947f006c1563/checklist/new/
+2017-05-04 03:06:10,557 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:10,558 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/056e6b79-7be0-43ba-a6f2-f7beae6fd737/checklist/new/
+2017-05-04 03:06:10,706 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:06:10,707 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:06:10,722 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:10,723 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:10,804 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:10,804 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:10,804 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:06:10,820 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:11,009 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:11,009 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f263f2b4-2082-48f2-b811-2ca61e7213b5/25436b84e5e84451b66b245f58291a4d
+2017-05-04 03:06:11,088 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:11,101 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:06:11,383 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:11,384 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:11,389 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:11,391 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:11,397 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:11,399 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:11,810 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:06:11,874 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:06:11,987 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:06:11,995 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:06:12,524 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:12,572 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:12,573 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de1e3289-2635-416a-b2ad-23f94218eddb/checklist/new/
+2017-05-04 03:06:12,578 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:06:12,714 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:12,715 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:12,785 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:06:12,805 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:12,852 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:13,101 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:13,101 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2c7e9c3b-7fab-4ad7-9798-7b91faf02d52/66f4208d73704fd28b5af9046d013283
+2017-05-04 03:06:13,174 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:13,184 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:13,334 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:13,367 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:13,367 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:13,376 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:13,379 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:13,395 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:13,397 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:13,432 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:13,951 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:14,190 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:14,191 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:06:14,491 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:14,496 DEBUG db_general 188 25562 140735693222848 Query result: cd3ec32b-4532-42ea-b57d-c447e85055e7
+2017-05-04 03:06:14,503 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:14,508 DEBUG db_general 188 25562 140735693222848 Query result: b7115345-6842-498a-9dc7-947f006c1563
+2017-05-04 03:06:14,515 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:14,519 DEBUG db_general 188 25562 140735693222848 Query result: b7115345-6842-498a-9dc7-947f006c1563
+2017-05-04 03:06:14,527 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7115345-6842-498a-9dc7-947f006c1563';
+2017-05-04 03:06:14,532 DEBUG db_general 188 25562 140735693222848 Query result: 2017-283
+2017-05-04 03:06:14,542 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-283';
+2017-05-04 03:06:14,545 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:06:14,555 DEBUG fe_checklist 50 25562 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:06:14,560 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7115345-6842-498a-9dc7-947f006c1563';
+2017-05-04 03:06:14,562 DEBUG db_general 188 25562 140735693222848 Query result: 2017-283
+2017-05-04 03:06:14,613 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:14,902 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:14,903 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5532d1a9-f4f6-45f3-95d0-fca18c05a845/checklist/new/
+2017-05-04 03:06:15,009 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:06:15,010 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d23a8048-14aa-4e7d-8a28-b619188ae01c/9a79d078cbde4b7cb6314a833a0b0fc0
+2017-05-04 03:06:15,038 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:15,038 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:15,075 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:15,095 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:15,141 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:06:15,233 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:15,233 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:15,237 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:15,239 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:15,243 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:15,245 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:15,267 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:15,268 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5c58cc7e-b5a4-43fc-820f-b29656272155/6e0a4080e5f34e85913637b641b8d8d4
+2017-05-04 03:06:15,331 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:15,442 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:15,442 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:15,448 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:15,450 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:15,455 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:15,458 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:15,838 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:06:15,974 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:06:15,983 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:16,357 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:16,518 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:16,558 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:16,558 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fe38e64a-69af-4395-b88c-21a4a51beb2b/checklist/new/
+2017-05-04 03:06:16,680 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:16,680 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/172dedbe-6441-4e1b-b081-296480c4cd6c/checklist/new/
+2017-05-04 03:06:16,705 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:16,705 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:16,757 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:16,757 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:16,758 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:06:16,778 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:16,778 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:16,818 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:16,901 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:16,915 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:16,915 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/669428c4-68b8-461d-9877-dbec8a4d98b5/ec839feda7f04f82bbe02c275bd4f3bf
+2017-05-04 03:06:16,948 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:17,017 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:17,017 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:17,021 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:17,023 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:17,026 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:17,027 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:17,065 DEBUG test_login_with_new_user 489 25561 140735693222848 click_on on + Dashboard
+2017-05-04 03:06:17,319 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:06:17,407 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=cd3ec32b-4532-42ea-b57d-c447e85055e7&inviter_uuid=af707b4a-4472-4265-a4f1-07f0c98cddab&email=automationqattST4NIWm@gmail.com
+2017-05-04 03:06:17,455 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:17,455 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3f241fde-41d3-42b7-929d-859c2ff3a5d0/checklist/new/
+2017-05-04 03:06:17,549 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:17,550 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:17,590 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:17,618 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:06:17,704 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:17,705 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c159568f-16cf-4b2d-9f10-1a4a208b63cf/57cd064ed12e42d5b93390bc8a90bffb
+2017-05-04 03:06:17,752 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:17,833 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:17,833 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:17,837 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:17,838 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:17,842 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:17,843 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:18,182 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:18,183 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba59b010-6a73-4811-a833-5e2bc5bb84b1/checklist/new/
+2017-05-04 03:06:18,260 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:18,260 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:18,293 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:06:18,297 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:18,393 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:06:18,401 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:18,402 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:18,403 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fdfbe3d9-275c-4063-94a1-3eaed6bff865/566b0d66e8c345d18128c09aab8f0c83
+2017-05-04 03:06:18,445 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:18,520 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:18,521 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:18,525 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:18,526 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:18,530 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:18,531 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:18,831 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:06:19,204 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:19,336 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:19,336 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f462f480-5035-4deb-8a43-1237c35c9c52/checklist/new/
+2017-05-04 03:06:19,441 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:19,442 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:19,481 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:19,501 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:19,501 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:19,502 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:06:19,616 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:19,616 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:06:19,716 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:20,426 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:06:20,435 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:06:20,530 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:20,606 DEBUG db_general 128 25563 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'dd1122@att.com';
+2017-05-04 03:06:20,609 DEBUG db_general 136 25563 140735693222848 Query result: 856c1788-a741-4ce8-8652-34d1bc7fff23
+2017-05-04 03:06:20,641 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-290: STh4FTC
+2017-05-04 03:06:20,656 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STh4FTC';
+2017-05-04 03:06:20,659 DEBUG db_general 188 25563 140735693222848 Query result: 7e964ce3-ebeb-4f2f-b7e0-9c546169dfa2
+2017-05-04 03:06:20,668 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-289: STBJAT4
+2017-05-04 03:06:20,694 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STBJAT4';
+2017-05-04 03:06:20,698 DEBUG db_general 188 25563 140735693222848 Query result: 6e110ee8-2604-43de-98f0-70942102d082
+2017-05-04 03:06:20,708 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-288: STlPfhu
+2017-05-04 03:06:20,717 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STlPfhu';
+2017-05-04 03:06:20,721 DEBUG db_general 188 25563 140735693222848 Query result: a760882b-d48d-4882-b02a-95ec3995e018
+2017-05-04 03:06:20,732 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-287: STQWPlr
+2017-05-04 03:06:20,740 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STQWPlr';
+2017-05-04 03:06:20,744 DEBUG db_general 188 25563 140735693222848 Query result: 7ba0e40f-85df-4fd2-b8b4-257886b10575
+2017-05-04 03:06:21,046 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:21,047 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-286: STVraFy
+2017-05-04 03:06:21,056 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STVraFy';
+2017-05-04 03:06:21,059 DEBUG db_general 188 25563 140735693222848 Query result: bfa7559f-989f-405c-9be0-cbd6e6c50e63
+2017-05-04 03:06:21,072 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-285: STUnWqj
+2017-05-04 03:06:21,083 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STUnWqj';
+2017-05-04 03:06:21,086 DEBUG db_general 188 25563 140735693222848 Query result: 8e66e3c7-ae27-42a0-be8b-fe2b78aaaedf
+2017-05-04 03:06:21,095 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-284: ST0QX1n
+2017-05-04 03:06:21,102 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:06:21,103 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'ST0QX1n';
+2017-05-04 03:06:21,107 DEBUG db_general 188 25563 140735693222848 Query result: 21afd333-bfd3-4cac-81c5-cdd69f870f5b
+2017-05-04 03:06:21,122 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-283: STb6oxU
+2017-05-04 03:06:21,123 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:06:21,133 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:21,141 DEBUG db_general 188 25563 140735693222848 Query result: cd3ec32b-4532-42ea-b57d-c447e85055e7
+2017-05-04 03:06:21,186 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-282: ST4psiD
+2017-05-04 03:06:21,198 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'ST4psiD';
+2017-05-04 03:06:21,201 DEBUG db_general 188 25563 140735693222848 Query result: 1c157948-a7f7-4318-9be9-d45459ec01ae
+2017-05-04 03:06:21,211 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-281: ST1GW6l
+2017-05-04 03:06:21,215 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:06:21,222 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:21,228 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'ST1GW6l';
+2017-05-04 03:06:21,232 DEBUG db_general 188 25563 140735693222848 Query result: 42aaff0d-ed2e-42de-9a4a-38b8fd151d28
+2017-05-04 03:06:21,242 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-280: STjT0AI
+2017-05-04 03:06:21,251 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STjT0AI';
+2017-05-04 03:06:21,255 DEBUG db_general 188 25563 140735693222848 Query result: bc9306bb-7ceb-4435-a75f-0620bf5ba6c5
+2017-05-04 03:06:21,263 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-279: STRFbtj
+2017-05-04 03:06:21,273 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STRFbtj';
+2017-05-04 03:06:21,277 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:06:21,280 DEBUG db_general 188 25563 140735693222848 Query result: 675dc548-2751-4f4f-8fcb-2ab13445284d
+2017-05-04 03:06:21,286 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:21,307 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-278: STeB2ih
+2017-05-04 03:06:21,316 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STeB2ih';
+2017-05-04 03:06:21,321 DEBUG db_general 188 25563 140735693222848 Query result: 799737d3-c3c2-4445-beb0-b71fa9a315d6
+2017-05-04 03:06:21,330 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-277: SThWFCw
+2017-05-04 03:06:21,339 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'SThWFCw';
+2017-05-04 03:06:21,344 DEBUG db_general 188 25563 140735693222848 Query result: 2acf2b75-c825-408d-bbd1-eb9545ed9d95
+2017-05-04 03:06:21,354 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-276: STh9rAL
+2017-05-04 03:06:21,362 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STh9rAL';
+2017-05-04 03:06:21,365 DEBUG db_general 188 25563 140735693222848 Query result: 1526463b-133e-44ed-af8f-50d66a340f19
+2017-05-04 03:06:21,376 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-275: STm2Ud4
+2017-05-04 03:06:21,388 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STm2Ud4';
+2017-05-04 03:06:21,394 DEBUG db_general 188 25563 140735693222848 Query result: af9be632-6752-4fa1-bd40-f42d326ebaf0
+2017-05-04 03:06:21,477 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-274: STWzAvJ
+2017-05-04 03:06:21,496 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STWzAvJ';
+2017-05-04 03:06:21,504 DEBUG db_general 188 25563 140735693222848 Query result: ac629bfd-959a-42c9-aa3c-0ab810982584
+2017-05-04 03:06:21,525 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-273: ST5TXlH
+2017-05-04 03:06:21,543 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'ST5TXlH';
+2017-05-04 03:06:21,548 DEBUG db_general 188 25563 140735693222848 Query result: dbdea7f3-65a4-452b-a38f-8d94c5c74090
+2017-05-04 03:06:21,574 DEBUG fe_wizard 57 25561 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:06:21,632 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-272: STLH15i
+2017-05-04 03:06:21,647 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STLH15i';
+2017-05-04 03:06:21,651 DEBUG db_general 188 25563 140735693222848 Query result: 97e23261-0f62-49f8-b41b-b57fd0e8ec31
+2017-05-04 03:06:21,665 DEBUG test_left_nav_panel 103 25563 140735693222848 Fetched ID: clickable_2017-271: STt7vVS
+2017-05-04 03:06:21,683 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_vf Where name = 'STt7vVS';
+2017-05-04 03:06:21,688 DEBUG db_general 188 25563 140735693222848 Query result: a9adc337-a8f7-4818-a974-5160660de258
+2017-05-04 03:06:21,689 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 03:06:21,689 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 03:06:21,716 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-05-04 03:06:21,717 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 03:06:21,717 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-04 03:06:21,912 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:22,429 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:22,441 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:22,958 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:23,594 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:24,637 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:24,884 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:25,004 DEBUG fe_wizard 97 25561 140735693222848 Tab Invite Team Members
+2017-05-04 03:06:26,111 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:06:26,111 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9a91ad5-ed94-4ded-ab6a-1b801b943fc1/06fa535c79aa49c99b49988ecf3d5bbc
+2017-05-04 03:06:26,140 DEBUG fe_wizard 115 25561 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:06:26,152 DEBUG helper 42 25561 140735693222848 About to generate SSH Public Key
+2017-05-04 03:06:26,157 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:26,259 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:26,259 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:26,263 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:26,265 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:26,271 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:26,276 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:26,502 DEBUG helper 57 25561 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnThf1h22IBd2b2pczDzBn1IkAyhyg4mJV0/glHoyf/v0IPvIbw6xSnwiqsLFzP87f4kqBzKA1ZwZhCGtMV1lJO/dZ4GuwP+GZ1eQMTs9Im3uvtlkfiQbou8XrkQE2h6pPYy8isfgpRlC1qtuX0OzKCtrjdzTOiv07ecmvi6aVvXJ1prVr+Ct4h7Ei9AhogG2SYz84NzdOC5/SnHntyv2r0wnrKdttTNnd4KOsthlvhVa5r2UalmFQCjq1ACSwe/j2VuWmm2qQaQRWHUxwHeiEUZwUNn0dIxLRjq+bPJutIIKccitgj6frRmTSC0Eyz00MgL+IKW0Q6DeJu5veEFxz
+2017-05-04 03:06:26,949 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:26,949 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a8031a1e-e80b-4f23-8b0a-a92cd6c5fa27/checklist/new/
+2017-05-04 03:06:27,045 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:27,045 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:27,101 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:27,106 DEBUG db_general 177 25563 140735693222848 Query : select engagement_id from ice_vf Where name = 'STeFAYX';
+2017-05-04 03:06:27,111 DEBUG db_general 188 25563 140735693222848 Query result: a8031a1e-e80b-4f23-8b0a-a92cd6c5fa27
+2017-05-04 03:06:27,115 DEBUG db_general 177 25563 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'a8031a1e-e80b-4f23-8b0a-a92cd6c5fa27';
+2017-05-04 03:06:27,119 DEBUG db_general 188 25563 140735693222848 Query result: 2017-293
+2017-05-04 03:06:27,123 DEBUG db_general 177 25563 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-293';
+2017-05-04 03:06:27,126 DEBUG db_general 188 25563 140735693222848 Query result: 1
+2017-05-04 03:06:27,135 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:27,136 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:06:27,970 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STM3iVX';
+2017-05-04 03:06:27,973 DEBUG db_general 188 25562 140735693222848 Query result: 6f4115a1-0780-48cd-af0d-84ccaa0eb144
+2017-05-04 03:06:27,976 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where uuid = '6f4115a1-0780-48cd-af0d-84ccaa0eb144' order by update_time desc limit 1;
+2017-05-04 03:06:27,983 DEBUG db_general 177 25562 140735693222848 Query : select template_id from ice_checklist Where name = 'STM3iVX';
+2017-05-04 03:06:27,985 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:06:28,056 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:06:28,072 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:06:28,766 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:06:28,779 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:28,780 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:06:28,877 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:06:28,881 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:29,641 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:06:29,738 DEBUG fe_wizard 130 25561 140735693222848 SSH Key added via modal window.
+2017-05-04 03:06:29,871 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:30,225 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:06:30,278 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:06:30,380 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:06:30,384 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:31,039 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST419Tr';
+2017-05-04 03:06:31,047 DEBUG db_general 188 25561 140735693222848 Query result: 8980e239-c416-4547-ae57-86e01ebecec5
+2017-05-04 03:06:31,063 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8980e239-c416-4547-ae57-86e01ebecec5';
+2017-05-04 03:06:31,076 DEBUG db_general 188 25561 140735693222848 Query result: 2017-292
+2017-05-04 03:06:31,100 DEBUG db_general 177 25561 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-292';
+2017-05-04 03:06:31,109 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:06:31,197 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST419Tr';
+2017-05-04 03:06:31,203 DEBUG db_general 188 25561 140735693222848 Query result: 8980e239-c416-4547-ae57-86e01ebecec5
+2017-05-04 03:06:31,211 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8980e239-c416-4547-ae57-86e01ebecec5';
+2017-05-04 03:06:31,215 DEBUG db_general 188 25561 140735693222848 Query result: 2017-292
+2017-05-04 03:06:31,693 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:32,211 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:32,460 DEBUG db_general 177 25561 140735693222848 Query : select full_name from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:06:32,464 DEBUG db_general 188 25561 140735693222848 Query result: Homer Simpson
+2017-05-04 03:06:32,509 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 03:06:32,509 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 03:06:32,527 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-05-04 03:06:32,528 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 03:06:32,529 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-05-04 03:06:32,752 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:33,560 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:33,737 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:34,121 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:34,260 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:34,728 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:34,835 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STM3iVX';
+2017-05-04 03:06:34,838 DEBUG db_general 188 25562 140735693222848 Query result: 6f4115a1-0780-48cd-af0d-84ccaa0eb144
+2017-05-04 03:06:34,843 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:35,365 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:35,659 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:36,975 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:06:36,976 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/02c5bc42-6a6d-40d4-8450-e3c1df3d94ca/1adeffa6c13248d2a3c40752605d9f7d
+2017-05-04 03:06:37,011 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:37,015 DEBUG db_general 188 25562 140735693222848 Query result: b7115345-6842-498a-9dc7-947f006c1563
+2017-05-04 03:06:37,022 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7115345-6842-498a-9dc7-947f006c1563';
+2017-05-04 03:06:37,026 DEBUG db_general 188 25562 140735693222848 Query result: 2017-283
+2017-05-04 03:06:37,029 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:37,033 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-283';
+2017-05-04 03:06:37,036 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:06:37,128 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:06:37,129 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:06:37,136 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:37,137 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:37,141 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:37,143 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:37,800 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:37,801 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb2fbc0e-4311-4472-a867-f7f5abb6bbc7/checklist/new/
+2017-05-04 03:06:37,812 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:06:37,891 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:06:37,891 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:06:37,914 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:06:37,936 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:37,937 DEBUG api_user 66 25561 140735693222848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-05-04 03:06:37,980 DEBUG api_user 88 25561 140735693222848 Testing for Cross site scripting successfully : STiCQPvstattus Code = 200
+2017-05-04 03:06:37,981 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb2fbc0e-4311-4472-a867-f7f5abb6bbc7/checklist/new/
+2017-05-04 03:06:38,051 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:06:38,052 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:06:38,087 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:38,088 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:38,088 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:06:38,434 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:06:38,975 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:06:39,667 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:06:39,670 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 03:06:39,670 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 03:06:39,689 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-04 03:06:39,690 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 03:06:39,690 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-05-04 03:06:39,789 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:06:39,795 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:39,911 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:06:40,439 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:06:40,594 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:41,112 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:41,245 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:41,642 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:42,539 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:06:42,803 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:42,867 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:06:43,053 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:06:43,516 DEBUG db_checklist 58 25562 140735693222848 Query : select owner_id from ice_checklist Where uuid = '6f4115a1-0780-48cd-af0d-84ccaa0eb144' and state = 'peer_review';
+2017-05-04 03:06:43,523 DEBUG db_checklist 73 25562 140735693222848 Query result: 1
+2017-05-04 03:06:43,529 DEBUG db_general 177 25562 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:06:43,532 DEBUG db_general 188 25562 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:06:43,532 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:43,533 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:06:43,971 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:06:43,972 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/31daaf46-3dc1-4e55-904e-de56306bcbc9/efdec3132b3f4dce9f671859931097e0
+2017-05-04 03:06:44,006 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:44,078 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:44,078 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:44,082 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:44,083 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:44,087 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:44,089 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:44,387 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:06:44,546 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:44,547 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5528191-af6a-4e64-b1da-7b06cbcfb8d4/checklist/new/
+2017-05-04 03:06:44,651 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:44,651 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:44,691 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:44,691 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:44,691 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:06:45,031 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:06:45,133 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:06:45,141 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:45,557 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:06:45,976 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:46,271 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:06:46,365 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:06:46,374 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:46,505 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:47,294 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:47,336 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:47,699 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 03:06:47,699 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 03:06:47,711 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-05-04 03:06:47,711 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 03:06:47,711 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-05-04 03:06:47,849 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:48,437 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STM3iVX';
+2017-05-04 03:06:48,441 DEBUG db_general 188 25562 140735693222848 Query result: 6f4115a1-0780-48cd-af0d-84ccaa0eb144
+2017-05-04 03:06:48,452 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:49,031 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:49,552 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:50,232 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:06:50,669 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 03:06:50,669 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 03:06:50,687 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-05-04 03:06:50,687 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 03:06:50,687 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-05-04 03:06:50,881 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:51,315 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:51,321 DEBUG db_general 188 25562 140735693222848 Query result: b7115345-6842-498a-9dc7-947f006c1563
+2017-05-04 03:06:51,328 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7115345-6842-498a-9dc7-947f006c1563';
+2017-05-04 03:06:51,334 DEBUG db_general 188 25562 140735693222848 Query result: 2017-283
+2017-05-04 03:06:51,340 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-283';
+2017-05-04 03:06:51,343 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:06:51,953 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 03:06:51,954 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 03:06:52,023 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-05-04 03:06:52,026 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 03:06:52,027 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 03:06:52,416 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:06:52,833 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:06:52,845 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STuFzOh@amdocs.com';
+2017-05-04 03:06:52,850 DEBUG db_general 136 25561 140735693222848 Query result: d537e59d-28f9-495a-9b9b-bcfc8c960f8b
+2017-05-04 03:06:52,855 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STuFzOh@amdocs.com';
+2017-05-04 03:06:52,858 DEBUG db_general 136 25561 140735693222848 Query result: d537e59d-28f9-495a-9b9b-bcfc8c960f8b
+2017-05-04 03:06:52,866 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'STuFzOh@amdocs.com';
+2017-05-04 03:06:52,870 DEBUG db_general 136 25561 140735693222848 Query result: 284
+2017-05-04 03:06:52,875 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '284';
+2017-05-04 03:06:52,879 DEBUG db_general 188 25561 140735693222848 Query result: ea8d5bc1ecbb415bbee52f6d87fabb52
+2017-05-04 03:06:52,879 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d537e59d-28f9-495a-9b9b-bcfc8c960f8b/ea8d5bc1ecbb415bbee52f6d87fabb52
+2017-05-04 03:06:52,879 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d537e59d-28f9-495a-9b9b-bcfc8c960f8b/ea8d5bc1ecbb415bbee52f6d87fabb52
+2017-05-04 03:06:53,833 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:53,834 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:06:53,835 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:54,579 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STb6oxU';
+2017-05-04 03:06:54,586 DEBUG db_general 188 25562 140735693222848 Query result: b7115345-6842-498a-9dc7-947f006c1563
+2017-05-04 03:06:54,593 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7115345-6842-498a-9dc7-947f006c1563';
+2017-05-04 03:06:54,598 DEBUG db_general 188 25562 140735693222848 Query result: 2017-283
+2017-05-04 03:06:54,604 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-283';
+2017-05-04 03:06:54,607 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:06:54,787 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:06:55,206 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:55,247 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:06:55,248 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/37df29e5-3096-4088-9bc5-99c0b4df23ea/8aa8cce38e8f4787ab1a6a0c51d69fb1
+2017-05-04 03:06:55,296 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:55,398 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:55,399 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:55,404 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:55,405 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:55,412 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:55,416 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:55,465 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:06:55,602 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:06:55,607 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:06:56,264 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:56,265 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5760eef3-0328-4c6d-89f9-d48500e5469d/checklist/new/
+2017-05-04 03:06:56,363 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STM3iVX';
+2017-05-04 03:06:56,366 DEBUG db_general 188 25562 140735693222848 Query result: [('c70ac56f-f696-45b1-ab48-eec49d239e32',), ('6f4115a1-0780-48cd-af0d-84ccaa0eb144',)]
+2017-05-04 03:06:56,373 DEBUG db_general 177 25562 140735693222848 Query : select state from ice_checklist Where uuid = '('c70ac56f-f696-45b1-ab48-eec49d239e32',)';
+2017-05-04 03:06:56,375 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:06:56,382 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:06:56,382 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:06:56,405 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:06:56,406 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 03:06:56,406 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-04 03:06:56,447 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:06:56,447 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:06:56,524 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:56,525 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:56,525 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:06:56,666 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:57,062 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:06:57,062 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a38717b-82d5-4788-808d-52b4cd44e6df/7c3c4d241620464ea0001db13d579c5f
+2017-05-04 03:06:57,130 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:06:57,186 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:57,264 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:57,264 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:57,280 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:06:57,283 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:06:57,291 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:06:57,293 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:06:57,765 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:06:57,986 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:06:57,987 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59d693e1-13e7-4036-995c-86ea41bd064b/checklist/new/
+2017-05-04 03:06:58,107 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:06:58,107 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:06:58,156 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:06:58,156 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:58,156 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:06:58,321 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:06:58,321 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:06:58,493 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:06:58,633 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:06:58,640 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:59,071 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:06:59,179 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:06:59,249 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:06:59,549 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:06:59,749 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:06:59,862 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:06:59,874 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:06:59,905 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:07:00,055 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:07:00,063 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:00,582 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:00,632 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:07:01,012 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:01,102 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:01,263 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:07:01,263 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/700c5dc8-0cb5-4e4e-bfe7-460c48c76ca2/c0da563ceff6402e8f69c6ace5b85a2f
+2017-05-04 03:07:01,309 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:01,393 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:01,393 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:01,397 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:01,399 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:01,403 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:01,404 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:01,530 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:01,654 DEBUG test_login_with_new_user 413 25561 140735693222848 click_on on + Dashboard
+2017-05-04 03:07:01,725 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:01,725 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/db741e21-3a75-4a6a-961e-7c5c9c60da16/checklist/new/
+2017-05-04 03:07:01,848 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:01,849 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:01,900 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:01,901 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:01,901 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:07:01,977 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:07:02,067 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:02,877 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:07:02,932 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:03,378 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:03,482 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:03,563 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:07:03,675 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:07:03,680 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:04,168 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:04,266 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:04,431 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:04,686 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:04,801 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_vf Where name = 'STZDHv4';
+2017-05-04 03:07:04,806 DEBUG db_general 188 25562 140735693222848 Query result: 75914a62-0f81-4f33-b7c3-9f8f2895e68f
+2017-05-04 03:07:04,810 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STZDHv4';
+2017-05-04 03:07:04,814 DEBUG db_general 188 25562 140735693222848 Query result: db741e21-3a75-4a6a-961e-7c5c9c60da16
+2017-05-04 03:07:04,819 DEBUG db_general 177 25562 140735693222848 Query : select engagement_id from ice_vf Where name = 'STZDHv4';
+2017-05-04 03:07:04,822 DEBUG db_general 188 25562 140735693222848 Query result: db741e21-3a75-4a6a-961e-7c5c9c60da16
+2017-05-04 03:07:04,832 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'db741e21-3a75-4a6a-961e-7c5c9c60da16';
+2017-05-04 03:07:04,836 DEBUG db_general 188 25562 140735693222848 Query result: 2017-298
+2017-05-04 03:07:04,842 DEBUG db_general 177 25562 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-298';
+2017-05-04 03:07:04,845 DEBUG db_general 188 25562 140735693222848 Query result: 2
+2017-05-04 03:07:04,851 DEBUG fe_checklist 50 25562 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:07:04,856 DEBUG db_general 177 25562 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'db741e21-3a75-4a6a-961e-7c5c9c60da16';
+2017-05-04 03:07:04,858 DEBUG db_general 188 25562 140735693222848 Query result: 2017-298
+2017-05-04 03:07:04,898 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:04,945 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:05,218 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:05,581 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:05,727 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:06,233 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 03:07:06,234 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 03:07:06,251 DEBUG fe_wizard 77 25561 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 03:07:06,264 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 03:07:06,265 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 03:07:06,265 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 03:07:06,375 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:06,892 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:07,167 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:07:07,415 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=75914a62-0f81-4f33-b7c3-9f8f2895e68f&inviter_uuid=700c5dc8-0cb5-4e4e-bfe7-460c48c76ca2&email=automationqattSTVuKch@gmail.com
+2017-05-04 03:07:08,985 DEBUG fe_wizard 97 25561 140735693222848 Tab Invite Team Members
+2017-05-04 03:07:09,170 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:07:09,417 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:09,445 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:09,934 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:09,958 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:09,958 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:07:10,308 DEBUG fe_wizard 115 25561 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:07:10,335 DEBUG helper 42 25561 140735693222848 About to generate SSH Public Key
+2017-05-04 03:07:10,498 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:10,499 DEBUG helper 57 25561 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxJNzxnbF6w1xDilvTmF3J0qaoqaxeWWdq3Bqvavd1IAt806sRZX9IHEc2u7hCgRAkn8XUhWsa/aluVy4/CMx88t9L8CF+3cChMClg7P3pEksqLpEvTvybrY3wB1Gz2EeNYjdkjEj3116j5/y+EpfyBsBtiMbspCWXGV3QaWadJXqOIaQodbXSFGjZJ8vbasqfji+E3J3urK8c33l1XEb/iid1p9oSkbGpLpBXFLr58oVOzRg8G1svUXS1mXaOEIi72kaSwiN0yZiOhIpBTBoBcbT4sIC9hxp5jB8bDAUg61S7m5NMTapXRwqudVGsLAga4wcUNWnywWPiDnzT6w4H
+2017-05-04 03:07:10,848 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:07:11,019 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:11,056 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:07:11,056 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a7bb7933-4509-404b-b615-4fa1668ea2ea/2871323810c54fad81c4ad1bc210a455
+2017-05-04 03:07:11,131 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:11,242 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:07:11,242 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:07:11,247 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:11,248 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:11,252 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:11,254 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:11,532 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:11,544 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:07:11,642 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:07:11,646 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:12,192 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:12,280 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:12,280 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d3b1d644-07a5-4c11-9cca-39bb3fe72416/checklist/new/
+2017-05-04 03:07:12,405 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:07:12,405 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:07:12,463 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:12,464 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:12,464 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:07:12,610 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:13,204 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:13,396 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:07:13,421 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:07:14,027 DEBUG fe_wizard 130 25561 140735693222848 SSH Key added via modal window.
+2017-05-04 03:07:14,033 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTkwPxh';
+2017-05-04 03:07:14,036 DEBUG db_general 188 25561 140735693222848 Query result: f971b5fe-b556-4b7c-bdf8-999b0e3dc298
+2017-05-04 03:07:14,041 DEBUG db_user 49 25561 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'f971b5fe-b556-4b7c-bdf8-999b0e3dc298' and email = 'automationqattSTzIi6T@gmail.com' ;
+2017-05-04 03:07:14,043 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTzIi6T@gmail.com
+2017-05-04 03:07:14,108 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:07:14,197 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:14,226 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:07:14,232 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:15,207 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:15,493 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 03:07:15,496 DEBUG db_general 188 25561 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:07:15,497 DEBUG db_user 37 25561 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=ST0yBxz@att.com&full_name=ST62jqOSTPgLO0&phone_number=2012783367&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:07:15,497 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=ST0yBxz@att.com&full_name=ST62jqOSTPgLO0&phone_number=2012783367&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:07:15,663 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:15,739 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:16,265 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:16,648 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTkwPxh';
+2017-05-04 03:07:16,656 DEBUG db_general 188 25561 140735693222848 Query result: afca6626-158e-4261-b1b4-11d9dd3720c0
+2017-05-04 03:07:16,662 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'afca6626-158e-4261-b1b4-11d9dd3720c0';
+2017-05-04 03:07:16,672 DEBUG db_general 188 25561 140735693222848 Query result: 2017-300
+2017-05-04 03:07:16,680 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-300';
+2017-05-04 03:07:16,685 DEBUG db_general 188 25561 140735693222848 Query result: afca6626-158e-4261-b1b4-11d9dd3720c0
+2017-05-04 03:07:16,689 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:16,702 DEBUG db_user 49 25561 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'afca6626-158e-4261-b1b4-11d9dd3720c0' and email = 'ST0yBxz@att.com' ;
+2017-05-04 03:07:16,713 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTkwPxh';
+2017-05-04 03:07:16,717 DEBUG db_general 188 25561 140735693222848 Query result: afca6626-158e-4261-b1b4-11d9dd3720c0
+2017-05-04 03:07:16,736 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'afca6626-158e-4261-b1b4-11d9dd3720c0';
+2017-05-04 03:07:16,750 DEBUG db_general 188 25561 140735693222848 Query result: 2017-300
+2017-05-04 03:07:16,760 DEBUG db_general 177 25561 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-300';
+2017-05-04 03:07:16,763 DEBUG db_general 188 25561 140735693222848 Query result: 1
+2017-05-04 03:07:16,777 DEBUG api_user 206 25561 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:07:16,783 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:17,241 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:17,265 DEBUG api_user 231 25561 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:07:17,266 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/afca6626-158e-4261-b1b4-11d9dd3720c0/checklist/new/
+2017-05-04 03:07:17,389 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:07:17,390 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:07:17,409 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:17,434 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:17,439 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST0yBxz@att.com';
+2017-05-04 03:07:17,442 DEBUG db_general 136 25561 140735693222848 Query result: 1e9adc93-bed9-4470-9db5-20216a70c159
+2017-05-04 03:07:17,446 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'ST0yBxz@att.com';
+2017-05-04 03:07:17,449 DEBUG db_general 136 25561 140735693222848 Query result: 289
+2017-05-04 03:07:17,454 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '289';
+2017-05-04 03:07:17,456 DEBUG db_general 188 25561 140735693222848 Query result: 669ced2867e14c1b976bc6d8a9701ebb
+2017-05-04 03:07:17,457 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e9adc93-bed9-4470-9db5-20216a70c159/669ced2867e14c1b976bc6d8a9701ebb
+2017-05-04 03:07:17,461 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'afca6626-158e-4261-b1b4-11d9dd3720c0';
+2017-05-04 03:07:17,464 DEBUG db_general 188 25561 140735693222848 Query result: 2017-300
+2017-05-04 03:07:17,464 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e9adc93-bed9-4470-9db5-20216a70c159/669ced2867e14c1b976bc6d8a9701ebb
+2017-05-04 03:07:17,921 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaieKl';
+2017-05-04 03:07:17,925 DEBUG db_general 188 25560 140735693222848 Query result: 6ca1b523-581c-4356-828a-4dcb473ef931
+2017-05-04 03:07:17,930 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6ca1b523-581c-4356-828a-4dcb473ef931';
+2017-05-04 03:07:17,933 DEBUG db_general 188 25560 140735693222848 Query result: 2017-299
+2017-05-04 03:07:18,000 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STCKJTx';
+2017-05-04 03:07:18,005 DEBUG db_general 188 25562 140735693222848 Query result: 5867a39c-8008-4d38-8e73-f57ad39e5098
+2017-05-04 03:07:18,010 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where uuid = '5867a39c-8008-4d38-8e73-f57ad39e5098' order by update_time desc limit 1;
+2017-05-04 03:07:18,019 DEBUG db_general 177 25562 140735693222848 Query : select template_id from ice_checklist Where name = 'STCKJTx';
+2017-05-04 03:07:18,024 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:07:18,119 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:07:18,631 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:18,631 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:07:19,044 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:19,044 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:07:19,592 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:07:19,900 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:07:20,162 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 03:07:20,162 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 03:07:20,178 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 03:07:20,179 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 03:07:20,179 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 03:07:20,260 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:07:20,382 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:07:20,390 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login/afca6626-158e-4261-b1b4-11d9dd3720c0?activation_success=true page is loaded.
+2017-05-04 03:07:20,657 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:07:20,814 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:07:20,828 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:20,918 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:21,370 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:21,441 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:21,456 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTLAa8b';
+2017-05-04 03:07:21,468 DEBUG db_general 188 25560 140735693222848 Query result: cc5c7f07-f207-44f4-b295-2a7e2d0a7b7b
+2017-05-04 03:07:21,477 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'cc5c7f07-f207-44f4-b295-2a7e2d0a7b7b';
+2017-05-04 03:07:21,482 DEBUG db_general 188 25560 140735693222848 Query result: 2017-301
+2017-05-04 03:07:22,045 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:22,139 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:22,561 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:22,659 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:23,085 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:23,175 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:23,293 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:23,619 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 03:07:23,620 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 03:07:23,636 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-05-04 03:07:23,636 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 03:07:23,636 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-05-04 03:07:23,702 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:24,694 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:24,946 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:07:24,947 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/abea2d9f-958c-43b4-8140-b1af1509fd1f/1956770e39f346c0ad97368b435cf9f2
+2017-05-04 03:07:25,010 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:25,140 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:07:25,141 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:07:25,145 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:25,147 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:25,151 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:25,153 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:25,211 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:25,589 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:25,590 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/675b74b4-d9b7-4555-92d4-78217a9a5367/checklist/new/
+2017-05-04 03:07:25,712 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:07:25,712 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:07:25,753 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist Where name = 'STCKJTx';
+2017-05-04 03:07:25,755 DEBUG db_general 188 25562 140735693222848 Query result: 5867a39c-8008-4d38-8e73-f57ad39e5098
+2017-05-04 03:07:25,760 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:25,788 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:25,803 DEBUG db_general 177 25563 140735693222848 Query : select id from ice_user_profile Where email = 'STGrQ8d@intl.att.com';
+2017-05-04 03:07:25,811 DEBUG db_general 188 25563 140735693222848 Query result: 290
+2017-05-04 03:07:25,819 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_next_step Where owner_id = '290';
+2017-05-04 03:07:25,823 DEBUG db_general 188 25563 140735693222848 Query result: 2e933e7e-a630-4c62-8af7-cafcfbdf2c70
+2017-05-04 03:07:25,838 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:25,839 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:07:25,923 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTrVM1J';
+2017-05-04 03:07:25,927 DEBUG db_general 188 25560 140735693222848 Query result: 5b57c722-13ee-48c7-9dbd-a98889845e15
+2017-05-04 03:07:25,932 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5b57c722-13ee-48c7-9dbd-a98889845e15';
+2017-05-04 03:07:25,938 DEBUG db_general 188 25560 140735693222848 Query result: 2017-303
+2017-05-04 03:07:26,747 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:26,848 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:07:27,527 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:07:27,702 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:07:27,710 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:28,183 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:07:28,189 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STA75ru@intl.att.com';
+2017-05-04 03:07:28,194 DEBUG db_general 136 25561 140735693222848 Query result: ee07c721-f14e-4162-8156-02f42f0191aa
+2017-05-04 03:07:28,200 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STA75ru@intl.att.com';
+2017-05-04 03:07:28,203 DEBUG db_general 136 25561 140735693222848 Query result: ee07c721-f14e-4162-8156-02f42f0191aa
+2017-05-04 03:07:28,209 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'STA75ru@intl.att.com';
+2017-05-04 03:07:28,212 DEBUG db_general 136 25561 140735693222848 Query result: 291
+2017-05-04 03:07:28,217 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '291';
+2017-05-04 03:07:28,219 DEBUG db_general 188 25561 140735693222848 Query result: 7a8b2ad0e9a1439aaf47d55910d46cea
+2017-05-04 03:07:28,219 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ee07c721-f14e-4162-8156-02f42f0191aa/7a8b2ad0e9a1439aaf47d55910d46cea
+2017-05-04 03:07:28,220 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ee07c721-f14e-4162-8156-02f42f0191aa/7a8b2ad0e9a1439aaf47d55910d46cea
+2017-05-04 03:07:28,384 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:28,920 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:29,163 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:29,164 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:07:29,642 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:07:29,901 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:30,009 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaieKl';
+2017-05-04 03:07:30,015 DEBUG db_general 188 25560 140735693222848 Query result: 6ca1b523-581c-4356-828a-4dcb473ef931
+2017-05-04 03:07:30,021 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6ca1b523-581c-4356-828a-4dcb473ef931';
+2017-05-04 03:07:30,026 DEBUG db_general 188 25560 140735693222848 Query result: 2017-299
+2017-05-04 03:07:30,034 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaieKl';
+2017-05-04 03:07:30,038 DEBUG db_general 188 25560 140735693222848 Query result: 6ca1b523-581c-4356-828a-4dcb473ef931
+2017-05-04 03:07:30,042 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6ca1b523-581c-4356-828a-4dcb473ef931';
+2017-05-04 03:07:30,047 DEBUG db_general 188 25560 140735693222848 Query result: 2017-299
+2017-05-04 03:07:30,055 DEBUG db_general 177 25560 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-299';
+2017-05-04 03:07:30,058 DEBUG db_general 188 25560 140735693222848 Query result: 2
+2017-05-04 03:07:30,073 DEBUG db_general 128 25560 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'SThTAe6@intl.att.com';
+2017-05-04 03:07:30,077 DEBUG db_general 136 25560 140735693222848 Query result: 37df29e5-3096-4088-9bc5-99c0b4df23ea
+2017-05-04 03:07:30,082 DEBUG db_user 49 25560 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '6ca1b523-581c-4356-828a-4dcb473ef931' and email = 'STIx92T@intl.att.com' ;
+2017-05-04 03:07:30,091 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 03:07:30,096 DEBUG db_general 188 25560 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:07:30,096 DEBUG db_user 37 25560 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=b14f5461-fba5-4fc8-886d-a34cf2d7e294&email=STIx92T@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:07:30,096 DEBUG api_user 206 25560 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:07:30,208 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:07:30,222 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:07:30,417 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:30,799 DEBUG api_user 231 25560 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:07:30,799 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ca1b523-581c-4356-828a-4dcb473ef931/checklist/new/
+2017-05-04 03:07:30,884 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:07:30,884 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:07:30,927 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:30,933 DEBUG db_general 128 25560 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STIx92T@intl.att.com';
+2017-05-04 03:07:30,935 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:30,937 DEBUG db_general 136 25560 140735693222848 Query result: 629f4e23-1804-4a91-b472-815f1b4e4abf
+2017-05-04 03:07:30,943 DEBUG db_general 128 25560 140735693222848 Query : select id from auth_user WHERE Email = 'STIx92T@intl.att.com';
+2017-05-04 03:07:30,946 DEBUG db_general 136 25560 140735693222848 Query result: 292
+2017-05-04 03:07:30,952 DEBUG db_general 177 25560 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '292';
+2017-05-04 03:07:30,954 DEBUG db_general 188 25560 140735693222848 Query result: 2b5aa90cd7a94b959d21cc3ed0812ca6
+2017-05-04 03:07:30,955 DEBUG db_user 27 25560 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/629f4e23-1804-4a91-b472-815f1b4e4abf/2b5aa90cd7a94b959d21cc3ed0812ca6
+2017-05-04 03:07:30,955 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/629f4e23-1804-4a91-b472-815f1b4e4abf/2b5aa90cd7a94b959d21cc3ed0812ca6
+2017-05-04 03:07:30,974 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:07:31,142 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:07:31,150 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:07:31,394 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:32,051 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:32,052 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:07:32,125 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:33,028 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:07:33,065 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:33,065 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:07:33,773 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:07:33,868 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:07:33,872 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login/6ca1b523-581c-4356-828a-4dcb473ef931?activation_success=true page is loaded.
+2017-05-04 03:07:33,900 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:07:34,402 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:34,657 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:07:34,777 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:07:34,787 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:34,916 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:35,300 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:35,439 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaieKl';
+2017-05-04 03:07:35,443 DEBUG db_general 188 25560 140735693222848 Query result: 6ca1b523-581c-4356-828a-4dcb473ef931
+2017-05-04 03:07:35,448 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6ca1b523-581c-4356-828a-4dcb473ef931';
+2017-05-04 03:07:35,454 DEBUG db_general 188 25560 140735693222848 Query result: 2017-299
+2017-05-04 03:07:35,856 DEBUG test_login_with_new_user 342 25561 140735693222848 click_on on + Dashboard
+2017-05-04 03:07:35,902 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:36,137 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:07:36,413 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTLAa8b';
+2017-05-04 03:07:36,416 DEBUG db_general 188 25560 140735693222848 Query result: cc5c7f07-f207-44f4-b295-2a7e2d0a7b7b
+2017-05-04 03:07:36,419 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'cc5c7f07-f207-44f4-b295-2a7e2d0a7b7b';
+2017-05-04 03:07:36,421 DEBUG db_general 188 25560 140735693222848 Query result: 2017-301
+2017-05-04 03:07:36,748 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:37,260 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:37,774 DEBUG db_general 177 25560 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTrVM1J';
+2017-05-04 03:07:37,778 DEBUG db_general 188 25560 140735693222848 Query result: 5b57c722-13ee-48c7-9dbd-a98889845e15
+2017-05-04 03:07:37,782 DEBUG db_general 177 25560 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5b57c722-13ee-48c7-9dbd-a98889845e15';
+2017-05-04 03:07:37,784 DEBUG db_general 188 25560 140735693222848 Query result: 2017-303
+2017-05-04 03:07:37,994 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:38,049 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 03:07:38,050 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 03:07:38,099 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-05-04 03:07:38,100 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 03:07:38,100 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-05-04 03:07:38,449 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:38,505 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:38,964 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:39,011 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 03:07:39,011 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 03:07:39,058 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-05-04 03:07:39,058 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 03:07:39,059 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-05-04 03:07:39,575 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:40,089 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:40,620 DEBUG fe_wizard 57 25561 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:07:41,238 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:41,425 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:42,468 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:07:42,468 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d11d42bd-d713-481a-b0dc-cd6ae4a50b27/9526c8d821f74a6e9436eeb4a73e871b
+2017-05-04 03:07:42,500 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:42,575 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:42,575 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:42,579 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:42,580 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:42,583 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:42,585 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:42,628 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:07:42,629 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f8b7e6ec-7326-4978-b30d-9a977db12c5a/8ebf9cb617104801bc7b05d1fbb7e6d1
+2017-05-04 03:07:42,663 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:42,740 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:07:42,740 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:07:42,744 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:42,746 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:42,749 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:42,751 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:42,920 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:42,921 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/90bf880d-826b-4ad9-b725-7e230313901f/checklist/new/
+2017-05-04 03:07:43,012 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:43,013 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:43,051 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:43,137 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:43,137 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:43,138 DEBUG api_checklist 24 25562 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/90bf880d-826b-4ad9-b725-7e230313901f/checklist/new/
+2017-05-04 03:07:43,142 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:07:43,144 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:07:43,144 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/90bf880d-826b-4ad9-b725-7e230313901f/checklist/new/
+2017-05-04 03:07:43,235 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:43,235 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:43,264 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:43,264 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4c66c42a-aeba-4fe3-87fc-c3a51914788e/checklist/new/
+2017-05-04 03:07:43,277 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:43,327 DEBUG fe_wizard 97 25561 140735693222848 Tab Invite Team Members
+2017-05-04 03:07:43,360 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:07:43,361 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:07:43,399 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:43,489 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:07:43,489 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f91e320-1869-418d-9432-ab92667aa703/1274b958e61941eba61862104a4efb4c
+2017-05-04 03:07:43,528 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:43,562 DEBUG api_checklist 40 25562 140735693222848 Checklist was created successfully!
+2017-05-04 03:07:43,566 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTV3FiG' order by update_time desc limit 1;
+2017-05-04 03:07:43,568 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:07:43,630 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:07:43,630 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:07:43,639 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:43,642 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:43,646 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:43,649 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:43,951 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:43,951 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f756f3e6-5814-4095-ab04-b2d339b367b5/checklist/new/
+2017-05-04 03:07:44,019 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:07:44,019 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:07:44,051 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:44,051 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:44,051 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:07:44,073 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 03:07:44,073 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 03:07:44,087 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 03:07:44,088 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 03:07:44,088 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 03:07:44,250 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:44,251 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:07:44,826 DEBUG fe_wizard 115 25561 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:07:44,840 DEBUG helper 42 25561 140735693222848 About to generate SSH Public Key
+2017-05-04 03:07:44,901 DEBUG helper 57 25561 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLEjHFkqtfAP94Z+42T4c9GgfYxGjKSelEiX5shfKtIJ8NnEoygMqFazYpW+xaVvR4suFTSCylHRJRIXMkpuPDbVokeakRM3uplJP42QPmoEUwgsHOiLtTdcrtzvCJvSSXZIfw5e0jNJeubEV4XIvK0NGZgUTFn1IdDu/p/s8cbAfOzlhEO10S0FGBsPPKSnLm24XVSSglLhPj6lJ4OpC9o+2AteBAR2UniPvirOYn5uZbBoXntalW8PECS9W9DK88KjujXOLdUs0q2yAfwNsrXmQCstvJJy+QfnbXHQOZLlncAlvpyLMSkl0Tv0P00CWAanzlkz3yC0PGppg6+VQr
+2017-05-04 03:07:45,139 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:07:45,178 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:07:45,832 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:07:45,869 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:07:45,977 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:07:45,982 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:46,020 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:07:46,031 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:46,405 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:46,508 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:46,777 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:47,040 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:47,298 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:47,830 DEBUG db_checklist 389 25562 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTV3FiG' order by create_time desc limit 1;
+2017-05-04 03:07:47,847 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:48,052 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:07:48,052 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/93c3331c-7069-4d4e-b5d9-4bc3847c0aa3/a4446405ae744939a97cc0855b1e5768
+2017-05-04 03:07:48,099 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:48,266 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:07:48,266 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:07:48,271 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:48,273 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:48,278 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:48,280 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:48,555 DEBUG fe_wizard 130 25561 140735693222848 SSH Key added via modal window.
+2017-05-04 03:07:48,561 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST9ns3h';
+2017-05-04 03:07:48,565 DEBUG db_general 188 25561 140735693222848 Query result: 1ff401ec-d78b-4e48-8bf3-1cf19dc27352
+2017-05-04 03:07:48,572 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST9ns3h';
+2017-05-04 03:07:48,576 DEBUG db_general 188 25561 140735693222848 Query result: 1ff401ec-d78b-4e48-8bf3-1cf19dc27352
+2017-05-04 03:07:48,583 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1ff401ec-d78b-4e48-8bf3-1cf19dc27352';
+2017-05-04 03:07:48,590 DEBUG db_general 188 25561 140735693222848 Query result: 2017-305
+2017-05-04 03:07:48,596 DEBUG db_general 177 25561 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-305';
+2017-05-04 03:07:48,601 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:07:48,623 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1ff401ec-d78b-4e48-8bf3-1cf19dc27352';
+2017-05-04 03:07:48,630 DEBUG db_general 188 25561 140735693222848 Query result: 2017-305
+2017-05-04 03:07:48,644 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-305';
+2017-05-04 03:07:48,649 DEBUG db_general 188 25561 140735693222848 Query result: 1ff401ec-d78b-4e48-8bf3-1cf19dc27352
+2017-05-04 03:07:48,654 DEBUG db_user 49 25561 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '1ff401ec-d78b-4e48-8bf3-1cf19dc27352' and email = 'ST1yx52@ericson.com' ;
+2017-05-04 03:07:48,662 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 03:07:48,665 DEBUG db_general 188 25561 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:07:48,666 DEBUG db_user 37 25561 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=0f5a9490-a067-47ef-868f-145df0d0c93e&email=ST1yx52@ericson.com&full_name=STplYhGSTUHTR7&phone_number=2016444679&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:07:48,666 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=0f5a9490-a067-47ef-868f-145df0d0c93e&email=ST1yx52@ericson.com&full_name=STplYhGSTUHTR7&phone_number=2016444679&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:07:48,830 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:48,886 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:48,887 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41921183-b662-49eb-8ceb-76614e7ad294/checklist/new/
+2017-05-04 03:07:49,043 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:07:49,044 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:07:49,107 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:49,108 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:49,108 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:07:49,475 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:49,962 DEBUG db_user 49 25560 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '4c66c42a-aeba-4fe3-87fc-c3a51914788e' and email = 'STRU2Ks@intl.att.com' ;
+2017-05-04 03:07:49,966 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=584d815d-355d-44a4-a28d-b464bc21603a
+2017-05-04 03:07:50,014 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:50,087 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:07:50,401 DEBUG api_user 206 25561 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:07:50,667 DEBUG api_user 231 25561 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:07:50,667 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1ff401ec-d78b-4e48-8bf3-1cf19dc27352/checklist/new/
+2017-05-04 03:07:50,761 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:07:50,778 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:07:50,778 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:07:50,783 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:50,784 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:07:50,884 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:50,894 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST1yx52@ericson.com';
+2017-05-04 03:07:50,898 DEBUG db_general 136 25561 140735693222848 Query result: 2b5790c5-9a97-4b68-b9de-63a0749ec661
+2017-05-04 03:07:50,903 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'ST1yx52@ericson.com';
+2017-05-04 03:07:50,906 DEBUG db_general 136 25561 140735693222848 Query result: 297
+2017-05-04 03:07:50,911 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '297';
+2017-05-04 03:07:50,913 DEBUG db_general 188 25561 140735693222848 Query result: 597fdbe07f6547eeb4757db15ad44d7d
+2017-05-04 03:07:50,913 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2b5790c5-9a97-4b68-b9de-63a0749ec661/597fdbe07f6547eeb4757db15ad44d7d
+2017-05-04 03:07:50,914 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2b5790c5-9a97-4b68-b9de-63a0749ec661/597fdbe07f6547eeb4757db15ad44d7d
+2017-05-04 03:07:50,918 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:07:50,924 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:51,803 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:07:51,871 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:51,901 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:51,902 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:07:52,319 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:07:52,389 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:52,465 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:07:52,583 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:07:52,588 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=584d815d-355d-44a4-a28d-b464bc21603a page is loaded.
+2017-05-04 03:07:52,734 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:07:52,915 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:53,023 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:53,129 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:53,382 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:07:53,488 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:07:53,495 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login/1ff401ec-d78b-4e48-8bf3-1cf19dc27352?activation_success=true page is loaded.
+2017-05-04 03:07:53,539 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where uuid = 'd86ae93b-c6c7-4edc-8fec-449a596ff072' order by update_time desc limit 1;
+2017-05-04 03:07:53,545 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 03:07:53,545 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 03:07:53,562 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-05-04 03:07:53,564 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:07:53,564 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 03:07:53,645 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:53,934 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:54,452 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:54,487 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:54,968 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:54,968 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:07:55,010 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:55,107 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:07:55,710 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 03:07:55,710 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 03:07:55,728 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-05-04 03:07:55,728 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 03:07:55,729 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-05-04 03:07:55,838 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:07:56,515 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:07:56,578 DEBUG test_next_step 91 25563 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 03:07:56,624 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:07:56,634 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:07:56,741 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:57,225 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:57,584 DEBUG test_next_step 91 25563 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 03:07:57,585 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 03:07:57,585 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 03:07:57,604 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 03:07:57,605 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 03:07:57,605 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 03:07:57,754 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:07:58,475 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:07:58,475 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/71e7bfc0-3dd7-4ad6-aaaf-603898350f62/29e9642bd9d84b10ab4be223456ea7cb
+2017-05-04 03:07:58,553 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:07:58,755 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:58,755 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:58,762 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:07:58,765 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:07:58,771 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:07:58,772 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:07:58,873 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:07:59,525 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:07:59,661 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:07:59,661 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9643ac50-954e-4f60-92dc-8d6ac1dcabdb/checklist/new/
+2017-05-04 03:07:59,781 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:07:59,782 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:07:59,824 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:07:59,824 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:07:59,825 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:08:00,451 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:08:00,451 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a3495f56-8498-4c91-a106-c7604c37039f/292c92b2dc5841e5b40a91b8fcd030ca
+2017-05-04 03:08:00,496 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:00,587 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:08:00,587 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:08:00,591 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:00,593 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:00,599 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:00,600 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:00,726 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:00,785 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:08:01,011 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:01,011 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e909f0d9-d655-41b3-b6d3-b7a9cc5274b1/checklist/new/
+2017-05-04 03:08:01,095 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:08:01,095 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:08:01,142 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:01,230 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:08:01,231 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:08:01,231 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:01,231 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:01,433 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:08:01,611 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:08:01,619 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:01,940 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:02,138 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:02,148 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:08:02,149 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a2a78a8-365d-4137-90f1-e7aed14db162/9fa97ee323cd4de1a665801b5171232d
+2017-05-04 03:08:02,201 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:02,223 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:02,323 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:02,323 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:02,328 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:02,330 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:02,334 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:02,337 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:02,460 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:02,693 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:02,693 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/06fafdd3-bbe5-4eaf-a7c0-05dc14492b92/checklist/new/
+2017-05-04 03:08:02,748 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:02,794 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:02,795 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:02,837 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:02,838 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:02,838 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:08:02,914 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:03,046 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:03,064 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:03,071 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:03,280 DEBUG test_notification_for_new_user 33 25562 140735693222848 Go to notifications page
+2017-05-04 03:08:03,567 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:03,623 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:03,751 DEBUG test_notification_for_new_user 35 25562 140735693222848 Remove one notification
+2017-05-04 03:08:03,758 DEBUG db_general 128 25562 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STCXQ6I@intl.att.com';
+2017-05-04 03:08:03,765 DEBUG db_general 136 25562 140735693222848 Query result: 298
+2017-05-04 03:08:03,776 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_notification Where user_id = '298';
+2017-05-04 03:08:03,784 DEBUG db_general 188 25562 140735693222848 Query result: [('30d081f3-62fe-4c84-94dc-75170dd22597',), ('ea346c87-5048-43a7-953f-b370321c76e1',), ('1d305835-1286-4896-a64a-9d329962388a',)]
+2017-05-04 03:08:03,784 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:08:03,789 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:08:03,789 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:08:03,821 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:08:03,880 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 03:08:03,882 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:08:03,882 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 03:08:04,086 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:04,259 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:04,514 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:08:04,657 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:08:04,668 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:04,791 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:04,826 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:05,645 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:05,768 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:06,163 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:06,321 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:06,699 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:07,013 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:07,292 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:08:07,657 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:08,287 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:08,580 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:08:08,580 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61cc6f81-3cae-413c-b96b-ac15eb412b3d/f19fca907f084851a4741283c118bcb1
+2017-05-04 03:08:08,628 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:08,706 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:08,707 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:08,711 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:08,712 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:08,716 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:08,719 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:09,096 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:08:09,573 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:09,574 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/643b5f92-2194-45fa-886e-df8506867f86/checklist/new/
+2017-05-04 03:08:09,684 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:09,684 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:09,731 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:09,764 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:09,880 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:09,880 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:09,881 DEBUG api_checklist 24 25562 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/643b5f92-2194-45fa-886e-df8506867f86/checklist/new/
+2017-05-04 03:08:09,885 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:08:09,888 DEBUG db_general 188 25562 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:08:09,889 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/643b5f92-2194-45fa-886e-df8506867f86/checklist/new/
+2017-05-04 03:08:09,904 DEBUG test_next_step 104 25563 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 03:08:10,028 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:10,029 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:10,085 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:10,285 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:10,702 DEBUG api_checklist 40 25562 140735693222848 Checklist was created successfully!
+2017-05-04 03:08:10,706 DEBUG db_checklist 389 25562 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTjeRIW' order by create_time desc limit 1;
+2017-05-04 03:08:10,713 DEBUG db_general 202 25562 140735693222848 Query : select state from ice_checklist Where uuid = '140eebdf-f4fb-4eee-a9bd-138156026461' order by update_time desc limit 1;
+2017-05-04 03:08:10,717 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:10,717 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:08:10,808 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:10,829 DEBUG test_next_step 104 25563 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 03:08:10,830 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 03:08:10,830 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 03:08:10,859 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 03:08:10,859 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 03:08:10,860 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 03:08:11,647 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:11,707 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:08:11,967 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:12,169 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:12,436 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:08:12,479 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:12,613 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:08:12,624 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:12,684 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:13,032 DEBUG db_general 66 25561 140735693222848 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTHdipK';
+2017-05-04 03:08:13,039 DEBUG db_general 78 25561 140735693222848 Query result: newVFVersion5STG8UZO
+2017-05-04 03:08:13,052 DEBUG db_general 66 25561 140735693222848 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion5STG8UZO';
+2017-05-04 03:08:13,058 DEBUG db_general 78 25561 140735693222848 Query result: newVFSTHdipK
+2017-05-04 03:08:13,058 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 03:08:13,059 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 03:08:13,083 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-05-04 03:08:13,084 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 03:08:13,085 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-05-04 03:08:13,337 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:13,622 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:13,868 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:14,042 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:14,140 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:14,506 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:14,685 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:15,153 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:15,533 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:08:15,533 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c0782d7a-75bd-45d4-b328-9e52338c0bce/c694774f9ae84a7e94f67761d0e2e09e
+2017-05-04 03:08:15,594 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:15,765 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:15,766 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:15,773 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:15,778 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:15,785 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:15,790 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:16,252 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:16,344 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:16,345 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cab6d6f7-ed78-497d-a575-5437a532c041/checklist/new/
+2017-05-04 03:08:16,434 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:16,434 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:16,492 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:16,579 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:16,580 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:16,580 DEBUG api_checklist 24 25563 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cab6d6f7-ed78-497d-a575-5437a532c041/checklist/new/
+2017-05-04 03:08:16,585 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:08:16,588 DEBUG db_general 188 25563 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:08:16,588 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cab6d6f7-ed78-497d-a575-5437a532c041/checklist/new/
+2017-05-04 03:08:16,697 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:16,698 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:16,759 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:16,803 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:08:17,168 DEBUG api_checklist 40 25563 140735693222848 Checklist was created successfully!
+2017-05-04 03:08:17,174 DEBUG db_general 202 25563 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTJFGbH' order by update_time desc limit 1;
+2017-05-04 03:08:17,183 DEBUG db_checklist 389 25563 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTJFGbH' order by create_time desc limit 1;
+2017-05-04 03:08:17,186 DEBUG api_checklist 116 25563 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cab6d6f7-ed78-497d-a575-5437a532c041/checklist/3f7d21df-360e-4748-9f25-48143280689c/nextstep/
+2017-05-04 03:08:17,694 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:08:17,699 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'SThg9AO@intl.att.com';
+2017-05-04 03:08:17,705 DEBUG db_general 136 25561 140735693222848 Query result: d89458a5-54a1-4f25-8033-68950fea587e
+2017-05-04 03:08:17,710 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'SThg9AO@intl.att.com';
+2017-05-04 03:08:17,715 DEBUG db_general 136 25561 140735693222848 Query result: 303
+2017-05-04 03:08:17,724 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '303';
+2017-05-04 03:08:17,726 DEBUG db_general 188 25561 140735693222848 Query result: 78296eb673cb43b19d63e02bf73e3ebf
+2017-05-04 03:08:17,726 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d89458a5-54a1-4f25-8033-68950fea587e/78296eb673cb43b19d63e02bf73e3ebf
+2017-05-04 03:08:17,727 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d89458a5-54a1-4f25-8033-68950fea587e/78296eb673cb43b19d63e02bf73e3ebf
+2017-05-04 03:08:17,728 DEBUG api_checklist 132 25563 140735693222848 Next step was added successfully!
+2017-05-04 03:08:17,728 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:17,728 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:08:17,822 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:18,332 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:08:18,586 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:18,586 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:18,651 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:08:19,158 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:19,158 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:08:19,350 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:08:19,482 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:08:19,489 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:19,601 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:19,834 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:08:20,053 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:08:20,331 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:20,443 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:20,454 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:08:20,560 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:20,732 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:08:20,881 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:08:20,894 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:21,092 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:21,473 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:21,485 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:22,038 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:22,112 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:22,414 DEBUG db_general 128 25562 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STxjdFc@intl.att.com';
+2017-05-04 03:08:22,417 DEBUG db_general 136 25562 140735693222848 Query result: 301
+2017-05-04 03:08:22,422 DEBUG db_general 177 25562 140735693222848 Query : select uuid from ice_notification Where user_id = '301';
+2017-05-04 03:08:22,425 DEBUG db_general 188 25562 140735693222848 Query result: [('a540989e-6897-4f98-aa3b-09cbe063a9c1',), ('62d134a3-7f7c-4c29-bb15-e554f6044910',), ('fd4f476c-b077-4c9f-84c7-dedd87ddbcdd',)]
+2017-05-04 03:08:22,425 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_validate_notifications
+2017-05-04 03:08:22,426 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:08:22,426 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:08:22,452 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 03:08:22,453 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 03:08:22,454 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-05-04 03:08:22,584 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:22,626 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:22,685 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:08:22,692 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STsAeFm@intl.att.com';
+2017-05-04 03:08:22,694 DEBUG db_general 136 25561 140735693222848 Query result: c8aca208-1354-4899-8386-67e17d15783a
+2017-05-04 03:08:22,699 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'STsAeFm@intl.att.com';
+2017-05-04 03:08:22,701 DEBUG db_general 136 25561 140735693222848 Query result: 304
+2017-05-04 03:08:22,706 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '304';
+2017-05-04 03:08:22,707 DEBUG db_general 188 25561 140735693222848 Query result: dafb8266567c4d0399894cac3779c1ea
+2017-05-04 03:08:22,708 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c8aca208-1354-4899-8386-67e17d15783a/dafb8266567c4d0399894cac3779c1ea
+2017-05-04 03:08:23,185 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:23,742 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:23,742 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:23,829 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:24,296 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '191141a1-ec32-4121-b8ed-22edcd4962c3';
+2017-05-04 03:08:24,300 DEBUG db_general 188 25563 140735693222848 Query result: API next step test ST3A8Bo
+2017-05-04 03:08:24,301 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 03:08:24,301 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 03:08:24,320 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 03:08:24,321 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 03:08:24,321 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 03:08:24,357 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:25,038 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:25,086 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:25,581 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:25,781 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:25,975 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:25,987 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:08:26,780 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:27,004 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181
+2017-05-04 03:08:27,460 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:27,522 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 03:08:27,523 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 03:08:27,541 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-05-04 03:08:27,541 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 03:08:27,541 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-05-04 03:08:29,318 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:08:29,319 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/571ac857-ec46-4420-b811-c204e2aa1ed5/c5c548fd3f4e4383a8f9b5575ea3bed3
+2017-05-04 03:08:29,388 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:29,554 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:29,554 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:29,559 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:29,561 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:29,567 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:29,570 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:29,719 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:08:29,775 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 03:08:29,776 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 03:08:29,801 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-05-04 03:08:29,802 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 03:08:29,802 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 03:08:30,123 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:30,123 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d18df6d5-909a-40e6-a522-9e78de8797a5/checklist/new/
+2017-05-04 03:08:30,233 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:30,233 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:30,309 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:30,436 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:30,436 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:30,436 DEBUG api_checklist 24 25563 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d18df6d5-909a-40e6-a522-9e78de8797a5/checklist/new/
+2017-05-04 03:08:30,442 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:08:30,445 DEBUG db_general 188 25563 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:08:30,445 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d18df6d5-909a-40e6-a522-9e78de8797a5/checklist/new/
+2017-05-04 03:08:30,583 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:30,583 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:30,651 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:30,747 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:31,134 DEBUG api_checklist 40 25563 140735693222848 Checklist was created successfully!
+2017-05-04 03:08:31,142 DEBUG db_general 202 25563 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTcS3bJ' order by update_time desc limit 1;
+2017-05-04 03:08:31,151 DEBUG db_checklist 389 25563 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTcS3bJ' order by create_time desc limit 1;
+2017-05-04 03:08:31,155 DEBUG api_checklist 116 25563 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d18df6d5-909a-40e6-a522-9e78de8797a5/checklist/bca28723-ac68-4468-a270-13dc900bc8ef/nextstep/
+2017-05-04 03:08:31,534 DEBUG api_checklist 132 25563 140735693222848 Next step was added successfully!
+2017-05-04 03:08:31,535 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:31,535 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:08:32,250 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:08:32,251 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:32,251 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:32,397 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:32,439 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:08:32,932 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:33,104 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:08:33,262 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:08:33,271 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:33,317 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:33,420 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:33,993 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:34,110 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:34,151 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:34,332 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:34,337 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:08:34,385 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:08:34,385 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0265f152-f970-4356-aa10-3e2674e5343c/9353b1c222a54415b8b295b2ac355ee6
+2017-05-04 03:08:34,423 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:34,507 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:34,507 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:34,512 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:34,514 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:34,520 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:34,523 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:34,629 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:34,879 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST9CkvT@intl.att.com';
+2017-05-04 03:08:34,883 DEBUG db_general 136 25561 140735693222848 Query result: 56cdc4af-214e-4c10-a526-ffd92b99c820
+2017-05-04 03:08:34,886 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'ST9CkvT@intl.att.com';
+2017-05-04 03:08:34,889 DEBUG db_general 136 25561 140735693222848 Query result: 306
+2017-05-04 03:08:34,894 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '306';
+2017-05-04 03:08:34,896 DEBUG db_general 188 25561 140735693222848 Query result: f5c289b92f3a47ba8b6056de61630b97
+2017-05-04 03:08:34,896 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56cdc4af-214e-4c10-a526-ffd92b99c820/f5c289b92f3a47ba8b6056de61630b97
+2017-05-04 03:08:34,896 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56cdc4af-214e-4c10-a526-ffd92b99c820/f5c289b92f3a47ba8b6056de61630b97
+2017-05-04 03:08:34,998 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:34,999 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3f71354f-51fe-46c0-a3c7-78a3d913b150/checklist/new/
+2017-05-04 03:08:35,092 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:35,093 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:35,149 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:35,149 DEBUG test_progress_bar 17 25562 140735693222848 Validate and check progress with engagement lead
+2017-05-04 03:08:35,150 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:35,150 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:08:35,172 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:35,646 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:35,646 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:36,036 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:36,050 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:08:36,479 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:36,555 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:36,750 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:08:36,874 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:08:36,879 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:37,108 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:37,297 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:37,305 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:08:37,868 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:38,055 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:38,176 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = 'a2065e8a-8551-4741-ab1d-4fa837cee6ec';
+2017-05-04 03:08:38,181 DEBUG db_general 188 25563 140735693222848 Query result: API next step test STnRZKB
+2017-05-04 03:08:38,181 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 03:08:38,181 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 03:08:38,199 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 03:08:38,199 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 03:08:38,200 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 03:08:38,467 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:38,543 DEBUG fe_wizard 24 25560 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:08:38,885 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:38,984 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:39,436 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 03:08:39,436 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 03:08:39,456 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-05-04 03:08:39,457 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 03:08:39,457 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-05-04 03:08:39,517 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:40,508 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:41,047 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:41,353 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:41,496 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:42,012 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:42,025 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:42,526 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:42,543 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:42,595 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:42,885 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:08:42,886 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/239c8180-fc07-4eaf-a184-ad69fb2b50ba/94b497d012a047a08272b29c279c94a4
+2017-05-04 03:08:42,976 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:43,086 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:43,086 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:43,091 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:43,093 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:43,100 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:43,102 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:43,103 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:43,572 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:43,573 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f95c4cc2-32dd-4e4f-9ba3-2e7c6e19d6e6/checklist/new/
+2017-05-04 03:08:43,663 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:43,663 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:43,705 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:43,765 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:43,801 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:43,801 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:43,802 DEBUG api_checklist 24 25563 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f95c4cc2-32dd-4e4f-9ba3-2e7c6e19d6e6/checklist/new/
+2017-05-04 03:08:43,806 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:08:43,808 DEBUG db_general 188 25563 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:08:43,808 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f95c4cc2-32dd-4e4f-9ba3-2e7c6e19d6e6/checklist/new/
+2017-05-04 03:08:43,904 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:43,905 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:43,946 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:44,017 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:08:44,017 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99fb6478-8e3e-492b-a400-6291adb9c98e/a2d34fe9fe6143e2980ee266bc70eb4b
+2017-05-04 03:08:44,077 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:44,178 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:08:44,178 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:08:44,182 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:44,184 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:44,189 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:44,191 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:44,230 DEBUG api_checklist 40 25563 140735693222848 Checklist was created successfully!
+2017-05-04 03:08:44,235 DEBUG db_general 202 25563 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTmuMbh' order by update_time desc limit 1;
+2017-05-04 03:08:44,243 DEBUG db_checklist 389 25563 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTmuMbh' order by create_time desc limit 1;
+2017-05-04 03:08:44,247 DEBUG api_checklist 116 25563 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f95c4cc2-32dd-4e4f-9ba3-2e7c6e19d6e6/checklist/b3fb5eca-a8fa-43c7-afa6-0a07d53ffe15/nextstep/
+2017-05-04 03:08:44,561 DEBUG test_progress_bar 24 25562 140735693222848 Validate progress with standard user
+2017-05-04 03:08:44,561 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:08:44,705 DEBUG api_checklist 132 25563 140735693222848 Next step was added successfully!
+2017-05-04 03:08:44,706 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:44,706 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:08:44,918 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:44,918 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7bc31b33-a3fd-4369-9999-fb76fe682a4f/checklist/new/
+2017-05-04 03:08:45,028 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:08:45,028 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:08:45,074 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:45,074 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:45,075 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:45,281 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:45,281 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:08:45,551 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:08:45,998 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:46,120 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:08:46,199 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:08:46,270 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 03:08:46,271 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 03:08:46,286 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-05-04 03:08:46,287 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 03:08:46,287 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-05-04 03:08:46,311 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:08:46,319 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:46,666 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:46,794 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:08:46,819 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:46,839 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:46,987 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:08:46,999 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:47,267 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:47,542 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:47,633 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:47,782 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:48,061 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:48,158 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:48,300 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:48,589 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:48,682 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:48,840 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:49,377 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:49,443 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:49,570 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:49,890 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:49,928 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:50,198 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:50,450 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 03:08:50,450 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 03:08:50,455 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:50,468 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-04 03:08:50,469 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 03:08:50,469 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-05-04 03:08:51,008 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:08:51,009 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c2c8194-9af5-4b7f-8156-f6fcb87db683/d9869a05b53b421ba3799c8d6e5f3fd3
+2017-05-04 03:08:51,133 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:51,286 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:08:51,287 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:08:51,292 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:51,294 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:51,298 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:51,326 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:08:51,355 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:51,852 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:08:51,982 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 03:08:51,983 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 03:08:52,001 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 03:08:52,002 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 03:08:52,002 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 03:08:52,061 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:52,062 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41f6e816-fbdb-427e-a685-5e05fd8baf4c/checklist/new/
+2017-05-04 03:08:52,187 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:08:52,187 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:08:52,237 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:52,376 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:08:52,376 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b1a66311-2cfa-4365-80ca-0e5559d03c36/5a4be565c9d046a9a1f53fbc917f0b9f
+2017-05-04 03:08:52,426 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:52,596 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:08:52,597 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:08:52,626 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:52,639 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:52,641 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:52,647 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:52,652 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:53,141 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:53,376 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:53,376 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/687bea0b-f29d-40c7-8906-410a2fb8ae4f/checklist/new/
+2017-05-04 03:08:53,463 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:08:53,463 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:08:53,503 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:53,591 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:53,625 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:08:53,625 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cd1b9239-a34d-4fae-aead-a50d3f2302d9/bf889203c1e049989bfb4ab6984e4c7f
+2017-05-04 03:08:53,684 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:53,812 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:08:53,812 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:08:53,822 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:53,824 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:53,835 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:53,839 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:53,975 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:54,404 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:54,405 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a50d69ac-7dda-483a-81b7-18f975e1e05d/checklist/new/
+2017-05-04 03:08:54,491 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:08:54,521 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:08:54,522 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:08:54,579 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:54,579 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:54,579 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:08:55,005 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:08:55,005 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fef81ca4-23bb-4224-8a8b-1c8a0701e976/f9149507a5a846928013a4e0431b56f1
+2017-05-04 03:08:55,044 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:55,138 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:55,139 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:55,145 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:55,147 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:55,148 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:08:55,152 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:55,154 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:55,364 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwbPqC';
+2017-05-04 03:08:55,368 DEBUG db_general 188 25561 140735693222848 Query result: 7bc31b33-a3fd-4369-9999-fb76fe682a4f
+2017-05-04 03:08:55,372 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '7bc31b33-a3fd-4369-9999-fb76fe682a4f';
+2017-05-04 03:08:55,374 DEBUG db_general 188 25561 140735693222848 Query result: 2017-324
+2017-05-04 03:08:55,380 DEBUG db_general 177 25561 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-324';
+2017-05-04 03:08:55,384 DEBUG db_general 188 25561 140735693222848 Query result: 1
+2017-05-04 03:08:55,391 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:08:55,488 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:08:55,700 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:55,700 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/822e1154-d838-4057-94a8-43e0c6f74dec/checklist/new/
+2017-05-04 03:08:55,779 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:08:55,779 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:08:55,815 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:55,816 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:55,816 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:08:56,145 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:56,146 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:08:56,162 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:08:56,351 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:08:56,358 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:56,546 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:08:56,547 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b4c2b9f-b82c-4d30-889b-330e4f72d79c/830ba8216d2442e8bf7d76e86fdb9dd5
+2017-05-04 03:08:56,596 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:08:56,727 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:08:56,761 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:56,761 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:56,773 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:08:56,777 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:08:56,786 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:08:56,788 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:08:57,041 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:08:57,116 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:57,245 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:08:57,245 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/280d7c71-52b9-4d43-98c5-e12d613ab31d/checklist/new/
+2017-05-04 03:08:57,325 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:08:57,326 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:08:57,360 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:08:57,361 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:08:57,361 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:08:57,427 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:08:57,545 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:08:57,553 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:57,700 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:08:57,819 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:08:57,828 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:58,286 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:08:58,345 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:58,398 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:58,917 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:59,004 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:59,004 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:08:59,128 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:08:59,135 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:08:59,434 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:59,517 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:08:59,963 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:00,038 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:00,044 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:00,483 DEBUG db_general 177 25560 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-325';
+2017-05-04 03:09:00,486 DEBUG db_general 188 25560 140735693222848 Query result: 41f6e816-fbdb-427e-a685-5e05fd8baf4c
+2017-05-04 03:09:00,490 DEBUG db_user 49 25560 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '41f6e816-fbdb-427e-a685-5e05fd8baf4c' and email = 'ST6gTcJ@intl.att.com' ;
+2017-05-04 03:09:00,493 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=b8678a9c-085c-460a-a7e5-0821ef4d46b3
+2017-05-04 03:09:00,566 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:00,801 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:01,130 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:01,243 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:01,244 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:01,352 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:01,436 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:01,950 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:02,107 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:02,225 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:02,736 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:02,755 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:02,880 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:02,887 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=b8678a9c-085c-460a-a7e5-0821ef4d46b3 page is loaded.
+2017-05-04 03:09:03,365 DEBUG fe_dashboard 154 25562 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:09:03,617 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:04,123 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 03:09:04,123 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 03:09:04,145 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-05-04 03:09:04,145 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 03:09:04,146 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-05-04 03:09:04,247 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:05,219 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 03:09:05,220 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 03:09:05,242 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 03:09:05,243 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 03:09:05,243 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 03:09:05,306 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:05,306 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:05,437 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:09:06,189 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:06,401 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:06,401 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:09:06,859 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:06,971 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:06,978 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:07,298 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:07,387 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:09:07,498 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:08,028 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:09:08,194 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:09:08,203 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:08,432 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:08,826 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:09:08,826 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d29ecab-7a27-464d-8549-297bd9171a69/ec3f6f47272f43af8f0cad44e8c5a99b
+2017-05-04 03:09:08,882 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:08,906 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:09,001 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:09:09,002 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:09:09,007 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:09,012 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:09,018 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:09,020 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:09,492 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:09,847 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:09,848 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7a150af6-498d-4d4d-8f64-fc3e3436a09d/checklist/new/
+2017-05-04 03:09:09,938 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:09:09,939 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fa9b6eab-d3c5-4278-835f-d70b6e9f47bb/46ace54a126c4099b011452da75bbd80
+2017-05-04 03:09:09,949 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:09:09,949 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:09:10,002 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:10,007 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:10,007 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:10,007 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:09:10,185 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:09:10,186 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:09:10,191 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:10,193 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:10,198 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:10,200 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:10,361 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 03:09:10,361 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 03:09:10,381 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-05-04 03:09:10,382 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 03:09:10,382 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-05-04 03:09:10,475 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:10,999 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:11,005 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:09:11,414 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:11,415 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8965f9a5-ecba-4137-9cb7-dc877ba5fa46/checklist/new/
+2017-05-04 03:09:11,540 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:09:11,541 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:09:11,596 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 03:09:11,597 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 03:09:11,612 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:11,616 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-05-04 03:09:11,616 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 03:09:11,617 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-05-04 03:09:11,691 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:09:11,785 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:09:11,786 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:09:11,804 DEBUG db_general 177 25563 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:09:11,808 DEBUG db_general 188 25563 140735693222848 Query result: 1
+2017-05-04 03:09:11,817 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 03:09:11,821 DEBUG db_general 188 25563 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 03:09:11,836 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:11,837 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:09:11,863 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:09:11,889 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:12,828 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:12,855 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:09:13,346 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:13,527 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:13,557 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:09:13,718 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:09:13,726 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:13,877 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:14,658 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:14,796 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:14,930 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:15,178 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:15,296 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:09:15,297 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7134fad4-0cb3-4cc7-a203-e23954d9b815/024d12e0fc724b3fa4088994b6a492e8
+2017-05-04 03:09:15,358 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:15,473 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:15,473 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:15,480 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:15,483 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:15,490 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:15,494 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:15,548 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:15,705 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:15,955 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:15,955 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7fb48301-5b9a-4072-8e98-09cf725c45f3/checklist/new/
+2017-05-04 03:09:16,040 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:16,041 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:16,083 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:16,084 DEBUG api_virtual_function 119 25560 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 03:09:16,163 DEBUG api_virtual_function 133 25560 140735693222848 Invite sent successfully to email STA8nEH@intl.att.com
+2017-05-04 03:09:16,170 DEBUG api_virtual_function 141 25560 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=129fa214-bf6d-4048-99c7-c71f8a39c5da&email=STA8nEH@intl.att.com&full_name=STlk3CB&phone_number=+12015632569&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-05-04 03:09:16,171 DEBUG api_user 206 25560 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:09:16,172 DEBUG api_user 211 25560 140735693222848 Invited contact full name is (according to url): STlk3CB
+2017-05-04 03:09:16,416 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:09:16,416 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e4e1de1f-050e-4f9e-ad8c-5e333c56e97d/f1f49d9e9c044a109a398e2b3b049302
+2017-05-04 03:09:16,484 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:16,508 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:16,593 DEBUG api_user 231 25560 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:09:16,593 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7fb48301-5b9a-4072-8e98-09cf725c45f3/checklist/new/
+2017-05-04 03:09:16,615 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:09:16,615 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:09:16,622 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:16,625 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:16,631 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:16,635 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:16,717 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:16,718 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:16,786 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:16,797 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:16,797 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b17afe6c-cfd2-453f-a929-199b0999adcc/f548ed5071964cdb97862ae413c78d54
+2017-05-04 03:09:16,860 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:16,860 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:16,860 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:17,027 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:17,216 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:17,216 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/405270a3-f05b-48cb-90ec-eb3a0b64e1d0/checklist/new/
+2017-05-04 03:09:17,287 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:09:17,288 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:09:17,306 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:17,321 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:17,399 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:09:17,400 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/36fb9ac6-ae0b-4311-bdd0-10fd34e20f0d/da50e2ffdb334c55a0a46079ce0505da
+2017-05-04 03:09:17,437 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:17,510 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:09:17,511 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:09:17,515 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:17,516 DEBUG db_general 162 25561 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:17,521 DEBUG db_general 151 25561 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:17,522 DEBUG db_general 162 25561 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:17,560 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 03:09:17,560 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 03:09:17,576 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-05-04 03:09:17,577 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 03:09:17,577 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-05-04 03:09:17,787 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:17,958 DEBUG api_virtual_function 72 25561 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:17,958 DEBUG api_gitlab 267 25561 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7bcab9ba-7f62-42fa-9c0a-d7dd005bd12c/checklist/new/
+2017-05-04 03:09:18,050 DEBUG api_user 128 25561 140735693222848 200 OK
+2017-05-04 03:09:18,051 DEBUG api_user 130 25561 140735693222848 Login successfully.
+2017-05-04 03:09:18,089 DEBUG api_gitlab 288 25561 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:18,094 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STgqDMV@intl.att.com';
+2017-05-04 03:09:18,098 DEBUG db_general 136 25561 140735693222848 Query result: e4e1de1f-050e-4f9e-ad8c-5e333c56e97d
+2017-05-04 03:09:18,105 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'STgqDMV@intl.att.com';
+2017-05-04 03:09:18,108 DEBUG db_general 136 25561 140735693222848 Query result: 319
+2017-05-04 03:09:18,114 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '319';
+2017-05-04 03:09:18,116 DEBUG db_general 188 25561 140735693222848 Query result: f1f49d9e9c044a109a398e2b3b049302
+2017-05-04 03:09:18,117 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e4e1de1f-050e-4f9e-ad8c-5e333c56e97d/f1f49d9e9c044a109a398e2b3b049302
+2017-05-04 03:09:18,117 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e4e1de1f-050e-4f9e-ad8c-5e333c56e97d/f1f49d9e9c044a109a398e2b3b049302
+2017-05-04 03:09:18,476 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:18,636 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:18,642 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:19,162 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:19,163 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:09:19,171 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:19,696 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:19,963 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:20,083 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:09:20,225 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:20,732 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:09:20,869 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:09:20,875 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:21,123 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:21,303 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:09:21,303 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/246507f5-7fee-4c37-a776-0c570820c2d6/db69965cf4444018bdb2177aa347a95a
+2017-05-04 03:09:21,379 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:21,390 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:21,551 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:09:21,552 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:09:21,559 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:21,562 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:21,566 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:21,568 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:21,760 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:21,882 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:21,882 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1118f08-eee5-45ca-bcb2-2254d9514564/checklist/new/
+2017-05-04 03:09:21,903 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:21,950 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:09:21,950 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:09:21,985 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:22,450 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 03:09:22,450 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 03:09:22,466 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-05-04 03:09:22,466 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 03:09:22,466 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-05-04 03:09:23,466 DEBUG fe_general 162 25562 140735693222848 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-05-04 03:09:23,472 DEBUG db_general 128 25562 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 03:09:23,477 DEBUG db_general 136 25562 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 03:09:23,482 DEBUG db_general 128 25562 140735693222848 Query : select id from auth_user WHERE Email = 'ST8I5LO@intl.att.com';
+2017-05-04 03:09:23,485 DEBUG db_general 136 25562 140735693222848 Query result: 321
+2017-05-04 03:09:23,498 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUOEk1TE9AaW50bC5hdHQuY29tIg.C-xzMw.vtP1m_Vsnr2-Oo-SwdAj-W0Um7I
+2017-05-04 03:09:24,254 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:24,254 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:09:24,720 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:25,118 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:09:25,164 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-333';
+2017-05-04 03:09:25,167 DEBUG db_general 188 25561 140735693222848 Query result: 405270a3-f05b-48cb-90ec-eb3a0b64e1d0
+2017-05-04 03:09:25,171 DEBUG db_user 49 25561 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '405270a3-f05b-48cb-90ec-eb3a0b64e1d0' and email = 'STzO5pQ@intl.att.com' ;
+2017-05-04 03:09:25,173 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=ea6065fa-8929-45f2-94d9-75dd6ea737e4
+2017-05-04 03:09:25,764 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:09:25,851 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:25,851 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:09:25,878 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:09:25,883 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login?t=IlNUOEk1TE9AaW50bC5hdHQuY29tIg.C-xzMw.vtP1m_Vsnr2-Oo-SwdAj-W0Um7I page is loaded.
+2017-05-04 03:09:25,891 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:09:25,891 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/360f4b6c-6a13-489c-a272-bee0881fac15/7f16ecc2a48b4ce49087829354c3c398
+2017-05-04 03:09:25,933 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:26,029 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:26,030 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:26,033 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:26,035 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:26,042 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:26,046 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:26,312 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:26,312 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a9f006b6-9ce9-43fa-a66a-699b3eb951dc/checklist/new/
+2017-05-04 03:09:26,396 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:26,397 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:26,398 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-05-04 03:09:26,431 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:26,432 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:26,432 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:26,715 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:09:26,918 DEBUG test_reset_password 22 25562 140735693222848
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUOEk1TE9AaW50bC5hdHQuY29tIg.C-xzMw.vtP1m_Vsnr2-Oo-SwdAj-W0Um7I
+Temp Password: iceusers
+User Email: ST8I5LO@intl.att.com
+2017-05-04 03:09:27,280 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:27,344 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:09:27,476 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:09:27,482 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=ea6065fa-8929-45f2-94d9-75dd6ea737e4 page is loaded.
+2017-05-04 03:09:27,949 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:28,068 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:28,076 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:28,109 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:28,623 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:28,923 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:29,016 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 03:09:29,020 DEBUG db_general 188 25563 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:09:29,028 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:29,124 DEBUG test_reset_password 24 25562 140735693222848 Logout and verify new password works
+2017-05-04 03:09:29,164 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:29,394 DEBUG test_reset_password 26 25562 140735693222848 Login with updated password
+2017-05-04 03:09:29,394 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:29,394 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:09:29,433 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:29,553 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '02d0ba22-f131-428c-9668-0c987e1cf1d1';
+2017-05-04 03:09:29,556 DEBUG db_general 188 25563 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:09:29,562 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:29,784 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:29,957 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:30,080 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '637276d3-9c73-4982-889c-95dd90eeadf0';
+2017-05-04 03:09:30,083 DEBUG db_general 188 25563 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:09:30,089 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:30,144 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:09:30,322 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 03:09:30,322 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 03:09:30,341 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-05-04 03:09:30,341 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 03:09:30,342 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-05-04 03:09:30,769 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:09:30,874 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:30,895 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:09:30,901 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:31,396 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:31,429 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:31,912 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:31,945 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:32,611 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 03:09:32,612 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 03:09:32,638 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-05-04 03:09:32,638 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 03:09:32,638 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-05-04 03:09:32,859 DEBUG test_reset_password 29 25562 140735693222848 Logout and change password back to 'iceusers'
+2017-05-04 03:09:32,864 DEBUG db_general 128 25562 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 03:09:32,868 DEBUG db_general 136 25562 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 03:09:32,887 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:32,887 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:09:33,453 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:33,664 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:09:34,348 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:09:34,449 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:09:34,453 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:34,938 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:09:34,943 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3B2NY@intl.att.com';
+2017-05-04 03:09:34,947 DEBUG db_general 136 25561 140735693222848 Query result: c26fc8db-aad9-498a-89c0-c674180e84e2
+2017-05-04 03:09:34,953 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3B2NY@intl.att.com';
+2017-05-04 03:09:34,958 DEBUG db_general 136 25561 140735693222848 Query result: c26fc8db-aad9-498a-89c0-c674180e84e2
+2017-05-04 03:09:34,963 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'ST3B2NY@intl.att.com';
+2017-05-04 03:09:34,968 DEBUG db_general 136 25561 140735693222848 Query result: 323
+2017-05-04 03:09:34,971 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:34,974 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '323';
+2017-05-04 03:09:34,976 DEBUG db_general 188 25561 140735693222848 Query result: 06e2acf92289445eaacbaeed0f15688c
+2017-05-04 03:09:34,976 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c26fc8db-aad9-498a-89c0-c674180e84e2/06e2acf92289445eaacbaeed0f15688c
+2017-05-04 03:09:34,976 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c26fc8db-aad9-498a-89c0-c674180e84e2/06e2acf92289445eaacbaeed0f15688c
+2017-05-04 03:09:35,029 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:35,505 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 03:09:35,506 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 03:09:35,527 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-05-04 03:09:35,528 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 03:09:35,528 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-05-04 03:09:35,832 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:35,832 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:09:36,435 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:09:36,435 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ebe998ec-842d-430e-b7bd-27b5855cad68/029ad57c420043eda8ba6a6880d24c8d
+2017-05-04 03:09:36,495 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:36,631 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:36,631 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:36,637 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:36,639 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:36,645 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:36,646 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:36,822 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:09:37,089 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:37,089 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4b59a7e2-3127-4998-ab82-d66b504d7ea5/checklist/new/
+2017-05-04 03:09:37,184 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:37,185 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:37,230 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:37,231 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:37,231 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:37,492 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:09:37,622 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:09:37,629 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:09:37,902 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:38,118 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:38,551 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:38,794 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:38,916 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:38,920 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:39,261 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:09:39,261 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a94bef9d-dd26-49e7-b431-e10798c12a7f/400b2219749d40b1a8add6300957d488
+2017-05-04 03:09:39,347 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:39,482 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:09:39,483 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:09:39,488 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:39,491 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:39,495 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:39,498 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:39,575 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:39,576 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:09:39,707 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:39,998 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:39,999 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/661bced0-82e8-494a-b55b-8e269b4842b9/checklist/new/
+2017-05-04 03:09:40,071 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:09:40,071 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:09:40,107 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:40,107 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:40,107 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:09:40,220 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:40,372 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:09:40,748 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:40,984 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:09:41,024 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:09:41,145 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:09:41,150 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:41,592 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:41,636 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:09:41,737 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:09:41,748 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:41,962 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:42,105 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:42,465 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:42,503 DEBUG test_login_with_new_user 110 25561 140735693222848 click_on on + Dashboard
+2017-05-04 03:09:42,767 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:09:42,773 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 03:09:42,773 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 03:09:42,789 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-05-04 03:09:42,789 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 03:09:42,789 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-05-04 03:09:43,897 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '637276d3-9c73-4982-889c-95dd90eeadf0';
+2017-05-04 03:09:43,900 DEBUG db_general 188 25563 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:09:43,910 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:44,437 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '02d0ba22-f131-428c-9668-0c987e1cf1d1';
+2017-05-04 03:09:44,439 DEBUG db_general 188 25563 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:09:44,445 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:44,812 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:44,888 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:44,958 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 03:09:44,960 DEBUG db_general 188 25563 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:09:44,970 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:45,479 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 03:09:45,479 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 03:09:45,490 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 03:09:45,490 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 03:09:45,490 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 03:09:45,795 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:46,310 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:46,337 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:09:46,338 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce115847-2b1d-474e-b655-6fb5e5cc12b5/ef5973e8b0424fffb562a2ede0bff002
+2017-05-04 03:09:46,382 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:46,513 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:46,514 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:46,518 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:46,519 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:46,523 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:46,525 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:46,834 DEBUG fe_wizard 57 25561 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:09:46,993 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:46,993 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f987d77b-cb01-4751-a1d3-28654cb5936c/checklist/new/
+2017-05-04 03:09:47,099 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:47,099 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:47,148 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:47,148 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:47,149 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:47,787 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:48,005 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:48,653 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:48,768 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:48,774 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:48,911 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:09:48,911 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/025fef18-f88d-4ebe-b18e-c5b593815fbe/159047962733486aa2f7523fb4fdd3f9
+2017-05-04 03:09:48,946 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:49,071 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:09:49,071 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:09:49,087 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:49,089 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:49,094 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:49,096 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:49,613 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:49,613 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea92c047-1dca-4125-b5fd-4150fd660b71/checklist/new/
+2017-05-04 03:09:49,685 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:09:49,686 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:09:49,717 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:49,721 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:49,791 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:09:49,791 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:09:49,801 DEBUG db_general 177 25563 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:09:49,803 DEBUG db_general 188 25563 140735693222848 Query result: 2
+2017-05-04 03:09:49,807 DEBUG db_general 177 25563 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 03:09:49,809 DEBUG db_general 188 25563 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 03:09:49,816 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:49,816 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:09:49,941 DEBUG fe_wizard 97 25561 140735693222848 Tab Invite Team Members
+2017-05-04 03:09:50,075 DEBUG test_set_stage 70 25562 140735693222848 Admin_ro failed to change stage to Intake
+2017-05-04 03:09:50,244 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:50,668 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:09:51,031 DEBUG fe_wizard 115 25561 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:09:51,041 DEBUG helper 42 25561 140735693222848 About to generate SSH Public Key
+2017-05-04 03:09:51,060 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:51,168 DEBUG helper 57 25561 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDF0csupvH+4Y1qtN5tL+cIbctQoivdunyC3tjqRVuUhYCDmrymmLIKlvTgxVlTZmODNbz0FTEpYr2DXjBcB0lc7YL/1cEqoeZ6mnnt9dpsKelYPoGOHXCYLVMcPDhv9E65HIKObFnkfctcOQYHoA4qAiIlHdZnz5wgBbBpQTRN2qSsE1GPBZ2RLSYpi7xK9Ie8YxnwiA8dDQt2P23BLWwK1/l5Vv/eDq51NiTqKjsDItSiDchkBL4C0wRK6HKflHmIQwGbnXrdjV5gbJ2dZDxwFgZiQv/yiCbRsl4MnQqFwRLiv/ky1a43qaL3RBL4TBtd0XnNA0s27l6ZJnPBeli5
+2017-05-04 03:09:51,330 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:09:51,435 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:09:51,443 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:51,574 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:52,158 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:52,253 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 03:09:52,254 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 03:09:52,274 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-05-04 03:09:52,274 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 03:09:52,275 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-05-04 03:09:52,903 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:53,753 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:54,255 DEBUG fe_wizard 130 25561 140735693222848 SSH Key added via modal window.
+2017-05-04 03:09:54,260 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vf Where name = 'newVFST4XTyu';
+2017-05-04 03:09:54,263 DEBUG db_general 188 25561 140735693222848 Query result: 3d712689-1311-4d43-8b70-46a12d4b36f6
+2017-05-04 03:09:54,263 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=3d712689-1311-4d43-8b70-46a12d4b36f6&inviter_uuid=c26fc8db-aad9-498a-89c0-c674180e84e2&email=automationqattSTJEmIk@gmail.com
+2017-05-04 03:09:54,270 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:09:54,440 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:09:55,393 DEBUG test_set_stage 70 25562 140735693222848 Admin_ro failed to change stage to Active
+2017-05-04 03:09:55,602 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:09:55,602 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fb2149b9-a41b-409c-b182-b8026ff3a8d0/d375adf2712d47088edce692510716b9
+2017-05-04 03:09:55,641 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:09:55,727 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:55,727 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:55,731 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:09:55,733 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:09:55,736 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:09:55,738 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:09:55,772 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 03:09:55,776 DEBUG db_general 188 25561 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:09:55,776 DEBUG db_user 37 25561 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=3d712689-1311-4d43-8b70-46a12d4b36f6&email=STLng7d@ericson.com&full_name=STzyjr9STaFsmd&phone_number=2017938944&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:09:55,777 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=3d712689-1311-4d43-8b70-46a12d4b36f6&email=STLng7d@ericson.com&full_name=STzyjr9STaFsmd&phone_number=2017938944&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:09:56,069 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:09:56,069 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/744c2564-6d81-4117-b2fb-113178ddfc7b/checklist/new/
+2017-05-04 03:09:56,147 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:56,147 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:56,186 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:56,187 DEBUG api_virtual_function 87 25560 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:09:56,236 DEBUG api_virtual_function 100 25560 140735693222848 Invite sent successfully to email ST41mWt@intl.att.com
+2017-05-04 03:09:56,242 DEBUG api_virtual_function 105 25560 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=83d4ef94-31ad-4c37-8fc0-88c41cacfc68&email=ST41mWt@intl.att.com
+2017-05-04 03:09:56,242 DEBUG api_user 206 25560 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:09:56,371 DEBUG api_user 231 25560 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:09:56,371 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/744c2564-6d81-4117-b2fb-113178ddfc7b/checklist/new/
+2017-05-04 03:09:56,448 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:09:56,448 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:09:56,486 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:09:56,486 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:09:56,487 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:09:56,727 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 03:09:56,728 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 03:09:56,745 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-05-04 03:09:56,746 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 03:09:56,746 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-05-04 03:09:57,296 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:09:57,964 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:09:58,083 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:09:58,088 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:09:58,862 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:09:58,936 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:00,041 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:10:00,045 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbv0Sk@amdocs.com';
+2017-05-04 03:10:00,047 DEBUG db_general 136 25561 140735693222848 Query result: 2d26107b-142f-4d6e-969a-0fe4cb7ff00a
+2017-05-04 03:10:00,051 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbv0Sk@amdocs.com';
+2017-05-04 03:10:00,053 DEBUG db_general 136 25561 140735693222848 Query result: 2d26107b-142f-4d6e-969a-0fe4cb7ff00a
+2017-05-04 03:10:00,057 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'STbv0Sk@amdocs.com';
+2017-05-04 03:10:00,060 DEBUG db_general 136 25561 140735693222848 Query result: 330
+2017-05-04 03:10:00,064 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '330';
+2017-05-04 03:10:00,067 DEBUG db_general 188 25561 140735693222848 Query result: 4ab48ecf725d478585500d12dd4f5bbf
+2017-05-04 03:10:00,067 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d26107b-142f-4d6e-969a-0fe4cb7ff00a/4ab48ecf725d478585500d12dd4f5bbf
+2017-05-04 03:10:00,067 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d26107b-142f-4d6e-969a-0fe4cb7ff00a/4ab48ecf725d478585500d12dd4f5bbf
+2017-05-04 03:10:00,675 DEBUG test_set_stage 70 25562 140735693222848 Admin_ro failed to change stage to Validated
+2017-05-04 03:10:00,676 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 03:10:00,676 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 03:10:00,691 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-05-04 03:10:00,691 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 03:10:00,691 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-05-04 03:10:00,932 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:00,933 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:10:01,875 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:10:02,548 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:10:02,681 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:10:02,687 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:10:02,989 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 03:10:02,990 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 03:10:03,015 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-05-04 03:10:03,016 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 03:10:03,016 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-05-04 03:10:03,059 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:03,204 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:04,170 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:04,759 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:10:04,760 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ba911a33-8224-4b20-9b16-a54dbbae9895/5e0e785f4af34ad59afbf6344682cbc0
+2017-05-04 03:10:04,810 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:04,932 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:10:04,932 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:10:04,938 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:04,940 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:04,945 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:04,946 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:05,182 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:05,182 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:10:05,446 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:05,446 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab0ec181-3445-432a-9848-bc64f7a08592/checklist/new/
+2017-05-04 03:10:05,554 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:10:05,554 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:10:05,588 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:05,588 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:05,588 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:10:05,867 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 03:10:05,870 DEBUG db_general 188 25563 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:10:05,878 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:05,961 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:10:06,154 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:06,402 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '81ae1657-0a79-440a-a14b-b454f62b268f';
+2017-05-04 03:10:06,406 DEBUG db_general 188 25563 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:10:06,414 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:06,422 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:10:06,590 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:10:06,672 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:10:06,678 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:06,930 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '41f070be-2020-49bc-b47d-adb09dfa834b';
+2017-05-04 03:10:06,935 DEBUG db_general 188 25563 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:10:06,946 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:07,083 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:10:07,206 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:10:07,213 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:07,254 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:07,452 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:10:07,452 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8d2e51de-59c6-42ce-9339-5bdefe431a05/8791f996e684488680d86fae903b6c52
+2017-05-04 03:10:07,605 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:07,797 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:07,797 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:07,802 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:07,805 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:07,811 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:07,813 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:08,039 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:08,281 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:10:08,497 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:08,498 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9da4fcea-6b24-4f78-874a-d945e3717652/checklist/new/
+2017-05-04 03:10:08,560 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:08,615 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:08,616 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:08,662 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:08,663 DEBUG api_virtual_function 87 25560 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:10:08,754 DEBUG api_virtual_function 100 25560 140735693222848 Invite sent successfully to email STakVSm@intl.att.com
+2017-05-04 03:10:08,762 DEBUG api_virtual_function 105 25560 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=59b136e4-162c-4a39-a312-cc50f7b92f4e&email=STakVSm@intl.att.com
+2017-05-04 03:10:08,763 DEBUG api_user 206 25560 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:10:09,043 DEBUG api_user 231 25560 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:10:09,043 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9da4fcea-6b24-4f78-874a-d945e3717652/checklist/new/
+2017-05-04 03:10:09,168 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:09,168 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:09,222 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:09,223 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:09,223 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:10:10,159 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:10:10,524 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 03:10:10,536 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:10,539 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:10,844 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:10,868 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:10:10,996 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:10:11,001 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:11,053 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:11,396 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:11,565 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:11,830 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:11,961 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:12,174 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:12,346 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:12,477 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 03:10:12,484 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:12,689 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:12,863 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:12,876 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:13,220 DEBUG fe_wizard 77 25561 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 03:10:13,377 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:13,698 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:13,889 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 03:10:13,899 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:14,216 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:14,224 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:14,735 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:15,241 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 03:10:15,241 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 03:10:15,260 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-05-04 03:10:15,261 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 03:10:15,261 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-05-04 03:10:15,689 DEBUG fe_wizard 97 25561 140735693222848 Tab Invite Team Members
+2017-05-04 03:10:16,337 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 03:10:16,338 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 03:10:16,987 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-05-04 03:10:16,987 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 03:10:16,987 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-05-04 03:10:17,252 DEBUG fe_wizard 115 25561 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:10:17,265 DEBUG helper 42 25561 140735693222848 About to generate SSH Public Key
+2017-05-04 03:10:17,319 DEBUG helper 57 25561 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDW8+LTPGEi9zrlxKh4UgPR90QeTsWn4MY4nunobBCv3X9BqyFxDCSEF15oRU8SFWmXKuyk6i/aN5153GVDs7kWjwoAQIEGP78JJNajVxsl54plsdGG1kk4E5MvJ2NRBR7n6rCE3i9nSf+GK6JEYwCSv7mJEf1bxHLI9FcxjeRIWVyYIFD32LPRMgPiwHEUoT8Lnb9LcFijJOB1LLcxK46KNx4Tpf4tPfql13Lr7N8bk+qEjuUwjYxjwIKS4rz4RWvafEARqr6DRRGfe9LHyQdXZ1Wnz8J1t8vZ5261nU6m4FiiPNjwGelgGJyoJ3NJrtUBjx3OZNgtnrUzdYu51rjZ
+2017-05-04 03:10:17,670 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:19,068 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:10:19,070 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/85fc468c-12a9-4799-8769-507305513621/c934e7d1fcc844e898712cd12bec3bd0
+2017-05-04 03:10:19,139 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:19,236 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:19,247 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:10:19,247 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:10:19,252 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:19,254 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:19,258 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:19,260 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:19,627 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:19,627 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1ccb70b-4503-4f9d-a6e2-6a336950d0fc/checklist/new/
+2017-05-04 03:10:19,697 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:10:19,698 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:10:19,737 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:19,738 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:19,738 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:10:19,963 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '41f070be-2020-49bc-b47d-adb09dfa834b';
+2017-05-04 03:10:19,967 DEBUG db_general 188 25563 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:10:19,979 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:20,458 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:10:20,459 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5835649a-f199-4267-a61e-31cd08bcc9c3/35f6a94b1d5f437fbf975b22e1935b9b
+2017-05-04 03:10:20,496 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:20,509 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '81ae1657-0a79-440a-a14b-b454f62b268f';
+2017-05-04 03:10:20,513 DEBUG db_general 188 25563 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:10:20,519 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:20,572 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:20,572 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:20,580 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:20,582 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:20,587 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:20,589 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:20,611 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:10:20,665 DEBUG fe_wizard 130 25561 140735693222848 SSH Key added via modal window.
+2017-05-04 03:10:20,673 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTNTu2y';
+2017-05-04 03:10:20,678 DEBUG db_general 188 25561 140735693222848 Query result: 203caf60-1351-45a7-9afe-b041ce18d4bb
+2017-05-04 03:10:20,683 DEBUG db_user 49 25561 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '203caf60-1351-45a7-9afe-b041ce18d4bb' and email = 'automationqattSTPs6tx@gmail.com' ;
+2017-05-04 03:10:20,687 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTPs6tx@gmail.com
+2017-05-04 03:10:20,994 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:20,995 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9cf8f6e6-ba3d-40cf-8170-55c68058fdd1/checklist/new/
+2017-05-04 03:10:21,033 DEBUG db_general 177 25563 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 03:10:21,037 DEBUG db_general 188 25563 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:10:21,044 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:21,083 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:21,084 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:21,120 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:21,121 DEBUG api_virtual_function 87 25560 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:10:21,169 DEBUG api_virtual_function 100 25560 140735693222848 Invite sent successfully to email ST0gLeB@intl.att.com
+2017-05-04 03:10:21,175 DEBUG api_virtual_function 105 25560 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=51358f4f-a1d8-4f07-85e5-4d779a49ac8a&email=ST0gLeB@intl.att.com
+2017-05-04 03:10:21,176 DEBUG api_user 206 25560 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:10:21,278 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:10:21,382 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:10:21,389 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:21,477 DEBUG api_user 231 25560 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:10:21,477 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9cf8f6e6-ba3d-40cf-8170-55c68058fdd1/checklist/new/
+2017-05-04 03:10:21,563 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 03:10:21,563 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 03:10:21,577 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:21,577 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:21,588 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 03:10:21,589 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 03:10:21,589 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-05-04 03:10:21,673 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:21,673 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:21,674 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:10:22,108 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 03:10:22,120 DEBUG db_general 188 25561 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:10:22,120 DEBUG db_user 37 25561 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STgzvAI@att.com&full_name=STszQgXSTjhFJu&phone_number=2012837546&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:10:22,120 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STgzvAI@att.com&full_name=STszQgXSTjhFJu&phone_number=2012837546&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:10:22,324 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:22,808 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:10:22,843 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:23,381 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:23,399 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 03:10:23,399 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 03:10:23,417 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-05-04 03:10:23,417 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 03:10:23,417 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-05-04 03:10:23,502 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:10:23,670 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:10:23,679 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:24,471 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:24,797 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:24,885 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:24,987 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:25,403 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:25,503 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:25,930 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:26,085 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 03:10:26,098 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:26,334 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:26,437 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:10:26,437 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4319b9a0-438e-4c58-a20b-964b9a069509/84948862b3294c82af020fc4761218ee
+2017-05-04 03:10:26,506 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:26,567 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:26,668 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:10:26,669 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:10:26,677 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:26,680 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:26,685 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:26,687 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:26,920 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:27,039 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:27,485 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:27,486 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d5ec593c-6aea-4145-9763-5299610db742/checklist/new/
+2017-05-04 03:10:27,553 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:27,555 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:27,596 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:10:27,596 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:10:27,652 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:27,652 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:27,652 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:10:28,179 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:10:28,180 DEBUG api_user 193 25561 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f952d1c2-0b76-435e-a1aa-de302e3ac004/f2733a59e80c41718f05feae3f9fe6cb
+2017-05-04 03:10:28,237 DEBUG api_user 196 25561 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:28,237 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:28,238 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:10:28,575 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:10:29,229 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:10:29,266 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:10:29,443 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:10:29,449 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:29,857 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 03:10:29,857 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 03:10:29,877 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-05-04 03:10:29,879 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 03:10:29,879 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-05-04 03:10:29,882 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 03:10:29,892 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:29,933 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:10:29,968 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:30,270 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:10:30,279 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:30,491 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:30,612 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:30,799 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:31,021 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:31,127 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:31,344 DEBUG test_login_with_new_user 39 25561 140735693222848 Message Error(APIUser or Password does not match) Displayed
+2017-05-04 03:10:31,344 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 03:10:31,344 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 03:10:31,364 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-05-04 03:10:31,364 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 03:10:31,364 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-05-04 03:10:31,930 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:32,590 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:33,073 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:33,879 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 03:10:33,887 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:10:33,997 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:10:34,442 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:34,513 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:34,517 DEBUG helper 42 25563 140735693222848 About to generate SSH Public Key
+2017-05-04 03:10:34,769 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:10:34,769 DEBUG api_user 193 25560 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2faacf7-e9e3-48a3-a666-4f252ab38add/3d37d679259b413ea006a74df4045dc9
+2017-05-04 03:10:34,819 DEBUG api_user 196 25560 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:34,907 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:34,908 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:34,912 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:34,914 DEBUG db_general 162 25560 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:34,918 DEBUG db_general 151 25560 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:34,919 DEBUG db_general 162 25560 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:34,964 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:35,054 DEBUG helper 57 25563 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/7vS34Tlp+alV0csMax1Klu0paLbr9TWkdI3wEwZgv7UK+mjl+o6zGaoS2eJBbHBYNU3kK1SPMUyCcV9V/gU51+Rs36+Up9JvuJOUrSIOutp93t+8CrC3OdzVeDmPoGxk/y9y7rwChjxEdQxfA0ymUXH+UHcIV4hTwUqUs/Shzi0I25acf/77fY/HvlY2QCoS7VInpUu+BY+9LCF2/HJDjwn8ffnaQkMCUvuU5PsR3aSnGclt2dp67mzksjD3TC7KYqpfRJ0F1kZB6AmOfrqhp7HxX3EOkEl+5JmIbpJmQBgrHV71ZkRnveq53+EvI/lQfvH4d/4VMCeHaVaASNTV
+2017-05-04 03:10:35,054 DEBUG test_ssh_key 44 25563 140735693222848 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/7vS34Tlp+alV0csMax1Klu0paLbr9TWkdI3wEwZgv7UK+mjl+o6zGaoS2eJBbHBYNU3kK1SPMUyCcV9V/gU51+Rs36+Up9JvuJOUrSIOutp93t+8CrC3OdzVeDmPoGxk/y9y7rwChjxEdQxfA0ymUXH+UHcIV4hTwUqUs/Shzi0I25acf/77fY/HvlY2QCoS7VInpUu+BY+9LCF2/HJDjwn8ffnaQkMCUvuU5PsR3aSnGclt2dp67mzksjD3TC7KYqpfRJ0F1kZB6AmOfrqhp7HxX3EOkEl+5JmIbpJmQBgrHV71ZkRnveq53+EvI/lQfvH4d/4VMCeHaVaASNTV
+2017-05-04 03:10:35,257 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:10:35,444 DEBUG api_virtual_function 72 25560 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:35,444 DEBUG api_gitlab 267 25560 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a86e80fe-1ef4-4ef5-a832-c5fb4b255cc1/checklist/new/
+2017-05-04 03:10:35,534 DEBUG api_user 128 25560 140735693222848 200 OK
+2017-05-04 03:10:35,534 DEBUG api_user 130 25560 140735693222848 Login successfully.
+2017-05-04 03:10:35,575 DEBUG api_gitlab 288 25560 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:35,576 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:35,576 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:10:35,849 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:10:35,850 DEBUG test_login_with_new_user 45 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:36,549 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:10:37,214 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:10:37,258 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 03:10:37,258 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 03:10:37,279 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-05-04 03:10:37,280 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 03:10:37,280 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-05-04 03:10:37,350 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:10:37,355 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:37,925 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:38,193 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 03:10:38,193 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 03:10:38,221 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-05-04 03:10:38,222 DEBUG logFuncEntry 34 25563 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 03:10:38,222 DEBUG test_ui_base 36 25563 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-05-04 03:10:38,254 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 03:10:38,254 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 03:10:38,272 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-05-04 03:10:38,272 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 03:10:38,273 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-05-04 03:10:39,075 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:10:39,594 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:10:40,319 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 03:10:40,319 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 03:10:40,350 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-05-04 03:10:40,351 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 03:10:40,351 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-05-04 03:10:40,467 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:41,394 DEBUG test_ui_base 48 25563 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:41,544 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:42,344 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:10:42,344 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cfc412e8-0802-4043-bd7a-a63faf7db620/2b17870ade6e4366b681b05e463293d1
+2017-05-04 03:10:42,396 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:42,506 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:10:42,506 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:10:42,512 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:42,514 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:42,519 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:42,521 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:42,873 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:42,874 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bedd8037-fbbf-4b6c-b97b-6c3e81867587/checklist/new/
+2017-05-04 03:10:42,997 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:10:42,998 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:10:43,061 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:43,061 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:43,061 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:10:43,134 DEBUG api_user 108 25563 140735693222848 Moving to next test case
+2017-05-04 03:10:43,134 DEBUG api_user 193 25563 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f428c570-661b-4504-851f-809a3a594b8e/b053a7dea1a24288b31d02e62f084d2c
+2017-05-04 03:10:43,215 DEBUG api_user 196 25563 140735693222848 APIUser activated successfully!
+2017-05-04 03:10:43,318 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:10:43,318 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:10:43,324 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:10:43,326 DEBUG db_general 162 25563 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:10:43,331 DEBUG db_general 151 25563 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:10:43,333 DEBUG db_general 162 25563 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:10:43,506 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:43,852 DEBUG api_virtual_function 72 25563 140735693222848 Virtual Function created successfully!
+2017-05-04 03:10:43,853 DEBUG api_gitlab 267 25563 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/526b2ffa-7522-4e3e-bcf5-2a391ac13ba0/checklist/new/
+2017-05-04 03:10:43,941 DEBUG api_user 128 25563 140735693222848 200 OK
+2017-05-04 03:10:43,941 DEBUG api_user 130 25563 140735693222848 Login successfully.
+2017-05-04 03:10:43,979 DEBUG api_gitlab 288 25563 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:10:43,979 DEBUG fe_user 26 25563 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:43,979 DEBUG fe_user 27 25563 140735693222848 Insert Email
+2017-05-04 03:10:44,052 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:10:44,286 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 03:10:44,287 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 03:10:44,316 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-05-04 03:10:44,316 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 03:10:44,317 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-05-04 03:10:44,705 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:10:44,900 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:10:44,908 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:44,945 DEBUG fe_user 30 25563 140735693222848 Insert Password
+2017-05-04 03:10:45,006 DEBUG api_user 108 25560 140735693222848 Moving to next test case
+2017-05-04 03:10:45,007 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:45,007 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:10:45,426 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:45,666 DEBUG fe_user 32 25563 140735693222848 Click Login Button
+2017-05-04 03:10:45,809 DEBUG fe_user 34 25563 140735693222848 Login Button clicked
+2017-05-04 03:10:45,817 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:10:45,943 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:46,144 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:10:46,333 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:46,468 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:46,854 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:10:46,857 DEBUG helper 42 25563 140735693222848 About to generate SSH Public Key
+2017-05-04 03:10:46,927 DEBUG helper 57 25563 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz27Oz7eu00FNoJkHVsqQ+tCfA3PIZqoinxbvZGB8/4t9DvbDlS9yjyQ1X1KQcx9rxfcBiVfnSTASkh7ED5CBZ20Cju5LWwyEs2xC+S5cda7nIMhTrqLa8ca+0xPZd0ItJqeEpmxRkZLiXaLC35c8BCkNW7aW4vsP99t0g8Psdfw6WxCkYBpvrJjuhN0pCjwx52vQANZMnGkNHXMRrFwTRFWwFVYoUhHm+VMNLiU5R9hh5Fvzvk1kXBr/8OBO6X7dAmMWnf1Dhx92lBS0tTSLT4gRUmPacstlmQHC21Y0Cz8JwMfJlSkCMLMrIZCLDBNsVpDvsHqbRXJyGiiszDeBt
+2017-05-04 03:10:46,928 DEBUG test_ssh_key 33 25563 140735693222848 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz27Oz7eu00FNoJkHVsqQ+tCfA3PIZqoinxbvZGB8/4t9DvbDlS9yjyQ1X1KQcx9rxfcBiVfnSTASkh7ED5CBZ20Cju5LWwyEs2xC+S5cda7nIMhTrqLa8ca+0xPZd0ItJqeEpmxRkZLiXaLC35c8BCkNW7aW4vsP99t0g8Psdfw6WxCkYBpvrJjuhN0pCjwx52vQANZMnGkNHXMRrFwTRFWwFVYoUhHm+VMNLiU5R9hh5Fvzvk1kXBr/8OBO6X7dAmMWnf1Dhx92lBS0tTSLT4gRUmPacstlmQHC21Y0Cz8JwMfJlSkCMLMrIZCLDBNsVpDvsHqbRXJyGiiszDeBt
+2017-05-04 03:10:47,082 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:10:47,087 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:10:47,332 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:47,455 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:10:47,460 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:47,618 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:10:47,899 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:10:47,972 DEBUG wait 107 25563 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:10:48,152 DEBUG db_general 128 25560 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STngArN@intl.att.com';
+2017-05-04 03:10:48,156 DEBUG db_general 136 25560 140735693222848 Query result: 58934e89-7cf0-49b0-a9c1-a446ab83ac26
+2017-05-04 03:10:48,161 DEBUG db_general 128 25560 140735693222848 Query : select id from auth_user WHERE Email = 'STngArN@intl.att.com';
+2017-05-04 03:10:48,164 DEBUG db_general 136 25560 140735693222848 Query result: 343
+2017-05-04 03:10:48,169 DEBUG db_general 177 25560 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '343';
+2017-05-04 03:10:48,172 DEBUG db_general 188 25560 140735693222848 Query result: 761e0a281e5e4d46bad928e52a3b4b49
+2017-05-04 03:10:48,172 DEBUG db_user 27 25560 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58934e89-7cf0-49b0-a9c1-a446ab83ac26/761e0a281e5e4d46bad928e52a3b4b49
+2017-05-04 03:10:48,173 DEBUG fe_general 37 25560 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58934e89-7cf0-49b0-a9c1-a446ab83ac26/761e0a281e5e4d46bad928e52a3b4b49
+2017-05-04 03:10:49,016 DEBUG fe_user 26 25560 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:49,017 DEBUG fe_user 27 25560 140735693222848 Insert Email
+2017-05-04 03:10:49,119 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 03:10:49,120 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 03:10:49,137 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-05-04 03:10:49,138 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 03:10:49,138 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-05-04 03:10:49,908 DEBUG fe_user 30 25560 140735693222848 Insert Password
+2017-05-04 03:10:50,571 DEBUG fe_user 32 25560 140735693222848 Click Login Button
+2017-05-04 03:10:50,721 DEBUG fe_user 34 25560 140735693222848 Login Button clicked
+2017-05-04 03:10:50,727 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:10:51,246 DEBUG logFuncEntry 34 25563 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 03:10:51,247 DEBUG logFuncEntry 34 25563 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 03:10:51,279 DEBUG test_ui_base 66 25563 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-05-04 03:10:51,459 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:51,719 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:52,255 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:10:52,651 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:10:52,651 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:52,651 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:10:52,782 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 03:10:52,783 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 03:10:52,798 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-05-04 03:10:52,798 DEBUG logFuncEntry 34 25560 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 03:10:52,798 DEBUG test_ui_base 36 25560 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-05-04 03:10:53,695 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:10:53,833 DEBUG test_set_stage 83 25562 140735693222848 User STCztU1@intl.att.com failed to change stage to Intake
+2017-05-04 03:10:54,365 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:10:54,580 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:10:54,585 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:10:54,903 DEBUG test_ui_base 48 25560 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:55,107 DEBUG test_login_with_new_user 27 25561 140735693222848 Resend Activation Email Page Opened
+2017-05-04 03:10:55,121 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 03:10:55,121 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 03:10:55,139 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-05-04 03:10:55,140 DEBUG logFuncEntry 34 25561 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 03:10:55,140 DEBUG test_ui_base 36 25561 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-05-04 03:10:57,063 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-05-04 03:10:57,241 DEBUG test_ui_base 48 25561 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:10:57,592 DEBUG db_general 177 25560 140735693222848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-05-04 03:10:57,593 DEBUG db_general 188 25560 140735693222848 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-05-04 03:10:58,399 DEBUG api_user 108 25561 140735693222848 Moving to next test case
+2017-05-04 03:10:58,404 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST8iXTd@intl.att.com';
+2017-05-04 03:10:58,407 DEBUG db_general 136 25561 140735693222848 Query result: 7d42d8c6-b6cf-4287-964e-d5c07c7cd746
+2017-05-04 03:10:58,413 DEBUG db_general 128 25561 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST8iXTd@intl.att.com';
+2017-05-04 03:10:58,416 DEBUG db_general 136 25561 140735693222848 Query result: 7d42d8c6-b6cf-4287-964e-d5c07c7cd746
+2017-05-04 03:10:58,420 DEBUG db_general 128 25561 140735693222848 Query : select id from auth_user WHERE Email = 'ST8iXTd@intl.att.com';
+2017-05-04 03:10:58,421 DEBUG db_general 136 25561 140735693222848 Query result: 345
+2017-05-04 03:10:58,427 DEBUG db_general 177 25561 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '345';
+2017-05-04 03:10:58,428 DEBUG db_general 188 25561 140735693222848 Query result: adebcac9dc4646808cb4c8758d32b142
+2017-05-04 03:10:58,428 DEBUG db_user 27 25561 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7d42d8c6-b6cf-4287-964e-d5c07c7cd746/adebcac9dc4646808cb4c8758d32b142
+2017-05-04 03:10:58,429 DEBUG fe_general 37 25561 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7d42d8c6-b6cf-4287-964e-d5c07c7cd746/adebcac9dc4646808cb4c8758d32b142
+2017-05-04 03:10:59,094 DEBUG test_set_stage 83 25562 140735693222848 User STCztU1@intl.att.com failed to change stage to Active
+2017-05-04 03:10:59,108 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:10:59,108 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:10:59,999 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:11:00,668 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:11:00,761 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:11:00,766 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:11:01,498 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:02,388 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:11:02,388 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:11:02,694 DEBUG wait 107 25560 140735693222848 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-05-04 03:11:03,149 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:11:03,435 DEBUG logFuncEntry 34 25560 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 03:11:03,435 DEBUG logFuncEntry 34 25560 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 03:11:03,454 DEBUG test_ui_base 66 25560 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-05-04 03:11:03,789 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:11:03,868 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:11:03,874 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:11:04,386 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:04,469 DEBUG test_set_stage 83 25562 140735693222848 User STCztU1@intl.att.com failed to change stage to Validated
+2017-05-04 03:11:04,469 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:11:04,929 DEBUG test_login_with_new_user 283 25561 140735693222848 click_on on + Dashboard
+2017-05-04 03:11:05,136 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 03:11:05,137 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 03:11:05,155 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-05-04 03:11:05,156 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 03:11:05,156 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-05-04 03:11:05,164 DEBUG fe_wizard 24 25561 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:11:07,263 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:11:07,367 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:08,068 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:08,459 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:11:08,460 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7cdc3308-c18e-4648-9606-09e05312949c/1c2eb8f0077e45d3b8db5eca348ac387
+2017-05-04 03:11:08,495 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:11:08,568 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:11:08,569 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:11:08,572 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:11:08,574 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:11:08,577 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:11:08,579 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:11:08,579 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:08,788 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:11:08,788 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cd307258-63d7-486e-a513-2e4f14254e51/checklist/new/
+2017-05-04 03:11:08,856 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:11:08,856 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:11:08,890 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:11:08,891 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:11:08,891 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:11:09,100 DEBUG db_general 177 25561 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTm2lsw';
+2017-05-04 03:11:09,104 DEBUG db_general 188 25561 140735693222848 Query result: 43679a43-f7a2-440a-97f2-5f786acca37b
+2017-05-04 03:11:09,109 DEBUG db_general 177 25561 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '43679a43-f7a2-440a-97f2-5f786acca37b';
+2017-05-04 03:11:09,113 DEBUG db_general 188 25561 140735693222848 Query result: 2017-352
+2017-05-04 03:11:09,117 DEBUG db_general 177 25561 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-352';
+2017-05-04 03:11:09,121 DEBUG db_general 188 25561 140735693222848 Query result: 43679a43-f7a2-440a-97f2-5f786acca37b
+2017-05-04 03:11:09,125 DEBUG db_general 177 25561 140735693222848 Query : select reviewer_id from ice_engagement Where uuid = '43679a43-f7a2-440a-97f2-5f786acca37b';
+2017-05-04 03:11:09,128 DEBUG db_general 188 25561 140735693222848 Query result: 2
+2017-05-04 03:11:09,132 DEBUG db_general 177 25561 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:11:09,134 DEBUG db_general 188 25561 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:11:09,134 DEBUG fe_wizard 57 25561 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:11:09,753 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:11:10,401 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:11:10,497 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:11:10,502 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:11:11,364 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:11,645 DEBUG fe_wizard 97 25561 140735693222848 Tab Invite Team Members
+2017-05-04 03:11:11,888 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:12,605 DEBUG fe_wizard 115 25561 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:11:12,614 DEBUG helper 42 25561 140735693222848 About to generate SSH Public Key
+2017-05-04 03:11:12,675 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:12,701 DEBUG helper 57 25561 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOPuLIjzCjGrZt59HGmM7heTHQ/sMvYpS7PWGj6y9AT4IsSer4scySVCyZ3wl8pg/YQlYmdC0Bzjsxc4T8A88RfsHU1jDIf2uBDt0aG8JTwpJ+G6hRJrIEsUoetDF1wlH3Qo6ki7GmIlJw48DIAMOxzyS+jdx6pz5RdUbK2EzdV2lzrLlL3vWwdgtc/3MURoK0Ig1J8HqYNQubfQ2lkZfqiTHlQuMcojJSYC4Sc/j/uV9fkYH3LnAVjKZ2eW8ku4LTb7tgZVST4y/AqhT7UNov5VZEZB+lFpaXpjFv6vjxTxsaJJRndTawQgf1ocx6tdtdCcYRgvIlvfEZjVUe/zKZ
+2017-05-04 03:11:13,194 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:13,966 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:14,478 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:14,983 DEBUG test_set_stage 97 25562 140735693222848 User dd1122@att.com failed to change stage to Intake
+2017-05-04 03:11:15,180 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:15,388 DEBUG fe_wizard 130 25561 140735693222848 SSH Key added via modal window.
+2017-05-04 03:11:15,723 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:16,231 DEBUG test_set_stage 97 25562 140735693222848 User dd1122@att.com failed to change stage to Active
+2017-05-04 03:11:16,504 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:17,018 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:17,524 DEBUG test_set_stage 97 25562 140735693222848 User dd1122@att.com failed to change stage to Validated
+2017-05-04 03:11:17,525 DEBUG fe_general 37 25562 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:11:18,110 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 03:11:18,111 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 03:11:18,134 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-05-04 03:11:18,135 DEBUG logFuncEntry 34 25562 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 03:11:18,135 DEBUG test_ui_base 36 25562 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-05-04 03:11:19,799 DEBUG fe_user 26 25561 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:11:19,799 DEBUG fe_user 27 25561 140735693222848 Insert Email
+2017-05-04 03:11:20,235 DEBUG test_ui_base 48 25562 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:11:20,565 DEBUG fe_user 30 25561 140735693222848 Insert Password
+2017-05-04 03:11:21,165 DEBUG fe_user 32 25561 140735693222848 Click Login Button
+2017-05-04 03:11:21,273 DEBUG fe_user 34 25561 140735693222848 Login Button clicked
+2017-05-04 03:11:21,277 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:11:21,325 DEBUG api_user 108 25562 140735693222848 Moving to next test case
+2017-05-04 03:11:21,325 DEBUG api_user 193 25562 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7607cbb0-bd08-4a2d-a7e1-a9ce1a5b6f06/49f5985a663d4161a4cb5605034a863a
+2017-05-04 03:11:21,357 DEBUG api_user 196 25562 140735693222848 APIUser activated successfully!
+2017-05-04 03:11:21,519 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:11:21,519 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:11:21,525 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:11:21,528 DEBUG db_general 162 25562 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:11:21,532 DEBUG db_general 151 25562 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:11:21,535 DEBUG db_general 162 25562 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:11:21,787 DEBUG wait 107 25561 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:21,840 DEBUG api_virtual_function 72 25562 140735693222848 Virtual Function created successfully!
+2017-05-04 03:11:21,841 DEBUG api_gitlab 267 25562 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bda00628-2b86-4874-800a-2046b5e92426/checklist/new/
+2017-05-04 03:11:21,910 DEBUG api_user 128 25562 140735693222848 200 OK
+2017-05-04 03:11:21,910 DEBUG api_user 130 25562 140735693222848 Login successfully.
+2017-05-04 03:11:21,944 DEBUG api_gitlab 288 25562 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:11:21,944 DEBUG fe_user 26 25562 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:11:21,945 DEBUG fe_user 27 25562 140735693222848 Insert Email
+2017-05-04 03:11:22,726 DEBUG logFuncEntry 34 25561 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 03:11:22,726 DEBUG logFuncEntry 34 25561 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 03:11:22,742 DEBUG test_ui_base 66 25561 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-05-04 03:11:22,788 DEBUG fe_user 30 25562 140735693222848 Insert Password
+2017-05-04 03:11:23,439 DEBUG fe_user 32 25562 140735693222848 Click Login Button
+2017-05-04 03:11:23,542 DEBUG fe_user 34 25562 140735693222848 Login Button clicked
+2017-05-04 03:11:23,546 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:11:24,451 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:24,979 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:11:25,753 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:26,269 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:26,803 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 03:11:26,810 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:11:26,893 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:11:27,218 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:27,731 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:29,815 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 03:11:29,822 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:11:30,195 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:30,710 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:32,501 DEBUG fe_overview 83 25562 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 03:11:32,508 DEBUG fe_overview 89 25562 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:11:32,854 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:33,368 DEBUG wait 107 25562 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:11:35,223 DEBUG logFuncEntry 34 25562 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 03:11:35,223 DEBUG logFuncEntry 34 25562 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 03:11:35,240 DEBUG test_ui_base 66 25562 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-05-04 03:12:08,460 DEBUG logFuncEntry 34 32363 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:12:08,461 DEBUG test_ui_base 36 32363 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:12:10,569 DEBUG test_ui_base 48 32363 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:12:11,638 DEBUG api_user 108 32363 140735693222848 Moving to next test case
+2017-05-04 03:12:11,638 DEBUG api_user 193 32363 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5d47203b-10d9-413c-8491-5dbe0a53cc03/6ac76a84865f465298541a6799004136
+2017-05-04 03:12:11,673 DEBUG api_user 196 32363 140735693222848 APIUser activated successfully!
+2017-05-04 03:12:11,740 DEBUG api_user 128 32363 140735693222848 200 OK
+2017-05-04 03:12:11,741 DEBUG api_user 130 32363 140735693222848 Login successfully.
+2017-05-04 03:12:11,745 DEBUG db_general 151 32363 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:12:11,746 DEBUG db_general 162 32363 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:12:11,750 DEBUG db_general 151 32363 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:12:11,751 DEBUG db_general 162 32363 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:12:11,968 DEBUG api_virtual_function 72 32363 140735693222848 Virtual Function created successfully!
+2017-05-04 03:12:11,969 DEBUG api_gitlab 267 32363 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/65cadaaf-31ca-4a42-9dea-5e5ed89a8152/checklist/new/
+2017-05-04 03:12:12,037 DEBUG api_user 128 32363 140735693222848 200 OK
+2017-05-04 03:12:12,038 DEBUG api_user 130 32363 140735693222848 Login successfully.
+2017-05-04 03:12:12,068 DEBUG api_gitlab 288 32363 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:12:12,068 DEBUG fe_user 26 32363 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:12:12,068 DEBUG fe_user 27 32363 140735693222848 Insert Email
+2017-05-04 03:12:12,950 DEBUG fe_user 30 32363 140735693222848 Insert Password
+2017-05-04 03:12:13,622 DEBUG fe_user 32 32363 140735693222848 Click Login Button
+2017-05-04 03:12:13,719 DEBUG fe_user 34 32363 140735693222848 Login Button clicked
+2017-05-04 03:12:13,723 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:12:14,237 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:14,768 DEBUG db_general 177 32363 140735693222848 Query : select uuid from ice_vf Where name = 'ST1tpUn';
+2017-05-04 03:12:14,770 DEBUG db_general 188 32363 140735693222848 Query result: 327de7a5-1c2a-475d-98a8-0cdc8f881632
+2017-05-04 03:12:14,774 DEBUG db_general 177 32363 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST1tpUn';
+2017-05-04 03:12:14,777 DEBUG db_general 188 32363 140735693222848 Query result: 65cadaaf-31ca-4a42-9dea-5e5ed89a8152
+2017-05-04 03:12:14,780 DEBUG db_general 177 32363 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST1tpUn';
+2017-05-04 03:12:14,783 DEBUG db_general 188 32363 140735693222848 Query result: 65cadaaf-31ca-4a42-9dea-5e5ed89a8152
+2017-05-04 03:12:14,787 DEBUG db_general 177 32363 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '65cadaaf-31ca-4a42-9dea-5e5ed89a8152';
+2017-05-04 03:12:14,789 DEBUG db_general 188 32363 140735693222848 Query result: 2017-355
+2017-05-04 03:12:14,792 DEBUG db_general 177 32363 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-355';
+2017-05-04 03:12:14,795 DEBUG db_general 188 32363 140735693222848 Query result: 1
+2017-05-04 03:12:14,799 DEBUG fe_checklist 50 32363 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:12:14,803 DEBUG db_general 177 32363 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '65cadaaf-31ca-4a42-9dea-5e5ed89a8152';
+2017-05-04 03:12:14,805 DEBUG db_general 188 32363 140735693222848 Query result: 2017-355
+2017-05-04 03:12:14,834 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:16,068 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:16,581 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:17,089 DEBUG fe_general 37 32363 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=327de7a5-1c2a-475d-98a8-0cdc8f881632&inviter_uuid=5d47203b-10d9-413c-8491-5dbe0a53cc03&email=automationqattST70Gcj@gmail.com
+2017-05-04 03:12:18,519 DEBUG fe_general 37 32363 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:12:19,176 DEBUG fe_user 26 32363 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:12:19,176 DEBUG fe_user 27 32363 140735693222848 Insert Email
+2017-05-04 03:12:19,999 DEBUG fe_user 30 32363 140735693222848 Insert Password
+2017-05-04 03:12:20,664 DEBUG fe_user 32 32363 140735693222848 Click Login Button
+2017-05-04 03:12:20,755 DEBUG fe_user 34 32363 140735693222848 Login Button clicked
+2017-05-04 03:12:20,758 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:12:21,426 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:22,015 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:22,913 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:25,780 DEBUG db_general 177 32363 140735693222848 Query : select uuid from ice_checklist Where name = 'STAPmqF';
+2017-05-04 03:12:25,782 DEBUG db_general 188 32363 140735693222848 Query result: 73462234-0044-4cb2-b4d4-ca3317d00c01
+2017-05-04 03:12:25,785 DEBUG db_general 202 32363 140735693222848 Query : select state from ice_checklist Where uuid = '73462234-0044-4cb2-b4d4-ca3317d00c01' order by update_time desc limit 1;
+2017-05-04 03:12:25,791 DEBUG db_general 177 32363 140735693222848 Query : select template_id from ice_checklist Where name = 'STAPmqF';
+2017-05-04 03:12:25,793 DEBUG db_general 188 32363 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:12:25,836 DEBUG fe_general 37 32363 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:12:26,415 DEBUG fe_user 26 32363 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:12:26,415 DEBUG fe_user 27 32363 140735693222848 Insert Email
+2017-05-04 03:12:27,194 DEBUG fe_user 30 32363 140735693222848 Insert Password
+2017-05-04 03:12:27,850 DEBUG fe_user 32 32363 140735693222848 Click Login Button
+2017-05-04 03:12:27,948 DEBUG fe_user 34 32363 140735693222848 Login Button clicked
+2017-05-04 03:12:27,952 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:12:28,741 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:29,270 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:30,216 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:30,747 DEBUG db_general 177 32363 140735693222848 Query : select uuid from ice_checklist Where name = 'STAPmqF';
+2017-05-04 03:12:30,749 DEBUG db_general 188 32363 140735693222848 Query result: 73462234-0044-4cb2-b4d4-ca3317d00c01
+2017-05-04 03:12:30,753 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:32,764 DEBUG db_general 177 32363 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST1tpUn';
+2017-05-04 03:12:32,766 DEBUG db_general 188 32363 140735693222848 Query result: 65cadaaf-31ca-4a42-9dea-5e5ed89a8152
+2017-05-04 03:12:32,770 DEBUG db_general 177 32363 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '65cadaaf-31ca-4a42-9dea-5e5ed89a8152';
+2017-05-04 03:12:32,774 DEBUG db_general 188 32363 140735693222848 Query result: 2017-355
+2017-05-04 03:12:32,778 DEBUG db_general 177 32363 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-355';
+2017-05-04 03:12:32,781 DEBUG db_general 188 32363 140735693222848 Query result: 1
+2017-05-04 03:12:33,661 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:12:35,661 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:12:36,174 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:37,736 DEBUG fe_general 37 32363 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:12:38,302 DEBUG db_checklist 58 32363 140735693222848 Query : select owner_id from ice_checklist Where uuid = '73462234-0044-4cb2-b4d4-ca3317d00c01' and state = 'peer_review';
+2017-05-04 03:12:38,304 DEBUG db_checklist 73 32363 140735693222848 Query result: 2
+2017-05-04 03:12:38,308 DEBUG db_general 177 32363 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:12:38,310 DEBUG db_general 188 32363 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:12:38,310 DEBUG fe_user 26 32363 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:12:38,310 DEBUG fe_user 27 32363 140735693222848 Insert Email
+2017-05-04 03:12:39,081 DEBUG fe_user 30 32363 140735693222848 Insert Password
+2017-05-04 03:12:39,782 DEBUG fe_user 32 32363 140735693222848 Click Login Button
+2017-05-04 03:12:39,895 DEBUG fe_user 34 32363 140735693222848 Login Button clicked
+2017-05-04 03:12:39,900 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:12:40,584 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:41,118 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:12:42,091 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:42,617 DEBUG db_general 177 32363 140735693222848 Query : select uuid from ice_checklist Where name = 'STAPmqF';
+2017-05-04 03:12:42,619 DEBUG db_general 188 32363 140735693222848 Query result: 73462234-0044-4cb2-b4d4-ca3317d00c01
+2017-05-04 03:12:42,624 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:12:44,643 DEBUG db_general 177 32363 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST1tpUn';
+2017-05-04 03:12:44,645 DEBUG db_general 188 32363 140735693222848 Query result: 65cadaaf-31ca-4a42-9dea-5e5ed89a8152
+2017-05-04 03:12:44,649 DEBUG db_general 177 32363 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '65cadaaf-31ca-4a42-9dea-5e5ed89a8152';
+2017-05-04 03:12:44,651 DEBUG db_general 188 32363 140735693222848 Query result: 2017-355
+2017-05-04 03:12:44,655 DEBUG db_general 177 32363 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-355';
+2017-05-04 03:12:44,657 DEBUG db_general 188 32363 140735693222848 Query result: 1
+2017-05-04 03:12:45,284 DEBUG wait 107 32363 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:12:47,587 DEBUG db_general 177 32363 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST1tpUn';
+2017-05-04 03:12:47,590 DEBUG db_general 188 32363 140735693222848 Query result: 65cadaaf-31ca-4a42-9dea-5e5ed89a8152
+2017-05-04 03:12:47,594 DEBUG db_general 177 32363 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '65cadaaf-31ca-4a42-9dea-5e5ed89a8152';
+2017-05-04 03:12:47,596 DEBUG db_general 188 32363 140735693222848 Query result: 2017-355
+2017-05-04 03:12:47,603 DEBUG db_general 177 32363 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-355';
+2017-05-04 03:12:47,605 DEBUG db_general 188 32363 140735693222848 Query result: 1
+2017-05-04 03:12:49,058 DEBUG db_general 177 32363 140735693222848 Query : select uuid from ice_checklist Where name = 'STAPmqF';
+2017-05-04 03:12:49,061 DEBUG db_general 188 32363 140735693222848 Query result: [('233d4d88-6d6d-4f29-b3a5-0ad392f55821',), ('73462234-0044-4cb2-b4d4-ca3317d00c01',)]
+2017-05-04 03:12:49,065 DEBUG db_general 177 32363 140735693222848 Query : select state from ice_checklist Where uuid = '('233d4d88-6d6d-4f29-b3a5-0ad392f55821',)';
+2017-05-04 03:12:49,066 ERROR exception_decor 23 32363 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:12:49,069 DEBUG logFuncEntry 34 32363 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:12:49,070 DEBUG logFuncEntry 34 32363 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:12:49,087 DEBUG test_ui_base 66 32363 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:14:51,636 DEBUG logFuncEntry 34 32581 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:14:51,636 DEBUG test_ui_base 36 32581 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:14:53,773 DEBUG test_ui_base 48 32581 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:14:54,819 DEBUG api_user 108 32581 140735693222848 Moving to next test case
+2017-05-04 03:14:54,819 DEBUG api_user 193 32581 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1b1a4ab1-e058-4e59-a182-a6b58514cf33/f532662af06749b190953aa353a126f6
+2017-05-04 03:14:54,859 DEBUG api_user 196 32581 140735693222848 APIUser activated successfully!
+2017-05-04 03:14:54,944 DEBUG api_user 128 32581 140735693222848 200 OK
+2017-05-04 03:14:54,945 DEBUG api_user 130 32581 140735693222848 Login successfully.
+2017-05-04 03:14:54,949 DEBUG db_general 151 32581 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:14:54,951 DEBUG db_general 162 32581 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:14:54,957 DEBUG db_general 151 32581 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:14:54,958 DEBUG db_general 162 32581 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:14:55,174 DEBUG api_virtual_function 72 32581 140735693222848 Virtual Function created successfully!
+2017-05-04 03:14:55,175 DEBUG api_gitlab 267 32581 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d983792e-05c6-4fe9-9f91-e3eb81f10e3c/checklist/new/
+2017-05-04 03:14:55,251 DEBUG api_user 128 32581 140735693222848 200 OK
+2017-05-04 03:14:55,251 DEBUG api_user 130 32581 140735693222848 Login successfully.
+2017-05-04 03:14:55,288 DEBUG api_gitlab 288 32581 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:14:55,288 DEBUG fe_user 26 32581 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:14:55,288 DEBUG fe_user 27 32581 140735693222848 Insert Email
+2017-05-04 03:14:56,170 DEBUG fe_user 30 32581 140735693222848 Insert Password
+2017-05-04 03:14:56,844 DEBUG fe_user 32 32581 140735693222848 Click Login Button
+2017-05-04 03:14:56,947 DEBUG fe_user 34 32581 140735693222848 Login Button clicked
+2017-05-04 03:14:56,953 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:14:57,476 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:14:58,009 DEBUG db_general 177 32581 140735693222848 Query : select uuid from ice_vf Where name = 'STpdTcI';
+2017-05-04 03:14:58,011 DEBUG db_general 188 32581 140735693222848 Query result: 6993d1a6-5fe2-49b4-becf-11b2b3edd485
+2017-05-04 03:14:58,015 DEBUG db_general 177 32581 140735693222848 Query : select engagement_id from ice_vf Where name = 'STpdTcI';
+2017-05-04 03:14:58,017 DEBUG db_general 188 32581 140735693222848 Query result: d983792e-05c6-4fe9-9f91-e3eb81f10e3c
+2017-05-04 03:14:58,021 DEBUG db_general 177 32581 140735693222848 Query : select engagement_id from ice_vf Where name = 'STpdTcI';
+2017-05-04 03:14:58,024 DEBUG db_general 188 32581 140735693222848 Query result: d983792e-05c6-4fe9-9f91-e3eb81f10e3c
+2017-05-04 03:14:58,027 DEBUG db_general 177 32581 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd983792e-05c6-4fe9-9f91-e3eb81f10e3c';
+2017-05-04 03:14:58,030 DEBUG db_general 188 32581 140735693222848 Query result: 2017-356
+2017-05-04 03:14:58,033 DEBUG db_general 177 32581 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-356';
+2017-05-04 03:14:58,036 DEBUG db_general 188 32581 140735693222848 Query result: 2
+2017-05-04 03:14:58,043 DEBUG fe_checklist 50 32581 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:14:58,047 DEBUG db_general 177 32581 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd983792e-05c6-4fe9-9f91-e3eb81f10e3c';
+2017-05-04 03:14:58,049 DEBUG db_general 188 32581 140735693222848 Query result: 2017-356
+2017-05-04 03:14:58,083 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:14:59,325 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:14:59,844 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:00,352 DEBUG fe_general 37 32581 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=6993d1a6-5fe2-49b4-becf-11b2b3edd485&inviter_uuid=1b1a4ab1-e058-4e59-a182-a6b58514cf33&email=automationqattSTqHbk1@gmail.com
+2017-05-04 03:15:01,608 DEBUG fe_general 37 32581 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:15:02,266 DEBUG fe_user 26 32581 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:15:02,267 DEBUG fe_user 27 32581 140735693222848 Insert Email
+2017-05-04 03:15:03,120 DEBUG fe_user 30 32581 140735693222848 Insert Password
+2017-05-04 03:15:03,799 DEBUG fe_user 32 32581 140735693222848 Click Login Button
+2017-05-04 03:15:03,896 DEBUG fe_user 34 32581 140735693222848 Login Button clicked
+2017-05-04 03:15:03,905 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:15:04,566 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:15:05,173 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:15:06,111 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:09,043 DEBUG db_general 177 32581 140735693222848 Query : select uuid from ice_checklist Where name = 'STP2W89';
+2017-05-04 03:15:09,046 DEBUG db_general 188 32581 140735693222848 Query result: 31127192-f20f-480f-b340-db13522ed316
+2017-05-04 03:15:09,049 DEBUG db_general 202 32581 140735693222848 Query : select state from ice_checklist Where uuid = '31127192-f20f-480f-b340-db13522ed316' order by update_time desc limit 1;
+2017-05-04 03:15:09,055 DEBUG db_general 177 32581 140735693222848 Query : select template_id from ice_checklist Where name = 'STP2W89';
+2017-05-04 03:15:09,057 DEBUG db_general 188 32581 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:15:09,100 DEBUG fe_general 37 32581 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:15:09,684 DEBUG fe_user 26 32581 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:15:09,684 DEBUG fe_user 27 32581 140735693222848 Insert Email
+2017-05-04 03:15:10,502 DEBUG fe_user 30 32581 140735693222848 Insert Password
+2017-05-04 03:15:11,194 DEBUG fe_user 32 32581 140735693222848 Click Login Button
+2017-05-04 03:15:11,286 DEBUG fe_user 34 32581 140735693222848 Login Button clicked
+2017-05-04 03:15:11,291 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:15:12,122 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:15:12,655 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:15:13,653 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:14,182 DEBUG db_general 177 32581 140735693222848 Query : select uuid from ice_checklist Where name = 'STP2W89';
+2017-05-04 03:15:14,184 DEBUG db_general 188 32581 140735693222848 Query result: 31127192-f20f-480f-b340-db13522ed316
+2017-05-04 03:15:14,189 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:16,257 DEBUG db_general 177 32581 140735693222848 Query : select engagement_id from ice_vf Where name = 'STpdTcI';
+2017-05-04 03:15:16,259 DEBUG db_general 188 32581 140735693222848 Query result: d983792e-05c6-4fe9-9f91-e3eb81f10e3c
+2017-05-04 03:15:16,264 DEBUG db_general 177 32581 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd983792e-05c6-4fe9-9f91-e3eb81f10e3c';
+2017-05-04 03:15:16,267 DEBUG db_general 188 32581 140735693222848 Query result: 2017-356
+2017-05-04 03:15:16,270 DEBUG db_general 177 32581 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-356';
+2017-05-04 03:15:16,272 DEBUG db_general 188 32581 140735693222848 Query result: 2
+2017-05-04 03:15:17,119 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:15:19,138 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:15:19,664 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:21,224 DEBUG fe_general 37 32581 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:15:21,813 DEBUG db_checklist 58 32581 140735693222848 Query : select owner_id from ice_checklist Where uuid = '31127192-f20f-480f-b340-db13522ed316' and state = 'peer_review';
+2017-05-04 03:15:21,816 DEBUG db_checklist 73 32581 140735693222848 Query result: 1
+2017-05-04 03:15:21,819 DEBUG db_general 177 32581 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:15:21,823 DEBUG db_general 188 32581 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:15:21,823 DEBUG fe_user 26 32581 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:15:21,824 DEBUG fe_user 27 32581 140735693222848 Insert Email
+2017-05-04 03:15:22,591 DEBUG fe_user 30 32581 140735693222848 Insert Password
+2017-05-04 03:15:23,403 DEBUG fe_user 32 32581 140735693222848 Click Login Button
+2017-05-04 03:15:23,499 DEBUG fe_user 34 32581 140735693222848 Login Button clicked
+2017-05-04 03:15:23,504 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:15:24,165 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:15:24,704 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:15:25,657 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:26,190 DEBUG db_general 177 32581 140735693222848 Query : select uuid from ice_checklist Where name = 'STP2W89';
+2017-05-04 03:15:26,193 DEBUG db_general 188 32581 140735693222848 Query result: 31127192-f20f-480f-b340-db13522ed316
+2017-05-04 03:15:26,198 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:15:28,177 DEBUG db_general 177 32581 140735693222848 Query : select engagement_id from ice_vf Where name = 'STpdTcI';
+2017-05-04 03:15:28,180 DEBUG db_general 188 32581 140735693222848 Query result: d983792e-05c6-4fe9-9f91-e3eb81f10e3c
+2017-05-04 03:15:28,184 DEBUG db_general 177 32581 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd983792e-05c6-4fe9-9f91-e3eb81f10e3c';
+2017-05-04 03:15:28,186 DEBUG db_general 188 32581 140735693222848 Query result: 2017-356
+2017-05-04 03:15:28,191 DEBUG db_general 177 32581 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-356';
+2017-05-04 03:15:28,193 DEBUG db_general 188 32581 140735693222848 Query result: 2
+2017-05-04 03:15:28,852 DEBUG wait 107 32581 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:15:30,675 DEBUG db_general 177 32581 140735693222848 Query : select engagement_id from ice_vf Where name = 'STpdTcI';
+2017-05-04 03:15:30,678 DEBUG db_general 188 32581 140735693222848 Query result: d983792e-05c6-4fe9-9f91-e3eb81f10e3c
+2017-05-04 03:15:30,682 DEBUG db_general 177 32581 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd983792e-05c6-4fe9-9f91-e3eb81f10e3c';
+2017-05-04 03:15:30,685 DEBUG db_general 188 32581 140735693222848 Query result: 2017-356
+2017-05-04 03:15:30,690 DEBUG db_general 177 32581 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-356';
+2017-05-04 03:15:30,693 DEBUG db_general 188 32581 140735693222848 Query result: 2
+2017-05-04 03:15:46,551 DEBUG db_general 177 32581 140735693222848 Query : select uuid from ice_checklist Where name = 'STP2W89';
+2017-05-04 03:15:46,555 DEBUG db_general 188 32581 140735693222848 Query result: [('b4a28145-598b-4f19-8f06-40bc8e802d15',), ('31127192-f20f-480f-b340-db13522ed316',)]
+2017-05-04 03:18:04,257 DEBUG db_general 177 32581 140735693222848 Query : select state from ice_checklist Where uuid = '('b4a28145-598b-4f19-8f06-40bc8e802d15',)';
+2017-05-04 03:18:04,258 ERROR exception_decor 23 32581 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:18:04,264 DEBUG logFuncEntry 34 32581 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:18:04,264 DEBUG logFuncEntry 34 32581 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:18:04,343 DEBUG test_ui_base 66 32581 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:18:26,636 DEBUG logFuncEntry 34 32808 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:18:26,636 DEBUG test_ui_base 36 32808 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:18:28,762 DEBUG test_ui_base 48 32808 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:18:29,802 DEBUG api_user 108 32808 140735693222848 Moving to next test case
+2017-05-04 03:18:29,803 DEBUG api_user 193 32808 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf8a878b-42f3-49f3-a594-836dd3e9e43d/e0b32434f6c240f9b85440c7c8bef83e
+2017-05-04 03:18:29,846 DEBUG api_user 196 32808 140735693222848 APIUser activated successfully!
+2017-05-04 03:18:29,918 DEBUG api_user 128 32808 140735693222848 200 OK
+2017-05-04 03:18:29,918 DEBUG api_user 130 32808 140735693222848 Login successfully.
+2017-05-04 03:18:29,923 DEBUG db_general 151 32808 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:18:29,924 DEBUG db_general 162 32808 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:18:29,928 DEBUG db_general 151 32808 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:18:29,929 DEBUG db_general 162 32808 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:18:30,166 DEBUG api_virtual_function 72 32808 140735693222848 Virtual Function created successfully!
+2017-05-04 03:18:30,167 DEBUG api_gitlab 267 32808 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6b17519c-1e1d-4a31-848f-692a7f0707e6/checklist/new/
+2017-05-04 03:18:30,235 DEBUG api_user 128 32808 140735693222848 200 OK
+2017-05-04 03:18:30,236 DEBUG api_user 130 32808 140735693222848 Login successfully.
+2017-05-04 03:18:30,273 DEBUG api_gitlab 288 32808 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:18:30,274 DEBUG fe_user 26 32808 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:18:30,274 DEBUG fe_user 27 32808 140735693222848 Insert Email
+2017-05-04 03:18:31,138 DEBUG fe_user 30 32808 140735693222848 Insert Password
+2017-05-04 03:18:31,789 DEBUG fe_user 32 32808 140735693222848 Click Login Button
+2017-05-04 03:18:31,891 DEBUG fe_user 34 32808 140735693222848 Login Button clicked
+2017-05-04 03:18:31,898 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:18:32,412 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:18:40,565 DEBUG db_general 177 32808 140735693222848 Query : select uuid from ice_vf Where name = 'STntDxG';
+2017-05-04 03:18:40,568 DEBUG db_general 188 32808 140735693222848 Query result: cb5fc560-2a22-449c-aa96-dfb75edad7ed
+2017-05-04 03:18:40,573 DEBUG db_general 177 32808 140735693222848 Query : select engagement_id from ice_vf Where name = 'STntDxG';
+2017-05-04 03:18:40,575 DEBUG db_general 188 32808 140735693222848 Query result: 6b17519c-1e1d-4a31-848f-692a7f0707e6
+2017-05-04 03:18:40,579 DEBUG db_general 177 32808 140735693222848 Query : select engagement_id from ice_vf Where name = 'STntDxG';
+2017-05-04 03:18:40,582 DEBUG db_general 188 32808 140735693222848 Query result: 6b17519c-1e1d-4a31-848f-692a7f0707e6
+2017-05-04 03:18:40,585 DEBUG db_general 177 32808 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b17519c-1e1d-4a31-848f-692a7f0707e6';
+2017-05-04 03:18:40,588 DEBUG db_general 188 32808 140735693222848 Query result: 2017-357
+2017-05-04 03:18:40,592 DEBUG db_general 177 32808 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-357';
+2017-05-04 03:18:40,595 DEBUG db_general 188 32808 140735693222848 Query result: 2
+2017-05-04 03:18:40,601 DEBUG fe_checklist 50 32808 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:18:40,605 DEBUG db_general 177 32808 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b17519c-1e1d-4a31-848f-692a7f0707e6';
+2017-05-04 03:18:40,608 DEBUG db_general 188 32808 140735693222848 Query result: 2017-357
+2017-05-04 03:18:40,655 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:18:42,055 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:18:42,572 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:18:43,081 DEBUG fe_general 37 32808 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=cb5fc560-2a22-449c-aa96-dfb75edad7ed&inviter_uuid=cf8a878b-42f3-49f3-a594-836dd3e9e43d&email=automationqattSTVgcTR@gmail.com
+2017-05-04 03:18:44,514 DEBUG fe_general 37 32808 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:18:45,106 DEBUG fe_user 26 32808 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:18:45,106 DEBUG fe_user 27 32808 140735693222848 Insert Email
+2017-05-04 03:18:45,867 DEBUG fe_user 30 32808 140735693222848 Insert Password
+2017-05-04 03:18:46,513 DEBUG fe_user 32 32808 140735693222848 Click Login Button
+2017-05-04 03:18:46,595 DEBUG fe_user 34 32808 140735693222848 Login Button clicked
+2017-05-04 03:18:46,602 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:18:47,254 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:18:47,858 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:18:48,938 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:18:51,849 DEBUG db_general 177 32808 140735693222848 Query : select uuid from ice_checklist Where name = 'STReDls';
+2017-05-04 03:18:51,852 DEBUG db_general 188 32808 140735693222848 Query result: d20e00dd-fce6-48cc-b4db-a9021e6e6bd0
+2017-05-04 03:18:51,856 DEBUG db_general 202 32808 140735693222848 Query : select state from ice_checklist Where uuid = 'd20e00dd-fce6-48cc-b4db-a9021e6e6bd0' order by update_time desc limit 1;
+2017-05-04 03:18:51,862 DEBUG db_general 177 32808 140735693222848 Query : select template_id from ice_checklist Where name = 'STReDls';
+2017-05-04 03:18:51,865 DEBUG db_general 188 32808 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:18:51,912 DEBUG fe_general 37 32808 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:18:52,582 DEBUG fe_user 26 32808 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:18:52,583 DEBUG fe_user 27 32808 140735693222848 Insert Email
+2017-05-04 03:18:53,355 DEBUG fe_user 30 32808 140735693222848 Insert Password
+2017-05-04 03:18:53,996 DEBUG fe_user 32 32808 140735693222848 Click Login Button
+2017-05-04 03:18:54,077 DEBUG fe_user 34 32808 140735693222848 Login Button clicked
+2017-05-04 03:18:54,083 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:18:54,707 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:18:55,275 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:18:56,288 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:18:56,822 DEBUG db_general 177 32808 140735693222848 Query : select uuid from ice_checklist Where name = 'STReDls';
+2017-05-04 03:18:56,824 DEBUG db_general 188 32808 140735693222848 Query result: d20e00dd-fce6-48cc-b4db-a9021e6e6bd0
+2017-05-04 03:18:56,830 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:18:58,900 DEBUG db_general 177 32808 140735693222848 Query : select engagement_id from ice_vf Where name = 'STntDxG';
+2017-05-04 03:18:58,905 DEBUG db_general 188 32808 140735693222848 Query result: 6b17519c-1e1d-4a31-848f-692a7f0707e6
+2017-05-04 03:18:58,910 DEBUG db_general 177 32808 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b17519c-1e1d-4a31-848f-692a7f0707e6';
+2017-05-04 03:18:58,912 DEBUG db_general 188 32808 140735693222848 Query result: 2017-357
+2017-05-04 03:18:58,916 DEBUG db_general 177 32808 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-357';
+2017-05-04 03:18:58,918 DEBUG db_general 188 32808 140735693222848 Query result: 2
+2017-05-04 03:18:59,550 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:19:01,629 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:19:02,380 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:19:03,958 DEBUG fe_general 37 32808 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:19:04,565 DEBUG db_checklist 58 32808 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'd20e00dd-fce6-48cc-b4db-a9021e6e6bd0' and state = 'peer_review';
+2017-05-04 03:19:04,569 DEBUG db_checklist 73 32808 140735693222848 Query result: 1
+2017-05-04 03:19:04,576 DEBUG db_general 177 32808 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:19:04,578 DEBUG db_general 188 32808 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:19:04,579 DEBUG fe_user 26 32808 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:19:04,579 DEBUG fe_user 27 32808 140735693222848 Insert Email
+2017-05-04 03:19:05,350 DEBUG fe_user 30 32808 140735693222848 Insert Password
+2017-05-04 03:19:05,992 DEBUG fe_user 32 32808 140735693222848 Click Login Button
+2017-05-04 03:19:06,079 DEBUG fe_user 34 32808 140735693222848 Login Button clicked
+2017-05-04 03:19:06,087 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:19:06,730 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:19:07,259 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:19:08,250 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:19:08,792 DEBUG db_general 177 32808 140735693222848 Query : select uuid from ice_checklist Where name = 'STReDls';
+2017-05-04 03:19:08,795 DEBUG db_general 188 32808 140735693222848 Query result: d20e00dd-fce6-48cc-b4db-a9021e6e6bd0
+2017-05-04 03:19:08,804 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:19:10,852 DEBUG db_general 177 32808 140735693222848 Query : select engagement_id from ice_vf Where name = 'STntDxG';
+2017-05-04 03:19:10,855 DEBUG db_general 188 32808 140735693222848 Query result: 6b17519c-1e1d-4a31-848f-692a7f0707e6
+2017-05-04 03:19:10,859 DEBUG db_general 177 32808 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b17519c-1e1d-4a31-848f-692a7f0707e6';
+2017-05-04 03:19:10,861 DEBUG db_general 188 32808 140735693222848 Query result: 2017-357
+2017-05-04 03:19:10,866 DEBUG db_general 177 32808 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-357';
+2017-05-04 03:19:10,868 DEBUG db_general 188 32808 140735693222848 Query result: 2
+2017-05-04 03:19:11,501 DEBUG wait 107 32808 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:19:13,552 DEBUG db_general 177 32808 140735693222848 Query : select engagement_id from ice_vf Where name = 'STntDxG';
+2017-05-04 03:19:13,555 DEBUG db_general 188 32808 140735693222848 Query result: 6b17519c-1e1d-4a31-848f-692a7f0707e6
+2017-05-04 03:19:13,558 DEBUG db_general 177 32808 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6b17519c-1e1d-4a31-848f-692a7f0707e6';
+2017-05-04 03:19:13,561 DEBUG db_general 188 32808 140735693222848 Query result: 2017-357
+2017-05-04 03:19:13,566 DEBUG db_general 177 32808 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-357';
+2017-05-04 03:19:13,569 DEBUG db_general 188 32808 140735693222848 Query result: 2
+2017-05-04 03:19:29,706 DEBUG db_general 177 32808 140735693222848 Query : select uuid from ice_checklist Where name = 'STReDls';
+2017-05-04 03:20:54,511 DEBUG db_general 188 32808 140735693222848 Query result: [('d20e00dd-fce6-48cc-b4db-a9021e6e6bd0',), ('05c6c868-83e4-4d7c-8743-a43b08c6cb14',)]
+2017-05-04 03:21:37,359 DEBUG db_general 177 32808 140735693222848 Query : select state from ice_checklist Where uuid = '('d20e00dd-fce6-48cc-b4db-a9021e6e6bd0',)';
+2017-05-04 03:21:37,361 ERROR exception_decor 23 32808 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:21:37,364 DEBUG logFuncEntry 34 32808 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:21:37,364 DEBUG logFuncEntry 34 32808 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:21:37,381 DEBUG test_ui_base 66 32808 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:22:24,691 DEBUG logFuncEntry 34 33044 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:22:24,693 DEBUG test_ui_base 36 33044 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:22:26,835 DEBUG test_ui_base 48 33044 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:22:27,908 DEBUG api_user 108 33044 140735693222848 Moving to next test case
+2017-05-04 03:22:27,909 DEBUG api_user 193 33044 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6eef0360-466a-4b75-8333-eb0b2d071a26/6f698d48377b46c0a6d2d8b3f6ce51b0
+2017-05-04 03:22:27,952 DEBUG api_user 196 33044 140735693222848 APIUser activated successfully!
+2017-05-04 03:22:28,043 DEBUG api_user 128 33044 140735693222848 200 OK
+2017-05-04 03:22:28,043 DEBUG api_user 130 33044 140735693222848 Login successfully.
+2017-05-04 03:22:28,048 DEBUG db_general 151 33044 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:22:28,049 DEBUG db_general 162 33044 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:22:28,053 DEBUG db_general 151 33044 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:22:28,054 DEBUG db_general 162 33044 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:22:28,265 DEBUG api_virtual_function 72 33044 140735693222848 Virtual Function created successfully!
+2017-05-04 03:22:28,266 DEBUG api_gitlab 267 33044 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9397aea9-6fc3-48ad-a74a-9205b7c17e2f/checklist/new/
+2017-05-04 03:22:28,341 DEBUG api_user 128 33044 140735693222848 200 OK
+2017-05-04 03:22:28,341 DEBUG api_user 130 33044 140735693222848 Login successfully.
+2017-05-04 03:22:28,378 DEBUG api_gitlab 288 33044 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:22:28,379 DEBUG fe_user 26 33044 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:22:28,379 DEBUG fe_user 27 33044 140735693222848 Insert Email
+2017-05-04 03:22:29,260 DEBUG fe_user 30 33044 140735693222848 Insert Password
+2017-05-04 03:22:29,933 DEBUG fe_user 32 33044 140735693222848 Click Login Button
+2017-05-04 03:22:30,028 DEBUG fe_user 34 33044 140735693222848 Login Button clicked
+2017-05-04 03:22:30,036 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:22:30,556 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:31,087 DEBUG db_general 177 33044 140735693222848 Query : select uuid from ice_vf Where name = 'STQFNGP';
+2017-05-04 03:22:31,089 DEBUG db_general 188 33044 140735693222848 Query result: 14bb2139-0ab6-4d5b-a89a-1aab4505f293
+2017-05-04 03:22:31,093 DEBUG db_general 177 33044 140735693222848 Query : select engagement_id from ice_vf Where name = 'STQFNGP';
+2017-05-04 03:22:31,096 DEBUG db_general 188 33044 140735693222848 Query result: 9397aea9-6fc3-48ad-a74a-9205b7c17e2f
+2017-05-04 03:22:31,100 DEBUG db_general 177 33044 140735693222848 Query : select engagement_id from ice_vf Where name = 'STQFNGP';
+2017-05-04 03:22:31,103 DEBUG db_general 188 33044 140735693222848 Query result: 9397aea9-6fc3-48ad-a74a-9205b7c17e2f
+2017-05-04 03:22:31,107 DEBUG db_general 177 33044 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '9397aea9-6fc3-48ad-a74a-9205b7c17e2f';
+2017-05-04 03:22:31,110 DEBUG db_general 188 33044 140735693222848 Query result: 2017-358
+2017-05-04 03:22:31,114 DEBUG db_general 177 33044 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-358';
+2017-05-04 03:22:31,116 DEBUG db_general 188 33044 140735693222848 Query result: 1
+2017-05-04 03:22:31,121 DEBUG fe_checklist 50 33044 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:22:31,124 DEBUG db_general 177 33044 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '9397aea9-6fc3-48ad-a74a-9205b7c17e2f';
+2017-05-04 03:22:31,127 DEBUG db_general 188 33044 140735693222848 Query result: 2017-358
+2017-05-04 03:22:31,162 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:32,412 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:32,931 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:33,441 DEBUG fe_general 37 33044 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=14bb2139-0ab6-4d5b-a89a-1aab4505f293&inviter_uuid=6eef0360-466a-4b75-8333-eb0b2d071a26&email=automationqattSTj1xXv@gmail.com
+2017-05-04 03:22:34,807 DEBUG fe_general 37 33044 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:22:35,514 DEBUG fe_user 26 33044 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:22:35,514 DEBUG fe_user 27 33044 140735693222848 Insert Email
+2017-05-04 03:22:36,341 DEBUG fe_user 30 33044 140735693222848 Insert Password
+2017-05-04 03:22:37,021 DEBUG fe_user 32 33044 140735693222848 Click Login Button
+2017-05-04 03:22:37,114 DEBUG fe_user 34 33044 140735693222848 Login Button clicked
+2017-05-04 03:22:37,120 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:22:37,743 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:38,345 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:39,264 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:42,209 DEBUG db_general 177 33044 140735693222848 Query : select uuid from ice_checklist Where name = 'ST70EPF';
+2017-05-04 03:22:42,212 DEBUG db_general 188 33044 140735693222848 Query result: 2ed7b7c8-8edd-459a-830a-3afc33cc9d45
+2017-05-04 03:22:42,216 DEBUG db_general 202 33044 140735693222848 Query : select state from ice_checklist Where uuid = '2ed7b7c8-8edd-459a-830a-3afc33cc9d45' order by update_time desc limit 1;
+2017-05-04 03:22:42,222 DEBUG db_general 177 33044 140735693222848 Query : select template_id from ice_checklist Where name = 'ST70EPF';
+2017-05-04 03:22:42,224 DEBUG db_general 188 33044 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:22:42,267 DEBUG fe_general 37 33044 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:22:42,834 DEBUG fe_user 26 33044 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:22:42,835 DEBUG fe_user 27 33044 140735693222848 Insert Email
+2017-05-04 03:22:43,661 DEBUG fe_user 30 33044 140735693222848 Insert Password
+2017-05-04 03:22:44,488 DEBUG fe_user 32 33044 140735693222848 Click Login Button
+2017-05-04 03:22:44,586 DEBUG fe_user 34 33044 140735693222848 Login Button clicked
+2017-05-04 03:22:44,591 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:22:45,240 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:45,776 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:46,747 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:47,288 DEBUG db_general 177 33044 140735693222848 Query : select uuid from ice_checklist Where name = 'ST70EPF';
+2017-05-04 03:22:47,291 DEBUG db_general 188 33044 140735693222848 Query result: 2ed7b7c8-8edd-459a-830a-3afc33cc9d45
+2017-05-04 03:22:47,295 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:49,260 DEBUG db_general 177 33044 140735693222848 Query : select engagement_id from ice_vf Where name = 'STQFNGP';
+2017-05-04 03:22:49,263 DEBUG db_general 188 33044 140735693222848 Query result: 9397aea9-6fc3-48ad-a74a-9205b7c17e2f
+2017-05-04 03:22:49,267 DEBUG db_general 177 33044 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '9397aea9-6fc3-48ad-a74a-9205b7c17e2f';
+2017-05-04 03:22:49,271 DEBUG db_general 188 33044 140735693222848 Query result: 2017-358
+2017-05-04 03:22:49,276 DEBUG db_general 177 33044 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-358';
+2017-05-04 03:22:49,279 DEBUG db_general 188 33044 140735693222848 Query result: 1
+2017-05-04 03:22:49,983 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:22:52,083 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:22:52,599 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:54,170 DEBUG fe_general 37 33044 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:22:54,742 DEBUG db_checklist 58 33044 140735693222848 Query : select owner_id from ice_checklist Where uuid = '2ed7b7c8-8edd-459a-830a-3afc33cc9d45' and state = 'peer_review';
+2017-05-04 03:22:54,745 DEBUG db_checklist 73 33044 140735693222848 Query result: 2
+2017-05-04 03:22:54,750 DEBUG db_general 177 33044 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:22:54,753 DEBUG db_general 188 33044 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:22:54,753 DEBUG fe_user 26 33044 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:22:54,754 DEBUG fe_user 27 33044 140735693222848 Insert Email
+2017-05-04 03:22:55,533 DEBUG fe_user 30 33044 140735693222848 Insert Password
+2017-05-04 03:22:56,178 DEBUG fe_user 32 33044 140735693222848 Click Login Button
+2017-05-04 03:22:56,261 DEBUG fe_user 34 33044 140735693222848 Login Button clicked
+2017-05-04 03:22:56,266 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:22:56,929 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:57,484 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:22:58,517 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:22:59,064 DEBUG db_general 177 33044 140735693222848 Query : select uuid from ice_checklist Where name = 'ST70EPF';
+2017-05-04 03:22:59,067 DEBUG db_general 188 33044 140735693222848 Query result: 2ed7b7c8-8edd-459a-830a-3afc33cc9d45
+2017-05-04 03:22:59,072 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:23:01,097 DEBUG db_general 177 33044 140735693222848 Query : select engagement_id from ice_vf Where name = 'STQFNGP';
+2017-05-04 03:23:01,102 DEBUG db_general 188 33044 140735693222848 Query result: 9397aea9-6fc3-48ad-a74a-9205b7c17e2f
+2017-05-04 03:23:01,106 DEBUG db_general 177 33044 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '9397aea9-6fc3-48ad-a74a-9205b7c17e2f';
+2017-05-04 03:23:01,108 DEBUG db_general 188 33044 140735693222848 Query result: 2017-358
+2017-05-04 03:23:01,112 DEBUG db_general 177 33044 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-358';
+2017-05-04 03:23:01,114 DEBUG db_general 188 33044 140735693222848 Query result: 1
+2017-05-04 03:23:01,770 DEBUG wait 107 33044 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:23:03,799 DEBUG db_general 177 33044 140735693222848 Query : select engagement_id from ice_vf Where name = 'STQFNGP';
+2017-05-04 03:23:03,802 DEBUG db_general 188 33044 140735693222848 Query result: 9397aea9-6fc3-48ad-a74a-9205b7c17e2f
+2017-05-04 03:23:03,806 DEBUG db_general 177 33044 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '9397aea9-6fc3-48ad-a74a-9205b7c17e2f';
+2017-05-04 03:23:03,809 DEBUG db_general 188 33044 140735693222848 Query result: 2017-358
+2017-05-04 03:23:03,813 DEBUG db_general 177 33044 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-358';
+2017-05-04 03:23:03,815 DEBUG db_general 188 33044 140735693222848 Query result: 1
+2017-05-04 03:23:09,784 DEBUG db_general 177 33044 140735693222848 Query : select uuid from ice_checklist Where name = 'ST70EPF';
+2017-05-04 03:23:09,787 DEBUG db_general 188 33044 140735693222848 Query result: [('7be56a6b-3293-4931-993e-452de7a6f1ad',), ('2ed7b7c8-8edd-459a-830a-3afc33cc9d45',)]
+2017-05-04 03:23:15,070 DEBUG db_general 177 33044 140735693222848 Query : select state from ice_checklist Where uuid = '7be56a6b-3293-4931-993e-452de7a6f1ad';
+2017-05-04 03:23:15,073 DEBUG db_general 188 33044 140735693222848 Query result: pending
+2017-05-04 03:23:19,261 DEBUG db_general 177 33044 140735693222848 Query : select state from ice_checklist Where uuid = '2ed7b7c8-8edd-459a-830a-3afc33cc9d45';
+2017-05-04 03:23:19,263 DEBUG db_general 188 33044 140735693222848 Query result: archive
+2017-05-04 03:23:19,264 DEBUG logFuncEntry 34 33044 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:23:19,264 DEBUG logFuncEntry 34 33044 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:23:19,279 DEBUG test_ui_base 66 33044 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:26:08,482 DEBUG logFuncEntry 34 33273 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:26:08,482 DEBUG test_ui_base 36 33273 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:26:10,603 DEBUG test_ui_base 48 33273 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:26:11,631 DEBUG api_user 108 33273 140735693222848 Moving to next test case
+2017-05-04 03:26:11,631 DEBUG api_user 193 33273 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98f0b022-fbe0-42b8-ac7b-7b947283abc9/7c72bdafc37049438cd0d26937e5b5f7
+2017-05-04 03:26:11,666 DEBUG api_user 196 33273 140735693222848 APIUser activated successfully!
+2017-05-04 03:26:11,736 DEBUG api_user 128 33273 140735693222848 200 OK
+2017-05-04 03:26:11,736 DEBUG api_user 130 33273 140735693222848 Login successfully.
+2017-05-04 03:26:11,740 DEBUG db_general 151 33273 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:26:11,742 DEBUG db_general 162 33273 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:26:11,746 DEBUG db_general 151 33273 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:26:11,748 DEBUG db_general 162 33273 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:26:11,984 DEBUG api_virtual_function 72 33273 140735693222848 Virtual Function created successfully!
+2017-05-04 03:26:11,985 DEBUG api_gitlab 267 33273 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d9b4110-d4e6-4a1c-8b96-05ace8983e29/checklist/new/
+2017-05-04 03:26:12,057 DEBUG api_user 128 33273 140735693222848 200 OK
+2017-05-04 03:26:12,057 DEBUG api_user 130 33273 140735693222848 Login successfully.
+2017-05-04 03:26:12,086 DEBUG api_gitlab 288 33273 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:26:12,086 DEBUG fe_user 26 33273 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:26:12,086 DEBUG fe_user 27 33273 140735693222848 Insert Email
+2017-05-04 03:26:12,961 DEBUG fe_user 30 33273 140735693222848 Insert Password
+2017-05-04 03:26:13,634 DEBUG fe_user 32 33273 140735693222848 Click Login Button
+2017-05-04 03:26:13,728 DEBUG fe_user 34 33273 140735693222848 Login Button clicked
+2017-05-04 03:26:13,732 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:26:14,246 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:14,774 DEBUG db_general 177 33273 140735693222848 Query : select uuid from ice_vf Where name = 'STac2Q5';
+2017-05-04 03:26:14,777 DEBUG db_general 188 33273 140735693222848 Query result: d747e7ab-0b3a-47ad-bec3-ac2d4915db41
+2017-05-04 03:26:14,780 DEBUG db_general 177 33273 140735693222848 Query : select engagement_id from ice_vf Where name = 'STac2Q5';
+2017-05-04 03:26:14,782 DEBUG db_general 188 33273 140735693222848 Query result: 4d9b4110-d4e6-4a1c-8b96-05ace8983e29
+2017-05-04 03:26:14,786 DEBUG db_general 177 33273 140735693222848 Query : select engagement_id from ice_vf Where name = 'STac2Q5';
+2017-05-04 03:26:14,788 DEBUG db_general 188 33273 140735693222848 Query result: 4d9b4110-d4e6-4a1c-8b96-05ace8983e29
+2017-05-04 03:26:14,792 DEBUG db_general 177 33273 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4d9b4110-d4e6-4a1c-8b96-05ace8983e29';
+2017-05-04 03:26:14,794 DEBUG db_general 188 33273 140735693222848 Query result: 2017-359
+2017-05-04 03:26:14,797 DEBUG db_general 177 33273 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-359';
+2017-05-04 03:26:14,799 DEBUG db_general 188 33273 140735693222848 Query result: 1
+2017-05-04 03:26:14,805 DEBUG fe_checklist 50 33273 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:26:14,808 DEBUG db_general 177 33273 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4d9b4110-d4e6-4a1c-8b96-05ace8983e29';
+2017-05-04 03:26:14,811 DEBUG db_general 188 33273 140735693222848 Query result: 2017-359
+2017-05-04 03:26:14,841 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:16,069 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:16,585 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:17,091 DEBUG fe_general 37 33273 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=d747e7ab-0b3a-47ad-bec3-ac2d4915db41&inviter_uuid=98f0b022-fbe0-42b8-ac7b-7b947283abc9&email=automationqattSTyn9qj@gmail.com
+2017-05-04 03:26:18,505 DEBUG fe_general 37 33273 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:26:19,175 DEBUG fe_user 26 33273 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:26:19,175 DEBUG fe_user 27 33273 140735693222848 Insert Email
+2017-05-04 03:26:20,017 DEBUG fe_user 30 33273 140735693222848 Insert Password
+2017-05-04 03:26:20,684 DEBUG fe_user 32 33273 140735693222848 Click Login Button
+2017-05-04 03:26:20,777 DEBUG fe_user 34 33273 140735693222848 Login Button clicked
+2017-05-04 03:26:20,782 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:26:21,430 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:22,022 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:22,926 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:25,794 DEBUG db_general 177 33273 140735693222848 Query : select uuid from ice_checklist Where name = 'STPi0x1';
+2017-05-04 03:26:25,796 DEBUG db_general 188 33273 140735693222848 Query result: 7ac64147-50e5-4d29-acbd-339476d4e59b
+2017-05-04 03:26:25,799 DEBUG db_general 202 33273 140735693222848 Query : select state from ice_checklist Where uuid = '7ac64147-50e5-4d29-acbd-339476d4e59b' order by update_time desc limit 1;
+2017-05-04 03:26:25,804 DEBUG db_general 177 33273 140735693222848 Query : select template_id from ice_checklist Where name = 'STPi0x1';
+2017-05-04 03:26:25,806 DEBUG db_general 188 33273 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:26:25,849 DEBUG fe_general 37 33273 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:26:26,449 DEBUG fe_user 26 33273 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:26:26,449 DEBUG fe_user 27 33273 140735693222848 Insert Email
+2017-05-04 03:26:27,256 DEBUG fe_user 30 33273 140735693222848 Insert Password
+2017-05-04 03:26:27,911 DEBUG fe_user 32 33273 140735693222848 Click Login Button
+2017-05-04 03:26:28,015 DEBUG fe_user 34 33273 140735693222848 Login Button clicked
+2017-05-04 03:26:28,019 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:26:28,762 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:29,290 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:30,249 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:30,776 DEBUG db_general 177 33273 140735693222848 Query : select uuid from ice_checklist Where name = 'STPi0x1';
+2017-05-04 03:26:30,778 DEBUG db_general 188 33273 140735693222848 Query result: 7ac64147-50e5-4d29-acbd-339476d4e59b
+2017-05-04 03:26:30,782 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:32,765 DEBUG db_general 177 33273 140735693222848 Query : select engagement_id from ice_vf Where name = 'STac2Q5';
+2017-05-04 03:26:32,768 DEBUG db_general 188 33273 140735693222848 Query result: 4d9b4110-d4e6-4a1c-8b96-05ace8983e29
+2017-05-04 03:26:32,771 DEBUG db_general 177 33273 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4d9b4110-d4e6-4a1c-8b96-05ace8983e29';
+2017-05-04 03:26:32,773 DEBUG db_general 188 33273 140735693222848 Query result: 2017-359
+2017-05-04 03:26:32,778 DEBUG db_general 177 33273 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-359';
+2017-05-04 03:26:32,780 DEBUG db_general 188 33273 140735693222848 Query result: 1
+2017-05-04 03:26:33,580 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:26:35,539 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:26:36,054 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:37,610 DEBUG fe_general 37 33273 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:26:38,177 DEBUG db_checklist 58 33273 140735693222848 Query : select owner_id from ice_checklist Where uuid = '7ac64147-50e5-4d29-acbd-339476d4e59b' and state = 'peer_review';
+2017-05-04 03:26:38,180 DEBUG db_checklist 73 33273 140735693222848 Query result: 2
+2017-05-04 03:26:38,184 DEBUG db_general 177 33273 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:26:38,186 DEBUG db_general 188 33273 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:26:38,187 DEBUG fe_user 26 33273 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:26:38,187 DEBUG fe_user 27 33273 140735693222848 Insert Email
+2017-05-04 03:26:38,949 DEBUG fe_user 30 33273 140735693222848 Insert Password
+2017-05-04 03:26:39,622 DEBUG fe_user 32 33273 140735693222848 Click Login Button
+2017-05-04 03:26:40,416 DEBUG fe_user 34 33273 140735693222848 Login Button clicked
+2017-05-04 03:26:40,456 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:40,987 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:26:41,967 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:42,515 DEBUG db_general 177 33273 140735693222848 Query : select uuid from ice_checklist Where name = 'STPi0x1';
+2017-05-04 03:26:42,517 DEBUG db_general 188 33273 140735693222848 Query result: 7ac64147-50e5-4d29-acbd-339476d4e59b
+2017-05-04 03:26:42,521 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:26:44,535 DEBUG db_general 177 33273 140735693222848 Query : select engagement_id from ice_vf Where name = 'STac2Q5';
+2017-05-04 03:26:44,538 DEBUG db_general 188 33273 140735693222848 Query result: 4d9b4110-d4e6-4a1c-8b96-05ace8983e29
+2017-05-04 03:26:44,541 DEBUG db_general 177 33273 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4d9b4110-d4e6-4a1c-8b96-05ace8983e29';
+2017-05-04 03:26:44,544 DEBUG db_general 188 33273 140735693222848 Query result: 2017-359
+2017-05-04 03:26:44,547 DEBUG db_general 177 33273 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-359';
+2017-05-04 03:26:44,549 DEBUG db_general 188 33273 140735693222848 Query result: 1
+2017-05-04 03:26:45,163 DEBUG wait 107 33273 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:26:46,912 DEBUG db_general 177 33273 140735693222848 Query : select engagement_id from ice_vf Where name = 'STac2Q5';
+2017-05-04 03:26:46,917 DEBUG db_general 188 33273 140735693222848 Query result: 4d9b4110-d4e6-4a1c-8b96-05ace8983e29
+2017-05-04 03:26:46,921 DEBUG db_general 177 33273 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4d9b4110-d4e6-4a1c-8b96-05ace8983e29';
+2017-05-04 03:26:46,923 DEBUG db_general 188 33273 140735693222848 Query result: 2017-359
+2017-05-04 03:26:46,926 DEBUG db_general 177 33273 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-359';
+2017-05-04 03:26:46,929 DEBUG db_general 188 33273 140735693222848 Query result: 1
+2017-05-04 03:26:48,601 DEBUG db_general 177 33273 140735693222848 Query : select uuid from ice_checklist Where name = 'STPi0x1';
+2017-05-04 03:26:48,603 DEBUG db_general 188 33273 140735693222848 Query result: [('97435bad-a869-495b-8b80-28d727d328d3',), ('7ac64147-50e5-4d29-acbd-339476d4e59b',)]
+2017-05-04 03:26:48,607 DEBUG db_general 177 33273 140735693222848 Query : select state from ice_checklist Where uuid = '97435bad-a869-495b-8b80-28d727d328d3';
+2017-05-04 03:26:48,609 DEBUG db_general 188 33273 140735693222848 Query result: pending
+2017-05-04 03:26:48,612 DEBUG db_general 177 33273 140735693222848 Query : select state from ice_checklist Where uuid = '7ac64147-50e5-4d29-acbd-339476d4e59b';
+2017-05-04 03:26:48,614 DEBUG db_general 188 33273 140735693222848 Query result: archive
+2017-05-04 03:26:48,614 DEBUG logFuncEntry 34 33273 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:26:48,614 DEBUG logFuncEntry 34 33273 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:26:48,629 DEBUG test_ui_base 66 33273 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:27:09,924 DEBUG logFuncEntry 34 33456 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:27:09,924 DEBUG test_ui_base 36 33456 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 03:27:12,036 DEBUG test_ui_base 48 33456 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:27:13,087 DEBUG api_user 108 33456 140735693222848 Moving to next test case
+2017-05-04 03:27:13,087 DEBUG api_user 193 33456 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff9ba2c1-799c-4a1f-9262-b0e256951d63/816c11d3c362468d81d5a25ba888a9d8
+2017-05-04 03:27:13,121 DEBUG api_user 196 33456 140735693222848 APIUser activated successfully!
+2017-05-04 03:27:13,190 DEBUG api_user 128 33456 140735693222848 200 OK
+2017-05-04 03:27:13,190 DEBUG api_user 130 33456 140735693222848 Login successfully.
+2017-05-04 03:27:13,194 DEBUG db_general 151 33456 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:27:13,195 DEBUG db_general 162 33456 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:27:13,199 DEBUG db_general 151 33456 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:27:13,200 DEBUG db_general 162 33456 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:27:13,426 DEBUG api_virtual_function 72 33456 140735693222848 Virtual Function created successfully!
+2017-05-04 03:27:13,426 DEBUG api_gitlab 267 33456 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4d52b2b7-32d7-4770-9c06-142b67efa3aa/checklist/new/
+2017-05-04 03:27:13,491 DEBUG api_user 128 33456 140735693222848 200 OK
+2017-05-04 03:27:13,491 DEBUG api_user 130 33456 140735693222848 Login successfully.
+2017-05-04 03:27:13,520 DEBUG api_gitlab 288 33456 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:27:13,521 DEBUG fe_user 26 33456 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:27:13,521 DEBUG fe_user 27 33456 140735693222848 Insert Email
+2017-05-04 03:27:14,394 DEBUG fe_user 30 33456 140735693222848 Insert Password
+2017-05-04 03:27:15,056 DEBUG fe_user 32 33456 140735693222848 Click Login Button
+2017-05-04 03:27:15,149 DEBUG fe_user 34 33456 140735693222848 Login Button clicked
+2017-05-04 03:27:15,153 DEBUG wait 107 33456 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:27:15,668 DEBUG wait 107 33456 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:27:16,193 DEBUG test_notification_for_new_user 33 33456 140735693222848 Go to notifications page
+2017-05-04 03:27:16,451 DEBUG test_notification_for_new_user 35 33456 140735693222848 Remove one notification
+2017-05-04 03:27:16,454 DEBUG db_general 128 33456 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STH6fqm@intl.att.com';
+2017-05-04 03:27:16,456 DEBUG db_general 136 33456 140735693222848 Query result: 353
+2017-05-04 03:27:16,460 DEBUG db_general 177 33456 140735693222848 Query : select uuid from ice_notification Where user_id = '353';
+2017-05-04 03:27:16,462 DEBUG db_general 188 33456 140735693222848 Query result: [('5c5d9915-aada-4c93-92d3-5f69a24f47e2',), ('38430245-d4ae-4348-8fb9-068a3e9b3589',), ('84becf70-d32f-484c-8a78-d9e1804cb0e6',)]
+2017-05-04 03:27:16,462 ERROR exception_decor 23 33456 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:27:16,464 DEBUG logFuncEntry 34 33456 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:27:16,464 DEBUG logFuncEntry 34 33456 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:27:16,475 DEBUG test_ui_base 66 33456 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 03:28:20,780 DEBUG logFuncEntry 34 33514 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:28:20,782 DEBUG test_ui_base 36 33514 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 03:28:22,910 DEBUG test_ui_base 48 33514 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:28:23,966 DEBUG api_user 108 33514 140735693222848 Moving to next test case
+2017-05-04 03:28:23,967 DEBUG api_user 193 33514 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9ebc34a7-6761-4d6c-a3f6-07c3de672da6/f71995c14fb44fb0b45e6c7d0db95cb6
+2017-05-04 03:28:24,008 DEBUG api_user 196 33514 140735693222848 APIUser activated successfully!
+2017-05-04 03:28:24,084 DEBUG api_user 128 33514 140735693222848 200 OK
+2017-05-04 03:28:24,084 DEBUG api_user 130 33514 140735693222848 Login successfully.
+2017-05-04 03:28:24,089 DEBUG db_general 151 33514 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:28:24,092 DEBUG db_general 162 33514 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:28:24,096 DEBUG db_general 151 33514 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:28:24,098 DEBUG db_general 162 33514 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:28:24,338 DEBUG api_virtual_function 72 33514 140735693222848 Virtual Function created successfully!
+2017-05-04 03:28:24,339 DEBUG api_gitlab 267 33514 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1c8075b8-e77b-4a97-9754-375303d743d5/checklist/new/
+2017-05-04 03:28:24,414 DEBUG api_user 128 33514 140735693222848 200 OK
+2017-05-04 03:28:24,414 DEBUG api_user 130 33514 140735693222848 Login successfully.
+2017-05-04 03:28:24,451 DEBUG api_gitlab 288 33514 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:28:24,452 DEBUG fe_user 26 33514 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:28:24,452 DEBUG fe_user 27 33514 140735693222848 Insert Email
+2017-05-04 03:28:25,340 DEBUG fe_user 30 33514 140735693222848 Insert Password
+2017-05-04 03:28:26,006 DEBUG fe_user 32 33514 140735693222848 Click Login Button
+2017-05-04 03:28:26,105 DEBUG fe_user 34 33514 140735693222848 Login Button clicked
+2017-05-04 03:28:26,110 DEBUG wait 107 33514 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:28:26,632 DEBUG wait 107 33514 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:28:27,160 DEBUG test_notification_for_new_user 33 33514 140735693222848 Go to notifications page
+2017-05-04 03:28:27,428 DEBUG test_notification_for_new_user 35 33514 140735693222848 Remove one notification
+2017-05-04 03:28:27,432 DEBUG db_general 128 33514 140735693222848 Query : select id from ice_user_profile WHERE Email = 'ST3d2bo@intl.att.com';
+2017-05-04 03:28:27,434 DEBUG db_general 136 33514 140735693222848 Query result: 354
+2017-05-04 03:28:27,439 DEBUG db_general 177 33514 140735693222848 Query : select uuid from ice_notification Where user_id = '354';
+2017-05-04 03:28:27,441 DEBUG db_general 188 33514 140735693222848 Query result: [('349d865f-e1e2-4af7-8e60-63c1690e4d94',), ('689a540d-8d28-438c-aa22-64abc26e97bd',), ('30a71beb-9fa3-4aa7-b585-614ad41e7bb8',)]
+2017-05-04 03:28:56,552 ERROR exception_decor 23 33514 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:28:56,556 DEBUG logFuncEntry 34 33514 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:28:56,557 DEBUG logFuncEntry 34 33514 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:28:56,574 DEBUG test_ui_base 66 33514 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 03:30:28,623 DEBUG logFuncEntry 34 33587 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:30:28,624 DEBUG test_ui_base 36 33587 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 03:30:30,764 DEBUG test_ui_base 48 33587 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:30:31,824 DEBUG api_user 108 33587 140735693222848 Moving to next test case
+2017-05-04 03:30:31,825 DEBUG api_user 193 33587 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2ea37434-5260-407e-96dd-03c5a46c3387/9725a8d7d31e4e2998de2f903a7d0ef3
+2017-05-04 03:30:31,865 DEBUG api_user 196 33587 140735693222848 APIUser activated successfully!
+2017-05-04 03:30:31,939 DEBUG api_user 128 33587 140735693222848 200 OK
+2017-05-04 03:30:31,939 DEBUG api_user 130 33587 140735693222848 Login successfully.
+2017-05-04 03:30:31,943 DEBUG db_general 151 33587 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:30:31,945 DEBUG db_general 162 33587 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:30:31,950 DEBUG db_general 151 33587 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:30:31,952 DEBUG db_general 162 33587 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:30:32,203 DEBUG api_virtual_function 72 33587 140735693222848 Virtual Function created successfully!
+2017-05-04 03:30:32,204 DEBUG api_gitlab 267 33587 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5518bfc9-77c0-47a3-9fe6-f99365373040/checklist/new/
+2017-05-04 03:30:32,276 DEBUG api_user 128 33587 140735693222848 200 OK
+2017-05-04 03:30:32,276 DEBUG api_user 130 33587 140735693222848 Login successfully.
+2017-05-04 03:30:32,316 DEBUG api_gitlab 288 33587 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:30:32,316 DEBUG fe_user 26 33587 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:30:32,316 DEBUG fe_user 27 33587 140735693222848 Insert Email
+2017-05-04 03:30:33,199 DEBUG fe_user 30 33587 140735693222848 Insert Password
+2017-05-04 03:30:33,867 DEBUG fe_user 32 33587 140735693222848 Click Login Button
+2017-05-04 03:30:33,966 DEBUG fe_user 34 33587 140735693222848 Login Button clicked
+2017-05-04 03:30:33,972 DEBUG wait 107 33587 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:30:34,493 DEBUG wait 107 33587 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:30:35,017 DEBUG test_notification_for_new_user 33 33587 140735693222848 Go to notifications page
+2017-05-04 03:30:35,290 DEBUG test_notification_for_new_user 35 33587 140735693222848 Remove one notification
+2017-05-04 03:30:35,295 DEBUG db_general 128 33587 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STMf4hF@intl.att.com';
+2017-05-04 03:30:35,297 DEBUG db_general 136 33587 140735693222848 Query result: 355
+2017-05-04 03:30:35,301 DEBUG db_general 177 33587 140735693222848 Query : select uuid from ice_notification Where user_id = '355';
+2017-05-04 03:30:35,303 DEBUG db_general 188 33587 140735693222848 Query result: [('259c22e4-071c-4c79-8941-585ea504d105',), ('f125dde6-bf3c-4e47-9cc7-8b173d40794a',), ('be17b7f1-fa8a-44c1-9eb8-61b4e391b973',)]
+2017-05-04 03:30:42,215 ERROR exception_decor 23 33587 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:30:46,690 DEBUG logFuncEntry 34 33587 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:30:46,692 DEBUG logFuncEntry 34 33587 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:30:46,711 DEBUG test_ui_base 66 33587 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 03:32:50,005 DEBUG logFuncEntry 34 33667 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:32:50,006 DEBUG test_ui_base 36 33667 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 03:32:52,152 DEBUG test_ui_base 48 33667 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:32:53,229 DEBUG api_user 108 33667 140735693222848 Moving to next test case
+2017-05-04 03:32:53,230 DEBUG api_user 193 33667 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be76a362-465b-4cfa-99ff-65d8faa0968f/a373e7c7ca0f40678edad0ebabfa811d
+2017-05-04 03:32:53,269 DEBUG api_user 196 33667 140735693222848 APIUser activated successfully!
+2017-05-04 03:32:53,344 DEBUG api_user 128 33667 140735693222848 200 OK
+2017-05-04 03:32:53,344 DEBUG api_user 130 33667 140735693222848 Login successfully.
+2017-05-04 03:32:53,348 DEBUG db_general 151 33667 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:32:53,350 DEBUG db_general 162 33667 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:32:53,353 DEBUG db_general 151 33667 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:32:53,355 DEBUG db_general 162 33667 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:32:53,604 DEBUG api_virtual_function 72 33667 140735693222848 Virtual Function created successfully!
+2017-05-04 03:32:53,604 DEBUG api_gitlab 267 33667 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e302ca53-81d3-4424-900d-57d2b50035b9/checklist/new/
+2017-05-04 03:32:53,673 DEBUG api_user 128 33667 140735693222848 200 OK
+2017-05-04 03:32:53,674 DEBUG api_user 130 33667 140735693222848 Login successfully.
+2017-05-04 03:32:53,712 DEBUG api_gitlab 288 33667 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:32:53,712 DEBUG fe_user 27 33667 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:32:53,713 DEBUG fe_user 28 33667 140735693222848 Insert Email
+2017-05-04 03:32:54,603 DEBUG fe_user 31 33667 140735693222848 Insert Password
+2017-05-04 03:32:55,278 DEBUG fe_user 33 33667 140735693222848 Click Login Button
+2017-05-04 03:32:55,380 DEBUG fe_user 35 33667 140735693222848 Login Button clicked
+2017-05-04 03:32:55,385 DEBUG wait 107 33667 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:32:55,908 DEBUG wait 107 33667 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:32:56,438 DEBUG test_notification_for_new_user 33 33667 140735693222848 Go to notifications page
+2017-05-04 03:32:56,710 DEBUG test_notification_for_new_user 35 33667 140735693222848 Remove one notification
+2017-05-04 03:32:56,716 DEBUG db_general 128 33667 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STpB2u3@intl.att.com';
+2017-05-04 03:32:56,718 DEBUG db_general 136 33667 140735693222848 Query result: 356
+2017-05-04 03:32:56,722 DEBUG db_general 177 33667 140735693222848 Query : select uuid from ice_notification Where user_id = '356';
+2017-05-04 03:32:56,724 DEBUG db_general 188 33667 140735693222848 Query result: [('86d5d305-4ae3-404d-987c-e62532ad7b92',), ('ab9d3892-f9c8-4cb0-bd60-547a41238dfd',), ('a53ff501-6c20-4c4e-af98-86dd72e66c45',)]
+2017-05-04 03:32:59,344 DEBUG wait 107 33667 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 03:32:59,965 DEBUG logFuncEntry 34 33667 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:32:59,965 DEBUG logFuncEntry 34 33667 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:32:59,983 DEBUG test_ui_base 66 33667 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 03:35:12,876 DEBUG logFuncEntry 34 33744 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:35:12,876 DEBUG test_ui_base 36 33744 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 03:35:14,996 DEBUG test_ui_base 48 33744 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:16,051 DEBUG api_user 108 33744 140735693222848 Moving to next test case
+2017-05-04 03:35:16,051 DEBUG api_user 193 33744 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dcb87e0b-6e53-4752-a166-519fff494195/6a79ffdd77df44339e9c22dc35c3a38e
+2017-05-04 03:35:16,087 DEBUG api_user 196 33744 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:16,153 DEBUG api_user 128 33744 140735693222848 200 OK
+2017-05-04 03:35:16,153 DEBUG api_user 130 33744 140735693222848 Login successfully.
+2017-05-04 03:35:16,157 DEBUG db_general 151 33744 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:16,159 DEBUG db_general 162 33744 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:16,162 DEBUG db_general 151 33744 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:16,164 DEBUG db_general 162 33744 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:16,373 DEBUG api_virtual_function 72 33744 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:16,373 DEBUG api_gitlab 267 33744 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a2186e7a-5dfd-489b-bd0f-d58a9ac0db65/checklist/new/
+2017-05-04 03:35:16,453 DEBUG api_user 128 33744 140735693222848 200 OK
+2017-05-04 03:35:16,453 DEBUG api_user 130 33744 140735693222848 Login successfully.
+2017-05-04 03:35:16,484 DEBUG api_gitlab 288 33744 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:16,549 DEBUG api_user 128 33744 140735693222848 200 OK
+2017-05-04 03:35:16,549 DEBUG api_user 130 33744 140735693222848 Login successfully.
+2017-05-04 03:35:16,549 DEBUG api_checklist 24 33744 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a2186e7a-5dfd-489b-bd0f-d58a9ac0db65/checklist/new/
+2017-05-04 03:35:16,553 DEBUG db_general 177 33744 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:16,555 DEBUG db_general 188 33744 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:16,555 DEBUG api_gitlab 267 33744 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a2186e7a-5dfd-489b-bd0f-d58a9ac0db65/checklist/new/
+2017-05-04 03:35:16,616 DEBUG api_user 128 33744 140735693222848 200 OK
+2017-05-04 03:35:16,617 DEBUG api_user 130 33744 140735693222848 Login successfully.
+2017-05-04 03:35:16,646 DEBUG api_gitlab 288 33744 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:16,813 DEBUG api_checklist 40 33744 140735693222848 Checklist was created successfully!
+2017-05-04 03:35:16,817 DEBUG db_checklist 391 33744 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTN3gWA' order by create_time desc limit 1;
+2017-05-04 03:35:16,823 DEBUG db_general 202 33744 140735693222848 Query : select state from ice_checklist Where uuid = '72368511-4aec-4ede-b72d-0fdcfd13bbab' order by update_time desc limit 1;
+2017-05-04 03:35:16,826 DEBUG fe_user 27 33744 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:16,826 DEBUG fe_user 28 33744 140735693222848 Insert Email
+2017-05-04 03:35:17,673 DEBUG fe_user 31 33744 140735693222848 Insert Password
+2017-05-04 03:35:18,321 DEBUG fe_user 33 33744 140735693222848 Click Login Button
+2017-05-04 03:35:18,411 DEBUG fe_user 35 33744 140735693222848 Login Button clicked
+2017-05-04 03:35:18,416 DEBUG wait 107 33744 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:19,237 DEBUG wait 107 33744 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:20,955 DEBUG wait 107 33744 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:35:21,518 DEBUG wait 107 33744 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:35:22,023 DEBUG fe_general 37 33744 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:35:22,612 DEBUG fe_user 27 33744 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:22,612 DEBUG fe_user 28 33744 140735693222848 Insert Email
+2017-05-04 03:35:23,473 DEBUG fe_user 31 33744 140735693222848 Insert Password
+2017-05-04 03:35:24,249 DEBUG fe_user 33 33744 140735693222848 Click Login Button
+2017-05-04 03:35:24,354 DEBUG fe_user 35 33744 140735693222848 Login Button clicked
+2017-05-04 03:35:24,359 DEBUG wait 107 33744 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:24,875 DEBUG wait 107 33744 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:25,682 DEBUG db_general 128 33744 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STmVZ2B@intl.att.com';
+2017-05-04 03:35:25,684 DEBUG db_general 136 33744 140735693222848 Query result: 357
+2017-05-04 03:35:25,687 DEBUG db_general 177 33744 140735693222848 Query : select uuid from ice_notification Where user_id = '357';
+2017-05-04 03:35:25,689 DEBUG db_general 188 33744 140735693222848 Query result: [('650c9497-1961-41c5-b86e-7b190280919d',), ('a834edf2-fde6-4d38-9195-5b40a7a40b4e',), ('be412585-a4a3-4d9c-9da9-19c8f7c252fe',)]
+2017-05-04 03:35:25,903 DEBUG logFuncEntry 34 33744 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:35:25,903 DEBUG logFuncEntry 34 33744 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:35:25,919 DEBUG test_ui_base 66 33744 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 03:35:35,475 DEBUG test_signal_base 34 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:35:35,475 DEBUG test_signal_base 34 33825 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 03:35:35,476 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:35:35,476 DEBUG test_git_signal 101 33826 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:35,476 DEBUG test_checklist_signal 26 33825 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:35,478 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 03:35:35,478 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 03:35:35,478 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 03:35:35,483 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:35:35,484 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:35,491 DEBUG test_signal_base 45 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:35:35,491 DEBUG test_signal_base 34 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:35:35,491 DEBUG test_git_signal 24 33826 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:35,492 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 03:35:35,497 DEBUG test_signal_base 45 33825 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 03:35:35,498 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:35:35,498 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 03:35:35,503 DEBUG test_signal_base 45 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:35:35,503 DEBUG test_signal_base 34 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:35:35,503 DEBUG test_git_signal 82 33826 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:35,503 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 03:35:35,516 DEBUG test_signal_base 45 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:35:35,516 DEBUG test_signal_base 34 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:35:35,517 DEBUG test_git_signal 65 33826 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:35,517 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 03:35:35,529 DEBUG test_signal_base 45 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:35:35,529 DEBUG test_signal_base 34 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:35:35,529 DEBUG test_git_signal 47 33826 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:35,530 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 03:35:35,541 DEBUG test_signal_base 45 33826 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:35:35,542 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:35:35,542 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 03:35:35,604 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:35,604 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad27e320-ef7f-48e1-ab92-4dc8906318ab/15fa3c20599c436a8dea21043b1fb267
+2017-05-04 03:35:35,661 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:35,766 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:35,766 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:35,781 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:35,783 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:35,790 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:35,792 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:36,479 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:36,480 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/22b79810-fc16-48f9-bb61-0dc582074eea/checklist/new/
+2017-05-04 03:35:36,610 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:36,610 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:36,664 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:36,664 DEBUG test_negative_requests 169 33824 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 03:35:36,755 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:36,755 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:36,756 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/22b79810-fc16-48f9-bb61-0dc582074eea/checklist/new/
+2017-05-04 03:35:36,760 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:36,762 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:36,762 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/22b79810-fc16-48f9-bb61-0dc582074eea/checklist/new/
+2017-05-04 03:35:36,859 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:36,860 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:36,910 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:37,028 DEBUG api_checklist 40 33824 140735693222848 Checklist was created successfully!
+2017-05-04 03:35:37,028 DEBUG test_negative_requests 174 33824 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 03:35:37,123 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:37,124 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:37,124 DEBUG test_negative_requests 181 33824 140735693222848 About to add audit log to checklist uuid 55bd742b-4cf1-4479-ae56-35c5588e30c0
+2017-05-04 03:35:37,124 DEBUG api_checklist 89 33824 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/
+2017-05-04 03:35:37,146 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:37,151 DEBUG test_negative_requests 188 33824 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:35:37,244 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:37,245 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:37,245 DEBUG test_negative_requests 181 33824 140735693222848 About to add audit log to checklist uuid 55bd742b-4cf1-4479-ae56-35c5588e30c0
+2017-05-04 03:35:37,245 DEBUG api_checklist 89 33824 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/
+2017-05-04 03:35:37,266 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:37,269 DEBUG test_negative_requests 188 33824 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:35:37,269 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:35:37,269 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:35:37,279 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:37,281 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:35:37,281 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:37,375 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:37,375 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3fa74abc-6284-406f-a193-02f5cdf97afd/d1dcea3e45854f2d8167d2d85e679c1d
+2017-05-04 03:35:37,426 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:37,534 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:37,534 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:37,541 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:37,542 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:37,547 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:37,550 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:37,701 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:37,751 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:37,974 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:38,328 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:38,328 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2be60f2-1f16-4921-a772-0496cd17ade4/checklist/new/
+2017-05-04 03:35:38,406 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:38,407 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:38,449 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:38,449 DEBUG test_negative_requests 195 33824 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 03:35:38,550 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:38,550 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:38,551 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2be60f2-1f16-4921-a772-0496cd17ade4/checklist/new/
+2017-05-04 03:35:38,557 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:38,562 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:38,563 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2be60f2-1f16-4921-a772-0496cd17ade4/checklist/new/
+2017-05-04 03:35:38,651 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:38,652 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:38,691 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:38,931 DEBUG api_checklist 40 33824 140735693222848 Checklist was created successfully!
+2017-05-04 03:35:38,931 DEBUG test_negative_requests 200 33824 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:35:39,139 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:39,140 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:39,140 DEBUG test_negative_requests 208 33824 140735693222848 About to add next step to checklist uuid 98d6aae4-d619-4345-ac39-48a7fae99653
+2017-05-04 03:35:39,140 DEBUG api_checklist 116 33824 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2be60f2-1f16-4921-a772-0496cd17ade4/checklist/98d6aae4-d619-4345-ac39-48a7fae99653/nextstep/
+2017-05-04 03:35:39,199 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3fa74abc-6284-406f-a193-02f5cdf97afd. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,199 DEBUG test_negative_requests 215 33824 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:35:39,286 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:35:39,286 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6f083d92-49ca-4943-9ed6-acbd3b14f1cf/1e5ff2eb27e5414387c9a2afe0ac8400
+2017-05-04 03:35:39,314 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:39,316 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:39,316 DEBUG test_negative_requests 208 33824 140735693222848 About to add next step to checklist uuid 98d6aae4-d619-4345-ac39-48a7fae99653
+2017-05-04 03:35:39,317 DEBUG api_checklist 116 33824 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2be60f2-1f16-4921-a772-0496cd17ade4/checklist/98d6aae4-d619-4345-ac39-48a7fae99653/nextstep/
+2017-05-04 03:35:39,384 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:39,403 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,404 DEBUG test_negative_requests 215 33824 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:35:39,405 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:35:39,405 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c475b2d-00b3-4a8e-8067-2ade77b2ddcb/44c452c88ce642be8ea8ea961a4fdbea
+2017-05-04 03:35:39,455 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:39,505 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:35:39,505 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d367b597-fd7a-4386-b7d5-d5a39be433fa/2c247dba0e0c4691b1f792d0a958000e
+2017-05-04 03:35:39,545 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:35:39,545 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:35:39,548 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:39,548 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:39,548 DEBUG test_negative_requests 208 33824 140735693222848 About to add next step to checklist uuid 98d6aae4-d619-4345-ac39-48a7fae99653
+2017-05-04 03:35:39,548 DEBUG api_checklist 116 33824 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2be60f2-1f16-4921-a772-0496cd17ade4/checklist/98d6aae4-d619-4345-ac39-48a7fae99653/nextstep/
+2017-05-04 03:35:39,551 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:39,554 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:39,554 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:39,560 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:39,561 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:39,563 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:35:39,564 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:35:39,568 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:39,569 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:39,573 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:39,574 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:39,593 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,594 DEBUG test_negative_requests 215 33824 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:35:39,594 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:35:39,594 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:35:39,601 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:39,602 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:35:39,602 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:39,603 DEBUG test_negative_requests 37 33824 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 03:35:39,646 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:35:39,646 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:35:39,650 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:39,653 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:39,657 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:39,659 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:39,724 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:39,725 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e7fdd24a-ec24-40a8-aac9-6d8d3593dedb/3581ac8fb37a4cd39b19e01ddfa159de
+2017-05-04 03:35:39,774 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:39,861 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:39,861 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:39,866 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:39,868 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:39,872 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:39,873 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:40,010 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:40,010 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eee0ffa8-98b7-45f1-9b5f-cc7702693b95/checklist/new/
+2017-05-04 03:35:40,042 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:40,042 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9d5d3b50-ba54-4a19-9a80-8d34068902b8/checklist/new/
+2017-05-04 03:35:40,101 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:35:40,102 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:35:40,122 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:35:40,122 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:35:40,178 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:40,178 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:40,178 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:35:40,210 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:40,210 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:40,211 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:35:40,214 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:40,215 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/26c06b48-7543-44d2-ae23-48d1da120b06/checklist/new/
+2017-05-04 03:35:40,310 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:35:40,310 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:35:40,352 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:40,449 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:35:40,449 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:35:40,450 DEBUG api_checklist 24 33826 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/26c06b48-7543-44d2-ae23-48d1da120b06/checklist/new/
+2017-05-04 03:35:40,454 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:40,457 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:40,458 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/26c06b48-7543-44d2-ae23-48d1da120b06/checklist/new/
+2017-05-04 03:35:40,458 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:40,458 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/10273408-42f7-46c1-a7f9-ba57f8c60653/checklist/new/
+2017-05-04 03:35:40,547 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:35:40,547 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:35:40,555 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:40,555 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:40,587 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:40,597 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:40,680 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:40,681 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/38fe6431-5302-499d-8de9-8b77d894ad37/7a96072f3f504f72a99bd7279b37407f
+2017-05-04 03:35:40,719 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:40,785 DEBUG api_checklist 40 33826 140735693222848 Checklist was created successfully!
+2017-05-04 03:35:40,792 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:40,792 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:40,797 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:40,799 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:40,803 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:40,805 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:40,867 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:35:40,867 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7635b2e-5f53-48dd-823c-12f39ba80da5/f62aa148fdd840c283588487bdad2aa6
+2017-05-04 03:35:40,905 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:40,998 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:35:40,998 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:35:41,002 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:41,004 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:35:41,004 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:41,008 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:41,010 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:41,051 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:35:41,248 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:41,249 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf1eea96-16bd-4b4f-9629-1dd1468770e1/checklist/new/
+2017-05-04 03:35:41,326 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:41,326 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:41,359 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:41,360 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/332060d0-52fd-4f05-9f39-92513104cc35/checklist/new/
+2017-05-04 03:35:41,370 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:41,371 DEBUG test_negative_requests 43 33824 140735693222848 About to invite contact to the engagement of user STteOAw
+2017-05-04 03:35:41,371 DEBUG api_virtual_function 119 33824 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 03:35:41,400 ERROR api_virtual_function 148 33824 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 38fe6431-5302-499d-8de9-8b77d894ad37. eng_uuid=10273408-42f7-46c1-a7f9-ba57f8c60653. checklist_uuid=None"
+2017-05-04 03:35:41,401 DEBUG test_negative_requests 49 33824 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 03:35:41,401 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:35:41,401 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:35:41,407 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:41,409 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:35:41,409 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:41,409 DEBUG test_negative_requests 54 33824 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 03:35:41,429 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:35:41,429 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:35:41,462 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:41,462 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:41,462 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:35:41,503 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:41,503 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ba03eb8a-2535-4fc3-9b4e-290d665109dc/70a666f003b84040903ba5c8dc6c8eab
+2017-05-04 03:35:41,537 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:41,610 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:41,610 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:41,614 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:41,615 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:41,619 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:41,620 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:41,657 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:35:41,695 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:35:41,777 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:35:41,782 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:41,824 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:35:41,828 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:42,139 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:42,139 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00b49495-c665-4eb8-a6b7-d5f5bd38edbb/checklist/new/
+2017-05-04 03:35:42,372 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:35:42,381 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:42,382 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:42,498 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:42,581 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:42,627 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:42,627 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:42,628 DEBUG test_negative_requests 63 33824 140735693222848 About to add a next step to VF STEoNSp using STM4ofy@intl.att.com token.
+2017-05-04 03:35:42,628 DEBUG api_virtual_function 25 33824 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/00b49495-c665-4eb8-a6b7-d5f5bd38edbb/nextsteps
+2017-05-04 03:35:42,685 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: ba03eb8a-2535-4fc3-9b4e-290d665109dc. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:42,685 DEBUG test_negative_requests 69 33824 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:35:42,754 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:42,785 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:42,786 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:42,786 DEBUG test_negative_requests 63 33824 140735693222848 About to add a next step to VF STEoNSp using hs0007@att.com token.
+2017-05-04 03:35:42,786 DEBUG api_virtual_function 25 33824 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/00b49495-c665-4eb8-a6b7-d5f5bd38edbb/nextsteps
+2017-05-04 03:35:42,935 DEBUG api_virtual_function 40 33824 140735693222848 Next step was added to the engagement!
+2017-05-04 03:35:42,935 DEBUG test_negative_requests 69 33824 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:35:43,031 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:43,031 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:43,031 DEBUG test_negative_requests 63 33824 140735693222848 About to add a next step to VF STEoNSp using admin_ro@att.com token.
+2017-05-04 03:35:43,031 DEBUG api_virtual_function 25 33824 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/00b49495-c665-4eb8-a6b7-d5f5bd38edbb/nextsteps
+2017-05-04 03:35:43,062 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:43,062 DEBUG test_negative_requests 69 33824 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:35:43,062 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:35:43,063 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:35:43,074 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:43,075 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:35:43,076 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:43,076 DEBUG test_negative_requests 221 33824 140735693222848 Local environment, skipping test...
+2017-05-04 03:35:43,076 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:35:43,076 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:35:43,085 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:35:43,086 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:43,089 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:35:43,090 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:43,099 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:43,191 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:35:43,192 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:43,192 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa20e348-9ba3-4760-9177-ec28fc2bc2da/4d769427f74449c29872f67c8e5c620d
+2017-05-04 03:35:43,195 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:43,233 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:43,264 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:43,304 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:43,304 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:43,309 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:43,310 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:43,314 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:43,315 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:43,707 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:43,957 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:43,958 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,007 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:35:44,049 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,050 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,088 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:44,088 DEBUG test_negative_requests 98 33824 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:35:44,164 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,164 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,164 DEBUG test_negative_requests 106 33824 140735693222848 About to create checklist for VF STV43vC
+2017-05-04 03:35:44,164 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,168 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:44,170 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:44,170 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,228 DEBUG db_general 177 33826 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPISTqYeIk';
+2017-05-04 03:35:44,231 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:44,245 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,245 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,275 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:44,277 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:35:44,300 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: aa20e348-9ba3-4760-9177-ec28fc2bc2da. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,300 DEBUG test_negative_requests 112 33824 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:35:44,379 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,380 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,380 DEBUG test_negative_requests 106 33824 140735693222848 About to create checklist for VF STV43vC
+2017-05-04 03:35:44,380 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,384 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:44,386 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:44,387 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,494 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,496 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,561 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:44,602 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,603 DEBUG test_negative_requests 112 33824 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:35:44,613 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:35:44,694 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,695 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,695 DEBUG test_negative_requests 106 33824 140735693222848 About to create checklist for VF STV43vC
+2017-05-04 03:35:44,695 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,700 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:44,703 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:44,703 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43cef32f-934e-4d53-8eb8-1b69142c8210/checklist/new/
+2017-05-04 03:35:44,809 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:44,809 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:44,884 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:44,950 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:44,950 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:35:44,954 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,956 DEBUG test_negative_requests 112 33824 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:35:44,956 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:35:44,957 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:35:44,986 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:44,996 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:35:44,996 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:44,996 DEBUG test_negative_requests 74 33824 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:35:45,149 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:45,150 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d03b238-6acd-401f-9366-db2d286fa04d/d256cd2ab9964c6cbf3ef27fedbab58b
+2017-05-04 03:35:45,288 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:45,371 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:35:45,372 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:35:45,389 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 03:35:45,389 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:35:45,389 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 03:35:45,496 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:45,496 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:45,501 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:45,503 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:45,508 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:45,510 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:45,870 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:35:46,140 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:46,140 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/47ea86a9-b491-4ca4-973a-2a2c6318ffc5/checklist/new/
+2017-05-04 03:35:46,232 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:46,233 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:46,275 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:46,375 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:46,376 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:46,376 DEBUG api_virtual_function 25 33824 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/47ea86a9-b491-4ca4-973a-2a2c6318ffc5/nextsteps
+2017-05-04 03:35:46,564 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:35:46,635 DEBUG api_virtual_function 40 33824 140735693222848 Next step was added to the engagement!
+2017-05-04 03:35:46,777 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:35:46,785 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:46,858 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:46,858 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:46,859 DEBUG test_negative_requests 86 33824 140735693222848 About to edit a next step (ns uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21) using STpf1dQ@intl.att.com token.
+2017-05-04 03:35:46,859 DEBUG api_virtual_function 156 33824 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/7d06d39a-a0b3-489c-9abf-f303cb1d5d21/engagement/47ea86a9-b491-4ca4-973a-2a2c6318ffc5/modify/
+2017-05-04 03:35:46,905 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:35:46,906 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:35:46,939 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 03:35:46,939 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:35:46,939 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 03:35:46,975 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:46,976 DEBUG test_negative_requests 92 33824 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:35:47,281 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:47,282 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:47,282 DEBUG test_negative_requests 86 33824 140735693222848 About to edit a next step (ns uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21) using dd1122@att.com token.
+2017-05-04 03:35:47,282 DEBUG api_virtual_function 156 33824 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/7d06d39a-a0b3-489c-9abf-f303cb1d5d21/engagement/47ea86a9-b491-4ca4-973a-2a2c6318ffc5/modify/
+2017-05-04 03:35:47,333 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:47,446 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,446 DEBUG test_negative_requests 92 33824 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:35:47,664 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:47,665 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:47,665 DEBUG test_negative_requests 86 33824 140735693222848 About to edit a next step (ns uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21) using admin_ro@att.com token.
+2017-05-04 03:35:47,665 DEBUG api_virtual_function 156 33824 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/7d06d39a-a0b3-489c-9abf-f303cb1d5d21/engagement/47ea86a9-b491-4ca4-973a-2a2c6318ffc5/modify/
+2017-05-04 03:35:47,774 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,775 DEBUG test_negative_requests 92 33824 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:35:47,775 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:35:47,775 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:35:47,795 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:47,803 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:35:47,804 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:47,804 DEBUG test_negative_requests 20 33824 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 03:35:48,002 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:48,003 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/72493229-3917-43d9-aa25-9be7e224f53f/12b41e7769154459a377a96e057972cf
+2017-05-04 03:35:48,144 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:48,207 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:48,274 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:48,274 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:48,281 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:48,285 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:48,291 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:48,293 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:48,535 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:48,720 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:48,845 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:48,845 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5fda2dd4-1773-4563-9b52-95bb7f183d78/checklist/new/
+2017-05-04 03:35:48,927 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:48,927 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:48,966 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:49,039 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:49,040 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2acfb600-ed46-4839-ab3e-b2d774b4ea2e/3754a906193e4f6bb0e0fed57770ac45
+2017-05-04 03:35:49,072 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:49,152 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:49,153 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:49,157 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:49,159 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:49,168 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:49,170 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:49,252 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:49,408 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:49,721 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:35:49,721 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a41f2b00-c13f-4f38-83f0-99139412af4d/a1b598597b1c4b9180a9f638c2ccea1f
+2017-05-04 03:35:49,741 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:49,741 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb9c3127-3e1e-4960-94bf-45a11c8ddff1/checklist/new/
+2017-05-04 03:35:49,762 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:49,835 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:49,835 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:49,855 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:35:49,855 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:35:49,861 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:49,862 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:49,866 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:49,868 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:49,876 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:49,876 DEBUG test_negative_requests 26 33824 140735693222848 About to invite team member to the engagement of user STqJGX9
+2017-05-04 03:35:49,877 DEBUG api_virtual_function 87 33824 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:35:49,922 ERROR api_virtual_function 112 33824 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:35:49,923 DEBUG test_negative_requests 32 33824 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 03:35:49,923 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:35:49,923 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:35:49,930 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:49,931 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:35:49,932 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:50,078 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:50,078 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7540968-2978-4fe5-bb2b-906bff36e9b0/521b8f5abba94bc691f34c300f0689ee
+2017-05-04 03:35:50,113 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:35:50,135 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:50,224 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:50,224 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:50,229 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:50,231 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:50,238 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:50,239 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:50,447 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:50,448 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c1bf3f7a-9cfa-4e8c-9382-8325d194d7a4/checklist/new/
+2017-05-04 03:35:50,557 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:35:50,558 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:35:50,599 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:50,599 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:50,600 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:35:50,625 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:35:50,652 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:35:50,653 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce5a9480-37af-4e48-aefb-db107395218a/81c60a649362478cb154023c51a6dc7d
+2017-05-04 03:35:50,692 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:50,783 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:35:50,784 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:35:50,788 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:50,790 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:50,795 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:50,796 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:50,842 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:50,843 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2ec4379a-8690-4c22-a0fb-d75e9ae17f9a/checklist/new/
+2017-05-04 03:35:50,946 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:50,947 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:50,983 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:50,983 DEBUG test_negative_requests 146 33824 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 03:35:51,060 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:51,060 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:51,060 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2ec4379a-8690-4c22-a0fb-d75e9ae17f9a/checklist/new/
+2017-05-04 03:35:51,064 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:51,066 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:51,066 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2ec4379a-8690-4c22-a0fb-d75e9ae17f9a/checklist/new/
+2017-05-04 03:35:51,102 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:51,102 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76da4c97-9e32-4069-86ec-6f3a7adc67cc/checklist/new/
+2017-05-04 03:35:51,156 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:51,156 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:51,186 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:35:51,186 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:35:51,194 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:51,230 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:51,230 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:51,230 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:35:51,475 DEBUG api_checklist 40 33824 140735693222848 Checklist was created successfully!
+2017-05-04 03:35:51,475 DEBUG test_negative_requests 151 33824 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 03:35:51,475 DEBUG test_negative_requests 157 33824 140735693222848 About to change checklist state for VF STzbiEm
+2017-05-04 03:35:51,480 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:35:51,577 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:51,577 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:51,625 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,625 DEBUG test_negative_requests 163 33824 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:35:51,626 DEBUG test_negative_requests 157 33824 140735693222848 About to change checklist state for VF STzbiEm
+2017-05-04 03:35:51,698 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:51,698 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:51,735 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,735 DEBUG test_negative_requests 163 33824 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:35:51,735 DEBUG test_negative_requests 157 33824 140735693222848 About to change checklist state for VF STzbiEm
+2017-05-04 03:35:51,801 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:51,801 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:51,832 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,832 DEBUG test_negative_requests 163 33824 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:35:51,832 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:35:51,832 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:35:51,839 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:51,840 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:35:51,840 DEBUG test_api_base 30 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:35:51,916 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:51,916 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff0b7815-bd18-47d8-b79b-e7744078380d/3169852b1f114f66bd66f49a8c928a39
+2017-05-04 03:35:51,948 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:52,030 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:52,030 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:52,035 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:52,037 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:52,044 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:52,046 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:52,097 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:35:52,158 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:35:52,301 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:35:52,307 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:52,586 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:52,587 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8766aa4f-663b-42d7-bd90-9a501f938fea/checklist/new/
+2017-05-04 03:35:52,704 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:52,704 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:52,737 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:52,737 DEBUG test_negative_requests 119 33824 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 03:35:52,805 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:35:52,820 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:52,821 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:52,821 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:52,822 DEBUG api_checklist 24 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8766aa4f-663b-42d7-bd90-9a501f938fea/checklist/new/
+2017-05-04 03:35:52,828 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:52,830 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:52,830 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8766aa4f-663b-42d7-bd90-9a501f938fea/checklist/new/
+2017-05-04 03:35:52,879 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-369';
+2017-05-04 03:35:52,882 DEBUG db_general 188 33826 140735693222848 Query result: 26c06b48-7543-44d2-ae23-48d1da120b06
+2017-05-04 03:35:52,886 DEBUG db_user 49 33826 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '26c06b48-7543-44d2-ae23-48d1da120b06' and email = 'STpyWXO@intl.att.com' ;
+2017-05-04 03:35:52,888 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=be0a2a3b-dc6f-46a8-a755-bf544123b7db
+2017-05-04 03:35:52,902 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:35:52,911 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:35:52,917 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:52,917 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:52,966 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:53,343 DEBUG api_checklist 40 33824 140735693222848 Checklist was created successfully!
+2017-05-04 03:35:53,344 DEBUG test_negative_requests 124 33824 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:35:53,467 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:53,467 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:53,467 DEBUG test_negative_requests 132 33824 140735693222848 About to update checklist for VF STtoIJH
+2017-05-04 03:35:53,468 DEBUG api_checklist 58 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//9b4afd22-40b9-4568-b915-0a1e055ade9d/9b4afd22-40b9-4568-b915-0a1e055ade9d
+2017-05-04 03:35:53,472 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:53,475 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:53,531 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: ff0b7815-bd18-47d8-b79b-e7744078380d. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,532 DEBUG test_negative_requests 139 33824 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:35:53,641 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:53,641 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:53,641 DEBUG test_negative_requests 132 33824 140735693222848 About to update checklist for VF STtoIJH
+2017-05-04 03:35:53,642 DEBUG api_checklist 58 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//9b4afd22-40b9-4568-b915-0a1e055ade9d/9b4afd22-40b9-4568-b915-0a1e055ade9d
+2017-05-04 03:35:53,642 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:53,643 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:53,643 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:35:53,647 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:53,649 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:53,703 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7635b2e-5f53-48dd-823c-12f39ba80da5. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,703 DEBUG test_negative_requests 139 33824 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:35:53,784 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:53,784 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:53,784 DEBUG test_negative_requests 132 33824 140735693222848 About to update checklist for VF STtoIJH
+2017-05-04 03:35:53,785 DEBUG api_checklist 58 33824 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//9b4afd22-40b9-4568-b915-0a1e055ade9d/9b4afd22-40b9-4568-b915-0a1e055ade9d
+2017-05-04 03:35:53,788 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:35:53,790 DEBUG db_general 188 33824 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:35:53,823 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,824 DEBUG test_negative_requests 139 33824 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:35:53,824 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:35:53,824 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:35:53,829 DEBUG test_api_base 42 33824 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:35:53,831 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:35:53,832 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 03:35:54,157 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:35:54,506 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:35:54,681 DEBUG db_general 66 33827 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 03:35:54,683 DEBUG db_general 78 33827 140735693222848 Query result: STcb1Mg
+2017-05-04 03:35:55,163 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:35:55,257 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:35:55,261 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=be0a2a3b-dc6f-46a8-a755-bf544123b7db page is loaded.
+2017-05-04 03:35:55,867 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:35:55,955 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:56,485 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:35:56,939 DEBUG db_general 66 33827 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:35:56,942 DEBUG db_general 78 33827 140735693222848 Query result: None
+2017-05-04 03:35:56,946 DEBUG db_general 108 33827 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STsWowY' WHERE uuid = 'None' ;
+2017-05-04 03:35:56,950 DEBUG db_general 112 33827 140735693222848 Update query success!
+2017-05-04 03:35:56,950 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:35:56,951 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:35:56,964 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 03:35:56,964 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:35:56,965 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 03:35:57,015 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:35:57,327 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STZzB3V
+2017-05-04 03:35:57,328 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STZzB3V', 'title_Announcement_STZzB3V-slug', '', 'description_Announcement_STXDUa1', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXDUa1</p>', true, '', 1, 1);
+2017-05-04 03:35:57,334 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STZzB3V', 'title_Announcement_STZzB3V-slug', '', 'description_Announcement_STXDUa1', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXDUa1</p>', true, '', 1, 1);
+2017-05-04 03:35:57,338 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:35:57,338 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:35:57,338 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:35:57,343 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:35:57,346 DEBUG db_cms 64 33824 140735693222848 Query result: 189
+2017-05-04 03:35:57,346 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:35:57,346 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:35:57,351 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:35:57,353 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:35:57,354 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 189
+2017-05-04 03:35:57,354 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (189, 2);
+2017-05-04 03:35:57,359 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (189, 2);
+2017-05-04 03:35:57,367 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:35:57,455 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:35:57,455 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2c45534-43d0-46f2-a434-c00fa15f1ffc/e0f7420fe7924b4a9d31af8cb738bc15
+2017-05-04 03:35:57,502 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:35:57,621 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:57,621 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:57,627 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:35:57,630 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:35:57,635 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:35:57,637 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:35:58,119 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:35:58,120 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9b76496-90dc-473f-b9d7-4f85f4280d2f/checklist/new/
+2017-05-04 03:35:58,219 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:35:58,219 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:35:58,259 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:35:58,259 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:58,260 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:35:58,596 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:35:59,138 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:35:59,148 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:35:59,282 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:35:59,282 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:35:59,805 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:35:59,923 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:35:59,928 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:00,072 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:36:00,360 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:36:00,360 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9bca4276-3779-407a-9685-d424f0e6f218/60c18b3bc7a1402c809e584f30093d80
+2017-05-04 03:36:00,400 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:00,445 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:00,476 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:00,476 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:00,480 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:00,482 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:00,486 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:00,487 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:00,739 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:36:00,750 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:00,751 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d03a8c9-480e-49ea-accf-0c4cc3301877/checklist/new/
+2017-05-04 03:36:00,832 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:36:00,837 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:00,879 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:00,880 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:00,915 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:00,916 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:00,916 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:36:01,641 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:01,846 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:36:02,133 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:02,133 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:36:02,500 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:36:02,598 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:36:02,602 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:02,881 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:36:03,176 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:03,536 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:36:03,615 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:36:03,619 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:03,689 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:04,132 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:04,214 DEBUG db_general 66 33827 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 03:36:04,217 DEBUG db_general 78 33827 140735693222848 Query result: STcb1Mg
+2017-05-04 03:36:06,095 DEBUG db_general 66 33827 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:36:06,098 DEBUG db_general 78 33827 140735693222848 Query result: None
+2017-05-04 03:36:06,102 DEBUG db_general 108 33827 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STvQrtK' WHERE uuid = 'None' ;
+2017-05-04 03:36:06,106 DEBUG db_general 112 33827 140735693222848 Update query success!
+2017-05-04 03:36:06,106 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:36:06,106 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:36:06,124 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 03:36:06,125 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:36:06,125 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 03:36:07,341 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:07,724 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:36:07,725 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:36:07,741 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 03:36:07,741 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:36:07,741 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 03:36:08,128 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:08,129 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:36:08,343 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:09,006 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:36:09,669 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:36:09,716 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:36:09,716 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c3ba220c-bb01-4b50-b046-29977b393ec6/cb77bd2905724c3386f121d474332b55
+2017-05-04 03:36:09,770 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:09,771 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:36:09,777 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:09,861 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:36:09,861 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:36:09,885 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 03:36:09,885 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:36:09,885 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 03:36:09,923 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:09,924 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:09,944 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:09,950 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:09,978 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:09,980 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:10,227 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:10,313 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:11,164 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:11,601 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:11,601 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/674a5917-7aa6-4188-a0a7-c8b4744e07b0/checklist/new/
+2017-05-04 03:36:11,680 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:11,727 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:11,728 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:11,794 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:11,794 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:11,795 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:36:11,941 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:36:11,942 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/469a4d99-c32f-4328-83c4-7a7f228563e8/f57fa1a6ba754fdd80765d228422b1b6
+2017-05-04 03:36:12,001 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:12,118 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:12,118 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:12,124 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:12,125 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:12,130 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:12,131 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:12,664 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:36:13,020 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:13,020 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14da5d93-3e6d-44a0-b9d1-672a1d0b9bd8/checklist/new/
+2017-05-04 03:36:13,039 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:13,124 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:13,125 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:13,164 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:13,249 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:13,250 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:13,250 DEBUG api_checklist 24 33826 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14da5d93-3e6d-44a0-b9d1-672a1d0b9bd8/checklist/new/
+2017-05-04 03:36:13,254 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:36:13,257 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:36:13,257 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14da5d93-3e6d-44a0-b9d1-672a1d0b9bd8/checklist/new/
+2017-05-04 03:36:13,306 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:36:13,342 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:13,342 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:13,376 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:13,415 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:36:13,424 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:13,613 DEBUG api_checklist 40 33826 140735693222848 Checklist was created successfully!
+2017-05-04 03:36:13,618 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTq9X4g' order by update_time desc limit 1;
+2017-05-04 03:36:13,622 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:14,268 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: News
+2017-05-04 03:36:14,268 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:36:14,276 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:36:14,280 DEBUG db_cms 64 33824 140735693222848 Query result: 1
+2017-05-04 03:36:14,280 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:36:14,281 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:36:14,298 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 03:36:14,299 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:36:14,299 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 03:36:14,319 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:14,512 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:14,512 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:36:15,364 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:36:16,018 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:36:16,140 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:36:16,145 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:16,559 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:17,109 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:17,429 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:17,624 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:17,813 DEBUG db_cms 142 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:17,814 DEBUG db_cms 116 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:17,814 DEBUG db_cms 118 33824 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:17,819 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:17,823 DEBUG db_cms 64 33824 140735693222848 Query result: 10
+2017-05-04 03:36:17,823 DEBUG db_cms 148 33824 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STTCV7Y', 'title_Of_Page_STTCV7Y-slug', '', 'description_Of_Page_STEjpYv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STTCV7Y', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:17,829 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STTCV7Y', 'title_Of_Page_STTCV7Y-slug', '', 'description_Of_Page_STEjpYv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STTCV7Y', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:17,839 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:17,839 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:17,839 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,845 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,847 DEBUG db_cms 64 33824 140735693222848 Query result: 91
+2017-05-04 03:36:17,847 DEBUG db_cms 152 33824 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:36:17,847 DEBUG db_cms 154 33824 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (91, '<p>description_Of_Page_STEjpYv</p>');
+2017-05-04 03:36:17,854 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (91, '<p>description_Of_Page_STEjpYv</p>');
+2017-05-04 03:36:17,857 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:17,857 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:17,857 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,861 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,864 DEBUG db_cms 64 33824 140735693222848 Query result: 91
+2017-05-04 03:36:17,864 DEBUG db_cms 142 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:17,864 DEBUG db_cms 116 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:17,865 DEBUG db_cms 118 33824 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:17,871 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:17,874 DEBUG db_cms 64 33824 140735693222848 Query result: 10
+2017-05-04 03:36:17,874 DEBUG db_cms 148 33824 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STKEoYC', 'title_Of_Page_STKEoYC-slug', '', 'description_Of_Page_STNOgDr', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STKEoYC', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:17,879 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STKEoYC', 'title_Of_Page_STKEoYC-slug', '', 'description_Of_Page_STNOgDr', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STKEoYC', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:17,884 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:17,884 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:17,884 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,889 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,892 DEBUG db_cms 64 33824 140735693222848 Query result: 92
+2017-05-04 03:36:17,892 DEBUG db_cms 152 33824 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:36:17,892 DEBUG db_cms 154 33824 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (92, '<p>description_Of_Page_STNOgDr</p>');
+2017-05-04 03:36:17,898 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (92, '<p>description_Of_Page_STNOgDr</p>');
+2017-05-04 03:36:17,901 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:17,901 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:17,901 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,908 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,911 DEBUG db_cms 64 33824 140735693222848 Query result: 92
+2017-05-04 03:36:17,911 DEBUG db_cms 142 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:17,911 DEBUG db_cms 116 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:17,912 DEBUG db_cms 118 33824 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:17,918 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:17,921 DEBUG db_cms 64 33824 140735693222848 Query result: 10
+2017-05-04 03:36:17,922 DEBUG db_cms 148 33824 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STYJSnE', 'title_Of_Page_STYJSnE-slug', '', 'description_Of_Page_ST5v7xN', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STYJSnE', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:17,928 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STYJSnE', 'title_Of_Page_STYJSnE-slug', '', 'description_Of_Page_ST5v7xN', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STYJSnE', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:17,940 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:17,940 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:17,941 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,948 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:17,955 DEBUG db_cms 64 33824 140735693222848 Query result: 93
+2017-05-04 03:36:17,956 DEBUG db_cms 152 33824 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:36:17,956 DEBUG db_cms 154 33824 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (93, '<p>description_Of_Page_ST5v7xN</p>');
+2017-05-04 03:36:17,962 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (93, '<p>description_Of_Page_ST5v7xN</p>');
+2017-05-04 03:36:17,966 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:18,066 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:36:18,067 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b847e055-a52c-45cb-84c5-a84068532010/85a4ca1cb82f46fba79b20aac1d4e1e9
+2017-05-04 03:36:18,104 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:18,155 DEBUG db_checklist 391 33826 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTq9X4g' order by create_time desc limit 1;
+2017-05-04 03:36:18,166 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:18,202 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:18,203 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:18,209 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:18,212 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:18,216 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:18,218 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:18,222 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:18,223 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:36:18,545 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:18,546 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eca35b81-adf0-4328-9984-79a9e5dc2768/checklist/new/
+2017-05-04 03:36:18,620 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:18,620 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:18,652 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:18,652 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:18,652 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:36:19,039 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:36:19,080 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:19,185 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:19,514 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:36:19,600 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:19,699 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:36:19,722 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:36:19,722 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:36:19,741 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 03:36:19,742 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:36:19,742 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 03:36:19,797 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:36:19,801 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:20,142 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:20,177 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:36:20,337 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:36:20,349 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:20,648 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:20,978 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:20,988 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:36:21,169 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:21,493 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:21,502 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:36:22,854 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:22,997 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:22,997 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:23,002 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:23,004 DEBUG db_cms 64 33824 140735693222848 Query result: 93
+2017-05-04 03:36:23,022 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:36:23,022 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:36:23,041 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 03:36:23,042 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:36:23,042 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 03:36:24,166 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:36:24,272 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:36:24,272 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/62a88825-89e3-4413-9035-96ddc1ade337/3195183b36184a31aa74a5ff3c659f84
+2017-05-04 03:36:24,329 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:24,460 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:24,461 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:24,474 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:24,476 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:24,482 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:24,484 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:25,018 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:25,116 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:25,116 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fa8842aa-05f9-4b8c-894a-98af2e4a4738/checklist/new/
+2017-05-04 03:36:25,197 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:25,197 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:25,236 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:25,237 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:25,238 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:36:25,399 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:25,533 DEBUG db_checklist 391 33826 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTq9X4g' order by create_time desc limit 1;
+2017-05-04 03:36:25,542 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:26,106 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:36:26,186 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:26,500 DEBUG db_cms 142 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:26,500 DEBUG db_cms 116 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:36:26,500 DEBUG db_cms 118 33824 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:26,507 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:36:26,511 DEBUG db_cms 64 33824 140735693222848 Query result: 10
+2017-05-04 03:36:26,511 DEBUG db_cms 148 33824 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STDVXMo', 'title_Of_Page_STDVXMo-slug', '', 'description_Of_Page_ST8rth7', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STDVXMo', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:26,515 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STDVXMo', 'title_Of_Page_STDVXMo-slug', '', 'description_Of_Page_ST8rth7', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STDVXMo', 'richtextpage', true, 10, 1);
+2017-05-04 03:36:26,519 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:26,520 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:26,520 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:26,524 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:26,525 DEBUG db_cms 64 33824 140735693222848 Query result: 94
+2017-05-04 03:36:26,525 DEBUG db_cms 152 33824 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:36:26,526 DEBUG db_cms 154 33824 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (94, '<p>description_Of_Page_ST8rth7</p>');
+2017-05-04 03:36:26,529 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (94, '<p>description_Of_Page_ST8rth7</p>');
+2017-05-04 03:36:26,532 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:26,608 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:36:26,608 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/958f238a-5d57-4927-8129-beff171484b0/755a976064a147b681ec4020028bb48e
+2017-05-04 03:36:26,642 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:26,713 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:26,722 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:26,723 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:26,726 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:26,728 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:26,732 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:26,733 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:26,752 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:36:26,854 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:36:26,863 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:26,891 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:27,408 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:36:27,478 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:27,479 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/68773cf7-91d9-4adf-911f-853aa779b05a/checklist/new/
+2017-05-04 03:36:27,605 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:27,605 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:27,636 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:27,691 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:27,691 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:27,691 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:36:27,921 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:36:28,025 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:36:28,025 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:36:28,046 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 03:36:28,048 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:36:28,048 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 03:36:28,151 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:28,439 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:36:28,439 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:36:28,454 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 03:36:28,455 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:36:28,455 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 03:36:28,669 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:36:29,425 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:36:29,639 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:36:29,647 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:30,465 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:30,979 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:31,190 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:31,575 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:32,628 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:36:32,628 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:32,633 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:36:32,636 DEBUG db_cms 64 33824 140735693222848 Query result: 94
+2017-05-04 03:36:32,649 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:36:32,649 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f62162af-06eb-4af4-899d-d621b2063412/43af887aa0df4246a64c0829a0eeb655
+2017-05-04 03:36:32,663 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:36:32,664 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:36:32,678 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 03:36:32,678 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:36:32,679 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 03:36:32,716 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:32,860 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:36:32,861 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:36:32,867 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:32,869 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:32,876 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:32,878 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:33,102 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:36:33,103 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5672eb6d-3c36-47ca-9da1-47ea6979ef41/fe0a02264f284c8ba2b24ebeabb80baf
+2017-05-04 03:36:33,154 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:33,273 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:33,273 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:33,280 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:33,282 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:33,286 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:33,288 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:33,458 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:33,458 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/84d14316-e0ff-4b02-9018-5d215bca1a9e/checklist/new/
+2017-05-04 03:36:33,554 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:36:33,555 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:36:33,609 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:33,609 DEBUG test_dashboard_feature 70 33825 140735693222848 Login with standard user STn9yTQ@intl.att.com
+2017-05-04 03:36:33,610 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:33,610 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:36:33,793 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:33,998 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:33,998 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/03e09fd6-6fdc-4cbb-980c-13a241a2d1a6/checklist/new/
+2017-05-04 03:36:34,096 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:34,096 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:34,134 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:34,134 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:34,134 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:36:34,310 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:34,602 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:36:34,843 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:36:34,843 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:36:34,859 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 03:36:34,860 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:36:34,860 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 03:36:35,007 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:36:35,125 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:35,238 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:36:35,410 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:36:35,422 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:35,686 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:36:35,864 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:36:35,872 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:36,056 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:36,574 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:36,882 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STJRXVI
+2017-05-04 03:36:36,882 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJRXVI', 'title_Announcement_STJRXVI-slug', '', 'description_Announcement_STcqg0h', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STcqg0h</p>', true, '', 1, 1);
+2017-05-04 03:36:36,889 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJRXVI', 'title_Announcement_STJRXVI-slug', '', 'description_Announcement_STcqg0h', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STcqg0h</p>', true, '', 1, 1);
+2017-05-04 03:36:36,900 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:36,900 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:36:36,900 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:36:36,907 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:36:36,910 DEBUG db_cms 64 33824 140735693222848 Query result: 190
+2017-05-04 03:36:36,910 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:36:36,910 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:36:36,915 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:36:36,918 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:36:36,918 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 190
+2017-05-04 03:36:36,919 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (190, 2);
+2017-05-04 03:36:36,923 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (190, 2);
+2017-05-04 03:36:36,932 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:36,981 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:37,075 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:36:37,076 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fa117d0a-1525-494b-bc11-08a135c87e0b/56466c976f9e4cf3ac99de25e0a1576c
+2017-05-04 03:36:37,133 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:37,260 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:37,260 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:37,264 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:37,266 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:37,267 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:36:37,267 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:36:37,267 DEBUG fe_user 161 33825 140735693222848 Adding new next step (via api) and assigning it to user STIA5bT
+2017-05-04 03:36:37,267 DEBUG api_virtual_function 25 33825 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/84d14316-e0ff-4b02-9018-5d215bca1a9e/nextsteps
+2017-05-04 03:36:37,271 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:37,272 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:37,429 DEBUG api_virtual_function 40 33825 140735693222848 Next step was added to the engagement!
+2017-05-04 03:36:37,429 DEBUG fe_user 163 33825 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 03:36:37,496 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:37,740 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:37,741 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d019ec8c-9cef-41aa-a3b6-cd4a5cc048ec/checklist/new/
+2017-05-04 03:36:37,810 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:37,811 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:37,844 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:37,845 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:37,845 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:36:37,977 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:38,203 DEBUG fe_user 165 33825 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 03:36:38,821 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:38,948 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:36:39,361 DEBUG fe_dashboard 203 33825 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 03:36:39,382 DEBUG fe_dashboard 213 33825 140735693222848 > Check if creator of NS is the EL Donald Duck
+2017-05-04 03:36:39,415 DEBUG fe_overview 38 33825 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 03:36:39,419 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:39,632 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:36:39,632 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0a299be-7022-41cf-bc4e-05914346eb4b/f826cad6d59d4cb18bf23b602e47bef7
+2017-05-04 03:36:39,672 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:39,681 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:36:39,756 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:39,757 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:39,761 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:39,762 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:39,766 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:39,767 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:39,792 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:36:39,797 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:40,246 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:40,247 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3e9bf621-9bf6-43e8-8785-74522ddf3913/checklist/new/
+2017-05-04 03:36:40,308 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:40,357 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:36:40,358 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:36:40,394 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:40,394 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:40,394 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:36:40,791 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:41,264 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:36:41,521 DEBUG fe_overview 43 33825 140735693222848 Login with EL user dd1122@att.com
+2017-05-04 03:36:41,521 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:41,521 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:36:41,553 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:36:41,553 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:36:41,569 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 03:36:41,569 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:36:41,569 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 03:36:41,717 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:36:41,717 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:36:41,739 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 03:36:41,740 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:36:41,740 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 03:36:41,939 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:36:42,068 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:36:42,077 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:42,331 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:36:43,072 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:36:43,220 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:36:43,227 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:43,373 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:43,744 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:43,895 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:44,415 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:44,523 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:44,677 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:44,956 DEBUG db_general 66 33827 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 03:36:44,960 DEBUG db_general 78 33827 140735693222848 Query result: None
+2017-05-04 03:36:44,966 DEBUG db_general 66 33827 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 03:36:44,970 DEBUG db_general 78 33827 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 03:36:44,975 DEBUG db_general 108 33827 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 03:36:44,981 DEBUG db_general 112 33827 140735693222848 Update query success!
+2017-05-04 03:36:44,988 DEBUG db_general 108 33827 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 03:36:44,996 DEBUG db_general 112 33827 140735693222848 Update query success!
+2017-05-04 03:36:45,001 DEBUG db_general 66 33827 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:36:45,005 DEBUG db_general 78 33827 140735693222848 Query result: STiudvz@intl.att.com
+2017-05-04 03:36:45,032 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:45,041 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:45,567 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:36:45,570 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:36:45,573 DEBUG db_general 66 33825 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 03:36:45,578 DEBUG db_general 78 33825 140735693222848 Query result: 649
+2017-05-04 03:36:45,579 DEBUG fe_overview 51 33825 140735693222848 el_assigned_ns=649
+2017-05-04 03:36:45,583 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:45,924 DEBUG db_cms 132 33824 140735693222848 Delete all posts
+2017-05-04 03:36:45,925 DEBUG db_cms 134 33824 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 03:36:45,930 DEBUG db_cms 28 33824 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 03:36:45,938 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:45,938 DEBUG db_cms 137 33824 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 03:36:45,946 DEBUG db_cms 28 33824 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 03:36:45,954 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:45,954 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_FAQSTuqJVF
+2017-05-04 03:36:45,954 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTuqJVF', 'title_FAQSTuqJVF-slug', '', 'description_FAQ_SToevaX', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_SToevaX</p>', true, '', 1, 1);
+2017-05-04 03:36:45,961 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTuqJVF', 'title_FAQSTuqJVF-slug', '', 'description_FAQ_SToevaX', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_SToevaX</p>', true, '', 1, 1);
+2017-05-04 03:36:45,965 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:45,965 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:36:45,965 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:36:45,970 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:36:45,973 DEBUG db_cms 64 33824 140735693222848 Query result: 191
+2017-05-04 03:36:45,974 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 03:36:45,974 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 03:36:45,985 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 03:36:45,987 DEBUG db_cms 64 33824 140735693222848 Query result: 3
+2017-05-04 03:36:45,988 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 191
+2017-05-04 03:36:45,988 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (191, 3);
+2017-05-04 03:36:45,992 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (191, 3);
+2017-05-04 03:36:45,996 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:46,104 DEBUG fe_overview 55 33825 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 03:36:46,113 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:36:46,113 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1aedeadd-853a-441f-a9c4-78e242343933/39708a4a177b4cc2bdef731999a317e5
+2017-05-04 03:36:46,167 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:46,319 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:46,319 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:46,328 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:46,331 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:46,355 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:46,357 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:46,452 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:36:46,452 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a1d71f42-205e-4f1e-855c-1d63f1ac1af0/a41e9b32505c49e692e58395bfc89676
+2017-05-04 03:36:46,458 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:36:46,459 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:36:46,483 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 03:36:46,484 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:36:46,484 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 03:36:46,502 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:46,672 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:46,673 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:46,680 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:46,682 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:46,689 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:46,691 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:47,281 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:47,282 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d28a86b6-8b16-42db-96ce-6f9dac356722/checklist/new/
+2017-05-04 03:36:47,526 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:36:47,526 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:36:47,548 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:47,549 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1960a654-6d6a-45ac-a803-4f2e6b8fbaeb/checklist/new/
+2017-05-04 03:36:47,586 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:47,586 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:47,586 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:36:47,676 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:36:47,677 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:36:47,730 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:47,730 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:47,731 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:36:48,203 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:48,561 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:36:48,709 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:36:48,859 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:49,041 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-392';
+2017-05-04 03:36:49,045 DEBUG db_general 188 33827 140735693222848 Query result: 3e9bf621-9bf6-43e8-8785-74522ddf3913
+2017-05-04 03:36:49,049 DEBUG db_user 49 33827 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '3e9bf621-9bf6-43e8-8785-74522ddf3913' and email = 'STiudvz@intl.att.com' ;
+2017-05-04 03:36:49,051 DEBUG fe_general 37 33827 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=3fb37709-27d7-49e0-9105-9c3416484dab
+2017-05-04 03:36:49,201 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:36:49,354 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:36:49,362 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:49,374 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:36:49,533 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:36:49,540 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:49,904 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:49,913 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:49,914 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:36:50,182 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:50,236 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:36:50,237 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6653e21-27ac-4a68-ae98-1fe2ec9ced76/32135b34a46c41518dcb71cae37b34cf
+2017-05-04 03:36:50,279 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:50,381 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:36:50,382 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:36:50,385 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:36:50,387 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:36:50,391 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:36:50,392 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:36:50,422 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:50,622 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:36:50,622 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/478479f1-4ebf-44b7-a7fc-18bf5365168c/checklist/new/
+2017-05-04 03:36:50,689 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:36:50,689 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:36:50,696 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:50,722 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:36:50,723 DEBUG test_dashboard_feature 83 33825 140735693222848 About to login with EL and add VFC
+2017-05-04 03:36:50,723 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:50,723 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:36:50,920 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:36:50,970 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:36:50,971 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:36:50,986 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 03:36:50,987 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:36:50,987 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 03:36:51,220 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STHa43c';
+2017-05-04 03:36:51,223 DEBUG db_general 188 33826 140735693222848 Query result: 1960a654-6d6a-45ac-a803-4f2e6b8fbaeb
+2017-05-04 03:36:51,227 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STHa43c';
+2017-05-04 03:36:51,230 DEBUG db_general 188 33826 140735693222848 Query result: 1960a654-6d6a-45ac-a803-4f2e6b8fbaeb
+2017-05-04 03:36:51,234 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1960a654-6d6a-45ac-a803-4f2e6b8fbaeb';
+2017-05-04 03:36:51,238 DEBUG db_general 188 33826 140735693222848 Query result: 2017-394
+2017-05-04 03:36:51,243 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-394';
+2017-05-04 03:36:51,245 DEBUG db_general 188 33826 140735693222848 Query result: 142
+2017-05-04 03:36:51,255 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1960a654-6d6a-45ac-a803-4f2e6b8fbaeb';
+2017-05-04 03:36:51,258 DEBUG db_general 188 33826 140735693222848 Query result: 2017-394
+2017-05-04 03:36:51,264 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:51,579 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:36:51,624 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:36:51,723 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:36:51,730 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=3fb37709-27d7-49e0-9105-9c3416484dab page is loaded.
+2017-05-04 03:36:52,182 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:52,388 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:36:52,458 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:52,569 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:36:52,581 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:52,805 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:52,979 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:53,327 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:53,583 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:53,642 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:54,086 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:54,101 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:54,115 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:36:54,832 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:54,833 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:36:55,280 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_NewsSTCVDkz
+2017-05-04 03:36:55,281 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTCVDkz', 'title_NewsSTCVDkz-slug', '', 'description_NewsSTk8dgJ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTk8dgJ</p>', true, '', 1, 1);
+2017-05-04 03:36:55,287 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTCVDkz', 'title_NewsSTCVDkz-slug', '', 'description_NewsSTk8dgJ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTk8dgJ</p>', true, '', 1, 1);
+2017-05-04 03:36:55,296 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:55,297 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:36:55,297 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:36:55,303 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:36:55,305 DEBUG db_cms 64 33824 140735693222848 Query result: 192
+2017-05-04 03:36:55,305 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: News
+2017-05-04 03:36:55,306 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:36:55,311 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:36:55,314 DEBUG db_cms 64 33824 140735693222848 Query result: 1
+2017-05-04 03:36:55,314 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 192
+2017-05-04 03:36:55,314 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (192, 1);
+2017-05-04 03:36:55,322 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (192, 1);
+2017-05-04 03:36:55,331 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:36:55,463 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:36:55,463 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/00d94597-4b38-42a3-bdd1-672f06e3f221/f03554accded4af19a9e14fefaea27f3
+2017-05-04 03:36:55,506 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:36:55,506 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:36:55,507 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:36:55,689 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:36:56,120 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:36:56,215 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:56,350 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:36:56,437 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:36:56,444 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:56,567 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:36:56,634 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:36:56,731 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:57,064 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:57,270 DEBUG db_general 66 33827 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:36:57,272 DEBUG db_general 78 33827 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 03:36:57,276 DEBUG db_general 108 33827 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STZbuSt' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 03:36:57,286 DEBUG db_general 112 33827 140735693222848 Update query success!
+2017-05-04 03:36:57,286 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:36:57,286 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:36:57,302 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 03:36:57,303 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:36:57,303 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 03:36:57,324 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:36:57,434 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:36:57,439 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:36:57,593 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:58,057 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:58,453 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:58,617 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:36:58,965 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:36:59,218 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:36:59,374 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:36:59,374 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:36:59,396 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 03:36:59,397 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:36:59,397 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 03:36:59,890 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:00,170 DEBUG fe_dashboard 172 33825 140735693222848 Login with user STiudvz@intl.att.com
+2017-05-04 03:37:00,171 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:00,172 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:37:01,137 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:37:01,404 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:37:01,404 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/88bd8bda-83cf-4843-af70-8c8af85b29c8/b78af6cf29d64d13a4ce18b5105ab5c5
+2017-05-04 03:37:01,437 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:01,504 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:37:01,505 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:37:01,510 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:01,512 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:01,515 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:01,517 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:01,777 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:01,801 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:37:01,904 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:37:01,908 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:02,098 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:02,099 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c97d1418-784b-4d4a-87a2-e98ab91e1452/checklist/new/
+2017-05-04 03:37:02,288 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:37:02,288 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:37:02,337 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:02,337 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:02,338 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:37:02,583 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:02,965 DEBUG db_cms 142 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:37:02,965 DEBUG db_cms 116 33824 140735693222848 Retrive id of documentation page:
+2017-05-04 03:37:02,965 DEBUG db_cms 118 33824 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:37:02,971 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:37:02,976 DEBUG db_cms 64 33824 140735693222848 Query result: 10
+2017-05-04 03:37:02,976 DEBUG db_cms 148 33824 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqHDEJ', 'title_Of_Page_STqHDEJ-slug', '', 'description_Of_Page_STrGe4I', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqHDEJ', 'richtextpage', true, 10, 1);
+2017-05-04 03:37:02,982 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqHDEJ', 'title_Of_Page_STqHDEJ-slug', '', 'description_Of_Page_STrGe4I', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqHDEJ', 'richtextpage', true, 10, 1);
+2017-05-04 03:37:02,985 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:02,986 DEBUG db_cms 124 33824 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:37:02,986 DEBUG db_cms 126 33824 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:37:02,990 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:37:02,992 DEBUG db_cms 64 33824 140735693222848 Query result: 95
+2017-05-04 03:37:02,992 DEBUG db_cms 152 33824 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:37:02,992 DEBUG db_cms 154 33824 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (95, '<p>description_Of_Page_STrGe4I</p>');
+2017-05-04 03:37:02,996 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (95, '<p>description_Of_Page_STrGe4I</p>');
+2017-05-04 03:37:02,999 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:03,086 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:37:03,087 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f7218842-1ee8-4e4e-bd80-13c40ff65e04/df0d1b75306c4739ac3bf5787375aa3c
+2017-05-04 03:37:03,109 DEBUG fe_dashboard 174 33825 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:37:03,129 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:03,199 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:37:03,215 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:37:03,215 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:37:03,219 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:03,221 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:03,224 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:03,226 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:03,506 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:03,507 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6b2b1e2e-e36a-4b9a-bbdf-8683ced16a40/checklist/new/
+2017-05-04 03:37:03,575 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:37:03,575 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:37:03,609 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:03,609 DEBUG test_cms_news_and_announcementsion 60 33824 140735693222848 About to login with EL and add VFC
+2017-05-04 03:37:03,609 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:03,716 DEBUG fe_dashboard 179 33825 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:37:03,842 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:37:03,965 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:37:03,970 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:04,334 DEBUG test_cms_news_and_announcementsion 65 33824 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:37:04,334 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:04,334 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:04,562 DEBUG fe_dashboard 181 33825 140735693222848 Search engagement by VF name
+2017-05-04 03:37:04,790 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:05,308 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:05,344 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:05,750 DEBUG fe_dashboard 186 33825 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:37:05,996 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:06,102 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:06,107 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:06,506 DEBUG fe_dashboard 188 33825 140735693222848 Search engagement by VFC
+2017-05-04 03:37:07,028 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:07,544 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:07,906 DEBUG fe_dashboard 193 33825 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:37:08,192 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:08,736 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:37:08,776 DEBUG fe_dashboard 195 33825 140735693222848 Negative search: search by random string
+2017-05-04 03:37:09,247 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:37:09,789 DEBUG fe_cms 63 33824 140735693222848 Search Documentation by title
+2017-05-04 03:37:09,915 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:09,930 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:10,482 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:10,722 DEBUG fe_dashboard 172 33825 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:37:10,722 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:10,722 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:37:10,748 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_create_new_checklist
+2017-05-04 03:37:10,754 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:37:10,754 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:37:10,783 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 03:37:10,784 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:37:10,784 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 03:37:11,025 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:37:11,026 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:37:11,057 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 03:37:11,058 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:37:11,058 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 03:37:11,534 DEBUG fe_cms 68 33824 140735693222848 Documentation found (searched by title)
+2017-05-04 03:37:11,534 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:11,564 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:37:12,276 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:37:12,437 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:37:12,443 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:12,705 DEBUG test_cms_news_and_announcementsion 65 33824 140735693222848 Login with user dd1122@att.com
+2017-05-04 03:37:12,706 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:12,707 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:12,958 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:13,530 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:13,723 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:13,903 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:14,047 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:14,196 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:14,385 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:14,487 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:14,492 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:14,577 DEBUG fe_dashboard 174 33825 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:37:15,202 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:37:15,203 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/26a01610-4295-425d-883a-d7f1c1311f80/f229728550a94b959884127c1b1d45f2
+2017-05-04 03:37:15,267 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:15,280 DEBUG fe_dashboard 179 33825 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:37:15,417 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:37:15,417 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:37:15,424 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:15,428 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:15,438 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:15,442 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:15,450 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:15,568 DEBUG db_general 66 33827 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:37:15,583 DEBUG db_general 78 33827 140735693222848 Query result: ['e0196baa-fb8f-4223-8dca-4e59ad0a0cad', '2017-263', 'STRhuZD', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:37:15,591 DEBUG db_general 90 33827 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 03:37:15,593 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:37:15,600 DEBUG db_general 90 33827 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('bd88866f-1963-416c-9bd8-a44d85d85442', 'AIC', '793', 'TRUE', 0);
+2017-05-04 03:37:15,608 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:37:15,608 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:15,608 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:37:15,893 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:15,894 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/06e4e0a6-ab05-48a5-8c1b-4d1c864152e3/checklist/new/
+2017-05-04 03:37:15,969 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:16,015 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:37:16,015 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:37:16,125 DEBUG fe_dashboard 181 33825 140735693222848 Search engagement by VF name
+2017-05-04 03:37:16,179 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:16,180 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:16,180 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:37:16,556 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:37:16,673 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:17,118 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:37:17,203 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:37:17,251 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:37:17,351 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:37:17,358 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:17,726 DEBUG fe_dashboard 186 33825 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:37:17,761 DEBUG fe_cms 63 33824 140735693222848 Search Documentation by title
+2017-05-04 03:37:17,805 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:37:17,970 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:37:17,982 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:18,169 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:18,502 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:18,684 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:19,013 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:19,126 DEBUG fe_dashboard 188 33825 140735693222848 Search engagement by VFC
+2017-05-04 03:37:19,402 DEBUG fe_cms 68 33824 140735693222848 Documentation found (searched by title)
+2017-05-04 03:37:19,402 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:19,538 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:37:19,541 DEBUG db_general 188 33826 140735693222848 Query result: a4248028-fbdc-4052-ad58-5143634ffe46
+2017-05-04 03:37:19,548 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:37:19,552 DEBUG db_general 188 33826 140735693222848 Query result: 06e4e0a6-ab05-48a5-8c1b-4d1c864152e3
+2017-05-04 03:37:19,556 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:37:19,559 DEBUG db_general 188 33826 140735693222848 Query result: 06e4e0a6-ab05-48a5-8c1b-4d1c864152e3
+2017-05-04 03:37:19,564 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '06e4e0a6-ab05-48a5-8c1b-4d1c864152e3';
+2017-05-04 03:37:19,566 DEBUG db_general 188 33826 140735693222848 Query result: 2017-398
+2017-05-04 03:37:19,571 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-398';
+2017-05-04 03:37:19,576 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:37:19,583 DEBUG fe_checklist 50 33826 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:37:19,586 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '06e4e0a6-ab05-48a5-8c1b-4d1c864152e3';
+2017-05-04 03:37:19,588 DEBUG db_general 188 33826 140735693222848 Query result: 2017-398
+2017-05-04 03:37:19,623 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:19,820 DEBUG fe_dashboard 193 33825 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:37:20,182 DEBUG test_cms_news_and_announcementsion 65 33824 140735693222848 Login with user ST3foGS@intl.att.com
+2017-05-04 03:37:20,182 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:20,183 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:20,695 DEBUG fe_dashboard 195 33825 140735693222848 Negative search: search by random string
+2017-05-04 03:37:21,049 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:21,211 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:21,560 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:21,894 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:21,900 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:22,001 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:22,006 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:22,091 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:22,438 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:22,501 DEBUG db_general 90 33827 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='bd88866f-1963-416c-9bd8-a44d85d85442'
+2017-05-04 03:37:22,511 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:37:22,515 DEBUG db_general 90 33827 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 03:37:22,517 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:37:22,517 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:37:22,517 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:37:22,525 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:22,533 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 03:37:22,533 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:37:22,533 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 03:37:22,836 DEBUG fe_dashboard 172 33825 140735693222848 Login with user STMWOPx@intl.att.com
+2017-05-04 03:37:22,837 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:22,837 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:37:22,952 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=a4248028-fbdc-4052-ad58-5143634ffe46&inviter_uuid=26a01610-4295-425d-883a-d7f1c1311f80&email=automationqattST6FSzu@gmail.com
+2017-05-04 03:37:23,715 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:37:24,182 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:37:24,387 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:37:24,496 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:37:24,502 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:24,834 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:24,857 DEBUG fe_cms 63 33824 140735693222848 Search Documentation by title
+2017-05-04 03:37:24,926 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:25,105 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:25,614 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:25,615 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:37:25,729 DEBUG fe_dashboard 174 33825 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:37:26,215 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:37:26,215 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a1f570b8-1bb6-49b9-afa2-edeb60aeb365/f396c93ac7fb4280bb6323f83998410c
+2017-05-04 03:37:26,253 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:26,326 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:37:26,326 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:37:26,331 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:26,333 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:26,336 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:26,340 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:26,421 DEBUG fe_dashboard 179 33825 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:37:26,441 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:37:26,741 DEBUG fe_cms 68 33824 140735693222848 Documentation found (searched by title)
+2017-05-04 03:37:26,741 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:26,777 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:26,777 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f783e0cf-3f60-45c8-bcb0-9d20a6622a04/checklist/new/
+2017-05-04 03:37:26,864 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:37:26,864 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:37:26,904 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:26,905 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:26,905 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:37:27,106 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:37:27,254 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:37:27,260 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:27,352 DEBUG fe_dashboard 181 33825 140735693222848 Search engagement by VF name
+2017-05-04 03:37:27,527 DEBUG test_cms_news_and_announcementsion 65 33824 140735693222848 Login with user admin@att.com
+2017-05-04 03:37:27,528 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:27,528 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:27,877 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:37:28,006 DEBUG fe_dashboard 186 33825 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:37:28,104 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:28,340 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:28,544 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:37:28,671 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:37:28,676 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:28,747 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:28,879 DEBUG fe_dashboard 188 33825 140735693222848 Search engagement by VFC
+2017-05-04 03:37:28,993 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:29,136 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:29,142 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:29,485 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:29,569 DEBUG fe_dashboard 193 33825 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:37:29,652 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:29,981 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:29,999 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:30,170 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:30,494 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:30,511 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:30,596 DEBUG fe_dashboard 195 33825 140735693222848 Negative search: search by random string
+2017-05-04 03:37:31,139 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:31,656 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:37:32,235 DEBUG fe_cms 63 33824 140735693222848 Search Documentation by title
+2017-05-04 03:37:32,250 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:32,730 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:33,133 DEBUG fe_dashboard 172 33825 140735693222848 Login with user admin@att.com
+2017-05-04 03:37:33,134 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:33,134 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:37:33,265 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STFS3VW';
+2017-05-04 03:37:33,269 DEBUG db_general 188 33826 140735693222848 Query result: 38082c21-497a-4b3e-8ed7-3f97bb3bc80b
+2017-05-04 03:37:33,274 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where uuid = '38082c21-497a-4b3e-8ed7-3f97bb3bc80b' order by update_time desc limit 1;
+2017-05-04 03:37:33,280 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:33,283 DEBUG db_general 177 33826 140735693222848 Query : select template_id from ice_checklist Where name = 'STFS3VW';
+2017-05-04 03:37:33,285 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:37:33,345 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:33,877 DEBUG test_detailed_view 34 33827 140735693222848 Add Deployment Target
+2017-05-04 03:37:33,917 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:37:34,062 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:34,062 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:37:34,239 DEBUG fe_cms 68 33824 140735693222848 Documentation found (searched by title)
+2017-05-04 03:37:34,240 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:34,441 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:34,793 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:37:34,891 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:37:34,895 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:34,911 DEBUG test_cms_news_and_announcementsion 65 33824 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:37:34,911 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:34,911 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:34,952 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:35,168 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:37:35,488 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:35,497 DEBUG test_detailed_view 36 33827 140735693222848 Add VFC no.1
+2017-05-04 03:37:35,729 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:35,833 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:37:35,929 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:37:35,934 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:36,003 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:36,369 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:36,502 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:36,507 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:36,530 DEBUG fe_dashboard 174 33825 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:37:36,669 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:37,099 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:37,163 DEBUG fe_dashboard 179 33825 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:37:37,210 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:37,213 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:37,611 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:37,863 DEBUG fe_detailed_view 101 33827 140735693222848 Add VFC no.2
+2017-05-04 03:37:38,262 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:38,459 DEBUG fe_dashboard 181 33825 140735693222848 Search engagement by VF name
+2017-05-04 03:37:38,472 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:38,856 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:37:39,087 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STFS3VW';
+2017-05-04 03:37:39,090 DEBUG db_general 188 33826 140735693222848 Query result: 38082c21-497a-4b3e-8ed7-3f97bb3bc80b
+2017-05-04 03:37:39,094 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:39,099 DEBUG fe_dashboard 186 33825 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:37:39,398 DEBUG fe_cms 63 33824 140735693222848 Search Documentation by title
+2017-05-04 03:37:39,793 DEBUG fe_dashboard 188 33825 140735693222848 Search engagement by VFC
+2017-05-04 03:37:39,982 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:40,501 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:40,888 DEBUG fe_dashboard 193 33825 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:37:41,011 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'ST2F5vP';
+2017-05-04 03:37:41,014 DEBUG db_general 188 33827 140735693222848 Query result: 42f241f5-f1fd-473c-9a51-f6fcb3fba63c
+2017-05-04 03:37:41,065 DEBUG fe_cms 68 33824 140735693222848 Documentation found (searched by title)
+2017-05-04 03:37:41,065 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:37:41,066 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:37:41,089 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 03:37:41,089 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:37:41,090 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 03:37:41,132 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:41,479 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:37:41,482 DEBUG db_general 188 33826 140735693222848 Query result: 06e4e0a6-ab05-48a5-8c1b-4d1c864152e3
+2017-05-04 03:37:41,494 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '06e4e0a6-ab05-48a5-8c1b-4d1c864152e3';
+2017-05-04 03:37:41,498 DEBUG db_general 188 33826 140735693222848 Query result: 2017-398
+2017-05-04 03:37:41,502 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-398';
+2017-05-04 03:37:41,504 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:37:41,754 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:37:41,754 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:37:41,774 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 03:37:41,774 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:37:41,774 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 03:37:43,239 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:37:43,490 DEBUG fe_dashboard 195 33825 140735693222848 Negative search: search by random string
+2017-05-04 03:37:44,218 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:44,251 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:44,904 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:44,987 DEBUG fe_dashboard 172 33825 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:37:44,988 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:44,988 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:37:45,342 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:37:45,433 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STbDyBA
+2017-05-04 03:37:45,433 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STbDyBA', 'title_Announcement_STbDyBA-slug', '', 'description_Announcement_STy5Olt', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STy5Olt</p>', true, '', 1, 1);
+2017-05-04 03:37:45,439 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STbDyBA', 'title_Announcement_STbDyBA-slug', '', 'description_Announcement_STy5Olt', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STy5Olt</p>', true, '', 1, 1);
+2017-05-04 03:37:45,451 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,452 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:45,452 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,459 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,461 DEBUG db_cms 64 33824 140735693222848 Query result: 193
+2017-05-04 03:37:45,462 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:37:45,462 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,468 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,471 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:37:45,471 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 193
+2017-05-04 03:37:45,471 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (193, 2);
+2017-05-04 03:37:45,476 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (193, 2);
+2017-05-04 03:37:45,479 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,480 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_SThD30i
+2017-05-04 03:37:45,480 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThD30i', 'title_Announcement_SThD30i-slug', '', 'description_Announcement_STTdFc8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STTdFc8</p>', true, '', 1, 1);
+2017-05-04 03:37:45,484 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThD30i', 'title_Announcement_SThD30i-slug', '', 'description_Announcement_STTdFc8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STTdFc8</p>', true, '', 1, 1);
+2017-05-04 03:37:45,493 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,494 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:45,494 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,498 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,501 DEBUG db_cms 64 33824 140735693222848 Query result: 194
+2017-05-04 03:37:45,502 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:37:45,502 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,508 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,510 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:37:45,510 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 194
+2017-05-04 03:37:45,510 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (194, 2);
+2017-05-04 03:37:45,514 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (194, 2);
+2017-05-04 03:37:45,518 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,518 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STPMhet
+2017-05-04 03:37:45,518 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STPMhet', 'title_Announcement_STPMhet-slug', '', 'description_Announcement_STKW4nw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STKW4nw</p>', true, '', 1, 1);
+2017-05-04 03:37:45,522 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STPMhet', 'title_Announcement_STPMhet-slug', '', 'description_Announcement_STKW4nw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STKW4nw</p>', true, '', 1, 1);
+2017-05-04 03:37:45,524 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,525 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:45,525 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,529 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,531 DEBUG db_cms 64 33824 140735693222848 Query result: 195
+2017-05-04 03:37:45,532 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:37:45,532 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,537 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,539 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:37:45,540 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 195
+2017-05-04 03:37:45,540 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (195, 2);
+2017-05-04 03:37:45,544 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (195, 2);
+2017-05-04 03:37:45,546 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,547 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STJGoVE
+2017-05-04 03:37:45,547 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJGoVE', 'title_Announcement_STJGoVE-slug', '', 'description_Announcement_ST13PN6', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST13PN6</p>', true, '', 1, 1);
+2017-05-04 03:37:45,551 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJGoVE', 'title_Announcement_STJGoVE-slug', '', 'description_Announcement_ST13PN6', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST13PN6</p>', true, '', 1, 1);
+2017-05-04 03:37:45,554 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,555 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:45,555 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,559 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,561 DEBUG db_cms 64 33824 140735693222848 Query result: 196
+2017-05-04 03:37:45,561 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:37:45,561 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,566 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,568 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:37:45,568 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 196
+2017-05-04 03:37:45,568 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (196, 2);
+2017-05-04 03:37:45,572 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (196, 2);
+2017-05-04 03:37:45,575 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,575 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STPvTHp
+2017-05-04 03:37:45,576 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STPvTHp', 'title_Announcement_STPvTHp-slug', '', 'description_Announcement_STfQXDw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfQXDw</p>', true, '', 1, 1);
+2017-05-04 03:37:45,579 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STPvTHp', 'title_Announcement_STPvTHp-slug', '', 'description_Announcement_STfQXDw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfQXDw</p>', true, '', 1, 1);
+2017-05-04 03:37:45,589 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,589 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:45,589 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,595 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,597 DEBUG db_cms 64 33824 140735693222848 Query result: 197
+2017-05-04 03:37:45,597 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:37:45,598 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,603 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,605 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:37:45,605 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 197
+2017-05-04 03:37:45,606 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (197, 2);
+2017-05-04 03:37:45,610 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (197, 2);
+2017-05-04 03:37:45,612 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,613 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STbwJS5
+2017-05-04 03:37:45,613 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STbwJS5', 'title_Announcement_STbwJS5-slug', '', 'description_Announcement_STvQc7T', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STvQc7T</p>', true, '', 1, 1);
+2017-05-04 03:37:45,616 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STbwJS5', 'title_Announcement_STbwJS5-slug', '', 'description_Announcement_STvQc7T', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STvQc7T</p>', true, '', 1, 1);
+2017-05-04 03:37:45,620 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,621 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:45,621 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,626 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:37:45,628 DEBUG db_cms 64 33824 140735693222848 Query result: 198
+2017-05-04 03:37:45,628 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:37:45,628 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,632 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:37:45,635 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:37:45,636 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 198
+2017-05-04 03:37:45,636 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (198, 2);
+2017-05-04 03:37:45,641 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (198, 2);
+2017-05-04 03:37:45,645 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:37:45,826 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:37:45,826 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4da52742-6862-4d92-beba-86efe4895431/bf8652e2662043b1937310608cadeb00
+2017-05-04 03:37:45,882 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:45,893 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:37:46,031 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:37:46,031 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:37:46,035 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:46,039 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:46,047 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:46,051 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:46,072 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:46,233 DEBUG db_general 66 33827 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:37:46,247 DEBUG db_general 78 33827 140735693222848 Query result: ['e0196baa-fb8f-4223-8dca-4e59ad0a0cad', '2017-263', 'STRhuZD', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:37:46,251 DEBUG db_general 90 33827 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 03:37:46,253 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:37:46,259 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:46,259 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:37:46,321 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:46,321 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2dd7d2a4-6fab-46ae-94a9-de858e2288a2/checklist/new/
+2017-05-04 03:37:46,400 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:37:46,400 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:37:46,431 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:46,431 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:46,432 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:46,577 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:37:46,677 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:37:46,681 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:47,236 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:47,236 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:37:47,315 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:47,623 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:37:47,769 DEBUG fe_dashboard 174 33825 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:37:47,891 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:37:47,970 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:47,997 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:37:48,004 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:48,119 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:48,124 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:48,391 DEBUG fe_dashboard 179 33825 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:37:48,398 DEBUG db_checklist 58 33826 140735693222848 Query : select owner_id from ice_checklist Where uuid = '38082c21-497a-4b3e-8ed7-3f97bb3bc80b' and state = 'peer_review';
+2017-05-04 03:37:48,407 DEBUG db_checklist 73 33826 140735693222848 Query result: 2
+2017-05-04 03:37:48,416 DEBUG db_general 177 33826 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:37:48,427 DEBUG db_general 188 33826 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:37:48,427 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:48,428 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:37:48,721 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:48,937 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:49,236 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:49,511 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:37:49,667 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:49,978 DEBUG fe_dashboard 181 33825 140735693222848 Search engagement by VF name
+2017-05-04 03:37:50,194 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:37:50,307 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:37:50,312 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:50,460 DEBUG db_cms 194 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:37:50,460 DEBUG db_cms 196 33824 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STbwJS5' ;
+2017-05-04 03:37:50,464 DEBUG db_cms 42 33824 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STbwJS5' ;
+2017-05-04 03:37:50,473 DEBUG db_cms 46 33824 140735693222848 Update query success!
+2017-05-04 03:37:50,646 DEBUG fe_dashboard 186 33825 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:37:51,014 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:51,014 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:37:51,420 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:51,936 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:51,959 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:37:52,157 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:52,353 DEBUG fe_dashboard 188 33825 140735693222848 Search engagement by VFC
+2017-05-04 03:37:52,463 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:52,707 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:37:52,754 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:37:52,868 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:37:52,876 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:53,104 DEBUG fe_dashboard 193 33825 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:37:53,389 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:37:53,586 DEBUG db_general 90 33827 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 03:37:53,588 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:37:53,589 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:37:53,589 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:37:53,610 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 03:37:53,611 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:37:53,611 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 03:37:53,625 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:54,159 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STFS3VW';
+2017-05-04 03:37:54,162 DEBUG db_general 188 33826 140735693222848 Query result: 38082c21-497a-4b3e-8ed7-3f97bb3bc80b
+2017-05-04 03:37:54,167 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:37:54,409 DEBUG fe_dashboard 195 33825 140735693222848 Negative search: search by random string
+2017-05-04 03:37:55,127 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:37:55,128 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:37:55,148 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 03:37:55,149 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:37:55,149 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 03:37:55,972 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:56,476 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:37:56,480 DEBUG db_general 188 33826 140735693222848 Query result: 06e4e0a6-ab05-48a5-8c1b-4d1c864152e3
+2017-05-04 03:37:56,491 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '06e4e0a6-ab05-48a5-8c1b-4d1c864152e3';
+2017-05-04 03:37:56,501 DEBUG db_general 188 33826 140735693222848 Query result: 2017-398
+2017-05-04 03:37:56,506 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-398';
+2017-05-04 03:37:56,515 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:37:57,315 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:37:57,316 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2dc49d39-cc79-421e-acd4-ca5aee4919e2/7ff33c2b52de46fd82cb121d81834e35
+2017-05-04 03:37:57,348 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:37:57,365 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:57,400 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:37:57,454 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:37:57,455 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:37:57,460 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:57,461 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:57,465 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:57,466 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:57,731 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:57,732 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6a52be93-ea3b-451a-a5ae-2a6a7d6ab25b/checklist/new/
+2017-05-04 03:37:57,796 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:37:57,797 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:37:57,828 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:57,828 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:57,829 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:37:58,516 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:37:58,517 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/93fff347-a10e-43bf-aca9-376d721b0ace/faad2444de4e468093f8b11cce5093a6
+2017-05-04 03:37:58,552 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:37:58,637 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:37:58,637 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:37:58,641 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:37:58,645 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:37:58,652 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:37:58,653 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:37:58,703 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:37:58,961 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:37:58,961 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8a1d224-764e-4bf2-a329-0b34c8e17c5b/checklist/new/
+2017-05-04 03:37:59,032 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:37:59,032 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:37:59,051 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:37:59,051 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:37:59,066 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:37:59,067 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:37:59,067 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:37:59,067 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 03:37:59,068 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:37:59,068 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 03:37:59,327 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:37:59,369 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:37:59,531 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:37:59,540 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:37:59,921 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:00,055 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:00,057 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:38:00,435 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:00,569 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:00,759 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:38:00,877 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:38:00,883 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:01,457 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:01,882 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:01,990 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:38:02,416 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:02,587 DEBUG db_cms 79 33824 140735693222848 Insert new post : title_Announcement_STQoFrL
+2017-05-04 03:38:02,588 DEBUG db_cms 83 33824 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQoFrL', 'title_Announcement_STQoFrL-slug', '', 'description_Announcement_STYPwuQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STYPwuQ</p>', true, '', 1, 1);
+2017-05-04 03:38:02,596 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQoFrL', 'title_Announcement_STQoFrL-slug', '', 'description_Announcement_STYPwuQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STYPwuQ</p>', true, '', 1, 1);
+2017-05-04 03:38:02,605 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:38:02,605 DEBUG db_cms 92 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:38:02,605 DEBUG db_cms 94 33824 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:38:02,613 DEBUG db_cms 56 33824 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:38:02,615 DEBUG db_cms 64 33824 140735693222848 Query result: 199
+2017-05-04 03:38:02,615 DEBUG db_cms 71 33824 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:38:02,616 DEBUG db_cms 73 33824 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:38:02,619 DEBUG db_cms 56 33824 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:38:02,621 DEBUG db_cms 64 33824 140735693222848 Query result: 2
+2017-05-04 03:38:02,622 DEBUG db_cms 109 33824 140735693222848 bind category into inserted post: 199
+2017-05-04 03:38:02,622 DEBUG db_cms 111 33824 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (199, 2);
+2017-05-04 03:38:02,627 DEBUG db_cms 28 33824 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (199, 2);
+2017-05-04 03:38:02,635 DEBUG db_cms 32 33824 140735693222848 Insert query success!
+2017-05-04 03:38:02,714 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:38:02,714 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/54075a45-9d45-4727-99e7-ee5cc083d377/04d73aa86e6640479d620033df9ca7bf
+2017-05-04 03:38:02,749 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:02,845 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:02,845 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:02,850 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:02,852 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:02,858 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:02,860 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:03,057 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:03,208 DEBUG db_checklist 27 33826 140735693222848 Query : select owner_id from ice_checklist Where uuid = '38082c21-497a-4b3e-8ed7-3f97bb3bc80b' and state = 'approval';
+2017-05-04 03:38:03,211 DEBUG db_checklist 38 33826 140735693222848 Query result: 3
+2017-05-04 03:38:03,216 DEBUG db_general 177 33826 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 03:38:03,221 DEBUG db_general 188 33826 140735693222848 Query result: admin@att.com
+2017-05-04 03:38:03,221 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:03,221 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:38:03,309 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:03,541 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:03,542 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d6e38927-edcb-4bae-8993-d9ab216b5a8b/checklist/new/
+2017-05-04 03:38:03,571 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:03,631 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:03,631 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:03,665 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:03,666 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:03,666 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:38:03,820 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:04,006 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:38:04,553 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:38:04,657 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:38:04,661 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:38:04,662 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:38:04,685 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 03:38:04,686 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:38:04,686 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 03:38:04,804 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:38:04,818 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:05,173 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:05,265 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:38:05,336 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:05,431 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:38:05,442 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:05,692 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:05,883 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:06,118 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:06,406 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:06,542 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:06,645 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:06,932 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:07,069 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:38:07,071 DEBUG db_general 188 33825 140735693222848 Query result: 2
+2017-05-04 03:38:07,078 DEBUG db_user 227 33825 140735693222848 Query result: [(3,)]
+2017-05-04 03:38:07,079 DEBUG fe_dashboard 97 33825 140735693222848 Number of pages: 1
+2017-05-04 03:38:07,454 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-321
+2017-05-04 03:38:07,474 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-328
+2017-05-04 03:38:07,494 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-330
+2017-05-04 03:38:07,691 DEBUG fe_dashboard 106 33825 140735693222848 result right
+2017-05-04 03:38:07,691 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:38:07,691 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:38:07,707 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 03:38:07,707 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:38:07,707 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 03:38:07,824 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:07,872 DEBUG db_cms 194 33824 140735693222848 Get the id of the post inserted
+2017-05-04 03:38:07,872 DEBUG db_cms 196 33824 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STQoFrL' ;
+2017-05-04 03:38:07,878 DEBUG db_cms 42 33824 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STQoFrL' ;
+2017-05-04 03:38:07,888 DEBUG db_cms 46 33824 140735693222848 Update query success!
+2017-05-04 03:38:08,014 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:08,548 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STFS3VW';
+2017-05-04 03:38:08,551 DEBUG db_general 188 33826 140735693222848 Query result: 38082c21-497a-4b3e-8ed7-3f97bb3bc80b
+2017-05-04 03:38:08,556 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:09,503 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:38:09,504 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e5f50ad-52e0-4584-9a76-7952b25120e8/53a92318355f4fb8874a4064a23d2939
+2017-05-04 03:38:09,577 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:09,706 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:38:09,706 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:38:09,714 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:09,716 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:09,722 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:09,724 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:10,241 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:10,241 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/246188f1-1168-4358-a091-7558b28d2abe/checklist/new/
+2017-05-04 03:38:10,311 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:38:10,311 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:38:10,346 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:10,358 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:10,358 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:38:10,816 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:11,216 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:38:11,843 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:38:11,958 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:38:11,959 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c534c30-4995-4b5c-8507-dd033f417882/5fca90d22fe04568ad4651061511e939
+2017-05-04 03:38:11,971 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:38:11,978 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:12,000 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:12,085 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:12,086 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:12,090 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:12,091 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:12,095 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:12,096 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:12,489 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:12,591 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:12,591 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/10e12162-6a02-47ff-b0be-d1d2d5951b73/checklist/new/
+2017-05-04 03:38:12,657 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:12,658 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:12,691 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:12,691 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:12,691 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:38:13,533 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:38:14,180 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:38:14,280 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:38:14,285 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:14,308 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:14,329 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:38:14,329 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:38:14,349 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 03:38:14,350 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:38:14,350 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 03:38:14,826 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:15,197 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:15,712 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:16,162 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:38:16,162 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:38:16,178 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 03:38:16,178 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:38:16,178 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 03:38:16,236 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:16,628 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:17,098 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:17,612 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:17,965 DEBUG db_general 66 33824 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:38:17,967 DEBUG db_general 78 33824 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:38:18,048 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:38:18,048 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3416fdfe-e97b-4d86-bdfc-dc1e86f0fc05/ea9fd1010ed9458c8401ef9884d8cb11
+2017-05-04 03:38:18,079 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:18,185 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:18,185 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:18,191 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:18,194 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:18,204 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:18,206 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:18,413 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:18,944 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:18,944 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c84d7593-03f3-4969-8d5c-3ad226b99378/checklist/new/
+2017-05-04 03:38:19,030 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:19,030 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:19,067 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:19,067 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:19,067 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:38:19,100 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:19,608 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:38:19,609 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5b9c585-f83b-4ab9-8b1d-3461a4565968/ccecffbb474b4e79b51058bfb8970ebc
+2017-05-04 03:38:19,645 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:19,731 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:38:19,731 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:38:19,737 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:19,740 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:19,747 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:19,754 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:19,779 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:19,927 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:38:20,107 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:20,107 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/18d06148-4ba0-4f65-b684-0a70f4673ea8/checklist/new/
+2017-05-04 03:38:20,219 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:38:20,219 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:38:20,253 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:20,253 DEBUG fe_general 37 33827 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:38:20,299 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:20,568 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:38:20,685 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:38:20,691 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:20,827 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:38:20,830 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:38:20,840 DEBUG db_user 227 33825 140735693222848 Query result: [(0,)]
+2017-05-04 03:38:20,840 DEBUG fe_dashboard 97 33825 140735693222848 Number of pages: 1
+2017-05-04 03:38:20,892 DEBUG fe_detailed_view 133 33827 140735693222848 Login with user STmNBIH@intl.att.com
+2017-05-04 03:38:20,892 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:20,893 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:38:21,281 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-220
+2017-05-04 03:38:21,320 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-223
+2017-05-04 03:38:21,348 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-232
+2017-05-04 03:38:21,375 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-387
+2017-05-04 03:38:21,407 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-396
+2017-05-04 03:38:21,437 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-227
+2017-05-04 03:38:21,444 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:38:21,450 DEBUG db_general 188 33826 140735693222848 Query result: 06e4e0a6-ab05-48a5-8c1b-4d1c864152e3
+2017-05-04 03:38:21,456 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '06e4e0a6-ab05-48a5-8c1b-4d1c864152e3';
+2017-05-04 03:38:21,460 DEBUG db_general 188 33826 140735693222848 Query result: 2017-398
+2017-05-04 03:38:21,464 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-384
+2017-05-04 03:38:21,467 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-398';
+2017-05-04 03:38:21,470 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:38:21,489 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-392
+2017-05-04 03:38:21,568 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:21,723 DEBUG fe_dashboard 110 33825 140735693222848 numOfPage 1
+2017-05-04 03:38:21,751 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:21,945 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:38:22,088 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:22,415 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:38:22,415 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:38:22,434 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 03:38:22,434 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:38:22,434 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 03:38:22,680 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:38:22,810 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:38:22,818 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:23,288 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STtxHdr';
+2017-05-04 03:38:23,295 DEBUG db_general 188 33826 140735693222848 Query result: 06e4e0a6-ab05-48a5-8c1b-4d1c864152e3
+2017-05-04 03:38:23,308 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '06e4e0a6-ab05-48a5-8c1b-4d1c864152e3';
+2017-05-04 03:38:23,313 DEBUG db_general 188 33826 140735693222848 Query result: 2017-398
+2017-05-04 03:38:23,327 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-398';
+2017-05-04 03:38:23,333 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:38:23,344 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:23,395 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:23,865 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:23,909 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:24,420 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:24,733 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:25,128 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:25,995 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:38:25,995 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/05c6fb5a-7e4e-47d1-b700-22d5641da7d2/c3610a200f704b5ab430ffd6dd7d766c
+2017-05-04 03:38:26,028 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:26,112 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:26,112 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:26,117 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:26,119 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:26,128 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:26,130 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:26,246 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:26,759 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:26,818 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:26,818 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c029507c-2d94-4db3-b602-8c61f91d3440/checklist/new/
+2017-05-04 03:38:26,909 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:26,910 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:26,936 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:26,948 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:26,949 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:26,949 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:38:27,458 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:38:27,458 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:38:27,475 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 03:38:27,475 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:38:27,475 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 03:38:27,830 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:38:28,476 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:38:28,609 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:38:28,615 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:29,500 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:29,737 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:29,999 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:38:30,015 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:30,539 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:30,767 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:30,812 DEBUG db_general 66 33824 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:38:30,815 DEBUG db_general 78 33824 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:38:30,896 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:38:30,897 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d4530ebb-2ad7-48ba-a9dc-436347652187/6efdd985166e4fae989d3aa097e98fcb
+2017-05-04 03:38:30,927 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:31,014 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:31,014 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:31,019 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:31,021 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:31,025 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:31,027 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:31,333 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:31,379 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:31,414 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:31,414 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf9520ea-7f88-40e6-8821-22c5576234ef/checklist/new/
+2017-05-04 03:38:31,485 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:31,485 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:31,547 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:31,547 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:31,548 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:38:31,845 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:31,902 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:38:31,903 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:38:31,919 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 03:38:31,920 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:38:31,920 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 03:38:32,331 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:38:32,370 DEBUG fe_general 37 33827 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:38:33,024 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:38:33,173 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:38:33,183 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:33,391 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:33,398 DEBUG fe_detailed_view 133 33827 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:38:33,398 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:33,399 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:38:33,976 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:34,137 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:34,324 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:38:34,655 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:34,750 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:34,982 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:38:35,023 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:35,077 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:38:35,083 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:35,305 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:38:35,309 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:38:35,320 DEBUG db_user 227 33825 140735693222848 Query result: [(4,)]
+2017-05-04 03:38:35,320 DEBUG fe_dashboard 97 33825 140735693222848 Number of pages: 1
+2017-05-04 03:38:35,783 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-346
+2017-05-04 03:38:35,812 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-354
+2017-05-04 03:38:35,842 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-343
+2017-05-04 03:38:35,863 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:35,879 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-353
+2017-05-04 03:38:35,924 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:36,228 DEBUG fe_dashboard 106 33825 140735693222848 result right
+2017-05-04 03:38:36,228 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:38:36,228 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:38:36,244 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 03:38:36,244 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:38:36,244 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 03:38:36,376 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:36,438 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:36,787 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:38:36,788 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9abc7b93-9290-4c26-ab86-439c4d48b8a3/8ee12f1bd8574459ab6e9162ee778d54
+2017-05-04 03:38:36,840 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:36,943 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:38:36,944 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:38:36,957 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:36,960 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:36,968 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:36,969 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:37,593 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:37,593 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/440354d6-9cda-49de-b553-b61e2e172f2f/checklist/new/
+2017-05-04 03:38:37,685 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:38:37,685 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:38:37,734 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:37,735 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:37,735 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:38:37,833 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:38,659 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:38,707 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:38,716 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:38:38,840 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:39,227 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:39,357 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:39,419 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:38:39,541 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:38:39,546 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:39,891 DEBUG db_general 66 33824 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 03:38:39,897 DEBUG db_general 78 33824 140735693222848 Query result: None
+2017-05-04 03:38:39,897 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:38:39,897 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:38:39,916 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 03:38:39,917 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:38:39,917 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 03:38:39,973 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:38:39,974 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a2bb565-f198-4e1d-bd7c-eb9fd2067847/c0937c9cebfe4abd822f3156b2076a74
+2017-05-04 03:38:40,021 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:40,060 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:40,116 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:40,116 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:40,121 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:40,123 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:40,127 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:40,129 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:40,460 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:40,460 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8dd64abe-eca9-4203-ba09-69fcb3b19402/checklist/new/
+2017-05-04 03:38:40,549 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:40,550 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:40,589 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:38:40,596 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:40,596 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:38:40,597 DEBUG db_general 188 33826 140735693222848 Query result: ef8a938c-3eab-4e38-993e-ab26f32c1e0f
+2017-05-04 03:38:40,603 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:38:40,606 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:38:40,611 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:38:40,617 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:38:40,625 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:38:40,629 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:38:40,633 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:38:40,636 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:38:40,648 DEBUG fe_checklist 50 33826 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:38:40,654 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:38:40,657 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:38:40,711 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:41,351 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:41,351 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:38:42,229 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:42,292 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:42,309 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:38:42,812 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:42,980 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:38:43,102 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:38:43,109 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:43,318 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=ef8a938c-3eab-4e38-993e-ab26f32c1e0f&inviter_uuid=9abc7b93-9290-4c26-ab86-439c4d48b8a3&email=automationqattSTR8fdg@gmail.com
+2017-05-04 03:38:43,376 DEBUG db_general 66 33824 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:38:43,380 DEBUG db_general 78 33824 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:38:43,602 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:38:43,602 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/83a45631-0824-4852-8ffd-ba8e90c23264/8a1c8faf3d694883836179a38abab4d5
+2017-05-04 03:38:43,656 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:43,776 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:43,777 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:43,782 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:43,784 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:43,789 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:43,791 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:43,849 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:44,183 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:44,184 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0fc064b5-cdee-4064-89bd-f990b3758550/checklist/new/
+2017-05-04 03:38:44,267 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:44,267 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:44,300 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:44,300 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:44,301 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:38:44,367 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:44,848 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:38:44,848 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:38:44,864 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 03:38:44,864 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:38:44,864 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 03:38:44,891 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:44,904 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:38:45,129 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:38:45,694 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:45,695 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:38:45,768 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:45,825 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:38:45,989 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:38:45,998 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:46,343 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:46,628 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:38:47,001 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:47,144 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:47,319 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:38:47,457 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:38:47,463 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:47,517 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:47,666 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:47,969 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:48,186 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:48,327 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:48,531 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:48,903 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:48,927 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:49,045 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:49,159 DEBUG db_general 66 33827 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:38:49,168 DEBUG db_general 78 33827 140735693222848 Query result: ['e0196baa-fb8f-4223-8dca-4e59ad0a0cad', '2017-263', 'STRhuZD', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:38:49,171 DEBUG db_general 90 33827 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('41d9960f-19a0-4ad9-8281-5aec9a742501', 'AIC', '973', 'FALSE', 0);
+2017-05-04 03:38:49,174 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:38:49,175 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:49,175 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:38:49,416 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:49,922 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:49,943 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:38:49,948 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:38:49,956 DEBUG db_user 227 33825 140735693222848 Query result: [(350,)]
+2017-05-04 03:38:49,956 DEBUG fe_dashboard 63 33825 140735693222848 Number of pages: 43
+2017-05-04 03:38:49,956 DEBUG fe_dashboard 66 33825 140735693222848 numOfPage 44
+2017-05-04 03:38:49,984 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:50,115 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:38:50,447 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:50,734 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:38:50,734 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:38:50,753 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 03:38:50,753 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:38:50,753 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 03:38:50,768 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:38:50,890 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:38:51,371 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:51,742 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:51,915 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:38:52,368 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:52,440 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:38:52,441 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:38:52,461 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 03:38:52,462 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:38:52,462 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 03:38:53,225 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STGycIv';
+2017-05-04 03:38:53,229 DEBUG db_general 188 33826 140735693222848 Query result: 00e19b3d-b304-4807-af6f-33bd46a24b86
+2017-05-04 03:38:53,236 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where uuid = '00e19b3d-b304-4807-af6f-33bd46a24b86' order by update_time desc limit 1;
+2017-05-04 03:38:53,257 DEBUG db_general 177 33826 140735693222848 Query : select template_id from ice_checklist Where name = 'STGycIv';
+2017-05-04 03:38:53,313 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:38:53,511 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:38:53,909 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:54,622 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:54,622 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:38:54,756 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:55,276 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:38:55,461 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:38:55,461 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fbc86add-6e93-4ee7-9955-2ec4c9f8d83f/533f8ba4adad41509647838e94ac8cf0
+2017-05-04 03:38:55,493 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:55,565 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:55,566 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:55,567 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:38:55,570 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:55,573 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:55,577 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:55,578 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:55,625 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:38:56,157 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:56,158 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dad14815-0bbd-495d-bdec-72e48c98a729/checklist/new/
+2017-05-04 03:38:56,241 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:38:56,242 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:38:56,263 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:38:56,286 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:56,303 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:56,303 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:38:56,356 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:38:56,362 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:56,729 DEBUG db_general 66 33824 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:38:56,732 DEBUG db_general 78 33824 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:38:56,860 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:38:56,860 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f0e41b78-9c06-4fde-b0da-a9548d555908/6e094e124a784402be9daa3ab30add5c
+2017-05-04 03:38:56,903 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:38:57,001 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:57,001 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:57,006 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:38:57,008 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:38:57,012 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:38:57,014 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:38:57,200 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:38:57,254 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:57,412 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:38:57,412 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9efc521a-5b99-41f1-a697-f41653343f3e/checklist/new/
+2017-05-04 03:38:57,484 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:38:57,485 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:38:57,519 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:38:57,519 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:38:57,519 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:38:57,785 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:57,838 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:38:57,950 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:38:57,954 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:58,340 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:38:58,686 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:58,926 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:59,031 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:38:59,126 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:38:59,132 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:38:59,199 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:59,454 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STGycIv';
+2017-05-04 03:38:59,458 DEBUG db_general 188 33826 140735693222848 Query result: 00e19b3d-b304-4807-af6f-33bd46a24b86
+2017-05-04 03:38:59,462 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:38:59,726 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:38:59,779 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:00,554 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:00,751 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:01,072 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:01,170 DEBUG db_general 90 33827 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='41d9960f-19a0-4ad9-8281-5aec9a742501'
+2017-05-04 03:39:01,179 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:39:01,179 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:39:01,179 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:39:01,194 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 03:39:01,194 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:39:01,195 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 03:39:01,264 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:01,544 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:39:01,547 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:39:01,551 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:39:01,554 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:39:01,558 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:39:01,561 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:39:01,943 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:02,712 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:03,188 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:39:03,226 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:03,817 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:03,858 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:04,291 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:04,372 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:04,614 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:04,896 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:39:04,898 DEBUG db_general 188 33825 140735693222848 Query result: 2
+2017-05-04 03:39:04,904 DEBUG db_user 227 33825 140735693222848 Query result: [(2,)]
+2017-05-04 03:39:04,905 DEBUG fe_dashboard 97 33825 140735693222848 Number of pages: 1
+2017-05-04 03:39:05,124 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:05,253 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-249
+2017-05-04 03:39:05,281 DEBUG fe_dashboard 102 33825 140735693222848 starred_2017-413
+2017-05-04 03:39:05,303 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:39:05,391 DEBUG db_general 66 33827 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:39:05,404 DEBUG db_general 78 33827 140735693222848 Query result: ['e0196baa-fb8f-4223-8dca-4e59ad0a0cad', '2017-263', 'STRhuZD', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:39:05,419 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:05,420 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:39:05,548 DEBUG fe_dashboard 106 33825 140735693222848 result right
+2017-05-04 03:39:05,549 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:39:05,549 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:39:05,564 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 03:39:05,565 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 03:39:05,565 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 03:39:05,650 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:39:05,650 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:39:05,671 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 03:39:05,671 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:39:05,671 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 03:39:06,062 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:06,523 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:39:07,276 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:39:07,392 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:39:07,402 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:07,658 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:39:08,043 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:08,284 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:08,420 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:08,693 DEBUG db_checklist 58 33826 140735693222848 Query : select owner_id from ice_checklist Where uuid = '00e19b3d-b304-4807-af6f-33bd46a24b86' and state = 'peer_review';
+2017-05-04 03:39:08,696 DEBUG db_checklist 73 33826 140735693222848 Query result: 2
+2017-05-04 03:39:08,702 DEBUG db_general 177 33826 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:39:08,704 DEBUG db_general 188 33826 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:39:08,705 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:08,705 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:39:08,939 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:09,474 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:39:09,474 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cc461632-9f09-4d36-be4e-e2966483ebae/d8c6d05e78984592aef5796b73dee748
+2017-05-04 03:39:09,507 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:39:09,526 DEBUG db_general 66 33824 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:39:09,529 DEBUG db_general 78 33824 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:39:09,532 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:09,637 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:09,638 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:09,642 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:09,645 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:09,651 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:09,654 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:09,655 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:09,655 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff259057-7f45-4567-8c9d-827b09155e62/9af319e709bc4a03aa95d59910d31014
+2017-05-04 03:39:09,700 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:09,812 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:09,812 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:09,817 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:09,818 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:09,824 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:09,825 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:10,245 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:39:10,365 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:39:10,373 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:10,778 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:10,779 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d49ed42e-3b23-411b-b8dd-60ae6fed47b4/checklist/new/
+2017-05-04 03:39:11,057 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:11,057 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a720834b-fff4-4b8f-801e-573a24c9d7e0/checklist/new/
+2017-05-04 03:39:11,060 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:11,060 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:11,159 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:11,159 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:11,160 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:39:11,263 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:11,263 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:11,372 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:11,373 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:11,373 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:39:11,486 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:11,673 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:12,012 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:12,117 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:39:12,211 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:12,263 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:39:12,545 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:12,750 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:39:12,852 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:39:12,857 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:12,911 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:39:13,011 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:39:13,020 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:13,593 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:13,695 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:13,956 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:14,106 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:14,208 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:14,475 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:14,636 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STGycIv';
+2017-05-04 03:39:14,638 DEBUG db_general 188 33826 140735693222848 Query result: 00e19b3d-b304-4807-af6f-33bd46a24b86
+2017-05-04 03:39:14,643 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:14,723 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:15,249 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:15,542 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:16,036 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:16,054 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:16,570 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:16,831 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:39:16,835 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:39:16,844 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:39:16,848 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:39:16,858 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:39:16,862 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:39:17,512 DEBUG db_general 177 33825 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:39:17,516 DEBUG db_general 188 33825 140735693222848 Query result: 2
+2017-05-04 03:39:17,531 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:17,633 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:17,740 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:39:18,043 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:18,048 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:39:18,049 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:39:18,065 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 03:39:18,065 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 03:39:18,065 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 03:39:18,488 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:18,777 DEBUG db_user 227 33825 140735693222848 Query result: [(3,)]
+2017-05-04 03:39:18,784 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:18,999 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:19,298 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:19,518 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:39:19,518 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:39:19,535 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 03:39:19,536 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 03:39:19,536 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 03:39:19,750 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:39:19,819 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 03:39:19,820 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 03:39:19,836 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 03:39:19,836 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 03:39:19,836 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 03:39:20,334 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:20,518 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:21,039 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:21,885 DEBUG db_general 66 33827 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:39:21,894 DEBUG db_general 78 33827 140735693222848 Query result: ['e0196baa-fb8f-4223-8dca-4e59ad0a0cad', '2017-263', 'STRhuZD', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:39:21,898 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 03:39:21,902 DEBUG db_general 188 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:21,915 DEBUG db_general 90 33827 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('425fdd8e-7701-4fa3-8061-a6513576186b', 'AIC', '959', 'FALSE', 0);
+2017-05-04 03:39:21,923 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:39:22,032 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:39:22,032 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:39:22,033 DEBUG api_virtual_function 235 33827 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0196baa-fb8f-4223-8dca-4e59ad0a0cad/deployment-targets/425fdd8e-7701-4fa3-8061-a6513576186b
+2017-05-04 03:39:22,095 DEBUG api_virtual_function 242 33827 140735693222848 AIC version has changed!
+2017-05-04 03:39:22,095 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:22,096 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:39:22,596 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:39:22,648 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:22,960 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:23,031 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:39:23,517 DEBUG db_checklist 27 33826 140735693222848 Query : select owner_id from ice_checklist Where uuid = '00e19b3d-b304-4807-af6f-33bd46a24b86' and state = 'approval';
+2017-05-04 03:39:23,520 DEBUG db_checklist 38 33826 140735693222848 Query result: 3
+2017-05-04 03:39:23,527 DEBUG db_general 177 33826 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 03:39:23,529 DEBUG db_general 188 33826 140735693222848 Query result: admin@att.com
+2017-05-04 03:39:23,529 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:23,529 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:39:23,721 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:39:23,827 DEBUG db_general 66 33824 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:39:23,830 DEBUG db_general 78 33824 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:39:23,878 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:39:23,883 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:23,954 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:23,954 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/321084ef-64de-4574-801c-409c626bf32e/020f731d948842c79c9e3d508df3b1ad
+2017-05-04 03:39:23,996 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:24,119 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:24,119 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:24,124 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:24,126 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:24,138 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:24,140 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:24,146 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:24,147 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:39:24,391 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:39:24,733 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:24,798 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:24,798 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b813bfae-96fe-475f-9e90-e259c62a9d98/checklist/new/
+2017-05-04 03:39:24,889 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:24,889 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:24,922 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:24,922 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:24,922 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:39:25,065 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:39:25,162 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:39:25,167 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:25,209 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:39:25,749 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:39:25,835 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:25,874 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:39:25,980 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:39:25,984 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:26,348 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:26,432 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:39:26,567 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:39:26,575 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:26,593 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:26,875 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:27,109 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:27,230 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:27,367 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:27,621 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:27,742 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:27,882 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:27,937 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:28,149 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:28,461 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STGycIv';
+2017-05-04 03:39:28,464 DEBUG db_general 188 33826 140735693222848 Query result: 00e19b3d-b304-4807-af6f-33bd46a24b86
+2017-05-04 03:39:28,468 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:28,525 DEBUG api_virtual_function 235 33827 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0196baa-fb8f-4223-8dca-4e59ad0a0cad/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:28,564 DEBUG api_virtual_function 242 33827 140735693222848 AIC version has changed!
+2017-05-04 03:39:28,567 DEBUG db_general 90 33827 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='425fdd8e-7701-4fa3-8061-a6513576186b'
+2017-05-04 03:39:28,571 DEBUG db_general 94 33827 140735693222848 Insert query success!
+2017-05-04 03:39:28,571 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 03:39:28,572 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 03:39:28,634 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 03:39:28,634 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 03:39:28,634 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 03:39:28,668 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 03:39:28,668 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 03:39:28,683 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-05-04 03:39:28,683 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 03:39:28,683 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-05-04 03:39:28,941 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:29,457 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:30,330 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:31,037 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:39:31,559 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 03:39:31,559 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 03:39:31,583 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 03:39:31,584 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 03:39:31,584 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 03:39:31,739 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:31,835 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:33,061 DEBUG db_general 66 33827 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:39:33,074 DEBUG db_general 78 33827 140735693222848 Query result: ['e0196baa-fb8f-4223-8dca-4e59ad0a0cad', '2017-263', 'STRhuZD', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:39:33,083 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-05-04 03:39:33,089 DEBUG db_general 188 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:33,092 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:33,092 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:39:33,194 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:39:33,195 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:39:33,195 DEBUG api_virtual_function 255 33827 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0196baa-fb8f-4223-8dca-4e59ad0a0cad/ecomp-releases/735b2510-7fc9-4ab3-b67d-49638785fee7
+2017-05-04 03:39:33,230 DEBUG api_virtual_function 262 33827 140735693222848 AIC version has changed!
+2017-05-04 03:39:33,230 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:33,231 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:39:33,751 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:34,020 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:39:34,150 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:39:34,661 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:39:34,777 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:39:34,787 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:34,798 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:39:34,903 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:39:34,906 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:34,906 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8be69d91-35e6-4ee9-8977-75959aeb78d4/17471f4a6e09450080ddc2825ecfb38d
+2017-05-04 03:39:34,909 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:34,950 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:35,081 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:35,081 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:35,086 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:35,088 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:35,095 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:35,097 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:35,556 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:35,806 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:36,046 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:36,046 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a745933-0edc-413e-bfcd-f888cd2a0488/checklist/new/
+2017-05-04 03:39:36,074 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:36,141 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:36,142 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:36,173 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:36,173 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:36,173 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:39:36,318 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:36,602 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:37,030 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:39:37,124 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 03:39:37,125 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 03:39:37,141 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-05-04 03:39:37,142 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 03:39:37,142 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-05-04 03:39:37,687 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:39:37,829 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:39:37,840 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:38,680 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:39,024 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:39,201 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:39,539 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:40,005 DEBUG api_virtual_function 255 33827 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0196baa-fb8f-4223-8dca-4e59ad0a0cad/ecomp-releases/f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:40,031 DEBUG api_virtual_function 262 33827 140735693222848 AIC version has changed!
+2017-05-04 03:39:40,039 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 03:39:40,040 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 03:39:40,051 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-05-04 03:39:40,051 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 03:39:40,051 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-05-04 03:39:40,269 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:41,008 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:41,008 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:41,701 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:39:41,706 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:39:41,717 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:39:41,734 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:39:41,740 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:39:41,743 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:39:41,921 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:39:41,921 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8a05f0ae-4dea-4e1e-8768-29915bed6d4c/3f7557a391384ef2ab8cd20c444855f0
+2017-05-04 03:39:41,989 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:42,109 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:42,110 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:42,114 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:42,116 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:42,120 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:42,122 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:42,654 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:42,654 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/93c65bb2-51a2-4f57-8289-159e6b40ded6/checklist/new/
+2017-05-04 03:39:42,737 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:42,737 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:42,779 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:42,779 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:42,779 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:39:43,154 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:43,500 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:39:43,503 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:39:43,509 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:39:43,512 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:39:43,516 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:39:43,518 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:39:43,606 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:39:44,254 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:39:44,377 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:39:44,384 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:44,435 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:39:44,436 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/63cad136-fcc5-401b-939d-b0ad86a133c7/d28fb80e7d594340b1b166f1604ad821
+2017-05-04 03:39:44,484 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:44,790 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:39:44,790 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:39:44,795 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:44,797 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:44,801 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:44,803 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:44,934 DEBUG api_virtual_function 187 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:44,934 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 03:39:44,934 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 03:39:44,960 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-05-04 03:39:44,962 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 03:39:44,962 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 03:39:44,978 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:39:45,494 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:45,627 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:45,945 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:45,946 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/38140b82-7fca-4d36-aa1c-f78e95fe6da3/checklist/new/
+2017-05-04 03:39:46,007 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:46,068 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:39:46,069 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:39:46,110 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:46,110 DEBUG fe_general 37 33827 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:39:46,141 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:46,540 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:46,825 DEBUG fe_detailed_view 123 33827 140735693222848 Login with user dd1122@att.com
+2017-05-04 03:39:46,825 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:46,825 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:39:47,063 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 03:39:47,064 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 03:39:47,088 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-05-04 03:39:47,089 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 03:39:47,089 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-05-04 03:39:47,363 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:47,665 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:39:47,690 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:39:48,341 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:39:48,495 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:48,496 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:39:48,516 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:39:48,527 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:48,747 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:48,747 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/554aceea-a735-41f7-b17d-9d7f470bdd45/01931414e07142fd989b46e9bc99ddab
+2017-05-04 03:39:48,814 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:49,017 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:49,017 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:49,022 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:49,025 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:49,030 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:49,031 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:49,406 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:49,503 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:39:49,503 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:49,746 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:49,747 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/264310c9-b6f5-4ad5-a4cd-7e6a2ae2d788/checklist/new/
+2017-05-04 03:39:49,834 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:49,834 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:49,865 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:49,922 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:49,962 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:49,962 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2374c7c8-bbea-4f9d-8058-9af6a8391ffc/e9fc4420cdd7478dace9ac1fd275c9aa
+2017-05-04 03:39:49,999 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:50,068 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:50,068 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:50,072 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:50,074 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:50,077 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:50,080 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:50,241 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:39:50,348 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:39:50,352 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:50,621 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:50,622 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01ca8695-815e-470f-bd57-5c40f727875c/checklist/new/
+2017-05-04 03:39:50,846 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:50,846 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:50,955 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:39:50,956 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad41fe56-7a6c-45cb-890f-7411f7cc3b82/94feffa259b448fc8515e79dbecddfaf
+2017-05-04 03:39:50,960 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:51,022 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:51,131 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:51,132 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1ca19db2-3500-43c7-874b-3b772e35a102/a1acd2ab1d0d48d3b5de7a3accddbbfc
+2017-05-04 03:39:51,138 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:51,138 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:51,143 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:51,144 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:51,149 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:51,150 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:51,185 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:51,316 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:51,317 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:51,321 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:51,323 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:51,326 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:51,328 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:51,409 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:51,718 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:51,719 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea7063d1-34e8-4b33-a23c-f0ee073338b0/checklist/new/
+2017-05-04 03:39:51,837 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:51,837 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:51,877 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:51,878 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/644b7200-9479-4b43-87be-2da3e2a477c5/checklist/new/
+2017-05-04 03:39:51,896 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:51,897 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:51,897 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:39:51,926 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:51,973 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:51,973 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:52,051 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:52,186 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:52,187 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0852f038-2524-42d8-ab7a-e0fbb1e8cab8/4cd4722f7c844f10972889d81b70a2fe
+2017-05-04 03:39:52,204 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:52,251 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:52,344 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:52,345 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:52,351 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:52,353 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:52,356 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:52,357 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:52,461 DEBUG db_general 177 33826 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:39:52,463 DEBUG db_general 188 33826 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:39:52,467 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:52,620 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:52,620 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/90477286-78e1-4b72-9c71-ac865f0ac470/checklist/new/
+2017-05-04 03:39:52,690 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:52,690 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:52,718 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:52,726 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:52,804 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:39:52,820 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:52,821 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/463e792d-1d22-42db-963e-eafa72394753/2ff1fd4ea02a4220b41eaccc6b6f2842
+2017-05-04 03:39:52,862 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:52,935 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:52,935 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:52,939 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:52,941 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:52,945 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:52,947 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:53,253 DEBUG fe_general 37 33827 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:39:53,458 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:39:53,467 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:53,467 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fc8a4669-ddc9-44bf-a5b2-df69415cf0bd/checklist/new/
+2017-05-04 03:39:53,508 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:53,569 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:53,569 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:53,576 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:39:53,580 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:53,614 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:53,697 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:53,697 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9b6a544a-4223-414f-bdf0-24b7b2bfc621/dc653e27a0e84c2dbf0ab4f5ae2e7740
+2017-05-04 03:39:53,731 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:53,833 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:53,833 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:53,846 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:53,848 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:53,853 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:53,855 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:53,974 DEBUG fe_detailed_view 123 33827 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:39:53,974 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:39:53,974 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:39:54,038 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STGycIv';
+2017-05-04 03:39:54,041 DEBUG db_general 188 33826 140735693222848 Query result: 00e19b3d-b304-4807-af6f-33bd46a24b86
+2017-05-04 03:39:54,046 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:39:54,351 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:54,461 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:54,461 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00fc2250-c0f0-459f-87cb-afb41b24f349/checklist/new/
+2017-05-04 03:39:54,547 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:54,548 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:54,584 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:54,684 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:54,684 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64e78ee1-ff59-402d-8a82-2a08b20891d1/a3ed0cf1a9b04818835070f8bb22db3e
+2017-05-04 03:39:54,746 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:54,760 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:39:54,855 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:54,856 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:54,862 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:54,865 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:54,869 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:54,871 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:54,966 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:55,136 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:55,136 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ef266c6c-2224-4154-9973-1690a47ee171/checklist/new/
+2017-05-04 03:39:55,208 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:55,208 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:55,241 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:55,317 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:55,317 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/297999f7-f307-433e-a59e-baab874e78bb/c5b29c9fea2942b496655e6ab741dee6
+2017-05-04 03:39:55,352 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:55,392 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:39:55,434 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:55,435 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:55,439 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:55,440 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:55,444 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:55,445 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:55,475 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:39:55,481 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:39:55,497 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:55,923 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:55,923 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00b1fc5e-ba57-4b1a-8087-7353b0eb74c8/checklist/new/
+2017-05-04 03:39:56,007 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:56,008 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:56,018 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 03:39:56,018 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 03:39:56,037 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-05-04 03:39:56,037 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 03:39:56,037 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-05-04 03:39:56,061 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:56,189 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:56,189 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a58f3910-baa5-4e65-beb9-5e97b2025e79/ca47a39fc8934c188c87c04492917e4e
+2017-05-04 03:39:56,249 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:56,320 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:39:56,366 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:56,367 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:56,371 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:56,373 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:56,378 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:56,380 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:56,783 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:56,784 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3498978e-6d89-42c1-99b7-909d275d9d28/checklist/new/
+2017-05-04 03:39:56,891 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:56,892 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:56,933 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:57,044 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:57,045 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/116c1792-2300-40e2-8032-871be5a6012a/1f806457c744455b913527a4943bc7ce
+2017-05-04 03:39:57,085 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:57,199 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:57,199 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:57,205 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:57,207 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:57,212 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:57,215 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:57,781 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:57,781 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78e76009-c9d4-4b73-89af-82b7a8f27add/checklist/new/
+2017-05-04 03:39:57,866 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:57,866 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:57,922 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:58,065 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:58,066 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0a59c0c9-416a-4b8c-89eb-43b683ecb3e4/eaa5c748cc41491c9bb270081b647abf
+2017-05-04 03:39:58,127 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:58,237 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:39:58,257 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:58,257 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:58,262 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:58,264 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:58,269 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:58,271 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:58,587 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:58,786 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:58,787 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/54126bd8-fdee-4593-9118-602e65bf8f8b/checklist/new/
+2017-05-04 03:39:58,856 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:58,857 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:58,893 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:58,983 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:58,983 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3180eb18-3066-4fd0-9ee6-f51814aaa9f3/95abf8a076474a179ece26de1f179034
+2017-05-04 03:39:59,017 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:59,090 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:59,091 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:59,097 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:59,100 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:59,101 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:39:59,105 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:59,106 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:59,357 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:59,357 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:39:59,357 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/97cbbf63-18d1-44a6-b3b1-2446e1ef8873/checklist/new/
+2017-05-04 03:39:59,357 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ae48349b-8af2-4208-a9ae-b9ac86717b82/35bfad963cc14d6284bc737554ef81b0
+2017-05-04 03:39:59,396 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:59,428 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:59,429 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:59,466 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:39:59,474 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:39:59,474 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:39:59,478 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:59,479 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:59,484 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:59,486 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:59,558 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:39:59,559 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/782eb9fa-9262-422f-b4b8-ab57d37cb731/8a77396efbae4fb9bf1afb70eeb22a86
+2017-05-04 03:39:59,595 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:39:59,633 DEBUG fe_general 37 33827 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:39:59,688 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:39:59,689 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:39:59,697 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:39:59,699 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:39:59,705 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:39:59,707 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:39:59,933 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:39:59,934 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/647aa007-17b8-4229-8403-c32baa2c8fe6/checklist/new/
+2017-05-04 03:40:00,019 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:40:00,020 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:40:00,049 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:00,050 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9567b96c-c828-42a6-849d-6a132651cc08/checklist/new/
+2017-05-04 03:40:00,071 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:00,072 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:00,072 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:40:00,139 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:00,139 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:00,173 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:00,261 DEBUG fe_detailed_view 123 33827 140735693222848 Login with user admin@att.com
+2017-05-04 03:40:00,261 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:00,261 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:40:00,274 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:00,275 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a5e0a7a-e869-4c7d-ab2d-2c1649148643/bbcd714b62644b06aef3f38fc4b5ff51
+2017-05-04 03:40:00,314 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:00,385 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:00,385 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:00,390 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:00,392 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:00,396 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:00,397 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:00,663 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:00,663 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/33536d80-fc05-4575-83f1-8dab42a0d49c/checklist/new/
+2017-05-04 03:40:00,744 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:00,744 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:00,777 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:00,853 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:00,853 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c1839864-1275-40b4-b1a1-b3ea22e10490/d5e2583869f14e3cb4aad3329026bf56
+2017-05-04 03:40:00,886 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:00,954 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:40:00,968 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:00,969 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:00,972 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:00,974 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:00,977 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:00,978 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:01,059 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:40:01,278 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:01,278 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b90992d9-6cfc-4f3e-a9d8-972f36d2a0a3/checklist/new/
+2017-05-04 03:40:01,347 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:01,348 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:01,381 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:01,458 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:01,458 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1404abca-31e0-4835-b639-30a7754ef37f/91424e7a471743938a51f7ea2c1e279a
+2017-05-04 03:40:01,490 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:01,574 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:01,574 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:01,578 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:01,579 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:01,583 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:01,584 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:01,623 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:40:01,688 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:40:01,728 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:40:01,736 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:01,790 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:40:01,794 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:02,251 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:02,358 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:02,359 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/173e75a6-caee-4938-b9aa-aae22743141a/checklist/new/
+2017-05-04 03:40:02,470 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:02,471 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:02,528 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:02,604 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:02,645 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:02,645 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58a08936-2617-447c-866d-d266478f1d4c/e59d4bd4760d4f30bfa1f5d57d7cc457
+2017-05-04 03:40:02,679 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:02,756 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:02,757 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:02,761 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:02,762 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:02,763 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:02,768 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:02,770 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:02,983 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:02,983 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0019e067-bc40-455f-ad9c-f0c3b118c3ad/checklist/new/
+2017-05-04 03:40:03,052 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:03,053 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:03,085 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:03,115 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:03,162 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:03,162 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/915f0929-7fa1-4b42-9fa1-0d1494d92d09/43ee707c4ce443f3b993f2d86dd32d5d
+2017-05-04 03:40:03,197 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:03,264 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:03,265 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:03,269 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:03,270 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:03,274 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:03,276 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:03,285 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:03,482 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:03,482 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/29cf2621-6e4c-4ada-976a-40301be15f06/checklist/new/
+2017-05-04 03:40:03,550 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:03,550 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:03,582 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:03,671 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:03,672 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d46e6a7-1d49-4e65-93c7-07a4b966db1a/0fc503f1321f47d1940b204d164d4e27
+2017-05-04 03:40:03,710 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:03,778 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:03,778 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:03,783 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:03,784 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:03,788 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:03,790 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:04,021 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:04,021 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c0a3d7ea-b49d-4a6d-9dcf-daffa666c4e0/checklist/new/
+2017-05-04 03:40:04,087 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:04,088 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:04,121 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:04,196 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:04,196 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34e87fb3-3f6e-4963-af57-6998e205b674/72d13b02bfb44fcdabce9aa830cbb91f
+2017-05-04 03:40:04,234 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:04,316 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:04,316 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:04,320 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:04,321 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:04,325 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:04,327 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:04,699 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:04,700 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7783b7a0-9686-4df5-8b7f-a9fef5bde453/checklist/new/
+2017-05-04 03:40:04,767 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:04,767 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:04,840 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:04,942 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:04,942 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68ecb84c-5ad2-4510-bb72-cca3fd728a85/f642468f10fd4a89a19176e99709454a
+2017-05-04 03:40:04,978 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:05,067 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:05,067 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:05,072 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:05,075 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:05,079 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:05,081 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:05,116 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:40:05,421 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:05,421 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a566f8d7-32f6-4191-adce-161fd4cfb0a5/checklist/new/
+2017-05-04 03:40:05,491 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:05,491 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:05,521 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:05,595 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:05,595 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/709dd331-90be-42be-8aa2-22e2d34c4c3e/6ba4bfaf67504799ba6981144c17c489
+2017-05-04 03:40:05,629 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:05,629 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:40:05,698 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:05,699 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:05,703 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:05,704 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:05,708 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:05,709 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:06,162 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 03:40:06,162 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 03:40:06,167 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:06,168 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c54f3509-13e2-40bf-ad88-5ed0948f4a5f/checklist/new/
+2017-05-04 03:40:06,177 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-05-04 03:40:06,178 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 03:40:06,178 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-05-04 03:40:06,241 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:06,242 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:06,280 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:06,377 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:06,377 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/49043852-00a9-4941-845a-abb2ec30479b/2f82e739b68544d78ab2bbb7d5e8012b
+2017-05-04 03:40:06,416 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:06,487 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:06,487 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:06,491 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:06,492 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:06,496 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:06,498 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:06,813 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:40:06,816 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:40:06,821 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:40:06,825 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:40:06,830 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:40:06,837 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:40:07,011 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:07,012 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/638e1ebf-3c23-4086-bd15-42a347c3130c/checklist/new/
+2017-05-04 03:40:07,141 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:07,141 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:07,183 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:07,303 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:07,304 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/80c47456-a81a-410c-8b7f-e8ac1df2130f/0ce4e46566f74585b27bd248474969eb
+2017-05-04 03:40:07,343 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:07,429 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:07,430 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:07,434 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:07,436 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:07,443 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:07,445 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:07,666 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:07,667 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bea33a91-0a01-4f7d-9a99-c0be764a16a3/checklist/new/
+2017-05-04 03:40:07,749 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:07,750 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:07,783 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:07,865 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:07,865 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6314df26-61bd-4ad6-a072-769f6933bd7f/4efea7da18ec42aca38dd31253cbcb48
+2017-05-04 03:40:07,899 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:07,970 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:07,970 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:07,974 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:07,977 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:07,982 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:07,983 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:08,276 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:08,429 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:08,430 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e276b86a-335a-4bf3-948a-cb609ab3cdcc/checklist/new/
+2017-05-04 03:40:08,525 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:08,526 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:08,565 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:08,598 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2UPxq';
+2017-05-04 03:40:08,601 DEBUG db_general 188 33826 140735693222848 Query result: 440354d6-9cda-49de-b553-b61e2e172f2f
+2017-05-04 03:40:08,605 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '440354d6-9cda-49de-b553-b61e2e172f2f';
+2017-05-04 03:40:08,607 DEBUG db_general 188 33826 140735693222848 Query result: 2017-410
+2017-05-04 03:40:08,612 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-410';
+2017-05-04 03:40:08,614 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:40:08,672 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:08,672 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2a57a041-e82e-4d89-8b9b-38aa460fe4e6/0d85c29775c04f90884483fbcc6804da
+2017-05-04 03:40:08,713 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:08,780 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:08,781 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:08,786 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:08,788 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:08,792 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:08,794 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:08,918 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 03:40:08,919 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 03:40:08,942 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-05-04 03:40:08,945 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 03:40:08,945 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-05-04 03:40:09,626 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:09,627 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/edfae034-2e4a-49fa-8d04-af109b7ffe0b/checklist/new/
+2017-05-04 03:40:09,681 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:40:09,682 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/79a89557-d25c-4a61-b75b-4580e8d24197/6a7194fa20694a43b8da2fa7f866770b
+2017-05-04 03:40:09,762 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:09,762 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:09,781 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:09,829 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:09,933 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:09,934 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:09,937 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:09,939 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:09,944 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:09,946 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:09,985 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:09,985 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1de012ba-bdf6-481b-9afe-3e9c060499ff/5db6507c54a24b9793e95fc8fb21ddc1
+2017-05-04 03:40:10,059 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:10,164 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:40:10,196 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:10,197 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:10,202 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:10,203 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:10,208 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:10,210 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:10,681 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:11,171 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:11,171 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b03ab848-3b32-4487-96a4-246127e4689b/checklist/new/
+2017-05-04 03:40:11,193 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:11,297 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:11,312 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:11,312 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:11,416 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:11,417 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:11,417 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:40:11,432 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:11,432 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d9c1a70-3ddd-4e30-8583-4a8df46bffba/checklist/new/
+2017-05-04 03:40:11,571 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:11,572 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:11,618 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:11,709 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:11,740 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:11,741 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/daa1cd26-4996-4a4c-8e9b-fd945aee250b/850432099bee4a1bae8e653d5dbeb00f
+2017-05-04 03:40:11,786 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:11,888 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:11,889 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:11,892 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:11,894 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:11,897 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:11,899 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:12,304 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:40:12,534 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:40:12,539 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STkYw5e@intl.att.com';
+2017-05-04 03:40:12,541 DEBUG db_general 136 33825 140735693222848 Query result: 7a2f2702-23d3-465a-9f9a-5687c4bc0f13
+2017-05-04 03:40:12,545 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STkYw5e@intl.att.com';
+2017-05-04 03:40:12,547 DEBUG db_general 136 33825 140735693222848 Query result: 446
+2017-05-04 03:40:12,551 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '446';
+2017-05-04 03:40:12,552 DEBUG db_general 188 33825 140735693222848 Query result: 2b4a143469f64647bb16bf896eb81cd1
+2017-05-04 03:40:12,552 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a2f2702-23d3-465a-9f9a-5687c4bc0f13/2b4a143469f64647bb16bf896eb81cd1
+2017-05-04 03:40:12,553 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a2f2702-23d3-465a-9f9a-5687c4bc0f13/2b4a143469f64647bb16bf896eb81cd1
+2017-05-04 03:40:12,810 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:12,810 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/689368da-8fe2-4f83-8467-a62d00ddec32/checklist/new/
+2017-05-04 03:40:12,921 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:12,922 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:12,957 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:40:12,971 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:13,080 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:40:13,091 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:13,104 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:13,105 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e896cfe8-cf93-4737-9a3c-e8ab5ce4b790/fa81b7a4e49a4bb99dc85116ddd08f87
+2017-05-04 03:40:13,163 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:13,275 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:13,275 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:13,280 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:13,282 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:13,293 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:13,294 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:13,354 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:13,354 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:40:13,911 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:14,357 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:40:14,358 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:14,359 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51fc5c83-66f0-43bc-935e-f0228fb2998b/checklist/new/
+2017-05-04 03:40:14,424 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:14,457 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:14,457 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:14,503 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:14,629 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:14,629 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3502ff8c-92d9-4e8b-a66d-2a72d142eb36/768a3ffb5918480c88b4c37a06081bbf
+2017-05-04 03:40:14,671 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:14,762 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:14,763 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:14,766 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:14,768 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:14,772 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:14,773 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:15,032 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:40:15,141 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:40:15,146 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:40:15,305 DEBUG test_left_nav_panel 124 33827 140735693222848 Fetched ID: dashboard_2017-220: STJSvCE
+2017-05-04 03:40:15,696 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:15,816 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:15,816 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/67873756-25fc-4064-a517-188082a2bf82/checklist/new/
+2017-05-04 03:40:15,910 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:15,911 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:15,956 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:15,956 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:15,956 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:40:16,394 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 03:40:16,394 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 03:40:16,550 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-05-04 03:40:16,550 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 03:40:16,550 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-05-04 03:40:16,889 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:40:17,165 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:17,165 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:40:17,554 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:40:17,692 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:40:17,696 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:17,961 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:40:18,222 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:18,638 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:40:18,657 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:18,721 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:40:18,725 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:19,236 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:19,779 DEBUG test_login_with_new_user 489 33825 140735693222848 click_on on + Dashboard
+2017-05-04 03:40:19,917 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:40:19,917 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75d756d3-73ed-45f7-8c8b-9d0cde82d253/75b2cdebef59482eadaf3436fffc48bb
+2017-05-04 03:40:19,959 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:20,058 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:20,058 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:20,062 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:20,064 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:20,068 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:20,069 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:20,228 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:40:20,432 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:20,432 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9be7b72b-d783-4fad-bac7-5108098cb072/checklist/new/
+2017-05-04 03:40:20,502 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:20,502 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:20,536 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:20,536 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:20,536 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:40:21,388 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:40:22,028 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:40:22,128 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:40:22,137 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:22,170 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:22,817 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:22,827 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 03:40:22,830 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:40:22,830 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:40:22,854 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 03:40:22,855 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:40:22,855 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 03:40:23,314 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:23,333 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:23,827 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:24,164 DEBUG db_general 128 33827 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'dd1122@att.com';
+2017-05-04 03:40:24,168 DEBUG db_general 136 33827 140735693222848 Query result: 856c1788-a741-4ce8-8652-34d1bc7fff23
+2017-05-04 03:40:24,205 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-455: newVFSTyaiF6
+2017-05-04 03:40:24,216 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTyaiF6';
+2017-05-04 03:40:24,219 DEBUG db_general 188 33827 140735693222848 Query result: f724f3f2-97c8-4b63-9b9e-75c9ce40bcf1
+2017-05-04 03:40:24,228 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-454: ST6JKeo
+2017-05-04 03:40:24,242 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'ST6JKeo';
+2017-05-04 03:40:24,249 DEBUG db_general 188 33827 140735693222848 Query result: 38b9a0ba-e3c2-45e5-a281-8a8e3d95a3cb
+2017-05-04 03:40:24,259 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-453: STISCTh
+2017-05-04 03:40:24,270 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STISCTh';
+2017-05-04 03:40:24,276 DEBUG db_general 188 33827 140735693222848 Query result: 7d300a8d-c275-4327-9a77-a8023fcd2a53
+2017-05-04 03:40:24,290 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-452: STTJFi0
+2017-05-04 03:40:24,349 DEBUG fe_wizard 57 33825 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:40:24,428 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STTJFi0';
+2017-05-04 03:40:24,434 DEBUG db_general 188 33827 140735693222848 Query result: 70edcd34-548a-4dee-babf-83ba802b45aa
+2017-05-04 03:40:24,453 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-451: ST4MEWn
+2017-05-04 03:40:24,465 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'ST4MEWn';
+2017-05-04 03:40:24,469 DEBUG db_general 188 33827 140735693222848 Query result: e9e8e46c-668f-40c9-9be7-c9d43d93870b
+2017-05-04 03:40:24,542 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-450: STe9CQV
+2017-05-04 03:40:24,662 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STe9CQV';
+2017-05-04 03:40:24,664 DEBUG db_general 188 33827 140735693222848 Query result: c43420d0-79d1-4f79-a395-20bd5455ccc1
+2017-05-04 03:40:24,673 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-449: SThCPna
+2017-05-04 03:40:24,687 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'SThCPna';
+2017-05-04 03:40:24,690 DEBUG db_general 188 33827 140735693222848 Query result: bd5bc7af-a478-40e2-bc67-e5c65809fa2b
+2017-05-04 03:40:24,701 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-448: STNydl1
+2017-05-04 03:40:24,711 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STNydl1';
+2017-05-04 03:40:24,715 DEBUG db_general 188 33827 140735693222848 Query result: 11423af8-e640-42e4-981f-8c34f25b487b
+2017-05-04 03:40:24,727 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-447: STzMF5u
+2017-05-04 03:40:24,736 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STzMF5u';
+2017-05-04 03:40:24,739 DEBUG db_general 188 33827 140735693222848 Query result: 69501374-1262-4020-805f-df57872b0e54
+2017-05-04 03:40:24,751 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-446: ST3Zd8K
+2017-05-04 03:40:24,759 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'ST3Zd8K';
+2017-05-04 03:40:24,761 DEBUG db_general 188 33827 140735693222848 Query result: e1e3b8f1-9145-4ce4-b33e-341aad30f473
+2017-05-04 03:40:24,769 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-445: STCnds5
+2017-05-04 03:40:24,777 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STCnds5';
+2017-05-04 03:40:24,780 DEBUG db_general 188 33827 140735693222848 Query result: 21cca332-c950-4457-bde2-a91081cdbed1
+2017-05-04 03:40:24,790 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-444: ST9bJiE
+2017-05-04 03:40:24,800 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'ST9bJiE';
+2017-05-04 03:40:24,803 DEBUG db_general 188 33827 140735693222848 Query result: 71b36771-9a04-4f75-8b56-db3ed0598463
+2017-05-04 03:40:24,810 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-443: STQeFdt
+2017-05-04 03:40:24,817 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STQeFdt';
+2017-05-04 03:40:24,820 DEBUG db_general 188 33827 140735693222848 Query result: 150f33fc-6919-467c-b745-16a5b927d303
+2017-05-04 03:40:24,827 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-442: STGb6xi
+2017-05-04 03:40:24,835 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STGb6xi';
+2017-05-04 03:40:24,838 DEBUG db_general 188 33827 140735693222848 Query result: 196df0fa-3ff1-49e0-b69f-2560920e2598
+2017-05-04 03:40:24,848 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-441: STskEZF
+2017-05-04 03:40:24,855 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STskEZF';
+2017-05-04 03:40:24,857 DEBUG db_general 188 33827 140735693222848 Query result: a3e1c458-c2ab-4cee-980f-d49b1e83bdf5
+2017-05-04 03:40:24,864 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-440: STmh7Gi
+2017-05-04 03:40:24,873 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STmh7Gi';
+2017-05-04 03:40:24,875 DEBUG db_general 188 33827 140735693222848 Query result: 5ba0479c-01a1-4e29-ae01-5c37ce2a9d54
+2017-05-04 03:40:24,883 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-439: ST3lyLI
+2017-05-04 03:40:24,893 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'ST3lyLI';
+2017-05-04 03:40:24,896 DEBUG db_general 188 33827 140735693222848 Query result: 608d8888-beba-4849-a486-dcc9ce555758
+2017-05-04 03:40:24,904 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-438: STK9THe
+2017-05-04 03:40:24,912 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STK9THe';
+2017-05-04 03:40:24,914 DEBUG db_general 188 33827 140735693222848 Query result: 3bf04397-f4cf-435f-846a-236bf86dc5cb
+2017-05-04 03:40:24,924 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-437: STADBf5
+2017-05-04 03:40:24,932 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STADBf5';
+2017-05-04 03:40:24,934 DEBUG db_general 188 33827 140735693222848 Query result: 1c7ff822-159d-46e2-8cfd-96e37bb02b6d
+2017-05-04 03:40:24,942 DEBUG test_left_nav_panel 103 33827 140735693222848 Fetched ID: clickable_2017-436: STxdn8z
+2017-05-04 03:40:24,954 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_vf Where name = 'STxdn8z';
+2017-05-04 03:40:24,957 DEBUG db_general 188 33827 140735693222848 Query result: a381ed4e-d3eb-4199-8a76-ab542f53f7df
+2017-05-04 03:40:24,957 DEBUG test_left_nav_panel 109 33827 140735693222848 Right result
+2017-05-04 03:40:24,957 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 03:40:24,958 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 03:40:24,974 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-05-04 03:40:24,974 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 03:40:24,974 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-04 03:40:25,282 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:26,589 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:40:26,590 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/13362f44-1606-4554-a4ee-d1442c7e99b4/b7ad0aec22a84a538f84f109a7b3f797
+2017-05-04 03:40:26,624 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:26,711 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:40:26,711 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:40:26,716 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:26,718 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:26,722 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:26,723 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:27,225 DEBUG fe_wizard 97 33825 140735693222848 Tab Invite Team Members
+2017-05-04 03:40:27,271 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:27,271 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ece78432-21d3-4f1f-b981-c63f975dfbd2/checklist/new/
+2017-05-04 03:40:27,350 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:27,380 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:40:27,380 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:40:27,436 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:27,437 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:27,437 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:40:28,381 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:40:28,384 DEBUG fe_wizard 115 33825 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:40:28,397 DEBUG helper 42 33825 140735693222848 About to generate SSH Public Key
+2017-05-04 03:40:28,549 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:40:28,549 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/21e67413-6961-4fcd-a83f-d301b8fd9b62/5c16109000b24a2caff0c0f75ab39316
+2017-05-04 03:40:28,590 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:28,688 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:28,688 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:28,695 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:28,697 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:28,700 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:28,701 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:28,721 DEBUG helper 57 33825 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxfAKfcs0ALJSxi4HD/Jj8NbFKk7c7nmT5+dBwBtMNCZQEH+P2frVhBWP7BvAm490d1Rm7Ie4wDf5/sFwq622mVCxYV+5yGbYdiZFihnfQBSR3KnZeiJsy2W5hoBdoJVwT3ANEh5c0XBnLK49TLFWel34yGq/qxTkU2IJwYO/mhJ7kPkN4QCA32uTXAqGNWfj0ZQ205fVu6ai92e1e3OiELJ6yKWnDY6bukHqotJPoDQbDduTtJdYPVVyZPdXlbuSjyBLKYIHAblVCRPHV9xAySsXPP44tqorJkZEM7m64AeanX2ekwZPDsKOmldxp70qcTvZv0s2WVA5+TJD/6wN3
+2017-05-04 03:40:29,025 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:29,026 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b0f7dba6-e947-406b-ba82-d366bcf249f1/checklist/new/
+2017-05-04 03:40:29,052 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:40:29,117 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:29,118 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:29,164 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:29,168 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:40:29,168 DEBUG db_general 177 33827 140735693222848 Query : select engagement_id from ice_vf Where name = 'STcHCEG';
+2017-05-04 03:40:29,173 DEBUG db_general 188 33827 140735693222848 Query result: b0f7dba6-e947-406b-ba82-d366bcf249f1
+2017-05-04 03:40:29,177 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:29,180 DEBUG db_general 177 33827 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b0f7dba6-e947-406b-ba82-d366bcf249f1';
+2017-05-04 03:40:29,184 DEBUG db_general 188 33827 140735693222848 Query result: 2017-457
+2017-05-04 03:40:29,189 DEBUG db_general 177 33827 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-457';
+2017-05-04 03:40:29,191 DEBUG db_general 188 33827 140735693222848 Query result: 2
+2017-05-04 03:40:29,198 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:29,198 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:40:29,748 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:30,128 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:40:30,278 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_vf Where name = 'STVSxTN';
+2017-05-04 03:40:30,282 DEBUG db_general 188 33826 140735693222848 Query result: 7289beda-f9f3-4039-a5bd-55d6968cb764
+2017-05-04 03:40:30,288 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STVSxTN';
+2017-05-04 03:40:30,292 DEBUG db_general 188 33826 140735693222848 Query result: ece78432-21d3-4f1f-b981-c63f975dfbd2
+2017-05-04 03:40:30,296 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STVSxTN';
+2017-05-04 03:40:30,299 DEBUG db_general 188 33826 140735693222848 Query result: ece78432-21d3-4f1f-b981-c63f975dfbd2
+2017-05-04 03:40:30,302 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ece78432-21d3-4f1f-b981-c63f975dfbd2';
+2017-05-04 03:40:30,306 DEBUG db_general 188 33826 140735693222848 Query result: 2017-456
+2017-05-04 03:40:30,310 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-456';
+2017-05-04 03:40:30,313 DEBUG db_general 188 33826 140735693222848 Query result: 2
+2017-05-04 03:40:30,318 DEBUG fe_checklist 50 33826 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:40:30,322 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ece78432-21d3-4f1f-b981-c63f975dfbd2';
+2017-05-04 03:40:30,325 DEBUG db_general 188 33826 140735693222848 Query result: 2017-456
+2017-05-04 03:40:30,360 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:30,776 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:40:30,875 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:40:30,879 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:31,755 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:31,915 DEBUG fe_wizard 130 33825 140735693222848 SSH Key added via modal window.
+2017-05-04 03:40:32,060 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:32,269 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:32,457 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:40:32,575 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:33,083 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=7289beda-f9f3-4039-a5bd-55d6968cb764&inviter_uuid=13362f44-1606-4554-a4ee-d1442c7e99b4&email=automationqattSTIwhSP@gmail.com
+2017-05-04 03:40:33,329 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTyaiF6';
+2017-05-04 03:40:33,333 DEBUG db_general 188 33825 140735693222848 Query result: e3b73b7a-a62b-40a7-a77b-204407568bd3
+2017-05-04 03:40:33,339 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e3b73b7a-a62b-40a7-a77b-204407568bd3';
+2017-05-04 03:40:33,342 DEBUG db_general 188 33825 140735693222848 Query result: 2017-455
+2017-05-04 03:40:33,348 DEBUG db_general 177 33825 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-455';
+2017-05-04 03:40:33,350 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:40:33,364 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTyaiF6';
+2017-05-04 03:40:33,367 DEBUG db_general 188 33825 140735693222848 Query result: e3b73b7a-a62b-40a7-a77b-204407568bd3
+2017-05-04 03:40:33,372 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e3b73b7a-a62b-40a7-a77b-204407568bd3';
+2017-05-04 03:40:33,375 DEBUG db_general 188 33825 140735693222848 Query result: 2017-455
+2017-05-04 03:40:34,281 DEBUG db_general 177 33825 140735693222848 Query : select full_name from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:40:34,284 DEBUG db_general 188 33825 140735693222848 Query result: Donald Duck
+2017-05-04 03:40:34,340 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 03:40:34,341 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 03:40:34,381 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-05-04 03:40:34,381 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 03:40:34,381 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-05-04 03:40:35,024 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:40:35,407 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:36,128 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:36,128 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:40:36,531 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:37,022 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:40:37,177 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:37,532 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:37,656 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:40:37,756 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:40:37,760 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:38,849 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:38,944 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:40:38,945 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f1fa589-a612-4ed3-9689-c100a14b7f94/6e81ca4ea63244469266d898505008f5
+2017-05-04 03:40:38,976 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:39,056 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:40:39,056 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:40:39,061 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:39,063 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:39,066 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:39,067 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:39,441 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:39,479 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:39,479 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/805edc34-3f01-47a6-823b-d9b6da034ee6/checklist/new/
+2017-05-04 03:40:39,552 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:40:39,552 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:40:39,588 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:39,588 DEBUG api_user 66 33825 140735693222848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-05-04 03:40:39,617 DEBUG api_user 88 33825 140735693222848 Testing for Cross site scripting successfully : STVxC9fstattus Code = 200
+2017-05-04 03:40:39,617 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/805edc34-3f01-47a6-823b-d9b6da034ee6/checklist/new/
+2017-05-04 03:40:39,688 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:40:39,688 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:40:39,722 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:39,722 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:39,722 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:40:39,938 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:40:40,447 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:40:40,476 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:40,642 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:40:41,310 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:40:41,412 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:40:41,417 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:41,707 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 03:40:41,707 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 03:40:41,731 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-04 03:40:41,731 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 03:40:41,731 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-05-04 03:40:42,247 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:42,782 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:43,982 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:40:44,068 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STL5Ryj';
+2017-05-04 03:40:44,072 DEBUG db_general 188 33826 140735693222848 Query result: 860844b1-2dd6-46ed-a2a9-1b35068ed8cc
+2017-05-04 03:40:44,076 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where uuid = '860844b1-2dd6-46ed-a2a9-1b35068ed8cc' order by update_time desc limit 1;
+2017-05-04 03:40:44,084 DEBUG db_general 177 33826 140735693222848 Query : select template_id from ice_checklist Where name = 'STL5Ryj';
+2017-05-04 03:40:44,087 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:40:44,116 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:44,185 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:40:44,979 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:44,979 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:40:45,374 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:40:45,375 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e32b0089-e793-477f-a05d-53f6e6ebca00/549964e2f4004285b52442d5cc7b80dc
+2017-05-04 03:40:45,419 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:45,533 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:45,533 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:45,539 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:45,541 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:45,546 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:45,548 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:45,796 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:40:45,810 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:45,811 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7fe4f752-b6b0-4468-ac24-e1c5d8f8b599/checklist/new/
+2017-05-04 03:40:45,884 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:45,884 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:45,919 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:45,920 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:45,920 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:40:46,425 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 03:40:46,426 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 03:40:46,443 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-05-04 03:40:46,443 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 03:40:46,443 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-05-04 03:40:46,514 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:40:46,638 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:40:46,645 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:46,759 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 03:40:46,759 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 03:40:46,760 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:40:46,780 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-05-04 03:40:46,781 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 03:40:46,781 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-05-04 03:40:47,164 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:47,456 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:40:47,619 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:40:47,631 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:48,636 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:49,041 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:49,150 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:49,546 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:49,553 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:49,685 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:49,903 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:50,923 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:40:50,923 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f70a10c3-bb8d-4989-a7db-0451e5488a1c/f30b500065bf42e6a3b5a3ddc15933ae
+2017-05-04 03:40:50,930 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:50,976 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:51,089 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:51,090 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:51,094 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:51,095 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:51,100 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:51,101 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:51,203 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:40:51,209 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STc61J7@amdocs.com';
+2017-05-04 03:40:51,212 DEBUG db_general 136 33825 140735693222848 Query result: 4371f455-890f-4ef7-9c08-cd94ed747d8b
+2017-05-04 03:40:51,222 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STc61J7@amdocs.com';
+2017-05-04 03:40:51,225 DEBUG db_general 136 33825 140735693222848 Query result: 4371f455-890f-4ef7-9c08-cd94ed747d8b
+2017-05-04 03:40:51,229 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STc61J7@amdocs.com';
+2017-05-04 03:40:51,232 DEBUG db_general 136 33825 140735693222848 Query result: 455
+2017-05-04 03:40:51,236 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '455';
+2017-05-04 03:40:51,238 DEBUG db_general 188 33825 140735693222848 Query result: 8c997d6bf70a4446a64fc0f5b3bcbc54
+2017-05-04 03:40:51,239 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4371f455-890f-4ef7-9c08-cd94ed747d8b/8c997d6bf70a4446a64fc0f5b3bcbc54
+2017-05-04 03:40:51,239 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4371f455-890f-4ef7-9c08-cd94ed747d8b/8c997d6bf70a4446a64fc0f5b3bcbc54
+2017-05-04 03:40:51,256 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:51,472 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STL5Ryj';
+2017-05-04 03:40:51,476 DEBUG db_general 188 33826 140735693222848 Query result: 860844b1-2dd6-46ed-a2a9-1b35068ed8cc
+2017-05-04 03:40:51,482 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:51,808 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:52,026 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:52,027 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60f54999-e61a-4040-a8f7-373a2a0444ca/checklist/new/
+2017-05-04 03:40:52,202 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:52,202 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:40:52,244 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:40:52,244 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:40:52,319 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:52,319 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:52,319 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:40:52,516 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:53,141 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:40:53,223 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:40:53,835 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:40:53,846 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STVSxTN';
+2017-05-04 03:40:53,850 DEBUG db_general 188 33826 140735693222848 Query result: ece78432-21d3-4f1f-b981-c63f975dfbd2
+2017-05-04 03:40:53,856 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ece78432-21d3-4f1f-b981-c63f975dfbd2';
+2017-05-04 03:40:53,860 DEBUG db_general 188 33826 140735693222848 Query result: 2017-456
+2017-05-04 03:40:53,866 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-456';
+2017-05-04 03:40:53,871 DEBUG db_general 188 33826 140735693222848 Query result: 2
+2017-05-04 03:40:53,917 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:40:53,980 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:40:53,984 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:40:54,062 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:40:54,066 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:40:54,499 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 03:40:54,499 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 03:40:54,501 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:54,539 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-05-04 03:40:54,541 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 03:40:54,541 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 03:40:54,599 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:54,936 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:40:55,115 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:55,220 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:56,286 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:56,286 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:40:56,504 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:40:57,035 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:40:57,039 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:40:57,134 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:40:57,808 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:57,844 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:40:58,259 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:40:58,266 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:58,457 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:40:58,457 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb60f74e-6f1f-418a-a907-4f4e80494864/0e4b753db2664e6589dfd5467760fc81
+2017-05-04 03:40:58,494 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:40:58,572 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:58,572 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:58,577 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:40:58,578 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:40:58,583 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:40:58,585 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:40:58,779 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:40:58,949 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:59,074 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:40:59,074 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/acf98315-9bf0-499b-b31d-a71d1a056c91/checklist/new/
+2017-05-04 03:40:59,144 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:40:59,144 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:40:59,198 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:40:59,199 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:40:59,199 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:40:59,335 DEBUG test_login_with_new_user 413 33825 140735693222848 click_on on + Dashboard
+2017-05-04 03:40:59,370 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:40:59,634 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:40:59,698 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:41:00,108 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:41:00,150 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:00,308 DEBUG db_checklist 58 33826 140735693222848 Query : select owner_id from ice_checklist Where uuid = '860844b1-2dd6-46ed-a2a9-1b35068ed8cc' and state = 'peer_review';
+2017-05-04 03:41:00,311 DEBUG db_checklist 73 33826 140735693222848 Query result: 1
+2017-05-04 03:41:00,315 DEBUG db_general 177 33826 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:41:00,317 DEBUG db_general 188 33826 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:41:00,317 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:00,317 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:41:00,759 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:41:00,766 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:00,853 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:41:00,858 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:01,086 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:41:01,676 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:01,786 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:41:01,947 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:41:01,952 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:01,969 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:01,995 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:41:02,191 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:02,482 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:02,719 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:02,913 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:03,071 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:03,435 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:03,505 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:03,581 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:04,018 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:04,070 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:04,101 DEBUG fe_wizard 77 33825 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 03:41:04,467 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:04,715 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:04,996 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STL5Ryj';
+2017-05-04 03:41:05,000 DEBUG db_general 188 33826 140735693222848 Query result: 860844b1-2dd6-46ed-a2a9-1b35068ed8cc
+2017-05-04 03:41:05,006 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:05,228 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:05,848 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:06,684 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 03:41:06,684 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 03:41:06,700 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 03:41:06,701 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 03:41:06,701 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 03:41:06,968 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:41:07,061 DEBUG fe_wizard 97 33825 140735693222848 Tab Invite Team Members
+2017-05-04 03:41:07,399 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STVSxTN';
+2017-05-04 03:41:07,403 DEBUG db_general 188 33826 140735693222848 Query result: ece78432-21d3-4f1f-b981-c63f975dfbd2
+2017-05-04 03:41:07,413 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ece78432-21d3-4f1f-b981-c63f975dfbd2';
+2017-05-04 03:41:07,416 DEBUG db_general 188 33826 140735693222848 Query result: 2017-456
+2017-05-04 03:41:07,421 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-456';
+2017-05-04 03:41:07,434 DEBUG db_general 188 33826 140735693222848 Query result: 2
+2017-05-04 03:41:08,302 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:41:08,606 DEBUG fe_wizard 115 33825 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:41:08,616 DEBUG helper 42 33825 140735693222848 About to generate SSH Public Key
+2017-05-04 03:41:08,671 DEBUG helper 57 33825 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKd0yZAs0EH5IK/rR7zMy3uIs1jlg1dvF6Una1v0LOKeEXADnWECAz3uMQnZDPT6BD70JaTDuB3DiP05nNOwv5yuQ5qCXV0ARSxrzglElnDeFV96tfOVfbYy71U4TLPDuVHsyGn3XXnBdICUjbAIieIHlOYj/kXmCa6CUNqDIRngGfcLB2IJBs6yQGUmkK56/86lwACzHBzGUpvTE5rAyEPpimifGjOxgiElNqeAgHZAlu42e6jkeCMjHqdOLrejYCmw0e+IG2PgMBTxnCjUUMvBJM29tBuTguRD1zoriQ5eGOL+x5uOtEyIAGWL0bOL70dzbTNTjLQhDiJy6AOmrz
+2017-05-04 03:41:08,994 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:09,311 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:09,822 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:10,382 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:10,421 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:41:10,422 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c1936ba-7f38-4ebe-b2d0-845276c3a2c0/6319f5fc139b4ee9a36702045a537a62
+2017-05-04 03:41:10,494 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:10,537 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STVSxTN';
+2017-05-04 03:41:10,554 DEBUG db_general 188 33826 140735693222848 Query result: ece78432-21d3-4f1f-b981-c63f975dfbd2
+2017-05-04 03:41:10,565 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ece78432-21d3-4f1f-b981-c63f975dfbd2';
+2017-05-04 03:41:10,569 DEBUG db_general 188 33826 140735693222848 Query result: 2017-456
+2017-05-04 03:41:10,584 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-456';
+2017-05-04 03:41:10,590 DEBUG db_general 188 33826 140735693222848 Query result: 2
+2017-05-04 03:41:10,674 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:41:10,674 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:41:10,679 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:10,682 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:10,690 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:10,692 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:10,906 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:11,421 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:11,713 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:11,714 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/58071743-512d-4475-bf89-55847a2d61f9/checklist/new/
+2017-05-04 03:41:11,821 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:41:11,821 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:41:11,867 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:11,867 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:11,867 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:41:12,048 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STL5Ryj';
+2017-05-04 03:41:12,051 DEBUG db_general 188 33826 140735693222848 Query result: [('650e838d-2582-4470-b092-7563e8fdaa11',), ('860844b1-2dd6-46ed-a2a9-1b35068ed8cc',)]
+2017-05-04 03:41:12,056 DEBUG db_general 177 33826 140735693222848 Query : select state from ice_checklist Where uuid = '650e838d-2582-4470-b092-7563e8fdaa11';
+2017-05-04 03:41:12,059 DEBUG db_general 188 33826 140735693222848 Query result: pending
+2017-05-04 03:41:12,064 DEBUG db_general 177 33826 140735693222848 Query : select state from ice_checklist Where uuid = '860844b1-2dd6-46ed-a2a9-1b35068ed8cc';
+2017-05-04 03:41:12,070 DEBUG db_general 188 33826 140735693222848 Query result: archive
+2017-05-04 03:41:12,070 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:41:12,070 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 03:41:12,071 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:12,312 DEBUG fe_wizard 130 33825 140735693222848 SSH Key added via modal window.
+2017-05-04 03:41:12,317 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vf Where name = 'newVFST2a8XA';
+2017-05-04 03:41:12,320 DEBUG db_general 188 33825 140735693222848 Query result: cef6b4ba-e96a-4a30-aa96-b64d55aba506
+2017-05-04 03:41:12,324 DEBUG db_user 49 33825 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'cef6b4ba-e96a-4a30-aa96-b64d55aba506' and email = 'automationqattSTljkMn@gmail.com' ;
+2017-05-04 03:41:12,327 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTljkMn@gmail.com
+2017-05-04 03:41:12,423 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 03:41:12,424 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 03:41:12,424 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-04 03:41:12,585 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTn0UFV';
+2017-05-04 03:41:12,590 DEBUG db_general 188 33824 140735693222848 Query result: fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a
+2017-05-04 03:41:12,596 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a';
+2017-05-04 03:41:12,601 DEBUG db_general 188 33824 140735693222848 Query result: 2017-462
+2017-05-04 03:41:12,789 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:41:13,485 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:41:13,604 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:41:13,613 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:14,200 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 03:41:14,203 DEBUG db_general 188 33825 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:41:14,204 DEBUG db_user 37 33825 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STDxbh4@att.com&full_name=STA0OmCSTdJRzm&phone_number=2013548863&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:41:14,204 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STDxbh4@att.com&full_name=STA0OmCSTdJRzm&phone_number=2013548863&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:41:14,547 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:15,070 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:15,332 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST2a8XA';
+2017-05-04 03:41:15,335 DEBUG db_general 188 33825 140735693222848 Query result: 5e535c47-242b-4e87-a91e-60c7da95b94a
+2017-05-04 03:41:15,338 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e535c47-242b-4e87-a91e-60c7da95b94a';
+2017-05-04 03:41:15,341 DEBUG db_general 188 33825 140735693222848 Query result: 2017-463
+2017-05-04 03:41:15,346 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-463';
+2017-05-04 03:41:15,349 DEBUG db_general 188 33825 140735693222848 Query result: 5e535c47-242b-4e87-a91e-60c7da95b94a
+2017-05-04 03:41:15,353 DEBUG db_user 49 33825 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5e535c47-242b-4e87-a91e-60c7da95b94a' and email = 'STDxbh4@att.com' ;
+2017-05-04 03:41:15,360 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST2a8XA';
+2017-05-04 03:41:15,362 DEBUG db_general 188 33825 140735693222848 Query result: 5e535c47-242b-4e87-a91e-60c7da95b94a
+2017-05-04 03:41:15,369 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e535c47-242b-4e87-a91e-60c7da95b94a';
+2017-05-04 03:41:15,372 DEBUG db_general 188 33825 140735693222848 Query result: 2017-463
+2017-05-04 03:41:15,376 DEBUG db_general 177 33825 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-463';
+2017-05-04 03:41:15,379 DEBUG db_general 188 33825 140735693222848 Query result: 2
+2017-05-04 03:41:15,389 DEBUG api_user 206 33825 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:41:15,532 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:15,606 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:15,646 DEBUG api_user 231 33825 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:41:15,646 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5e535c47-242b-4e87-a91e-60c7da95b94a/checklist/new/
+2017-05-04 03:41:15,796 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:41:15,796 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:41:15,839 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:15,845 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STDxbh4@att.com';
+2017-05-04 03:41:15,848 DEBUG db_general 136 33825 140735693222848 Query result: d1cab87f-a03c-45da-8133-2d0d9c19edd1
+2017-05-04 03:41:15,855 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STDxbh4@att.com';
+2017-05-04 03:41:15,857 DEBUG db_general 136 33825 140735693222848 Query result: 458
+2017-05-04 03:41:15,861 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '458';
+2017-05-04 03:41:15,863 DEBUG db_general 188 33825 140735693222848 Query result: 7a18c56405434179a81a63e92e615b27
+2017-05-04 03:41:15,863 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d1cab87f-a03c-45da-8133-2d0d9c19edd1/7a18c56405434179a81a63e92e615b27
+2017-05-04 03:41:15,868 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5e535c47-242b-4e87-a91e-60c7da95b94a';
+2017-05-04 03:41:15,870 DEBUG db_general 188 33825 140735693222848 Query result: 2017-463
+2017-05-04 03:41:15,870 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d1cab87f-a03c-45da-8133-2d0d9c19edd1/7a18c56405434179a81a63e92e615b27
+2017-05-04 03:41:16,548 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:16,566 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST6QN1o';
+2017-05-04 03:41:16,570 DEBUG db_general 188 33824 140735693222848 Query result: 5fb7ebbd-f96a-4ac4-bec8-0bb21419db4d
+2017-05-04 03:41:16,575 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5fb7ebbd-f96a-4ac4-bec8-0bb21419db4d';
+2017-05-04 03:41:16,578 DEBUG db_general 188 33824 140735693222848 Query result: 2017-464
+2017-05-04 03:41:16,805 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:16,805 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:41:17,070 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:17,120 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:41:17,121 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f385045a-ea23-4683-aa55-77b9c86603f1/b3842c273d334b44b445750a5c823491
+2017-05-04 03:41:17,191 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:17,326 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:41:17,326 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:41:17,331 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:17,332 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:17,337 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:17,338 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:17,587 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:17,631 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:17,632 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dc3085c9-e29c-48bc-b02c-2792dd8d5f58/checklist/new/
+2017-05-04 03:41:17,715 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:41:17,715 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:41:17,749 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:17,749 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:17,749 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:41:17,851 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:41:18,498 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:41:18,587 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:41:18,592 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login/5e535c47-242b-4e87-a91e-60c7da95b94a?activation_success=true page is loaded.
+2017-05-04 03:41:18,643 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:41:19,155 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:19,332 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:41:19,433 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:41:19,437 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:19,875 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:19,950 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:20,222 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 03:41:20,223 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 03:41:20,241 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 03:41:20,241 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 03:41:20,241 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 03:41:20,413 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:20,491 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_vf Where name = 'STuRpxs';
+2017-05-04 03:41:20,495 DEBUG db_general 188 33826 140735693222848 Query result: 3e3fa7f0-a4f1-4a7b-a1b0-375744ca5023
+2017-05-04 03:41:20,499 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STuRpxs';
+2017-05-04 03:41:20,505 DEBUG db_general 188 33826 140735693222848 Query result: dc3085c9-e29c-48bc-b02c-2792dd8d5f58
+2017-05-04 03:41:20,511 DEBUG db_general 177 33826 140735693222848 Query : select engagement_id from ice_vf Where name = 'STuRpxs';
+2017-05-04 03:41:20,514 DEBUG db_general 188 33826 140735693222848 Query result: dc3085c9-e29c-48bc-b02c-2792dd8d5f58
+2017-05-04 03:41:20,519 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'dc3085c9-e29c-48bc-b02c-2792dd8d5f58';
+2017-05-04 03:41:20,522 DEBUG db_general 188 33826 140735693222848 Query result: 2017-467
+2017-05-04 03:41:20,528 DEBUG db_general 177 33826 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-467';
+2017-05-04 03:41:20,533 DEBUG db_general 188 33826 140735693222848 Query result: 1
+2017-05-04 03:41:20,544 DEBUG fe_checklist 50 33826 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:41:20,550 DEBUG db_general 177 33826 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'dc3085c9-e29c-48bc-b02c-2792dd8d5f58';
+2017-05-04 03:41:20,552 DEBUG db_general 188 33826 140735693222848 Query result: 2017-467
+2017-05-04 03:41:20,563 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTSFqJb';
+2017-05-04 03:41:20,567 DEBUG db_general 188 33824 140735693222848 Query result: b99002db-4445-4b6c-8467-f8b8c2f55e73
+2017-05-04 03:41:20,573 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b99002db-4445-4b6c-8467-f8b8c2f55e73';
+2017-05-04 03:41:20,578 DEBUG db_general 188 33824 140735693222848 Query result: 2017-465
+2017-05-04 03:41:20,608 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:20,949 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 03:41:20,949 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 03:41:20,969 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-05-04 03:41:20,970 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 03:41:20,970 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-05-04 03:41:22,602 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:23,120 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:23,371 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:23,628 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=3e3fa7f0-a4f1-4a7b-a1b0-375744ca5023&inviter_uuid=f385045a-ea23-4683-aa55-77b9c86603f1&email=automationqattSTtZCH1@gmail.com
+2017-05-04 03:41:24,128 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:24,677 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTn0UFV';
+2017-05-04 03:41:24,683 DEBUG db_general 188 33824 140735693222848 Query result: fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a
+2017-05-04 03:41:24,692 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a';
+2017-05-04 03:41:24,696 DEBUG db_general 188 33824 140735693222848 Query result: 2017-462
+2017-05-04 03:41:24,702 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTn0UFV';
+2017-05-04 03:41:24,708 DEBUG db_general 188 33824 140735693222848 Query result: fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a
+2017-05-04 03:41:24,713 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a';
+2017-05-04 03:41:24,717 DEBUG db_general 188 33824 140735693222848 Query result: 2017-462
+2017-05-04 03:41:24,723 DEBUG db_general 177 33824 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-462';
+2017-05-04 03:41:24,727 DEBUG db_general 188 33824 140735693222848 Query result: 2
+2017-05-04 03:41:24,744 DEBUG db_general 128 33824 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STaB8rX@intl.att.com';
+2017-05-04 03:41:24,747 DEBUG db_general 136 33824 140735693222848 Query result: f70a10c3-bb8d-4989-a7db-0451e5488a1c
+2017-05-04 03:41:24,748 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:41:24,748 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3480c7d6-73e8-444c-a680-d733a0759a52/52bd9d1b6a234362835a29108b52ce98
+2017-05-04 03:41:24,758 DEBUG db_user 49 33824 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a' and email = 'STDQluv@intl.att.com' ;
+2017-05-04 03:41:24,768 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 03:41:24,775 DEBUG db_general 188 33824 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:41:24,775 DEBUG db_user 37 33824 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=64d68a59-59bd-48ab-88a0-024372e51933&email=STDQluv@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:41:24,776 DEBUG api_user 206 33824 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:41:24,860 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:24,981 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:41:24,982 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:41:24,986 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:24,987 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:24,991 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:24,993 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:25,223 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:41:25,525 DEBUG api_user 231 33824 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:41:25,525 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a/checklist/new/
+2017-05-04 03:41:25,637 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:41:25,637 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:41:25,644 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:25,645 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ed2aefd-6289-45d6-9a75-fa821dbcf827/checklist/new/
+2017-05-04 03:41:25,656 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:41:25,661 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3C64I@intl.att.com';
+2017-05-04 03:41:25,664 DEBUG db_general 136 33825 140735693222848 Query result: b8ef0b0d-5d32-4a2b-9b56-05307c3656da
+2017-05-04 03:41:25,671 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3C64I@intl.att.com';
+2017-05-04 03:41:25,674 DEBUG db_general 136 33825 140735693222848 Query result: b8ef0b0d-5d32-4a2b-9b56-05307c3656da
+2017-05-04 03:41:25,679 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'ST3C64I@intl.att.com';
+2017-05-04 03:41:25,681 DEBUG db_general 136 33825 140735693222848 Query result: 462
+2017-05-04 03:41:25,687 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '462';
+2017-05-04 03:41:25,690 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:25,691 DEBUG db_general 188 33825 140735693222848 Query result: 9bf445a14e154dae86d3bad8cf32b07a
+2017-05-04 03:41:25,691 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b8ef0b0d-5d32-4a2b-9b56-05307c3656da/9bf445a14e154dae86d3bad8cf32b07a
+2017-05-04 03:41:25,691 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b8ef0b0d-5d32-4a2b-9b56-05307c3656da/9bf445a14e154dae86d3bad8cf32b07a
+2017-05-04 03:41:25,697 DEBUG db_general 128 33824 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STDQluv@intl.att.com';
+2017-05-04 03:41:25,700 DEBUG db_general 136 33824 140735693222848 Query result: 0b20252c-cf68-4dc5-99c6-12b9c2a8ffa7
+2017-05-04 03:41:25,705 DEBUG db_general 128 33824 140735693222848 Query : select id from auth_user WHERE Email = 'STDQluv@intl.att.com';
+2017-05-04 03:41:25,707 DEBUG db_general 136 33824 140735693222848 Query result: 461
+2017-05-04 03:41:25,711 DEBUG db_general 177 33824 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '461';
+2017-05-04 03:41:25,713 DEBUG db_general 188 33824 140735693222848 Query result: dd21c53b69a245a4871ebfdb712a4d85
+2017-05-04 03:41:25,713 DEBUG db_user 27 33824 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0b20252c-cf68-4dc5-99c6-12b9c2a8ffa7/dd21c53b69a245a4871ebfdb712a4d85
+2017-05-04 03:41:25,713 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0b20252c-cf68-4dc5-99c6-12b9c2a8ffa7/dd21c53b69a245a4871ebfdb712a4d85
+2017-05-04 03:41:25,753 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:41:25,754 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:41:25,817 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:25,830 DEBUG db_general 177 33827 140735693222848 Query : select id from ice_user_profile Where email = 'STNpAHi@intl.att.com';
+2017-05-04 03:41:25,833 DEBUG db_general 188 33827 140735693222848 Query result: 460
+2017-05-04 03:41:25,840 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_next_step Where owner_id = '460';
+2017-05-04 03:41:25,845 DEBUG db_general 188 33827 140735693222848 Query result: e5d655e3-7157-45d4-8e95-ec1605111c7e
+2017-05-04 03:41:25,871 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:25,871 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:41:26,067 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:26,067 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:41:26,756 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:26,757 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:41:26,795 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:26,796 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:41:26,914 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:41:26,930 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:41:27,571 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:41:27,579 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:41:27,669 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:41:27,674 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:27,677 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:41:27,689 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:41:27,715 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:41:27,723 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:28,250 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:28,368 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:41:28,563 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:41:28,572 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:41:28,661 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:41:28,805 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:28,814 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:41:28,820 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login/fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a?activation_success=true page is loaded.
+2017-05-04 03:41:28,827 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:29,108 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:29,324 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:29,372 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:29,672 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:29,682 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:29,930 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:30,180 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:30,616 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTn0UFV';
+2017-05-04 03:41:30,621 DEBUG db_general 188 33824 140735693222848 Query result: fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a
+2017-05-04 03:41:30,626 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fcce52f3-6ab3-4bd0-8e63-e9ec01ed726a';
+2017-05-04 03:41:30,629 DEBUG db_general 188 33824 140735693222848 Query result: 2017-462
+2017-05-04 03:41:30,694 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:30,709 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:30,710 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:41:30,858 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:30,927 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:31,440 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:31,542 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:31,602 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:41:31,961 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST6QN1o';
+2017-05-04 03:41:31,965 DEBUG db_general 188 33824 140735693222848 Query result: 5fb7ebbd-f96a-4ac4-bec8-0bb21419db4d
+2017-05-04 03:41:31,971 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5fb7ebbd-f96a-4ac4-bec8-0bb21419db4d';
+2017-05-04 03:41:31,975 DEBUG db_general 188 33824 140735693222848 Query result: 2017-464
+2017-05-04 03:41:32,155 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:32,385 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:41:32,541 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:41:32,551 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:32,670 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:33,081 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:33,187 DEBUG db_general 177 33824 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTSFqJb';
+2017-05-04 03:41:33,193 DEBUG db_general 188 33824 140735693222848 Query result: b99002db-4445-4b6c-8467-f8b8c2f55e73
+2017-05-04 03:41:33,196 DEBUG db_general 177 33824 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b99002db-4445-4b6c-8467-f8b8c2f55e73';
+2017-05-04 03:41:33,198 DEBUG db_general 188 33824 140735693222848 Query result: 2017-465
+2017-05-04 03:41:33,379 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:33,651 DEBUG test_login_with_new_user 342 33825 140735693222848 click_on on + Dashboard
+2017-05-04 03:41:33,889 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:33,899 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:41:34,414 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 03:41:34,414 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 03:41:34,425 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-05-04 03:41:34,426 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 03:41:34,426 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-05-04 03:41:34,680 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STSAJo5';
+2017-05-04 03:41:34,682 DEBUG db_general 188 33826 140735693222848 Query result: aee62fc1-966f-478d-8e30-dfaa4d05fb66
+2017-05-04 03:41:34,686 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where uuid = 'aee62fc1-966f-478d-8e30-dfaa4d05fb66' order by update_time desc limit 1;
+2017-05-04 03:41:34,695 DEBUG db_general 177 33826 140735693222848 Query : select template_id from ice_checklist Where name = 'STSAJo5';
+2017-05-04 03:41:34,698 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:41:34,889 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:41:35,938 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:36,054 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:36,055 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:41:36,794 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:36,909 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:41:36,955 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:37,469 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:37,572 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:41:37,678 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:41:37,683 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:37,991 DEBUG fe_wizard 57 33825 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:41:38,213 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:41:38,213 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/16aa7665-228d-4e26-954d-19a8cb25d5eb/59c29911e75b407d9839948f25956bd9
+2017-05-04 03:41:38,272 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:38,394 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:41:38,394 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:41:38,400 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:38,405 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:38,409 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:38,412 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:38,654 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:38,768 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:38,768 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51a8ba53-fb89-4b01-ae9e-33af7862b8a0/checklist/new/
+2017-05-04 03:41:38,840 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:41:38,840 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:41:38,874 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:38,956 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:41:38,957 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/524047fb-191f-47cb-ad08-d6519e4fc356/df12408fad834a19a8447729ba74065a
+2017-05-04 03:41:38,995 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:39,086 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:41:39,086 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:41:39,090 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:39,092 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:39,096 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:39,097 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:39,165 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:39,401 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:39,401 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fdb7d965-7e9d-421a-8505-fe7f2539b935/checklist/new/
+2017-05-04 03:41:39,474 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:41:39,474 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:41:39,507 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:39,508 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:39,508 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:41:39,696 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:40,372 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:41:40,967 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:41,080 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:41:41,159 DEBUG fe_wizard 97 33825 140735693222848 Tab Invite Team Members
+2017-05-04 03:41:41,182 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:41:41,189 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:41,505 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist Where name = 'STSAJo5';
+2017-05-04 03:41:41,509 DEBUG db_general 188 33826 140735693222848 Query result: aee62fc1-966f-478d-8e30-dfaa4d05fb66
+2017-05-04 03:41:41,516 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:41,702 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:42,243 DEBUG fe_wizard 115 33825 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:41:42,253 DEBUG helper 42 33825 140735693222848 About to generate SSH Public Key
+2017-05-04 03:41:42,464 DEBUG helper 57 33825 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxo5ZlM7M2yFLuuz3FH5KRnjhphkPsdYhhF7JDieSKQFI0YcU/c9YoRmIzsh7DU2Mel1VycfwZDRuYsQ/SQ/sh9mFif8WLFTP+F1raDxkvZ8Lc6/4aqWoP8c9LLGgpImnQsgBPqZeTnF9qOBFSlPAA8xS6snSiK7xh55mKqqiO6DvETkv6ODDiSWDzcNJ5ASHJSrbqbuBs8xNg3ZbxLNigpFbXJ5t4uhWaXSvOEqizrVGKaFGKbIjXC997YDPXLY8VDABSi5gjlaWFCzf0M0tFPg4p8t7Km8b9oA5EEGev+2tswWoTpo5AvARkUwSuj72oyo5HqLD23t0jrvimCHrp
+2017-05-04 03:41:43,799 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 03:41:43,799 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 03:41:43,820 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 03:41:43,820 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 03:41:43,821 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 03:41:44,884 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:41:44,900 DEBUG db_user 49 33824 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '51a8ba53-fb89-4b01-ae9e-33af7862b8a0' and email = 'STFDGPl@intl.att.com' ;
+2017-05-04 03:41:44,905 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=dc9cff5c-4aa6-4d0a-9cfd-513274654fa0
+2017-05-04 03:41:45,474 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:41:45,698 DEBUG fe_wizard 130 33825 140735693222848 SSH Key added via modal window.
+2017-05-04 03:41:45,703 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTnYDwy';
+2017-05-04 03:41:45,709 DEBUG db_general 188 33825 140735693222848 Query result: 907d5630-9497-424b-86a0-fd2ec0c9b75e
+2017-05-04 03:41:45,714 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTnYDwy';
+2017-05-04 03:41:45,719 DEBUG db_general 188 33825 140735693222848 Query result: 907d5630-9497-424b-86a0-fd2ec0c9b75e
+2017-05-04 03:41:45,724 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '907d5630-9497-424b-86a0-fd2ec0c9b75e';
+2017-05-04 03:41:45,727 DEBUG db_general 188 33825 140735693222848 Query result: 2017-469
+2017-05-04 03:41:45,732 DEBUG db_general 177 33825 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-469';
+2017-05-04 03:41:45,735 DEBUG db_general 188 33825 140735693222848 Query result: 2
+2017-05-04 03:41:45,748 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '907d5630-9497-424b-86a0-fd2ec0c9b75e';
+2017-05-04 03:41:45,753 DEBUG db_general 188 33825 140735693222848 Query result: 2017-469
+2017-05-04 03:41:45,759 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-469';
+2017-05-04 03:41:45,763 DEBUG db_general 188 33825 140735693222848 Query result: 907d5630-9497-424b-86a0-fd2ec0c9b75e
+2017-05-04 03:41:45,769 DEBUG db_user 49 33825 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '907d5630-9497-424b-86a0-fd2ec0c9b75e' and email = 'STbUa50@ericson.com' ;
+2017-05-04 03:41:45,778 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 03:41:45,782 DEBUG db_general 188 33825 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:41:45,782 DEBUG db_user 37 33825 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=4b350013-4fb7-4709-bcf6-d27c2da859fa&email=STbUa50@ericson.com&full_name=STZLzRYST5FhIZ&phone_number=2018465984&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:41:45,783 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=4b350013-4fb7-4709-bcf6-d27c2da859fa&email=STbUa50@ericson.com&full_name=STZLzRYST5FhIZ&phone_number=2018465984&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:41:46,291 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:46,292 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:41:46,320 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:46,940 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:47,212 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:41:47,440 DEBUG api_user 206 33825 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:41:47,652 DEBUG api_user 231 33825 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:41:47,652 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/907d5630-9497-424b-86a0-fd2ec0c9b75e/checklist/new/
+2017-05-04 03:41:47,745 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:41:47,745 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:41:47,795 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:47,804 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbUa50@ericson.com';
+2017-05-04 03:41:47,808 DEBUG db_general 136 33825 140735693222848 Query result: f7c4a6ba-74f1-4867-b8b3-fae6fdf913f7
+2017-05-04 03:41:47,813 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STbUa50@ericson.com';
+2017-05-04 03:41:47,818 DEBUG db_general 136 33825 140735693222848 Query result: 465
+2017-05-04 03:41:47,825 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '465';
+2017-05-04 03:41:47,827 DEBUG db_general 188 33825 140735693222848 Query result: 2e09ef352eb9442bb38f6384f57b08e0
+2017-05-04 03:41:47,828 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f7c4a6ba-74f1-4867-b8b3-fae6fdf913f7/2e09ef352eb9442bb38f6384f57b08e0
+2017-05-04 03:41:47,828 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f7c4a6ba-74f1-4867-b8b3-fae6fdf913f7/2e09ef352eb9442bb38f6384f57b08e0
+2017-05-04 03:41:47,902 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:41:48,058 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:41:48,065 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=dc9cff5c-4aa6-4d0a-9cfd-513274654fa0 page is loaded.
+2017-05-04 03:41:48,295 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:41:48,296 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e33adc7-0ecb-4c95-9893-7b6167b20b9e/fc73f296a6c444e1ac997b9d312c1dfc
+2017-05-04 03:41:48,340 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:48,476 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:41:48,477 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:41:48,482 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:48,484 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:48,488 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:48,490 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:48,718 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:48,793 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:48,793 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:41:49,206 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:49,206 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b04af71-3946-4351-afda-1c5b062aa0b6/checklist/new/
+2017-05-04 03:41:49,231 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:49,289 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:41:49,290 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:41:49,324 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:49,325 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:49,325 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:41:49,672 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:41:50,133 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:50,134 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:41:50,201 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:41:50,315 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:41:50,448 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:41:50,454 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login/907d5630-9497-424b-86a0-fd2ec0c9b75e?activation_success=true page is loaded.
+2017-05-04 03:41:50,892 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:41:50,951 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:41:50,995 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:51,038 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:41:51,053 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:51,516 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:51,650 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:41:51,794 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:41:51,802 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:41:52,034 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:52,233 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 03:41:52,234 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 03:41:52,252 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-05-04 03:41:52,252 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 03:41:52,252 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-05-04 03:41:52,320 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:52,608 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:52,867 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:53,126 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:53,349 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 03:41:53,349 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 03:41:53,376 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-05-04 03:41:53,377 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 03:41:53,377 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-05-04 03:41:53,660 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:41:54,716 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:41:54,748 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:55,308 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:55,400 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:56,508 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:41:56,628 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:41:56,628 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c3f99e3e-926f-42a5-b444-c7cc61b9548f/78b77bcb967c492da0509c637c05c382
+2017-05-04 03:41:56,677 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:56,784 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:41:56,784 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:41:56,785 DEBUG test_next_step 91 33827 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 03:41:56,790 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:56,792 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:56,798 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:56,800 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:57,228 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:57,534 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:57,535 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b9418e50-90e9-4eb1-82a7-f2d8c74ece19/checklist/new/
+2017-05-04 03:41:57,633 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:41:57,634 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:41:57,663 DEBUG test_next_step 91 33827 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 03:41:57,664 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 03:41:57,664 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 03:41:57,685 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 03:41:57,686 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 03:41:57,686 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 03:41:57,717 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:57,879 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:41:57,880 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:41:57,880 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:41:57,880 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:41:58,486 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:58,519 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:41:58,520 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2fbccf58-6a32-4cb2-a3dd-dfeb333217a4/4460297bc09e49b18dfffedfb811654e
+2017-05-04 03:41:58,572 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:41:58,722 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:41:58,723 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:41:58,728 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:41:58,730 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:41:58,737 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:41:58,740 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:41:59,030 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:41:59,088 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:59,313 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:41:59,314 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/924b5e57-9159-4802-9bca-fe3d7bf5aeb2/checklist/new/
+2017-05-04 03:41:59,395 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:41:59,395 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:41:59,432 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:59,519 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:41:59,520 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:41:59,520 DEBUG api_checklist 24 33826 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/924b5e57-9159-4802-9bca-fe3d7bf5aeb2/checklist/new/
+2017-05-04 03:41:59,527 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:41:59,529 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:41:59,530 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/924b5e57-9159-4802-9bca-fe3d7bf5aeb2/checklist/new/
+2017-05-04 03:41:59,635 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:41:59,635 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:41:59,682 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:41:59,732 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:41:59,767 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:41:59,863 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:41:59,868 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:00,049 DEBUG api_checklist 40 33826 140735693222848 Checklist was created successfully!
+2017-05-04 03:42:00,055 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTbXg7P' order by update_time desc limit 1;
+2017-05-04 03:42:00,062 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:42:00,383 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:00,847 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:00,908 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:01,108 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:01,109 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:42:01,436 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:01,943 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:42:02,237 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:42:02,237 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b4509e7b-0727-4060-996e-5c763feeaae1/a987f8d493f747f9b7d5d64f720c395d
+2017-05-04 03:42:02,302 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:02,350 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:02,442 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:02,442 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:02,448 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:02,451 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:02,458 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:02,460 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:02,620 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:42:02,770 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:42:02,780 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:03,112 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:03,305 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:03,530 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:03,530 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d08f8915-a90b-45aa-8c56-a8b4e4bd4ce5/checklist/new/
+2017-05-04 03:42:03,900 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:03,927 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:03,928 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:04,174 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:42:04,263 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:04,263 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:04,263 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:42:04,287 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:42:04,747 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:05,257 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:42:05,276 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:05,823 DEBUG db_checklist 391 33826 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTbXg7P' order by create_time desc limit 1;
+2017-05-04 03:42:05,830 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:05,886 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:42:05,990 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:42:05,994 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:06,696 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:06,882 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:06,893 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:07,197 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:07,215 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:07,405 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:07,405 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:07,918 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:07,921 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:07,948 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:08,067 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:08,456 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:08,485 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:08,580 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:09,111 DEBUG db_general 66 33825 140735693222848 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTZID9o';
+2017-05-04 03:42:09,114 DEBUG db_general 78 33825 140735693222848 Query result: newVFVersion8ST2i5sU
+2017-05-04 03:42:09,119 DEBUG db_general 66 33825 140735693222848 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion8ST2i5sU';
+2017-05-04 03:42:09,122 DEBUG db_general 78 33825 140735693222848 Query result: newVFSTZID9o
+2017-05-04 03:42:09,122 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 03:42:09,122 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 03:42:09,143 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-05-04 03:42:09,144 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 03:42:09,144 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-05-04 03:42:09,146 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:09,446 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:09,946 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:42:10,175 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:10,461 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:42:11,012 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:11,529 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:11,963 DEBUG test_next_step 104 33827 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 03:42:12,042 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where uuid = '7ca68f97-6f6c-428a-812f-5505aad8f82e' order by update_time desc limit 1;
+2017-05-04 03:42:12,046 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 03:42:12,046 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 03:42:12,083 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-05-04 03:42:12,084 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:42:12,084 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 03:42:12,409 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:12,863 DEBUG test_next_step 104 33827 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 03:42:12,863 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 03:42:12,864 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 03:42:12,884 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 03:42:12,885 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 03:42:12,885 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 03:42:14,582 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:42:14,596 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STnsX5q@intl.att.com';
+2017-05-04 03:42:14,601 DEBUG db_general 136 33825 140735693222848 Query result: 515c217b-1126-4e59-b8a5-62b395cd1e1e
+2017-05-04 03:42:14,613 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STnsX5q@intl.att.com';
+2017-05-04 03:42:14,617 DEBUG db_general 136 33825 140735693222848 Query result: 470
+2017-05-04 03:42:14,622 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '470';
+2017-05-04 03:42:14,625 DEBUG db_general 188 33825 140735693222848 Query result: 31a47242c87f4851b6adc7c7ece4ecd0
+2017-05-04 03:42:14,625 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/515c217b-1126-4e59-b8a5-62b395cd1e1e/31a47242c87f4851b6adc7c7ece4ecd0
+2017-05-04 03:42:14,625 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/515c217b-1126-4e59-b8a5-62b395cd1e1e/31a47242c87f4851b6adc7c7ece4ecd0
+2017-05-04 03:42:15,479 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:15,663 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:42:15,830 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:15,830 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:42:16,117 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:16,818 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:42:16,869 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:42:16,870 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9b642e47-100a-4d2f-9a56-16316bc2e0ce/0711f332ddd34c21a1056687b3e3ada6
+2017-05-04 03:42:16,914 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:16,999 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:17,000 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:17,005 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:17,007 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:17,011 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:17,013 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:17,304 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:17,304 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/668ae02f-de11-4202-9e1a-f33344e971ac/checklist/new/
+2017-05-04 03:42:17,409 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:17,410 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:17,427 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:42:17,427 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4d69c7be-8f47-4780-972c-3703b5d8ea2c/0c7519d723e54dc48a711de2f72d98e7
+2017-05-04 03:42:17,458 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:17,458 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:17,458 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:42:17,470 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:42:17,473 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:17,589 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:17,589 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:17,596 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:17,599 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:17,611 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:17,616 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:17,640 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:42:17,650 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:42:17,979 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:18,315 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:18,315 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7525a0e0-d7c4-4509-ad53-9e5c1e278f6b/checklist/new/
+2017-05-04 03:42:18,399 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:18,400 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:18,455 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:42:18,498 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:18,508 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:18,596 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:18,631 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:18,631 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:18,632 DEBUG api_checklist 24 33827 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7525a0e0-d7c4-4509-ad53-9e5c1e278f6b/checklist/new/
+2017-05-04 03:42:18,637 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:42:18,640 DEBUG db_general 188 33827 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:42:18,641 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7525a0e0-d7c4-4509-ad53-9e5c1e278f6b/checklist/new/
+2017-05-04 03:42:18,736 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:18,737 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:18,789 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:19,009 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:19,066 DEBUG api_checklist 40 33827 140735693222848 Checklist was created successfully!
+2017-05-04 03:42:19,070 DEBUG db_general 202 33827 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISThxY2L' order by update_time desc limit 1;
+2017-05-04 03:42:19,078 DEBUG db_checklist 391 33827 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISThxY2L' order by create_time desc limit 1;
+2017-05-04 03:42:19,081 DEBUG api_checklist 116 33827 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7525a0e0-d7c4-4509-ad53-9e5c1e278f6b/checklist/70290977-60a0-428e-b72a-a5c2ac90b545/nextstep/
+2017-05-04 03:42:19,145 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:42:19,331 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:42:19,343 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:19,521 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:19,757 DEBUG api_checklist 132 33827 140735693222848 Next step was added successfully!
+2017-05-04 03:42:19,758 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:19,758 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:42:19,860 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:19,898 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:42:19,903 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STsG42E@intl.att.com';
+2017-05-04 03:42:19,908 DEBUG db_general 136 33825 140735693222848 Query result: 0e71d506-aff3-4afc-b771-08f246594f0d
+2017-05-04 03:42:19,914 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STsG42E@intl.att.com';
+2017-05-04 03:42:19,920 DEBUG db_general 136 33825 140735693222848 Query result: 473
+2017-05-04 03:42:19,929 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '473';
+2017-05-04 03:42:19,931 DEBUG db_general 188 33825 140735693222848 Query result: b581f8de803747308a11ece495b60384
+2017-05-04 03:42:19,932 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e71d506-aff3-4afc-b771-08f246594f0d/b581f8de803747308a11ece495b60384
+2017-05-04 03:42:20,253 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:20,586 DEBUG test_notification_for_new_user 33 33826 140735693222848 Go to notifications page
+2017-05-04 03:42:20,714 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:42:20,728 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:20,728 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:42:20,914 DEBUG test_notification_for_new_user 35 33826 140735693222848 Remove one notification
+2017-05-04 03:42:20,922 DEBUG db_general 128 33826 140735693222848 Query : select id from ice_user_profile WHERE Email = 'ST02xIB@intl.att.com';
+2017-05-04 03:42:20,925 DEBUG db_general 136 33826 140735693222848 Query result: 471
+2017-05-04 03:42:20,930 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_notification Where user_id = '471';
+2017-05-04 03:42:20,933 DEBUG db_general 188 33826 140735693222848 Query result: [('034dd87e-4cd7-4e6b-9c97-c4a345a1a013',), ('4b6b46a5-dc7a-4fdc-afa4-e1bf34e27043',), ('76b8a565-96d4-43df-aba0-3834b6b07984',)]
+2017-05-04 03:42:20,938 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 03:42:21,392 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:42:21,487 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:42:21,492 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:21,497 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 03:42:21,631 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:42:22,291 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:42:22,339 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:22,396 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:42:22,402 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:42:22,648 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:42:22,649 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 03:42:22,673 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 03:42:22,674 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:42:22,674 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 03:42:22,855 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:23,381 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:23,396 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:24,234 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 03:42:24,235 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 03:42:24,265 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-05-04 03:42:24,266 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 03:42:24,266 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-05-04 03:42:24,597 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:25,215 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:25,738 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:25,774 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:42:25,966 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:26,954 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = 'b49ac4b8-e1e0-4b73-a62f-fdcb8d4d1625';
+2017-05-04 03:42:26,958 DEBUG db_general 188 33827 140735693222848 Query result: API next step test STaUKLd
+2017-05-04 03:42:26,959 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 03:42:26,959 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 03:42:26,980 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 03:42:26,981 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 03:42:26,981 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 03:42:27,305 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:42:27,306 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44ec2584-641e-4f93-bd2d-3c74e6e0675e/d0c60cf0421144b3a934a7b29f5584a9
+2017-05-04 03:42:27,341 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:27,457 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:27,458 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:27,465 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:27,485 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:27,489 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:27,494 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:27,497 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:28,464 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:28,465 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cb32757-6a70-4fc5-b7d9-03cf87081fb7/checklist/new/
+2017-05-04 03:42:28,551 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:28,619 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:28,620 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:28,687 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:28,821 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:28,821 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:28,822 DEBUG api_checklist 24 33826 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cb32757-6a70-4fc5-b7d9-03cf87081fb7/checklist/new/
+2017-05-04 03:42:28,830 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:42:28,832 DEBUG db_general 188 33826 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:42:28,832 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3cb32757-6a70-4fc5-b7d9-03cf87081fb7/checklist/new/
+2017-05-04 03:42:28,958 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:28,958 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:29,029 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:29,095 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:42:29,096 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:29,096 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:42:29,376 DEBUG api_checklist 40 33826 140735693222848 Checklist was created successfully!
+2017-05-04 03:42:29,386 DEBUG db_checklist 391 33826 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTJE6Oj' order by create_time desc limit 1;
+2017-05-04 03:42:29,400 DEBUG db_general 202 33826 140735693222848 Query : select state from ice_checklist Where uuid = 'a441401e-668e-4876-bc97-bb1f2f32b4d7' order by update_time desc limit 1;
+2017-05-04 03:42:29,405 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:29,406 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:42:29,864 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:30,117 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:30,305 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:42:30,395 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:42:30,518 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:30,942 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:42:31,045 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:42:31,081 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:42:31,203 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:42:31,210 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:31,222 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:42:31,337 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:42:31,338 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7331c5be-02fc-46b6-99d3-5c0e1fa29218/b95e989cc2ca4989ba4d3b9438d08590
+2017-05-04 03:42:31,393 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:31,534 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:31,535 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:31,542 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:31,545 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:31,557 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:31,567 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:31,780 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STmAjdb@intl.att.com';
+2017-05-04 03:42:31,785 DEBUG db_general 136 33825 140735693222848 Query result: eaa8da7e-ac69-4665-8ab8-b1bbeb895a9a
+2017-05-04 03:42:31,790 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STmAjdb@intl.att.com';
+2017-05-04 03:42:31,793 DEBUG db_general 136 33825 140735693222848 Query result: 475
+2017-05-04 03:42:31,798 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '475';
+2017-05-04 03:42:31,800 DEBUG db_general 188 33825 140735693222848 Query result: 91ce46698c6a436aaaf157a0b5c7dbfe
+2017-05-04 03:42:31,800 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eaa8da7e-ac69-4665-8ab8-b1bbeb895a9a/91ce46698c6a436aaaf157a0b5c7dbfe
+2017-05-04 03:42:31,800 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eaa8da7e-ac69-4665-8ab8-b1bbeb895a9a/91ce46698c6a436aaaf157a0b5c7dbfe
+2017-05-04 03:42:32,045 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:32,321 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:32,321 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d09b5ad-07b5-40ef-84d6-68c489f04429/checklist/new/
+2017-05-04 03:42:32,446 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:32,446 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:32,497 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:32,563 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:32,615 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:32,615 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:32,615 DEBUG api_checklist 24 33827 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d09b5ad-07b5-40ef-84d6-68c489f04429/checklist/new/
+2017-05-04 03:42:32,621 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:42:32,623 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:32,623 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:42:32,624 DEBUG db_general 188 33827 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:42:32,624 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d09b5ad-07b5-40ef-84d6-68c489f04429/checklist/new/
+2017-05-04 03:42:32,715 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:32,716 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:32,751 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:32,953 DEBUG api_checklist 40 33827 140735693222848 Checklist was created successfully!
+2017-05-04 03:42:32,958 DEBUG db_general 202 33827 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTZMQYX' order by update_time desc limit 1;
+2017-05-04 03:42:32,963 DEBUG db_checklist 391 33827 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTZMQYX' order by create_time desc limit 1;
+2017-05-04 03:42:32,967 DEBUG api_checklist 116 33827 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d09b5ad-07b5-40ef-84d6-68c489f04429/checklist/4132f1a0-6af1-4c84-879f-0eeb2ed9563e/nextstep/
+2017-05-04 03:42:33,224 DEBUG api_checklist 132 33827 140735693222848 Next step was added successfully!
+2017-05-04 03:42:33,224 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:33,224 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:42:33,468 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:42:34,125 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:42:34,142 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:42:34,307 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:42:34,314 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:42:34,767 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:42:34,837 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:34,858 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:42:35,054 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:42:35,061 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:35,139 DEBUG fe_wizard 24 33824 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:42:35,281 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:42:35,738 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:35,797 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:42:36,216 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:36,258 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:36,543 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:36,734 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:36,801 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 03:42:36,801 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 03:42:36,817 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-05-04 03:42:36,817 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 03:42:36,817 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-05-04 03:42:37,051 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:42:37,264 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:37,831 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:37,831 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:42:38,412 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:38,660 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:38,792 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:42:38,944 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:39,303 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:39,388 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:39,474 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:42:39,622 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:42:39,630 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:40,021 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:40,226 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:40,537 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:40,592 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = 'b35c4c15-4433-4fdd-bfc6-d8572699c784';
+2017-05-04 03:42:40,595 DEBUG db_general 188 33827 140735693222848 Query result: API next step test STVMY37
+2017-05-04 03:42:40,595 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 03:42:40,595 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 03:42:40,613 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 03:42:40,614 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 03:42:40,615 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 03:42:40,743 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:41,099 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:42:41,100 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf38133c-cd7c-44c3-a15f-064472626bc5/bf972768356f483c8a31cca136072a50
+2017-05-04 03:42:41,158 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:41,202 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:41,272 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:42:41,272 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:42:41,278 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:41,279 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:41,284 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:41,286 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:41,647 DEBUG db_general 128 33826 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STeJl0C@intl.att.com';
+2017-05-04 03:42:41,651 DEBUG db_general 136 33826 140735693222848 Query result: 474
+2017-05-04 03:42:41,656 DEBUG db_general 177 33826 140735693222848 Query : select uuid from ice_notification Where user_id = '474';
+2017-05-04 03:42:41,660 DEBUG db_general 188 33826 140735693222848 Query result: [('85ac9a03-19fc-46c2-9577-12231ad600ea',), ('dbf33eb8-ed62-47ca-9c05-fcb25f9f0d4f',), ('3c98f07b-9c33-48e8-a0c4-47d97b062523',)]
+2017-05-04 03:42:41,959 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:42:41,959 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 03:42:41,980 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 03:42:41,981 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 03:42:41,981 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-05-04 03:42:42,226 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:42,226 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/564d7ba5-e3d5-4d68-9e18-467f7933360b/checklist/new/
+2017-05-04 03:42:42,371 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:42:42,372 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:42:42,417 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:42,418 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:42,418 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:42:43,416 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:42:43,736 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:44,085 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:42:44,104 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 03:42:44,104 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 03:42:44,125 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-05-04 03:42:44,126 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 03:42:44,126 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-05-04 03:42:44,241 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:42:44,247 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:44,494 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:44,767 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:45,285 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:45,472 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:42:45,472 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8661836d-b47c-4ed8-8dce-303710ededff/2c7cbe5c45124933b60a2f291abe4eb0
+2017-05-04 03:42:45,519 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:45,637 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:45,638 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:45,644 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:45,647 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:45,653 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:45,655 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:45,816 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:46,017 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:46,017 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f82cf6a5-ff2e-4e01-987b-c27d8acd5569/checklist/new/
+2017-05-04 03:42:46,063 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181
+2017-05-04 03:42:46,143 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:46,143 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:46,216 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:46,341 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:46,342 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:46,342 DEBUG api_checklist 24 33827 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f82cf6a5-ff2e-4e01-987b-c27d8acd5569/checklist/new/
+2017-05-04 03:42:46,349 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:42:46,354 DEBUG db_general 188 33827 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:42:46,355 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f82cf6a5-ff2e-4e01-987b-c27d8acd5569/checklist/new/
+2017-05-04 03:42:46,517 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:46,517 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:46,571 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:46,777 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:46,989 DEBUG api_checklist 40 33827 140735693222848 Checklist was created successfully!
+2017-05-04 03:42:46,996 DEBUG db_general 202 33827 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTgHGZo' order by update_time desc limit 1;
+2017-05-04 03:42:47,011 DEBUG db_checklist 391 33827 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTgHGZo' order by create_time desc limit 1;
+2017-05-04 03:42:47,015 DEBUG api_checklist 116 33827 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f82cf6a5-ff2e-4e01-987b-c27d8acd5569/checklist/4425c96f-d1c5-4074-8b77-3778f63364dc/nextstep/
+2017-05-04 03:42:47,307 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:47,439 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:47,620 DEBUG api_checklist 132 33827 140735693222848 Next step was added successfully!
+2017-05-04 03:42:47,620 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:47,621 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:42:48,484 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:42:48,541 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:42:48,743 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:42:48,744 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/421a2cd0-31ed-4cb1-80ea-fe79022849f3/fc90831c9b94405aa515dcbec39b2303
+2017-05-04 03:42:48,781 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:48,864 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:42:48,865 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:42:48,869 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:48,870 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:48,874 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:48,875 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:48,904 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 03:42:48,904 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 03:42:48,924 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-05-04 03:42:48,925 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 03:42:48,925 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 03:42:49,191 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:42:49,199 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:42:49,319 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:42:49,326 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:49,409 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:49,409 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5c1462bd-26d4-44ae-ba34-da42d7136ba9/checklist/new/
+2017-05-04 03:42:49,533 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:42:49,534 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:42:49,595 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:50,020 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:50,047 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:42:50,048 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/abd334bb-1b4e-4036-8566-33f993593c86/c958770c508842ee8c472c93e651dcdc
+2017-05-04 03:42:50,342 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:50,384 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:50,540 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:50,577 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:42:50,577 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:42:50,582 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:50,584 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:50,593 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:50,595 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:50,878 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:51,106 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:51,106 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8430ab6d-1b7a-421d-8929-cf04efcf47d6/checklist/new/
+2017-05-04 03:42:51,252 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:42:51,252 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:42:51,318 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:51,353 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:51,410 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:51,503 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:42:51,504 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5450a1c5-0680-4ad2-82f3-83afa91af116/5508ea4eb98941a883fb543214f803e9
+2017-05-04 03:42:51,588 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:51,675 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:42:51,676 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:42:51,682 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:51,684 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:51,688 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:51,690 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:51,866 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:51,943 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:52,048 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:52,120 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:52,121 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c13005b7-3f82-4f48-9662-4b564efac225/checklist/new/
+2017-05-04 03:42:52,206 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:42:52,206 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:42:52,241 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:52,241 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:52,241 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:42:52,705 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2CEa5';
+2017-05-04 03:42:52,709 DEBUG db_general 188 33825 140735693222848 Query result: 564d7ba5-e3d5-4d68-9e18-467f7933360b
+2017-05-04 03:42:52,715 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '564d7ba5-e3d5-4d68-9e18-467f7933360b';
+2017-05-04 03:42:52,720 DEBUG db_general 188 33825 140735693222848 Query result: 2017-486
+2017-05-04 03:42:52,727 DEBUG db_general 177 33825 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-486';
+2017-05-04 03:42:52,735 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:42:52,744 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:42:52,899 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:53,165 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:42:53,305 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:42:53,305 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/647d9f12-9f2d-4806-ba1f-a086f027a651/120b904425c24564b8fdb80df453791e
+2017-05-04 03:42:53,342 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:53,417 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:53,434 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:53,434 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:53,440 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:53,442 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:53,446 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:53,448 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:53,547 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:53,547 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:42:53,761 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:42:53,762 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8604655c-258d-4fb8-ad79-8464328ae93a/checklist/new/
+2017-05-04 03:42:53,842 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:42:53,847 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:42:53,847 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:42:53,886 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:42:53,887 DEBUG test_progress_bar 17 33826 140735693222848 Validate and check progress with engagement lead
+2017-05-04 03:42:53,887 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:53,887 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:42:54,003 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:42:54,008 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:54,352 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:42:54,600 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:54,817 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:42:54,861 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 03:42:54,861 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 03:42:54,879 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 03:42:54,879 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 03:42:54,880 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 03:42:55,057 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:42:55,178 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:42:55,184 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:55,491 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:42:55,676 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:42:55,688 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:42:55,707 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:56,681 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:57,115 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:57,197 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:57,629 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:57,716 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:58,006 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:42:58,033 DEBUG db_general 177 33824 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-488';
+2017-05-04 03:42:58,035 DEBUG db_general 188 33824 140735693222848 Query result: 5c1462bd-26d4-44ae-ba34-da42d7136ba9
+2017-05-04 03:42:58,039 DEBUG db_user 49 33824 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5c1462bd-26d4-44ae-ba34-da42d7136ba9' and email = 'STRfNrE@intl.att.com' ;
+2017-05-04 03:42:58,041 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=d440ac08-33e6-427f-8e42-15a1e67652dc
+2017-05-04 03:42:58,156 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:58,243 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:42:58,677 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:42:58,678 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:42:59,095 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:59,423 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:42:59,424 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e36edfa5-5c89-4fef-817c-c26e6593854f/aa920e6da81f4768ab12113f73107e86
+2017-05-04 03:42:59,585 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:42:59,641 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:42:59,708 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:42:59,709 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:42:59,714 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:42:59,715 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:42:59,721 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:42:59,723 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:42:59,730 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:42:59,764 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:00,022 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:00,022 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14e7be33-6bc9-4673-b9b6-2be2d2e0040f/checklist/new/
+2017-05-04 03:43:00,091 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:00,091 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:00,126 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:00,126 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:00,126 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:43:00,290 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:43:00,400 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:43:00,407 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=d440ac08-33e6-427f-8e42-15a1e67652dc page is loaded.
+2017-05-04 03:43:00,698 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:01,040 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:01,049 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:43:01,212 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:01,559 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:01,733 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:43:01,853 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:43:01,859 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:02,573 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:02,574 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:43:02,697 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:03,216 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:03,253 DEBUG test_progress_bar 24 33826 140735693222848 Validate progress with standard user
+2017-05-04 03:43:03,253 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:43:03,419 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:43:03,631 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:43:03,741 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:03,830 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:03,831 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:43:04,041 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:43:04,129 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:43:04,133 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:04,235 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:04,235 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:43:04,648 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:04,649 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:04,665 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:43:05,159 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:43:05,164 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:05,320 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:43:05,431 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:43:05,436 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:05,812 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:43:05,954 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:05,963 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:43:05,973 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:06,498 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:06,504 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:07,200 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:07,291 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:07,471 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 03:43:07,471 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 03:43:07,490 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-05-04 03:43:07,491 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 03:43:07,491 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-05-04 03:43:07,809 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:08,128 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 03:43:08,128 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 03:43:08,159 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 03:43:08,159 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 03:43:08,160 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 03:43:08,212 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:08,392 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 03:43:08,392 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 03:43:08,412 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-04 03:43:08,412 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 03:43:08,412 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-05-04 03:43:08,734 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:09,345 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 03:43:09,345 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 03:43:09,376 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-05-04 03:43:09,377 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 03:43:09,377 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-05-04 03:43:10,986 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:11,661 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:12,579 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:13,328 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:43:13,329 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/897f8770-c7ae-4164-a093-26b65cec2d4d/b67f60680e994631aba5a626ea885e82
+2017-05-04 03:43:13,395 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:13,559 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:13,560 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:13,567 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:13,570 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:13,575 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:13,578 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:13,603 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:13,817 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:43:13,817 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7957fe42-5f0a-4b29-9c72-1ecf30abc14f/56722fae7826408fa7da096c2517b901
+2017-05-04 03:43:13,887 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:14,039 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:14,039 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:14,044 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:14,047 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:14,058 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:14,060 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:14,346 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:43:14,347 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a2286d3-ea3a-4b8d-a111-7d09281c53ca/aa54a82429b34e12a6230536e842e433
+2017-05-04 03:43:14,422 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:14,432 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:14,433 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2247f7ad-d7df-4798-9b42-928b243994ce/checklist/new/
+2017-05-04 03:43:14,544 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:14,544 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:14,551 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:14,552 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:14,559 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:14,561 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:14,563 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:14,563 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:14,636 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:14,636 DEBUG api_virtual_function 119 33824 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 03:43:14,693 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:14,694 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41981b92-ee44-4427-a21e-c546d13b5fb4/checklist/new/
+2017-05-04 03:43:14,738 DEBUG api_virtual_function 133 33824 140735693222848 Invite sent successfully to email SThRfUT@intl.att.com
+2017-05-04 03:43:14,749 DEBUG api_virtual_function 141 33824 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=3af2f4ed-db02-4308-bc85-7dc2b9b3cdc5&email=SThRfUT@intl.att.com&full_name=STWJGbl&phone_number=+12013537693&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-05-04 03:43:14,749 DEBUG api_user 206 33824 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:43:14,750 DEBUG api_user 211 33824 140735693222848 Invited contact full name is (according to url): STWJGbl
+2017-05-04 03:43:14,802 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:14,802 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:14,859 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:14,964 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:14,965 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:14,983 DEBUG db_general 177 33827 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:43:14,986 DEBUG db_general 188 33827 140735693222848 Query result: 2
+2017-05-04 03:43:14,995 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 03:43:15,002 DEBUG db_general 188 33827 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 03:43:15,011 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:15,011 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:43:15,031 DEBUG api_user 231 33824 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:43:15,031 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2247f7ad-d7df-4798-9b42-928b243994ce/checklist/new/
+2017-05-04 03:43:15,095 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:15,095 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4932e48a-7d9e-4681-bc5c-90e7beedf000/checklist/new/
+2017-05-04 03:43:15,134 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:43:15,134 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30c50397-c6dd-4fba-a17b-03e10ef71fbf/aa33a136c60a4442b1fee490e93671f7
+2017-05-04 03:43:15,143 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:15,144 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:15,192 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:15,196 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:15,197 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:15,209 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:15,209 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f4c7c499-bd4b-4b48-8be6-45da266fd32b/ba7fb313894748f08e590e8c637dc97b
+2017-05-04 03:43:15,253 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:15,254 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:15,254 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:43:15,270 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:15,271 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:15,271 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:43:15,311 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:43:15,311 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:43:15,316 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:15,318 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:15,322 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:15,324 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:15,685 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:15,686 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e347c9f7-2383-4126-9590-ef9b23b6d8ca/checklist/new/
+2017-05-04 03:43:15,761 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:43:15,761 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:43:15,793 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:15,873 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:43:15,873 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0403880-f364-49ac-984e-ec05023a2a8b/67cf1d71633049c39c84c9e036f10c24
+2017-05-04 03:43:15,909 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:43:15,911 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:15,992 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:43:15,992 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:43:15,998 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:15,999 DEBUG db_general 162 33825 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:16,004 DEBUG db_general 151 33825 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:16,005 DEBUG db_general 162 33825 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:16,155 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:43:16,217 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:43:16,391 DEBUG api_virtual_function 72 33825 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:16,391 DEBUG api_gitlab 267 33825 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c46fbc3b-5a63-492f-a3f0-045a09f5e338/checklist/new/
+2017-05-04 03:43:16,461 DEBUG api_user 128 33825 140735693222848 200 OK
+2017-05-04 03:43:16,462 DEBUG api_user 130 33825 140735693222848 Login successfully.
+2017-05-04 03:43:16,500 DEBUG api_gitlab 288 33825 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:16,504 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STgnhxp@intl.att.com';
+2017-05-04 03:43:16,507 DEBUG db_general 136 33825 140735693222848 Query result: 30c50397-c6dd-4fba-a17b-03e10ef71fbf
+2017-05-04 03:43:16,511 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STgnhxp@intl.att.com';
+2017-05-04 03:43:16,513 DEBUG db_general 136 33825 140735693222848 Query result: 488
+2017-05-04 03:43:16,517 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '488';
+2017-05-04 03:43:16,520 DEBUG db_general 188 33825 140735693222848 Query result: aa33a136c60a4442b1fee490e93671f7
+2017-05-04 03:43:16,521 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30c50397-c6dd-4fba-a17b-03e10ef71fbf/aa33a136c60a4442b1fee490e93671f7
+2017-05-04 03:43:16,521 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30c50397-c6dd-4fba-a17b-03e10ef71fbf/aa33a136c60a4442b1fee490e93671f7
+2017-05-04 03:43:16,547 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:43:16,698 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:43:16,702 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:16,800 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:43:16,854 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:43:16,945 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:43:16,956 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:17,078 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:43:17,085 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:17,722 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:17,722 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:43:17,775 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:18,293 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:18,345 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:18,810 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:18,908 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:18,944 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:19,085 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:43:19,335 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:19,447 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:19,492 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:19,753 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:43:19,852 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:43:19,858 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:19,893 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:20,040 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:20,404 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:20,538 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:20,822 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:20,988 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:21,016 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:21,354 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:21,504 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:21,724 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 03:43:21,724 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 03:43:21,741 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-05-04 03:43:21,741 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 03:43:21,741 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-05-04 03:43:22,526 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:23,042 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:23,665 DEBUG fe_dashboard 154 33826 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:43:23,948 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-496';
+2017-05-04 03:43:23,952 DEBUG db_general 188 33825 140735693222848 Query result: e347c9f7-2383-4126-9590-ef9b23b6d8ca
+2017-05-04 03:43:23,958 DEBUG db_user 49 33825 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'e347c9f7-2383-4126-9590-ef9b23b6d8ca' and email = 'STEyamh@intl.att.com' ;
+2017-05-04 03:43:23,964 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=42769fa1-cbc8-49cf-98ce-b08cfffa2ae8
+2017-05-04 03:43:24,579 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 03:43:24,580 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 03:43:24,595 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-05-04 03:43:24,596 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 03:43:24,596 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-05-04 03:43:24,769 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:24,770 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:43:24,887 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:25,664 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:43:26,183 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:43:26,184 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5518ece9-b449-4ee2-84c5-94d60806756a/914c097d1f824ea0b2db5eeaf381453d
+2017-05-04 03:43:26,222 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:26,311 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:26,311 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:26,316 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:26,318 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:26,322 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:26,323 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:26,338 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:43:26,450 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:43:26,457 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=42769fa1-cbc8-49cf-98ce-b08cfffa2ae8 page is loaded.
+2017-05-04 03:43:26,858 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:26,859 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dc29513e-40e1-4eb8-bf9f-5a632fab519b/checklist/new/
+2017-05-04 03:43:27,023 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:27,046 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:27,046 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:27,068 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:27,101 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:27,102 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:27,102 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:43:27,659 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:28,079 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:43:28,210 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:28,393 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:43:28,393 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c36cd9c8-a737-41c6-a0c6-d95685f1646e/91ff89b94e8c4ba0aa827e0b1a6d1a76
+2017-05-04 03:43:28,425 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:28,494 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:28,495 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:28,499 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:28,500 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:28,504 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:28,506 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:28,717 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:43:28,822 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:28,822 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0fd6e731-d021-434e-8a0c-19ab7b796c01/checklist/new/
+2017-05-04 03:43:28,848 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:43:28,859 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:28,859 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:28,918 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:28,918 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:28,955 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:28,955 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:28,955 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:43:29,401 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 03:43:29,401 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 03:43:29,418 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-05-04 03:43:29,418 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 03:43:29,419 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-05-04 03:43:29,629 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:29,851 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:43:30,141 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:30,494 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:43:30,601 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:43:30,607 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:30,673 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:31,461 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:31,592 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:31,977 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:32,096 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:32,164 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:32,506 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:32,980 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 03:43:32,980 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 03:43:33,000 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-05-04 03:43:33,000 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 03:43:33,000 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-05-04 03:43:33,179 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 03:43:33,184 DEBUG db_general 188 33827 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:43:33,194 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:33,406 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:33,537 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:43:33,545 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STvqxIz@intl.att.com';
+2017-05-04 03:43:33,550 DEBUG db_general 136 33825 140735693222848 Query result: 54457dca-e543-46a5-9912-04b96f2084a3
+2017-05-04 03:43:33,555 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STvqxIz@intl.att.com';
+2017-05-04 03:43:33,558 DEBUG db_general 136 33825 140735693222848 Query result: 54457dca-e543-46a5-9912-04b96f2084a3
+2017-05-04 03:43:33,563 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STvqxIz@intl.att.com';
+2017-05-04 03:43:33,565 DEBUG db_general 136 33825 140735693222848 Query result: 492
+2017-05-04 03:43:33,574 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '492';
+2017-05-04 03:43:33,578 DEBUG db_general 188 33825 140735693222848 Query result: 78442ba4facb415b82ed0d7035bd33dd
+2017-05-04 03:43:33,579 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/54457dca-e543-46a5-9912-04b96f2084a3/78442ba4facb415b82ed0d7035bd33dd
+2017-05-04 03:43:33,580 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/54457dca-e543-46a5-9912-04b96f2084a3/78442ba4facb415b82ed0d7035bd33dd
+2017-05-04 03:43:33,727 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '96b240b6-ac78-4764-8e7d-b9f3d521b794';
+2017-05-04 03:43:33,731 DEBUG db_general 188 33827 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:43:33,739 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:34,047 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:34,260 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '7b9ebc0c-a174-4e03-ad0f-e2d3cb1a4bcb';
+2017-05-04 03:43:34,265 DEBUG db_general 188 33827 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:43:34,271 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:34,694 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:34,694 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:43:34,967 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:35,544 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:35,722 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:43:36,107 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 03:43:36,107 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 03:43:36,128 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-05-04 03:43:36,129 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 03:43:36,129 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-05-04 03:43:36,137 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:36,434 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:43:36,644 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:43:36,756 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:43:37,272 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:37,858 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:38,022 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:43:38,022 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dcddf910-a225-4230-b409-0f8479aa1144/33665d8d8bc744b89b45e1ecaf61d823
+2017-05-04 03:43:38,059 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:38,143 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:38,143 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:38,147 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:38,150 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:38,155 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:38,157 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:38,566 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:38,567 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cd80d5df-1954-4fe0-a997-42f4ea1ba6eb/checklist/new/
+2017-05-04 03:43:38,676 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:38,676 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:38,725 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:38,725 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:38,725 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:43:38,830 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:38,830 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:43:39,251 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:39,577 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:43:39,592 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:43:40,221 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:43:40,257 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:43:40,342 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:43:40,348 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:40,419 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:43:40,420 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5002b6d4-cf97-4e3f-a7ff-5386874a1545/8e117e995b294e0496cab3d8affc9020
+2017-05-04 03:43:40,467 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:40,589 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:40,589 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:40,603 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:40,606 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:40,616 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:40,618 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:40,742 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:43:40,750 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:41,286 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:41,457 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:41,457 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/checklist/new/
+2017-05-04 03:43:41,507 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:41,543 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:41,543 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:41,580 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:41,829 DEBUG test_login_with_new_user 110 33825 140735693222848 click_on on + Dashboard
+2017-05-04 03:43:42,020 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:42,085 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:43:42,542 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:42,831 DEBUG fe_general 162 33826 140735693222848 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-05-04 03:43:42,836 DEBUG db_general 128 33826 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 03:43:42,838 DEBUG db_general 136 33826 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 03:43:42,842 DEBUG db_general 128 33826 140735693222848 Query : select id from auth_user WHERE Email = 'STtk5es@intl.att.com';
+2017-05-04 03:43:42,844 DEBUG db_general 136 33826 140735693222848 Query result: 494
+2017-05-04 03:43:42,856 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUdGs1ZXNAaW50bC5hdHQuY29tIg.C-x7Pg.TnJ5Uke0LrMmGDybGXJnXh4Hi04
+2017-05-04 03:43:43,350 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:43,482 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:43,483 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:43:43,862 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:44,089 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:44,371 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:43:44,601 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 03:43:44,602 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 03:43:44,619 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-05-04 03:43:44,619 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 03:43:44,619 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-05-04 03:43:44,818 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:45,010 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:43:45,188 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:43:45,199 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login?t=IlNUdGs1ZXNAaW50bC5hdHQuY29tIg.C-x7Pg.TnJ5Uke0LrMmGDybGXJnXh4Hi04 page is loaded.
+2017-05-04 03:43:45,359 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:45,717 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-05-04 03:43:45,893 DEBUG fe_wizard 57 33825 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:43:46,241 DEBUG test_reset_password 22 33826 140735693222848
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUdGs1ZXNAaW50bC5hdHQuY29tIg.C-x7Pg.TnJ5Uke0LrMmGDybGXJnXh4Hi04
+Temp Password: iceusers
+User Email: STtk5es@intl.att.com
+2017-05-04 03:43:47,057 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:47,372 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 03:43:47,377 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 03:43:47,377 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 03:43:47,398 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 03:43:47,399 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 03:43:47,399 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 03:43:48,717 DEBUG test_reset_password 24 33826 140735693222848 Logout and verify new password works
+2017-05-04 03:43:48,720 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:43:48,721 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e28510de-7866-4877-ba5f-8d8d471eed1d/1e7be7db4bac422fa3b4450f0df64cfe
+2017-05-04 03:43:48,792 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:48,922 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:48,923 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:48,928 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:48,929 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:48,936 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:48,938 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:49,080 DEBUG test_reset_password 26 33826 140735693222848 Login with updated password
+2017-05-04 03:43:49,080 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:49,080 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:43:49,234 DEBUG fe_wizard 97 33825 140735693222848 Tab Invite Team Members
+2017-05-04 03:43:49,447 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:49,448 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/63be40cd-c017-446d-80c5-ae27644dbf7e/checklist/new/
+2017-05-04 03:43:49,529 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:43:49,529 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:43:49,568 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:49,568 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:49,568 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:43:49,901 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:43:50,285 DEBUG fe_wizard 115 33825 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:43:50,296 DEBUG helper 42 33825 140735693222848 About to generate SSH Public Key
+2017-05-04 03:43:50,308 DEBUG helper 57 33825 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDrqaAvXslzrhdnbFWw0lok9uxjx2WN8newNxd8TlKTfqLnLrv5pGrj9RjZGZOO1STmFpVrZGrrmiQb+N1vf+0UyxHFuT2j5E1VVdj0erZimLIyvfLkkExSgup9cYiLaJ/oTQkkQZMr0FCrdxCh50xBT24WuoCY2KwVXVVkUNwMBaTs7BuqSOGLflTfpHPMx3eol9surgW8gHPxXfOd8UJgvMLz5VdKjnQSXBYBxGbT2MulyQNUOT4lnncvpaTbRM+5VhhpFNWiQtJvYQA7iPDHZ9E9iwL3EoiTS/a+xwBlKmK1TI9xQooSFAQ3TJbpYmbGy0RvTXHGv5xCbNmt3yxL
+2017-05-04 03:43:50,411 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:43:50,506 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:50,527 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:43:50,617 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:43:50,624 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:51,069 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:43:51,144 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:51,197 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:43:51,202 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:52,038 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:43:52,038 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fb85e050-dd17-4c1d-8097-d5f4d6bb722f/1ff87acae2a14a66958ee681284c1464
+2017-05-04 03:43:52,047 DEBUG test_reset_password 29 33826 140735693222848 Logout and change password back to 'iceusers'
+2017-05-04 03:43:52,055 DEBUG db_general 128 33826 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 03:43:52,058 DEBUG db_general 136 33826 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 03:43:52,068 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:52,068 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:43:52,112 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:52,130 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:52,234 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:52,235 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:52,240 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:52,244 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:52,252 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:52,255 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:43:52,603 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:43:52,603 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5f5b0962-19de-4247-9a71-92c8d2244390/checklist/new/
+2017-05-04 03:43:52,643 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:52,674 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:52,675 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:52,709 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:43:52,780 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:43:52,780 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:43:52,791 DEBUG db_general 177 33827 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:43:52,794 DEBUG db_general 188 33827 140735693222848 Query result: 1
+2017-05-04 03:43:52,799 DEBUG db_general 177 33827 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 03:43:52,801 DEBUG db_general 188 33827 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 03:43:52,808 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:43:52,808 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:43:52,841 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:43:53,164 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:53,455 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:43:53,532 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:43:53,536 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:53,668 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:43:53,784 DEBUG fe_wizard 130 33825 140735693222848 SSH Key added via modal window.
+2017-05-04 03:43:53,804 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTySUAR';
+2017-05-04 03:43:53,808 DEBUG db_general 188 33825 140735693222848 Query result: aecd3f78-b678-4c71-b948-babf76f822c3
+2017-05-04 03:43:53,808 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=aecd3f78-b678-4c71-b948-babf76f822c3&inviter_uuid=54457dca-e543-46a5-9912-04b96f2084a3&email=automationqattSTQq19F@gmail.com
+2017-05-04 03:43:54,056 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:54,106 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:54,375 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:43:54,508 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:43:54,516 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:43:54,576 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 03:43:54,576 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 03:43:54,594 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-05-04 03:43:54,595 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 03:43:54,596 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-05-04 03:43:54,619 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:55,597 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 03:43:55,598 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 03:43:55,621 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 03:43:55,629 DEBUG db_general 188 33825 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:43:55,629 DEBUG db_user 37 33825 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=aecd3f78-b678-4c71-b948-babf76f822c3&email=STSOcGi@ericson.com&full_name=ST6w9NYSTybQl3&phone_number=2018779647&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:43:55,629 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=aecd3f78-b678-4c71-b948-babf76f822c3&email=STSOcGi@ericson.com&full_name=ST6w9NYSTybQl3&phone_number=2018779647&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 03:43:55,631 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:55,682 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-05-04 03:43:55,683 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 03:43:55,683 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-05-04 03:43:56,153 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:56,668 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:57,125 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 03:43:57,125 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 03:43:57,155 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-05-04 03:43:57,156 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 03:43:57,156 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-05-04 03:43:57,206 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:43:57,752 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:58,305 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:58,902 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:43:59,022 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:43:59,472 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:43:59,472 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dee29c76-b124-40c5-b748-67c4fe835363/c8b1c7d28667461c8e999457b0f3f204
+2017-05-04 03:43:59,522 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:43:59,632 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:43:59,632 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:43:59,640 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:43:59,642 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:43:59,648 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:43:59,650 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:00,299 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:00,362 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:00,362 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de84ecf8-ad1e-48a3-8040-cd61af0eddfb/checklist/new/
+2017-05-04 03:44:00,381 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:44:00,382 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1ff3c565-c57b-49d3-b7d0-c9e04af4898a/7ba3b6c36f704280a0594a5c4db73358
+2017-05-04 03:44:00,424 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:00,476 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:44:00,477 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:44:00,553 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:00,553 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:00,555 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:00,555 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:00,555 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:44:00,559 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:00,561 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:00,565 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:00,566 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:00,946 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:00,947 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a463bac5-384c-455c-b398-8c245fe83e79/checklist/new/
+2017-05-04 03:44:01,023 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:01,024 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:01,065 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:01,065 DEBUG api_virtual_function 87 33824 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:44:01,128 DEBUG api_virtual_function 100 33824 140735693222848 Invite sent successfully to email STqDSGy@intl.att.com
+2017-05-04 03:44:01,135 DEBUG api_virtual_function 105 33824 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=ca07f8a7-bd65-4905-ba91-e79c55754686&email=STqDSGy@intl.att.com
+2017-05-04 03:44:01,135 DEBUG api_user 206 33824 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:44:01,272 DEBUG api_user 231 33824 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:44:01,273 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a463bac5-384c-455c-b398-8c245fe83e79/checklist/new/
+2017-05-04 03:44:01,353 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:01,354 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:01,386 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:01,387 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:01,387 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:44:01,441 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:44:01,650 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:44:01,654 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STePJDC@amdocs.com';
+2017-05-04 03:44:01,656 DEBUG db_general 136 33825 140735693222848 Query result: 442f8536-5fcd-42a3-84d3-28d253887074
+2017-05-04 03:44:01,660 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STePJDC@amdocs.com';
+2017-05-04 03:44:01,663 DEBUG db_general 136 33825 140735693222848 Query result: 442f8536-5fcd-42a3-84d3-28d253887074
+2017-05-04 03:44:01,666 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STePJDC@amdocs.com';
+2017-05-04 03:44:01,669 DEBUG db_general 136 33825 140735693222848 Query result: 500
+2017-05-04 03:44:01,673 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '500';
+2017-05-04 03:44:01,675 DEBUG db_general 188 33825 140735693222848 Query result: 1fb498d6aae1433c880608220ff2fa27
+2017-05-04 03:44:01,675 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/442f8536-5fcd-42a3-84d3-28d253887074/1fb498d6aae1433c880608220ff2fa27
+2017-05-04 03:44:01,675 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/442f8536-5fcd-42a3-84d3-28d253887074/1fb498d6aae1433c880608220ff2fa27
+2017-05-04 03:44:02,106 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:44:02,208 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:44:02,216 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:02,256 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:44:02,372 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:02,372 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:44:02,925 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:44:02,972 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:03,046 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:44:03,051 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:03,363 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:44:03,485 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:03,766 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:04,041 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:44:04,156 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:44:04,164 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:44:04,276 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:05,062 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:06,040 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:06,040 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:44:06,846 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:44:07,502 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:44:07,583 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:44:07,588 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:08,140 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:08,610 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 03:44:08,611 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 03:44:08,631 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-05-04 03:44:08,631 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 03:44:08,632 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-05-04 03:44:09,070 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:44:10,771 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 03:44:10,774 DEBUG db_general 188 33827 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:44:10,782 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:10,861 DEBUG test_set_stage 70 33826 140735693222848 Admin_ro failed to change stage to Intake
+2017-05-04 03:44:10,887 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:11,308 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:11,315 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '7df243d2-aaed-48d1-a5a5-f58459aa0c86';
+2017-05-04 03:44:11,319 DEBUG db_general 188 33827 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:44:11,329 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:11,847 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '016654dc-177c-4592-bd50-fd79021d0e75';
+2017-05-04 03:44:11,852 DEBUG db_general 188 33827 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:44:11,858 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:11,981 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:12,145 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:44:12,145 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/448433c4-b877-428f-9cb4-fc33e2fb3683/d7be3f6c4d1b480b829dc346b7c5104c
+2017-05-04 03:44:12,230 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:12,324 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:12,324 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:12,328 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:12,330 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:12,334 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:12,336 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:12,493 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:12,657 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:12,658 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/61aaec35-3777-468e-b286-16ba4d812cad/checklist/new/
+2017-05-04 03:44:12,724 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:12,724 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:12,758 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:12,758 DEBUG api_virtual_function 87 33824 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:44:12,805 DEBUG api_virtual_function 100 33824 140735693222848 Invite sent successfully to email ST382TV@intl.att.com
+2017-05-04 03:44:12,810 DEBUG api_virtual_function 105 33824 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=8e4611f9-6406-495b-a34e-590e9685c648&email=ST382TV@intl.att.com
+2017-05-04 03:44:12,810 DEBUG api_user 206 33824 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:44:12,936 DEBUG api_user 231 33824 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:44:12,937 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/61aaec35-3777-468e-b286-16ba4d812cad/checklist/new/
+2017-05-04 03:44:13,015 DEBUG fe_wizard 77 33825 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 03:44:13,037 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:13,037 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:13,083 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:13,083 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:13,084 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:44:14,017 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:44:14,661 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:44:14,755 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:44:14,759 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:15,710 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:15,890 DEBUG fe_wizard 97 33825 140735693222848 Tab Invite Team Members
+2017-05-04 03:44:16,094 DEBUG test_set_stage 70 33826 140735693222848 Admin_ro failed to change stage to Active
+2017-05-04 03:44:16,237 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:16,870 DEBUG fe_wizard 115 33825 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:44:16,882 DEBUG helper 42 33825 140735693222848 About to generate SSH Public Key
+2017-05-04 03:44:17,010 DEBUG helper 57 33825 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDC78GG2zlS0uVJl/y1E27Hz2pzcetn35n8zxU6IojoVqmRORlXCD4AL67PH92gLDQobW7HSAfCp1/xBDw9Hh0vwIdsE+xUiJPcEj5Dm0FV1pXYvPK+Y/CsK7twd/l83ml38vC0dYWJJ+fzDPBAjYGeoz0OIXuiMTMVXBBmeQ3XaqWx/OvPEFVQyzYpA88ZrHC8iJgNqBKyj5bhSwGMYhCXc0Q5kJ9CMAACrwNqbPn//4QOTZH6G07FKypJh3t9ahUV1R1VeFF0HjW9OsK88ANWkelJyS7etVSM62lwAQfqYW9M0UYzBZajqBO4IzNaoMH7x7APB397suX1pdqNqQWp
+2017-05-04 03:44:17,030 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:17,546 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:19,735 DEBUG fe_wizard 130 33825 140735693222848 SSH Key added via modal window.
+2017-05-04 03:44:19,740 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTvM8H9';
+2017-05-04 03:44:19,742 DEBUG db_general 188 33825 140735693222848 Query result: de1d18eb-133b-4599-a4a9-98efd9689739
+2017-05-04 03:44:19,746 DEBUG db_user 49 33825 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'de1d18eb-133b-4599-a4a9-98efd9689739' and email = 'automationqattSTBZ2xA@gmail.com' ;
+2017-05-04 03:44:19,748 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTBZ2xA@gmail.com
+2017-05-04 03:44:19,894 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 03:44:19,895 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 03:44:19,913 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-05-04 03:44:19,913 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 03:44:19,913 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-05-04 03:44:21,338 DEBUG test_set_stage 70 33826 140735693222848 Admin_ro failed to change stage to Validated
+2017-05-04 03:44:21,338 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 03:44:21,339 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 03:44:21,356 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-05-04 03:44:21,356 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 03:44:21,356 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-05-04 03:44:21,465 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 03:44:21,468 DEBUG db_general 188 33825 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:44:21,469 DEBUG db_user 37 33825 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STcd9qW@att.com&full_name=STz5v4GSTDuG0y&phone_number=2019639424&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:44:21,469 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STcd9qW@att.com&full_name=STz5v4GSTDuG0y&phone_number=2019639424&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 03:44:22,115 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:22,734 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 03:44:22,734 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 03:44:22,753 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-05-04 03:44:22,753 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 03:44:22,754 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-05-04 03:44:23,508 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:44:23,508 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/10497ab0-5b21-491a-84bb-3f689ea125cd/d0455661fa044b1687b7f295aa3692fa
+2017-05-04 03:44:23,553 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:23,722 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:23,723 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:23,728 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:23,731 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:23,736 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:23,738 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:23,739 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:24,213 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:24,214 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9a818940-7bf8-4936-96a8-edc5d5d71407/checklist/new/
+2017-05-04 03:44:24,301 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:24,302 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:24,344 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:24,344 DEBUG api_virtual_function 87 33824 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:44:24,401 DEBUG api_virtual_function 100 33824 140735693222848 Invite sent successfully to email STo8qAe@intl.att.com
+2017-05-04 03:44:24,408 DEBUG api_virtual_function 105 33824 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=cebfdb8c-2222-4b38-adf3-bdf1193e4264&email=STo8qAe@intl.att.com
+2017-05-04 03:44:24,408 DEBUG api_user 206 33824 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 03:44:24,426 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '016654dc-177c-4592-bd50-fd79021d0e75';
+2017-05-04 03:44:24,430 DEBUG db_general 188 33827 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 03:44:24,438 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:24,644 DEBUG api_user 231 33824 140735693222848 Invited user signed-up successfully!
+2017-05-04 03:44:24,644 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9a818940-7bf8-4936-96a8-edc5d5d71407/checklist/new/
+2017-05-04 03:44:24,730 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:24,730 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:24,772 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:24,773 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:24,773 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:44:24,970 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = '7df243d2-aaed-48d1-a5a5-f58459aa0c86';
+2017-05-04 03:44:24,973 DEBUG db_general 188 33827 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 03:44:24,983 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:25,067 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:44:25,068 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e4a1df3e-0dab-4ecd-b252-5b2f1d25e1c0/8c7943d42c904b5cb74bef1b9f4242e6
+2017-05-04 03:44:25,109 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:25,142 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:25,202 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:44:25,203 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:44:25,212 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:25,214 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:25,218 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:25,219 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:25,504 DEBUG db_general 177 33827 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 03:44:25,508 DEBUG db_general 188 33827 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 03:44:25,515 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:25,550 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:25,551 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f51302e7-6415-4861-90b6-5deecd9495a5/checklist/new/
+2017-05-04 03:44:25,621 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:44:25,622 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:44:25,658 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:25,658 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:25,658 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:44:25,672 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:44:26,023 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 03:44:26,027 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 03:44:26,027 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 03:44:26,044 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 03:44:26,045 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 03:44:26,045 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-05-04 03:44:26,310 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:44:26,442 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:44:26,453 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:26,460 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:44:26,460 DEBUG api_user 193 33825 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be6ceab3-b217-410b-841e-9df8819b444b/7c927284ffa3441fa83af359a154bb9e
+2017-05-04 03:44:26,509 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:44:26,520 DEBUG api_user 196 33825 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:26,521 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:26,521 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:44:27,202 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:44:27,351 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:44:27,358 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:27,566 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:27,802 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:44:28,078 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:28,311 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:28,550 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:44:28,592 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:28,678 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:44:28,684 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:28,824 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:29,119 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:29,151 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:29,195 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:29,729 DEBUG test_login_with_new_user 39 33825 140735693222848 Message Error(APIUser or Password does not match) Displayed
+2017-05-04 03:44:29,729 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 03:44:29,729 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 03:44:29,745 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-05-04 03:44:29,745 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 03:44:29,746 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-05-04 03:44:29,964 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:30,569 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:44:30,570 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/46e83198-018e-4881-afdd-0b774c4f7b04/8f44a43035d54d67a35d56febd20824d
+2017-05-04 03:44:30,602 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:30,642 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:30,785 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:44:30,785 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:44:30,809 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:30,822 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:30,833 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:30,836 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:31,073 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 03:44:31,086 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:31,420 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:31,748 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:31,750 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2493f2e0-de1d-4572-8ad0-c3628950e8d1/checklist/new/
+2017-05-04 03:44:31,887 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:44:31,888 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:44:31,955 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:31,956 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:31,956 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:44:32,018 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:32,535 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:32,884 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:32,989 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:44:33,056 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 03:44:33,064 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:33,608 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:33,672 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 03:44:33,673 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 03:44:33,676 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:44:33,691 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-05-04 03:44:33,692 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 03:44:33,692 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-05-04 03:44:33,854 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:44:33,859 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:34,121 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:34,397 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:34,576 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:44:34,576 DEBUG test_login_with_new_user 45 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:34,639 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 03:44:34,647 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:34,921 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:35,037 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:35,451 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:35,551 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:36,058 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 03:44:36,058 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 03:44:36,084 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-05-04 03:44:36,085 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 03:44:36,085 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-05-04 03:44:36,339 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:36,835 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:36,857 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:36,865 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 03:44:36,865 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 03:44:36,885 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-05-04 03:44:36,885 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 03:44:36,885 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-05-04 03:44:38,216 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:44:38,415 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:44:38,416 DEBUG api_user 193 33824 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b005a0b9-10e4-4128-9390-56df8d19e572/e9ee76f76bf74d1f84baebea4ddc7e4d
+2017-05-04 03:44:38,466 DEBUG api_user 196 33824 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:38,568 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:38,568 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:38,574 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:38,575 DEBUG db_general 162 33824 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:38,580 DEBUG db_general 151 33824 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:38,581 DEBUG db_general 162 33824 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:38,728 DEBUG helper 42 33827 140735693222848 About to generate SSH Public Key
+2017-05-04 03:44:38,997 DEBUG helper 57 33827 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtfkPnUCTNtHEtSp1bpmzd4QqMKAL16MaPI+q3UO5qdUDweD/oXOdW/lGH7pgdGabii901CgR0D0uPy+9cUtup1JX5Yp9bTkjhsdNKuyl5g179eWUXp8GGjKbpZWEBnU37qEsja730ENWPWXzAatt5z0AcjQXx+LYpzXu5LxNR48MKfumJRd0GpB07m42EAj+gv3NFLaXPIRJGZS3DJlO05RNIbbyNwqCEwAWYQfHUjQRQJqGmIhFpZ+o+nwLNT+2vHZ+B5QDE74AreplkbbGk0Gw0BIzog85YDUysvxoet5XnYMZwbmxw6x7AN1OlfQS0kflMmf4ASMr3wy1V7M+7
+2017-05-04 03:44:38,998 DEBUG test_ssh_key 44 33827 140735693222848 AAAAB3NzaC1yc2EAAAADAQABAAABAQDtfkPnUCTNtHEtSp1bpmzd4QqMKAL16MaPI+q3UO5qdUDweD/oXOdW/lGH7pgdGabii901CgR0D0uPy+9cUtup1JX5Yp9bTkjhsdNKuyl5g179eWUXp8GGjKbpZWEBnU37qEsja730ENWPWXzAatt5z0AcjQXx+LYpzXu5LxNR48MKfumJRd0GpB07m42EAj+gv3NFLaXPIRJGZS3DJlO05RNIbbyNwqCEwAWYQfHUjQRQJqGmIhFpZ+o+nwLNT+2vHZ+B5QDE74AreplkbbGk0Gw0BIzog85YDUysvxoet5XnYMZwbmxw6x7AN1OlfQS0kflMmf4ASMr3wy1V7M+7
+2017-05-04 03:44:39,179 DEBUG api_virtual_function 72 33824 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:39,180 DEBUG api_gitlab 267 33824 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/845576ae-3424-4747-9b11-907784cf686a/checklist/new/
+2017-05-04 03:44:39,200 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:44:39,244 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:39,286 DEBUG api_user 128 33824 140735693222848 200 OK
+2017-05-04 03:44:39,291 DEBUG api_user 130 33824 140735693222848 Login successfully.
+2017-05-04 03:44:39,352 DEBUG api_gitlab 288 33824 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:39,352 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:39,353 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:44:40,032 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:40,293 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:44:40,490 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:44:40,490 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b38dffc-3c9c-4358-974e-5d2601134c7c/64e2e1d0066a46078d399c754591d4ad
+2017-05-04 03:44:40,524 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:40,598 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:44:40,599 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:44:40,603 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:40,605 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:40,608 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:40,610 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:40,970 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:44:40,995 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:40,996 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa139620-2942-4931-8e33-0d868f693933/checklist/new/
+2017-05-04 03:44:41,108 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:44:41,108 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:44:41,114 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:44:41,122 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:41,165 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:41,165 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:41,165 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:44:41,669 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:42,085 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 03:44:42,086 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 03:44:42,101 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-05-04 03:44:42,101 DEBUG logFuncEntry 34 33827 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 03:44:42,101 DEBUG test_ui_base 36 33827 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-05-04 03:44:42,115 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:44:42,623 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:44:42,691 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 03:44:42,692 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 03:44:42,718 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-05-04 03:44:42,719 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 03:44:42,719 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-05-04 03:44:42,764 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:44:42,937 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:44:42,949 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:43,514 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 03:44:43,514 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 03:44:43,568 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-05-04 03:44:43,570 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 03:44:43,570 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-05-04 03:44:44,756 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:45,274 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:45,288 DEBUG test_ui_base 48 33827 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:45,816 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:46,772 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:46,821 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:46,912 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:46,912 DEBUG api_user 108 33827 140735693222848 Moving to next test case
+2017-05-04 03:44:46,913 DEBUG api_user 193 33827 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24727766-566e-4465-a75a-7c1fb694bb6c/c6c62691abdb458d9e9d3eaf9d7ec17e
+2017-05-04 03:44:46,972 DEBUG api_user 196 33827 140735693222848 APIUser activated successfully!
+2017-05-04 03:44:47,181 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:44:47,182 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:44:47,202 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:44:47,207 DEBUG db_general 162 33827 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:44:47,221 DEBUG db_general 151 33827 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:44:47,222 DEBUG db_general 162 33827 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:44:47,399 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:47,619 DEBUG api_virtual_function 72 33827 140735693222848 Virtual Function created successfully!
+2017-05-04 03:44:47,620 DEBUG api_gitlab 267 33827 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4f4cb60b-aa37-4cff-bff2-ad7ebdeb90b1/checklist/new/
+2017-05-04 03:44:47,718 DEBUG api_user 128 33827 140735693222848 200 OK
+2017-05-04 03:44:47,718 DEBUG api_user 130 33827 140735693222848 Login successfully.
+2017-05-04 03:44:47,757 DEBUG api_gitlab 288 33827 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:44:47,757 DEBUG fe_user 27 33827 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:47,758 DEBUG fe_user 28 33827 140735693222848 Insert Email
+2017-05-04 03:44:47,943 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 03:44:47,950 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:48,085 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:48,209 DEBUG api_user 108 33824 140735693222848 Moving to next test case
+2017-05-04 03:44:48,210 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:48,210 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:44:48,582 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:48,615 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 03:44:48,615 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 03:44:48,628 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-05-04 03:44:48,628 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 03:44:48,629 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-05-04 03:44:48,736 DEBUG fe_user 31 33827 140735693222848 Insert Password
+2017-05-04 03:44:49,094 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:49,419 DEBUG fe_user 33 33827 140735693222848 Click Login Button
+2017-05-04 03:44:49,452 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:44:49,576 DEBUG fe_user 35 33827 140735693222848 Login Button clicked
+2017-05-04 03:44:49,581 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:50,099 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:50,161 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:44:50,387 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:44:50,396 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:44:50,613 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:50,924 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:44:51,018 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:51,135 DEBUG helper 42 33827 140735693222848 About to generate SSH Public Key
+2017-05-04 03:44:51,265 DEBUG helper 57 33827 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2+IBVYPmToDiQx52FnWWtlKLtVX6sBC804RVTOoSmZ/I2NvlarlQqKQvHlo6O0CoquK/Cp58OOYyuFc+UXmT3BQ2j3DRSyR9gWzcMqFGdlzGq8ztz3IelNXrS9Xpdhy+p52FrEW6t70zdMzokyTksAs77XysyAJ2OWcj13RtxU0tt1Hlo3X8n10npSfZL3TBpJF3BkEe4/c6dalH4DmKXsdV55BKySoNplR+k1Xbng1yiEkrgM/CWrmJQbwe/qHkJ1xqrz871TtyU0cU0DpzLq3bXbRzezCedRKxDUU0ODylxxcKIzqp57q2kgvaZHhmA9CJubC2oJZU6cWcFbChH
+2017-05-04 03:44:51,265 DEBUG test_ssh_key 33 33827 140735693222848 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2+IBVYPmToDiQx52FnWWtlKLtVX6sBC804RVTOoSmZ/I2NvlarlQqKQvHlo6O0CoquK/Cp58OOYyuFc+UXmT3BQ2j3DRSyR9gWzcMqFGdlzGq8ztz3IelNXrS9Xpdhy+p52FrEW6t70zdMzokyTksAs77XysyAJ2OWcj13RtxU0tt1Hlo3X8n10npSfZL3TBpJF3BkEe4/c6dalH4DmKXsdV55BKySoNplR+k1Xbng1yiEkrgM/CWrmJQbwe/qHkJ1xqrz871TtyU0cU0DpzLq3bXbRzezCedRKxDUU0ODylxxcKIzqp57q2kgvaZHhmA9CJubC2oJZU6cWcFbChH
+2017-05-04 03:44:51,407 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 03:44:51,413 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:51,467 DEBUG db_general 128 33824 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STAyNae@intl.att.com';
+2017-05-04 03:44:51,472 DEBUG db_general 136 33824 140735693222848 Query result: 664bd4dd-7d2e-4e7f-8d53-ddbc634c5fba
+2017-05-04 03:44:51,477 DEBUG db_general 128 33824 140735693222848 Query : select id from auth_user WHERE Email = 'STAyNae@intl.att.com';
+2017-05-04 03:44:51,480 DEBUG db_general 136 33824 140735693222848 Query result: 512
+2017-05-04 03:44:51,485 DEBUG db_general 177 33824 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '512';
+2017-05-04 03:44:51,487 DEBUG db_general 188 33824 140735693222848 Query result: 056d998d76714369a7f9a5cd16a4b9d4
+2017-05-04 03:44:51,487 DEBUG db_user 27 33824 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/664bd4dd-7d2e-4e7f-8d53-ddbc634c5fba/056d998d76714369a7f9a5cd16a4b9d4
+2017-05-04 03:44:51,488 DEBUG fe_general 37 33824 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/664bd4dd-7d2e-4e7f-8d53-ddbc634c5fba/056d998d76714369a7f9a5cd16a4b9d4
+2017-05-04 03:44:51,813 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:44:51,981 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:52,337 DEBUG wait 107 33827 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:44:52,464 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:44:52,464 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:52,465 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:44:52,490 DEBUG fe_user 27 33824 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:44:52,491 DEBUG fe_user 28 33824 140735693222848 Insert Email
+2017-05-04 03:44:52,500 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:53,334 DEBUG fe_user 31 33824 140735693222848 Insert Password
+2017-05-04 03:44:53,468 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:44:53,993 DEBUG fe_user 33 33824 140735693222848 Click Login Button
+2017-05-04 03:44:54,135 DEBUG fe_user 35 33824 140735693222848 Login Button clicked
+2017-05-04 03:44:54,143 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:44:54,166 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:44:54,324 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:44:54,332 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:44:54,755 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 03:44:54,764 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:44:54,849 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 03:44:55,146 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:55,203 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:55,368 DEBUG test_login_with_new_user 27 33825 140735693222848 Resend Activation Email Page Opened
+2017-05-04 03:44:55,383 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 03:44:55,383 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 03:44:55,400 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-05-04 03:44:55,401 DEBUG logFuncEntry 34 33825 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 03:44:55,401 DEBUG test_ui_base 36 33825 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-05-04 03:44:55,681 DEBUG logFuncEntry 34 33827 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 03:44:55,681 DEBUG logFuncEntry 34 33827 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 03:44:55,705 DEBUG test_ui_base 66 33827 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-05-04 03:44:55,720 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:44:55,753 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:56,286 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:44:56,821 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 03:44:56,821 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 03:44:56,844 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-05-04 03:44:56,844 DEBUG logFuncEntry 34 33824 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 03:44:56,844 DEBUG test_ui_base 36 33824 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-05-04 03:44:57,922 DEBUG test_ui_base 48 33825 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:44:58,222 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 03:44:58,222 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 03:44:58,241 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-05-04 03:44:58,241 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 03:44:58,241 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-05-04 03:44:59,423 DEBUG api_user 108 33825 140735693222848 Moving to next test case
+2017-05-04 03:44:59,429 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STlAiqC@intl.att.com';
+2017-05-04 03:44:59,432 DEBUG db_general 136 33825 140735693222848 Query result: ef7ebd67-7eb0-49a6-b38b-883d8ec4fc19
+2017-05-04 03:44:59,436 DEBUG db_general 128 33825 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STlAiqC@intl.att.com';
+2017-05-04 03:44:59,440 DEBUG db_general 136 33825 140735693222848 Query result: ef7ebd67-7eb0-49a6-b38b-883d8ec4fc19
+2017-05-04 03:44:59,446 DEBUG db_general 128 33825 140735693222848 Query : select id from auth_user WHERE Email = 'STlAiqC@intl.att.com';
+2017-05-04 03:44:59,448 DEBUG db_general 136 33825 140735693222848 Query result: 514
+2017-05-04 03:44:59,453 DEBUG db_general 177 33825 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '514';
+2017-05-04 03:44:59,456 DEBUG db_general 188 33825 140735693222848 Query result: 00b03aa8a36847a89d2aea2df73445f4
+2017-05-04 03:44:59,456 DEBUG db_user 27 33825 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef7ebd67-7eb0-49a6-b38b-883d8ec4fc19/00b03aa8a36847a89d2aea2df73445f4
+2017-05-04 03:44:59,457 DEBUG fe_general 37 33825 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef7ebd67-7eb0-49a6-b38b-883d8ec4fc19/00b03aa8a36847a89d2aea2df73445f4
+2017-05-04 03:44:59,971 DEBUG test_ui_base 48 33824 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:45:00,373 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:45:00,373 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:45:00,555 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:45:01,308 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:45:01,750 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:45:01,751 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f663769-04ed-4988-980b-72e3732d3e44/4a3068dd324a4920a7de9140e55d8e52
+2017-05-04 03:45:01,784 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:45:01,866 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:45:01,867 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:45:01,871 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:45:01,873 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:45:01,877 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:45:01,879 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:45:01,941 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:45:02,064 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:45:02,071 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 03:45:02,264 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:45:02,264 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3d18ce96-8f66-4f28-8905-86bd1296af79/checklist/new/
+2017-05-04 03:45:02,332 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-05-04 03:45:02,419 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:45:02,420 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:45:02,473 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:45:02,473 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:45:02,474 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:45:02,919 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:02,960 DEBUG db_general 177 33824 140735693222848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-05-04 03:45:02,962 DEBUG db_general 188 33824 140735693222848 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-05-04 03:45:03,410 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:45:03,828 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:45:03,828 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:45:04,081 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:45:04,180 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:45:04,186 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:45:04,569 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:45:04,707 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:05,231 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:45:05,237 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:05,312 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:45:05,316 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:45:05,827 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:06,001 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:06,424 DEBUG test_login_with_new_user 283 33825 140735693222848 click_on on + Dashboard
+2017-05-04 03:45:06,515 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:06,767 DEBUG fe_wizard 24 33825 140735693222848 Tab Add Virtual Functions
+2017-05-04 03:45:08,029 DEBUG wait 107 33824 140735693222848 Checking if http://127.0.0.1:8181/#/signUp page is loaded.
+2017-05-04 03:45:08,629 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:08,796 DEBUG logFuncEntry 34 33824 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 03:45:08,796 DEBUG logFuncEntry 34 33824 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 03:45:08,812 DEBUG test_ui_base 66 33824 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-05-04 03:45:09,339 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:09,849 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:10,374 DEBUG db_general 177 33825 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTrvi5Q';
+2017-05-04 03:45:10,377 DEBUG db_general 188 33825 140735693222848 Query result: 74cecf29-5eeb-4891-9282-681b908d4861
+2017-05-04 03:45:10,382 DEBUG db_general 177 33825 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '74cecf29-5eeb-4891-9282-681b908d4861';
+2017-05-04 03:45:10,385 DEBUG db_general 188 33825 140735693222848 Query result: 2017-516
+2017-05-04 03:45:10,389 DEBUG db_general 177 33825 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-516';
+2017-05-04 03:45:10,391 DEBUG db_general 188 33825 140735693222848 Query result: 74cecf29-5eeb-4891-9282-681b908d4861
+2017-05-04 03:45:10,399 DEBUG db_general 177 33825 140735693222848 Query : select reviewer_id from ice_engagement Where uuid = '74cecf29-5eeb-4891-9282-681b908d4861';
+2017-05-04 03:45:10,403 DEBUG db_general 188 33825 140735693222848 Query result: 1
+2017-05-04 03:45:10,406 DEBUG db_general 177 33825 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:45:10,408 DEBUG db_general 188 33825 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:45:10,408 DEBUG fe_wizard 57 33825 140735693222848 Tab Add Vendor Contact
+2017-05-04 03:45:12,237 DEBUG test_set_stage 83 33826 140735693222848 User STdJnwB@intl.att.com failed to change stage to Intake
+2017-05-04 03:45:12,862 DEBUG fe_wizard 97 33825 140735693222848 Tab Invite Team Members
+2017-05-04 03:45:13,846 DEBUG fe_wizard 115 33825 140735693222848 About to add an SSH Key in modal window
+2017-05-04 03:45:13,855 DEBUG helper 42 33825 140735693222848 About to generate SSH Public Key
+2017-05-04 03:45:13,921 DEBUG helper 57 33825 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLcLPzlosGmY72VlEGhr0KP+b2gM6D7PVUgW4pIlvUZruHqb3WAUpHsMHxCSpqASiV08Gk2kh48UGhMUSmfsUXd+zuNzTjg7Zwe1DuvMO+stE47B8siYKcANhz+gSNwDaUf+jA2O+T/AuDiVRGOiMJwJkjRJbQ3Pu1hBGAj43S0sIw84v6DaaPPhew2Ecv2C9GJHZxJEqyDtoSbev6oplaaMgYX73OSVJ9UARA8AFVpRGnTKelL3CqHHNTwCyjMMtayh+csv7DEb/B8fHBuMARQzkYFjCDI2LhEdykxXIfW1L5hapJQXnr4pw+C9uDVmUGYi8rdvfbf8oO64GMy72j
+2017-05-04 03:45:16,423 DEBUG fe_wizard 130 33825 140735693222848 SSH Key added via modal window.
+2017-05-04 03:45:17,488 DEBUG test_set_stage 83 33826 140735693222848 User STdJnwB@intl.att.com failed to change stage to Active
+2017-05-04 03:45:20,548 DEBUG fe_user 27 33825 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:45:20,549 DEBUG fe_user 28 33825 140735693222848 Insert Email
+2017-05-04 03:45:21,263 DEBUG fe_user 31 33825 140735693222848 Insert Password
+2017-05-04 03:45:21,874 DEBUG fe_user 33 33825 140735693222848 Click Login Button
+2017-05-04 03:45:21,947 DEBUG fe_user 35 33825 140735693222848 Login Button clicked
+2017-05-04 03:45:21,950 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:45:22,464 DEBUG wait 107 33825 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:22,691 DEBUG test_set_stage 83 33826 140735693222848 User STdJnwB@intl.att.com failed to change stage to Validated
+2017-05-04 03:45:22,691 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:45:23,290 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 03:45:23,291 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 03:45:23,314 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-05-04 03:45:23,314 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 03:45:23,314 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-05-04 03:45:23,445 DEBUG logFuncEntry 34 33825 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 03:45:23,445 DEBUG logFuncEntry 34 33825 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 03:45:23,462 DEBUG test_ui_base 66 33825 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-05-04 03:45:25,425 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:45:26,492 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:45:26,492 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b423236-18f4-47fe-92c6-0f51d33277fb/6f77fb9e2316422ebed47157559f4537
+2017-05-04 03:45:26,525 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:45:26,593 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:45:26,593 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:45:26,598 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:45:26,599 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:45:26,603 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:45:26,604 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:45:26,866 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:45:26,867 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c3852c9-9600-4eba-88db-2ef0e5495275/checklist/new/
+2017-05-04 03:45:26,934 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:45:26,934 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:45:26,968 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:45:26,968 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:45:26,969 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:45:27,830 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:45:28,478 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:45:28,577 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:45:28,581 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:45:29,462 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:29,987 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:30,765 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:31,275 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:32,040 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:32,552 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:33,058 DEBUG test_set_stage 97 33826 140735693222848 User dd1122@att.com failed to change stage to Intake
+2017-05-04 03:45:33,257 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:33,772 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:34,278 DEBUG test_set_stage 97 33826 140735693222848 User dd1122@att.com failed to change stage to Active
+2017-05-04 03:45:34,546 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:35,060 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:35,582 DEBUG test_set_stage 97 33826 140735693222848 User dd1122@att.com failed to change stage to Validated
+2017-05-04 03:45:35,582 DEBUG fe_general 37 33826 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:45:36,173 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 03:45:36,173 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 03:45:36,191 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-05-04 03:45:36,192 DEBUG logFuncEntry 34 33826 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 03:45:36,192 DEBUG test_ui_base 36 33826 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-05-04 03:45:38,292 DEBUG test_ui_base 48 33826 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:45:39,357 DEBUG api_user 108 33826 140735693222848 Moving to next test case
+2017-05-04 03:45:39,357 DEBUG api_user 193 33826 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aca01d36-d4b1-4478-82a5-17e0af300836/ba1c70f1866c43808edd4a3db986447e
+2017-05-04 03:45:39,387 DEBUG api_user 196 33826 140735693222848 APIUser activated successfully!
+2017-05-04 03:45:39,455 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:45:39,456 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:45:39,460 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:45:39,462 DEBUG db_general 162 33826 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:45:39,466 DEBUG db_general 151 33826 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:45:39,467 DEBUG db_general 162 33826 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:45:39,696 DEBUG api_virtual_function 72 33826 140735693222848 Virtual Function created successfully!
+2017-05-04 03:45:39,697 DEBUG api_gitlab 267 33826 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/93125c63-36be-4397-9f1d-78fca09fc226/checklist/new/
+2017-05-04 03:45:39,773 DEBUG api_user 128 33826 140735693222848 200 OK
+2017-05-04 03:45:39,773 DEBUG api_user 130 33826 140735693222848 Login successfully.
+2017-05-04 03:45:39,807 DEBUG api_gitlab 288 33826 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:45:39,808 DEBUG fe_user 27 33826 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:45:39,808 DEBUG fe_user 28 33826 140735693222848 Insert Email
+2017-05-04 03:45:40,671 DEBUG fe_user 31 33826 140735693222848 Insert Password
+2017-05-04 03:45:41,322 DEBUG fe_user 33 33826 140735693222848 Click Login Button
+2017-05-04 03:45:41,414 DEBUG fe_user 35 33826 140735693222848 Login Button clicked
+2017-05-04 03:45:41,417 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:45:42,297 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:42,822 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:45:43,600 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:44,111 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:44,643 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 03:45:44,650 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:45:44,728 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:45:45,048 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:45,565 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:47,541 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 03:45:47,547 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:45:48,087 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:48,601 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:50,406 DEBUG fe_overview 83 33826 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 03:45:50,413 DEBUG fe_overview 89 33826 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 03:45:50,751 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:51,263 DEBUG wait 107 33826 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:45:53,098 DEBUG logFuncEntry 34 33826 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 03:45:53,098 DEBUG logFuncEntry 34 33826 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 03:45:53,113 DEBUG test_ui_base 66 33826 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-05-04 03:46:37,341 DEBUG test_signal_base 34 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:46:37,341 DEBUG test_signal_base 34 40544 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 03:46:37,342 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:46:37,342 DEBUG test_git_signal 101 40545 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:37,344 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 03:46:37,344 DEBUG test_checklist_signal 26 40544 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:37,344 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 03:46:37,344 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 03:46:37,350 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:46:37,350 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:37,356 DEBUG test_signal_base 45 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:46:37,356 DEBUG test_signal_base 34 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:46:37,357 DEBUG test_git_signal 24 40545 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:37,357 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 03:46:37,361 DEBUG test_signal_base 45 40544 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 03:46:37,362 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:46:37,362 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 03:46:37,369 DEBUG test_signal_base 45 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:46:37,369 DEBUG test_signal_base 34 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:46:37,369 DEBUG test_git_signal 82 40545 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:37,370 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 03:46:37,380 DEBUG test_signal_base 45 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:46:37,380 DEBUG test_signal_base 34 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:46:37,380 DEBUG test_git_signal 65 40545 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:37,381 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 03:46:37,392 DEBUG test_signal_base 45 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:46:37,392 DEBUG test_signal_base 34 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 03:46:37,392 DEBUG test_git_signal 47 40545 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:37,392 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 03:46:37,405 DEBUG test_signal_base 45 40545 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 03:46:37,406 DEBUG logFuncEntry 34 40545 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:46:37,406 DEBUG test_ui_base 36 40545 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 03:46:37,467 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:37,467 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9880ffcb-76fb-4323-8a5e-4fda3b4c36c3/fc5ba322e9d04fb79bd0ab7b750bf658
+2017-05-04 03:46:37,527 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:37,627 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:37,627 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:37,635 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:37,637 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:37,642 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:37,643 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:38,382 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:38,382 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d431ab0-86df-4856-9daf-0b5583eaf7c3/checklist/new/
+2017-05-04 03:46:38,528 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:38,528 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:38,578 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:38,578 DEBUG test_negative_requests 169 40543 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 03:46:38,685 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:38,685 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:38,686 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d431ab0-86df-4856-9daf-0b5583eaf7c3/checklist/new/
+2017-05-04 03:46:38,692 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:38,696 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:38,696 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d431ab0-86df-4856-9daf-0b5583eaf7c3/checklist/new/
+2017-05-04 03:46:38,789 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:38,790 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:38,831 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:38,934 DEBUG api_checklist 40 40543 140735693222848 Checklist was created successfully!
+2017-05-04 03:46:38,934 DEBUG test_negative_requests 174 40543 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 03:46:39,030 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:39,031 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:39,031 DEBUG test_negative_requests 181 40543 140735693222848 About to add audit log to checklist uuid 64124517-0696-49c9-8097-c347dc764429
+2017-05-04 03:46:39,032 DEBUG api_checklist 89 40543 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/
+2017-05-04 03:46:39,056 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:39,058 DEBUG test_negative_requests 188 40543 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:46:39,136 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:39,136 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:39,137 DEBUG test_negative_requests 181 40543 140735693222848 About to add audit log to checklist uuid 64124517-0696-49c9-8097-c347dc764429
+2017-05-04 03:46:39,137 DEBUG api_checklist 89 40543 140735693222848 Post checklist audit log URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/
+2017-05-04 03:46:39,160 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:39,161 DEBUG test_negative_requests 188 40543 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:46:39,161 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:46:39,162 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:46:39,168 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:39,170 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:46:39,170 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:39,268 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:39,268 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0233fee-c7be-45ad-94d2-aa6b696b39fb/858e9efa2dd345d3a01e31cc0c223118
+2017-05-04 03:46:39,317 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:39,427 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:39,428 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:39,438 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:39,443 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:39,451 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:39,454 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:39,618 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:46:39,663 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:46:39,781 DEBUG test_ui_base 48 40545 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:46:40,120 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:40,121 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a818d68-9929-4231-8f5e-875f30f8ee8d/checklist/new/
+2017-05-04 03:46:40,218 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:40,218 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:40,259 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:40,259 DEBUG test_negative_requests 195 40543 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 03:46:40,338 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:40,338 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:40,338 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a818d68-9929-4231-8f5e-875f30f8ee8d/checklist/new/
+2017-05-04 03:46:40,344 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:40,347 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:40,347 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a818d68-9929-4231-8f5e-875f30f8ee8d/checklist/new/
+2017-05-04 03:46:40,448 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:40,448 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:40,499 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:40,756 DEBUG api_checklist 40 40543 140735693222848 Checklist was created successfully!
+2017-05-04 03:46:40,757 DEBUG test_negative_requests 200 40543 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:46:40,848 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:40,848 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:40,849 DEBUG test_negative_requests 208 40543 140735693222848 About to add next step to checklist uuid 84bed8fd-fa72-4fb4-86c3-54f773fbfd37
+2017-05-04 03:46:40,849 DEBUG api_checklist 116 40543 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a818d68-9929-4231-8f5e-875f30f8ee8d/checklist/84bed8fd-fa72-4fb4-86c3-54f773fbfd37/nextstep/
+2017-05-04 03:46:40,883 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: b0233fee-c7be-45ad-94d2-aa6b696b39fb. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:40,884 DEBUG test_negative_requests 215 40543 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:46:40,917 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:46:40,918 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f7454019-20f0-45c3-bb0f-b23e271f6438/d5e04bfb0d96487ea73202ea60a2f2bf
+2017-05-04 03:46:40,970 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:40,995 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:40,995 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:40,995 DEBUG test_negative_requests 208 40543 140735693222848 About to add next step to checklist uuid 84bed8fd-fa72-4fb4-86c3-54f773fbfd37
+2017-05-04 03:46:40,995 DEBUG api_checklist 116 40543 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a818d68-9929-4231-8f5e-875f30f8ee8d/checklist/84bed8fd-fa72-4fb4-86c3-54f773fbfd37/nextstep/
+2017-05-04 03:46:41,059 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,059 DEBUG test_negative_requests 215 40543 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:46:41,081 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:46:41,081 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:46:41,086 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:41,088 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:41,093 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:41,094 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:41,116 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:46:41,116 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/42badbe0-c4c5-4002-8138-1024a8b1f462/6b60610dbf184fc88ceee765d7444b5b
+2017-05-04 03:46:41,160 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:41,161 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:41,161 DEBUG test_negative_requests 208 40543 140735693222848 About to add next step to checklist uuid 84bed8fd-fa72-4fb4-86c3-54f773fbfd37
+2017-05-04 03:46:41,161 DEBUG api_checklist 116 40543 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a818d68-9929-4231-8f5e-875f30f8ee8d/checklist/84bed8fd-fa72-4fb4-86c3-54f773fbfd37/nextstep/
+2017-05-04 03:46:41,166 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:46:41,166 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/16501b42-2dd7-4b4a-a2d0-a9095193e102/ca80776379b44da89edcdb88a45ab693
+2017-05-04 03:46:41,173 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:41,215 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,215 DEBUG test_negative_requests 215 40543 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:46:41,216 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:46:41,216 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:46:41,223 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:41,225 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:46:41,225 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:41,226 DEBUG test_negative_requests 37 40543 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 03:46:41,228 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:41,282 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:46:41,282 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:46:41,287 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:41,289 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:41,293 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:41,294 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:41,334 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:46:41,335 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:46:41,340 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:41,341 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:41,345 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:41,347 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:41,360 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:41,361 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b012be8c-a747-4f0d-a591-716e35d48e01/e5651494239746428f2d0dd4e61168e3
+2017-05-04 03:46:41,405 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:41,490 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:41,490 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:41,495 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:41,496 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:41,500 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:41,501 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:41,629 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:41,630 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/08d6aaa2-4f56-438a-a81a-2505fc41b694/checklist/new/
+2017-05-04 03:46:41,722 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:46:41,722 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:46:41,814 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:41,814 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80047dc2-77fb-4f9f-9f8c-9c6cccec8d0c/checklist/new/
+2017-05-04 03:46:41,817 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:41,817 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:41,817 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:46:41,830 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:41,830 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b00a9f03-3d27-40b8-94a8-4e07bd6fa318/checklist/new/
+2017-05-04 03:46:41,918 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:46:41,918 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:46:41,925 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:46:41,925 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:46:41,959 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:41,959 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:41,959 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:46:41,965 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:42,065 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:46:42,065 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:46:42,065 DEBUG api_checklist 24 40545 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b00a9f03-3d27-40b8-94a8-4e07bd6fa318/checklist/new/
+2017-05-04 03:46:42,071 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:42,073 DEBUG db_general 188 40545 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:42,074 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b00a9f03-3d27-40b8-94a8-4e07bd6fa318/checklist/new/
+2017-05-04 03:46:42,077 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:42,078 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aaf961d0-58bf-4dfc-9535-ad5948407b3c/checklist/new/
+2017-05-04 03:46:42,167 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:46:42,168 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:46:42,174 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:42,175 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:42,214 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:42,223 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:42,311 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:42,312 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/558c9e81-4b46-4e7d-90e9-a4da003c0046/bafe66d1a0c44f6f99b0af5f85fa655d
+2017-05-04 03:46:42,348 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:42,422 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:42,422 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:42,425 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:42,426 DEBUG api_checklist 40 40545 140735693222848 Checklist was created successfully!
+2017-05-04 03:46:42,427 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:42,432 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:42,434 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:42,509 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:46:42,509 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ee31199a-4ccb-4b09-b2be-3194ebeb22ed/c540056fb3ac4b59b7c685b0f6867546
+2017-05-04 03:46:42,546 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:42,637 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:46:42,638 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:46:42,642 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:42,644 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:42,649 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:42,651 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:42,659 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:46:42,800 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:46:42,842 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:42,843 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5d29c65a-d1bb-4d16-b175-c84e93b88f34/checklist/new/
+2017-05-04 03:46:42,931 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:42,932 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:42,969 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:42,970 DEBUG test_negative_requests 43 40543 140735693222848 About to invite contact to the engagement of user STdLbp1
+2017-05-04 03:46:42,970 DEBUG api_virtual_function 119 40543 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 03:46:43,003 ERROR api_virtual_function 148 40543 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 558c9e81-4b46-4e7d-90e9-a4da003c0046. eng_uuid=aaf961d0-58bf-4dfc-9535-ad5948407b3c. checklist_uuid=None"
+2017-05-04 03:46:43,003 DEBUG test_negative_requests 49 40543 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 03:46:43,004 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:46:43,004 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:46:43,010 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:43,011 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:46:43,011 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:43,011 DEBUG test_negative_requests 54 40543 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 03:46:43,103 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:43,103 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fe2925bf-1e4f-4192-a20b-5db9516e637a/cb3335c8f3ef427f963ef75fd9ab7dd7
+2017-05-04 03:46:43,106 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:43,106 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/69be094e-1c5f-4617-902a-31bd3642a76c/checklist/new/
+2017-05-04 03:46:43,141 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:43,180 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:46:43,180 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:46:43,213 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:43,213 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:43,217 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:43,218 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:43,218 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:43,218 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:43,219 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:46:43,222 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:43,223 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:43,309 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:46:43,425 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:46:43,431 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:46:43,464 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:46:43,582 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:46:43,591 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:46:44,108 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:44,109 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0cd67080-c6c3-4941-ad56-21e22d945e30/checklist/new/
+2017-05-04 03:46:44,129 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:46:44,217 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:44,251 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:44,251 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:44,342 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:44,439 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:44,446 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:44,446 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:44,447 DEBUG test_negative_requests 63 40543 140735693222848 About to add a next step to VF STEwh59 using ST1fdbq@intl.att.com token.
+2017-05-04 03:46:44,447 DEBUG api_virtual_function 25 40543 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0cd67080-c6c3-4941-ad56-21e22d945e30/nextsteps
+2017-05-04 03:46:44,493 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: fe2925bf-1e4f-4192-a20b-5db9516e637a. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:44,494 DEBUG test_negative_requests 69 40543 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:46:44,587 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:44,588 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:44,588 DEBUG test_negative_requests 63 40543 140735693222848 About to add a next step to VF STEwh59 using dd1122@att.com token.
+2017-05-04 03:46:44,588 DEBUG api_virtual_function 25 40543 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0cd67080-c6c3-4941-ad56-21e22d945e30/nextsteps
+2017-05-04 03:46:44,728 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:44,764 DEBUG api_virtual_function 40 40543 140735693222848 Next step was added to the engagement!
+2017-05-04 03:46:44,764 DEBUG test_negative_requests 69 40543 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:46:44,825 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:46:44,876 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:44,876 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:44,876 DEBUG test_negative_requests 63 40543 140735693222848 About to add a next step to VF STEwh59 using admin_ro@att.com token.
+2017-05-04 03:46:44,877 DEBUG api_virtual_function 25 40543 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0cd67080-c6c3-4941-ad56-21e22d945e30/nextsteps
+2017-05-04 03:46:44,923 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:44,923 DEBUG test_negative_requests 69 40543 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:46:44,924 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:46:44,924 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:46:44,936 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:44,936 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:46:44,938 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:46:44,938 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:44,938 DEBUG test_negative_requests 221 40543 140735693222848 Local environment, skipping test...
+2017-05-04 03:46:44,938 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:46:44,939 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:46:44,943 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:46:44,954 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:44,958 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:44,962 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:46:44,962 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:45,062 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:45,063 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f0a58b21-ed5d-464b-8014-dcfd91d6649f/ab66ef024b7a4422b29f6bc9f889724d
+2017-05-04 03:46:45,099 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:45,203 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:45,203 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:45,207 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:45,209 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:45,213 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:45,214 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:45,242 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:45,458 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:45,468 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:45,605 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:45,605 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:45,674 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:45,674 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:45,706 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:45,706 DEBUG test_negative_requests 98 40543 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:46:45,781 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:45,781 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:45,781 DEBUG test_negative_requests 106 40543 140735693222848 About to create checklist for VF STZNTSn
+2017-05-04 03:46:45,782 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:45,785 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:45,787 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:45,787 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:45,869 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:45,869 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:45,899 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:45,925 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: f0a58b21-ed5d-464b-8014-dcfd91d6649f. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:45,926 DEBUG test_negative_requests 112 40543 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:46:45,980 DEBUG db_general 177 40545 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPISTUE6gT';
+2017-05-04 03:46:45,983 DEBUG db_general 188 40545 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:46,014 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:46,015 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:46,015 DEBUG test_negative_requests 106 40543 140735693222848 About to create checklist for VF STZNTSn
+2017-05-04 03:46:46,015 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:46,019 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:46,021 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:46,021 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:46,070 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:46:46,117 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:46,117 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:46,180 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:46,182 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:46:46,237 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,238 DEBUG test_negative_requests 112 40543 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:46:46,344 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:46,345 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:46,345 DEBUG test_negative_requests 106 40543 140735693222848 About to create checklist for VF STZNTSn
+2017-05-04 03:46:46,345 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:46,356 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:46,363 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:46,364 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/219852c9-2c3a-46de-af9a-6f64c4fb91af/checklist/new/
+2017-05-04 03:46:46,442 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:46,443 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:46,475 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:46,503 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,503 DEBUG test_negative_requests 112 40543 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:46:46,504 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:46:46,504 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:46:46,516 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:46,518 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:46:46,518 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:46,518 DEBUG test_negative_requests 74 40543 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:46:46,634 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:46,634 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f70c577-7df2-45e4-86bf-2564b2a98291/a62d1c31007947e0b79e10257a583ca8
+2017-05-04 03:46:46,685 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:46,696 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 03:46:46,819 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:46,820 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:46:46,833 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:46,834 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:46,842 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:46,846 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:46,864 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:46,866 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:47,436 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:46:47,436 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 03:46:47,459 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 03:46:47,460 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:46:47,460 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 03:46:47,532 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:47,533 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e49e5547-b682-46e4-86aa-659e6a135ce2/checklist/new/
+2017-05-04 03:46:47,684 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:47,685 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:47,744 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:47,769 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:46:47,890 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:47,890 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:47,891 DEBUG api_virtual_function 25 40543 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e49e5547-b682-46e4-86aa-659e6a135ce2/nextsteps
+2017-05-04 03:46:48,123 DEBUG api_virtual_function 40 40543 140735693222848 Next step was added to the engagement!
+2017-05-04 03:46:48,228 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:48,228 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:48,229 DEBUG test_negative_requests 86 40543 140735693222848 About to edit a next step (ns uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d) using ST7lOIx@intl.att.com token.
+2017-05-04 03:46:48,229 DEBUG api_virtual_function 156 40543 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b3afe93d-ff08-49e7-8ad6-fc88f0acf23d/engagement/e49e5547-b682-46e4-86aa-659e6a135ce2/modify/
+2017-05-04 03:46:48,281 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,282 DEBUG test_negative_requests 92 40543 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:46:48,401 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:48,401 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:48,401 DEBUG test_negative_requests 86 40543 140735693222848 About to edit a next step (ns uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d) using dd1122@att.com token.
+2017-05-04 03:46:48,402 DEBUG api_virtual_function 156 40543 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b3afe93d-ff08-49e7-8ad6-fc88f0acf23d/engagement/e49e5547-b682-46e4-86aa-659e6a135ce2/modify/
+2017-05-04 03:46:48,500 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,501 DEBUG test_negative_requests 92 40543 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:46:48,579 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:46:48,629 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:48,630 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:48,630 DEBUG test_negative_requests 86 40543 140735693222848 About to edit a next step (ns uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d) using admin_ro@att.com token.
+2017-05-04 03:46:48,630 DEBUG api_virtual_function 156 40543 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b3afe93d-ff08-49e7-8ad6-fc88f0acf23d/engagement/e49e5547-b682-46e4-86aa-659e6a135ce2/modify/
+2017-05-04 03:46:48,674 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,674 DEBUG test_negative_requests 92 40543 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:46:48,674 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:46:48,675 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:46:48,691 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:48,693 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:46:48,693 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:48,694 DEBUG test_negative_requests 20 40543 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 03:46:48,726 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:46:48,733 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:46:48,833 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:48,834 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f3d87e59-bae7-4851-8cc9-f3ab9839960c/8c85c92f24cb4c8784e16c575ce4f4d7
+2017-05-04 03:46:48,886 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:49,092 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:49,093 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:49,127 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:49,129 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:49,138 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:49,141 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:49,535 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:46:49,536 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 03:46:49,566 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 03:46:49,568 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:46:49,568 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 03:46:49,952 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:50,262 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:50,262 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c71c4dc1-60a7-4f80-9903-1a03685d314e/checklist/new/
+2017-05-04 03:46:50,398 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:50,398 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:50,463 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:50,474 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:50,602 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:46:50,637 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:50,637 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cacd0250-8496-4a1f-b313-27f82f73e9f1/620d50c432c44ed8adf0a4f01949930d
+2017-05-04 03:46:50,713 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:50,839 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:50,840 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:50,845 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:50,846 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:50,851 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:50,853 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:50,990 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:51,171 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:51,172 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b42a25ae-a14c-414a-bf53-b82d5696dc05/checklist/new/
+2017-05-04 03:46:51,255 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:51,255 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:51,291 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:51,291 DEBUG test_negative_requests 26 40543 140735693222848 About to invite team member to the engagement of user STGQPCf
+2017-05-04 03:46:51,291 DEBUG api_virtual_function 87 40543 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:46:51,327 ERROR api_virtual_function 112 40543 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:46:51,328 DEBUG test_negative_requests 32 40543 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 03:46:51,328 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:46:51,328 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:46:51,340 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:51,342 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:46:51,342 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:51,425 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:51,426 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ba582e8c-f533-402d-aa85-850bd3c4e1c9/10a53582c71b4ed99d38a6b54c9953fe
+2017-05-04 03:46:51,470 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:51,518 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:51,552 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:51,553 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:51,558 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:51,559 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:51,563 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:51,564 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:51,878 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:46:51,878 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d4407608-b59e-49c1-9364-7b072b35e639/da29d1b469c44100a2dc124642fec420
+2017-05-04 03:46:51,920 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:51,947 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:46:52,024 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:46:52,024 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:46:52,028 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:52,030 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:52,035 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:52,037 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:52,054 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:52,054 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de18e480-b433-4c47-b0f6-7aca35539b77/checklist/new/
+2017-05-04 03:46:52,187 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:52,187 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:52,233 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:52,233 DEBUG test_negative_requests 146 40543 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 03:46:52,341 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:52,341 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:52,342 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de18e480-b433-4c47-b0f6-7aca35539b77/checklist/new/
+2017-05-04 03:46:52,347 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:52,350 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:52,350 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de18e480-b433-4c47-b0f6-7aca35539b77/checklist/new/
+2017-05-04 03:46:52,420 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:46:52,455 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:52,455 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:52,518 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:52,646 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:52,647 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ca0ae21b-912a-4044-b258-c6d6c59a49f6/checklist/new/
+2017-05-04 03:46:52,820 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:46:52,820 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:46:52,889 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:52,889 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:52,889 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:46:52,930 DEBUG api_checklist 40 40543 140735693222848 Checklist was created successfully!
+2017-05-04 03:46:52,930 DEBUG test_negative_requests 151 40543 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 03:46:52,930 DEBUG test_negative_requests 157 40543 140735693222848 About to change checklist state for VF ST0mvKO
+2017-05-04 03:46:52,936 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:46:53,023 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:53,023 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:53,062 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,062 DEBUG test_negative_requests 163 40543 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:46:53,063 DEBUG test_negative_requests 157 40543 140735693222848 About to change checklist state for VF ST0mvKO
+2017-05-04 03:46:53,148 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:53,148 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:53,180 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,180 DEBUG test_negative_requests 163 40543 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:46:53,180 DEBUG test_negative_requests 157 40543 140735693222848 About to change checklist state for VF ST0mvKO
+2017-05-04 03:46:53,212 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:46:53,213 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9540c0bc-fc04-4c90-9645-c636d7e2afe2/ea5de2a5cf384bbc8a2344d5fa269d43
+2017-05-04 03:46:53,251 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:53,275 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:53,275 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:53,317 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,317 DEBUG test_negative_requests 163 40543 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:46:53,317 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:46:53,317 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:46:53,325 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:53,328 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:46:53,328 DEBUG test_api_base 30 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:46:53,332 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:46:53,332 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:46:53,336 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:53,338 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:53,342 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:53,343 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:53,418 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:53,418 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/74f3c01f-247c-493e-9ee1-b46b08902a88/413a046b06ee40f9b1519d4dfda2e085
+2017-05-04 03:46:53,462 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:53,567 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:53,568 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:53,572 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:53,573 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:53,577 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:53,578 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:53,804 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:46:53,838 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:53,839 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/de8ce60c-040c-4d56-9dba-38a64fe48eee/checklist/new/
+2017-05-04 03:46:53,934 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:46:53,935 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:46:53,983 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:53,983 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:53,983 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:46:54,032 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:54,033 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0ccdb2f-357e-466b-a6c7-33448833e75c/checklist/new/
+2017-05-04 03:46:54,115 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:54,116 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:54,150 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:54,150 DEBUG test_negative_requests 119 40543 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 03:46:54,218 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:54,218 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:54,218 DEBUG api_checklist 24 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0ccdb2f-357e-466b-a6c7-33448833e75c/checklist/new/
+2017-05-04 03:46:54,222 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:54,224 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:54,224 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0ccdb2f-357e-466b-a6c7-33448833e75c/checklist/new/
+2017-05-04 03:46:54,306 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:54,307 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:54,341 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:54,452 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:46:54,598 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:46:54,602 DEBUG api_checklist 40 40543 140735693222848 Checklist was created successfully!
+2017-05-04 03:46:54,602 DEBUG test_negative_requests 124 40543 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:46:54,605 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:46:54,699 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:54,699 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:54,699 DEBUG test_negative_requests 132 40543 140735693222848 About to update checklist for VF STK6zH0
+2017-05-04 03:46:54,700 DEBUG api_checklist 58 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//69e0ccfd-c039-4d24-89f4-ab843f83f34c/69e0ccfd-c039-4d24-89f4-ab843f83f34c
+2017-05-04 03:46:54,704 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:54,707 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:54,738 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 74f3c01f-247c-493e-9ee1-b46b08902a88. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:54,738 DEBUG test_negative_requests 139 40543 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:46:54,818 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:46:54,820 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:54,821 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:54,821 DEBUG test_negative_requests 132 40543 140735693222848 About to update checklist for VF STK6zH0
+2017-05-04 03:46:54,821 DEBUG api_checklist 58 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//69e0ccfd-c039-4d24-89f4-ab843f83f34c/69e0ccfd-c039-4d24-89f4-ab843f83f34c
+2017-05-04 03:46:54,828 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:54,831 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:54,955 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:54,956 DEBUG test_negative_requests 139 40543 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:46:55,086 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:55,086 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:55,087 DEBUG test_negative_requests 132 40543 140735693222848 About to update checklist for VF STK6zH0
+2017-05-04 03:46:55,087 DEBUG api_checklist 58 40543 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//69e0ccfd-c039-4d24-89f4-ab843f83f34c/69e0ccfd-c039-4d24-89f4-ab843f83f34c
+2017-05-04 03:46:55,092 DEBUG db_general 177 40543 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:46:55,094 DEBUG db_general 188 40543 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:46:55,128 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:55,129 DEBUG test_negative_requests 139 40543 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:46:55,129 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:46:55,129 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:46:55,140 DEBUG test_api_base 42 40543 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:46:55,142 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:46:55,142 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 03:46:55,161 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:55,238 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-523';
+2017-05-04 03:46:55,241 DEBUG db_general 188 40545 140735693222848 Query result: b00a9f03-3d27-40b8-94a8-4e07bd6fa318
+2017-05-04 03:46:55,245 DEBUG db_user 49 40545 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'b00a9f03-3d27-40b8-94a8-4e07bd6fa318' and email = 'ST3amX2@intl.att.com' ;
+2017-05-04 03:46:55,249 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=645e20a0-8d6b-4348-a110-f58ad956dcef
+2017-05-04 03:46:55,527 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:46:55,641 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:46:55,646 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:46:56,102 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:56,102 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:46:56,535 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:57,043 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:46:57,046 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:46:57,535 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:46:57,570 DEBUG db_general 66 40546 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 03:46:57,574 DEBUG db_general 78 40546 140735693222848 Query result: STpvCtZ
+2017-05-04 03:46:57,680 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:46:57,796 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:46:57,801 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=645e20a0-8d6b-4348-a110-f58ad956dcef page is loaded.
+2017-05-04 03:46:58,425 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:46:58,743 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STeb6OL
+2017-05-04 03:46:58,743 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STeb6OL', 'title_Announcement_STeb6OL-slug', '', 'description_Announcement_STzprkx', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STzprkx</p>', true, '', 1, 1);
+2017-05-04 03:46:58,749 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STeb6OL', 'title_Announcement_STeb6OL-slug', '', 'description_Announcement_STzprkx', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STzprkx</p>', true, '', 1, 1);
+2017-05-04 03:46:58,753 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:46:58,753 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:46:58,754 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:46:58,758 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:46:58,760 DEBUG db_cms 64 40543 140735693222848 Query result: 200
+2017-05-04 03:46:58,761 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:46:58,761 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:46:58,766 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:46:58,768 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:46:58,768 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 200
+2017-05-04 03:46:58,768 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (200, 2);
+2017-05-04 03:46:58,772 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (200, 2);
+2017-05-04 03:46:58,781 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:46:58,909 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:46:58,910 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7c82c2b0-cc76-4a8c-bfb8-889c15672830/0e9938ec7308424d91a663fbf2ba31b1
+2017-05-04 03:46:58,936 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:46:58,952 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:46:59,064 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:59,064 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:59,069 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:46:59,071 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:46:59,075 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:46:59,077 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:46:59,463 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:46:59,603 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:46:59,604 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1c29319c-ddca-45f3-9156-54df737b2860/checklist/new/
+2017-05-04 03:46:59,692 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:46:59,692 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:46:59,724 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:46:59,724 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:46:59,725 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:46:59,906 DEBUG db_general 66 40546 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:46:59,908 DEBUG db_general 78 40546 140735693222848 Query result: None
+2017-05-04 03:46:59,912 DEBUG db_general 108 40546 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'ST0jHg1' WHERE uuid = 'None' ;
+2017-05-04 03:46:59,915 DEBUG db_general 112 40546 140735693222848 Update query success!
+2017-05-04 03:46:59,915 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:46:59,915 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 03:46:59,929 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 03:46:59,930 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:46:59,930 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 03:47:00,736 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:47:00,886 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:01,406 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:47:01,527 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:47:01,533 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:01,595 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:01,595 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:47:02,126 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:02,162 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:02,453 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:47:03,096 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:47:03,197 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:47:03,204 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:03,304 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:47:03,304 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/116cc58c-2196-42f2-82fb-0e3af58b5589/ae8d6d842b2e4a8386618abb3e65f788
+2017-05-04 03:47:03,377 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:03,681 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:03,681 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:03,686 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:03,688 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:03,692 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:03,694 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:03,905 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:03,906 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:47:04,122 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:04,233 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:04,233 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a18a0178-ffb0-4acd-a8b7-0580335bcc64/checklist/new/
+2017-05-04 03:47:04,310 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:04,310 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:04,347 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:04,347 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:04,348 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:47:04,634 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:04,698 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:47:05,165 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:47:05,314 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:47:05,407 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:47:05,413 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:05,843 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:47:05,925 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:05,945 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:47:05,949 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:06,523 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:07,039 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:07,565 DEBUG db_general 66 40546 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'STpvCtZ';
+2017-05-04 03:47:07,568 DEBUG db_general 78 40546 140735693222848 Query result: Donald Duck
+2017-05-04 03:47:09,630 DEBUG db_general 66 40546 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:47:09,633 DEBUG db_general 78 40546 140735693222848 Query result: None
+2017-05-04 03:47:09,637 DEBUG db_general 108 40546 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STnOWLx' WHERE uuid = 'None' ;
+2017-05-04 03:47:09,640 DEBUG db_general 112 40546 140735693222848 Update query success!
+2017-05-04 03:47:09,640 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:47:09,640 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 03:47:09,662 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 03:47:09,663 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:47:09,663 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 03:47:10,140 DEBUG logFuncEntry 34 40545 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:47:10,141 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 03:47:10,168 DEBUG test_ui_base 66 40545 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 03:47:10,168 DEBUG logFuncEntry 34 40545 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:47:10,168 DEBUG test_ui_base 36 40545 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 03:47:10,436 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:11,402 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:11,402 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:47:11,619 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:47:11,620 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 03:47:11,659 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 03:47:11,660 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:47:11,660 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 03:47:12,099 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:12,283 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:47:13,014 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:47:13,147 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:47:13,156 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:13,319 DEBUG test_ui_base 48 40545 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:13,800 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:47:13,801 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d1f6f09-dd29-4b83-9064-e2b0e1d840e8/33fe8f7368044777b123c87665c9ecf7
+2017-05-04 03:47:13,860 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:13,990 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:13,991 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:13,996 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:13,998 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:14,003 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:14,004 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:14,295 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:14,552 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:14,552 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2fd6795e-3c5d-4e8d-abc5-9597ec735d54/checklist/new/
+2017-05-04 03:47:14,631 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:14,631 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:14,669 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:14,669 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:14,670 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:47:14,810 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:14,811 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:14,886 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:47:14,886 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5f0690f8-b0ad-4f31-a32c-755225e23463/b36a5bfe039d433fab0d1e208788dc39
+2017-05-04 03:47:14,923 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:15,003 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:15,003 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:15,008 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:15,010 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:15,015 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:15,016 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:15,321 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:15,322 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3edc068f-b971-40a4-9672-709dc05ea9ea/checklist/new/
+2017-05-04 03:47:15,413 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:15,413 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:15,447 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:15,523 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:47:15,547 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:15,547 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:15,547 DEBUG api_checklist 24 40545 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3edc068f-b971-40a4-9672-709dc05ea9ea/checklist/new/
+2017-05-04 03:47:15,551 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:47:15,553 DEBUG db_general 188 40545 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:47:15,553 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3edc068f-b971-40a4-9672-709dc05ea9ea/checklist/new/
+2017-05-04 03:47:15,637 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:15,637 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:15,681 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:15,861 DEBUG api_checklist 40 40545 140735693222848 Checklist was created successfully!
+2017-05-04 03:47:15,865 DEBUG db_general 202 40545 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST1xhU8' order by update_time desc limit 1;
+2017-05-04 03:47:15,868 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:15,945 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: News
+2017-05-04 03:47:15,946 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:47:15,953 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:47:15,955 DEBUG db_cms 64 40543 140735693222848 Query result: 1
+2017-05-04 03:47:15,955 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:47:15,956 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 03:47:15,973 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 03:47:15,973 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:47:15,973 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 03:47:16,190 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:47:16,334 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:47:16,340 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:16,687 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:16,687 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:47:17,292 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:17,721 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:47:17,810 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:18,362 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:47:18,479 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:47:18,485 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:19,109 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:19,112 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:19,630 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:20,160 DEBUG db_checklist 391 40545 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST1xhU8' order by create_time desc limit 1;
+2017-05-04 03:47:20,168 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:20,373 DEBUG db_cms 142 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:20,374 DEBUG db_cms 116 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:20,375 DEBUG db_cms 118 40543 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:20,395 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:20,399 DEBUG db_cms 64 40543 140735693222848 Query result: 10
+2017-05-04 03:47:20,399 DEBUG db_cms 148 40543 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STdSiQx', 'title_Of_Page_STdSiQx-slug', '', 'description_Of_Page_ST7qiwR', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STdSiQx', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:20,410 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STdSiQx', 'title_Of_Page_STdSiQx-slug', '', 'description_Of_Page_ST7qiwR', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STdSiQx', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:20,423 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:20,423 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:20,424 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,432 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,434 DEBUG db_cms 64 40543 140735693222848 Query result: 96
+2017-05-04 03:47:20,434 DEBUG db_cms 152 40543 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:47:20,435 DEBUG db_cms 154 40543 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (96, '<p>description_Of_Page_ST7qiwR</p>');
+2017-05-04 03:47:20,442 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (96, '<p>description_Of_Page_ST7qiwR</p>');
+2017-05-04 03:47:20,445 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:20,446 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:20,446 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,455 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,458 DEBUG db_cms 64 40543 140735693222848 Query result: 96
+2017-05-04 03:47:20,458 DEBUG db_cms 142 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:20,459 DEBUG db_cms 116 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:20,459 DEBUG db_cms 118 40543 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:20,467 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:20,472 DEBUG db_cms 64 40543 140735693222848 Query result: 10
+2017-05-04 03:47:20,473 DEBUG db_cms 148 40543 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STjhUo9', 'title_Of_Page_STjhUo9-slug', '', 'description_Of_Page_STzmojC', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STjhUo9', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:20,478 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STjhUo9', 'title_Of_Page_STjhUo9-slug', '', 'description_Of_Page_STzmojC', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STjhUo9', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:20,481 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:20,481 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:20,481 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,487 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,489 DEBUG db_cms 64 40543 140735693222848 Query result: 97
+2017-05-04 03:47:20,489 DEBUG db_cms 152 40543 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:47:20,490 DEBUG db_cms 154 40543 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (97, '<p>description_Of_Page_STzmojC</p>');
+2017-05-04 03:47:20,495 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (97, '<p>description_Of_Page_STzmojC</p>');
+2017-05-04 03:47:20,497 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:20,497 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:20,498 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,503 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,506 DEBUG db_cms 64 40543 140735693222848 Query result: 97
+2017-05-04 03:47:20,506 DEBUG db_cms 142 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:20,506 DEBUG db_cms 116 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:20,506 DEBUG db_cms 118 40543 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:20,511 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:20,513 DEBUG db_cms 64 40543 140735693222848 Query result: 10
+2017-05-04 03:47:20,513 DEBUG db_cms 148 40543 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7vsd9', 'title_Of_Page_ST7vsd9-slug', '', 'description_Of_Page_ST17zI9', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7vsd9', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:20,517 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7vsd9', 'title_Of_Page_ST7vsd9-slug', '', 'description_Of_Page_ST17zI9', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7vsd9', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:20,521 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:20,521 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:20,521 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,529 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:20,532 DEBUG db_cms 64 40543 140735693222848 Query result: 98
+2017-05-04 03:47:20,532 DEBUG db_cms 152 40543 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:47:20,532 DEBUG db_cms 154 40543 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (98, '<p>description_Of_Page_ST17zI9</p>');
+2017-05-04 03:47:20,538 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (98, '<p>description_Of_Page_ST17zI9</p>');
+2017-05-04 03:47:20,541 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:20,572 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:20,661 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:47:20,661 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/432fc230-8f25-4378-8aa1-4e9ab0007a86/a914d85175bd49c6a2ebf8f877013944
+2017-05-04 03:47:20,718 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:20,835 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:20,835 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:20,843 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:20,846 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:20,851 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:20,853 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:21,200 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:21,201 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/63189423-59ae-47f4-89ff-592fdbdea3ff/checklist/new/
+2017-05-04 03:47:21,273 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:21,306 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:21,307 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:21,329 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:21,329 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:47:21,372 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:21,372 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:21,373 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:47:21,795 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:22,153 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:47:22,316 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:47:22,332 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:22,547 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:22,795 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:47:22,910 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:47:22,916 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:22,987 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:47:23,047 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:47:23,098 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:47:23,099 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 03:47:23,118 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 03:47:23,118 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:47:23,118 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 03:47:23,131 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:47:23,136 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:23,834 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:23,839 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:47:23,900 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:24,356 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:24,421 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:26,037 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:26,037 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:26,041 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:26,044 DEBUG db_cms 64 40543 140735693222848 Query result: 98
+2017-05-04 03:47:26,058 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:47:26,058 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 03:47:26,074 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 03:47:26,074 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:47:26,074 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 03:47:26,291 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:26,495 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:47:27,241 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:27,736 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:47:27,737 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/25d31019-7af5-4b8b-b8bf-b0635b6442c2/70415576ee694573b0af78124dfe401f
+2017-05-04 03:47:27,771 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:27,850 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:27,851 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:27,855 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:27,856 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:27,861 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:27,863 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:27,991 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:28,171 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:28,171 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0813a6ff-8bcd-4481-970d-08f43e874a9d/checklist/new/
+2017-05-04 03:47:28,264 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:28,264 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:28,302 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:28,302 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:28,302 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:47:28,451 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:28,503 DEBUG db_checklist 391 40545 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST1xhU8' order by create_time desc limit 1;
+2017-05-04 03:47:28,512 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:29,135 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:29,146 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:47:29,500 DEBUG db_cms 142 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:29,501 DEBUG db_cms 116 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:47:29,501 DEBUG db_cms 118 40543 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:29,507 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:47:29,510 DEBUG db_cms 64 40543 140735693222848 Query result: 10
+2017-05-04 03:47:29,510 DEBUG db_cms 148 40543 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STQ9av2', 'title_Of_Page_STQ9av2-slug', '', 'description_Of_Page_STgDiho', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STQ9av2', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:29,514 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STQ9av2', 'title_Of_Page_STQ9av2-slug', '', 'description_Of_Page_STgDiho', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STQ9av2', 'richtextpage', true, 10, 1);
+2017-05-04 03:47:29,517 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:29,517 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:29,517 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:29,521 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:29,522 DEBUG db_cms 64 40543 140735693222848 Query result: 99
+2017-05-04 03:47:29,523 DEBUG db_cms 152 40543 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:47:29,523 DEBUG db_cms 154 40543 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (99, '<p>description_Of_Page_STgDiho</p>');
+2017-05-04 03:47:29,527 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (99, '<p>description_Of_Page_STgDiho</p>');
+2017-05-04 03:47:29,529 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:29,608 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:47:29,608 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2a00bd9d-ed38-49a3-9547-1fa12c046272/ee809eb5db6e461e9fb06a764795979e
+2017-05-04 03:47:29,643 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:29,658 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:29,713 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:29,714 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:29,718 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:29,720 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:29,723 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:29,725 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:29,792 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:47:29,905 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:47:29,911 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:30,091 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:30,091 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c1c177cd-988f-4715-85f3-ea14a2fe0b86/checklist/new/
+2017-05-04 03:47:30,179 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:30,230 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:30,231 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:30,366 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:30,366 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:30,366 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:47:30,388 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:47:30,908 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:47:30,981 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:31,209 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:47:31,209 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 03:47:31,229 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 03:47:31,230 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:47:31,230 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 03:47:31,430 DEBUG logFuncEntry 34 40545 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:47:31,430 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 03:47:31,432 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:47:31,453 DEBUG test_ui_base 66 40545 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 03:47:31,453 DEBUG logFuncEntry 34 40545 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:47:31,454 DEBUG test_ui_base 36 40545 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 03:47:31,493 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:32,123 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:47:32,278 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:47:32,285 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:33,170 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:33,686 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:34,340 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:34,592 DEBUG test_ui_base 48 40545 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:35,348 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:47:35,349 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:35,355 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:47:35,357 DEBUG db_cms 64 40543 140735693222848 Query result: 99
+2017-05-04 03:47:35,381 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:47:35,382 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 03:47:35,404 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 03:47:35,405 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:47:35,405 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 03:47:35,888 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:47:35,888 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2852b69b-4f08-4cad-a426-d5274d956818/934e698a70e744a89d187e381ec73033
+2017-05-04 03:47:35,984 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:36,155 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:47:36,155 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:47:36,164 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:36,166 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:36,173 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:36,175 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:36,251 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:47:36,251 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98d3d344-9186-4380-9895-3d401293fabb/34630f6c57584c46a4ebfd863c588255
+2017-05-04 03:47:36,295 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:36,385 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:36,386 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:36,390 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:36,392 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:36,396 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:36,399 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:36,806 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:36,807 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/531685c3-3ef7-4aeb-b3ae-dd0ff54d4e03/checklist/new/
+2017-05-04 03:47:36,923 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:36,972 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:47:36,972 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:47:37,032 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:37,033 DEBUG test_dashboard_feature 70 40544 140735693222848 Login with standard user STcUQtL@intl.att.com
+2017-05-04 03:47:37,033 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:37,033 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:47:37,107 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:37,107 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c8195f7-2272-4f49-a937-48285b58e19a/checklist/new/
+2017-05-04 03:47:37,205 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:37,205 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:37,255 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:37,255 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:37,255 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:47:37,436 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:37,972 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:47:37,973 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 03:47:37,988 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 03:47:37,989 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:47:37,989 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 03:47:37,993 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:47:38,141 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:47:38,531 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:38,651 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:47:38,801 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:47:38,854 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:47:38,861 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:38,997 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:47:39,003 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:39,389 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:39,907 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:40,346 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_ST65PGK
+2017-05-04 03:47:40,347 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST65PGK', 'title_Announcement_ST65PGK-slug', '', 'description_Announcement_STC8dt1', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STC8dt1</p>', true, '', 1, 1);
+2017-05-04 03:47:40,356 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST65PGK', 'title_Announcement_ST65PGK-slug', '', 'description_Announcement_STC8dt1', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STC8dt1</p>', true, '', 1, 1);
+2017-05-04 03:47:40,364 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:40,365 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:47:40,365 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:47:40,370 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:47:40,373 DEBUG db_cms 64 40543 140735693222848 Query result: 201
+2017-05-04 03:47:40,373 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:47:40,373 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:47:40,379 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:47:40,384 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:47:40,384 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 201
+2017-05-04 03:47:40,384 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (201, 2);
+2017-05-04 03:47:40,396 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (201, 2);
+2017-05-04 03:47:40,400 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:40,444 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:40,549 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:47:40,550 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1983ae35-589f-4363-9684-bc13f84844f7/09149cefc0ae446ea2e3f1b215ec39dc
+2017-05-04 03:47:40,595 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:40,627 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:47:40,627 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:47:40,628 DEBUG fe_user 161 40544 140735693222848 Adding new next step (via api) and assigning it to user ST6t2ra
+2017-05-04 03:47:40,628 DEBUG api_virtual_function 25 40544 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/531685c3-3ef7-4aeb-b3ae-dd0ff54d4e03/nextsteps
+2017-05-04 03:47:40,674 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:40,674 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:40,679 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:40,680 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:40,685 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:40,686 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:40,736 DEBUG api_virtual_function 40 40544 140735693222848 Next step was added to the engagement!
+2017-05-04 03:47:40,737 DEBUG fe_user 163 40544 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 03:47:40,960 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:41,126 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:41,152 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:41,152 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bdd5fbd7-e12e-4bf8-b3b1-0a49b67a24df/checklist/new/
+2017-05-04 03:47:41,282 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:41,282 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:41,329 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:41,330 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:41,330 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:47:41,679 DEBUG fe_user 165 40544 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 03:47:42,163 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:42,416 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:47:42,691 DEBUG fe_dashboard 203 40544 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 03:47:42,713 DEBUG fe_dashboard 213 40544 140735693222848 > Check if creator of NS is the EL Donald Duck
+2017-05-04 03:47:42,719 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:47:42,720 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/80b66995-9a27-4b9b-b302-d46c231c1d4a/165e6add351f431a8673a257bbb20250
+2017-05-04 03:47:42,746 DEBUG fe_overview 38 40544 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 03:47:42,750 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:42,761 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:42,840 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:42,841 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:42,844 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:42,846 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:42,850 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:42,851 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:43,087 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:43,087 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7446e8ea-b5ef-4315-8f1b-4879402f1b1f/checklist/new/
+2017-05-04 03:47:43,098 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:47:43,167 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:47:43,167 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:47:43,208 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:47:43,213 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:43,214 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:43,215 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:43,215 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:47:43,752 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:44,085 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:47:44,090 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:44,776 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:47:44,849 DEBUG fe_overview 43 40544 140735693222848 Login with EL user dd1122@att.com
+2017-05-04 03:47:44,849 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:44,850 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:47:44,909 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:47:44,918 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:45,006 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:47:45,006 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 03:47:45,021 DEBUG logFuncEntry 34 40545 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:47:45,021 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 03:47:45,028 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 03:47:45,028 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:47:45,029 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 03:47:45,042 DEBUG test_ui_base 66 40545 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 03:47:45,043 DEBUG logFuncEntry 34 40545 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:47:45,043 DEBUG test_ui_base 36 40545 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 03:47:45,725 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:47:46,000 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:46,425 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:47:46,518 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:46,601 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:47:46,607 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:47,035 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:47,127 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:47,551 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:48,083 DEBUG db_general 66 40546 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 03:47:48,086 DEBUG db_general 78 40546 140735693222848 Query result: None
+2017-05-04 03:47:48,091 DEBUG db_general 66 40546 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 03:47:48,095 DEBUG db_general 78 40546 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 03:47:48,099 DEBUG db_general 108 40546 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 03:47:48,109 DEBUG db_general 112 40546 140735693222848 Update query success!
+2017-05-04 03:47:48,115 DEBUG db_general 108 40546 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 03:47:48,124 DEBUG db_general 112 40546 140735693222848 Update query success!
+2017-05-04 03:47:48,128 DEBUG db_general 66 40546 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:47:48,132 DEBUG db_general 78 40546 140735693222848 Query result: STiudvz@intl.att.com
+2017-05-04 03:47:48,195 DEBUG test_ui_base 48 40545 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:48,199 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:48,366 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:48,891 DEBUG db_general 177 40544 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:47:48,894 DEBUG db_general 188 40544 140735693222848 Query result: 1
+2017-05-04 03:47:48,899 DEBUG db_general 66 40544 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 03:47:48,908 DEBUG db_general 78 40544 140735693222848 Query result: 911
+2017-05-04 03:47:48,909 DEBUG fe_overview 51 40544 140735693222848 el_assigned_ns=911
+2017-05-04 03:47:48,915 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:49,441 DEBUG fe_overview 55 40544 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 03:47:49,500 DEBUG db_cms 132 40543 140735693222848 Delete all posts
+2017-05-04 03:47:49,501 DEBUG db_cms 134 40543 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 03:47:49,507 DEBUG db_cms 28 40543 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 03:47:49,516 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:49,516 DEBUG db_cms 137 40543 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 03:47:49,524 DEBUG db_cms 28 40543 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 03:47:49,539 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:49,539 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_FAQSTIs8dY
+2017-05-04 03:47:49,540 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTIs8dY', 'title_FAQSTIs8dY-slug', '', 'description_FAQ_STtE1Z0', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STtE1Z0</p>', true, '', 1, 1);
+2017-05-04 03:47:49,545 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTIs8dY', 'title_FAQSTIs8dY-slug', '', 'description_FAQ_STtE1Z0', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STtE1Z0</p>', true, '', 1, 1);
+2017-05-04 03:47:49,557 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:49,557 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:47:49,558 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:47:49,563 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:47:49,565 DEBUG db_cms 64 40543 140735693222848 Query result: 202
+2017-05-04 03:47:49,566 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 03:47:49,566 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 03:47:49,571 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 03:47:49,573 DEBUG db_cms 64 40543 140735693222848 Query result: 3
+2017-05-04 03:47:49,573 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 202
+2017-05-04 03:47:49,574 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (202, 3);
+2017-05-04 03:47:49,578 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (202, 3);
+2017-05-04 03:47:49,583 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:49,604 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:47:49,605 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2e0c097-18fb-48b7-aa15-615344fbe3e5/9c597b28256c462b9f74a4c52dd36d3f
+2017-05-04 03:47:49,701 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:49,795 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:47:49,795 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 03:47:49,802 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:47:49,803 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/09c3474a-6f3b-4133-bab9-4c8232146291/9f164dd025c644158afd8a21a0134f89
+2017-05-04 03:47:49,819 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 03:47:49,820 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:47:49,820 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 03:47:49,852 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:49,867 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:49,867 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:49,874 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:49,875 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:49,880 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:49,882 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:49,965 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:49,966 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:49,972 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:49,974 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:49,979 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:49,981 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:50,604 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:50,605 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bdd89caf-bc7b-4c3b-ad0d-26dfbe36539c/checklist/new/
+2017-05-04 03:47:50,700 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:50,701 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80979433-adff-453e-b077-a3a33830c112/checklist/new/
+2017-05-04 03:47:50,733 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:47:50,733 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:47:50,803 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:50,804 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:50,804 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:47:50,829 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:47:50,829 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:47:50,881 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:50,882 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:50,882 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:47:51,385 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:51,788 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:47:51,867 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:47:52,217 DEBUG db_general 177 40546 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-546';
+2017-05-04 03:47:52,221 DEBUG db_general 188 40546 140735693222848 Query result: 7446e8ea-b5ef-4315-8f1b-4879402f1b1f
+2017-05-04 03:47:52,227 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:52,227 DEBUG db_user 49 40546 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '7446e8ea-b5ef-4315-8f1b-4879402f1b1f' and email = 'STiudvz@intl.att.com' ;
+2017-05-04 03:47:52,230 DEBUG fe_general 37 40546 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=c5af5ee5-8192-4a3f-82e6-0235214daaee
+2017-05-04 03:47:52,449 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:47:52,538 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:47:52,596 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:47:52,604 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:52,693 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:47:52,701 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:53,102 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:53,103 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:47:53,127 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:53,226 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:53,646 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:53,651 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:47:53,651 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aacaca83-7ef0-469b-b12e-cdc621ad822d/479a348ee2474eae90aaf2e7af7e851d
+2017-05-04 03:47:53,684 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:53,748 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:53,773 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:47:53,773 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:47:53,777 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:47:53,779 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:47:53,782 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:47:53,783 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:47:54,010 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:47:54,011 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d5b6573e-d34c-4fd5-868f-7f2b513d66e2/checklist/new/
+2017-05-04 03:47:54,041 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:47:54,092 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:47:54,093 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:47:54,126 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:47:54,126 DEBUG test_dashboard_feature 83 40544 140735693222848 About to login with EL and add VFC
+2017-05-04 03:47:54,126 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:54,126 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:47:54,167 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STlvtmJ';
+2017-05-04 03:47:54,170 DEBUG db_general 188 40545 140735693222848 Query result: bdd89caf-bc7b-4c3b-ad0d-26dfbe36539c
+2017-05-04 03:47:54,174 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STlvtmJ';
+2017-05-04 03:47:54,176 DEBUG db_general 188 40545 140735693222848 Query result: bdd89caf-bc7b-4c3b-ad0d-26dfbe36539c
+2017-05-04 03:47:54,179 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bdd89caf-bc7b-4c3b-ad0d-26dfbe36539c';
+2017-05-04 03:47:54,182 DEBUG db_general 188 40545 140735693222848 Query result: 2017-547
+2017-05-04 03:47:54,187 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-547';
+2017-05-04 03:47:54,189 DEBUG db_general 188 40545 140735693222848 Query result: 2
+2017-05-04 03:47:54,198 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bdd89caf-bc7b-4c3b-ad0d-26dfbe36539c';
+2017-05-04 03:47:54,200 DEBUG db_general 188 40545 140735693222848 Query result: 2017-547
+2017-05-04 03:47:54,204 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:54,290 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:47:54,291 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 03:47:54,306 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 03:47:54,307 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:47:54,307 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 03:47:54,681 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:47:54,807 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:47:54,813 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=c5af5ee5-8192-4a3f-82e6-0235214daaee page is loaded.
+2017-05-04 03:47:55,052 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:47:55,130 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:55,458 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:55,759 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:47:55,915 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:55,925 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:47:55,936 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:56,298 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:56,869 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:56,954 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:47:57,394 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:57,421 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:47:57,821 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:57,821 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:47:57,908 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:47:58,613 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:47:58,690 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_NewsSTj0uwv
+2017-05-04 03:47:58,690 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTj0uwv', 'title_NewsSTj0uwv-slug', '', 'description_NewsSTjpSm0', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTjpSm0</p>', true, '', 1, 1);
+2017-05-04 03:47:58,694 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTj0uwv', 'title_NewsSTj0uwv-slug', '', 'description_NewsSTjpSm0', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTjpSm0</p>', true, '', 1, 1);
+2017-05-04 03:47:58,699 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:58,699 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:47:58,699 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:47:58,704 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:47:58,707 DEBUG db_cms 64 40543 140735693222848 Query result: 203
+2017-05-04 03:47:58,708 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: News
+2017-05-04 03:47:58,709 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:47:58,716 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 03:47:58,718 DEBUG db_cms 64 40543 140735693222848 Query result: 1
+2017-05-04 03:47:58,718 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 203
+2017-05-04 03:47:58,718 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (203, 1);
+2017-05-04 03:47:58,723 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (203, 1);
+2017-05-04 03:47:58,726 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:47:58,811 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:47:58,812 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4cf2b11a-92f4-4f6c-8c7f-583090f02258/64debc23b0b14aa2b53dc5a061ed450c
+2017-05-04 03:47:58,848 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:47:58,848 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:47:58,849 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:47:59,140 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:47:59,271 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:47:59,390 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:47:59,395 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:47:59,706 DEBUG db_general 66 40546 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 03:47:59,711 DEBUG db_general 78 40546 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 03:47:59,724 DEBUG db_general 108 40546 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STZwGJ3' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 03:47:59,746 DEBUG db_general 112 40546 140735693222848 Update query success!
+2017-05-04 03:47:59,747 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:47:59,747 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 03:47:59,770 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 03:47:59,770 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:47:59,771 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 03:47:59,872 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:00,524 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:00,592 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:00,778 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:00,793 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:00,961 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:01,041 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:01,314 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:01,482 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:01,555 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:01,826 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:02,076 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:02,658 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:48:02,658 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 03:48:02,674 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 03:48:02,674 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:48:02,674 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 03:48:02,929 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:03,238 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:04,010 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:04,412 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:48:04,412 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6f02340-ad80-4d7e-a698-0e989c4d3b84/cca22c7e488b46638b9317917ba2f5fb
+2017-05-04 03:48:04,454 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:48:04,562 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:48:04,563 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:48:04,568 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:48:04,570 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:48:04,577 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:48:04,578 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:48:04,829 DEBUG fe_dashboard 172 40544 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:48:04,829 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:04,829 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:48:04,925 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:48:04,926 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4a543f1b-7fe8-46b7-92f6-6d6053335e90/checklist/new/
+2017-05-04 03:48:05,047 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:48:05,047 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:48:05,106 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:48:05,107 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:05,107 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:48:05,672 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:48:05,777 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:05,932 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:48:06,300 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:48:06,391 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:48:06,395 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:06,543 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:48:06,601 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:48:06,766 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:48:06,775 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:06,931 DEBUG db_cms 142 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:48:06,931 DEBUG db_cms 116 40543 140735693222848 Retrive id of documentation page:
+2017-05-04 03:48:06,931 DEBUG db_cms 118 40543 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:48:06,938 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 03:48:06,941 DEBUG db_cms 64 40543 140735693222848 Query result: 10
+2017-05-04 03:48:06,941 DEBUG db_cms 148 40543 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST23kcp', 'title_Of_Page_ST23kcp-slug', '', 'description_Of_Page_SThTP26', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST23kcp', 'richtextpage', true, 10, 1);
+2017-05-04 03:48:06,947 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST23kcp', 'title_Of_Page_ST23kcp-slug', '', 'description_Of_Page_SThTP26', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST23kcp', 'richtextpage', true, 10, 1);
+2017-05-04 03:48:06,958 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:06,959 DEBUG db_cms 124 40543 140735693222848 Retrive id of last page inserted:
+2017-05-04 03:48:06,959 DEBUG db_cms 126 40543 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 03:48:06,963 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 03:48:06,966 DEBUG db_cms 64 40543 140735693222848 Query result: 100
+2017-05-04 03:48:06,966 DEBUG db_cms 152 40543 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 03:48:06,966 DEBUG db_cms 154 40543 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (100, '<p>description_Of_Page_SThTP26</p>');
+2017-05-04 03:48:06,972 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (100, '<p>description_Of_Page_SThTP26</p>');
+2017-05-04 03:48:06,975 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:07,204 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:48:07,205 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a7491c8e-5a8f-4e08-96b4-c5f19fcfefd1/fb702186dde640d783ad80b4adcf5178
+2017-05-04 03:48:07,354 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:07,392 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:07,434 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:48:07,580 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:48:07,580 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:48:07,588 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:48:07,589 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:48:07,593 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:48:07,595 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:48:07,679 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:07,874 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:07,916 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:08,194 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:08,230 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:48:08,231 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/121339cf-4810-4dc5-9273-cb76428c1930/checklist/new/
+2017-05-04 03:48:08,317 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:48:08,317 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:48:08,358 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:48:08,358 DEBUG test_cms_news_and_announcementsion 60 40543 140735693222848 About to login with EL and add VFC
+2017-05-04 03:48:08,359 DEBUG fe_general 37 40543 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:08,413 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'STd2NAE';
+2017-05-04 03:48:08,417 DEBUG db_general 188 40545 140735693222848 Query result: 4edb0680-1234-43b8-bf82-3c4e89d12589
+2017-05-04 03:48:08,427 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:08,429 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:08,705 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:08,949 DEBUG fe_dashboard 174 40544 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:48:09,000 DEBUG test_cms_news_and_announcementsion 65 40543 140735693222848 Login with user dd1122@att.com
+2017-05-04 03:48:09,000 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:09,001 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:09,172 DEBUG logFuncEntry 34 40545 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:48:09,173 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 03:48:09,198 DEBUG test_ui_base 66 40545 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 03:48:09,199 DEBUG logFuncEntry 34 40545 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:48:09,199 DEBUG test_ui_base 36 40545 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 03:48:09,910 DEBUG fe_dashboard 179 40544 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:48:10,021 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:10,737 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:10,936 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:10,945 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:11,031 DEBUG fe_dashboard 181 40544 140735693222848 Search engagement by VF name
+2017-05-04 03:48:11,714 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:12,362 DEBUG test_ui_base 48 40545 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:12,403 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:12,919 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:12,957 DEBUG fe_dashboard 186 40544 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:48:13,438 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:13,972 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:14,245 DEBUG fe_dashboard 188 40544 140735693222848 Search engagement by VFC
+2017-05-04 03:48:14,347 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:48:14,348 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/96f96511-b149-49a7-b0b3-8c5b5e1538d1/2c3c569c56a54681a2da839c9bb107f4
+2017-05-04 03:48:14,416 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:48:14,523 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:48:14,524 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:48:14,528 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:48:14,531 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:48:14,540 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:48:14,543 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:48:14,707 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:14,773 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:15,145 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:48:15,145 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/faafb31b-b198-4731-8be0-f303a7624b08/checklist/new/
+2017-05-04 03:48:15,234 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:48:15,235 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:48:15,277 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:48:15,278 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:15,278 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:48:15,291 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:15,371 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:48:15,548 DEBUG fe_dashboard 193 40544 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:48:15,823 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:48:15,823 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 03:48:15,839 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 03:48:15,840 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:48:15,840 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 03:48:15,883 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:48:16,182 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:48:16,456 DEBUG fe_cms 63 40543 140735693222848 Search Documentation by title
+2017-05-04 03:48:16,627 DEBUG fe_dashboard 195 40544 140735693222848 Negative search: search by random string
+2017-05-04 03:48:16,877 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:48:17,068 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:48:17,074 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:17,702 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:18,220 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:18,382 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:18,490 DEBUG fe_cms 68 40543 140735693222848 Documentation found (searched by title)
+2017-05-04 03:48:18,490 DEBUG fe_general 37 40543 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:18,745 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_vf Where name = 'STUihW5';
+2017-05-04 03:48:18,749 DEBUG db_general 188 40545 140735693222848 Query result: 571dc9e6-0bee-4027-b15e-e35b72334d4c
+2017-05-04 03:48:18,753 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STUihW5';
+2017-05-04 03:48:18,756 DEBUG db_general 188 40545 140735693222848 Query result: faafb31b-b198-4731-8be0-f303a7624b08
+2017-05-04 03:48:18,761 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STUihW5';
+2017-05-04 03:48:18,764 DEBUG db_general 188 40545 140735693222848 Query result: faafb31b-b198-4731-8be0-f303a7624b08
+2017-05-04 03:48:18,769 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'faafb31b-b198-4731-8be0-f303a7624b08';
+2017-05-04 03:48:18,773 DEBUG db_general 188 40545 140735693222848 Query result: 2017-552
+2017-05-04 03:48:18,778 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-552';
+2017-05-04 03:48:18,781 DEBUG db_general 188 40545 140735693222848 Query result: 1
+2017-05-04 03:48:18,788 DEBUG fe_checklist 50 40545 140735693222848 EL email: dd1122@att.com
+2017-05-04 03:48:18,793 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'faafb31b-b198-4731-8be0-f303a7624b08';
+2017-05-04 03:48:18,796 DEBUG db_general 188 40545 140735693222848 Query result: 2017-552
+2017-05-04 03:48:18,830 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:18,956 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:19,285 DEBUG test_cms_news_and_announcementsion 65 40543 140735693222848 Login with user hs0007@att.com
+2017-05-04 03:48:19,285 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:19,285 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:19,643 DEBUG fe_dashboard 172 40544 140735693222848 Login with user dd1122@att.com
+2017-05-04 03:48:19,643 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:19,643 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:48:20,121 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:20,291 DEBUG db_general 66 40546 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:48:20,301 DEBUG db_general 78 40546 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:48:20,306 DEBUG db_general 90 40546 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 03:48:20,308 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:48:20,312 DEBUG db_general 90 40546 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('59c3cb88-610f-487d-8213-6c04127324e8', 'AIC', '997', 'TRUE', 0);
+2017-05-04 03:48:20,319 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:48:20,320 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:20,320 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:48:20,464 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:20,476 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:48:20,763 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:20,859 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:20,864 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:20,999 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:21,197 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:48:21,441 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:48:21,452 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:21,457 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:48:21,509 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=571dc9e6-0bee-4027-b15e-e35b72334d4c&inviter_uuid=96f96511-b149-49a7-b0b3-8c5b5e1538d1&email=automationqattSTmMlTU@gmail.com
+2017-05-04 03:48:22,083 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:22,207 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:48:22,378 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:22,403 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:48:22,410 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:22,601 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:23,130 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:23,295 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:23,644 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:23,738 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:23,848 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:23,854 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:24,159 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:24,249 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:24,385 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:24,467 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:24,468 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:48:24,802 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:24,913 DEBUG fe_dashboard 174 40544 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:48:25,233 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:48:25,315 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:48:25,806 DEBUG fe_dashboard 179 40544 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:48:25,881 DEBUG fe_cms 63 40543 140735693222848 Search Documentation by title
+2017-05-04 03:48:25,886 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:48:26,028 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:48:26,041 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:26,560 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:26,808 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:27,230 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:27,328 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:27,756 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:27,874 DEBUG fe_dashboard 181 40544 140735693222848 Search engagement by VF name
+2017-05-04 03:48:27,890 DEBUG fe_cms 68 40543 140735693222848 Documentation found (searched by title)
+2017-05-04 03:48:27,890 DEBUG fe_general 37 40543 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:28,137 DEBUG db_general 90 40546 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='59c3cb88-610f-487d-8213-6c04127324e8'
+2017-05-04 03:48:28,146 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:48:28,150 DEBUG db_general 90 40546 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 03:48:28,151 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:48:28,152 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:48:28,152 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 03:48:28,162 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 03:48:28,162 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:48:28,162 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 03:48:28,271 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:28,583 DEBUG test_cms_news_and_announcementsion 65 40543 140735693222848 Login with user STpo8TZ@intl.att.com
+2017-05-04 03:48:28,583 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:28,584 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:28,662 DEBUG fe_dashboard 186 40544 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:48:28,922 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:29,495 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:29,554 DEBUG fe_dashboard 188 40544 140735693222848 Search engagement by VFC
+2017-05-04 03:48:29,896 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:30,206 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:30,354 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:30,359 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:30,414 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:30,930 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:31,198 DEBUG fe_dashboard 193 40544 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:48:31,265 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:31,630 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:32,363 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:48:32,402 DEBUG fe_dashboard 195 40544 140735693222848 Negative search: search by random string
+2017-05-04 03:48:32,673 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:48:32,673 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7869fd2d-ea7f-44da-b8e2-d824c0f8a993/7ca861828e68434a8e9e8ea61515f297
+2017-05-04 03:48:32,727 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:48:32,859 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:48:32,859 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:48:32,865 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:48:32,867 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:48:32,873 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:48:32,875 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:48:32,924 DEBUG fe_cms 63 40543 140735693222848 Search Documentation by title
+2017-05-04 03:48:33,528 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:48:33,528 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c019b0cc-c15a-4f89-be92-983a7f7b6038/checklist/new/
+2017-05-04 03:48:33,624 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:48:33,624 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:48:33,661 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:33,673 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:48:33,673 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:33,674 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:48:34,255 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'STQITUr';
+2017-05-04 03:48:34,257 DEBUG db_general 188 40545 140735693222848 Query result: 34b482ea-f10b-4cc5-9e46-ad9745b9086f
+2017-05-04 03:48:34,264 DEBUG db_general 202 40545 140735693222848 Query : select state from ice_checklist Where uuid = '34b482ea-f10b-4cc5-9e46-ad9745b9086f' order by update_time desc limit 1;
+2017-05-04 03:48:34,272 DEBUG db_general 177 40545 140735693222848 Query : select template_id from ice_checklist Where name = 'STQITUr';
+2017-05-04 03:48:34,275 DEBUG db_general 188 40545 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:48:34,366 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:34,426 DEBUG fe_dashboard 172 40544 140735693222848 Login with user STwSzyc@intl.att.com
+2017-05-04 03:48:34,426 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:34,426 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:48:34,557 DEBUG fe_cms 68 40543 140735693222848 Documentation found (searched by title)
+2017-05-04 03:48:34,557 DEBUG fe_general 37 40543 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:34,631 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:48:35,088 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:35,088 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:48:35,309 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:48:35,380 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:48:35,420 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:48:35,426 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:35,512 DEBUG test_cms_news_and_announcementsion 65 40543 140735693222848 Login with user admin@att.com
+2017-05-04 03:48:35,512 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:35,513 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:35,893 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:48:36,080 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:48:36,217 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:48:36,222 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:36,232 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:36,315 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:36,578 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:48:36,673 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:48:36,677 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:36,750 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:36,912 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:36,991 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:37,124 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:37,130 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:37,494 DEBUG fe_dashboard 174 40544 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:48:37,573 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:37,952 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:38,086 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:38,151 DEBUG fe_dashboard 179 40544 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:48:38,465 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:38,607 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:38,932 DEBUG fe_dashboard 181 40544 140735693222848 Search engagement by VF name
+2017-05-04 03:48:39,106 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:39,214 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:39,676 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:39,828 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:39,882 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:48:39,929 DEBUG fe_dashboard 186 40544 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:48:40,270 DEBUG test_detailed_view 34 40546 140735693222848 Add Deployment Target
+2017-05-04 03:48:40,434 DEBUG fe_cms 63 40543 140735693222848 Search Documentation by title
+2017-05-04 03:48:40,509 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'STQITUr';
+2017-05-04 03:48:40,513 DEBUG db_general 188 40545 140735693222848 Query result: 34b482ea-f10b-4cc5-9e46-ad9745b9086f
+2017-05-04 03:48:40,520 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:40,857 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:40,936 DEBUG fe_dashboard 188 40544 140735693222848 Search engagement by VFC
+2017-05-04 03:48:41,374 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:41,600 DEBUG fe_dashboard 193 40544 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:48:41,920 DEBUG test_detailed_view 36 40546 140735693222848 Add VFC no.1
+2017-05-04 03:48:42,095 DEBUG fe_cms 68 40543 140735693222848 Documentation found (searched by title)
+2017-05-04 03:48:42,096 DEBUG fe_general 37 40543 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:42,614 DEBUG fe_dashboard 195 40544 140735693222848 Negative search: search by random string
+2017-05-04 03:48:42,616 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STUihW5';
+2017-05-04 03:48:42,619 DEBUG db_general 188 40545 140735693222848 Query result: faafb31b-b198-4731-8be0-f303a7624b08
+2017-05-04 03:48:42,624 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'faafb31b-b198-4731-8be0-f303a7624b08';
+2017-05-04 03:48:42,628 DEBUG db_general 188 40545 140735693222848 Query result: 2017-552
+2017-05-04 03:48:42,634 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-552';
+2017-05-04 03:48:42,638 DEBUG db_general 188 40545 140735693222848 Query result: 1
+2017-05-04 03:48:42,818 DEBUG test_cms_news_and_announcementsion 65 40543 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:48:42,818 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:42,818 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:43,285 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:43,379 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:48:43,638 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:43,659 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:43,946 DEBUG fe_dashboard 172 40544 140735693222848 Login with user admin@att.com
+2017-05-04 03:48:43,946 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:43,946 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:48:44,269 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:44,296 DEBUG fe_detailed_view 101 40546 140735693222848 Add VFC no.2
+2017-05-04 03:48:44,365 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:44,371 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:44,774 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:48:44,907 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:45,346 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:48:45,419 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:45,562 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:48:45,691 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:48:45,702 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:45,917 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:46,091 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:46,436 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:46,485 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:46,757 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 03:48:46,954 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:47,000 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:47,297 DEBUG fe_cms 63 40543 140735693222848 Search Documentation by title
+2017-05-04 03:48:47,475 DEBUG fe_dashboard 174 40544 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:48:47,509 DEBUG db_general 177 40546 140735693222848 Query : select uuid from ice_vf Where name = 'STldCvr';
+2017-05-04 03:48:47,513 DEBUG db_general 188 40546 140735693222848 Query result: 1fde1de9-15b0-4635-92a6-ebef11aa217e
+2017-05-04 03:48:47,584 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:47,624 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:48,208 DEBUG db_checklist 58 40545 140735693222848 Query : select owner_id from ice_checklist Where uuid = '34b482ea-f10b-4cc5-9e46-ad9745b9086f' and state = 'peer_review';
+2017-05-04 03:48:48,211 DEBUG db_checklist 73 40545 140735693222848 Query result: 2
+2017-05-04 03:48:48,214 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:48:48,214 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 03:48:48,215 DEBUG db_general 177 40545 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 03:48:48,217 DEBUG db_general 188 40545 140735693222848 Query result: hs0007@att.com
+2017-05-04 03:48:48,218 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:48,218 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:48:48,231 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 03:48:48,231 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:48:48,232 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 03:48:48,345 DEBUG fe_dashboard 179 40544 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:48:48,799 DEBUG fe_cms 68 40543 140735693222848 Documentation found (searched by title)
+2017-05-04 03:48:48,799 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:48:48,799 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 03:48:48,825 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 03:48:48,826 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:48:48,826 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 03:48:49,064 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:48:49,230 DEBUG fe_dashboard 181 40544 140735693222848 Search engagement by VF name
+2017-05-04 03:48:49,793 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:48:49,977 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:48:49,992 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:50,552 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:51,063 DEBUG fe_dashboard 186 40544 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:48:51,293 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:51,379 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:51,810 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:52,000 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:48:52,349 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:52,362 DEBUG fe_dashboard 188 40544 140735693222848 Search engagement by VFC
+2017-05-04 03:48:52,690 DEBUG db_general 66 40546 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:48:52,705 DEBUG db_general 78 40546 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:48:52,713 DEBUG db_general 90 40546 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 03:48:52,715 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:48:52,732 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:52,733 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:48:53,406 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STzQ6cj
+2017-05-04 03:48:53,406 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STzQ6cj', 'title_Announcement_STzQ6cj-slug', '', 'description_Announcement_STrt3Uj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STrt3Uj</p>', true, '', 1, 1);
+2017-05-04 03:48:53,411 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STzQ6cj', 'title_Announcement_STzQ6cj-slug', '', 'description_Announcement_STrt3Uj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STrt3Uj</p>', true, '', 1, 1);
+2017-05-04 03:48:53,415 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,416 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:53,416 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,421 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,424 DEBUG db_cms 64 40543 140735693222848 Query result: 204
+2017-05-04 03:48:53,424 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:48:53,424 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,428 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,431 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:48:53,432 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 204
+2017-05-04 03:48:53,432 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (204, 2);
+2017-05-04 03:48:53,437 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (204, 2);
+2017-05-04 03:48:53,445 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,446 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STi6GbL
+2017-05-04 03:48:53,446 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STi6GbL', 'title_Announcement_STi6GbL-slug', '', 'description_Announcement_STmlexJ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STmlexJ</p>', true, '', 1, 1);
+2017-05-04 03:48:53,454 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STi6GbL', 'title_Announcement_STi6GbL-slug', '', 'description_Announcement_STmlexJ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STmlexJ</p>', true, '', 1, 1);
+2017-05-04 03:48:53,459 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,459 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:53,459 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,463 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,465 DEBUG db_cms 64 40543 140735693222848 Query result: 205
+2017-05-04 03:48:53,465 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:48:53,465 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,471 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,473 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:48:53,473 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 205
+2017-05-04 03:48:53,473 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (205, 2);
+2017-05-04 03:48:53,479 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (205, 2);
+2017-05-04 03:48:53,487 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,488 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STQjk31
+2017-05-04 03:48:53,488 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQjk31', 'title_Announcement_STQjk31-slug', '', 'description_Announcement_STDi9fn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDi9fn</p>', true, '', 1, 1);
+2017-05-04 03:48:53,491 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQjk31', 'title_Announcement_STQjk31-slug', '', 'description_Announcement_STDi9fn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDi9fn</p>', true, '', 1, 1);
+2017-05-04 03:48:53,504 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,505 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:53,506 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,510 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,513 DEBUG db_cms 64 40543 140735693222848 Query result: 206
+2017-05-04 03:48:53,513 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:48:53,513 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,517 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,518 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:48:53,518 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 206
+2017-05-04 03:48:53,519 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (206, 2);
+2017-05-04 03:48:53,522 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (206, 2);
+2017-05-04 03:48:53,530 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,531 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STMmDES
+2017-05-04 03:48:53,531 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STMmDES', 'title_Announcement_STMmDES-slug', '', 'description_Announcement_ST8KrdA', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST8KrdA</p>', true, '', 1, 1);
+2017-05-04 03:48:53,536 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STMmDES', 'title_Announcement_STMmDES-slug', '', 'description_Announcement_ST8KrdA', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST8KrdA</p>', true, '', 1, 1);
+2017-05-04 03:48:53,545 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,545 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:53,545 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,547 DEBUG fe_dashboard 193 40544 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:48:53,551 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,555 DEBUG db_cms 64 40543 140735693222848 Query result: 207
+2017-05-04 03:48:53,555 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:48:53,556 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,560 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,562 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:48:53,563 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 207
+2017-05-04 03:48:53,563 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (207, 2);
+2017-05-04 03:48:53,570 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (207, 2);
+2017-05-04 03:48:53,582 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,583 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_ST2TIzH
+2017-05-04 03:48:53,583 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST2TIzH', 'title_Announcement_ST2TIzH-slug', '', 'description_Announcement_STrnlhP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STrnlhP</p>', true, '', 1, 1);
+2017-05-04 03:48:53,589 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST2TIzH', 'title_Announcement_ST2TIzH-slug', '', 'description_Announcement_STrnlhP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STrnlhP</p>', true, '', 1, 1);
+2017-05-04 03:48:53,601 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,601 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:53,602 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,610 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,613 DEBUG db_cms 64 40543 140735693222848 Query result: 208
+2017-05-04 03:48:53,614 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:48:53,614 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,619 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,622 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:48:53,622 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 208
+2017-05-04 03:48:53,622 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (208, 2);
+2017-05-04 03:48:53,627 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (208, 2);
+2017-05-04 03:48:53,638 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,639 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STisAQ1
+2017-05-04 03:48:53,639 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STisAQ1', 'title_Announcement_STisAQ1-slug', '', 'description_Announcement_STVcvxO', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STVcvxO</p>', true, '', 1, 1);
+2017-05-04 03:48:53,644 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STisAQ1', 'title_Announcement_STisAQ1-slug', '', 'description_Announcement_STVcvxO', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STVcvxO</p>', true, '', 1, 1);
+2017-05-04 03:48:53,656 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,656 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:53,656 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,661 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:48:53,664 DEBUG db_cms 64 40543 140735693222848 Query result: 209
+2017-05-04 03:48:53,664 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:48:53,665 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,670 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:48:53,674 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:48:53,674 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 209
+2017-05-04 03:48:53,674 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (209, 2);
+2017-05-04 03:48:53,681 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (209, 2);
+2017-05-04 03:48:53,692 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:48:53,713 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:53,801 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:48:53,801 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1898eb5c-244c-4480-a25c-c8931deac991/5ae3b292e077477bbe3077eb2e77730d
+2017-05-04 03:48:53,829 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:48:53,843 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:48:53,938 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:48:53,939 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:48:53,943 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:48:53,946 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:48:53,950 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:48:53,952 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:48:54,228 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:48:54,229 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/139d063c-ab64-45b4-b014-d24b23310a27/checklist/new/
+2017-05-04 03:48:54,255 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'STQITUr';
+2017-05-04 03:48:54,258 DEBUG db_general 188 40545 140735693222848 Query result: 34b482ea-f10b-4cc5-9e46-ad9745b9086f
+2017-05-04 03:48:54,266 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:48:54,420 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:48:54,420 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:48:54,493 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:48:54,501 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:48:54,501 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:54,502 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:54,638 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:48:54,645 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:54,645 DEBUG fe_dashboard 195 40544 140735693222848 Negative search: search by random string
+2017-05-04 03:48:55,539 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:55,584 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:55,816 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:48:56,099 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:56,212 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:48:56,329 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:48:56,336 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:56,892 DEBUG fe_dashboard 172 40544 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:48:56,892 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:56,892 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:48:56,894 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STUihW5';
+2017-05-04 03:48:56,900 DEBUG db_general 188 40545 140735693222848 Query result: faafb31b-b198-4731-8be0-f303a7624b08
+2017-05-04 03:48:56,908 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'faafb31b-b198-4731-8be0-f303a7624b08';
+2017-05-04 03:48:56,916 DEBUG db_general 188 40545 140735693222848 Query result: 2017-552
+2017-05-04 03:48:56,923 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-552';
+2017-05-04 03:48:56,926 DEBUG db_general 188 40545 140735693222848 Query result: 1
+2017-05-04 03:48:57,002 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:57,640 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:48:57,939 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:48:58,286 DEBUG db_cms 194 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:48:58,286 DEBUG db_cms 196 40543 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STisAQ1' ;
+2017-05-04 03:48:58,293 DEBUG db_cms 42 40543 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STisAQ1' ;
+2017-05-04 03:48:58,304 DEBUG db_cms 46 40543 140735693222848 Update query success!
+2017-05-04 03:48:58,369 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:58,579 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:48:58,682 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:48:58,685 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:48:58,714 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:48:58,714 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:48:58,917 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:48:59,502 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:48:59,649 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:48:59,766 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:48:59,869 DEBUG db_general 90 40546 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 03:48:59,871 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:48:59,871 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:48:59,872 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 03:48:59,883 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 03:48:59,884 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:48:59,884 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 03:49:00,023 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:00,393 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:49:00,560 DEBUG fe_dashboard 174 40544 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 03:49:00,582 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:49:00,591 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:00,713 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:01,156 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:01,547 DEBUG fe_dashboard 179 40544 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 03:49:02,332 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:49:02,997 DEBUG db_checklist 27 40545 140735693222848 Query : select owner_id from ice_checklist Where uuid = '34b482ea-f10b-4cc5-9e46-ad9745b9086f' and state = 'approval';
+2017-05-04 03:49:02,997 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:03,000 DEBUG db_checklist 38 40545 140735693222848 Query result: 3
+2017-05-04 03:49:03,004 DEBUG db_general 177 40545 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 03:49:03,007 DEBUG db_general 188 40545 140735693222848 Query result: admin@att.com
+2017-05-04 03:49:03,007 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:03,007 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:49:03,313 DEBUG fe_dashboard 181 40544 140735693222848 Search engagement by VF name
+2017-05-04 03:49:03,795 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:49:03,996 DEBUG fe_dashboard 186 40544 140735693222848 Engagement found (searched by VF name)
+2017-05-04 03:49:04,249 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:49:04,250 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/951baece-5ec2-41f7-ad28-ae3cb7642036/49f7bd48aff041e3b966f5520211ea28
+2017-05-04 03:49:04,287 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:04,374 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:49:04,374 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:49:04,379 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:04,380 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:04,385 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:04,386 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:04,428 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:49:04,525 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:49:04,530 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:04,806 DEBUG fe_dashboard 188 40544 140735693222848 Search engagement by VFC
+2017-05-04 03:49:05,294 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:05,295 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/86abaa95-29d7-4d88-b06d-00144e116a98/checklist/new/
+2017-05-04 03:49:05,411 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:49:05,411 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:49:05,474 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:05,474 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:05,474 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:49:05,482 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:05,996 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:06,034 DEBUG fe_dashboard 193 40544 140735693222848 Engagement found (searched by VFC)
+2017-05-04 03:49:06,372 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:49:06,523 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:06,803 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:49:06,803 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 03:49:06,819 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 03:49:06,819 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:49:06,819 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 03:49:07,098 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:49:07,227 DEBUG fe_dashboard 195 40544 140735693222848 Negative search: search by random string
+2017-05-04 03:49:07,285 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:49:07,295 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:07,653 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:08,250 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:08,520 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:08,690 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:49:08,690 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 03:49:08,704 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 03:49:08,705 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:49:08,705 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 03:49:08,798 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:09,065 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'STQITUr';
+2017-05-04 03:49:09,069 DEBUG db_general 188 40545 140735693222848 Query result: 34b482ea-f10b-4cc5-9e46-ad9745b9086f
+2017-05-04 03:49:09,077 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:09,960 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:11,168 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:11,271 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:11,403 DEBUG db_cms 79 40543 140735693222848 Insert new post : title_Announcement_STka6Mg
+2017-05-04 03:49:11,404 DEBUG db_cms 83 40543 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STka6Mg', 'title_Announcement_STka6Mg-slug', '', 'description_Announcement_STGA0QB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STGA0QB</p>', true, '', 1, 1);
+2017-05-04 03:49:11,409 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STka6Mg', 'title_Announcement_STka6Mg-slug', '', 'description_Announcement_STGA0QB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STGA0QB</p>', true, '', 1, 1);
+2017-05-04 03:49:11,418 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:49:11,419 DEBUG db_cms 92 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:49:11,419 DEBUG db_cms 94 40543 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:49:11,426 DEBUG db_cms 56 40543 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 03:49:11,428 DEBUG db_cms 64 40543 140735693222848 Query result: 210
+2017-05-04 03:49:11,429 DEBUG db_cms 71 40543 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 03:49:11,429 DEBUG db_cms 73 40543 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:49:11,433 DEBUG db_cms 56 40543 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 03:49:11,436 DEBUG db_cms 64 40543 140735693222848 Query result: 2
+2017-05-04 03:49:11,436 DEBUG db_cms 109 40543 140735693222848 bind category into inserted post: 210
+2017-05-04 03:49:11,437 DEBUG db_cms 111 40543 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (210, 2);
+2017-05-04 03:49:11,441 DEBUG db_cms 28 40543 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (210, 2);
+2017-05-04 03:49:11,451 DEBUG db_cms 32 40543 140735693222848 Insert query success!
+2017-05-04 03:49:11,573 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:49:11,573 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2d64379-03b0-41ce-b592-29f91a9be572/c07f0b45e05c44d3a2a5ce7ab47378be
+2017-05-04 03:49:11,613 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:11,684 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:11,696 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:11,696 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:11,700 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:11,701 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:11,704 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:11,706 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:11,949 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:11,950 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e50073cd-2409-4ee0-af31-9ec67ba94338/checklist/new/
+2017-05-04 03:49:12,039 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:12,040 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:12,073 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:12,073 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:12,073 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:49:12,520 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:49:12,520 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e50b6bf2-c0b0-43a4-973e-2087d4a8837a/af8e3f7ea5304a89839c11c82bae3711
+2017-05-04 03:49:12,541 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:49:12,541 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 03:49:12,557 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:12,558 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 03:49:12,558 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:49:12,558 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 03:49:12,638 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:12,638 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:12,642 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:12,644 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:12,647 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:12,649 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:12,990 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:49:13,065 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:13,066 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0fa76144-d6cf-4783-93be-ccd5493731a1/checklist/new/
+2017-05-04 03:49:13,162 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:13,162 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:13,206 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:13,206 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:13,207 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:49:13,650 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:49:13,790 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:49:13,795 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:14,080 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:49:14,327 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:14,731 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:14,789 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:49:14,903 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:49:14,912 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:15,615 DEBUG db_cms 194 40543 140735693222848 Get the id of the post inserted
+2017-05-04 03:49:15,615 DEBUG db_cms 196 40543 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STka6Mg' ;
+2017-05-04 03:49:15,621 DEBUG db_cms 42 40543 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STka6Mg' ;
+2017-05-04 03:49:15,630 DEBUG db_cms 46 40543 140735693222848 Update query success!
+2017-05-04 03:49:15,717 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:16,237 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:16,284 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:49:16,284 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5cf52cf-b334-4d05-a44e-01dfb45c9fa0/67f0d95eb3564d6d913eea44eb62c12d
+2017-05-04 03:49:16,321 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:16,390 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:49:16,391 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:49:16,395 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:16,396 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:16,400 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:16,401 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:16,764 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:16,880 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:16,881 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bc1da77-0ce8-42e5-94fb-1b9ae20cbcc9/checklist/new/
+2017-05-04 03:49:16,950 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:49:16,950 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:49:16,985 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:16,992 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:16,992 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:49:17,567 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:17,871 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:49:18,093 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:18,514 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:49:18,628 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:49:18,636 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:19,326 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:19,338 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:19,875 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:20,558 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:21,093 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:21,237 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:21,361 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STUihW5';
+2017-05-04 03:49:21,364 DEBUG db_general 188 40545 140735693222848 Query result: faafb31b-b198-4731-8be0-f303a7624b08
+2017-05-04 03:49:21,368 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'faafb31b-b198-4731-8be0-f303a7624b08';
+2017-05-04 03:49:21,370 DEBUG db_general 188 40545 140735693222848 Query result: 2017-552
+2017-05-04 03:49:21,374 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-552';
+2017-05-04 03:49:21,377 DEBUG db_general 188 40545 140735693222848 Query result: 1
+2017-05-04 03:49:21,617 DEBUG db_general 177 40544 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:49:21,621 DEBUG db_general 188 40544 140735693222848 Query result: 1
+2017-05-04 03:49:21,629 DEBUG db_user 227 40544 140735693222848 Query result: [(6,)]
+2017-05-04 03:49:21,629 DEBUG fe_dashboard 97 40544 140735693222848 Number of pages: 1
+2017-05-04 03:49:21,746 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:21,946 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-495
+2017-05-04 03:49:21,968 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-321
+2017-05-04 03:49:21,982 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:49:21,982 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 03:49:21,989 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-328
+2017-05-04 03:49:22,003 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 03:49:22,004 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:49:22,004 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 03:49:22,012 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-330
+2017-05-04 03:49:22,033 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-491
+2017-05-04 03:49:22,056 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-499
+2017-05-04 03:49:22,292 DEBUG fe_dashboard 106 40544 140735693222848 result right
+2017-05-04 03:49:22,292 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:49:22,292 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 03:49:22,311 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 03:49:22,312 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:49:22,312 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 03:49:23,006 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:49:23,007 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 03:49:23,038 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 03:49:23,039 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:49:23,039 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 03:49:23,357 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STUihW5';
+2017-05-04 03:49:23,408 DEBUG db_general 188 40545 140735693222848 Query result: faafb31b-b198-4731-8be0-f303a7624b08
+2017-05-04 03:49:23,414 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'faafb31b-b198-4731-8be0-f303a7624b08';
+2017-05-04 03:49:23,417 DEBUG db_general 188 40545 140735693222848 Query result: 2017-552
+2017-05-04 03:49:23,430 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-552';
+2017-05-04 03:49:23,435 DEBUG db_general 188 40545 140735693222848 Query result: 1
+2017-05-04 03:49:25,164 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:25,480 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:26,234 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:26,554 DEBUG db_general 66 40543 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:49:26,557 DEBUG db_general 78 40543 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:49:26,682 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:49:26,682 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5dfba9c-c7da-497b-a6be-999fd3544541/c0a94cbafe0c4728bef88a77e56b1386
+2017-05-04 03:49:26,753 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:26,858 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:49:26,859 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/80b1afc1-3685-40cb-9a55-cb5ad0684831/9039f4783cf047cf821d4747df7ccf1a
+2017-05-04 03:49:26,884 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:26,884 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:26,890 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:26,893 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:26,897 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:26,898 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:26,912 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:27,020 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:27,020 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:27,025 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:27,027 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:27,033 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:27,034 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:27,557 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:27,557 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c372edf1-f106-4765-b6d5-9a1a6b8f582e/checklist/new/
+2017-05-04 03:49:27,671 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:27,672 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/951fd058-6575-441b-9b81-0d71dd82f8e7/checklist/new/
+2017-05-04 03:49:27,681 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:27,681 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:27,730 DEBUG api_user 108 40546 140735693222848 Moving to next test case
+2017-05-04 03:49:27,730 DEBUG api_user 193 40546 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5157cc8c-a79d-4562-ba31-0a8f38d7414e/17cc850f4be9446c9fa3f85d37562d0b
+2017-05-04 03:49:27,741 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:27,742 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:27,742 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:49:27,795 DEBUG api_user 196 40546 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:27,805 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:27,805 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:27,879 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:27,880 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:27,880 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:49:27,932 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:49:27,932 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:49:27,938 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:27,939 DEBUG db_general 162 40546 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:27,946 DEBUG db_general 151 40546 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:27,948 DEBUG db_general 162 40546 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:28,338 DEBUG api_virtual_function 72 40546 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:28,338 DEBUG api_gitlab 267 40546 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd5d6c09-fda5-4771-8562-b66a1f97d17f/checklist/new/
+2017-05-04 03:49:28,408 DEBUG api_user 128 40546 140735693222848 200 OK
+2017-05-04 03:49:28,408 DEBUG api_user 130 40546 140735693222848 Login successfully.
+2017-05-04 03:49:28,446 DEBUG api_gitlab 288 40546 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:28,447 DEBUG fe_general 37 40546 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:49:28,674 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:49:28,771 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:49:29,116 DEBUG fe_detailed_view 133 40546 140735693222848 Login with user STXNmrF@intl.att.com
+2017-05-04 03:49:29,117 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:29,117 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:49:29,334 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:49:29,439 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:49:29,476 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:49:29,487 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:29,720 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:49:29,732 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:30,128 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:49:30,429 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:30,756 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:30,768 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:49:30,825 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:49:30,942 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:49:30,942 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:30,948 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:31,271 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:31,281 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:49:31,457 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:31,568 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:31,784 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:31,962 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:32,307 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:32,495 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:32,577 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:33,011 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:33,107 DEBUG logFuncEntry 34 40545 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:49:33,107 DEBUG logFuncEntry 34 40545 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 03:49:33,136 DEBUG test_ui_base 66 40545 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 03:49:33,136 DEBUG logFuncEntry 34 40545 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 03:49:33,137 DEBUG test_ui_base 36 40545 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 03:49:33,356 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:33,529 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:33,977 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:34,095 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:34,231 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:34,616 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:35,281 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:35,612 DEBUG test_ui_base 48 40545 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:35,796 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:35,950 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:36,427 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:36,468 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:49:36,468 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 03:49:36,491 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 03:49:36,492 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:49:36,492 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 03:49:36,784 DEBUG api_user 108 40545 140735693222848 Moving to next test case
+2017-05-04 03:49:36,785 DEBUG api_user 193 40545 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f1d467cc-b539-4585-b9be-d1619e32b523/414d7df4b08648e6bf178cc0cd5345e5
+2017-05-04 03:49:36,819 DEBUG api_user 196 40545 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:36,911 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:49:36,911 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:49:36,918 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:36,921 DEBUG db_general 162 40545 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:36,927 DEBUG db_general 151 40545 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:36,929 DEBUG db_general 162 40545 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:36,939 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:37,347 DEBUG api_virtual_function 72 40545 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:37,347 DEBUG api_gitlab 267 40545 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2268c840-f9d1-4114-944f-abf487091ce4/checklist/new/
+2017-05-04 03:49:37,435 DEBUG api_user 128 40545 140735693222848 200 OK
+2017-05-04 03:49:37,435 DEBUG api_user 130 40545 140735693222848 Login successfully.
+2017-05-04 03:49:37,465 DEBUG db_general 177 40544 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:49:37,469 DEBUG db_general 188 40544 140735693222848 Query result: 2
+2017-05-04 03:49:37,478 DEBUG api_gitlab 288 40545 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:37,479 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:37,479 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:49:37,481 DEBUG db_user 227 40544 140735693222848 Query result: [(0,)]
+2017-05-04 03:49:37,481 DEBUG fe_dashboard 97 40544 140735693222848 Number of pages: 1
+2017-05-04 03:49:37,869 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-220
+2017-05-04 03:49:37,895 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-223
+2017-05-04 03:49:37,919 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-232
+2017-05-04 03:49:37,941 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-387
+2017-05-04 03:49:37,967 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-396
+2017-05-04 03:49:37,989 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-541
+2017-05-04 03:49:38,009 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-546
+2017-05-04 03:49:38,033 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-227
+2017-05-04 03:49:38,218 DEBUG fe_dashboard 110 40544 140735693222848 numOfPage 1
+2017-05-04 03:49:38,248 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:38,411 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:49:38,636 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:38,898 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:49:38,898 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 03:49:38,915 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 03:49:38,915 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:49:38,915 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 03:49:39,064 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:49:39,220 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:49:39,230 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:39,940 DEBUG db_general 66 40543 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:49:39,944 DEBUG db_general 78 40543 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:49:39,946 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:40,057 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:49:40,058 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/901c584f-3ab7-4105-85d2-0b7479c685a7/c678cd1fd7f443169eeda53b9dbfeb29
+2017-05-04 03:49:40,109 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:40,194 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:40,195 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:40,200 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:40,202 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:40,206 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:40,207 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:40,238 DEBUG fe_general 37 40546 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:49:40,477 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_vf Where name = 'STYMk2x';
+2017-05-04 03:49:40,481 DEBUG db_general 188 40545 140735693222848 Query result: c966ace3-1f4d-477c-a2d3-cb6b65ca027a
+2017-05-04 03:49:40,486 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STYMk2x';
+2017-05-04 03:49:40,489 DEBUG db_general 188 40545 140735693222848 Query result: 2268c840-f9d1-4114-944f-abf487091ce4
+2017-05-04 03:49:40,494 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STYMk2x';
+2017-05-04 03:49:40,498 DEBUG db_general 188 40545 140735693222848 Query result: 2268c840-f9d1-4114-944f-abf487091ce4
+2017-05-04 03:49:40,503 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2268c840-f9d1-4114-944f-abf487091ce4';
+2017-05-04 03:49:40,506 DEBUG db_general 188 40545 140735693222848 Query result: 2017-562
+2017-05-04 03:49:40,511 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-562';
+2017-05-04 03:49:40,515 DEBUG db_general 188 40545 140735693222848 Query result: 2
+2017-05-04 03:49:40,523 DEBUG fe_checklist 50 40545 140735693222848 EL email: hs0007@att.com
+2017-05-04 03:49:40,528 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2268c840-f9d1-4114-944f-abf487091ce4';
+2017-05-04 03:49:40,532 DEBUG db_general 188 40545 140735693222848 Query result: 2017-562
+2017-05-04 03:49:40,568 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:40,680 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:40,680 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f3c1e987-559e-4570-b04c-d2094d65fac1/checklist/new/
+2017-05-04 03:49:40,761 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:40,762 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:40,798 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:40,798 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:40,798 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:49:40,948 DEBUG fe_detailed_view 133 40546 140735693222848 Login with user admin_ro@att.com
+2017-05-04 03:49:40,948 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:40,948 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:49:41,239 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:41,639 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:49:41,836 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:49:42,029 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:42,301 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:49:42,420 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:49:42,424 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:42,484 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:49:42,509 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:49:42,509 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/63c6d744-2fdf-4c40-a556-8e86254ab11e/fe8ef60ba4314b18a3a7f5cd29b0d7c7
+2017-05-04 03:49:42,543 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:42,566 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:42,603 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:49:42,608 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:42,712 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:42,713 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:42,720 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:42,722 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:42,735 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:42,737 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:43,053 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=c966ace3-1f4d-477c-a2d3-cb6b65ca027a&inviter_uuid=f1d467cc-b539-4585-b9be-d1619e32b523&email=automationqattST7Q0YF@gmail.com
+2017-05-04 03:49:43,128 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:43,325 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:43,641 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:43,802 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:43,802 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c12bfa30-563d-4979-844b-a92bb63b0fea/checklist/new/
+2017-05-04 03:49:43,838 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:43,903 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:43,903 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:43,973 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:43,973 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:43,974 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:49:44,152 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:44,352 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:44,665 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:49:44,851 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:49:45,304 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:45,304 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:49:45,417 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:45,531 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:49:45,681 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:49:45,686 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:45,929 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:46,183 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:49:46,558 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:46,857 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:49:46,873 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:46,968 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:49:46,972 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:47,071 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:47,391 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:49:47,426 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:47,592 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:47,782 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:48,190 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:48,371 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:48,380 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:48,703 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:48,894 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:49,227 DEBUG db_general 66 40543 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 03:49:49,230 DEBUG db_general 78 40543 140735693222848 Query result: None
+2017-05-04 03:49:49,231 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:49:49,231 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 03:49:49,251 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 03:49:49,252 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:49:49,252 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 03:49:49,337 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:49:50,384 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:50,899 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:51,444 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:51,560 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:52,076 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:52,567 DEBUG db_general 66 40543 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:49:52,570 DEBUG db_general 78 40543 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:49:52,601 DEBUG db_general 177 40544 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 03:49:52,605 DEBUG db_general 188 40544 140735693222848 Query result: 2
+2017-05-04 03:49:52,614 DEBUG db_user 227 40544 140735693222848 Query result: [(8,)]
+2017-05-04 03:49:52,615 DEBUG fe_dashboard 97 40544 140735693222848 Number of pages: 1
+2017-05-04 03:49:52,679 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:49:52,679 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/002c9972-07ac-49b8-83fc-e39831c01dc7/4a0dac02a3d14e468669002b78f0427e
+2017-05-04 03:49:52,727 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:52,847 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:52,848 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:52,859 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:52,862 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:52,867 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:52,869 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:52,980 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'ST5V1wu';
+2017-05-04 03:49:52,987 DEBUG db_general 188 40545 140735693222848 Query result: 8c8958e1-6621-46e4-8323-4c58d7d384e3
+2017-05-04 03:49:52,992 DEBUG db_general 202 40545 140735693222848 Query : select state from ice_checklist Where uuid = '8c8958e1-6621-46e4-8323-4c58d7d384e3' order by update_time desc limit 1;
+2017-05-04 03:49:53,000 DEBUG db_general 177 40545 140735693222848 Query : select template_id from ice_checklist Where name = 'ST5V1wu';
+2017-05-04 03:49:53,004 DEBUG db_general 188 40545 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:49:53,039 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-346
+2017-05-04 03:49:53,057 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:49:53,058 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 03:49:53,064 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-354
+2017-05-04 03:49:53,085 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 03:49:53,085 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:49:53,085 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 03:49:53,086 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-510
+2017-05-04 03:49:53,107 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-518
+2017-05-04 03:49:53,115 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:49:53,131 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-343
+2017-05-04 03:49:53,161 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-353
+2017-05-04 03:49:53,186 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-513
+2017-05-04 03:49:53,213 DEBUG fe_dashboard 102 40544 140735693222848 starred_2017-517
+2017-05-04 03:49:53,477 DEBUG fe_dashboard 106 40544 140735693222848 result right
+2017-05-04 03:49:53,477 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:49:53,477 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 03:49:53,503 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 03:49:53,504 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:49:53,504 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 03:49:53,697 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:53,697 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7068c6f0-04ca-44f6-bba1-33626f62ac20/checklist/new/
+2017-05-04 03:49:53,846 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:49:53,847 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:49:53,899 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:53,899 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:53,899 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:49:54,188 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:54,188 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:49:54,872 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:49:55,131 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:49:55,570 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:49:55,707 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:49:55,723 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:55,823 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:49:56,007 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:49:56,017 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:56,233 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:56,560 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:56,662 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:49:56,743 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:57,209 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:57,261 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:57,695 DEBUG db_general 66 40546 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:49:57,703 DEBUG db_general 78 40546 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:49:57,707 DEBUG db_general 90 40546 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('61468e55-25a2-4b0a-a1f6-363f9fee7035', 'AIC', '626', 'FALSE', 0);
+2017-05-04 03:49:57,714 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:49:57,714 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:57,714 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:49:57,779 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:57,923 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:57,998 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:49:57,999 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/81385a89-1036-41a4-b17e-bb1776ae7215/dbe3e58f42f642a2a41ca5319c571839
+2017-05-04 03:49:58,055 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:49:58,141 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:58,142 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:58,147 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:49:58,148 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:49:58,152 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:49:58,153 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:49:58,465 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:49:58,582 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:49:58,582 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/09b71e64-3461-4b63-945c-107e7094497f/checklist/new/
+2017-05-04 03:49:58,640 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:49:58,673 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:49:58,673 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:49:58,717 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:49:58,717 DEBUG fe_general 37 40544 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:49:58,848 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:59,301 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:49:59,364 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:49:59,440 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:49:59,452 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:49:59,479 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:49:59,480 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:49:59,621 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:00,166 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'ST5V1wu';
+2017-05-04 03:50:00,168 DEBUG db_general 188 40545 140735693222848 Query result: 8c8958e1-6621-46e4-8323-4c58d7d384e3
+2017-05-04 03:50:00,173 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:00,208 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:00,370 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:50:00,827 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:00,924 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:01,003 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:50:01,115 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:50:01,119 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:50:01,803 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:01,852 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:02,319 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:02,368 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STYMk2x';
+2017-05-04 03:50:02,369 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:02,372 DEBUG db_general 188 40545 140735693222848 Query result: 2268c840-f9d1-4114-944f-abf487091ce4
+2017-05-04 03:50:02,378 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2268c840-f9d1-4114-944f-abf487091ce4';
+2017-05-04 03:50:02,382 DEBUG db_general 188 40545 140735693222848 Query result: 2017-562
+2017-05-04 03:50:02,388 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-562';
+2017-05-04 03:50:02,393 DEBUG db_general 188 40545 140735693222848 Query result: 2
+2017-05-04 03:50:02,846 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:50:02,847 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 03:50:02,868 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 03:50:02,868 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:50:02,869 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 03:50:02,907 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:03,108 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:50:03,327 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:50:03,629 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:50:03,841 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:04,461 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:05,170 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:05,345 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:50:05,686 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:05,975 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:06,017 DEBUG test_ui_base 48 40543 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:50:06,204 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:06,588 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:06,884 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:07,132 DEBUG db_general 66 40543 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 03:50:07,134 DEBUG db_general 78 40543 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 03:50:07,214 DEBUG api_user 108 40543 140735693222848 Moving to next test case
+2017-05-04 03:50:07,215 DEBUG api_user 193 40543 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8cf6a230-673b-4f6d-a976-876835baa6fa/21c29c2ecc9d4a36beef0e683f5984ec
+2017-05-04 03:50:07,245 DEBUG api_user 196 40543 140735693222848 APIUser activated successfully!
+2017-05-04 03:50:07,318 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:50:07,319 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:50:07,323 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:50:07,324 DEBUG db_general 162 40543 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:50:07,328 DEBUG db_general 151 40543 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:50:07,330 DEBUG db_general 162 40543 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:50:07,395 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:07,572 DEBUG api_virtual_function 72 40543 140735693222848 Virtual Function created successfully!
+2017-05-04 03:50:07,573 DEBUG api_gitlab 267 40543 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7f84946a-e241-401a-bc86-85bfd7549a2b/checklist/new/
+2017-05-04 03:50:07,642 DEBUG api_user 128 40543 140735693222848 200 OK
+2017-05-04 03:50:07,642 DEBUG api_user 130 40543 140735693222848 Login successfully.
+2017-05-04 03:50:07,673 DEBUG api_gitlab 288 40543 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:50:07,673 DEBUG fe_user 27 40543 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:50:07,673 DEBUG fe_user 28 40543 140735693222848 Insert Email
+2017-05-04 03:50:07,920 DEBUG db_general 177 40544 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 03:50:07,924 DEBUG db_general 188 40544 140735693222848 Query result: 1
+2017-05-04 03:50:07,933 DEBUG db_user 227 40544 140735693222848 Query result: [(494,)]
+2017-05-04 03:50:07,933 DEBUG fe_dashboard 63 40544 140735693222848 Number of pages: 61
+2017-05-04 03:50:07,933 DEBUG fe_dashboard 66 40544 140735693222848 numOfPage 62
+2017-05-04 03:50:07,966 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:08,137 DEBUG fe_general 37 40545 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 03:50:08,494 DEBUG fe_user 31 40543 140735693222848 Insert Password
+2017-05-04 03:50:08,741 DEBUG logFuncEntry 34 40544 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:50:08,742 DEBUG logFuncEntry 34 40544 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 03:50:08,763 DEBUG test_ui_base 66 40544 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 03:50:08,764 DEBUG logFuncEntry 34 40544 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 03:50:08,764 DEBUG test_ui_base 36 40544 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 03:50:08,764 DEBUG db_checklist 58 40545 140735693222848 Query : select owner_id from ice_checklist Where uuid = '8c8958e1-6621-46e4-8323-4c58d7d384e3' and state = 'peer_review';
+2017-05-04 03:50:08,769 DEBUG db_checklist 73 40545 140735693222848 Query result: 1
+2017-05-04 03:50:08,774 DEBUG db_general 177 40545 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 03:50:08,776 DEBUG db_general 188 40545 140735693222848 Query result: dd1122@att.com
+2017-05-04 03:50:08,776 DEBUG fe_user 27 40545 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:50:08,776 DEBUG fe_user 28 40545 140735693222848 Insert Email
+2017-05-04 03:50:09,144 DEBUG fe_user 33 40543 140735693222848 Click Login Button
+2017-05-04 03:50:09,285 DEBUG fe_user 35 40543 140735693222848 Login Button clicked
+2017-05-04 03:50:09,292 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:50:09,581 DEBUG fe_user 31 40545 140735693222848 Insert Password
+2017-05-04 03:50:09,690 DEBUG db_general 90 40546 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='61468e55-25a2-4b0a-a1f6-363f9fee7035'
+2017-05-04 03:50:09,722 DEBUG db_general 94 40546 140735693222848 Insert query success!
+2017-05-04 03:50:09,723 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:50:09,723 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 03:50:09,822 DEBUG test_ui_base 66 40546 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 03:50:09,823 DEBUG logFuncEntry 34 40546 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:50:09,823 DEBUG test_ui_base 36 40546 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 03:50:10,147 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:10,271 DEBUG fe_user 33 40545 140735693222848 Click Login Button
+2017-05-04 03:50:10,413 DEBUG fe_user 35 40545 140735693222848 Login Button clicked
+2017-05-04 03:50:10,421 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:50:10,685 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:11,028 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:11,201 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:11,717 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:11,901 DEBUG test_ui_base 48 40544 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:50:12,232 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:12,349 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:12,883 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:12,991 DEBUG test_ui_base 48 40546 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 03:50:13,094 DEBUG api_user 108 40544 140735693222848 Moving to next test case
+2017-05-04 03:50:13,095 DEBUG api_user 193 40544 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56e8d286-ff79-4642-8466-8d0bb29b0519/4d17a90bce254be990e3e32332db1deb
+2017-05-04 03:50:13,141 DEBUG api_user 196 40544 140735693222848 APIUser activated successfully!
+2017-05-04 03:50:13,251 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:50:13,252 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:50:13,258 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:50:13,260 DEBUG db_general 162 40544 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:50:13,263 DEBUG db_general 151 40544 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:50:13,265 DEBUG db_general 162 40544 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:50:13,326 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:13,817 DEBUG api_virtual_function 72 40544 140735693222848 Virtual Function created successfully!
+2017-05-04 03:50:13,817 DEBUG api_gitlab 267 40544 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/57eb51c7-0b74-4f78-8a49-5487fd7a0df4/checklist/new/
+2017-05-04 03:50:13,847 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:13,965 DEBUG api_user 128 40544 140735693222848 200 OK
+2017-05-04 03:50:13,965 DEBUG api_user 130 40544 140735693222848 Login successfully.
+2017-05-04 03:50:14,016 DEBUG api_gitlab 288 40544 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:50:14,029 DEBUG fe_user 27 40544 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:50:14,030 DEBUG fe_user 28 40544 140735693222848 Insert Email
+2017-05-04 03:50:14,042 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:14,162 DEBUG db_general 66 40546 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 03:50:14,169 DEBUG db_general 78 40546 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 03:50:14,180 DEBUG fe_user 27 40546 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 03:50:14,181 DEBUG fe_user 28 40546 140735693222848 Insert Email
+2017-05-04 03:50:14,501 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:14,571 DEBUG db_general 177 40545 140735693222848 Query : select uuid from ice_checklist Where name = 'ST5V1wu';
+2017-05-04 03:50:14,574 DEBUG db_general 188 40545 140735693222848 Query result: 8c8958e1-6621-46e4-8323-4c58d7d384e3
+2017-05-04 03:50:14,578 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:14,867 DEBUG fe_user 31 40544 140735693222848 Insert Password
+2017-05-04 03:50:15,119 DEBUG fe_user 31 40546 140735693222848 Insert Password
+2017-05-04 03:50:15,500 DEBUG fe_user 33 40544 140735693222848 Click Login Button
+2017-05-04 03:50:15,602 DEBUG fe_user 35 40544 140735693222848 Login Button clicked
+2017-05-04 03:50:15,608 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:50:15,788 DEBUG fe_user 33 40546 140735693222848 Click Login Button
+2017-05-04 03:50:15,936 DEBUG fe_user 35 40546 140735693222848 Login Button clicked
+2017-05-04 03:50:15,954 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 03:50:16,158 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:16,435 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:16,777 DEBUG db_general 177 40545 140735693222848 Query : select engagement_id from ice_vf Where name = 'STYMk2x';
+2017-05-04 03:50:16,783 DEBUG db_general 188 40545 140735693222848 Query result: 2268c840-f9d1-4114-944f-abf487091ce4
+2017-05-04 03:50:16,789 DEBUG db_general 177 40545 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2268c840-f9d1-4114-944f-abf487091ce4';
+2017-05-04 03:50:16,798 DEBUG db_general 188 40545 140735693222848 Query result: 2017-562
+2017-05-04 03:50:16,803 DEBUG db_general 177 40545 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-562';
+2017-05-04 03:50:16,806 DEBUG db_general 188 40545 140735693222848 Query result: 2
+2017-05-04 03:50:16,879 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:16,952 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:17,022 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:17,394 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:17,464 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:17,539 DEBUG wait 107 40543 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 03:50:17,567 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:50:17,909 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:17,991 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:18,060 DEBUG logFuncEntry 34 40543 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:50:18,061 DEBUG logFuncEntry 34 40543 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 03:50:18,077 DEBUG test_ui_base 66 40543 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 03:50:18,078 DEBUG logFuncEntry 34 40543 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 03:50:18,078 DEBUG test_ui_base 36 40543 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 03:50:18,879 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:19,525 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:19,813 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 03:50:20,393 DEBUG wait 107 40546 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 03:50:20,583 DEBUG wait 107 40545 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 03:50:20,700 DEBUG wait 107 40544 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 03:50:21,005 ERROR exception_decor 23 40546 140735693222848 There was an exception in test_retire_ecomp_release
+2017-05-04 03:50:21,011 DEBUG logFuncEntry 34 40546 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:50:21,011 DEBUG logFuncEntry 34 40546 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 03:59:30,409 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:59:30,409 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:30,487 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:30,487 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b61a2d33-f5f1-4397-a0f0-7f5fb1632035/4dd6804cdc9e40c8ba385cdfc9bf4638
+2017-05-04 03:59:30,520 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:30,585 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:30,585 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:30,588 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:30,590 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:30,593 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:30,594 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:30,793 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:30,793 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5a332d6-5a71-4bcd-b20a-7775dbe778db/checklist/new/
+2017-05-04 03:59:30,853 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:30,854 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:30,884 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:30,884 DEBUG test_negative_requests 169 43729 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 03:59:30,951 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:30,951 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:30,951 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5a332d6-5a71-4bcd-b20a-7775dbe778db/checklist/new/
+2017-05-04 03:59:30,955 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:30,956 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:30,956 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5a332d6-5a71-4bcd-b20a-7775dbe778db/checklist/new/
+2017-05-04 03:59:31,024 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,024 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,054 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:31,123 DEBUG api_checklist 40 43729 140735693222848 Checklist was created successfully!
+2017-05-04 03:59:31,123 DEBUG test_negative_requests 174 43729 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 03:59:31,191 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,192 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,192 DEBUG test_negative_requests 181 43729 140735693222848 About to add audit log to checklist uuid a3cc6db6-d7d2-4c4f-8f8e-1235d8dcfc2d
+2017-05-04 03:59:31,192 DEBUG test_negative_requests 188 43729 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:59:31,257 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,257 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,257 DEBUG test_negative_requests 181 43729 140735693222848 About to add audit log to checklist uuid a3cc6db6-d7d2-4c4f-8f8e-1235d8dcfc2d
+2017-05-04 03:59:31,257 DEBUG test_negative_requests 188 43729 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 03:59:31,257 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:59:31,257 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 03:59:31,262 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:31,264 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:59:31,264 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:31,344 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:31,344 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/50d4980a-6740-4e44-973c-260d862d7159/23cf4c3d4b3648bab8402b2c30a260d2
+2017-05-04 03:59:31,375 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:31,442 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,443 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,446 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:31,447 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:31,451 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:31,452 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:31,651 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:31,651 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cafe7fb5-bf07-4e60-b0b6-36933280fedb/checklist/new/
+2017-05-04 03:59:31,715 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,716 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,747 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:31,747 DEBUG test_negative_requests 195 43729 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 03:59:31,811 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,811 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,811 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cafe7fb5-bf07-4e60-b0b6-36933280fedb/checklist/new/
+2017-05-04 03:59:31,815 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:31,817 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:31,817 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cafe7fb5-bf07-4e60-b0b6-36933280fedb/checklist/new/
+2017-05-04 03:59:31,883 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:31,883 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:31,914 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:32,069 DEBUG api_checklist 40 43729 140735693222848 Checklist was created successfully!
+2017-05-04 03:59:32,069 DEBUG test_negative_requests 200 43729 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:59:32,136 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:32,136 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:32,136 DEBUG test_negative_requests 208 43729 140735693222848 About to add next step to checklist uuid a73bf485-a976-40ef-bd5e-565c41c615f6
+2017-05-04 03:59:32,137 DEBUG api_checklist 116 43729 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cafe7fb5-bf07-4e60-b0b6-36933280fedb/checklist/a73bf485-a976-40ef-bd5e-565c41c615f6/nextstep/
+2017-05-04 03:59:32,163 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50d4980a-6740-4e44-973c-260d862d7159. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,163 DEBUG test_negative_requests 215 43729 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:59:32,229 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:32,230 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:32,230 DEBUG test_negative_requests 208 43729 140735693222848 About to add next step to checklist uuid a73bf485-a976-40ef-bd5e-565c41c615f6
+2017-05-04 03:59:32,230 DEBUG api_checklist 116 43729 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cafe7fb5-bf07-4e60-b0b6-36933280fedb/checklist/a73bf485-a976-40ef-bd5e-565c41c615f6/nextstep/
+2017-05-04 03:59:32,262 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,262 DEBUG test_negative_requests 215 43729 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:59:32,326 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:32,326 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:32,326 DEBUG test_negative_requests 208 43729 140735693222848 About to add next step to checklist uuid a73bf485-a976-40ef-bd5e-565c41c615f6
+2017-05-04 03:59:32,326 DEBUG api_checklist 116 43729 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cafe7fb5-bf07-4e60-b0b6-36933280fedb/checklist/a73bf485-a976-40ef-bd5e-565c41c615f6/nextstep/
+2017-05-04 03:59:32,357 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,357 DEBUG test_negative_requests 215 43729 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 03:59:32,357 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:59:32,357 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 03:59:32,362 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:32,364 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:59:32,364 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:32,364 DEBUG test_negative_requests 37 43729 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 03:59:32,439 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:32,439 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e89faa91-97a7-4dd7-87bc-95302dc570b1/983f2cfa7b724bb59ab3d2e4bb1aad16
+2017-05-04 03:59:32,470 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:32,537 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:32,538 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:32,541 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:32,543 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:32,546 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:32,547 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:32,749 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:32,749 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ac73d4be-7094-4b6a-8b48-f92ad2080120/checklist/new/
+2017-05-04 03:59:32,820 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:32,820 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:32,849 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:32,919 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:32,919 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df932162-dfbc-4bd7-a52d-698fcfd2904a/c5de305ad08b42019a4415be47f206ef
+2017-05-04 03:59:32,953 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:33,013 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:33,013 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:33,016 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:33,019 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:33,022 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:33,024 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:33,233 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:33,234 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dafee5cf-4a69-4f9c-8828-ba9e23672c49/checklist/new/
+2017-05-04 03:59:33,299 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:33,299 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:33,330 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:33,330 DEBUG test_negative_requests 43 43729 140735693222848 About to invite contact to the engagement of user STIlXV8
+2017-05-04 03:59:33,330 DEBUG api_virtual_function 119 43729 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 03:59:33,357 ERROR api_virtual_function 148 43729 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: df932162-dfbc-4bd7-a52d-698fcfd2904a. eng_uuid=ac73d4be-7094-4b6a-8b48-f92ad2080120. checklist_uuid=None"
+2017-05-04 03:59:33,357 DEBUG test_negative_requests 49 43729 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 03:59:33,358 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:59:33,358 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 03:59:33,365 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:33,367 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:59:33,368 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:33,368 DEBUG test_negative_requests 54 43729 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 03:59:33,442 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:33,442 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/46582fb9-33e7-4de6-b861-b771b247e56b/82ce0e22e53e4941af2db10b0f8ccf56
+2017-05-04 03:59:33,479 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:33,544 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:33,544 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:33,548 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:33,549 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:33,553 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:33,555 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:33,753 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:33,754 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6504b83b-1148-4b4f-aa6f-d096285e68b2/checklist/new/
+2017-05-04 03:59:33,823 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:33,823 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:33,853 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:33,919 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:33,919 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:33,919 DEBUG test_negative_requests 63 43729 140735693222848 About to add a next step to VF STX8uPZ using STApJQz@intl.att.com token.
+2017-05-04 03:59:33,919 DEBUG api_virtual_function 25 43729 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6504b83b-1148-4b4f-aa6f-d096285e68b2/nextsteps
+2017-05-04 03:59:33,944 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: 46582fb9-33e7-4de6-b861-b771b247e56b. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:33,944 DEBUG test_negative_requests 69 43729 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:59:34,009 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,009 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,009 DEBUG test_negative_requests 63 43729 140735693222848 About to add a next step to VF STX8uPZ using dd1122@att.com token.
+2017-05-04 03:59:34,009 DEBUG api_virtual_function 25 43729 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6504b83b-1148-4b4f-aa6f-d096285e68b2/nextsteps
+2017-05-04 03:59:34,089 DEBUG api_virtual_function 40 43729 140735693222848 Next step was added to the engagement!
+2017-05-04 03:59:34,090 DEBUG test_negative_requests 69 43729 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:59:34,155 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,155 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,155 DEBUG test_negative_requests 63 43729 140735693222848 About to add a next step to VF STX8uPZ using admin_ro@att.com token.
+2017-05-04 03:59:34,156 DEBUG api_virtual_function 25 43729 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6504b83b-1148-4b4f-aa6f-d096285e68b2/nextsteps
+2017-05-04 03:59:34,182 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,182 DEBUG test_negative_requests 69 43729 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 03:59:34,182 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:59:34,182 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 03:59:34,187 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:34,189 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:59:34,189 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:34,189 DEBUG test_negative_requests 221 43729 140735693222848 Local environment, skipping test...
+2017-05-04 03:59:34,189 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:59:34,189 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 03:59:34,194 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:34,195 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:59:34,195 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:34,267 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:34,267 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/50e2c3c2-60d0-4095-aa0f-63c3ff6953b4/349eca62325e42c4956a840fca03c6ad
+2017-05-04 03:59:34,301 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:34,367 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,367 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,370 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:34,372 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:34,375 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:34,376 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:34,581 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:34,581 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:34,649 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,649 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,678 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:34,679 DEBUG test_negative_requests 98 43729 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:59:34,745 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,745 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,745 DEBUG test_negative_requests 106 43729 140735693222848 About to create checklist for VF STkwf4P
+2017-05-04 03:59:34,745 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:34,750 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:34,752 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:34,752 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:34,817 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,817 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,846 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:34,872 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50e2c3c2-60d0-4095-aa0f-63c3ff6953b4. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:34,873 DEBUG test_negative_requests 112 43729 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:59:34,940 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:34,940 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:34,940 DEBUG test_negative_requests 106 43729 140735693222848 About to create checklist for VF STkwf4P
+2017-05-04 03:59:34,940 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:34,943 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:34,947 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:34,947 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:35,012 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:35,012 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:35,041 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:35,069 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,069 DEBUG test_negative_requests 112 43729 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:59:35,133 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:35,133 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:35,133 DEBUG test_negative_requests 106 43729 140735693222848 About to create checklist for VF STkwf4P
+2017-05-04 03:59:35,133 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:35,138 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:35,140 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:35,140 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7/checklist/new/
+2017-05-04 03:59:35,207 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:35,207 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:35,237 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:35,262 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,262 DEBUG test_negative_requests 112 43729 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:59:35,262 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:59:35,262 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 03:59:35,269 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:35,272 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:59:35,272 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:35,272 DEBUG test_negative_requests 74 43729 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 03:59:35,349 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:35,349 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a3e0a3d-fc56-4e40-bd44-8b19b266fa44/c82948ce09304bba9fed1aaf102c73d1
+2017-05-04 03:59:35,380 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:35,448 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:35,449 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:35,453 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:35,455 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:35,458 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:35,461 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:35,759 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:35,760 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/32e28a02-455f-4a9b-8a10-6dd6bfaafb44/checklist/new/
+2017-05-04 03:59:35,833 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:35,833 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:35,866 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:35,932 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:35,933 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:35,933 DEBUG api_virtual_function 25 43729 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/32e28a02-455f-4a9b-8a10-6dd6bfaafb44/nextsteps
+2017-05-04 03:59:36,011 DEBUG api_virtual_function 40 43729 140735693222848 Next step was added to the engagement!
+2017-05-04 03:59:36,078 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:36,079 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:36,079 DEBUG test_negative_requests 86 43729 140735693222848 About to edit a next step (ns uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d) using ST7fPih@intl.att.com token.
+2017-05-04 03:59:36,079 DEBUG api_virtual_function 156 43729 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/6e1a6cf5-1886-4be3-b195-a48732437d7d/engagement/32e28a02-455f-4a9b-8a10-6dd6bfaafb44/modify/
+2017-05-04 03:59:36,103 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,103 DEBUG test_negative_requests 92 43729 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:59:36,169 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:36,169 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:36,169 DEBUG test_negative_requests 86 43729 140735693222848 About to edit a next step (ns uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d) using hs0007@att.com token.
+2017-05-04 03:59:36,169 DEBUG api_virtual_function 156 43729 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/6e1a6cf5-1886-4be3-b195-a48732437d7d/engagement/32e28a02-455f-4a9b-8a10-6dd6bfaafb44/modify/
+2017-05-04 03:59:36,195 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,196 DEBUG test_negative_requests 92 43729 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:59:36,262 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:36,262 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:36,262 DEBUG test_negative_requests 86 43729 140735693222848 About to edit a next step (ns uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d) using admin_ro@att.com token.
+2017-05-04 03:59:36,262 DEBUG api_virtual_function 156 43729 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/6e1a6cf5-1886-4be3-b195-a48732437d7d/engagement/32e28a02-455f-4a9b-8a10-6dd6bfaafb44/modify/
+2017-05-04 03:59:36,290 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,290 DEBUG test_negative_requests 92 43729 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 03:59:36,290 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:59:36,291 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 03:59:36,295 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:36,297 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:59:36,297 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:36,297 DEBUG test_negative_requests 20 43729 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 03:59:36,373 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:36,373 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e1e4840-55f6-49eb-9132-3879c5737feb/582fbc1edc01413db826810504cabd08
+2017-05-04 03:59:36,405 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:36,473 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:36,473 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:36,477 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:36,478 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:36,484 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:36,485 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:36,682 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:36,682 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d6fa392a-9e11-4705-9099-9cca15bf01d4/checklist/new/
+2017-05-04 03:59:36,746 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:36,746 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:36,775 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:36,857 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:36,857 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2072a90-0c25-4871-a38f-3ba0b8961cc6/ff581e8a27f74ae9a4e93b41e87bd318
+2017-05-04 03:59:36,891 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:36,964 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:36,964 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:36,967 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:36,969 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:36,972 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:36,973 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:37,174 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:37,175 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d66578a3-dbc4-4f98-b853-9fca793758e3/checklist/new/
+2017-05-04 03:59:37,240 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:37,241 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:37,270 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:37,270 DEBUG test_negative_requests 26 43729 140735693222848 About to invite team member to the engagement of user STM5nAh
+2017-05-04 03:59:37,270 DEBUG api_virtual_function 87 43729 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 03:59:37,299 ERROR api_virtual_function 112 43729 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:59:37,300 DEBUG test_negative_requests 32 43729 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 03:59:37,300 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:59:37,300 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 03:59:37,307 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:37,309 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:59:37,309 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:37,380 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:37,380 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/acd8933b-3741-4a98-bbf8-24a81054dbf9/d0bbb65a946541f5abe22c2ec428feb3
+2017-05-04 03:59:37,413 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:37,479 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:37,479 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:37,483 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:37,484 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:37,488 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:37,489 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:37,690 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:37,690 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fedc519b-b78c-4bec-bafa-9dd603919914/checklist/new/
+2017-05-04 03:59:37,752 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:37,752 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:37,781 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:37,781 DEBUG test_negative_requests 146 43729 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 03:59:37,847 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:37,847 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:37,847 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fedc519b-b78c-4bec-bafa-9dd603919914/checklist/new/
+2017-05-04 03:59:37,851 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:37,854 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:37,854 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fedc519b-b78c-4bec-bafa-9dd603919914/checklist/new/
+2017-05-04 03:59:37,922 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:37,922 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:37,953 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:38,109 DEBUG api_checklist 40 43729 140735693222848 Checklist was created successfully!
+2017-05-04 03:59:38,109 DEBUG test_negative_requests 151 43729 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 03:59:38,109 DEBUG test_negative_requests 157 43729 140735693222848 About to change checklist state for VF STKQPZl
+2017-05-04 03:59:38,176 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:38,176 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:38,209 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,209 DEBUG test_negative_requests 163 43729 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:59:38,209 DEBUG test_negative_requests 157 43729 140735693222848 About to change checklist state for VF STKQPZl
+2017-05-04 03:59:38,275 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:38,275 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:38,306 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,306 DEBUG test_negative_requests 163 43729 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:59:38,306 DEBUG test_negative_requests 157 43729 140735693222848 About to change checklist state for VF STKQPZl
+2017-05-04 03:59:38,371 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:38,371 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:38,399 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,399 DEBUG test_negative_requests 163 43729 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 03:59:38,399 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:59:38,399 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 03:59:38,405 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 03:59:38,407 DEBUG logFuncEntry 34 43729 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:59:38,407 DEBUG test_api_base 30 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 03:59:38,482 DEBUG api_user 108 43729 140735693222848 Moving to next test case
+2017-05-04 03:59:38,483 DEBUG api_user 193 43729 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b33e0663-827b-4fc1-b99e-f902a645f725/67e7ca18a05544e7a8ed34143950cbd8
+2017-05-04 03:59:38,513 DEBUG api_user 196 43729 140735693222848 APIUser activated successfully!
+2017-05-04 03:59:38,623 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:38,624 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:38,627 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 03:59:38,629 DEBUG db_general 162 43729 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 03:59:38,632 DEBUG db_general 151 43729 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 03:59:38,633 DEBUG db_general 162 43729 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 03:59:38,835 DEBUG api_virtual_function 72 43729 140735693222848 Virtual Function created successfully!
+2017-05-04 03:59:38,835 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42511912-3a90-476e-aa06-8b31832ddc22/checklist/new/
+2017-05-04 03:59:38,903 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:38,903 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:38,933 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:38,933 DEBUG test_negative_requests 119 43729 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 03:59:38,995 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:38,995 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:38,996 DEBUG api_checklist 24 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42511912-3a90-476e-aa06-8b31832ddc22/checklist/new/
+2017-05-04 03:59:39,000 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:39,001 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:39,002 DEBUG api_gitlab 267 43729 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42511912-3a90-476e-aa06-8b31832ddc22/checklist/new/
+2017-05-04 03:59:39,069 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:39,069 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:39,099 DEBUG api_gitlab 288 43729 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 03:59:39,255 DEBUG api_checklist 40 43729 140735693222848 Checklist was created successfully!
+2017-05-04 03:59:39,256 DEBUG test_negative_requests 124 43729 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 03:59:39,319 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:39,319 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:39,319 DEBUG test_negative_requests 132 43729 140735693222848 About to update checklist for VF STqswlc
+2017-05-04 03:59:39,319 DEBUG api_checklist 58 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90/4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90
+2017-05-04 03:59:39,323 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:39,325 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:39,353 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: b33e0663-827b-4fc1-b99e-f902a645f725. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,353 DEBUG test_negative_requests 139 43729 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:59:39,417 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:39,417 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:39,417 DEBUG test_negative_requests 132 43729 140735693222848 About to update checklist for VF STqswlc
+2017-05-04 03:59:39,417 DEBUG api_checklist 58 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90/4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90
+2017-05-04 03:59:39,421 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:39,424 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:39,455 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,455 DEBUG test_negative_requests 139 43729 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:59:39,518 DEBUG api_user 128 43729 140735693222848 200 OK
+2017-05-04 03:59:39,518 DEBUG api_user 130 43729 140735693222848 Login successfully.
+2017-05-04 03:59:39,518 DEBUG test_negative_requests 132 43729 140735693222848 About to update checklist for VF STqswlc
+2017-05-04 03:59:39,518 DEBUG api_checklist 58 43729 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90/4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90
+2017-05-04 03:59:39,523 DEBUG db_general 177 43729 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 03:59:39,525 DEBUG db_general 188 43729 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 03:59:39,554 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,554 DEBUG test_negative_requests 139 43729 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 03:59:39,554 DEBUG logFuncEntry 34 43729 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:59:39,554 DEBUG logFuncEntry 34 43729 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 03:59:39,561 DEBUG test_api_base 42 43729 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 04:00:54,940 DEBUG logFuncEntry 34 43936 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 04:00:54,940 DEBUG test_ui_base 36 43936 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 04:00:57,057 DEBUG test_ui_base 48 43936 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 04:00:58,114 DEBUG api_user 108 43936 140735693222848 Moving to next test case
+2017-05-04 04:00:58,115 DEBUG api_user 193 43936 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98a94505-3aed-4223-8174-91ec9012cd50/50be0fdbfd634392b9c139b746e82683
+2017-05-04 04:00:58,147 DEBUG api_user 196 43936 140735693222848 APIUser activated successfully!
+2017-05-04 04:00:58,212 DEBUG api_user 128 43936 140735693222848 200 OK
+2017-05-04 04:00:58,212 DEBUG api_user 130 43936 140735693222848 Login successfully.
+2017-05-04 04:00:58,216 DEBUG db_general 151 43936 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 04:00:58,218 DEBUG db_general 162 43936 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 04:00:58,221 DEBUG db_general 151 43936 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 04:00:58,222 DEBUG db_general 162 43936 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 04:00:58,460 DEBUG api_virtual_function 72 43936 140735693222848 Virtual Function created successfully!
+2017-05-04 04:00:58,460 DEBUG api_gitlab 267 43936 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/826ef975-9ec9-4b86-a86a-d85b7bdc5bfa/checklist/new/
+2017-05-04 04:00:58,524 DEBUG api_user 128 43936 140735693222848 200 OK
+2017-05-04 04:00:58,524 DEBUG api_user 130 43936 140735693222848 Login successfully.
+2017-05-04 04:00:58,556 DEBUG api_gitlab 288 43936 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 04:00:58,621 DEBUG api_user 128 43936 140735693222848 200 OK
+2017-05-04 04:00:58,621 DEBUG api_user 130 43936 140735693222848 Login successfully.
+2017-05-04 04:00:58,631 DEBUG db_general 177 43936 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 04:00:58,633 DEBUG db_general 188 43936 140735693222848 Query result: 1
+2017-05-04 04:00:58,637 DEBUG db_general 177 43936 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 04:00:58,639 DEBUG db_general 188 43936 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 04:00:58,645 DEBUG fe_user 27 43936 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 04:00:58,645 DEBUG fe_user 28 43936 140735693222848 Insert Email
+2017-05-04 04:00:59,500 DEBUG fe_user 31 43936 140735693222848 Insert Password
+2017-05-04 04:01:00,138 DEBUG fe_user 33 43936 140735693222848 Click Login Button
+2017-05-04 04:01:00,232 DEBUG fe_user 35 43936 140735693222848 Login Button clicked
+2017-05-04 04:01:00,236 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 04:01:01,087 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 04:01:01,611 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 04:01:02,385 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:02,900 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:14,407 DEBUG db_general 177 43936 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 04:01:14,410 DEBUG db_general 188 43936 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 04:01:14,416 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:14,946 DEBUG db_general 177 43936 140735693222848 Query : select description from ice_next_step Where uuid = 'c0c67d92-38d1-4232-a2e5-c864e23ac2c8';
+2017-05-04 04:01:14,949 DEBUG db_general 188 43936 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 04:01:14,956 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:15,476 DEBUG db_general 177 43936 140735693222848 Query : select description from ice_next_step Where uuid = '4edb582b-de3b-448f-8b95-5d2065d1ff20';
+2017-05-04 04:01:15,478 DEBUG db_general 188 43936 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 04:01:15,485 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:28,112 DEBUG db_general 177 43936 140735693222848 Query : select description from ice_next_step Where uuid = '4edb582b-de3b-448f-8b95-5d2065d1ff20';
+2017-05-04 04:01:28,114 DEBUG db_general 188 43936 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 04:01:28,123 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:28,648 DEBUG db_general 177 43936 140735693222848 Query : select description from ice_next_step Where uuid = 'c0c67d92-38d1-4232-a2e5-c864e23ac2c8';
+2017-05-04 04:01:28,651 DEBUG db_general 188 43936 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 04:01:28,658 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:29,176 DEBUG db_general 177 43936 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 04:01:29,179 DEBUG db_general 188 43936 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 04:01:29,187 DEBUG wait 107 43936 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 04:01:29,694 ERROR exception_decor 23 43936 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 04:01:29,697 DEBUG logFuncEntry 34 43936 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 04:01:29,697 DEBUG logFuncEntry 34 43936 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 04:01:29,719 DEBUG test_ui_base 66 43936 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 05:04:32,880 DEBUG logFuncEntry 34 44958 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:04:32,880 DEBUG test_ui_base 36 44958 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 05:04:35,003 DEBUG test_ui_base 48 44958 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:04:36,068 DEBUG api_user 108 44958 140735693222848 Moving to next test case
+2017-05-04 05:04:36,068 DEBUG api_user 193 44958 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3266ff3f-e582-4f7d-acaf-ed16dabdb934/9da7ac7783c8452084ef9044476b7869
+2017-05-04 05:04:36,101 DEBUG api_user 196 44958 140735693222848 APIUser activated successfully!
+2017-05-04 05:04:36,170 DEBUG api_user 128 44958 140735693222848 200 OK
+2017-05-04 05:04:36,171 DEBUG api_user 130 44958 140735693222848 Login successfully.
+2017-05-04 05:04:36,175 DEBUG db_general 151 44958 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:04:36,177 DEBUG db_general 162 44958 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:04:36,180 DEBUG db_general 151 44958 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:04:36,181 DEBUG db_general 162 44958 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:04:36,420 DEBUG api_virtual_function 72 44958 140735693222848 Virtual Function created successfully!
+2017-05-04 05:04:36,420 DEBUG api_gitlab 267 44958 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4cea9cee-9156-401f-b317-00d5aa082e13/checklist/new/
+2017-05-04 05:04:36,487 DEBUG api_user 128 44958 140735693222848 200 OK
+2017-05-04 05:04:36,487 DEBUG api_user 130 44958 140735693222848 Login successfully.
+2017-05-04 05:04:36,516 DEBUG api_gitlab 288 44958 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:04:36,587 DEBUG api_user 128 44958 140735693222848 200 OK
+2017-05-04 05:04:36,587 DEBUG api_user 130 44958 140735693222848 Login successfully.
+2017-05-04 05:04:36,597 DEBUG db_general 177 44958 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:04:36,601 DEBUG db_general 188 44958 140735693222848 Query result: 1
+2017-05-04 05:04:36,604 DEBUG db_general 177 44958 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 05:04:36,606 DEBUG db_general 188 44958 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 05:04:36,612 DEBUG fe_user 27 44958 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:04:36,612 DEBUG fe_user 28 44958 140735693222848 Insert Email
+2017-05-04 05:04:37,479 DEBUG fe_user 31 44958 140735693222848 Insert Password
+2017-05-04 05:04:38,133 DEBUG fe_user 33 44958 140735693222848 Click Login Button
+2017-05-04 05:04:38,236 DEBUG fe_user 35 44958 140735693222848 Login Button clicked
+2017-05-04 05:04:38,240 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:04:39,095 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:04:39,623 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:04:40,401 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:04:40,918 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:04:52,438 DEBUG db_general 177 44958 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 05:04:52,440 DEBUG db_general 188 44958 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:04:52,449 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:04:52,976 DEBUG db_general 177 44958 140735693222848 Query : select description from ice_next_step Where uuid = '5d06c303-0b70-4fb1-8ffe-862b8f6e2059';
+2017-05-04 05:04:52,979 DEBUG db_general 188 44958 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:04:52,985 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:04:53,500 DEBUG db_general 177 44958 140735693222848 Query : select description from ice_next_step Where uuid = '98b51f90-9e58-42a3-af7a-c00e742b0005';
+2017-05-04 05:04:53,503 DEBUG db_general 188 44958 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:04:53,511 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:05:06,045 DEBUG db_general 177 44958 140735693222848 Query : select description from ice_next_step Where uuid = '98b51f90-9e58-42a3-af7a-c00e742b0005';
+2017-05-04 05:05:06,048 DEBUG db_general 188 44958 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:05:06,055 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:05:06,582 DEBUG db_general 177 44958 140735693222848 Query : select description from ice_next_step Where uuid = '5d06c303-0b70-4fb1-8ffe-862b8f6e2059';
+2017-05-04 05:05:06,586 DEBUG db_general 188 44958 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:05:06,593 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:05:07,110 DEBUG db_general 177 44958 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 05:05:07,113 DEBUG db_general 188 44958 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:05:07,121 DEBUG wait 107 44958 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:05:07,628 ERROR exception_decor 23 44958 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:05:07,630 DEBUG logFuncEntry 34 44958 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:05:07,630 DEBUG logFuncEntry 34 44958 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:05:07,647 DEBUG test_ui_base 66 44958 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 05:07:06,584 DEBUG logFuncEntry 34 45063 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:07:06,586 DEBUG test_ui_base 36 45063 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 05:07:08,730 DEBUG test_ui_base 48 45063 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:07:13,082 DEBUG api_user 108 45063 140735693222848 Moving to next test case
+2017-05-04 05:07:13,083 DEBUG api_user 193 45063 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/36c587e2-fcdd-44bf-a00b-2408084e2789/8923991309f140ec8e61108c6e69c59c
+2017-05-04 05:07:13,126 DEBUG api_user 196 45063 140735693222848 APIUser activated successfully!
+2017-05-04 05:07:13,201 DEBUG api_user 128 45063 140735693222848 200 OK
+2017-05-04 05:07:13,202 DEBUG api_user 130 45063 140735693222848 Login successfully.
+2017-05-04 05:07:13,206 DEBUG db_general 151 45063 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:07:13,208 DEBUG db_general 162 45063 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:07:13,212 DEBUG db_general 151 45063 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:07:13,213 DEBUG db_general 162 45063 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:07:13,424 DEBUG api_virtual_function 72 45063 140735693222848 Virtual Function created successfully!
+2017-05-04 05:07:13,424 DEBUG api_gitlab 267 45063 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f53e2658-2db7-41d6-afce-8c7af0bf57af/checklist/new/
+2017-05-04 05:07:13,496 DEBUG api_user 128 45063 140735693222848 200 OK
+2017-05-04 05:07:13,497 DEBUG api_user 130 45063 140735693222848 Login successfully.
+2017-05-04 05:07:13,536 DEBUG api_gitlab 288 45063 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:07:15,388 DEBUG api_user 128 45063 140735693222848 200 OK
+2017-05-04 05:07:15,389 DEBUG api_user 130 45063 140735693222848 Login successfully.
+2017-05-04 05:07:16,838 DEBUG db_general 177 45063 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:07:16,841 DEBUG db_general 188 45063 140735693222848 Query result: 1
+2017-05-04 05:07:16,845 DEBUG db_general 177 45063 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 05:07:16,847 DEBUG db_general 188 45063 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 05:07:18,256 DEBUG fe_user 27 45063 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:07:18,257 DEBUG fe_user 28 45063 140735693222848 Insert Email
+2017-05-04 05:07:19,062 DEBUG fe_user 31 45063 140735693222848 Insert Password
+2017-05-04 05:07:19,733 DEBUG fe_user 33 45063 140735693222848 Click Login Button
+2017-05-04 05:07:19,841 DEBUG fe_user 35 45063 140735693222848 Login Button clicked
+2017-05-04 05:07:19,847 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:07:20,687 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:07:22,557 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:07:23,346 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:07:23,864 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:08:01,137 DEBUG db_general 177 45063 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 05:08:01,140 DEBUG db_general 188 45063 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:08:02,960 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:08:05,941 DEBUG db_general 177 45063 140735693222848 Query : select description from ice_next_step Where uuid = 'c29ab1ee-8d9d-4b6e-99c5-b924f2a41219';
+2017-05-04 05:08:05,944 DEBUG db_general 188 45063 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:08:09,510 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:08:17,786 DEBUG db_general 177 45063 140735693222848 Query : select description from ice_next_step Where uuid = '2d3d4e5e-6a14-4470-b333-43b7998614cc';
+2017-05-04 05:08:17,789 DEBUG db_general 188 45063 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:08:23,069 DEBUG wait 107 45063 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:09:49,613 DEBUG db_general 177 45063 140735693222848 Query : select description from ice_next_step Where uuid = '2d3d4e5e-6a14-4470-b333-43b7998614cc';
+2017-05-04 05:09:49,616 DEBUG db_general 188 45063 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:09:56,212 DEBUG logFuncEntry 34 45165 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:09:56,212 DEBUG test_ui_base 36 45165 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 05:09:58,329 DEBUG test_ui_base 48 45165 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:09:59,399 DEBUG api_user 108 45165 140735693222848 Moving to next test case
+2017-05-04 05:09:59,400 DEBUG api_user 193 45165 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/23f8ad55-ed16-4fb1-ae20-5b59289d1bce/65cae19e13b84c1ab531112145b26cb3
+2017-05-04 05:09:59,433 DEBUG api_user 196 45165 140735693222848 APIUser activated successfully!
+2017-05-04 05:09:59,497 DEBUG api_user 128 45165 140735693222848 200 OK
+2017-05-04 05:09:59,497 DEBUG api_user 130 45165 140735693222848 Login successfully.
+2017-05-04 05:09:59,501 DEBUG db_general 151 45165 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:09:59,503 DEBUG db_general 162 45165 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:09:59,506 DEBUG db_general 151 45165 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:09:59,508 DEBUG db_general 162 45165 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:09:59,726 DEBUG api_virtual_function 72 45165 140735693222848 Virtual Function created successfully!
+2017-05-04 05:09:59,726 DEBUG api_gitlab 267 45165 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/91ed77f6-084a-4f48-825f-ca1ae350392a/checklist/new/
+2017-05-04 05:09:59,790 DEBUG api_user 128 45165 140735693222848 200 OK
+2017-05-04 05:09:59,790 DEBUG api_user 130 45165 140735693222848 Login successfully.
+2017-05-04 05:09:59,820 DEBUG api_gitlab 288 45165 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:09:59,884 DEBUG api_user 128 45165 140735693222848 200 OK
+2017-05-04 05:09:59,884 DEBUG api_user 130 45165 140735693222848 Login successfully.
+2017-05-04 05:09:59,893 DEBUG db_general 177 45165 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:09:59,895 DEBUG db_general 188 45165 140735693222848 Query result: 2
+2017-05-04 05:09:59,898 DEBUG db_general 177 45165 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 05:09:59,900 DEBUG db_general 188 45165 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 05:09:59,907 DEBUG fe_user 27 45165 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:09:59,907 DEBUG fe_user 28 45165 140735693222848 Insert Email
+2017-05-04 05:10:00,751 DEBUG fe_user 31 45165 140735693222848 Insert Password
+2017-05-04 05:10:01,398 DEBUG fe_user 33 45165 140735693222848 Click Login Button
+2017-05-04 05:10:01,502 DEBUG fe_user 35 45165 140735693222848 Login Button clicked
+2017-05-04 05:10:01,505 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:10:02,083 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:10:02,597 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:10:03,126 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:10:03,901 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:04,415 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:15,928 DEBUG db_general 177 45165 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:10:15,931 DEBUG db_general 188 45165 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:10:15,938 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:16,465 DEBUG db_general 177 45165 140735693222848 Query : select description from ice_next_step Where uuid = '33626952-54ef-4d70-9d7a-acf88b35062e';
+2017-05-04 05:10:16,468 DEBUG db_general 188 45165 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:10:16,475 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:16,993 DEBUG db_general 177 45165 140735693222848 Query : select description from ice_next_step Where uuid = '0fc4ba34-42cc-4772-863b-adbad0d4ef48';
+2017-05-04 05:10:16,995 DEBUG db_general 188 45165 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:10:17,002 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:29,809 DEBUG db_general 177 45165 140735693222848 Query : select description from ice_next_step Where uuid = '0fc4ba34-42cc-4772-863b-adbad0d4ef48';
+2017-05-04 05:10:29,812 DEBUG db_general 188 45165 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:10:29,819 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:30,346 DEBUG db_general 177 45165 140735693222848 Query : select description from ice_next_step Where uuid = '33626952-54ef-4d70-9d7a-acf88b35062e';
+2017-05-04 05:10:30,349 DEBUG db_general 188 45165 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:10:30,356 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:30,869 DEBUG db_general 177 45165 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:10:30,872 DEBUG db_general 188 45165 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:10:30,882 DEBUG wait 107 45165 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:10:31,404 DEBUG logFuncEntry 34 45165 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:10:31,404 DEBUG logFuncEntry 34 45165 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:10:31,419 DEBUG test_ui_base 66 45165 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 05:10:59,497 DEBUG logFuncEntry 34 45261 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:10:59,497 DEBUG test_ui_base 36 45261 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 05:11:01,609 DEBUG test_ui_base 48 45261 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:11:02,662 DEBUG api_user 108 45261 140735693222848 Moving to next test case
+2017-05-04 05:11:02,662 DEBUG api_user 193 45261 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab4178fc-92ca-4767-8eef-d77ecdc0c83c/44034c36e2f24f7fa2240ae139d5d997
+2017-05-04 05:11:02,697 DEBUG api_user 196 45261 140735693222848 APIUser activated successfully!
+2017-05-04 05:11:02,758 DEBUG api_user 128 45261 140735693222848 200 OK
+2017-05-04 05:11:02,758 DEBUG api_user 130 45261 140735693222848 Login successfully.
+2017-05-04 05:11:02,762 DEBUG db_general 151 45261 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:11:02,763 DEBUG db_general 162 45261 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:11:02,767 DEBUG db_general 151 45261 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:11:02,769 DEBUG db_general 162 45261 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:11:03,016 DEBUG api_virtual_function 72 45261 140735693222848 Virtual Function created successfully!
+2017-05-04 05:11:03,016 DEBUG api_gitlab 267 45261 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f79e9138-6512-46df-8a70-f8f1e91ff2af/checklist/new/
+2017-05-04 05:11:03,084 DEBUG api_user 128 45261 140735693222848 200 OK
+2017-05-04 05:11:03,084 DEBUG api_user 130 45261 140735693222848 Login successfully.
+2017-05-04 05:11:03,113 DEBUG api_gitlab 288 45261 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:11:03,181 DEBUG api_user 128 45261 140735693222848 200 OK
+2017-05-04 05:11:03,181 DEBUG api_user 130 45261 140735693222848 Login successfully.
+2017-05-04 05:11:03,191 DEBUG db_general 177 45261 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:11:03,193 DEBUG db_general 188 45261 140735693222848 Query result: 2
+2017-05-04 05:11:03,197 DEBUG db_general 177 45261 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 05:11:03,198 DEBUG db_general 188 45261 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 05:11:03,204 DEBUG fe_user 27 45261 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:11:03,204 DEBUG fe_user 28 45261 140735693222848 Insert Email
+2017-05-04 05:11:04,057 DEBUG fe_user 31 45261 140735693222848 Insert Password
+2017-05-04 05:11:04,703 DEBUG fe_user 33 45261 140735693222848 Click Login Button
+2017-05-04 05:11:04,800 DEBUG fe_user 35 45261 140735693222848 Login Button clicked
+2017-05-04 05:11:04,805 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:11:05,659 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:11:06,185 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:11:06,958 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:07,475 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:18,924 DEBUG db_general 177 45261 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:11:18,927 DEBUG db_general 188 45261 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:11:18,935 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:19,466 DEBUG db_general 177 45261 140735693222848 Query : select description from ice_next_step Where uuid = 'd92a1b31-a084-475e-b744-1b59a22215e2';
+2017-05-04 05:11:19,469 DEBUG db_general 188 45261 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:11:19,476 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:19,992 DEBUG db_general 177 45261 140735693222848 Query : select description from ice_next_step Where uuid = '1574b70e-4bde-470a-aa18-605ddb719d18';
+2017-05-04 05:11:19,995 DEBUG db_general 188 45261 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:11:20,002 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:33,157 DEBUG db_general 177 45261 140735693222848 Query : select description from ice_next_step Where uuid = '1574b70e-4bde-470a-aa18-605ddb719d18';
+2017-05-04 05:11:33,159 DEBUG db_general 188 45261 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:11:33,166 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:33,689 DEBUG db_general 177 45261 140735693222848 Query : select description from ice_next_step Where uuid = 'd92a1b31-a084-475e-b744-1b59a22215e2';
+2017-05-04 05:11:33,692 DEBUG db_general 188 45261 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:11:33,700 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:34,218 DEBUG db_general 177 45261 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:11:34,221 DEBUG db_general 188 45261 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:11:34,231 DEBUG wait 107 45261 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:11:34,755 DEBUG logFuncEntry 34 45261 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:11:34,755 DEBUG logFuncEntry 34 45261 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:11:34,771 DEBUG test_ui_base 66 45261 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 05:12:50,539 DEBUG logFuncEntry 34 45375 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:12:50,539 DEBUG test_ui_base 36 45375 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 05:12:52,656 DEBUG test_ui_base 48 45375 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:12:53,710 DEBUG api_user 108 45375 140735693222848 Moving to next test case
+2017-05-04 05:12:53,710 DEBUG api_user 193 45375 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ee61fba3-fdbf-493f-88bc-a5ba71a15c72/e64f0c5ecd3540ac8c5451396ec68a11
+2017-05-04 05:12:53,742 DEBUG api_user 196 45375 140735693222848 APIUser activated successfully!
+2017-05-04 05:12:53,812 DEBUG api_user 128 45375 140735693222848 200 OK
+2017-05-04 05:12:53,812 DEBUG api_user 130 45375 140735693222848 Login successfully.
+2017-05-04 05:12:53,815 DEBUG db_general 151 45375 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:12:53,817 DEBUG db_general 162 45375 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:12:53,820 DEBUG db_general 151 45375 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:12:53,821 DEBUG db_general 162 45375 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:12:54,055 DEBUG api_virtual_function 72 45375 140735693222848 Virtual Function created successfully!
+2017-05-04 05:12:54,055 DEBUG api_gitlab 267 45375 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d160b5bd-83eb-418d-9f65-daba26b78658/checklist/new/
+2017-05-04 05:12:54,119 DEBUG api_user 128 45375 140735693222848 200 OK
+2017-05-04 05:12:54,119 DEBUG api_user 130 45375 140735693222848 Login successfully.
+2017-05-04 05:12:54,150 DEBUG api_gitlab 288 45375 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:12:54,219 DEBUG api_user 128 45375 140735693222848 200 OK
+2017-05-04 05:12:54,219 DEBUG api_user 130 45375 140735693222848 Login successfully.
+2017-05-04 05:12:54,228 DEBUG db_general 177 45375 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:12:54,230 DEBUG db_general 188 45375 140735693222848 Query result: 2
+2017-05-04 05:12:54,234 DEBUG db_general 177 45375 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 05:12:54,237 DEBUG db_general 188 45375 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 05:12:54,244 DEBUG fe_user 27 45375 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:12:54,244 DEBUG fe_user 28 45375 140735693222848 Insert Email
+2017-05-04 05:12:55,096 DEBUG fe_user 31 45375 140735693222848 Insert Password
+2017-05-04 05:12:55,743 DEBUG fe_user 33 45375 140735693222848 Click Login Button
+2017-05-04 05:12:55,838 DEBUG fe_user 35 45375 140735693222848 Login Button clicked
+2017-05-04 05:12:55,843 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:12:56,692 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:12:57,219 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:12:58,009 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:12:58,523 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:10,009 DEBUG db_general 177 45375 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:13:10,011 DEBUG db_general 188 45375 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:13:10,017 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:10,538 DEBUG db_general 177 45375 140735693222848 Query : select description from ice_next_step Where uuid = 'a90f8459-e454-4c87-bbb8-4d426ba0ea6b';
+2017-05-04 05:13:10,541 DEBUG db_general 188 45375 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:13:10,548 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:11,065 DEBUG db_general 177 45375 140735693222848 Query : select description from ice_next_step Where uuid = 'b971ed59-914f-43e1-95c4-bdf79e3f738d';
+2017-05-04 05:13:11,068 DEBUG db_general 188 45375 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:13:11,076 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:13,080 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:24,640 DEBUG db_general 177 45375 140735693222848 Query : select description from ice_next_step Where uuid = 'b971ed59-914f-43e1-95c4-bdf79e3f738d';
+2017-05-04 05:13:24,643 DEBUG db_general 188 45375 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:13:24,651 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:25,176 DEBUG db_general 177 45375 140735693222848 Query : select description from ice_next_step Where uuid = 'a90f8459-e454-4c87-bbb8-4d426ba0ea6b';
+2017-05-04 05:13:25,179 DEBUG db_general 188 45375 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:13:25,187 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:25,718 DEBUG db_general 177 45375 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:13:25,721 DEBUG db_general 188 45375 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:13:25,728 DEBUG wait 107 45375 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:13:26,242 DEBUG logFuncEntry 34 45375 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:13:26,242 DEBUG logFuncEntry 34 45375 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:13:26,257 DEBUG test_ui_base 66 45375 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 05:15:29,886 DEBUG logFuncEntry 34 45490 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:15:29,887 DEBUG test_ui_base 36 45490 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 05:15:32,010 DEBUG test_ui_base 48 45490 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:15:33,088 DEBUG api_user 108 45490 140735693222848 Moving to next test case
+2017-05-04 05:15:33,088 DEBUG api_user 193 45490 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa3dd306-de69-4335-b0f2-01ec9931e769/f8fa8160db0e412899a63159e9196cfc
+2017-05-04 05:15:33,122 DEBUG api_user 196 45490 140735693222848 APIUser activated successfully!
+2017-05-04 05:15:33,190 DEBUG api_user 128 45490 140735693222848 200 OK
+2017-05-04 05:15:33,190 DEBUG api_user 130 45490 140735693222848 Login successfully.
+2017-05-04 05:15:33,196 DEBUG db_general 151 45490 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:15:33,198 DEBUG db_general 162 45490 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:15:33,202 DEBUG db_general 151 45490 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:15:33,203 DEBUG db_general 162 45490 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:15:33,409 DEBUG api_virtual_function 72 45490 140735693222848 Virtual Function created successfully!
+2017-05-04 05:15:33,409 DEBUG api_gitlab 267 45490 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb5deacf-46d0-4286-ae3a-1ea5a555b6eb/checklist/new/
+2017-05-04 05:15:33,473 DEBUG api_user 128 45490 140735693222848 200 OK
+2017-05-04 05:15:33,474 DEBUG api_user 130 45490 140735693222848 Login successfully.
+2017-05-04 05:15:33,506 DEBUG api_gitlab 288 45490 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:15:33,580 DEBUG api_user 128 45490 140735693222848 200 OK
+2017-05-04 05:15:33,580 DEBUG api_user 130 45490 140735693222848 Login successfully.
+2017-05-04 05:15:33,589 DEBUG db_general 177 45490 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:15:33,591 DEBUG db_general 188 45490 140735693222848 Query result: 1
+2017-05-04 05:15:33,595 DEBUG db_general 177 45490 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 05:15:33,596 DEBUG db_general 188 45490 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 05:15:33,603 DEBUG fe_user 27 45490 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:15:33,604 DEBUG fe_user 28 45490 140735693222848 Insert Email
+2017-05-04 05:15:34,447 DEBUG fe_user 31 45490 140735693222848 Insert Password
+2017-05-04 05:15:35,099 DEBUG fe_user 33 45490 140735693222848 Click Login Button
+2017-05-04 05:15:35,192 DEBUG fe_user 35 45490 140735693222848 Login Button clicked
+2017-05-04 05:15:35,196 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:15:36,039 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:15:36,569 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:15:37,349 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:15:37,866 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:15:49,346 DEBUG db_general 177 45490 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 05:15:49,348 DEBUG db_general 188 45490 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:15:49,362 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:15:49,890 DEBUG db_general 177 45490 140735693222848 Query : select description from ice_next_step Where uuid = 'd3139cd3-58ee-4018-9a11-eb07832a2361';
+2017-05-04 05:15:49,893 DEBUG db_general 188 45490 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:15:49,900 DEBUG wait 109 45490 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:15:50,409 ERROR exception_decor 23 45490 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 05:15:50,410 DEBUG logFuncEntry 34 45490 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:15:50,410 DEBUG logFuncEntry 34 45490 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:15:50,425 DEBUG test_ui_base 66 45490 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 05:18:20,240 DEBUG logFuncEntry 34 45594 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:18:20,240 DEBUG test_ui_base 36 45594 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 05:18:22,361 DEBUG test_ui_base 48 45594 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:18:23,402 DEBUG api_user 108 45594 140735693222848 Moving to next test case
+2017-05-04 05:18:23,403 DEBUG api_user 193 45594 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/131d509f-cf09-44f8-99bb-112f98994cc3/a5cd4ee343764ab0b2e1c7bb146bc87d
+2017-05-04 05:18:23,437 DEBUG api_user 196 45594 140735693222848 APIUser activated successfully!
+2017-05-04 05:18:23,502 DEBUG api_user 128 45594 140735693222848 200 OK
+2017-05-04 05:18:23,502 DEBUG api_user 130 45594 140735693222848 Login successfully.
+2017-05-04 05:18:23,506 DEBUG db_general 151 45594 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:18:23,507 DEBUG db_general 162 45594 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:18:23,511 DEBUG db_general 151 45594 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:18:23,512 DEBUG db_general 162 45594 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:18:23,761 DEBUG api_virtual_function 72 45594 140735693222848 Virtual Function created successfully!
+2017-05-04 05:18:23,761 DEBUG api_gitlab 267 45594 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99e9cd0b-7d8e-4204-8330-caa7b9d83f49/checklist/new/
+2017-05-04 05:18:23,828 DEBUG api_user 128 45594 140735693222848 200 OK
+2017-05-04 05:18:23,828 DEBUG api_user 130 45594 140735693222848 Login successfully.
+2017-05-04 05:18:23,857 DEBUG api_gitlab 288 45594 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:18:23,925 DEBUG api_user 128 45594 140735693222848 200 OK
+2017-05-04 05:18:23,925 DEBUG api_user 130 45594 140735693222848 Login successfully.
+2017-05-04 05:18:23,935 DEBUG db_general 177 45594 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:18:23,937 DEBUG db_general 188 45594 140735693222848 Query result: 1
+2017-05-04 05:18:23,940 DEBUG db_general 177 45594 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 05:18:23,942 DEBUG db_general 188 45594 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 05:18:23,948 DEBUG fe_user 27 45594 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:18:23,948 DEBUG fe_user 28 45594 140735693222848 Insert Email
+2017-05-04 05:18:24,790 DEBUG fe_user 31 45594 140735693222848 Insert Password
+2017-05-04 05:18:25,434 DEBUG fe_user 33 45594 140735693222848 Click Login Button
+2017-05-04 05:18:26,380 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:18:26,891 DEBUG fe_user 35 45594 140735693222848 Login Button clicked
+2017-05-04 05:18:27,402 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:18:28,441 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:18:29,727 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:30,746 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:31,913 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:33,136 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:34,245 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:45,379 DEBUG db_general 177 45594 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 05:18:45,382 DEBUG db_general 188 45594 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:18:45,895 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:46,422 DEBUG db_general 177 45594 140735693222848 Query : select description from ice_next_step Where uuid = '35e1d94f-ffc4-4aa0-98be-1ee498033680';
+2017-05-04 05:18:46,425 DEBUG db_general 188 45594 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:18:46,939 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:47,459 DEBUG db_general 177 45594 140735693222848 Query : select description from ice_next_step Where uuid = '844739b3-9ca9-4eab-860e-452db2f0704d';
+2017-05-04 05:18:47,462 DEBUG db_general 188 45594 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:18:47,975 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:50,088 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:51,203 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:52,432 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:18:53,535 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:19:04,666 DEBUG db_general 177 45594 140735693222848 Query : select description from ice_next_step Where uuid = '844739b3-9ca9-4eab-860e-452db2f0704d';
+2017-05-04 05:19:04,669 DEBUG db_general 188 45594 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:19:05,182 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:19:05,707 DEBUG db_general 177 45594 140735693222848 Query : select description from ice_next_step Where uuid = '35e1d94f-ffc4-4aa0-98be-1ee498033680';
+2017-05-04 05:19:05,709 DEBUG db_general 188 45594 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:19:06,218 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:19:06,734 DEBUG db_general 177 45594 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 05:19:06,736 DEBUG db_general 188 45594 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:19:07,248 DEBUG wait 113 45594 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:19:07,767 DEBUG logFuncEntry 34 45594 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:19:07,768 DEBUG logFuncEntry 34 45594 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:19:07,782 DEBUG test_ui_base 66 45594 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 05:22:45,812 DEBUG logFuncEntry 34 45741 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:22:45,812 DEBUG test_ui_base 36 45741 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 05:22:47,932 DEBUG test_ui_base 48 45741 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:22:49,004 DEBUG api_user 108 45741 140735693222848 Moving to next test case
+2017-05-04 05:22:49,004 DEBUG api_user 193 45741 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8df8803d-5a7b-44d5-b939-90ea5b1dd585/5f78bcd335ff472fa889b2dd4f663319
+2017-05-04 05:22:49,039 DEBUG api_user 196 45741 140735693222848 APIUser activated successfully!
+2017-05-04 05:22:49,104 DEBUG api_user 128 45741 140735693222848 200 OK
+2017-05-04 05:22:49,104 DEBUG api_user 130 45741 140735693222848 Login successfully.
+2017-05-04 05:22:49,109 DEBUG db_general 151 45741 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:22:49,110 DEBUG db_general 162 45741 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:22:49,114 DEBUG db_general 151 45741 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:22:49,115 DEBUG db_general 162 45741 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:22:49,349 DEBUG api_virtual_function 72 45741 140735693222848 Virtual Function created successfully!
+2017-05-04 05:22:49,349 DEBUG api_gitlab 267 45741 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/76725237-47bc-49ba-88d8-79cb7238dab8/checklist/new/
+2017-05-04 05:22:49,420 DEBUG api_user 128 45741 140735693222848 200 OK
+2017-05-04 05:22:49,420 DEBUG api_user 130 45741 140735693222848 Login successfully.
+2017-05-04 05:22:49,451 DEBUG api_gitlab 288 45741 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:22:49,519 DEBUG api_user 128 45741 140735693222848 200 OK
+2017-05-04 05:22:49,520 DEBUG api_user 130 45741 140735693222848 Login successfully.
+2017-05-04 05:22:49,529 DEBUG db_general 177 45741 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:22:49,532 DEBUG db_general 188 45741 140735693222848 Query result: 2
+2017-05-04 05:22:49,535 DEBUG db_general 177 45741 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 05:22:49,536 DEBUG db_general 188 45741 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 05:22:49,543 DEBUG fe_user 27 45741 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:22:49,543 DEBUG fe_user 28 45741 140735693222848 Insert Email
+2017-05-04 05:22:50,402 DEBUG fe_user 31 45741 140735693222848 Insert Password
+2017-05-04 05:22:51,047 DEBUG fe_user 33 45741 140735693222848 Click Login Button
+2017-05-04 05:22:52,492 DEBUG fe_user 35 45741 140735693222848 Login Button clicked
+2017-05-04 05:23:11,017 DEBUG db_general 177 45741 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:23:11,020 DEBUG db_general 188 45741 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:23:12,052 DEBUG db_general 177 45741 140735693222848 Query : select description from ice_next_step Where uuid = 'bc252e50-18e5-408a-a7b7-bbd79e361ee4';
+2017-05-04 05:23:12,054 DEBUG db_general 188 45741 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:23:13,078 DEBUG db_general 177 45741 140735693222848 Query : select description from ice_next_step Where uuid = '3fa374e7-950a-4f77-9798-479a35c51f29';
+2017-05-04 05:23:13,081 DEBUG db_general 188 45741 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:23:30,355 DEBUG db_general 177 45741 140735693222848 Query : select description from ice_next_step Where uuid = '3fa374e7-950a-4f77-9798-479a35c51f29';
+2017-05-04 05:23:30,358 DEBUG db_general 188 45741 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:23:31,392 DEBUG db_general 177 45741 140735693222848 Query : select description from ice_next_step Where uuid = 'bc252e50-18e5-408a-a7b7-bbd79e361ee4';
+2017-05-04 05:23:31,395 DEBUG db_general 188 45741 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:23:32,409 DEBUG db_general 177 45741 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:23:32,412 DEBUG db_general 188 45741 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:23:33,428 DEBUG logFuncEntry 34 45741 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:23:33,429 DEBUG logFuncEntry 34 45741 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:23:33,445 DEBUG test_ui_base 66 45741 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 05:24:12,707 DEBUG logFuncEntry 34 45831 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:24:12,707 DEBUG test_ui_base 36 45831 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 05:24:14,826 DEBUG test_ui_base 48 45831 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:24:15,883 DEBUG api_user 108 45831 140735693222848 Moving to next test case
+2017-05-04 05:24:15,883 DEBUG api_user 193 45831 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1dce01e2-509b-4894-8a32-4822a3173944/7c3acece4b2547f389859fa3b4393d94
+2017-05-04 05:24:15,917 DEBUG api_user 196 45831 140735693222848 APIUser activated successfully!
+2017-05-04 05:24:15,983 DEBUG api_user 128 45831 140735693222848 200 OK
+2017-05-04 05:24:15,983 DEBUG api_user 130 45831 140735693222848 Login successfully.
+2017-05-04 05:24:15,986 DEBUG db_general 151 45831 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:24:15,988 DEBUG db_general 162 45831 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:24:15,992 DEBUG db_general 151 45831 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:24:15,994 DEBUG db_general 162 45831 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:24:16,231 DEBUG api_virtual_function 72 45831 140735693222848 Virtual Function created successfully!
+2017-05-04 05:24:16,231 DEBUG api_gitlab 267 45831 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6/checklist/new/
+2017-05-04 05:24:16,294 DEBUG api_user 128 45831 140735693222848 200 OK
+2017-05-04 05:24:16,294 DEBUG api_user 130 45831 140735693222848 Login successfully.
+2017-05-04 05:24:16,325 DEBUG api_gitlab 288 45831 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:24:16,325 DEBUG fe_user 27 45831 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:24:16,325 DEBUG fe_user 28 45831 140735693222848 Insert Email
+2017-05-04 05:24:17,202 DEBUG fe_user 31 45831 140735693222848 Insert Password
+2017-05-04 05:24:17,861 DEBUG fe_user 33 45831 140735693222848 Click Login Button
+2017-05-04 05:24:18,974 DEBUG fe_user 35 45831 140735693222848 Login Button clicked
+2017-05-04 05:24:20,006 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:24:20,008 DEBUG db_general 188 45831 140735693222848 Query result: c0012fe9-7b0c-4ab6-9586-f2f3c1939252
+2017-05-04 05:24:20,012 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:24:20,014 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:24:20,018 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:24:20,020 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:24:20,023 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:24:20,025 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:24:20,028 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:24:20,031 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:24:20,036 DEBUG fe_checklist 50 45831 140735693222848 EL email: dd1122@att.com
+2017-05-04 05:24:20,040 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:24:20,042 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:24:25,603 DEBUG fe_general 37 45831 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=c0012fe9-7b0c-4ab6-9586-f2f3c1939252&inviter_uuid=1dce01e2-509b-4894-8a32-4822a3173944&email=automationqattSTzZd9H@gmail.com
+2017-05-04 05:24:27,117 DEBUG fe_general 37 45831 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:24:27,696 DEBUG fe_user 27 45831 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:24:27,696 DEBUG fe_user 28 45831 140735693222848 Insert Email
+2017-05-04 05:24:28,476 DEBUG fe_user 31 45831 140735693222848 Insert Password
+2017-05-04 05:24:29,123 DEBUG fe_user 33 45831 140735693222848 Click Login Button
+2017-05-04 05:24:30,447 DEBUG fe_user 35 45831 140735693222848 Login Button clicked
+2017-05-04 05:24:43,412 DEBUG wait 118 45831 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:24:44,457 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:24:44,459 DEBUG db_general 188 45831 140735693222848 Query result: 45a59054-5cb4-4073-878e-033841a1d213
+2017-05-04 05:24:44,463 DEBUG db_general 202 45831 140735693222848 Query : select state from ice_checklist Where uuid = '45a59054-5cb4-4073-878e-033841a1d213' order by update_time desc limit 1;
+2017-05-04 05:24:44,470 DEBUG db_general 177 45831 140735693222848 Query : select template_id from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:24:44,472 DEBUG db_general 188 45831 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:24:44,527 DEBUG fe_general 37 45831 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:24:45,095 DEBUG fe_user 27 45831 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:24:45,095 DEBUG fe_user 28 45831 140735693222848 Insert Email
+2017-05-04 05:24:45,869 DEBUG fe_user 31 45831 140735693222848 Insert Password
+2017-05-04 05:24:46,517 DEBUG fe_user 33 45831 140735693222848 Click Login Button
+2017-05-04 05:24:47,254 DEBUG wait 118 45831 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:24:48,298 DEBUG fe_user 35 45831 140735693222848 Login Button clicked
+2017-05-04 05:24:52,935 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:24:52,937 DEBUG db_general 188 45831 140735693222848 Query result: 45a59054-5cb4-4073-878e-033841a1d213
+2017-05-04 05:24:59,752 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:24:59,755 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:24:59,758 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:24:59,761 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:24:59,764 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:24:59,767 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:25:10,554 DEBUG fe_general 37 45831 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:25:11,130 DEBUG db_checklist 58 45831 140735693222848 Query : select owner_id from ice_checklist Where uuid = '45a59054-5cb4-4073-878e-033841a1d213' and state = 'peer_review';
+2017-05-04 05:25:11,132 DEBUG db_checklist 73 45831 140735693222848 Query result: 2
+2017-05-04 05:25:11,135 DEBUG db_general 177 45831 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 05:25:11,137 DEBUG db_general 188 45831 140735693222848 Query result: hs0007@att.com
+2017-05-04 05:25:11,137 DEBUG fe_user 27 45831 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:25:11,137 DEBUG fe_user 28 45831 140735693222848 Insert Email
+2017-05-04 05:25:11,889 DEBUG fe_user 31 45831 140735693222848 Insert Password
+2017-05-04 05:25:12,536 DEBUG fe_user 33 45831 140735693222848 Click Login Button
+2017-05-04 05:25:13,385 DEBUG wait 118 45831 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:25:14,398 DEBUG fe_user 35 45831 140735693222848 Login Button clicked
+2017-05-04 05:25:18,931 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:25:18,933 DEBUG db_general 188 45831 140735693222848 Query result: 45a59054-5cb4-4073-878e-033841a1d213
+2017-05-04 05:25:25,487 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:25:25,490 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:25:25,494 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:25:25,496 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:25:25,500 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:25:25,502 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:25:36,285 DEBUG fe_general 37 45831 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:25:36,863 DEBUG db_checklist 27 45831 140735693222848 Query : select owner_id from ice_checklist Where uuid = '45a59054-5cb4-4073-878e-033841a1d213' and state = 'approval';
+2017-05-04 05:25:36,868 DEBUG db_checklist 38 45831 140735693222848 Query result: 3
+2017-05-04 05:25:36,871 DEBUG db_general 177 45831 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 05:25:36,873 DEBUG db_general 188 45831 140735693222848 Query result: admin@att.com
+2017-05-04 05:25:36,873 DEBUG fe_user 27 45831 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:25:36,873 DEBUG fe_user 28 45831 140735693222848 Insert Email
+2017-05-04 05:25:37,618 DEBUG fe_user 31 45831 140735693222848 Insert Password
+2017-05-04 05:25:38,262 DEBUG fe_user 33 45831 140735693222848 Click Login Button
+2017-05-04 05:25:38,974 DEBUG wait 118 45831 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:25:40,001 DEBUG fe_user 35 45831 140735693222848 Login Button clicked
+2017-05-04 05:25:44,577 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:25:44,579 DEBUG db_general 188 45831 140735693222848 Query result: 45a59054-5cb4-4073-878e-033841a1d213
+2017-05-04 05:26:00,841 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:26:00,845 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:26:00,849 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:26:00,851 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:26:00,854 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:26:00,856 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:26:05,443 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:26:05,446 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:26:05,449 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:26:05,452 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:26:05,455 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:26:05,457 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:26:10,467 DEBUG fe_general 37 45831 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:26:11,079 DEBUG fe_user 27 45831 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:26:11,079 DEBUG fe_user 28 45831 140735693222848 Insert Email
+2017-05-04 05:26:11,922 DEBUG fe_user 31 45831 140735693222848 Insert Password
+2017-05-04 05:26:12,579 DEBUG fe_user 33 45831 140735693222848 Click Login Button
+2017-05-04 05:26:13,322 DEBUG wait 118 45831 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:26:14,336 DEBUG fe_user 35 45831 140735693222848 Login Button clicked
+2017-05-04 05:26:15,379 DEBUG db_general 177 45831 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 05:26:15,381 DEBUG db_general 188 45831 140735693222848 Query result: dd1122@att.com
+2017-05-04 05:26:18,908 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:26:18,910 DEBUG db_general 188 45831 140735693222848 Query result: 45a59054-5cb4-4073-878e-033841a1d213
+2017-05-04 05:26:34,770 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:26:34,772 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:26:34,775 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:26:34,777 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:26:34,781 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:26:34,783 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:26:39,375 DEBUG db_general 177 45831 140735693222848 Query : select engagement_id from ice_vf Where name = 'STk3TIM';
+2017-05-04 05:26:39,377 DEBUG db_general 188 45831 140735693222848 Query result: 1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6
+2017-05-04 05:26:39,381 DEBUG db_general 177 45831 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1a35dbf8-2a19-4861-ad6d-b6a4e91ab1a6';
+2017-05-04 05:26:39,383 DEBUG db_general 188 45831 140735693222848 Query result: 2017-589
+2017-05-04 05:26:39,387 DEBUG db_general 177 45831 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-589';
+2017-05-04 05:26:39,389 DEBUG db_general 188 45831 140735693222848 Query result: 1
+2017-05-04 05:26:47,567 DEBUG db_general 177 45831 140735693222848 Query : select uuid from ice_checklist Where name = 'STWE9Ye';
+2017-05-04 05:26:47,570 DEBUG db_general 188 45831 140735693222848 Query result: 45a59054-5cb4-4073-878e-033841a1d213
+2017-05-04 05:26:49,705 DEBUG logFuncEntry 34 45831 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:26:49,705 DEBUG logFuncEntry 34 45831 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:26:49,721 DEBUG test_ui_base 66 45831 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 05:26:54,978 DEBUG logFuncEntry 34 46124 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:26:54,978 DEBUG test_ui_base 36 46124 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 05:26:57,091 DEBUG test_ui_base 48 46124 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:26:58,118 DEBUG api_user 108 46124 140735693222848 Moving to next test case
+2017-05-04 05:26:58,119 DEBUG api_user 193 46124 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d6f25821-461c-45ed-a530-a42cc88890cc/ba605dc2085b4385ab9e5fa0f3c78c64
+2017-05-04 05:26:58,152 DEBUG api_user 196 46124 140735693222848 APIUser activated successfully!
+2017-05-04 05:26:58,215 DEBUG api_user 128 46124 140735693222848 200 OK
+2017-05-04 05:26:58,215 DEBUG api_user 130 46124 140735693222848 Login successfully.
+2017-05-04 05:26:58,219 DEBUG db_general 151 46124 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:26:58,221 DEBUG db_general 162 46124 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:26:58,225 DEBUG db_general 151 46124 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:26:58,226 DEBUG db_general 162 46124 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:26:58,480 DEBUG api_virtual_function 72 46124 140735693222848 Virtual Function created successfully!
+2017-05-04 05:26:58,480 DEBUG api_gitlab 267 46124 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8c04b88a-578e-472e-8955-ff8bf83cd244/checklist/new/
+2017-05-04 05:26:58,543 DEBUG api_user 128 46124 140735693222848 200 OK
+2017-05-04 05:26:58,543 DEBUG api_user 130 46124 140735693222848 Login successfully.
+2017-05-04 05:26:58,573 DEBUG api_gitlab 288 46124 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:26:58,573 DEBUG fe_user 27 46124 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:26:58,573 DEBUG fe_user 28 46124 140735693222848 Insert Email
+2017-05-04 05:26:59,455 DEBUG fe_user 31 46124 140735693222848 Insert Password
+2017-05-04 05:27:00,121 DEBUG fe_user 33 46124 140735693222848 Click Login Button
+2017-05-04 05:27:00,222 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:27:01,238 DEBUG fe_user 35 46124 140735693222848 Login Button clicked
+2017-05-04 05:27:01,770 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_vf Where name = 'STwkIju';
+2017-05-04 05:27:01,772 DEBUG db_general 188 46124 140735693222848 Query result: 009aaf1d-b3a8-4635-9f47-7e598c3b247a
+2017-05-04 05:27:01,775 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:27:01,778 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:27:01,781 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:27:01,784 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:27:01,787 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:27:01,790 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:27:01,793 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:27:01,795 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:27:01,800 DEBUG fe_checklist 50 46124 140735693222848 EL email: hs0007@att.com
+2017-05-04 05:27:01,803 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:27:01,805 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:27:02,571 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:27:03,696 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:27:04,813 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:27:06,344 DEBUG fe_general 37 46124 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=009aaf1d-b3a8-4635-9f47-7e598c3b247a&inviter_uuid=d6f25821-461c-45ed-a530-a42cc88890cc&email=automationqattSTAFbJ2@gmail.com
+2017-05-04 05:27:07,653 DEBUG fe_general 37 46124 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:27:08,244 DEBUG fe_user 27 46124 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:27:08,244 DEBUG fe_user 28 46124 140735693222848 Insert Email
+2017-05-04 05:27:09,007 DEBUG fe_user 31 46124 140735693222848 Insert Password
+2017-05-04 05:27:09,656 DEBUG fe_user 33 46124 140735693222848 Click Login Button
+2017-05-04 05:27:09,752 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:27:10,421 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:27:11,437 DEBUG fe_user 35 46124 140735693222848 Login Button clicked
+2017-05-04 05:27:14,220 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:27:19,298 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:27:20,540 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:27:20,542 DEBUG db_general 188 46124 140735693222848 Query result: 164e8c92-0a76-48d7-817b-7dc36d3fbf2f
+2017-05-04 05:27:20,546 DEBUG db_general 202 46124 140735693222848 Query : select state from ice_checklist Where uuid = '164e8c92-0a76-48d7-817b-7dc36d3fbf2f' order by update_time desc limit 1;
+2017-05-04 05:27:20,553 DEBUG db_general 177 46124 140735693222848 Query : select template_id from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:27:20,555 DEBUG db_general 188 46124 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:27:20,594 DEBUG fe_general 37 46124 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:27:21,250 DEBUG fe_user 27 46124 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:27:21,250 DEBUG fe_user 28 46124 140735693222848 Insert Email
+2017-05-04 05:27:22,023 DEBUG fe_user 31 46124 140735693222848 Insert Password
+2017-05-04 05:27:22,668 DEBUG fe_user 33 46124 140735693222848 Click Login Button
+2017-05-04 05:27:22,758 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:27:23,436 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:27:24,454 DEBUG fe_user 35 46124 140735693222848 Login Button clicked
+2017-05-04 05:27:27,029 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:27:27,031 DEBUG db_general 188 46124 140735693222848 Query result: 164e8c92-0a76-48d7-817b-7dc36d3fbf2f
+2017-05-04 05:27:27,718 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:31,058 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:32,079 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:27:32,082 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:27:32,086 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:27:32,088 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:27:32,092 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:27:32,094 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:27:33,474 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:36,480 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:37,742 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:40,319 DEBUG fe_general 37 46124 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:27:40,890 DEBUG db_checklist 58 46124 140735693222848 Query : select owner_id from ice_checklist Where uuid = '164e8c92-0a76-48d7-817b-7dc36d3fbf2f' and state = 'peer_review';
+2017-05-04 05:27:40,893 DEBUG db_checklist 73 46124 140735693222848 Query result: 1
+2017-05-04 05:27:40,897 DEBUG db_general 177 46124 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 05:27:40,901 DEBUG db_general 188 46124 140735693222848 Query result: dd1122@att.com
+2017-05-04 05:27:40,901 DEBUG fe_user 27 46124 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:27:40,901 DEBUG fe_user 28 46124 140735693222848 Insert Email
+2017-05-04 05:27:41,654 DEBUG fe_user 31 46124 140735693222848 Insert Password
+2017-05-04 05:27:42,298 DEBUG fe_user 33 46124 140735693222848 Click Login Button
+2017-05-04 05:27:42,389 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:27:43,672 DEBUG fe_user 35 46124 140735693222848 Login Button clicked
+2017-05-04 05:27:46,226 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:27:46,229 DEBUG db_general 188 46124 140735693222848 Query result: 164e8c92-0a76-48d7-817b-7dc36d3fbf2f
+2017-05-04 05:27:46,935 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:50,783 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:27:50,786 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:27:50,790 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:27:50,793 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:27:50,796 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:27:50,798 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:27:52,258 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:55,252 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:56,484 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:27:59,237 DEBUG fe_general 37 46124 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:27:59,803 DEBUG db_checklist 27 46124 140735693222848 Query : select owner_id from ice_checklist Where uuid = '164e8c92-0a76-48d7-817b-7dc36d3fbf2f' and state = 'approval';
+2017-05-04 05:27:59,806 DEBUG db_checklist 38 46124 140735693222848 Query result: 3
+2017-05-04 05:27:59,809 DEBUG db_general 177 46124 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 05:27:59,811 DEBUG db_general 188 46124 140735693222848 Query result: admin@att.com
+2017-05-04 05:27:59,811 DEBUG fe_user 27 46124 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:27:59,811 DEBUG fe_user 28 46124 140735693222848 Insert Email
+2017-05-04 05:28:00,567 DEBUG fe_user 31 46124 140735693222848 Insert Password
+2017-05-04 05:28:01,217 DEBUG fe_user 33 46124 140735693222848 Click Login Button
+2017-05-04 05:28:01,310 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:28:01,879 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:28:02,896 DEBUG fe_user 35 46124 140735693222848 Login Button clicked
+2017-05-04 05:28:05,547 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:28:05,549 DEBUG db_general 188 46124 140735693222848 Query result: 164e8c92-0a76-48d7-817b-7dc36d3fbf2f
+2017-05-04 05:28:06,241 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:19,420 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:20,439 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:28:20,442 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:28:20,445 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:28:20,447 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:28:20,451 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:28:20,453 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:28:23,645 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:28:23,648 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:28:23,651 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:28:23,653 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:28:23,657 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:28:23,659 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:28:24,481 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:25,653 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:28,228 DEBUG fe_general 37 46124 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:28:28,775 DEBUG fe_user 27 46124 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:28:28,775 DEBUG fe_user 28 46124 140735693222848 Insert Email
+2017-05-04 05:28:29,600 DEBUG fe_user 31 46124 140735693222848 Insert Password
+2017-05-04 05:28:30,317 DEBUG fe_user 33 46124 140735693222848 Click Login Button
+2017-05-04 05:28:30,424 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:28:31,071 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:28:32,087 DEBUG fe_user 35 46124 140735693222848 Login Button clicked
+2017-05-04 05:28:32,621 DEBUG db_general 177 46124 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 05:28:32,623 DEBUG db_general 188 46124 140735693222848 Query result: hs0007@att.com
+2017-05-04 05:28:34,642 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:28:34,644 DEBUG db_general 188 46124 140735693222848 Query result: 164e8c92-0a76-48d7-817b-7dc36d3fbf2f
+2017-05-04 05:28:35,317 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:48,049 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:49,067 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:28:49,069 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:28:49,073 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:28:49,075 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:28:49,079 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:28:49,081 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:28:52,196 DEBUG db_general 177 46124 140735693222848 Query : select engagement_id from ice_vf Where name = 'STwkIju';
+2017-05-04 05:28:52,199 DEBUG db_general 188 46124 140735693222848 Query result: 8c04b88a-578e-472e-8955-ff8bf83cd244
+2017-05-04 05:28:52,202 DEBUG db_general 177 46124 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8c04b88a-578e-472e-8955-ff8bf83cd244';
+2017-05-04 05:28:52,205 DEBUG db_general 188 46124 140735693222848 Query result: 2017-590
+2017-05-04 05:28:52,208 DEBUG db_general 177 46124 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-590';
+2017-05-04 05:28:52,211 DEBUG db_general 188 46124 140735693222848 Query result: 2
+2017-05-04 05:28:52,956 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:54,101 DEBUG wait 117 46124 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:28:58,345 DEBUG db_general 177 46124 140735693222848 Query : select uuid from ice_checklist Where name = 'STjcfx3';
+2017-05-04 05:28:58,347 DEBUG db_general 188 46124 140735693222848 Query result: 164e8c92-0a76-48d7-817b-7dc36d3fbf2f
+2017-05-04 05:28:59,463 DEBUG logFuncEntry 34 46124 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:28:59,464 DEBUG logFuncEntry 34 46124 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:28:59,477 DEBUG test_ui_base 66 46124 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 05:30:42,764 DEBUG test_signal_base 34 46496 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 05:30:42,765 DEBUG test_signal_base 34 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 05:30:42,765 DEBUG test_checklist_signal 26 46496 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:42,766 DEBUG test_git_signal 101 46497 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:42,766 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 05:30:42,765 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 05:30:42,766 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 05:30:42,766 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 05:30:42,772 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 05:30:42,773 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:42,779 DEBUG test_signal_base 45 46496 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 05:30:42,780 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 05:30:42,780 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 05:30:42,785 DEBUG test_signal_base 45 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 05:30:42,785 DEBUG test_signal_base 34 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 05:30:42,786 DEBUG test_git_signal 24 46497 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:42,786 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 05:30:42,797 DEBUG test_signal_base 45 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 05:30:42,797 DEBUG test_signal_base 34 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 05:30:42,797 DEBUG test_git_signal 82 46497 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:42,798 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 05:30:42,810 DEBUG test_signal_base 45 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 05:30:42,810 DEBUG test_signal_base 34 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 05:30:42,811 DEBUG test_git_signal 65 46497 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:42,811 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 05:30:42,823 DEBUG test_signal_base 45 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 05:30:42,823 DEBUG test_signal_base 34 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 05:30:42,823 DEBUG test_git_signal 47 46497 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:42,823 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 05:30:42,834 DEBUG test_signal_base 45 46497 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 05:30:42,835 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 05:30:42,836 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 05:30:42,890 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:42,891 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/45df3761-1abc-4862-b7ff-96c6bdfd9dca/8d3eef9a819e49b5ac55f479235325a0
+2017-05-04 05:30:42,950 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:43,040 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:43,040 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:43,045 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:43,048 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:43,052 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:43,054 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:43,824 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:43,824 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b491591b-345d-4ba9-9c55-87c82b897438/checklist/new/
+2017-05-04 05:30:43,953 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:43,954 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:43,996 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:43,996 DEBUG test_negative_requests 169 46495 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 05:30:44,084 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:44,084 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:44,085 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b491591b-345d-4ba9-9c55-87c82b897438/checklist/new/
+2017-05-04 05:30:44,089 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:44,092 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:44,092 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b491591b-345d-4ba9-9c55-87c82b897438/checklist/new/
+2017-05-04 05:30:44,177 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:44,178 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:44,221 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:44,324 DEBUG api_checklist 40 46495 140735693222848 Checklist was created successfully!
+2017-05-04 05:30:44,324 DEBUG test_negative_requests 174 46495 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 05:30:44,419 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:44,420 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:44,420 DEBUG test_negative_requests 181 46495 140735693222848 About to add audit log to checklist uuid f498463a-4303-486f-8595-fcd5da9f2f6e
+2017-05-04 05:30:44,420 DEBUG test_negative_requests 188 46495 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 05:30:44,499 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:44,499 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:44,499 DEBUG test_negative_requests 181 46495 140735693222848 About to add audit log to checklist uuid f498463a-4303-486f-8595-fcd5da9f2f6e
+2017-05-04 05:30:44,500 DEBUG test_negative_requests 188 46495 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 05:30:44,500 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 05:30:44,500 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 05:30:44,506 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:44,508 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 05:30:44,508 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:44,597 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:44,597 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bbd87d99-42be-4ba0-8f87-7d0ee23915c3/25a44e8a5c034df7909a3b048d71fb7d
+2017-05-04 05:30:44,637 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:44,729 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:44,730 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:44,736 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:44,738 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:44,745 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:44,747 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:45,007 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:30:45,039 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:30:45,210 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:30:45,544 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:45,545 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3416013-02e5-4816-9df6-401e783c358e/checklist/new/
+2017-05-04 05:30:45,625 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:45,625 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:45,662 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:45,663 DEBUG test_negative_requests 195 46495 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 05:30:45,748 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:45,748 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:45,749 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3416013-02e5-4816-9df6-401e783c358e/checklist/new/
+2017-05-04 05:30:45,753 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:45,756 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:45,756 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3416013-02e5-4816-9df6-401e783c358e/checklist/new/
+2017-05-04 05:30:45,865 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:45,866 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:45,907 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:46,176 DEBUG api_checklist 40 46495 140735693222848 Checklist was created successfully!
+2017-05-04 05:30:46,176 DEBUG test_negative_requests 200 46495 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 05:30:46,277 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:46,277 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:46,277 DEBUG test_negative_requests 208 46495 140735693222848 About to add next step to checklist uuid 9f2a8255-f49e-42c4-84b8-050e76f6d7a0
+2017-05-04 05:30:46,278 DEBUG api_checklist 116 46495 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3416013-02e5-4816-9df6-401e783c358e/checklist/9f2a8255-f49e-42c4-84b8-050e76f6d7a0/nextstep/
+2017-05-04 05:30:46,325 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: bbd87d99-42be-4ba0-8f87-7d0ee23915c3. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,326 DEBUG test_negative_requests 215 46495 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 05:30:46,360 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:30:46,360 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c31c6979-f0ae-4347-be27-752c524f5964/94c53b3bdf8348bb835cbe89bfa46e95
+2017-05-04 05:30:46,409 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:46,451 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:46,451 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:46,451 DEBUG test_negative_requests 208 46495 140735693222848 About to add next step to checklist uuid 9f2a8255-f49e-42c4-84b8-050e76f6d7a0
+2017-05-04 05:30:46,451 DEBUG api_checklist 116 46495 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3416013-02e5-4816-9df6-401e783c358e/checklist/9f2a8255-f49e-42c4-84b8-050e76f6d7a0/nextstep/
+2017-05-04 05:30:46,471 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:30:46,473 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22cbe59f-6ad3-4d06-9e58-2f479f2bb898/b1859f9a6d8243fda4588be60d383028
+2017-05-04 05:30:46,510 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,511 DEBUG test_negative_requests 215 46495 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 05:30:46,514 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:30:46,514 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:30:46,517 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:46,519 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:46,523 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:46,529 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:46,530 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:46,545 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:30:46,545 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b54dba4b-66ef-485f-a7af-8e6201c6f37f/54f4e50b798c45a5af801e0279282f1e
+2017-05-04 05:30:46,598 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:46,651 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:30:46,651 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:30:46,656 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:46,658 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:46,658 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:46,658 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:46,658 DEBUG test_negative_requests 208 46495 140735693222848 About to add next step to checklist uuid 9f2a8255-f49e-42c4-84b8-050e76f6d7a0
+2017-05-04 05:30:46,659 DEBUG api_checklist 116 46495 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3416013-02e5-4816-9df6-401e783c358e/checklist/9f2a8255-f49e-42c4-84b8-050e76f6d7a0/nextstep/
+2017-05-04 05:30:46,662 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:46,664 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:46,706 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,707 DEBUG test_negative_requests 215 46495 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 05:30:46,707 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 05:30:46,708 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 05:30:46,713 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:30:46,713 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:30:46,718 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:46,720 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:46,721 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:46,722 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 05:30:46,722 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:46,723 DEBUG test_negative_requests 37 46495 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 05:30:46,725 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:46,726 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:46,827 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:46,827 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f8b835d7-df14-491d-b3d2-a1bbb74ef65b/048edcb0d0d84989b5fe0a5cdbb858c2
+2017-05-04 05:30:46,865 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:46,974 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:46,974 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:46,980 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:46,982 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:46,987 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:46,989 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:47,091 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:47,091 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6b0319da-de36-48bf-9057-f7cd6ddc89a4/checklist/new/
+2017-05-04 05:30:47,190 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:47,191 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a48f887-de92-4c3f-a735-bfd9e17a5e0e/checklist/new/
+2017-05-04 05:30:47,194 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:30:47,195 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:30:47,266 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:47,267 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:30:47,267 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:30:47,271 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:47,271 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2db6588f-b0f2-48e4-8203-6b1c1b66486a/checklist/new/
+2017-05-04 05:30:47,303 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:30:47,304 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:30:47,348 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:47,348 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:30:47,349 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:30:47,379 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:30:47,379 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:30:47,415 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:47,494 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:30:47,495 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:30:47,495 DEBUG api_checklist 24 46497 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2db6588f-b0f2-48e4-8203-6b1c1b66486a/checklist/new/
+2017-05-04 05:30:47,500 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:47,502 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:47,502 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2db6588f-b0f2-48e4-8203-6b1c1b66486a/checklist/new/
+2017-05-04 05:30:47,593 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:47,594 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:30:47,594 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3685fdbc-ea8c-4b5b-aaa4-bdaf3ce2cc25/checklist/new/
+2017-05-04 05:30:47,594 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:30:47,636 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:47,676 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:47,677 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:47,727 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:47,820 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:47,821 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/deede0b5-c339-47b7-8888-2cdc1e50bf79/51ea70f01dfa4bc48581de6a846331c3
+2017-05-04 05:30:47,856 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:47,863 DEBUG api_checklist 40 46497 140735693222848 Checklist was created successfully!
+2017-05-04 05:30:47,932 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:47,932 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:47,936 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:47,937 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:47,941 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:47,942 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:47,944 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:30:47,944 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/de39c212-1595-421c-98dd-f31dcfd51690/133f429c0b8f48f7a101d06750d7abd8
+2017-05-04 05:30:47,980 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:48,069 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:30:48,069 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:30:48,073 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:48,075 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:48,078 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:48,079 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:48,100 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:30:48,171 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:30:48,416 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:48,416 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/103d387e-8b6a-4575-aaf5-e0eb12ef228e/checklist/new/
+2017-05-04 05:30:48,493 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:48,493 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:48,498 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:48,498 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e8180d92-681a-4c89-aa79-0c025154afd3/checklist/new/
+2017-05-04 05:30:48,532 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:48,532 DEBUG test_negative_requests 43 46495 140735693222848 About to invite contact to the engagement of user STd5X3S
+2017-05-04 05:30:48,532 DEBUG api_virtual_function 119 46495 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 05:30:48,563 ERROR api_virtual_function 148 46495 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: deede0b5-c339-47b7-8888-2cdc1e50bf79. eng_uuid=3685fdbc-ea8c-4b5b-aaa4-bdaf3ce2cc25. checklist_uuid=None"
+2017-05-04 05:30:48,563 DEBUG test_negative_requests 49 46495 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 05:30:48,563 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 05:30:48,564 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 05:30:48,569 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:30:48,570 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:30:48,571 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:48,572 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 05:30:48,573 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:48,573 DEBUG test_negative_requests 54 46495 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 05:30:48,604 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:48,604 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:30:48,604 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:30:48,666 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:48,667 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fd046db1-d12c-4956-8450-b06da182052f/3cb9896ff3f54748bf91aee4ee3802bb
+2017-05-04 05:30:48,704 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:48,756 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:30:48,791 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:48,792 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:48,796 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:48,799 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:48,804 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:48,806 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:48,825 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:30:48,897 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:30:48,978 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:30:49,522 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:30:49,582 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:49,593 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:49,594 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a3c1034-7985-4c84-acda-6725e513b181/checklist/new/
+2017-05-04 05:30:49,733 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:49,733 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:49,806 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:49,935 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:49,935 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:49,936 DEBUG test_negative_requests 63 46495 140735693222848 About to add a next step to VF STbZ31F using STEe8FW@intl.att.com token.
+2017-05-04 05:30:49,936 DEBUG api_virtual_function 25 46495 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5a3c1034-7985-4c84-acda-6725e513b181/nextsteps
+2017-05-04 05:30:49,983 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: fd046db1-d12c-4956-8450-b06da182052f. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:49,983 DEBUG test_negative_requests 69 46495 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 05:30:49,988 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:50,069 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:50,070 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:50,070 DEBUG test_negative_requests 63 46495 140735693222848 About to add a next step to VF STbZ31F using hs0007@att.com token.
+2017-05-04 05:30:50,070 DEBUG api_virtual_function 25 46495 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5a3c1034-7985-4c84-acda-6725e513b181/nextsteps
+2017-05-04 05:30:50,092 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:50,223 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:30:50,273 DEBUG api_virtual_function 40 46495 140735693222848 Next step was added to the engagement!
+2017-05-04 05:30:50,273 DEBUG test_negative_requests 69 46495 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 05:30:50,342 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:30:50,379 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:50,380 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:50,380 DEBUG test_negative_requests 63 46495 140735693222848 About to add a next step to VF STbZ31F using admin_ro@att.com token.
+2017-05-04 05:30:50,380 DEBUG api_virtual_function 25 46495 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5a3c1034-7985-4c84-acda-6725e513b181/nextsteps
+2017-05-04 05:30:50,431 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:50,431 DEBUG test_negative_requests 69 46495 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 05:30:50,432 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 05:30:50,432 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 05:30:50,440 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:50,441 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 05:30:50,441 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:50,441 DEBUG test_negative_requests 221 46495 140735693222848 Local environment, skipping test...
+2017-05-04 05:30:50,442 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 05:30:50,442 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 05:30:50,448 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:50,449 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 05:30:50,449 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:50,500 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:50,630 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:50,630 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e43326c6-0b51-4431-8439-5a9bfb718da9/2f20bda70070484abd483c2ddd4f41b2
+2017-05-04 05:30:50,719 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:50,810 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:50,810 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:50,814 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:50,815 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:50,822 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:50,823 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:51,042 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:51,042 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,100 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:30:51,120 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,120 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,154 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:51,154 DEBUG test_negative_requests 98 46495 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 05:30:51,220 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,220 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,220 DEBUG test_negative_requests 106 46495 140735693222848 About to create checklist for VF ST1efim
+2017-05-04 05:30:51,220 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,224 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:51,226 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:51,226 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,297 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,297 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,329 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:51,353 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: e43326c6-0b51-4431-8439-5a9bfb718da9. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,354 DEBUG test_negative_requests 112 46495 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 05:30:51,356 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:30:51,420 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,421 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,421 DEBUG test_negative_requests 106 46495 140735693222848 About to create checklist for VF ST1efim
+2017-05-04 05:30:51,421 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,425 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:51,426 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:51,426 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,495 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,495 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,506 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:30:51,527 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:51,551 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,551 DEBUG test_negative_requests 112 46495 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 05:30:51,628 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,629 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,629 DEBUG test_negative_requests 106 46495 140735693222848 About to create checklist for VF ST1efim
+2017-05-04 05:30:51,629 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,633 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:51,635 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:51,635 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d06fd86-e000-4703-8bfe-e236c9d2777f/checklist/new/
+2017-05-04 05:30:51,703 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,704 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:51,738 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:51,765 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,765 DEBUG test_negative_requests 112 46495 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 05:30:51,765 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 05:30:51,766 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 05:30:51,775 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:51,777 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 05:30:51,777 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:51,777 DEBUG test_negative_requests 74 46495 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 05:30:51,856 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:51,856 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a3c9d12-a5c3-497a-9c74-007ef7a7b982/bfa1ed0eac644e61afada7bc333c32b2
+2017-05-04 05:30:51,880 DEBUG db_general 177 46497 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPIST8dvHw';
+2017-05-04 05:30:51,882 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:51,897 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:51,936 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:30:51,996 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:51,996 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:52,002 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:52,005 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:52,029 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:52,031 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:52,329 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:52,614 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:52,615 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3ade502-a411-4bc7-8846-38a62de68432/checklist/new/
+2017-05-04 05:30:52,720 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:30:52,720 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:30:52,762 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:52,763 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:52,923 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:53,008 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:30:53,063 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:53,063 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:53,063 DEBUG api_virtual_function 25 46495 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e3ade502-a411-4bc7-8846-38a62de68432/nextsteps
+2017-05-04 05:30:53,115 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:30:53,320 DEBUG api_virtual_function 40 46495 140735693222848 Next step was added to the engagement!
+2017-05-04 05:30:53,388 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:53,388 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:53,388 DEBUG test_negative_requests 86 46495 140735693222848 About to edit a next step (ns uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f) using STdgNTo@intl.att.com token.
+2017-05-04 05:30:53,389 DEBUG api_virtual_function 156 46495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b21bcffe-6338-4292-a9b7-1e540df22b1f/engagement/e3ade502-a411-4bc7-8846-38a62de68432/modify/
+2017-05-04 05:30:53,416 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,417 DEBUG test_negative_requests 92 46495 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 05:30:53,488 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:53,489 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:53,489 DEBUG test_negative_requests 86 46495 140735693222848 About to edit a next step (ns uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f) using dd1122@att.com token.
+2017-05-04 05:30:53,489 DEBUG api_virtual_function 156 46495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b21bcffe-6338-4292-a9b7-1e540df22b1f/engagement/e3ade502-a411-4bc7-8846-38a62de68432/modify/
+2017-05-04 05:30:53,515 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,516 DEBUG test_negative_requests 92 46495 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 05:30:53,588 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:53,588 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:53,588 DEBUG test_negative_requests 86 46495 140735693222848 About to edit a next step (ns uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f) using admin_ro@att.com token.
+2017-05-04 05:30:53,588 DEBUG api_virtual_function 156 46495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/b21bcffe-6338-4292-a9b7-1e540df22b1f/engagement/e3ade502-a411-4bc7-8846-38a62de68432/modify/
+2017-05-04 05:30:53,618 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,619 DEBUG test_negative_requests 92 46495 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 05:30:53,620 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 05:30:53,620 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 05:30:53,626 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:30:53,633 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:53,635 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 05:30:53,635 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:53,635 DEBUG test_negative_requests 20 46495 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 05:30:53,734 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:53,735 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/962e9ea9-e61d-485b-95e1-f7ea48377210/c46c82b5bb6d4135a1b0a07162a2fc90
+2017-05-04 05:30:53,777 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:53,869 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:53,870 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:53,874 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:53,875 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:53,879 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:53,880 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:54,246 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:54,246 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a38f3ada-2962-492b-9891-63ec8edac279/checklist/new/
+2017-05-04 05:30:54,310 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:54,310 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:54,341 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:54,421 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:30:54,434 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:54,435 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2dbc02a8-1af9-4c26-aba6-93145b1d6818/d0ec9153aa7b44aa81611ebb34d8c79a
+2017-05-04 05:30:54,476 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:54,534 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:30:54,560 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:54,561 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:54,569 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:54,571 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:54,575 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:54,576 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:55,194 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:55,194 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9492243b-44d2-4035-9dbd-f6246ab12c43/checklist/new/
+2017-05-04 05:30:55,273 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:55,273 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:55,322 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:55,323 DEBUG test_negative_requests 26 46495 140735693222848 About to invite team member to the engagement of user STfh6v3
+2017-05-04 05:30:55,323 DEBUG api_virtual_function 87 46495 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 05:30:55,368 ERROR api_virtual_function 112 46495 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 05:30:55,368 DEBUG test_negative_requests 32 46495 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 05:30:55,369 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 05:30:55,369 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 05:30:55,382 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:55,384 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 05:30:55,384 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:55,434 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:55,449 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:30:55,494 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:55,495 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b5339d50-d2f1-41bf-bace-88f3b8db52b4/e9965dd2bdc945759b353b3980a9864e
+2017-05-04 05:30:55,535 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:55,614 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:55,615 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:55,619 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:55,621 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:55,624 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:55,625 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:55,828 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:55,828 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14111315-1d2d-491f-adfc-25af53ff2288/checklist/new/
+2017-05-04 05:30:55,894 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:55,894 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:55,926 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:55,926 DEBUG test_negative_requests 146 46495 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 05:30:55,996 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:55,997 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:55,997 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14111315-1d2d-491f-adfc-25af53ff2288/checklist/new/
+2017-05-04 05:30:56,001 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:56,002 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:56,003 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14111315-1d2d-491f-adfc-25af53ff2288/checklist/new/
+2017-05-04 05:30:56,069 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:56,069 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:56,098 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:56,359 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:30:56,418 DEBUG api_checklist 40 46495 140735693222848 Checklist was created successfully!
+2017-05-04 05:30:56,418 DEBUG test_negative_requests 151 46495 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 05:30:56,418 DEBUG test_negative_requests 157 46495 140735693222848 About to change checklist state for VF STvBOkA
+2017-05-04 05:30:56,443 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:30:56,459 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 05:30:56,459 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 05:30:56,476 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 05:30:56,477 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 05:30:56,477 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 05:30:56,533 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:56,533 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:56,585 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,585 DEBUG test_negative_requests 163 46495 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 05:30:56,585 DEBUG test_negative_requests 157 46495 140735693222848 About to change checklist state for VF STvBOkA
+2017-05-04 05:30:56,693 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:56,694 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:56,742 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,742 DEBUG test_negative_requests 163 46495 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 05:30:56,742 DEBUG test_negative_requests 157 46495 140735693222848 About to change checklist state for VF STvBOkA
+2017-05-04 05:30:56,826 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:56,826 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:56,866 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,867 DEBUG test_negative_requests 163 46495 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 05:30:56,867 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 05:30:56,868 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 05:30:56,871 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:30:56,883 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:56,884 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 05:30:56,884 DEBUG test_api_base 30 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 05:30:57,002 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:30:57,002 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/84ae687d-77d9-4257-a07d-ce9cac7fba73/d7eae5f7bd3f4416a416e8e0c82b13bd
+2017-05-04 05:30:57,058 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:30:57,139 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:57,139 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:57,143 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:30:57,145 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:30:57,149 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:30:57,151 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:30:57,694 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:30:57,695 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/130b562f-8da8-4b9c-9015-3a5eb9790d00/checklist/new/
+2017-05-04 05:30:57,800 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:57,801 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:57,833 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:30:57,868 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:57,869 DEBUG test_negative_requests 119 46495 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 05:30:57,890 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 05:30:57,890 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 05:30:57,911 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 05:30:57,912 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 05:30:57,912 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 05:30:57,989 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:57,990 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:57,990 DEBUG api_checklist 24 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/130b562f-8da8-4b9c-9015-3a5eb9790d00/checklist/new/
+2017-05-04 05:30:57,997 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:57,999 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:57,999 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/130b562f-8da8-4b9c-9015-3a5eb9790d00/checklist/new/
+2017-05-04 05:30:58,160 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:58,160 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:58,238 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:30:58,544 DEBUG api_checklist 40 46495 140735693222848 Checklist was created successfully!
+2017-05-04 05:30:58,544 DEBUG test_negative_requests 124 46495 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 05:30:58,638 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:58,639 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:58,639 DEBUG test_negative_requests 132 46495 140735693222848 About to update checklist for VF STKzC04
+2017-05-04 05:30:58,639 DEBUG api_checklist 58 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//40a5e386-54c0-4c45-928c-482b93189ca7/40a5e386-54c0-4c45-928c-482b93189ca7
+2017-05-04 05:30:58,644 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:58,647 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:58,686 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 84ae687d-77d9-4257-a07d-ce9cac7fba73. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:58,687 DEBUG test_negative_requests 139 46495 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 05:30:58,756 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:30:58,836 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:58,836 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:58,836 DEBUG test_negative_requests 132 46495 140735693222848 About to update checklist for VF STKzC04
+2017-05-04 05:30:58,836 DEBUG api_checklist 58 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//40a5e386-54c0-4c45-928c-482b93189ca7/40a5e386-54c0-4c45-928c-482b93189ca7
+2017-05-04 05:30:58,841 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:58,843 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:58,891 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:58,892 DEBUG test_negative_requests 139 46495 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 05:30:59,004 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:30:59,005 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:30:59,005 DEBUG test_negative_requests 132 46495 140735693222848 About to update checklist for VF STKzC04
+2017-05-04 05:30:59,005 DEBUG api_checklist 58 46495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//40a5e386-54c0-4c45-928c-482b93189ca7/40a5e386-54c0-4c45-928c-482b93189ca7
+2017-05-04 05:30:59,010 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:30:59,017 DEBUG db_general 188 46495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:30:59,062 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:59,063 DEBUG test_negative_requests 139 46495 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 05:30:59,063 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 05:30:59,063 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 05:30:59,074 DEBUG test_api_base 42 46495 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 05:30:59,077 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 05:30:59,077 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 05:31:00,039 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:31:00,039 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/778c2aef-05e0-4381-8f5e-8b5f982e3288/9e1251c925e54967a50b6cc6e17f4b86
+2017-05-04 05:31:00,083 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:00,113 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:00,195 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:31:00,195 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:31:00,200 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:00,202 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:00,208 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:00,215 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:00,567 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:00,568 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5bdf8db8-3762-4aea-adad-c27a391f801e/checklist/new/
+2017-05-04 05:31:00,641 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:31:00,642 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:31:00,679 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:00,679 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:00,680 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:31:01,224 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:01,343 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:31:01,343 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b40cb565-fc39-4496-88b0-485f05e2dde8/f758577d4fac4b91b027c44ccb44d743
+2017-05-04 05:31:01,384 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:01,477 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:01,477 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:01,484 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:01,486 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:01,490 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:01,491 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:01,563 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:31:01,811 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:01,812 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f6b7ec16-d838-4c94-b08f-4d55b845fa27/checklist/new/
+2017-05-04 05:31:01,821 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-595';
+2017-05-04 05:31:01,823 DEBUG db_general 188 46497 140735693222848 Query result: 2db6588f-b0f2-48e4-8203-6b1c1b66486a
+2017-05-04 05:31:01,827 DEBUG db_user 49 46497 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '2db6588f-b0f2-48e4-8203-6b1c1b66486a' and email = 'STNZs5o@intl.att.com' ;
+2017-05-04 05:31:01,829 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=785259a1-c2ba-4e9c-a0f7-44285151c303
+2017-05-04 05:31:01,908 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:01,909 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:01,965 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:01,965 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:01,966 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:31:02,225 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:31:02,401 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_SThPMu5
+2017-05-04 05:31:02,401 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThPMu5', 'title_Announcement_SThPMu5-slug', '', 'description_Announcement_ST0Ebvs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST0Ebvs</p>', true, '', 1, 1);
+2017-05-04 05:31:02,412 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThPMu5', 'title_Announcement_SThPMu5-slug', '', 'description_Announcement_ST0Ebvs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST0Ebvs</p>', true, '', 1, 1);
+2017-05-04 05:31:02,424 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:02,425 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:31:02,425 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:31:02,431 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:31:02,436 DEBUG db_cms 64 46495 140735693222848 Query result: 211
+2017-05-04 05:31:02,436 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:31:02,436 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:31:02,443 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:02,444 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:31:02,446 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:31:02,447 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 211
+2017-05-04 05:31:02,447 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (211, 2);
+2017-05-04 05:31:02,453 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (211, 2);
+2017-05-04 05:31:02,464 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:02,558 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:31:02,559 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b64e909-d32e-4c48-828c-b1827415a649/484f0a848da445aba969c75ba318695a
+2017-05-04 05:31:02,614 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:02,703 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:02,703 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:31:02,786 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:02,787 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:02,804 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:02,806 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:02,815 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:02,819 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:02,942 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:31:03,181 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:03,181 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b0f933f2-0d85-4bfe-885d-f6bea5315176/checklist/new/
+2017-05-04 05:31:03,252 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:03,252 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:03,287 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:03,288 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:03,288 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:31:03,489 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:31:03,598 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:31:03,622 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:31:03,724 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:04,167 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:31:04,270 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:31:04,305 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:04,392 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=785259a1-c2ba-4e9c-a0f7-44285151c303 page is loaded.
+2017-05-04 05:31:04,860 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:31:04,976 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:05,311 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:31:05,385 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:05,843 DEBUG db_general 66 46498 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'STsdYCy';
+2017-05-04 05:31:05,846 DEBUG db_general 78 46498 140735693222848 Query result: Homer Simpson
+2017-05-04 05:31:05,986 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:31:06,393 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:31:06,532 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:06,686 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:07,085 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:09,757 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:31:09,905 DEBUG db_general 66 46498 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 05:31:09,909 DEBUG db_general 78 46498 140735693222848 Query result: None
+2017-05-04 05:31:09,913 DEBUG db_general 108 46498 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STdFlIV' WHERE uuid = 'None' ;
+2017-05-04 05:31:09,918 DEBUG db_general 112 46498 140735693222848 Update query success!
+2017-05-04 05:31:09,918 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 05:31:09,918 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 05:31:09,936 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 05:31:09,937 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 05:31:09,937 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 05:31:10,191 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:10,192 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:31:10,519 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:10,519 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:31:11,115 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:31:11,393 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:31:11,755 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:31:11,861 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:12,035 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:31:12,238 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:12,255 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:12,868 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:31:13,143 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:13,482 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:31:13,483 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/768ee3c3-75a6-4bd4-8059-39a4f63d14be/4e304218c9e44455a381ffdce07d652b
+2017-05-04 05:31:13,519 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:13,590 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:13,591 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:13,595 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:13,597 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:13,602 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:13,604 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:13,834 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:13,835 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14d50e5a-0875-40d6-b610-363055fb4630/checklist/new/
+2017-05-04 05:31:13,905 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:13,905 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:13,940 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:13,940 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:13,941 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:31:14,150 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:31:14,769 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:31:15,424 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:31:15,532 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:16,066 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:17,074 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:31:17,603 DEBUG db_general 66 46498 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 05:31:17,606 DEBUG db_general 78 46498 140735693222848 Query result: STsdYCy
+2017-05-04 05:31:18,132 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 05:31:18,133 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 05:31:18,145 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 05:31:18,146 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 05:31:18,146 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 05:31:18,393 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:18,527 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 05:31:18,528 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 05:31:18,546 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 05:31:18,546 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 05:31:18,547 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 05:31:19,021 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:20,395 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:31:20,486 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:20,927 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:21,179 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:21,255 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:21,255 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:31:21,760 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:31:21,761 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e7bb9861-146c-4a1f-be2a-95fc5239a1b0/083fa8e91c1c4e55ba7a3e50ae0f00f7
+2017-05-04 05:31:21,794 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:21,869 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:31:21,869 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:31:21,873 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:21,875 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:21,879 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:21,880 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:22,087 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: News
+2017-05-04 05:31:22,087 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 05:31:22,097 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 05:31:22,099 DEBUG db_cms 64 46495 140735693222848 Query result: 1
+2017-05-04 05:31:22,099 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 05:31:22,100 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 05:31:22,116 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 05:31:22,116 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 05:31:22,116 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 05:31:22,125 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:31:22,170 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:22,170 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0007dca1-3b29-4633-ae6e-e4791f3ea5c1/checklist/new/
+2017-05-04 05:31:22,269 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:31:22,269 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:31:22,309 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:22,413 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:31:22,414 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:31:22,414 DEBUG api_checklist 24 46497 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0007dca1-3b29-4633-ae6e-e4791f3ea5c1/checklist/new/
+2017-05-04 05:31:22,419 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:31:22,422 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:31:22,422 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0007dca1-3b29-4633-ae6e-e4791f3ea5c1/checklist/new/
+2017-05-04 05:31:22,516 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:31:22,516 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:31:22,549 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:22,779 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:31:22,817 DEBUG api_checklist 40 46497 140735693222848 Checklist was created successfully!
+2017-05-04 05:31:22,827 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTOaPDq' order by update_time desc limit 1;
+2017-05-04 05:31:22,832 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:31:22,938 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:23,811 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:23,812 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:31:24,179 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:31:24,427 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:24,631 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:31:25,271 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:31:25,399 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:25,508 DEBUG db_cms 142 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:25,509 DEBUG db_cms 116 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:25,509 DEBUG db_cms 118 46495 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:25,518 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:25,520 DEBUG db_cms 64 46495 140735693222848 Query result: 10
+2017-05-04 05:31:25,520 DEBUG db_cms 148 46495 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STM3UB2', 'title_Of_Page_STM3UB2-slug', '', 'description_Of_Page_STDlTme', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STM3UB2', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:25,524 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STM3UB2', 'title_Of_Page_STM3UB2-slug', '', 'description_Of_Page_STDlTme', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STM3UB2', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:25,529 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:25,529 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:25,529 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,533 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,536 DEBUG db_cms 64 46495 140735693222848 Query result: 101
+2017-05-04 05:31:25,536 DEBUG db_cms 152 46495 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 05:31:25,536 DEBUG db_cms 154 46495 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (101, '<p>description_Of_Page_STDlTme</p>');
+2017-05-04 05:31:25,540 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (101, '<p>description_Of_Page_STDlTme</p>');
+2017-05-04 05:31:25,543 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:25,543 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:25,543 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,547 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,549 DEBUG db_cms 64 46495 140735693222848 Query result: 101
+2017-05-04 05:31:25,549 DEBUG db_cms 142 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:25,549 DEBUG db_cms 116 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:25,549 DEBUG db_cms 118 46495 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:25,553 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:25,555 DEBUG db_cms 64 46495 140735693222848 Query result: 10
+2017-05-04 05:31:25,555 DEBUG db_cms 148 46495 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST9tfez', 'title_Of_Page_ST9tfez-slug', '', 'description_Of_Page_STAEkJ9', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST9tfez', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:25,559 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST9tfez', 'title_Of_Page_ST9tfez-slug', '', 'description_Of_Page_STAEkJ9', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST9tfez', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:25,563 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:25,563 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:25,564 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,568 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,569 DEBUG db_cms 64 46495 140735693222848 Query result: 102
+2017-05-04 05:31:25,569 DEBUG db_cms 152 46495 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 05:31:25,570 DEBUG db_cms 154 46495 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (102, '<p>description_Of_Page_STAEkJ9</p>');
+2017-05-04 05:31:25,573 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (102, '<p>description_Of_Page_STAEkJ9</p>');
+2017-05-04 05:31:25,577 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:25,578 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:25,578 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,582 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,584 DEBUG db_cms 64 46495 140735693222848 Query result: 102
+2017-05-04 05:31:25,584 DEBUG db_cms 142 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:25,585 DEBUG db_cms 116 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:25,585 DEBUG db_cms 118 46495 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:25,590 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:25,592 DEBUG db_cms 64 46495 140735693222848 Query result: 10
+2017-05-04 05:31:25,592 DEBUG db_cms 148 46495 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVhXW3', 'title_Of_Page_STVhXW3-slug', '', 'description_Of_Page_ST4TIPm', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVhXW3', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:25,596 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVhXW3', 'title_Of_Page_STVhXW3-slug', '', 'description_Of_Page_ST4TIPm', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVhXW3', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:25,606 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:25,606 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:25,606 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,612 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:25,615 DEBUG db_cms 64 46495 140735693222848 Query result: 103
+2017-05-04 05:31:25,616 DEBUG db_cms 152 46495 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 05:31:25,616 DEBUG db_cms 154 46495 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (103, '<p>description_Of_Page_ST4TIPm</p>');
+2017-05-04 05:31:25,624 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (103, '<p>description_Of_Page_ST4TIPm</p>');
+2017-05-04 05:31:25,632 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:25,809 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:31:25,809 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ecb6dc93-9445-4160-b390-5ceb9dcb178c/19af33efb1bf4406a34d00925e0510de
+2017-05-04 05:31:25,865 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:25,967 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:25,967 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:25,973 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:25,975 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:25,980 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:25,982 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:26,049 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:26,361 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:26,361 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2bc34f92-0db9-404f-aba6-67cd9dc9dc3a/checklist/new/
+2017-05-04 05:31:26,449 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:26,449 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:26,486 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:26,486 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:26,486 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:31:27,056 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:31:27,355 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:31:27,583 DEBUG db_checklist 391 46497 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTOaPDq' order by create_time desc limit 1;
+2017-05-04 05:31:28,024 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:31:28,135 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:28,446 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:29,144 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:31:29,789 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:30,300 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:31:30,396 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:31:30,711 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:31:31,015 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:31,015 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:31:31,407 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:31:31,840 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:31:32,272 DEBUG db_general 66 46498 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 05:31:32,275 DEBUG db_general 78 46498 140735693222848 Query result: None
+2017-05-04 05:31:32,280 DEBUG db_general 108 46498 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STEWvxO' WHERE uuid = 'None' ;
+2017-05-04 05:31:32,283 DEBUG db_general 112 46498 140735693222848 Update query success!
+2017-05-04 05:31:32,283 ERROR exception_decor 23 46498 140735693222848 There was an exception in test_change_reviewer
+2017-05-04 05:31:32,286 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 05:31:32,286 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 05:31:32,303 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 05:31:32,304 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 05:31:32,304 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 05:31:32,481 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:31:32,626 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:32,645 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:31:33,057 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:31:33,412 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:33,825 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:31:34,419 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:31:34,532 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:34,856 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:34,856 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:34,861 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:34,863 DEBUG db_cms 64 46495 140735693222848 Query result: 103
+2017-05-04 05:31:34,888 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 05:31:34,889 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 05:31:34,904 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 05:31:34,904 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 05:31:34,905 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 05:31:35,770 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:31:35,857 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:31:35,858 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/519e284e-f4da-4910-ba5e-39eb8333e9d6/b6c1475c8a944ce4942301a33d498fa6
+2017-05-04 05:31:35,916 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:36,032 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:36,032 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:36,036 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:36,038 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:36,042 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:36,044 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:36,513 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:36,513 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6a2cacc4-96c7-4366-80b2-f9a0da6869ba/checklist/new/
+2017-05-04 05:31:36,657 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:36,657 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:36,693 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:36,693 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:36,693 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:31:36,725 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:37,100 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:37,515 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:31:38,103 DEBUG db_cms 142 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:38,103 DEBUG db_cms 116 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:31:38,104 DEBUG db_cms 118 46495 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:38,111 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:31:38,114 DEBUG db_cms 64 46495 140735693222848 Query result: 10
+2017-05-04 05:31:38,114 DEBUG db_cms 148 46495 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STOINoQ', 'title_Of_Page_STOINoQ-slug', '', 'description_Of_Page_STgtshL', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STOINoQ', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:38,118 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STOINoQ', 'title_Of_Page_STOINoQ-slug', '', 'description_Of_Page_STgtshL', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STOINoQ', 'richtextpage', true, 10, 1);
+2017-05-04 05:31:38,127 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:38,128 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:38,128 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:38,133 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:38,135 DEBUG db_cms 64 46495 140735693222848 Query result: 104
+2017-05-04 05:31:38,135 DEBUG db_cms 152 46495 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 05:31:38,135 DEBUG db_cms 154 46495 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (104, '<p>description_Of_Page_STgtshL</p>');
+2017-05-04 05:31:38,139 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (104, '<p>description_Of_Page_STgtshL</p>');
+2017-05-04 05:31:38,146 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:31:38,147 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:38,243 DEBUG db_checklist 391 46497 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTOaPDq' order by create_time desc limit 1;
+2017-05-04 05:31:38,243 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:31:38,243 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/78faecd1-439a-4518-973b-2cdfa670e17f/f07ed95cc1414275bff5115899d0bfd4
+2017-05-04 05:31:38,261 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:38,289 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:38,383 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:38,383 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:38,388 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:38,390 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:38,393 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:38,395 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:39,027 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:39,027 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1bae0b33-e63a-4952-ab56-8c24c23ffcab/checklist/new/
+2017-05-04 05:31:39,070 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:39,109 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:39,109 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:39,153 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:39,154 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:39,154 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:31:40,039 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:31:40,081 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:31:40,641 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:31:40,664 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:31:40,712 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:31:40,854 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:41,316 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:41,362 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 05:31:41,362 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 05:31:41,394 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 05:31:41,395 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 05:31:41,395 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 05:31:41,861 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:31:41,929 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:42,210 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 05:31:42,211 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 05:31:42,229 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 05:31:42,229 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 05:31:42,229 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 05:31:42,583 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:43,449 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:31:43,781 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:44,612 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:31:44,689 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:45,070 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:31:45,071 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ba63a72c-4196-4615-932f-d9cddc6a3629/d71d7388714343b797058b62c6695250
+2017-05-04 05:31:45,104 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:45,170 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:31:45,170 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:31:45,174 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:45,176 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:45,179 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:45,181 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:45,423 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:45,424 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a7524d56-1476-431d-b83a-dc1d8930d74d/checklist/new/
+2017-05-04 05:31:45,515 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:31:45,516 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:31:45,552 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:45,552 DEBUG test_dashboard_feature 70 46496 140735693222848 Login with standard user ST58A9J@intl.att.com
+2017-05-04 05:31:45,553 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:45,553 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:31:45,639 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:31:45,640 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:45,644 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:31:45,647 DEBUG db_cms 64 46495 140735693222848 Query result: 104
+2017-05-04 05:31:45,673 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 05:31:45,674 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 05:31:45,697 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 05:31:45,698 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 05:31:45,698 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 05:31:45,944 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:31:45,945 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f01a922-2c3c-4e8f-9966-b81af5b7ecd8/e6dd4fb4288a4374ad97ff2f9487da30
+2017-05-04 05:31:45,989 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:46,074 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:31:46,074 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:31:46,080 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:46,081 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:46,085 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:46,086 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:46,526 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:31:46,685 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:46,686 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/852ac316-c9fc-465b-a7fa-29b23b07a74d/checklist/new/
+2017-05-04 05:31:46,784 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:31:46,785 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:31:46,831 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:46,832 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:46,832 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:31:47,195 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:31:47,326 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:47,444 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 05:31:47,445 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 05:31:47,461 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 05:31:47,461 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 05:31:47,462 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 05:31:47,689 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:31:47,988 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:48,355 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:31:48,380 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:31:48,539 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:49,194 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:31:49,195 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:31:49,195 DEBUG fe_user 161 46496 140735693222848 Adding new next step (via api) and assigning it to user STfUCeo
+2017-05-04 05:31:49,195 DEBUG api_virtual_function 25 46496 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/a7524d56-1476-431d-b83a-dc1d8930d74d/nextsteps
+2017-05-04 05:31:49,268 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_ST9NZ78
+2017-05-04 05:31:49,268 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST9NZ78', 'title_Announcement_ST9NZ78-slug', '', 'description_Announcement_ST5TBDs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST5TBDs</p>', true, '', 1, 1);
+2017-05-04 05:31:49,274 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST9NZ78', 'title_Announcement_ST9NZ78-slug', '', 'description_Announcement_ST5TBDs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST5TBDs</p>', true, '', 1, 1);
+2017-05-04 05:31:49,280 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:49,280 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:31:49,280 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:31:49,287 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:31:49,290 DEBUG db_cms 64 46495 140735693222848 Query result: 212
+2017-05-04 05:31:49,290 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:31:49,290 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:31:49,295 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:31:49,298 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:31:49,298 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 212
+2017-05-04 05:31:49,298 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (212, 2);
+2017-05-04 05:31:49,303 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (212, 2);
+2017-05-04 05:31:49,319 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:49,473 DEBUG api_virtual_function 40 46496 140735693222848 Next step was added to the engagement!
+2017-05-04 05:31:49,474 DEBUG fe_user 163 46496 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 05:31:49,498 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:49,512 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:31:49,513 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fb953ffb-ba15-4c6b-af75-7a70e971b582/1b031280b5494fb9be40559c08d3312d
+2017-05-04 05:31:49,587 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:49,725 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:49,726 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:49,734 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:49,736 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:49,740 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:49,741 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:50,011 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:50,234 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:50,235 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5409ccf0-5bec-448e-924b-2e79c08e7d8e/checklist/new/
+2017-05-04 05:31:50,373 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:50,374 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:50,408 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:50,408 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:50,408 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:31:50,579 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:51,016 DEBUG fe_user 165 46496 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 05:31:51,020 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:31:51,317 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:31:51,539 DEBUG fe_dashboard 203 46496 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 05:31:51,564 DEBUG fe_dashboard 213 46496 140735693222848 > Check if creator of NS is the EL Homer Simpson
+2017-05-04 05:31:51,589 DEBUG fe_overview 38 46496 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 05:31:51,730 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:31:51,731 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3c5a3d78-5151-4108-9917-c70eb10cf942/76c2c6c08b0f454c91403da08f2d0516
+2017-05-04 05:31:51,766 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:51,848 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:51,857 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:51,857 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:51,864 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:51,866 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:51,871 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:51,873 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:51,977 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:31:52,140 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:52,317 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:52,716 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:31:52,717 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9023c411-023e-47b3-8454-e0c19953696e/checklist/new/
+2017-05-04 05:31:52,727 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:52,809 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:31:52,810 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:31:52,868 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:31:52,869 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:52,869 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:31:53,050 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:53,337 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:53,739 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:31:53,777 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:31:54,081 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:31:54,430 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:54,431 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:31:54,574 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:54,750 DEBUG fe_overview 43 46496 140735693222848 Login with EL user hs0007@att.com
+2017-05-04 05:31:54,750 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:31:54,750 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:31:55,470 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 05:31:55,470 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 05:31:55,473 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:55,489 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 05:31:55,490 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 05:31:55,490 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 05:31:55,493 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:55,573 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:31:56,230 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:31:56,250 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:31:56,372 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:31:56,504 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:31:57,259 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 05:31:57,259 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 05:31:57,281 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 05:31:57,282 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 05:31:57,282 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 05:31:57,444 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:57,781 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:31:57,976 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:58,455 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:31:58,995 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:31:58,998 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:31:59,005 DEBUG db_general 66 46496 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 05:31:59,016 DEBUG db_general 78 46496 140735693222848 Query result: 1210
+2017-05-04 05:31:59,016 DEBUG fe_overview 51 46496 140735693222848 el_assigned_ns=1210
+2017-05-04 05:31:59,070 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:31:59,322 DEBUG db_cms 132 46495 140735693222848 Delete all posts
+2017-05-04 05:31:59,322 DEBUG db_cms 134 46495 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 05:31:59,326 DEBUG db_cms 28 46495 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 05:31:59,330 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:59,330 DEBUG db_cms 137 46495 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 05:31:59,334 DEBUG db_cms 28 46495 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 05:31:59,345 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:59,345 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_FAQSTponYO
+2017-05-04 05:31:59,345 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTponYO', 'title_FAQSTponYO-slug', '', 'description_FAQ_STZ2aIQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STZ2aIQ</p>', true, '', 1, 1);
+2017-05-04 05:31:59,349 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTponYO', 'title_FAQSTponYO-slug', '', 'description_FAQ_STZ2aIQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STZ2aIQ</p>', true, '', 1, 1);
+2017-05-04 05:31:59,357 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:59,358 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:31:59,358 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:31:59,362 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:31:59,364 DEBUG db_cms 64 46495 140735693222848 Query result: 213
+2017-05-04 05:31:59,364 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 05:31:59,364 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 05:31:59,369 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 05:31:59,371 DEBUG db_cms 64 46495 140735693222848 Query result: 3
+2017-05-04 05:31:59,371 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 213
+2017-05-04 05:31:59,371 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (213, 3);
+2017-05-04 05:31:59,375 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (213, 3);
+2017-05-04 05:31:59,378 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:31:59,465 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:31:59,465 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/25314430-09d9-435f-a85d-93940c70c6c8/cca0e4a0648645ebb6f4b1e76e2dfec0
+2017-05-04 05:31:59,503 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:31:59,542 DEBUG fe_overview 55 46496 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 05:31:59,609 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:31:59,609 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:31:59,617 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:31:59,619 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:31:59,623 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:31:59,625 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:31:59,688 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:31:59,804 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 05:31:59,804 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 05:31:59,834 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 05:31:59,834 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 05:31:59,834 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 05:32:00,118 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:00,119 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7d23623c-1b28-4c7f-ad02-0b8ca160233c/checklist/new/
+2017-05-04 05:32:00,251 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:32:00,251 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:32:00,300 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:00,300 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:00,300 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:01,164 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:32:01,165 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c9f3e5a-4066-4b72-a5d2-f3331f9ef0cb/a920d34253464a84bc0ba11010fc4075
+2017-05-04 05:32:01,223 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:01,292 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:01,385 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:32:01,386 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:32:01,392 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:32:01,394 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:32:01,398 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:32:01,400 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:32:01,757 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:01,758 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1e2ec577-3eda-44eb-840e-c375c034dd28/checklist/new/
+2017-05-04 05:32:01,824 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:32:01,824 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:32:01,857 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:01,857 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:01,858 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:32:02,008 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:02,167 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:02,181 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:02,848 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:32:03,175 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:03,400 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:32:03,400 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3db74212-fac1-49dc-bbaf-a14fc86ff638/a08b2049b271496d8d48b12ce84e1edd
+2017-05-04 05:32:03,441 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:03,484 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:32:03,529 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:32:03,530 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:32:03,534 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:32:03,535 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:32:03,539 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:32:03,540 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:32:03,626 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:03,723 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 05:32:03,723 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 05:32:03,749 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 05:32:03,750 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 05:32:03,750 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 05:32:04,158 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:04,159 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/104a5326-6874-44cb-827d-885021d90bf9/checklist/new/
+2017-05-04 05:32:04,234 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:32:04,234 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:32:04,271 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:04,271 DEBUG test_dashboard_feature 83 46496 140735693222848 About to login with EL and add VFC
+2017-05-04 05:32:04,271 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:04,272 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:32:04,459 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 05:32:04,460 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 05:32:04,480 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 05:32:04,481 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 05:32:04,481 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 05:32:04,635 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:32:05,160 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:32:05,186 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STfHCsn';
+2017-05-04 05:32:05,190 DEBUG db_general 188 46497 140735693222848 Query result: 1e2ec577-3eda-44eb-840e-c375c034dd28
+2017-05-04 05:32:05,195 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STfHCsn';
+2017-05-04 05:32:05,199 DEBUG db_general 188 46497 140735693222848 Query result: 1e2ec577-3eda-44eb-840e-c375c034dd28
+2017-05-04 05:32:05,213 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1e2ec577-3eda-44eb-840e-c375c034dd28';
+2017-05-04 05:32:05,220 DEBUG db_general 188 46497 140735693222848 Query result: 2017-619
+2017-05-04 05:32:05,229 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-619';
+2017-05-04 05:32:05,240 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:32:05,255 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1e2ec577-3eda-44eb-840e-c375c034dd28';
+2017-05-04 05:32:05,260 DEBUG db_general 188 46497 140735693222848 Query result: 2017-619
+2017-05-04 05:32:05,860 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:32:06,033 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:06,149 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:06,160 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:06,997 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:07,531 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_NewsSTMyAKG
+2017-05-04 05:32:07,531 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTMyAKG', 'title_NewsSTMyAKG-slug', '', 'description_NewsSTRl8Aq', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTRl8Aq</p>', true, '', 1, 1);
+2017-05-04 05:32:07,536 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTMyAKG', 'title_NewsSTMyAKG-slug', '', 'description_NewsSTRl8Aq', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTRl8Aq</p>', true, '', 1, 1);
+2017-05-04 05:32:07,540 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:32:07,540 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:32:07,541 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:32:07,544 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:32:07,546 DEBUG db_cms 64 46495 140735693222848 Query result: 214
+2017-05-04 05:32:07,546 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: News
+2017-05-04 05:32:07,546 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 05:32:07,550 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 05:32:07,552 DEBUG db_cms 64 46495 140735693222848 Query result: 1
+2017-05-04 05:32:07,552 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 214
+2017-05-04 05:32:07,552 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (214, 1);
+2017-05-04 05:32:07,556 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (214, 1);
+2017-05-04 05:32:07,564 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:32:07,605 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:07,652 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:32:07,653 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/658d15a2-b406-4ea7-bf9b-8028e8156fdd/a76f0d4b2fc14c91919956ee48838f4b
+2017-05-04 05:32:07,691 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:07,691 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:07,691 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:08,007 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:32:08,105 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:08,700 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:08,814 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:32:08,814 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed79006f-69c3-4979-8650-6fa08427f483/43b0afcc6fbd41308c4b795521aaadbf
+2017-05-04 05:32:08,851 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:08,941 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:32:08,941 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:32:08,945 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:32:08,947 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:32:08,952 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:32:08,953 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:32:09,239 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:09,241 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:09,378 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:09,565 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:10,106 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:10,106 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/010eb48a-c890-4e95-8879-b4b0d495974a/checklist/new/
+2017-05-04 05:32:10,130 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:10,251 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:10,254 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:32:10,255 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:32:10,308 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:10,308 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:10,309 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:32:10,615 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:10,908 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:10,908 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:32:11,164 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:32:11,327 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:11,422 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:32:11,665 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:32:11,839 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:32:11,943 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:12,289 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:32:12,368 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 05:32:12,368 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 05:32:12,389 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 05:32:12,389 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 05:32:12,390 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 05:32:12,413 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:12,493 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:13,015 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:13,274 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:32:13,481 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:13,529 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:14,490 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:32:14,538 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:32:14,723 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:15,068 DEBUG db_general 66 46498 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 05:32:15,071 DEBUG db_general 78 46498 140735693222848 Query result: None
+2017-05-04 05:32:15,074 DEBUG db_general 66 46498 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 05:32:15,077 DEBUG db_general 78 46498 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 05:32:15,083 DEBUG db_general 108 46498 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 05:32:15,086 DEBUG db_general 112 46498 140735693222848 Update query success!
+2017-05-04 05:32:15,090 DEBUG db_general 108 46498 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 05:32:15,093 DEBUG db_general 112 46498 140735693222848 Update query success!
+2017-05-04 05:32:15,096 DEBUG db_general 66 46498 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 05:32:15,098 DEBUG db_general 78 46498 140735693222848 Query result: STiudvz@intl.att.com
+2017-05-04 05:32:15,763 DEBUG db_cms 142 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:32:15,763 DEBUG db_cms 116 46495 140735693222848 Retrive id of documentation page:
+2017-05-04 05:32:15,764 DEBUG db_cms 118 46495 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:32:15,771 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 05:32:15,774 DEBUG db_cms 64 46495 140735693222848 Query result: 10
+2017-05-04 05:32:15,775 DEBUG db_cms 148 46495 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVoraw', 'title_Of_Page_STVoraw-slug', '', 'description_Of_Page_STVxGEu', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVoraw', 'richtextpage', true, 10, 1);
+2017-05-04 05:32:15,779 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVoraw', 'title_Of_Page_STVoraw-slug', '', 'description_Of_Page_STVxGEu', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVoraw', 'richtextpage', true, 10, 1);
+2017-05-04 05:32:15,791 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:32:15,791 DEBUG db_cms 124 46495 140735693222848 Retrive id of last page inserted:
+2017-05-04 05:32:15,792 DEBUG db_cms 126 46495 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 05:32:15,797 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 05:32:15,799 DEBUG db_cms 64 46495 140735693222848 Query result: 105
+2017-05-04 05:32:15,799 DEBUG db_cms 152 46495 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 05:32:15,800 DEBUG db_cms 154 46495 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (105, '<p>description_Of_Page_STVxGEu</p>');
+2017-05-04 05:32:15,805 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (105, '<p>description_Of_Page_STVxGEu</p>');
+2017-05-04 05:32:15,814 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:32:15,864 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:32:15,936 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:16,014 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:16,116 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:32:16,116 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b43eff26-35b3-4f9a-998d-1e61fec7b19c/f2081f6774294d0d8e4e2f9fa6996f44
+2017-05-04 05:32:16,206 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:16,290 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:32:16,290 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:32:16,295 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:32:16,296 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:32:16,300 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:32:16,301 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:32:16,633 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:16,633 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a59a194c-3443-4658-9a98-f76449008f17/checklist/new/
+2017-05-04 05:32:16,656 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:16,739 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:32:16,739 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:32:16,780 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:16,780 DEBUG test_cms_news_and_announcementsion 60 46495 140735693222848 About to login with EL and add VFC
+2017-05-04 05:32:16,780 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:16,871 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:17,420 DEBUG test_cms_news_and_announcementsion 65 46495 140735693222848 Login with user STiudvz@intl.att.com
+2017-05-04 05:32:17,420 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:17,420 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:17,499 DEBUG fe_dashboard 172 46496 140735693222848 Login with user hs0007@att.com
+2017-05-04 05:32:17,500 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:17,500 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:32:17,849 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:18,299 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:32:18,319 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:18,944 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:32:18,998 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:19,050 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:19,126 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:19,947 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:20,052 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:20,071 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:20,957 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:21,078 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:32:21,620 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:21,655 DEBUG fe_dashboard 174 46496 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 05:32:22,130 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:32:22,349 DEBUG fe_dashboard 179 46496 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 05:32:22,857 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-621';
+2017-05-04 05:32:22,859 DEBUG db_general 188 46498 140735693222848 Query result: 010eb48a-c890-4e95-8879-b4b0d495974a
+2017-05-04 05:32:22,864 DEBUG db_user 49 46498 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '010eb48a-c890-4e95-8879-b4b0d495974a' and email = 'STiudvz@intl.att.com' ;
+2017-05-04 05:32:22,867 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=ddad9630-4d96-45b8-abda-418b59381f14
+2017-05-04 05:32:23,151 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:23,552 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:23,640 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:23,640 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:32:23,663 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:23,748 DEBUG fe_cms 63 46495 140735693222848 Search Documentation by title
+2017-05-04 05:32:24,504 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:32:24,559 DEBUG fe_dashboard 181 46496 140735693222848 Search engagement by VF name
+2017-05-04 05:32:25,098 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:32:25,141 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:32:25,194 DEBUG fe_dashboard 186 46496 140735693222848 Engagement found (searched by VF name)
+2017-05-04 05:32:25,257 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=ddad9630-4d96-45b8-abda-418b59381f14 page is loaded.
+2017-05-04 05:32:25,443 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:25,769 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:26,019 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:26,124 DEBUG fe_cms 68 46495 140735693222848 Documentation found (searched by title)
+2017-05-04 05:32:26,125 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:26,675 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:26,871 DEBUG test_cms_news_and_announcementsion 65 46495 140735693222848 Login with user hs0007@att.com
+2017-05-04 05:32:26,872 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:26,872 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:27,018 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7paB5';
+2017-05-04 05:32:27,021 DEBUG db_general 188 46497 140735693222848 Query result: 8bb7c9e2-e1e1-4f9e-988a-4d2e90f93987
+2017-05-04 05:32:27,059 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:32:27,633 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:27,687 DEBUG fe_dashboard 188 46496 140735693222848 Search engagement by VFC
+2017-05-04 05:32:27,755 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:32:28,304 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:28,378 DEBUG fe_dashboard 193 46496 140735693222848 Engagement found (searched by VFC)
+2017-05-04 05:32:28,415 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:28,767 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 05:32:28,769 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 05:32:28,791 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 05:32:28,791 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 05:32:28,792 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 05:32:29,383 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:29,897 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:30,198 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:30,908 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:31,158 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:31,206 DEBUG fe_dashboard 195 46496 140735693222848 Negative search: search by random string
+2017-05-04 05:32:31,603 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:31,913 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:32,041 DEBUG db_general 66 46498 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 05:32:32,044 DEBUG db_general 78 46498 140735693222848 Query result: a71799fe-350e-4f59-8d96-96df3db1d051
+2017-05-04 05:32:32,049 DEBUG db_general 108 46498 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STpUM18' WHERE uuid = 'a71799fe-350e-4f59-8d96-96df3db1d051' ;
+2017-05-04 05:32:32,054 DEBUG db_general 112 46498 140735693222848 Update query success!
+2017-05-04 05:32:32,054 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 05:32:32,055 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 05:32:32,068 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 05:32:32,068 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 05:32:32,069 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 05:32:32,444 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:32:32,444 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0f6c3274-e071-4267-8a8a-12fcbf629ff4/2732c573335540d6af037f087d4aa3ea
+2017-05-04 05:32:32,492 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:32,596 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:32:32,596 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:32:32,601 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:32:32,603 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:32:32,608 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:32:32,610 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:32:32,819 DEBUG fe_dashboard 172 46496 140735693222848 Login with user dd1122@att.com
+2017-05-04 05:32:32,819 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:32,819 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:32:33,225 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:33,225 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4805bdc7-bd7e-450c-94fd-c946f92c3842/checklist/new/
+2017-05-04 05:32:33,290 DEBUG fe_cms 63 46495 140735693222848 Search Documentation by title
+2017-05-04 05:32:33,321 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:32:33,321 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:32:33,357 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:33,358 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:33,358 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:32:33,719 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:32:34,278 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:34,322 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:32:34,371 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:32:34,495 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:34,693 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:32:34,981 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:32:35,168 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:35,381 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:35,713 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:32:35,713 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fb4b2574-587e-43e4-b266-8d72a01154ac/dbd24d5e3ec2424ea3b30810509c4a99
+2017-05-04 05:32:35,736 DEBUG fe_cms 68 46495 140735693222848 Documentation found (searched by title)
+2017-05-04 05:32:35,736 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:35,765 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:32:35,863 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:32:35,863 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:32:35,867 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:32:35,869 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:32:35,872 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:32:35,873 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:32:36,127 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:32:36,127 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/db7d71f2-916a-4b9c-ae20-755ddbf706fc/checklist/new/
+2017-05-04 05:32:36,194 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:32:36,195 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:32:36,233 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:32:36,234 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:36,234 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:32:36,314 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:32:36,393 DEBUG test_cms_news_and_announcementsion 65 46495 140735693222848 Login with user STnAJU3@intl.att.com
+2017-05-04 05:32:36,393 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:32:36,393 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:36,393 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:36,844 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:32:36,847 DEBUG db_general 188 46497 140735693222848 Query result: ecc03047-402f-4fd0-b8b5-5aca65adac10
+2017-05-04 05:32:36,851 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:32:36,854 DEBUG db_general 188 46497 140735693222848 Query result: 4805bdc7-bd7e-450c-94fd-c946f92c3842
+2017-05-04 05:32:36,857 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:32:36,860 DEBUG db_general 188 46497 140735693222848 Query result: 4805bdc7-bd7e-450c-94fd-c946f92c3842
+2017-05-04 05:32:36,864 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4805bdc7-bd7e-450c-94fd-c946f92c3842';
+2017-05-04 05:32:36,867 DEBUG db_general 188 46497 140735693222848 Query result: 2017-623
+2017-05-04 05:32:36,871 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-623';
+2017-05-04 05:32:36,874 DEBUG db_general 188 46497 140735693222848 Query result: 2
+2017-05-04 05:32:36,879 DEBUG fe_checklist 50 46497 140735693222848 EL email: hs0007@att.com
+2017-05-04 05:32:36,883 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4805bdc7-bd7e-450c-94fd-c946f92c3842';
+2017-05-04 05:32:36,885 DEBUG db_general 188 46497 140735693222848 Query result: 2017-623
+2017-05-04 05:32:36,912 DEBUG fe_dashboard 174 46496 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 05:32:37,089 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:32:37,226 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:37,530 DEBUG fe_dashboard 179 46496 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 05:32:37,677 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:37,745 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:32:37,872 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:37,898 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:38,033 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:38,590 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:38,641 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:38,882 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:39,278 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:39,399 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:39,600 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:40,032 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:40,237 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:40,287 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:32:40,408 DEBUG fe_dashboard 181 46496 140735693222848 Search engagement by VF name
+2017-05-04 05:32:41,182 DEBUG fe_dashboard 186 46496 140735693222848 Engagement found (searched by VF name)
+2017-05-04 05:32:41,523 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:41,548 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=ecc03047-402f-4fd0-b8b5-5aca65adac10&inviter_uuid=0f6c3274-e071-4267-8a8a-12fcbf629ff4&email=automationqattSTGZt2M@gmail.com
+2017-05-04 05:32:41,827 DEBUG fe_cms 63 46495 140735693222848 Search Documentation by title
+2017-05-04 05:32:42,045 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:42,613 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:42,828 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:43,438 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:43,676 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:32:43,836 DEBUG fe_dashboard 188 46496 140735693222848 Search engagement by VFC
+2017-05-04 05:32:44,037 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:44,037 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:32:44,483 DEBUG fe_dashboard 193 46496 140735693222848 Engagement found (searched by VFC)
+2017-05-04 05:32:44,701 DEBUG fe_cms 68 46495 140735693222848 Documentation found (searched by title)
+2017-05-04 05:32:44,701 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:44,793 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:32:45,386 DEBUG test_cms_news_and_announcementsion 65 46495 140735693222848 Login with user admin@att.com
+2017-05-04 05:32:45,386 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:45,386 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:45,434 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:32:45,551 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:46,173 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:46,220 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:46,462 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:46,866 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:46,959 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:47,180 DEBUG fe_dashboard 195 46496 140735693222848 Negative search: search by random string
+2017-05-04 05:32:47,469 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:32:47,626 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:47,844 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:47,868 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 05:32:47,868 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 05:32:47,883 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 05:32:47,884 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 05:32:47,884 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 05:32:48,564 DEBUG fe_dashboard 172 46496 140735693222848 Login with user STf0c2M@intl.att.com
+2017-05-04 05:32:48,564 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:48,564 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:32:48,634 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:49,458 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:32:49,512 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:50,035 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:32:50,118 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:32:50,240 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:50,506 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:51,094 DEBUG fe_cms 63 46495 140735693222848 Search Documentation by title
+2017-05-04 05:32:51,164 DEBUG db_general 66 46498 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 05:32:51,173 DEBUG db_general 78 46498 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 05:32:51,178 DEBUG db_general 90 46498 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 05:32:51,180 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:32:51,184 DEBUG db_general 90 46498 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('ab0122f6-e42b-4380-9642-ffe041a9b90c', 'AIC', '698', 'TRUE', 0);
+2017-05-04 05:32:51,186 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:32:51,186 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:51,186 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:32:51,248 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:32:51,776 DEBUG fe_dashboard 174 46496 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 05:32:52,116 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:32:52,389 DEBUG fe_dashboard 179 46496 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 05:32:52,769 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:32:52,878 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:53,044 DEBUG fe_cms 68 46495 140735693222848 Documentation found (searched by title)
+2017-05-04 05:32:53,045 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:53,816 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:53,864 DEBUG fe_dashboard 181 46496 140735693222848 Search engagement by VF name
+2017-05-04 05:32:53,905 DEBUG test_cms_news_and_announcementsion 65 46495 140735693222848 Login with user admin_ro@att.com
+2017-05-04 05:32:53,905 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:53,905 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:32:54,553 DEBUG fe_dashboard 186 46496 140735693222848 Engagement found (searched by VF name)
+2017-05-04 05:32:54,749 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:32:54,825 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:32:55,380 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:32:55,497 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:32:55,643 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:55,988 DEBUG fe_dashboard 188 46496 140735693222848 Search engagement by VFC
+2017-05-04 05:32:56,090 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:56,135 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:56,168 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:56,610 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:56,704 DEBUG fe_dashboard 193 46496 140735693222848 Engagement found (searched by VFC)
+2017-05-04 05:32:56,885 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:32:57,469 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'SThH7uO';
+2017-05-04 05:32:57,473 DEBUG db_general 188 46497 140735693222848 Query result: f3148079-1269-4c99-a149-a6229439f453
+2017-05-04 05:32:57,477 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where uuid = 'f3148079-1269-4c99-a149-a6229439f453' order by update_time desc limit 1;
+2017-05-04 05:32:57,484 DEBUG db_general 177 46497 140735693222848 Query : select template_id from ice_checklist Where name = 'SThH7uO';
+2017-05-04 05:32:57,486 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:32:57,550 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:57,619 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:32:58,050 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:32:58,169 DEBUG fe_dashboard 195 46496 140735693222848 Negative search: search by random string
+2017-05-04 05:32:58,320 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:32:58,656 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:58,657 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:32:58,823 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:32:59,473 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:32:59,490 DEBUG fe_dashboard 172 46496 140735693222848 Login with user admin@att.com
+2017-05-04 05:32:59,490 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:32:59,490 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:32:59,708 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:32:59,894 DEBUG fe_cms 63 46495 140735693222848 Search Documentation by title
+2017-05-04 05:33:00,100 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:33:00,200 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:00,319 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:33:01,016 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:33:01,111 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:01,334 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 05:33:01,352 DEBUG db_general 90 46498 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='ab0122f6-e42b-4380-9642-ffe041a9b90c'
+2017-05-04 05:33:01,363 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:33:01,370 DEBUG db_general 90 46498 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 05:33:01,372 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:33:01,373 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 05:33:01,373 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 05:33:01,390 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 05:33:01,391 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 05:33:01,391 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 05:33:01,539 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:33:01,780 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:02,354 DEBUG fe_cms 68 46495 140735693222848 Documentation found (searched by title)
+2017-05-04 05:33:02,355 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 05:33:02,355 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 05:33:02,371 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 05:33:02,371 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 05:33:02,371 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 05:33:02,787 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:33:03,311 DEBUG fe_dashboard 174 46496 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 05:33:03,730 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:03,966 DEBUG fe_dashboard 179 46496 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 05:33:04,264 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'SThH7uO';
+2017-05-04 05:33:04,267 DEBUG db_general 188 46497 140735693222848 Query result: f3148079-1269-4c99-a149-a6229439f453
+2017-05-04 05:33:04,675 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:05,207 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:05,237 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:33:05,237 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d0b44a74-37cd-4e27-9d7d-1a0c520f2f5e/995be29c676e4dd1b4a674663ebff514
+2017-05-04 05:33:05,313 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:05,437 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:33:05,437 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:33:05,442 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:05,444 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:05,449 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:05,451 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:05,463 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:05,850 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:05,850 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4dde3e41-8ba7-48f1-9746-4a99a9e9c2d6/checklist/new/
+2017-05-04 05:33:05,948 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:33:05,948 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:33:05,971 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_STndYu4
+2017-05-04 05:33:05,971 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STndYu4', 'title_Announcement_STndYu4-slug', '', 'description_Announcement_STgWFz5', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgWFz5</p>', true, '', 1, 1);
+2017-05-04 05:33:05,979 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STndYu4', 'title_Announcement_STndYu4-slug', '', 'description_Announcement_STgWFz5', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgWFz5</p>', true, '', 1, 1);
+2017-05-04 05:33:05,989 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:05,989 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:05,989 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:05,992 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:05,993 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:05,993 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:33:05,993 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:05,995 DEBUG db_cms 64 46495 140735693222848 Query result: 215
+2017-05-04 05:33:05,996 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:05,996 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,003 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,005 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:06,006 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 215
+2017-05-04 05:33:06,006 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (215, 2);
+2017-05-04 05:33:06,010 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (215, 2);
+2017-05-04 05:33:06,022 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,023 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_STK6PZn
+2017-05-04 05:33:06,024 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STK6PZn', 'title_Announcement_STK6PZn-slug', '', 'description_Announcement_STnqRWr', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STnqRWr</p>', true, '', 1, 1);
+2017-05-04 05:33:06,029 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STK6PZn', 'title_Announcement_STK6PZn-slug', '', 'description_Announcement_STnqRWr', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STnqRWr</p>', true, '', 1, 1);
+2017-05-04 05:33:06,032 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,032 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:06,032 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,036 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,038 DEBUG db_cms 64 46495 140735693222848 Query result: 216
+2017-05-04 05:33:06,038 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:06,038 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,042 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,044 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:06,044 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 216
+2017-05-04 05:33:06,044 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (216, 2);
+2017-05-04 05:33:06,048 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (216, 2);
+2017-05-04 05:33:06,055 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,056 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_STrwsZ5
+2017-05-04 05:33:06,056 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STrwsZ5', 'title_Announcement_STrwsZ5-slug', '', 'description_Announcement_STtUAPi', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STtUAPi</p>', true, '', 1, 1);
+2017-05-04 05:33:06,060 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STrwsZ5', 'title_Announcement_STrwsZ5-slug', '', 'description_Announcement_STtUAPi', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STtUAPi</p>', true, '', 1, 1);
+2017-05-04 05:33:06,071 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,072 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:06,072 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,075 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,077 DEBUG db_cms 64 46495 140735693222848 Query result: 217
+2017-05-04 05:33:06,077 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:06,077 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,081 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,083 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:06,083 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 217
+2017-05-04 05:33:06,083 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (217, 2);
+2017-05-04 05:33:06,086 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (217, 2);
+2017-05-04 05:33:06,096 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,096 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_STTuhbK
+2017-05-04 05:33:06,096 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTuhbK', 'title_Announcement_STTuhbK-slug', '', 'description_Announcement_STm9L7I', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STm9L7I</p>', true, '', 1, 1);
+2017-05-04 05:33:06,099 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTuhbK', 'title_Announcement_STTuhbK-slug', '', 'description_Announcement_STm9L7I', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STm9L7I</p>', true, '', 1, 1);
+2017-05-04 05:33:06,108 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,108 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:06,108 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,112 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,113 DEBUG db_cms 64 46495 140735693222848 Query result: 218
+2017-05-04 05:33:06,114 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:06,114 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,118 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,120 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:06,120 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 218
+2017-05-04 05:33:06,121 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (218, 2);
+2017-05-04 05:33:06,124 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (218, 2);
+2017-05-04 05:33:06,138 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,138 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_ST264Jm
+2017-05-04 05:33:06,138 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST264Jm', 'title_Announcement_ST264Jm-slug', '', 'description_Announcement_ST7Cclo', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST7Cclo</p>', true, '', 1, 1);
+2017-05-04 05:33:06,142 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST264Jm', 'title_Announcement_ST264Jm-slug', '', 'description_Announcement_ST7Cclo', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST7Cclo</p>', true, '', 1, 1);
+2017-05-04 05:33:06,146 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,146 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:06,146 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,150 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,152 DEBUG db_cms 64 46495 140735693222848 Query result: 219
+2017-05-04 05:33:06,152 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:06,152 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,156 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,157 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:06,158 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 219
+2017-05-04 05:33:06,158 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (219, 2);
+2017-05-04 05:33:06,163 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (219, 2);
+2017-05-04 05:33:06,173 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,174 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_STmXg1u
+2017-05-04 05:33:06,174 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STmXg1u', 'title_Announcement_STmXg1u-slug', '', 'description_Announcement_STE1xlD', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STE1xlD</p>', true, '', 1, 1);
+2017-05-04 05:33:06,179 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STmXg1u', 'title_Announcement_STmXg1u-slug', '', 'description_Announcement_STE1xlD', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STE1xlD</p>', true, '', 1, 1);
+2017-05-04 05:33:06,188 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,188 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:06,188 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,192 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:06,193 DEBUG db_cms 64 46495 140735693222848 Query result: 220
+2017-05-04 05:33:06,194 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:06,194 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,198 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:06,200 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:06,200 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 220
+2017-05-04 05:33:06,200 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (220, 2);
+2017-05-04 05:33:06,204 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (220, 2);
+2017-05-04 05:33:06,207 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:06,314 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:33:06,314 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e22b4c1f-f499-4689-ba67-43e68b4ea73a/6aeba94040cf47648fe28b33e4fb2297
+2017-05-04 05:33:06,356 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:06,438 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:06,438 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:06,442 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:06,444 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:06,448 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:06,450 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:06,470 DEBUG fe_dashboard 181 46496 140735693222848 Search engagement by VF name
+2017-05-04 05:33:06,719 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:06,720 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa52a78c-cc85-4c3a-85e2-a50b6aaecfe8/checklist/new/
+2017-05-04 05:33:06,790 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:06,791 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:06,833 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:06,833 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:06,833 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:33:06,840 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:33:07,426 DEBUG fe_dashboard 186 46496 140735693222848 Engagement found (searched by VF name)
+2017-05-04 05:33:07,476 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:33:07,588 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:07,713 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:33:08,349 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:08,438 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:33:08,506 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:08,599 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:08,862 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:08,889 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:09,524 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:33:09,527 DEBUG db_general 188 46497 140735693222848 Query result: 4805bdc7-bd7e-450c-94fd-c946f92c3842
+2017-05-04 05:33:09,531 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4805bdc7-bd7e-450c-94fd-c946f92c3842';
+2017-05-04 05:33:09,535 DEBUG db_general 188 46497 140735693222848 Query result: 2017-623
+2017-05-04 05:33:09,539 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-623';
+2017-05-04 05:33:09,541 DEBUG db_general 188 46497 140735693222848 Query result: 2
+2017-05-04 05:33:09,757 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:33:09,871 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:33:09,896 DEBUG fe_dashboard 188 46496 140735693222848 Search engagement by VFC
+2017-05-04 05:33:10,473 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:10,559 DEBUG fe_dashboard 193 46496 140735693222848 Engagement found (searched by VFC)
+2017-05-04 05:33:11,094 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:11,517 DEBUG db_cms 194 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:11,517 DEBUG db_cms 196 46495 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STmXg1u' ;
+2017-05-04 05:33:11,523 DEBUG db_cms 42 46495 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STmXg1u' ;
+2017-05-04 05:33:11,532 DEBUG db_cms 46 46495 140735693222848 Update query success!
+2017-05-04 05:33:12,081 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:13,044 DEBUG fe_dashboard 195 46496 140735693222848 Negative search: search by random string
+2017-05-04 05:33:13,293 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:13,539 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:13,539 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:33:13,606 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:13,690 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:33:14,341 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:33:14,552 DEBUG fe_dashboard 172 46496 140735693222848 Login with user admin_ro@att.com
+2017-05-04 05:33:14,553 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:14,553 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:33:14,827 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:14,891 DEBUG test_detailed_view 34 46498 140735693222848 Add Deployment Target
+2017-05-04 05:33:14,997 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:33:15,076 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:15,139 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:15,425 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:33:15,441 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:16,140 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:33:16,150 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:33:16,252 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:16,291 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:16,839 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:17,850 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:33:17,851 DEBUG test_detailed_view 36 46498 140735693222848 Add VFC no.1
+2017-05-04 05:33:18,007 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:18,031 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:33:18,371 DEBUG fe_dashboard 174 46496 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 05:33:18,651 DEBUG db_checklist 58 46497 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'f3148079-1269-4c99-a149-a6229439f453' and state = 'peer_review';
+2017-05-04 05:33:18,654 DEBUG db_checklist 73 46497 140735693222848 Query result: 1
+2017-05-04 05:33:18,658 DEBUG db_general 177 46497 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 05:33:18,660 DEBUG db_general 188 46497 140735693222848 Query result: dd1122@att.com
+2017-05-04 05:33:18,660 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:18,661 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:33:18,985 DEBUG fe_dashboard 179 46496 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 05:33:19,422 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:33:20,003 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:20,054 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:33:20,176 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:21,012 DEBUG fe_dashboard 181 46496 140735693222848 Search engagement by VF name
+2017-05-04 05:33:21,481 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:33:21,627 DEBUG fe_dashboard 186 46496 140735693222848 Engagement found (searched by VF name)
+2017-05-04 05:33:21,778 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 05:33:21,779 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 05:33:21,795 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 05:33:21,795 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 05:33:21,796 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 05:33:22,084 DEBUG fe_detailed_view 101 46498 140735693222848 Add VFC no.2
+2017-05-04 05:33:22,961 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:22,968 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:23,975 DEBUG fe_dashboard 188 46496 140735693222848 Search engagement by VFC
+2017-05-04 05:33:24,055 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:24,294 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:24,507 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'SThH7uO';
+2017-05-04 05:33:24,510 DEBUG db_general 188 46497 140735693222848 Query result: f3148079-1269-4c99-a149-a6229439f453
+2017-05-04 05:33:24,645 DEBUG fe_dashboard 193 46496 140735693222848 Engagement found (searched by VFC)
+2017-05-04 05:33:25,115 DEBUG db_cms 79 46495 140735693222848 Insert new post : title_Announcement_STxmewl
+2017-05-04 05:33:25,115 DEBUG db_cms 83 46495 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STxmewl', 'title_Announcement_STxmewl-slug', '', 'description_Announcement_ST0PEao', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST0PEao</p>', true, '', 1, 1);
+2017-05-04 05:33:25,120 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STxmewl', 'title_Announcement_STxmewl-slug', '', 'description_Announcement_ST0PEao', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST0PEao</p>', true, '', 1, 1);
+2017-05-04 05:33:25,129 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:25,130 DEBUG db_cms 92 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:25,130 DEBUG db_cms 94 46495 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:25,133 DEBUG db_cms 56 46495 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 05:33:25,135 DEBUG db_cms 64 46495 140735693222848 Query result: 221
+2017-05-04 05:33:25,136 DEBUG db_cms 71 46495 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 05:33:25,136 DEBUG db_cms 73 46495 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:25,139 DEBUG db_cms 56 46495 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 05:33:25,141 DEBUG db_cms 64 46495 140735693222848 Query result: 2
+2017-05-04 05:33:25,141 DEBUG db_cms 109 46495 140735693222848 bind category into inserted post: 221
+2017-05-04 05:33:25,142 DEBUG db_cms 111 46495 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (221, 2);
+2017-05-04 05:33:25,145 DEBUG db_cms 28 46495 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (221, 2);
+2017-05-04 05:33:25,153 DEBUG db_cms 32 46495 140735693222848 Insert query success!
+2017-05-04 05:33:25,304 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:25,438 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:33:25,438 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/97977277-7a09-4e24-92b5-0448c35ee4a1/11d1ef8de79c43dfb483c285e792a76b
+2017-05-04 05:33:25,489 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:25,563 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:25,669 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:25,669 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:25,674 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:25,675 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:25,680 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:25,681 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:25,816 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vf Where name = 'STqaTkN';
+2017-05-04 05:33:25,818 DEBUG db_general 188 46498 140735693222848 Query result: f3d7f839-991f-4ef2-8118-985d092225d2
+2017-05-04 05:33:25,999 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:26,134 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:26,134 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7430c162-7025-444d-aa72-11d9f3b4875e/checklist/new/
+2017-05-04 05:33:26,219 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:26,220 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:26,252 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:26,252 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:26,252 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:33:27,008 DEBUG fe_dashboard 195 46496 140735693222848 Negative search: search by random string
+2017-05-04 05:33:27,123 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:33:27,542 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 05:33:27,542 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 05:33:27,556 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 05:33:27,557 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 05:33:27,557 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 05:33:27,656 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 05:33:27,656 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 05:33:27,672 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 05:33:27,673 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 05:33:27,673 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 05:33:27,854 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:33:28,018 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:28,544 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:28,736 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:29,559 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:33:29,748 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:33:29,751 DEBUG db_general 188 46497 140735693222848 Query result: 4805bdc7-bd7e-450c-94fd-c946f92c3842
+2017-05-04 05:33:29,755 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4805bdc7-bd7e-450c-94fd-c946f92c3842';
+2017-05-04 05:33:29,759 DEBUG db_general 188 46497 140735693222848 Query result: 2017-623
+2017-05-04 05:33:29,763 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-623';
+2017-05-04 05:33:29,765 DEBUG db_general 188 46497 140735693222848 Query result: 2
+2017-05-04 05:33:29,876 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:30,180 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:30,286 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:31,004 DEBUG db_general 66 46498 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 05:33:31,012 DEBUG db_general 78 46498 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 05:33:31,017 DEBUG db_general 90 46498 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 05:33:31,020 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:33:31,029 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:31,029 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:33:31,313 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:31,333 DEBUG db_cms 194 46495 140735693222848 Get the id of the post inserted
+2017-05-04 05:33:31,334 DEBUG db_cms 196 46495 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STxmewl' ;
+2017-05-04 05:33:31,339 DEBUG db_cms 42 46495 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STxmewl' ;
+2017-05-04 05:33:31,347 DEBUG db_cms 46 46495 140735693222848 Update query success!
+2017-05-04 05:33:31,431 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:33:31,432 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b36f995d-bab7-4045-b02d-8f70aef9059d/9bcf0d079de74212922de156ce716e62
+2017-05-04 05:33:31,479 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:31,561 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:33:31,562 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:33:31,565 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:31,567 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:31,570 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:31,571 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:31,853 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:31,853 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f10ef6d6-5a6d-48b8-8887-d4ec487f423c/checklist/new/
+2017-05-04 05:33:31,926 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:33:31,927 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:33:31,967 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:31,967 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:31,967 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:33:31,983 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:33:32,642 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:33:32,794 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:32,857 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:33:33,535 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:33:33,680 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:33,761 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:34,373 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:34,593 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:34,769 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:33:35,600 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:35,601 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:33:35,985 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:36,567 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:36,913 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:37,727 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:38,261 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:33:38,692 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 05:33:38,692 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 05:33:38,711 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 05:33:38,712 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 05:33:38,713 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 05:33:39,005 DEBUG db_checklist 27 46497 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'f3148079-1269-4c99-a149-a6229439f453' and state = 'approval';
+2017-05-04 05:33:39,013 DEBUG db_checklist 38 46497 140735693222848 Query result: 3
+2017-05-04 05:33:39,030 DEBUG db_general 177 46497 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 05:33:39,034 DEBUG db_general 188 46497 140735693222848 Query result: admin@att.com
+2017-05-04 05:33:39,034 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:39,034 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:33:39,141 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:39,443 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:39,864 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:33:40,355 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:40,500 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:33:40,614 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:40,859 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:41,119 DEBUG db_general 90 46498 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 05:33:41,121 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:33:41,121 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 05:33:41,121 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 05:33:41,133 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 05:33:41,134 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 05:33:41,134 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 05:33:41,518 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:41,538 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:42,197 DEBUG db_general 66 46495 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 05:33:42,200 DEBUG db_general 78 46495 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 05:33:42,293 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:33:42,293 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d951487-3b1d-4a58-91d4-024fa19a0c13/4dd445c1ac8a480fa1431ddd26e90765
+2017-05-04 05:33:42,326 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:42,401 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:42,401 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:42,406 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:42,407 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:42,414 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:42,417 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:42,530 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:33:42,565 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:33:42,569 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:33:42,577 DEBUG db_user 227 46496 140735693222848 Query result: [(6,)]
+2017-05-04 05:33:42,578 DEBUG fe_dashboard 97 46496 140735693222848 Number of pages: 1
+2017-05-04 05:33:42,900 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-495
+2017-05-04 05:33:42,916 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:42,916 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d863c306-c3a9-475a-9b5d-cd068e2846ae/checklist/new/
+2017-05-04 05:33:42,920 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-321
+2017-05-04 05:33:42,940 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-328
+2017-05-04 05:33:42,967 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-330
+2017-05-04 05:33:42,989 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-491
+2017-05-04 05:33:43,005 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:43,005 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:43,023 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-499
+2017-05-04 05:33:43,044 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:43,045 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:43,045 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:33:43,261 DEBUG fe_dashboard 106 46496 140735693222848 result right
+2017-05-04 05:33:43,262 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 05:33:43,262 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 05:33:43,283 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 05:33:43,284 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 05:33:43,284 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 05:33:43,330 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:43,936 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:33:44,656 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:33:44,813 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:44,898 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:33:44,898 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9372297c-968f-4255-9411-75429a6f5818/b1314ed5c9ff42c8af0a1f1a03a8f0a2
+2017-05-04 05:33:44,960 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:45,078 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:33:45,079 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:33:45,084 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:45,086 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:45,090 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:45,091 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:45,630 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'SThH7uO';
+2017-05-04 05:33:45,634 DEBUG db_general 188 46497 140735693222848 Query result: f3148079-1269-4c99-a149-a6229439f453
+2017-05-04 05:33:45,723 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:45,751 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:45,762 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:45,762 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ffea0d5a-5ba2-4656-bdd5-0b1917a5ae8b/checklist/new/
+2017-05-04 05:33:45,860 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:33:45,861 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:33:45,913 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:45,913 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:45,913 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:33:46,392 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:33:46,759 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:33:46,790 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:33:46,902 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:33:46,902 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5d660916-fabc-4801-84a7-ad98acaec1fb/9d5c29db89f04d3783c2d653faa0f9b1
+2017-05-04 05:33:46,936 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:47,019 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:33:47,019 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:33:47,023 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:47,025 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:47,029 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:47,030 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:47,241 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:47,242 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/458a9d98-5e4a-48b9-b935-58cd32f03308/checklist/new/
+2017-05-04 05:33:47,322 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:33:47,322 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:33:47,357 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:47,357 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:47,357 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:33:47,462 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:33:47,585 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:47,995 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:33:48,220 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:33:48,594 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:33:48,870 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:33:48,977 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:33:49,297 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:33:49,816 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:49,913 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:50,327 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:50,922 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:33:51,513 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:52,241 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:33:53,212 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:33:54,342 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:55,445 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 05:33:55,445 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 05:33:55,461 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 05:33:55,461 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 05:33:55,462 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 05:33:55,599 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 05:33:55,599 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 05:33:55,617 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 05:33:55,617 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 05:33:55,617 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 05:33:56,548 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:33:57,565 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:57,574 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:33:57,578 DEBUG db_general 188 46496 140735693222848 Query result: 1
+2017-05-04 05:33:57,587 DEBUG db_user 227 46496 140735693222848 Query result: [(0,)]
+2017-05-04 05:33:57,587 DEBUG fe_dashboard 97 46496 140735693222848 Number of pages: 1
+2017-05-04 05:33:57,836 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:33:58,003 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-220
+2017-05-04 05:33:58,024 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-223
+2017-05-04 05:33:58,053 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-232
+2017-05-04 05:33:58,086 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-387
+2017-05-04 05:33:58,115 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-396
+2017-05-04 05:33:58,150 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-541
+2017-05-04 05:33:58,177 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-546
+2017-05-04 05:33:58,199 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-227
+2017-05-04 05:33:58,415 DEBUG fe_dashboard 110 46496 140735693222848 numOfPage 1
+2017-05-04 05:33:58,873 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:33:58,874 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d25c5d7f-167a-4e22-a0e3-44115f086d9b/f10ae9876d424f7a870eb040e23572df
+2017-05-04 05:33:58,913 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:59,021 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:33:59,021 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:33:59,026 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:59,028 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:59,029 DEBUG db_general 66 46495 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 05:33:59,035 DEBUG db_general 78 46495 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 05:33:59,036 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:59,040 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:59,167 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:33:59,167 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eb127ee7-6575-472a-a508-e02655455065/60f27ebd5ebe489e82996776b9a1c62f
+2017-05-04 05:33:59,205 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:33:59,287 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:59,288 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:59,292 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:33:59,293 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:33:59,297 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:33:59,299 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:33:59,483 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:59,484 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/756a0648-02de-4a05-aa99-0fff986cd771/checklist/new/
+2017-05-04 05:33:59,555 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:33:59,556 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:33:59,590 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:59,596 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:59,596 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:33:59,641 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 05:33:59,642 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 05:33:59,648 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:33:59,648 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/04a81c2d-40be-4ce0-bdc5-15e742a2cfad/checklist/new/
+2017-05-04 05:33:59,657 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 05:33:59,658 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 05:33:59,658 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 05:33:59,748 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:33:59,748 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:33:59,803 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:33:59,803 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:33:59,803 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:33:59,874 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:34:00,559 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:34:00,729 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:34:00,888 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:34:00,894 DEBUG db_general 188 46497 140735693222848 Query result: 4805bdc7-bd7e-450c-94fd-c946f92c3842
+2017-05-04 05:34:00,899 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4805bdc7-bd7e-450c-94fd-c946f92c3842';
+2017-05-04 05:34:00,904 DEBUG db_general 188 46497 140735693222848 Query result: 2017-623
+2017-05-04 05:34:00,908 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-623';
+2017-05-04 05:34:00,912 DEBUG db_general 188 46497 140735693222848 Query result: 2
+2017-05-04 05:34:01,213 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:34:01,351 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:01,390 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:34:01,526 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:01,848 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:02,018 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:02,599 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:03,028 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:34:03,084 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:34:03,084 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/82db671d-76f1-476c-859b-21b0f17a4d3d/2f2bf8b4145a4958aed1fe0bedf961bb
+2017-05-04 05:34:03,121 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:03,194 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:03,195 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:03,199 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:03,201 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:03,205 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:03,206 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:03,531 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:03,531 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b5563f8-9746-4023-809d-f12340323c28/checklist/new/
+2017-05-04 05:34:03,607 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:34:03,622 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:03,622 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:03,659 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:03,659 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:03,659 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:34:04,117 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STY2FoC';
+2017-05-04 05:34:04,120 DEBUG db_general 188 46497 140735693222848 Query result: 4805bdc7-bd7e-450c-94fd-c946f92c3842
+2017-05-04 05:34:04,123 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4805bdc7-bd7e-450c-94fd-c946f92c3842';
+2017-05-04 05:34:04,125 DEBUG db_general 188 46497 140735693222848 Query result: 2017-623
+2017-05-04 05:34:04,128 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-623';
+2017-05-04 05:34:04,131 DEBUG db_general 188 46497 140735693222848 Query result: 2
+2017-05-04 05:34:04,254 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:04,501 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:34:04,772 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:04,864 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:34:04,973 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:34:05,165 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:34:05,272 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:05,972 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:06,026 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:34:06,980 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:34:07,671 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:34:08,297 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:09,959 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:10,036 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:34:10,474 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:11,190 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 05:34:11,191 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 05:34:11,202 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 05:34:11,202 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 05:34:11,202 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 05:34:11,576 DEBUG db_general 66 46495 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 05:34:11,580 DEBUG db_general 78 46495 140735693222848 Query result: None
+2017-05-04 05:34:11,581 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 05:34:11,581 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 05:34:11,600 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 05:34:11,600 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 05:34:11,601 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 05:34:11,749 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:12,918 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:13,344 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:13,841 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:13,954 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:34:13,957 DEBUG db_general 188 46496 140735693222848 Query result: 1
+2017-05-04 05:34:13,970 DEBUG db_user 227 46496 140735693222848 Query result: [(8,)]
+2017-05-04 05:34:13,970 DEBUG fe_dashboard 97 46496 140735693222848 Number of pages: 1
+2017-05-04 05:34:14,419 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-346
+2017-05-04 05:34:14,445 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-354
+2017-05-04 05:34:14,468 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-510
+2017-05-04 05:34:14,503 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-518
+2017-05-04 05:34:14,534 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-343
+2017-05-04 05:34:14,579 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-353
+2017-05-04 05:34:14,619 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-513
+2017-05-04 05:34:14,643 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-517
+2017-05-04 05:34:14,738 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:34:14,738 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4876bf9d-dcce-4384-b6fb-a8a0f1d946bd/dae0fd0df18f4c0d92459784632b2b62
+2017-05-04 05:34:14,790 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:14,883 DEBUG fe_dashboard 106 46496 140735693222848 result right
+2017-05-04 05:34:14,884 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 05:34:14,884 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 05:34:14,912 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 05:34:14,912 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 05:34:14,912 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 05:34:14,919 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:34:14,919 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:34:14,923 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:14,925 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:14,935 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:14,936 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:15,269 DEBUG db_general 66 46495 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 05:34:15,272 DEBUG db_general 78 46495 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 05:34:15,312 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:15,312 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99dde729-2128-41c7-86e4-8f5ce2cbe20f/checklist/new/
+2017-05-04 05:34:15,393 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:34:15,394 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c266f53e-6fbc-49d9-b885-2a219d25bd7f/bb47110cb11649bb8c366f45107272d3
+2017-05-04 05:34:15,420 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:34:15,421 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:34:15,440 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:15,473 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:15,473 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:34:15,551 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:34:15,551 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:34:15,557 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:15,560 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:15,566 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:15,569 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:16,160 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:16,161 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eb2c07ba-d6c2-43c2-97ef-d07c6d385304/checklist/new/
+2017-05-04 05:34:16,210 DEBUG fe_detailed_view 133 46498 140735693222848 Login with user STZUcj2@intl.att.com
+2017-05-04 05:34:16,211 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:16,211 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:34:16,245 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:34:16,246 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:34:16,284 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:16,284 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:16,284 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:34:17,203 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:34:17,234 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:34:17,262 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:17,898 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:34:17,957 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:34:18,063 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:18,113 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:18,664 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:18,751 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:34:18,751 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bb4dfe2f-3389-4abf-a416-cfaacd4db441/ade73737486e4b429c0da9a008ee0296
+2017-05-04 05:34:18,815 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:18,906 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:18,907 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:18,911 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:18,913 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:18,918 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:18,919 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:19,244 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:19,359 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:19,359 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b32821c8-2dcf-4621-85c1-e1f9e60a67df/checklist/new/
+2017-05-04 05:34:19,435 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:19,435 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:19,470 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:19,471 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:34:19,670 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:34:20,076 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:20,077 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:34:20,252 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:34:20,903 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:20,916 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:34:21,416 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:21,504 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:34:21,584 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:34:21,698 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:22,310 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:22,670 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:34:22,883 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:34:22,975 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:34:23,318 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:34:24,624 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:25,823 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 05:34:25,823 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 05:34:25,840 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 05:34:25,840 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:34:25,840 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 05:34:26,370 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:26,884 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:27,149 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:34:27,992 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:28,561 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:28,678 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 05:34:28,678 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 05:34:28,695 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 05:34:28,696 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 05:34:28,696 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 05:34:29,179 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:34:29,180 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6232a2e-905b-4509-a5e2-82517a01f8ac/b3b965163c644e608cda84401852bd0d
+2017-05-04 05:34:29,213 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:29,301 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:34:29,301 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:34:29,306 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:29,306 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:34:29,308 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:29,313 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:29,315 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:29,594 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 05:34:29,597 DEBUG db_general 188 46496 140735693222848 Query result: 1
+2017-05-04 05:34:29,612 DEBUG db_user 227 46496 140735693222848 Query result: [(560,)]
+2017-05-04 05:34:29,613 DEBUG fe_dashboard 63 46496 140735693222848 Number of pages: 70
+2017-05-04 05:34:29,613 DEBUG fe_dashboard 66 46496 140735693222848 numOfPage 70
+2017-05-04 05:34:29,934 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:29,934 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4a7de8aa-c537-4f90-9408-8225aa4a20e7/checklist/new/
+2017-05-04 05:34:30,021 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:34:30,021 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:34:30,071 DEBUG fe_detailed_view 133 46498 140735693222848 Login with user admin_ro@att.com
+2017-05-04 05:34:30,071 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:30,071 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:34:30,073 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:30,073 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:30,073 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:34:30,455 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:30,866 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:30,905 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:34:31,008 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:34:31,463 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 05:34:31,463 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 05:34:31,474 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 05:34:31,474 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 05:34:31,474 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 05:34:31,546 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:34:31,674 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:31,683 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:34:31,875 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:32,286 DEBUG db_general 66 46495 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 05:34:32,293 DEBUG db_general 78 46495 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 05:34:32,590 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:32,597 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:34:32,598 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c5249749-ba00-45ce-a457-4b28b571e439/6ce5da3259ef4dd2aaf1af40fa44e0c0
+2017-05-04 05:34:32,672 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:32,794 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:32,827 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:34:32,827 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:34:32,832 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:32,834 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:32,839 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:32,841 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:33,295 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:33,296 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3b29d9a1-2f7d-4d9e-bd44-48c12cdba3a6/checklist/new/
+2017-05-04 05:34:33,315 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:33,383 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:34:33,383 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:34:33,424 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:33,424 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:33,424 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:34:33,598 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:34:34,136 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:34:34,139 DEBUG db_general 188 46497 140735693222848 Query result: 8657add1-7531-4699-8b7f-081363505bf7
+2017-05-04 05:34:34,143 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:34:34,146 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:34:34,151 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:34:34,154 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:34:34,160 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:34:34,162 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:34:34,166 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:34:34,168 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:34:34,173 DEBUG fe_checklist 50 46497 140735693222848 EL email: dd1122@att.com
+2017-05-04 05:34:34,176 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:34:34,179 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:34:34,239 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:34:34,341 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:34:34,585 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:34,885 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:34:35,014 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:35,037 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:35,527 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:35,767 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:35,968 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:34:35,968 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/676ff037-5a58-4e8c-8f10-f1b0dc73b360/32e9cde462bd48a399090805a524ae58
+2017-05-04 05:34:35,998 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:36,056 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:36,170 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:36,171 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:36,176 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:36,178 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:36,183 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:36,184 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:36,512 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:36,576 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:36,780 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:36,850 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:36,850 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d00a464d-773c-4c4d-b76e-9c6477e55bf9/checklist/new/
+2017-05-04 05:34:36,922 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:36,922 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:36,954 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:36,966 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:36,966 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:34:37,520 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:34:37,741 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:34:37,805 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:34:37,942 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:38,461 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:34:38,568 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:38,749 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:34:39,427 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:39,458 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=8657add1-7531-4699-8b7f-081363505bf7&inviter_uuid=f6232a2e-905b-4509-a5e2-82517a01f8ac&email=automationqattSTI3K4d@gmail.com
+2017-05-04 05:34:40,061 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:34:40,434 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:34:40,962 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:34:41,517 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:41,517 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:34:41,753 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:42,318 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:34:42,950 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:34:43,037 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:43,533 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:43,888 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:44,055 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:44,441 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 05:34:44,442 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 05:34:44,461 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 05:34:44,462 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 05:34:44,462 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 05:34:44,897 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:34:45,257 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:46,476 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:46,570 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:34:46,585 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:47,503 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:34:47,505 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:34:47,512 DEBUG db_user 227 46496 140735693222848 Query result: [(4,)]
+2017-05-04 05:34:47,512 DEBUG fe_dashboard 97 46496 140735693222848 Number of pages: 1
+2017-05-04 05:34:47,585 DEBUG db_general 66 46498 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 05:34:47,597 DEBUG db_general 78 46498 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 05:34:47,602 DEBUG db_general 90 46498 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('3a1089b6-1450-4fab-8e88-4c1a9008af3a', 'AIC', '725', 'FALSE', 0);
+2017-05-04 05:34:47,610 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:34:47,611 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:47,611 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:34:47,855 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-249
+2017-05-04 05:34:47,878 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-413
+2017-05-04 05:34:47,896 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-568
+2017-05-04 05:34:47,925 DEBUG fe_dashboard 102 46496 140735693222848 starred_2017-640
+2017-05-04 05:34:48,101 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 05:34:48,102 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 05:34:48,119 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 05:34:48,119 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 05:34:48,119 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 05:34:48,124 DEBUG fe_dashboard 106 46496 140735693222848 result right
+2017-05-04 05:34:48,124 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 05:34:48,124 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 05:34:48,138 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 05:34:48,138 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 05:34:48,138 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 05:34:48,547 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:34:49,229 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:34:49,378 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:50,310 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:50,360 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:50,572 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:34:51,317 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:34:51,528 DEBUG db_general 66 46495 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 05:34:51,530 DEBUG db_general 78 46495 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 05:34:51,634 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:34:51,635 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c4c1d617-75dd-4ebb-8105-cb034f7c111b/496edf1d298646239f8f99131cad7bf9
+2017-05-04 05:34:51,673 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:51,761 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:34:51,761 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:34:51,765 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:51,767 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:51,770 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:51,772 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:51,801 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:34:51,801 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1548338c-aafd-484a-af54-f3ac22f90e78/ab81d3ead00e4e53b7c52345b437feff
+2017-05-04 05:34:51,836 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:34:51,924 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:51,925 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:51,929 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:34:51,931 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:34:51,937 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:34:51,938 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:34:52,135 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:52,136 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ba27d7be-05c3-4fdc-abac-e3fbbf93343c/checklist/new/
+2017-05-04 05:34:52,233 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:34:52,233 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:34:52,273 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:52,273 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:52,274 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:34:52,358 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:34:52,358 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b5f60dd6-3cc1-4f7f-aab8-4144a05c2d39/checklist/new/
+2017-05-04 05:34:52,440 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:34:52,440 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:34:52,481 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:34:52,482 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:52,482 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:34:52,550 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:52,815 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:53,104 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:34:53,181 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:53,370 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:34:53,620 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:34:53,765 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:34:53,877 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:54,023 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:34:54,167 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:54,405 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:34:54,628 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:54,705 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:34:54,708 DEBUG db_general 188 46497 140735693222848 Query result: 0643dbf3-91f3-4fdc-92a1-9b105d8463d3
+2017-05-04 05:34:54,713 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where uuid = '0643dbf3-91f3-4fdc-92a1-9b105d8463d3' order by update_time desc limit 1;
+2017-05-04 05:34:54,726 DEBUG db_general 177 46497 140735693222848 Query : select template_id from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:34:54,728 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:34:54,829 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:34:55,155 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:55,200 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:55,634 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:34:55,634 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:34:56,060 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:34:56,162 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:34:56,208 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:34:56,395 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:34:57,031 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:34:57,125 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:34:57,453 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:34:57,681 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:34:58,133 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:34:59,141 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:34:59,422 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:00,495 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:35:00,497 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:35:01,227 DEBUG db_user 227 46496 140735693222848 Query result: [(6,)]
+2017-05-04 05:35:01,238 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:01,702 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:35:01,704 DEBUG db_general 188 46497 140735693222848 Query result: 0643dbf3-91f3-4fdc-92a1-9b105d8463d3
+2017-05-04 05:35:02,259 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 05:35:02,259 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 05:35:02,275 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 05:35:02,275 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 05:35:02,275 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 05:35:02,457 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:02,787 DEBUG db_general 90 46498 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='3a1089b6-1450-4fab-8e88-4c1a9008af3a'
+2017-05-04 05:35:02,797 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:35:02,797 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 05:35:02,797 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 05:35:02,816 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 05:35:02,817 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 05:35:02,817 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 05:35:03,203 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:35:04,492 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:04,736 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 05:35:04,736 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 05:35:04,752 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 05:35:04,753 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 05:35:04,753 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 05:35:05,175 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:05,681 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:05,681 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:35:05,910 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:06,469 DEBUG db_general 66 46498 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 05:35:06,482 DEBUG db_general 78 46498 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 05:35:06,493 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:06,494 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:35:06,719 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:35:06,922 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:35:06,925 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:35:06,931 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:35:06,933 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:35:06,938 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:35:06,940 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:35:07,121 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:07,362 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:35:07,430 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:35:07,487 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:08,099 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:35:08,234 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:08,256 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:08,296 DEBUG db_general 66 46495 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 05:35:08,302 DEBUG db_general 78 46495 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 05:35:08,466 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:08,466 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57fde587-2a58-4e9f-b15e-cba11e858249/47a8b5af21444136abc962e7c6f67b44
+2017-05-04 05:35:08,492 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:08,543 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:08,695 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:08,696 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:08,701 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:08,703 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:08,709 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:08,710 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:08,750 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:09,328 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:09,568 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:09,569 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20594428-0222-4a87-816e-8fc0f071b4ed/checklist/new/
+2017-05-04 05:35:09,663 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:09,663 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:09,695 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:09,696 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:09,696 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:35:09,757 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:35:10,337 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:35:10,535 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:35:10,800 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 05:35:10,800 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 05:35:10,816 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-05-04 05:35:10,816 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 05:35:10,816 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-05-04 05:35:11,198 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:35:11,334 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:11,545 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:11,643 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:12,156 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:12,363 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:12,777 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:35:12,826 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:12,884 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:13,251 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:13,581 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:35:13,893 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:35:14,114 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:35:14,371 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:14,371 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:35:15,113 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 05:35:15,344 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:35:15,741 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:35:15,994 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:35:16,123 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:16,160 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:35:16,535 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:35:16,916 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:17,001 DEBUG db_checklist 58 46497 140735693222848 Query : select owner_id from ice_checklist Where uuid = '0643dbf3-91f3-4fdc-92a1-9b105d8463d3' and state = 'peer_review';
+2017-05-04 05:35:17,004 DEBUG db_checklist 73 46497 140735693222848 Query result: 2
+2017-05-04 05:35:17,009 DEBUG db_general 177 46497 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 05:35:17,011 DEBUG db_general 188 46497 140735693222848 Query result: hs0007@att.com
+2017-05-04 05:35:17,011 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:17,012 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:35:17,784 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:35:17,924 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:35:18,407 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:35:18,504 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:18,972 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 05:35:18,972 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 05:35:18,990 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-05-04 05:35:18,990 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 05:35:18,990 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-05-04 05:35:19,188 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:19,369 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 05:35:20,195 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:35:20,927 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 05:35:20,927 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 05:35:20,950 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 05:35:20,951 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 05:35:20,951 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 05:35:21,183 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:22,514 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 05:35:22,514 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 05:35:22,532 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 05:35:22,533 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 05:35:22,533 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 05:35:22,600 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:35:22,601 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/90d3988d-6d86-434d-b7c1-969e74416ced/316bf72c48284a6d8b0b6a1cc0e722f2
+2017-05-04 05:35:22,646 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:22,755 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:22,755 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:22,760 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:22,762 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:22,765 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:22,767 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:23,155 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:23,155 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a068df06-5150-47e3-a2ff-040f673adde5/checklist/new/
+2017-05-04 05:35:23,227 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:23,267 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:23,267 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:23,289 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:35:23,295 DEBUG db_general 188 46497 140735693222848 Query result: 0643dbf3-91f3-4fdc-92a1-9b105d8463d3
+2017-05-04 05:35:23,335 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:23,336 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:23,336 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:35:24,049 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:24,234 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:35:24,604 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:24,605 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/129b71a5-e425-4481-a7aa-0017b8356f0f/9e62528eedfc4b6a9531ce11326a60c1
+2017-05-04 05:35:24,646 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:24,736 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:24,737 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:24,743 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:24,745 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:24,751 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:24,752 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:24,794 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:24,889 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:35:25,027 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:25,504 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:25,504 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16222e55-7fd5-4395-9532-ec7b8b81aae4/checklist/new/
+2017-05-04 05:35:25,619 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:25,619 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:25,686 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:25,687 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:25,687 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:35:26,010 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:26,088 DEBUG db_general 66 46498 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 05:35:26,102 DEBUG db_general 78 46498 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 05:35:26,108 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 05:35:26,111 DEBUG db_general 188 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:26,116 DEBUG db_general 90 46498 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('4a78cf94-768a-4e4d-b068-995d8b2e1efb', 'AIC', '244', 'FALSE', 0);
+2017-05-04 05:35:26,123 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:35:26,207 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:35:26,207 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:35:26,207 DEBUG api_virtual_function 235 46498 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/deployment-targets/4a78cf94-768a-4e4d-b068-995d8b2e1efb
+2017-05-04 05:35:26,233 DEBUG api_virtual_function 242 46498 140735693222848 AIC version has changed!
+2017-05-04 05:35:26,234 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:26,234 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:35:26,600 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:35:27,018 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:35:27,138 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:35:27,239 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:35:27,363 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:27,367 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:27,793 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:35:27,921 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:28,066 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 05:35:28,066 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 05:35:28,087 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-05-04 05:35:28,087 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 05:35:28,087 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-05-04 05:35:28,303 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:28,437 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:35:28,471 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:35:28,528 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:35:28,556 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:35:28,586 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:35:28,591 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:35:29,207 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:29,312 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:35:30,215 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:35:30,295 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:30,443 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:30,550 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:31,466 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:31,687 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:31,687 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:31,709 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:35:31,709 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6fee1680-1053-4d7f-aa4e-48329126ad7e/6b87b728584e47f387606a7db0d78a52
+2017-05-04 05:35:31,775 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:31,895 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:31,896 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:31,901 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:31,904 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:31,910 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:31,912 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:32,218 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:35:32,501 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:32,501 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fad5f61e-e638-4865-ab42-1a7f9e125338/checklist/new/
+2017-05-04 05:35:32,581 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:32,581 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:32,623 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:32,623 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:32,624 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:35:33,421 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:33,498 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:35:33,539 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:35:34,183 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:35:34,291 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:34,699 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:34,943 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:35,234 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:35:35,455 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:35,835 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:35:35,967 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:36,859 DEBUG api_virtual_function 235 46498 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:36,891 DEBUG api_virtual_function 242 46498 140735693222848 AIC version has changed!
+2017-05-04 05:35:36,895 DEBUG db_general 90 46498 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='4a78cf94-768a-4e4d-b068-995d8b2e1efb'
+2017-05-04 05:35:36,899 DEBUG db_general 94 46498 140735693222848 Insert query success!
+2017-05-04 05:35:36,899 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 05:35:36,899 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 05:35:36,911 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 05:35:36,912 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 05:35:36,912 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 05:35:36,975 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:35:37,495 DEBUG api_virtual_function 187 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:37,496 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 05:35:37,496 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 05:35:37,523 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-05-04 05:35:37,524 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 05:35:37,524 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 05:35:38,030 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 05:35:38,031 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 05:35:38,051 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-05-04 05:35:38,052 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 05:35:38,052 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-05-04 05:35:38,420 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:35:39,494 DEBUG db_checklist 27 46497 140735693222848 Query : select owner_id from ice_checklist Where uuid = '0643dbf3-91f3-4fdc-92a1-9b105d8463d3' and state = 'approval';
+2017-05-04 05:35:39,500 DEBUG db_checklist 38 46497 140735693222848 Query result: 3
+2017-05-04 05:35:39,509 DEBUG db_general 177 46497 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 05:35:39,513 DEBUG db_general 188 46497 140735693222848 Query result: admin@att.com
+2017-05-04 05:35:39,513 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:39,513 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:35:40,024 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:40,307 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:35:40,639 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:40,968 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:35:41,086 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:41,106 DEBUG db_general 66 46498 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 05:35:41,114 DEBUG db_general 78 46498 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 05:35:41,124 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-05-04 05:35:41,126 DEBUG db_general 188 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:41,188 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:41,247 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:35:41,247 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:35:41,247 DEBUG api_virtual_function 255 46498 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/ecomp-releases/8fa47dab-384d-4224-b3b0-8ad795e72e87
+2017-05-04 05:35:41,406 DEBUG api_virtual_function 262 46498 140735693222848 AIC version has changed!
+2017-05-04 05:35:41,406 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:41,406 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:35:41,962 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:41,962 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/192df9e3-213d-46e9-b896-b36581d2bc68/e9b30ca8ccff49e3b95ae4f344c83ab1
+2017-05-04 05:35:42,013 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:42,139 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:42,139 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:42,145 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:42,146 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:42,152 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:42,154 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:42,241 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:42,495 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:42,495 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8531718a-cdde-4cdf-b576-5bf844c4dce7/checklist/new/
+2017-05-04 05:35:42,520 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:35:42,595 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:42,596 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:42,641 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:42,678 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:35:42,678 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/07009c41-7c0f-40d1-b260-35ee966190c7/abeebec99002498c8f580e3949b45ca2
+2017-05-04 05:35:42,716 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:42,726 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:42,727 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ea97a806-50dd-4815-828e-6febc9ca64a6/ca1cab6d48f2431ba2198afd27d0ee1e
+2017-05-04 05:35:42,764 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:42,792 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:42,792 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:42,797 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:42,799 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:42,804 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:42,805 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:42,845 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:42,846 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:42,851 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:42,853 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:42,857 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:42,860 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:43,135 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:43,136 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b59292c6-719c-4d2f-9543-fde74ee62887/checklist/new/
+2017-05-04 05:35:43,183 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:35:43,196 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:43,197 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d58205a7-f73c-4cbb-84e2-88086230b5d4/checklist/new/
+2017-05-04 05:35:43,236 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:43,237 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:43,252 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:35:43,280 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:43,281 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:43,281 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:35:43,296 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:43,296 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:43,313 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:43,345 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:43,448 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:43,449 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c4482560-2d48-49b6-868c-4e3aa01246b7/853c91e4d0b44753b7d71cb3350b9114
+2017-05-04 05:35:43,488 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:43,639 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:43,639 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:43,657 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:43,660 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:43,670 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:43,672 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:44,148 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:44,148 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0e1c9cba-c4a2-4ed7-9fe4-fef271e601cd/checklist/new/
+2017-05-04 05:35:44,231 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:35:44,235 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:44,237 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:44,238 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:44,288 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:44,405 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:44,405 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7d50a58e-6617-482c-8ec7-2e5d38e62803/af7f158c7b7a46c69cae2181fae96ad0
+2017-05-04 05:35:44,439 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:44,511 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:44,512 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:44,517 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:44,519 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:44,523 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:44,525 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:44,905 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:35:44,939 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:44,940 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/077320cd-1401-4587-afd0-211f363c7f7d/checklist/new/
+2017-05-04 05:35:45,013 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:45,018 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:45,019 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:45,065 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:45,176 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:45,176 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ae67f598-e8b7-416b-99df-ad7e37947a83/d99df5fe4419411abac88f8382fd0742
+2017-05-04 05:35:45,217 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:45,244 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:35:45,372 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:45,372 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:45,377 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:45,379 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:45,383 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:45,385 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:45,663 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:45,664 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9c0f86d6-956b-4e63-ba81-6f06446e6795/checklist/new/
+2017-05-04 05:35:45,735 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:45,736 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:45,771 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:45,831 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:35:45,833 DEBUG db_general 188 46497 140735693222848 Query result: 0643dbf3-91f3-4fdc-92a1-9b105d8463d3
+2017-05-04 05:35:45,866 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:45,867 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e178f10-bbab-4907-b0be-26149dcded19/4cc135fcff144629b4cbbe9ba49277e8
+2017-05-04 05:35:45,903 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:45,972 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:45,972 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:45,976 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:45,977 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:45,981 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:45,982 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:46,020 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:35:46,217 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:46,218 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8f6e7d24-14bb-45cb-918f-2d3d0f42df98/checklist/new/
+2017-05-04 05:35:46,287 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:46,287 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:46,322 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:46,424 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:46,425 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1ccf43a6-8aa9-4eac-8c09-949965f9c95e/acbae0cce7954b42b9299b03f4cd2b0f
+2017-05-04 05:35:46,461 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:46,496 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:46,547 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:46,630 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:46,631 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:46,635 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:46,637 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:46,642 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:46,644 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:47,044 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:47,044 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6838ce93-d3bd-424c-bc09-a43514c3c11b/checklist/new/
+2017-05-04 05:35:47,127 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:47,127 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:47,164 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:47,196 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:35:47,286 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:47,287 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/800842e5-02cd-495e-af02-7246191ecfc3/321c6827d159460db9161da1a7cb0103
+2017-05-04 05:35:47,332 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:47,410 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:47,410 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:47,415 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:47,416 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:47,421 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:47,422 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:47,707 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:47,707 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9bbbb4de-66dc-46ff-83c5-02e261097631/checklist/new/
+2017-05-04 05:35:47,779 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:47,779 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:47,819 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:47,894 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:47,894 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/703c5e6f-e1b0-4da9-8441-8912ab54a01b/c465ee2e96124b738c95c389c0a318bb
+2017-05-04 05:35:47,929 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:48,002 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:48,002 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:48,006 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:48,007 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:48,011 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:48,014 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:48,264 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:48,264 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa0528ac-8bd6-46bb-9629-355301a21196/checklist/new/
+2017-05-04 05:35:48,342 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:48,343 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:48,395 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:48,426 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:35:48,524 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:48,524 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/522bad94-8ff3-437e-ab4b-a445c0d4c17e/059f50f75c144ae8b96c65d02e512fce
+2017-05-04 05:35:48,561 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:48,633 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:48,633 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:48,637 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:48,638 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:48,642 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:48,644 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:48,859 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:48,859 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fc095237-14dc-4e6c-a45c-82bf4bfd85e8/checklist/new/
+2017-05-04 05:35:48,927 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:48,927 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:48,960 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:49,037 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:49,037 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/06d15ee5-e5a3-4838-b954-76eeb5339bbc/4fe942c331864008813d02f76c90638e
+2017-05-04 05:35:49,068 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:49,142 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:49,143 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:49,147 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:49,150 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:49,154 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:49,157 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:49,368 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:49,368 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/689fe179-b9d1-4174-bf21-ff7c69ed53f3/checklist/new/
+2017-05-04 05:35:49,436 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:49,436 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:49,470 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:49,549 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:49,549 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/081edda9-a26c-423a-9ff2-1fcf7f7b4434/5d6a981a494b4087a9bf9c044cad4d1d
+2017-05-04 05:35:49,587 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:49,655 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:49,656 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:49,660 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:49,661 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:49,665 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:49,666 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:49,884 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:49,884 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78f942fa-1fa1-4fa0-bfff-ff74888a1d65/checklist/new/
+2017-05-04 05:35:49,961 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:49,961 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:49,994 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:50,086 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:50,086 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3336fe0d-fee0-4a91-bd9c-2580c210d2f0/979349dd39ce446a8c246fbc72eceafb
+2017-05-04 05:35:50,087 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:35:50,120 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:50,199 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:50,200 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:50,204 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:50,206 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:50,210 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:50,211 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:50,421 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:50,422 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/91a896bc-cfdf-4983-a5f4-93fd64204d6c/checklist/new/
+2017-05-04 05:35:50,487 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:50,487 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:50,521 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:50,605 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:50,605 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/62d41b49-0c05-47aa-9803-47981a8d1ede/2c7d73c30f5346cebd051b144ac9ab6a
+2017-05-04 05:35:50,642 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:50,711 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:50,711 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:50,715 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:50,716 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:50,720 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:50,721 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:50,929 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:50,929 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88d1100a-841c-4707-8ab6-df4b2a8fc26e/checklist/new/
+2017-05-04 05:35:50,999 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:51,000 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:51,034 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:51,111 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:51,112 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2adcb206-42c1-45ee-bb4d-67778bfe5b91/0e40c554f6614c3f84317e6f9e32cfca
+2017-05-04 05:35:51,146 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:51,216 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:51,216 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:51,220 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:51,222 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:51,226 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:51,227 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:51,456 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:51,456 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/248e62ed-959c-4e04-b755-cfc414fdf003/checklist/new/
+2017-05-04 05:35:51,524 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:51,524 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:51,562 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:51,639 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:51,639 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7a48f40b-7919-4a7c-b92b-949da9389a8a/0e854b93dc0f41f3a7235ebd0da1c545
+2017-05-04 05:35:51,672 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:51,714 DEBUG api_virtual_function 255 46498 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/ecomp-releases/f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:51,743 DEBUG api_virtual_function 262 46498 140735693222848 AIC version has changed!
+2017-05-04 05:35:51,743 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:51,743 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:51,748 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:51,750 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:51,752 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 05:35:51,753 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 05:35:51,755 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:51,757 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:51,764 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-05-04 05:35:51,764 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 05:35:51,764 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-05-04 05:35:52,046 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:52,046 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4ef2ef78-7983-4b53-a2bc-1b79ed9f713b/checklist/new/
+2017-05-04 05:35:52,112 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:52,112 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:52,146 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:52,227 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:52,228 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6f6d1f72-302f-4148-ba1f-cb77fe673065/18d65368f3ff462d85e3b4ab2fe00f17
+2017-05-04 05:35:52,254 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 05:35:52,254 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 05:35:52,271 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:52,272 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-05-04 05:35:52,273 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 05:35:52,273 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-05-04 05:35:52,381 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:52,382 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:52,388 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:52,390 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:52,396 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:52,398 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:53,041 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:53,042 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd4190a2-9736-4687-81de-91301b1c462f/checklist/new/
+2017-05-04 05:35:53,177 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:53,177 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:53,228 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:53,372 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:53,372 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6531c483-ccaf-48c1-aafa-c23754da5e46/6c3e414643b24e28b6a3124807ce4c4a
+2017-05-04 05:35:53,421 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:53,524 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:53,525 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:53,530 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:53,531 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:53,535 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:53,536 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:53,923 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:53,923 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/598d5963-2d6c-4f9d-923a-164f5f989290/checklist/new/
+2017-05-04 05:35:53,960 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:54,016 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:54,016 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:54,055 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:54,161 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:54,161 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1ab5c3b1-fee8-4256-8da2-1366acf5afca/d472a244555f4cf89ff8c3d1e279cf45
+2017-05-04 05:35:54,198 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:54,273 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:54,273 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:54,277 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:54,278 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:54,282 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:54,283 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:54,588 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:35:54,760 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:54,760 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b811dbcb-91d1-4aa8-9203-a95ba92a018c/checklist/new/
+2017-05-04 05:35:54,845 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:54,846 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:54,886 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:54,967 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:54,968 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61255605-c522-4ea8-a57f-1bf1009d218c/25ab5152d2a644b4a0de345500007fa0
+2017-05-04 05:35:55,007 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:55,115 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:55,115 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:55,119 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:55,121 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:55,125 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:55,127 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:55,189 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:35:55,190 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/126cbca2-1102-4a0a-a974-24afcb05a6d3/958b248e8f644fdea76330666721c063
+2017-05-04 05:35:55,222 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:55,324 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:35:55,325 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:35:55,333 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:55,335 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:55,340 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:55,341 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:55,545 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:55,546 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b90fa41c-8e94-41d4-9412-b4736c585424/checklist/new/
+2017-05-04 05:35:55,627 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:55,627 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:55,682 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:55,712 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:55,713 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/727e35d6-f0ea-4b55-b9dd-042ad146a2be/checklist/new/
+2017-05-04 05:35:55,783 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:55,783 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/04953838-318e-464a-adac-77ea8422ec1d/d8254c5f41614c8f9ef288d79fac1792
+2017-05-04 05:35:55,804 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:35:55,805 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:35:55,820 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:55,851 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:55,851 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:35:55,851 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:35:55,851 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eb79eaec-e0f1-424e-82f3-39b7859f06d0/fbdf0201d520493bb8592549947a1aa4
+2017-05-04 05:35:55,894 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:55,915 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:55,915 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:55,920 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:55,921 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:55,929 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:55,931 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:55,992 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:55,993 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:56,003 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:56,005 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:56,012 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:56,014 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:56,366 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:56,366 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/44043d00-0664-4d74-b67b-c348c98ffc07/checklist/new/
+2017-05-04 05:35:56,404 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:56,404 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b23a8dad-9a8a-4f8d-80d6-72dabf45496c/checklist/new/
+2017-05-04 05:35:56,449 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:56,449 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:56,496 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:35:56,497 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:35:56,499 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:56,525 DEBUG fe_detailed_view 123 46498 140735693222848 Login with user hs0007@att.com
+2017-05-04 05:35:56,525 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:56,525 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:35:56,545 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:56,546 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:35:56,546 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:35:56,609 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:56,609 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58607b46-6e99-49ae-8d2c-99f6361834ce/fb632a2adfb743328a9c03f6c5f89555
+2017-05-04 05:35:56,646 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:56,726 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:56,726 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:56,730 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:56,733 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:56,737 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:56,738 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:57,004 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:57,005 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5c07ea4d-3d2c-4988-8349-b65995ad007a/checklist/new/
+2017-05-04 05:35:57,074 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:57,074 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:57,110 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:57,187 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:57,187 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/69c4c082-b4b0-45a9-ab3e-49057852d175/8ee56a9dc4554b9795651f1a9e27c456
+2017-05-04 05:35:57,221 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:57,293 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:57,293 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:57,297 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:57,298 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:57,302 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:57,303 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:57,358 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:35:57,406 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:35:57,677 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:57,677 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb6f3395-af68-4213-a5c3-d49364a2c684/checklist/new/
+2017-05-04 05:35:57,750 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:57,750 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:57,783 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:57,871 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:57,871 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f25e07a-6055-48f8-871e-2c8eb636d2b8/bf11902593724411826f76f52ebf409b
+2017-05-04 05:35:57,903 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:57,971 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:57,971 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:57,975 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:57,977 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:57,981 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:57,983 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:58,011 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:35:58,067 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:35:58,135 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:58,201 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:35:58,829 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:58,879 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:58,879 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/39a75fd6-dc33-469e-a086-a4050604b000/checklist/new/
+2017-05-04 05:35:59,016 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:59,016 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:59,102 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:35:59,135 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:59,240 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:35:59,241 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b4c9e745-7ab2-4a5d-8761-8790d31a100e/f96846e4a9d348b79c2540ca3d186b45
+2017-05-04 05:35:59,293 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:35:59,342 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:59,386 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:35:59,386 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:35:59,390 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:35:59,391 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:35:59,395 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:35:59,396 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:35:59,647 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:59,795 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:35:59,854 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:35:59,960 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:35:59,961 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9b8bae29-2062-48e4-a371-268765058c39/checklist/new/
+2017-05-04 05:36:00,032 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:00,032 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:00,065 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:00,141 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:36:00,141 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61612cc0-cb3e-4de7-bd01-2c546ae16966/e34c6e635cb44af99449fe46545ac151
+2017-05-04 05:36:00,178 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:00,247 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:00,247 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:00,251 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:00,253 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:00,257 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:00,259 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:00,521 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:00,522 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50193560-ea7c-4279-a862-f61d884c4eeb/checklist/new/
+2017-05-04 05:36:00,587 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:00,587 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:00,622 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:00,654 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:36:00,704 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:36:00,704 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/17e63737-bfa0-4044-a4ae-589099f990c3/1829b84c66f14686b0369f96ae888273
+2017-05-04 05:36:00,739 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:00,806 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:36:00,808 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:00,808 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:00,809 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:36:00,812 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:00,813 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:36:00,813 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:00,815 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:36:00,817 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:00,818 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:00,819 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:36:00,821 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:36:00,862 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:36:01,108 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:01,109 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d242ec5a-c2ec-4fea-a2e9-8f40768a3ac9/checklist/new/
+2017-05-04 05:36:01,191 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:01,191 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:01,230 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:01,326 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:36:01,326 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c18f6eb7-a7f3-4760-87de-87f5b68bf2f1/151c2c2c12d04cda8244fbcc6bbb75c6
+2017-05-04 05:36:01,366 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:01,463 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:01,463 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:01,468 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:01,471 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:01,476 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:01,477 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:01,549 DEBUG test_left_nav_panel 124 46496 140735693222848 Fetched ID: dashboard_2017-220: STJSvCE
+2017-05-04 05:36:01,660 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:02,000 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:02,001 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/checklist/new/
+2017-05-04 05:36:02,109 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:02,139 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:02,139 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:02,235 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:02,349 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:02,398 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:36:02,398 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0bc215af-1cc9-4951-ba2f-8f1b87bca08e/b9b2f62cd5f242d7a8ce9ef6926fdf94
+2017-05-04 05:36:02,494 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:02,581 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:02,581 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:02,587 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:02,590 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:02,597 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:02,599 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:02,929 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:02,930 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/40197df0-3a22-4eb5-8a9a-d74fa9005c00/checklist/new/
+2017-05-04 05:36:03,038 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:03,038 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:03,072 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:03,130 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:03,165 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:36:03,165 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/07beea2d-6b3a-4ab5-acfa-80366366dca6/12f76239b7414817aeded12e5879cd24
+2017-05-04 05:36:03,199 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:03,281 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:03,281 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:03,285 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:03,287 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:03,291 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:03,293 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:03,452 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 05:36:03,453 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 05:36:03,477 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-05-04 05:36:03,478 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 05:36:03,478 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-05-04 05:36:03,706 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:03,706 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4e6f14df-320b-40c9-af48-9a0bed595c08/checklist/new/
+2017-05-04 05:36:03,778 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:03,779 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:03,815 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:03,815 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:03,815 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:36:04,057 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:36:04,064 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:36:04,068 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:36:04,072 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:36:04,076 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:36:04,079 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:36:04,394 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:36:04,717 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:36:04,888 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:36:05,356 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:36:05,505 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:05,583 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:05,958 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:36:06,088 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:36:06,559 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:36:06,667 DEBUG fe_detailed_view 123 46498 140735693222848 Login with user dd1122@att.com
+2017-05-04 05:36:06,667 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:06,668 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:36:06,851 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:36:06,851 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/93bd852e-44ef-4c57-838e-09a2b381c8e1/2a02f6bcdab646a7a8e4c5098c3c4dc7
+2017-05-04 05:36:06,886 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:06,962 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:06,963 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:06,967 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:06,969 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:06,972 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:06,974 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:07,302 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:07,303 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f172699-442e-45a0-9ea7-4537b77b29c3/checklist/new/
+2017-05-04 05:36:07,325 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:07,382 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:07,382 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:07,421 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:07,421 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:07,422 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:36:07,459 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:36:08,117 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:36:08,218 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:08,311 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:36:08,775 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:36:09,018 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:36:09,120 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:09,163 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:09,592 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:09,592 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:36:10,130 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:36:10,186 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:10,445 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:36:11,071 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:36:11,166 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:11,193 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:36:11,345 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:11,859 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:12,088 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:12,131 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:12,403 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:12,643 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:13,176 DEBUG db_general 128 46496 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'dd1122@att.com';
+2017-05-04 05:36:13,179 DEBUG db_general 136 46496 140735693222848 Query result: 856c1788-a741-4ce8-8652-34d1bc7fff23
+2017-05-04 05:36:13,204 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-680: STcYPD3
+2017-05-04 05:36:13,211 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STcYPD3';
+2017-05-04 05:36:13,216 DEBUG db_general 188 46496 140735693222848 Query result: 143265a3-10dc-4aa4-9766-7ff48b046657
+2017-05-04 05:36:13,225 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-638: STOZxJi
+2017-05-04 05:36:13,233 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:36:13,236 DEBUG db_general 188 46496 140735693222848 Query result: 8657add1-7531-4699-8b7f-081363505bf7
+2017-05-04 05:36:13,244 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-679: STpBF2c
+2017-05-04 05:36:13,252 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STpBF2c';
+2017-05-04 05:36:13,257 DEBUG db_general 188 46496 140735693222848 Query result: 5b773665-5734-4cbf-a80f-e93222135870
+2017-05-04 05:36:13,266 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-678: STuA2Tq
+2017-05-04 05:36:13,274 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STuA2Tq';
+2017-05-04 05:36:13,276 DEBUG db_general 188 46496 140735693222848 Query result: 2a5f87ed-1916-4918-a5a8-9b2cacc784cd
+2017-05-04 05:36:13,286 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-677: STdolQG
+2017-05-04 05:36:13,294 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STdolQG';
+2017-05-04 05:36:13,298 DEBUG db_general 188 46496 140735693222848 Query result: 738ca24e-a5ca-4582-92ca-609ed9519fc0
+2017-05-04 05:36:13,308 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-676: STTSE92
+2017-05-04 05:36:13,317 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STTSE92';
+2017-05-04 05:36:13,320 DEBUG db_general 188 46496 140735693222848 Query result: afd42b4f-790b-4432-8aac-ec67d04e6484
+2017-05-04 05:36:13,328 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-675: ST3PnqR
+2017-05-04 05:36:13,335 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'ST3PnqR';
+2017-05-04 05:36:13,337 DEBUG db_general 188 46496 140735693222848 Query result: 8445a29b-16e8-4254-bda6-affc7694b64e
+2017-05-04 05:36:13,345 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-674: STkHoBN
+2017-05-04 05:36:13,353 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STkHoBN';
+2017-05-04 05:36:13,358 DEBUG db_general 188 46496 140735693222848 Query result: d5eb9f25-11db-4dbf-8776-e1dc66da9db2
+2017-05-04 05:36:13,366 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-673: STNvWAx
+2017-05-04 05:36:13,374 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STNvWAx';
+2017-05-04 05:36:13,376 DEBUG db_general 188 46496 140735693222848 Query result: 93d2d239-05f2-4ed7-a29f-a6cf96036e85
+2017-05-04 05:36:13,385 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-672: STl8PnI
+2017-05-04 05:36:13,392 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STl8PnI';
+2017-05-04 05:36:13,394 DEBUG db_general 188 46496 140735693222848 Query result: 813bd8fa-64a8-4fd1-a947-e166cc50782c
+2017-05-04 05:36:13,403 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-671: STjHVCo
+2017-05-04 05:36:13,413 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STjHVCo';
+2017-05-04 05:36:13,417 DEBUG db_general 188 46496 140735693222848 Query result: 201dd80c-e64b-4324-b974-cf8abf63dcec
+2017-05-04 05:36:13,426 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-670: STarRUx
+2017-05-04 05:36:13,436 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STarRUx';
+2017-05-04 05:36:13,439 DEBUG db_general 188 46496 140735693222848 Query result: d98b922e-36ed-4b65-9c0c-e7f119a6d95f
+2017-05-04 05:36:13,449 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-669: STASCX9
+2017-05-04 05:36:13,458 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STASCX9';
+2017-05-04 05:36:13,461 DEBUG db_general 188 46496 140735693222848 Query result: df7edeb9-77b0-4dec-84c1-9f2f61fe6081
+2017-05-04 05:36:13,472 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-668: STPj2LB
+2017-05-04 05:36:13,480 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STPj2LB';
+2017-05-04 05:36:13,482 DEBUG db_general 188 46496 140735693222848 Query result: 952b9cf6-3037-4e40-b4ed-0815889df0fd
+2017-05-04 05:36:13,490 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-667: STK8Jcr
+2017-05-04 05:36:13,498 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STK8Jcr';
+2017-05-04 05:36:13,502 DEBUG db_general 188 46496 140735693222848 Query result: f94550a8-e1fc-4f44-9c91-86da30f157dc
+2017-05-04 05:36:13,512 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-666: STNv6o5
+2017-05-04 05:36:13,520 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STNv6o5';
+2017-05-04 05:36:13,524 DEBUG db_general 188 46496 140735693222848 Query result: d96318fe-eb07-4d12-bafb-4292d6536f26
+2017-05-04 05:36:13,534 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-665: STfYmnX
+2017-05-04 05:36:13,544 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STfYmnX';
+2017-05-04 05:36:13,547 DEBUG db_general 188 46496 140735693222848 Query result: 88d4678a-9750-4855-864a-154a703f4383
+2017-05-04 05:36:13,558 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-664: STf1eGr
+2017-05-04 05:36:13,569 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STf1eGr';
+2017-05-04 05:36:13,572 DEBUG db_general 188 46496 140735693222848 Query result: c828de69-8ae3-46f1-8de1-7f7728244593
+2017-05-04 05:36:13,585 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-663: STofD48
+2017-05-04 05:36:13,595 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STofD48';
+2017-05-04 05:36:13,599 DEBUG db_general 188 46496 140735693222848 Query result: 8dd269c1-ed39-4bd1-b8b8-6e05ce9f652c
+2017-05-04 05:36:13,602 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:36:13,611 DEBUG test_left_nav_panel 103 46496 140735693222848 Fetched ID: clickable_2017-662: STrW1Zb
+2017-05-04 05:36:13,623 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_vf Where name = 'STrW1Zb';
+2017-05-04 05:36:13,626 DEBUG db_general 188 46496 140735693222848 Query result: 4eedc068-7d5d-408e-9e26-1577603efc4f
+2017-05-04 05:36:13,626 DEBUG test_left_nav_panel 109 46496 140735693222848 Right result
+2017-05-04 05:36:13,627 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 05:36:13,627 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 05:36:13,650 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-05-04 05:36:13,650 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 05:36:13,651 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-04 05:36:13,651 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:36:14,231 DEBUG db_general 177 46497 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 05:36:14,237 DEBUG db_general 188 46497 140735693222848 Query result: dd1122@att.com
+2017-05-04 05:36:15,165 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:36:15,815 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:15,886 DEBUG fe_detailed_view 123 46498 140735693222848 Login with user admin@att.com
+2017-05-04 05:36:15,886 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:15,886 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:36:16,497 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:36:16,499 DEBUG db_general 188 46497 140735693222848 Query result: 0643dbf3-91f3-4fdc-92a1-9b105d8463d3
+2017-05-04 05:36:16,689 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:36:16,953 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:36:16,953 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bed4c397-479e-46e2-b923-8dd3e3b81663/c07eba0f771e400195425c37358bf8d4
+2017-05-04 05:36:16,991 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:17,077 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:17,077 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:17,083 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:17,085 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:17,089 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:17,090 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:17,233 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:36:17,349 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:36:17,463 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:17,616 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:17,617 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/35b48544-0c44-41bc-b1bd-59ea90c14f59/checklist/new/
+2017-05-04 05:36:17,807 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:17,807 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:17,869 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:17,874 DEBUG db_general 177 46496 140735693222848 Query : select engagement_id from ice_vf Where name = 'STPIDlg';
+2017-05-04 05:36:17,878 DEBUG db_general 188 46496 140735693222848 Query result: 35b48544-0c44-41bc-b1bd-59ea90c14f59
+2017-05-04 05:36:17,884 DEBUG db_general 177 46496 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '35b48544-0c44-41bc-b1bd-59ea90c14f59';
+2017-05-04 05:36:17,886 DEBUG db_general 188 46496 140735693222848 Query result: 2017-681
+2017-05-04 05:36:17,890 DEBUG db_general 177 46496 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-681';
+2017-05-04 05:36:17,893 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:36:17,900 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:17,901 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:36:18,192 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:18,811 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:36:19,205 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:36:19,453 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:36:19,565 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:20,185 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:20,429 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:21,192 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:36:21,932 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 05:36:22,495 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:23,059 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:23,296 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:23,481 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 05:36:23,481 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 05:36:23,494 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-05-04 05:36:23,495 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 05:36:23,495 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-05-04 05:36:24,999 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:25,599 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:25,657 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:26,769 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:36:26,773 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST8ngBN@intl.att.com';
+2017-05-04 05:36:26,776 DEBUG db_general 136 46498 140735693222848 Query result: ca0fdda8-5ac3-4a1e-836d-6673e1aad6e1
+2017-05-04 05:36:26,780 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'ST8ngBN@intl.att.com';
+2017-05-04 05:36:26,783 DEBUG db_general 136 46498 140735693222848 Query result: 683
+2017-05-04 05:36:26,786 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '683';
+2017-05-04 05:36:26,788 DEBUG db_general 188 46498 140735693222848 Query result: c2c402f45cb2466f81408fb8c548338a
+2017-05-04 05:36:26,788 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ca0fdda8-5ac3-4a1e-836d-6673e1aad6e1/c2c402f45cb2466f81408fb8c548338a
+2017-05-04 05:36:26,788 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ca0fdda8-5ac3-4a1e-836d-6673e1aad6e1/c2c402f45cb2466f81408fb8c548338a
+2017-05-04 05:36:27,458 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:27,459 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:36:28,318 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:36:28,984 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:36:29,095 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:36:30,300 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:36:30,347 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:36:31,359 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:36:31,363 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:36:31,366 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:36:31,369 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:36:31,372 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:36:31,374 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:36:32,739 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:32,739 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:36:33,504 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:36:34,153 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:36:34,510 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STOZxJi';
+2017-05-04 05:36:34,513 DEBUG db_general 188 46497 140735693222848 Query result: 4a7de8aa-c537-4f90-9408-8225aa4a20e7
+2017-05-04 05:36:34,519 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '4a7de8aa-c537-4f90-9408-8225aa4a20e7';
+2017-05-04 05:36:34,522 DEBUG db_general 188 46497 140735693222848 Query result: 2017-638
+2017-05-04 05:36:34,527 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-638';
+2017-05-04 05:36:34,532 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:36:34,616 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:35,310 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:36:35,628 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:36:36,170 DEBUG test_login_with_new_user 489 46498 140735693222848 click_on on + Dashboard
+2017-05-04 05:36:36,474 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:36:36,931 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:36:36,989 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_search_bar
+2017-05-04 05:36:36,992 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 05:36:36,993 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 05:36:37,012 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-04 05:36:37,013 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 05:36:37,014 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-05-04 05:36:38,560 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:39,147 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:39,523 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:40,311 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:36:40,311 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed9761b9-b572-423a-a131-dee638a18e9a/e98593dd62ff42c086ca489a1588b9e5
+2017-05-04 05:36:40,357 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:40,452 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:40,462 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:40,462 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:40,469 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:40,471 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:40,475 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:40,477 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:40,793 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'STzuY4R';
+2017-05-04 05:36:40,796 DEBUG db_general 188 46497 140735693222848 Query result: 0643dbf3-91f3-4fdc-92a1-9b105d8463d3
+2017-05-04 05:36:40,810 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:40,811 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ffc6f13-c51e-4e37-a15e-bf4aba62f020/checklist/new/
+2017-05-04 05:36:40,878 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:40,878 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:40,917 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:40,917 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:40,917 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:36:41,781 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:36:41,930 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:36:41,930 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 05:36:41,952 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 05:36:41,953 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 05:36:41,953 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 05:36:41,994 DEBUG fe_wizard 57 46498 140735693222848 Tab Add Vendor Contact
+2017-05-04 05:36:42,447 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:36:42,581 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:43,677 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:44,189 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:44,686 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:36:45,163 DEBUG fe_wizard 97 46498 140735693222848 Tab Invite Team Members
+2017-05-04 05:36:45,323 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:36:45,324 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bb1de63e-dfc5-461b-ab7e-d1a2cbbac0dc/b698a78f3ad249ef9131486797289918
+2017-05-04 05:36:45,364 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:45,478 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:36:45,479 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:36:45,484 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:45,485 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:45,489 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:45,491 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:45,577 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:45,910 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:45,911 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b8913da8-5323-4e78-ae0f-1c19ee3a8ae9/checklist/new/
+2017-05-04 05:36:45,989 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:36:45,989 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:36:46,029 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:46,030 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:46,030 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:36:46,406 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:46,708 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:46,914 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:36:47,431 DEBUG fe_wizard 115 46498 140735693222848 About to add an SSH Key in modal window
+2017-05-04 05:36:47,443 DEBUG helper 42 46498 140735693222848 About to generate SSH Public Key
+2017-05-04 05:36:47,600 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:36:47,714 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:47,764 DEBUG helper 57 46498 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgauP7Ca/Wx/ol9qYZPhnREzOxYrEXIp77XHsMoYBCczlXWPyPhIdKrV703TlESk3uY53rYrIEASH9+5dWrG2wUhvOmMYeII+lWd84Bd/IOKp5ac3ts1acmqKEGTS4X4F1wZKR3yNnma16MKwqgF1SzdJgkbCDRRByHCGl9+LwdFvKfSwUnEcwjwRw8cf8ysXHhftapCC3RUOLzmEarJ0NOZbJo0zOgm19vhxblIjyXvsyEYAAgigW6V8BFP2ZnQQjXdkwhqsHW/H5M6j03pPI+xT5OUXTmTT1eDoAChjvWbSK2jaHgCTF3dcI0M9JuiTzWZsBJPfnZVwMWLkJx6Yx
+2017-05-04 05:36:48,144 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:48,272 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:48,760 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:36:49,286 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_vf Where name = 'STFkg6w';
+2017-05-04 05:36:49,288 DEBUG db_general 188 46497 140735693222848 Query result: aad5ac4f-fe57-4e5f-87d7-3cd93b586436
+2017-05-04 05:36:49,290 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 05:36:49,291 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 05:36:49,292 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STFkg6w';
+2017-05-04 05:36:49,295 DEBUG db_general 188 46497 140735693222848 Query result: b8913da8-5323-4e78-ae0f-1c19ee3a8ae9
+2017-05-04 05:36:49,299 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STFkg6w';
+2017-05-04 05:36:49,305 DEBUG db_general 188 46497 140735693222848 Query result: b8913da8-5323-4e78-ae0f-1c19ee3a8ae9
+2017-05-04 05:36:49,306 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-05-04 05:36:49,307 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 05:36:49,307 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-05-04 05:36:49,309 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b8913da8-5323-4e78-ae0f-1c19ee3a8ae9';
+2017-05-04 05:36:49,311 DEBUG db_general 188 46497 140735693222848 Query result: 2017-684
+2017-05-04 05:36:49,315 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-684';
+2017-05-04 05:36:49,317 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:36:49,323 DEBUG fe_checklist 50 46497 140735693222848 EL email: dd1122@att.com
+2017-05-04 05:36:49,327 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b8913da8-5323-4e78-ae0f-1c19ee3a8ae9';
+2017-05-04 05:36:49,330 DEBUG db_general 188 46497 140735693222848 Query result: 2017-684
+2017-05-04 05:36:50,184 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:50,249 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:50,670 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:51,209 DEBUG fe_wizard 130 46498 140735693222848 SSH Key added via modal window.
+2017-05-04 05:36:51,540 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:51,696 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:51,830 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 05:36:51,831 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 05:36:51,849 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-05-04 05:36:51,851 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 05:36:51,851 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 05:36:52,776 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:53,101 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:36:53,102 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e876720-ebd8-4870-baa6-7ec871fba405/f9e761863cf147c292d2c97361c6886e
+2017-05-04 05:36:53,135 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:53,213 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:53,214 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:53,219 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:53,221 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:53,225 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:53,226 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:53,782 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:53,782 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b70fcfc4-f2d2-4b59-a20e-0901898526f9/checklist/new/
+2017-05-04 05:36:53,806 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:53,871 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:36:53,871 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:36:53,915 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:53,915 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:53,916 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:36:54,094 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:36:54,295 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=aad5ac4f-fe57-4e5f-87d7-3cd93b586436&inviter_uuid=bb1de63e-dfc5-461b-ab7e-d1a2cbbac0dc&email=automationqattSTBueci@gmail.com
+2017-05-04 05:36:54,820 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTgtpeN';
+2017-05-04 05:36:54,821 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:36:54,826 DEBUG db_general 188 46498 140735693222848 Query result: 1e1d39a1-8ce8-4813-9f6e-115f5e4d6553
+2017-05-04 05:36:54,831 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1e1d39a1-8ce8-4813-9f6e-115f5e4d6553';
+2017-05-04 05:36:54,834 DEBUG db_general 188 46498 140735693222848 Query result: 2017-682
+2017-05-04 05:36:54,838 DEBUG db_general 177 46498 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-682';
+2017-05-04 05:36:54,841 DEBUG db_general 188 46498 140735693222848 Query result: 2
+2017-05-04 05:36:54,864 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTgtpeN';
+2017-05-04 05:36:54,867 DEBUG db_general 188 46498 140735693222848 Query result: 1e1d39a1-8ce8-4813-9f6e-115f5e4d6553
+2017-05-04 05:36:54,874 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1e1d39a1-8ce8-4813-9f6e-115f5e4d6553';
+2017-05-04 05:36:54,878 DEBUG db_general 188 46498 140735693222848 Query result: 2017-682
+2017-05-04 05:36:55,123 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:55,343 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:36:55,344 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/416517fd-8c57-4ca9-87af-7a40b32d575f/f198151efa894407bfd21a9493c00096
+2017-05-04 05:36:55,378 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:36:55,457 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:55,457 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:55,461 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:36:55,463 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:36:55,466 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:36:55,468 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:36:55,479 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:36:55,618 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:55,656 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:36:56,182 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:36:56,182 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/005f4728-98b9-47b2-8b2a-da14c9bcc00b/checklist/new/
+2017-05-04 05:36:56,260 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:36:56,260 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:36:56,294 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:36:56,295 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:56,295 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:36:56,312 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:36:56,312 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:36:56,637 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:36:57,061 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:36:57,133 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:36:57,422 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:57,696 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:36:57,794 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:57,797 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:36:57,909 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:36:58,726 DEBUG db_general 177 46498 140735693222848 Query : select full_name from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:36:58,731 DEBUG db_general 188 46498 140735693222848 Query result: Homer Simpson
+2017-05-04 05:36:58,741 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:58,816 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:36:58,826 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 05:36:58,826 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 05:36:58,841 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:58,853 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-05-04 05:36:58,854 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 05:36:58,854 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-05-04 05:36:59,257 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:59,352 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:36:59,826 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:37:00,265 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:37:00,360 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:37:01,013 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:01,809 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:02,319 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:37:02,320 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef2b8170-3588-4b8d-8de4-8f5cc55908a7/ce26ade319804093bfa426a3fbc115b2
+2017-05-04 05:37:02,355 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:02,439 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:37:02,439 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:37:02,446 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:02,448 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:02,453 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:02,455 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:02,574 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:02,807 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:02,807 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78affbca-6302-46b0-aa77-c8192dd82f61/checklist/new/
+2017-05-04 05:37:02,902 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:37:02,902 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:37:02,934 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:02,935 DEBUG api_user 66 46498 140735693222848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-05-04 05:37:02,967 DEBUG api_user 88 46498 140735693222848 Testing for Cross site scripting successfully : STu5RwCstattus Code = 200
+2017-05-04 05:37:02,967 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78affbca-6302-46b0-aa77-c8192dd82f61/checklist/new/
+2017-05-04 05:37:03,060 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:37:03,061 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:37:03,098 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:03,098 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:03,098 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:37:03,214 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:03,263 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:04,036 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:37:04,704 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:37:04,809 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:05,816 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:37:06,037 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:06,517 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:07,545 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 05:37:07,545 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 05:37:07,560 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 05:37:07,560 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 05:37:07,560 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 05:37:07,793 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:37:07,885 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:37:08,443 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:09,670 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:09,910 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7oLu4';
+2017-05-04 05:37:09,912 DEBUG db_general 188 46497 140735693222848 Query result: 96adbd7f-ad75-4fb0-9d3d-64a30193fa4c
+2017-05-04 05:37:09,918 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where uuid = '96adbd7f-ad75-4fb0-9d3d-64a30193fa4c' order by update_time desc limit 1;
+2017-05-04 05:37:09,926 DEBUG db_general 177 46497 140735693222848 Query : select template_id from ice_checklist Where name = 'ST7oLu4';
+2017-05-04 05:37:09,928 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:37:10,088 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:37:10,443 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:10,507 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:37:10,868 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:37:10,868 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4879dc67-e08f-42cf-965b-6302f07655a3/84280fc50351437693b1520bfef8e07f
+2017-05-04 05:37:10,904 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:10,964 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:10,965 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:37:11,010 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:37:11,011 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:37:11,017 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:11,024 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:11,038 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:11,041 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:11,054 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:11,466 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:11,466 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aec77c49-1688-4b53-8f28-e5e95ddc3463/checklist/new/
+2017-05-04 05:37:11,550 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:37:11,550 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:37:11,590 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:11,590 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:11,591 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:37:11,997 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:37:12,432 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:37:12,547 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 05:37:12,547 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 05:37:12,560 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-05-04 05:37:12,561 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 05:37:12,561 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-05-04 05:37:12,647 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:37:12,803 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:13,087 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:37:13,280 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:13,891 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:14,046 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:14,362 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:14,413 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:14,879 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:15,421 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:37:15,666 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:15,781 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:37:15,889 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:37:16,884 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:37:16,889 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STAWdIB@amdocs.com';
+2017-05-04 05:37:16,891 DEBUG db_general 136 46498 140735693222848 Query result: 7b7315fc-ad0d-4c2a-8302-09a647261e2f
+2017-05-04 05:37:16,896 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STAWdIB@amdocs.com';
+2017-05-04 05:37:16,904 DEBUG db_general 136 46498 140735693222848 Query result: 7b7315fc-ad0d-4c2a-8302-09a647261e2f
+2017-05-04 05:37:16,908 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STAWdIB@amdocs.com';
+2017-05-04 05:37:16,910 DEBUG db_general 136 46498 140735693222848 Query result: 690
+2017-05-04 05:37:16,914 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '690';
+2017-05-04 05:37:16,916 DEBUG db_general 188 46498 140735693222848 Query result: 135a6a0fe1a7465ea2a1fa6d80170101
+2017-05-04 05:37:16,916 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b7315fc-ad0d-4c2a-8302-09a647261e2f/135a6a0fe1a7465ea2a1fa6d80170101
+2017-05-04 05:37:16,916 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b7315fc-ad0d-4c2a-8302-09a647261e2f/135a6a0fe1a7465ea2a1fa6d80170101
+2017-05-04 05:37:17,294 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:17,653 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:17,654 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:37:18,035 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7oLu4';
+2017-05-04 05:37:18,037 DEBUG db_general 188 46497 140735693222848 Query result: 96adbd7f-ad75-4fb0-9d3d-64a30193fa4c
+2017-05-04 05:37:18,464 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:18,497 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:37:18,828 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:19,029 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:19,155 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:37:19,297 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:37:20,564 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:37:21,688 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTIQZV0';
+2017-05-04 05:37:21,691 DEBUG db_general 188 46495 140735693222848 Query result: fc4786f7-2e50-473d-a837-ed577d05747b
+2017-05-04 05:37:21,695 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fc4786f7-2e50-473d-a837-ed577d05747b';
+2017-05-04 05:37:21,698 DEBUG db_general 188 46495 140735693222848 Query result: 2017-688
+2017-05-04 05:37:21,829 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:21,864 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:22,043 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:22,858 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 05:37:22,859 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 05:37:22,875 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 05:37:22,875 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 05:37:22,875 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 05:37:22,997 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:22,997 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:37:23,065 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STFkg6w';
+2017-05-04 05:37:23,069 DEBUG db_general 188 46497 140735693222848 Query result: b8913da8-5323-4e78-ae0f-1c19ee3a8ae9
+2017-05-04 05:37:23,075 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b8913da8-5323-4e78-ae0f-1c19ee3a8ae9';
+2017-05-04 05:37:23,077 DEBUG db_general 188 46497 140735693222848 Query result: 2017-684
+2017-05-04 05:37:23,084 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-684';
+2017-05-04 05:37:23,088 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:37:23,967 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:37:24,626 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:37:24,769 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:25,008 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:25,781 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:37:26,265 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:37:26,266 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/853a4769-a9f3-45c4-8cde-3d826843df6a/35e615e95e724f14b135e07e85ba4898
+2017-05-04 05:37:26,338 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:26,356 DEBUG test_login_with_new_user 413 46498 140735693222848 click_on on + Dashboard
+2017-05-04 05:37:26,439 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:37:26,439 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:37:26,445 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:26,447 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:26,459 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:26,461 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:26,810 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:26,810 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f171c121-461f-4dd9-9f70-d885d2595136/checklist/new/
+2017-05-04 05:37:26,879 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:37:26,879 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:37:26,913 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:26,923 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'STda2EB@intl.att.com';
+2017-05-04 05:37:26,926 DEBUG db_general 188 46496 140735693222848 Query result: 691
+2017-05-04 05:37:26,930 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_next_step Where owner_id = '691';
+2017-05-04 05:37:26,934 DEBUG db_general 188 46496 140735693222848 Query result: 1cefc414-df2c-47c7-8514-0600d5983514
+2017-05-04 05:37:26,943 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:26,943 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:37:26,978 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST6mid3';
+2017-05-04 05:37:26,981 DEBUG db_general 188 46495 140735693222848 Query result: 8332ea4d-9fc6-493c-b77e-edf1f1a0c4fe
+2017-05-04 05:37:26,984 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8332ea4d-9fc6-493c-b77e-edf1f1a0c4fe';
+2017-05-04 05:37:26,987 DEBUG db_general 188 46495 140735693222848 Query result: 2017-689
+2017-05-04 05:37:27,146 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:37:27,219 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:27,223 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:27,918 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:37:28,445 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:28,595 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:37:28,722 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:29,677 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:29,730 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:37:30,677 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:31,025 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:31,125 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:37:31,917 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:31,943 DEBUG db_checklist 58 46497 140735693222848 Query : select owner_id from ice_checklist Where uuid = '96adbd7f-ad75-4fb0-9d3d-64a30193fa4c' and state = 'peer_review';
+2017-05-04 05:37:31,946 DEBUG db_checklist 73 46497 140735693222848 Query result: 2
+2017-05-04 05:37:31,954 DEBUG db_general 177 46497 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 05:37:31,956 DEBUG db_general 188 46497 140735693222848 Query result: hs0007@att.com
+2017-05-04 05:37:31,956 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:31,956 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:37:32,212 DEBUG fe_wizard 77 46498 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 05:37:32,643 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:32,759 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:37:32,931 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTpShlo';
+2017-05-04 05:37:32,934 DEBUG db_general 188 46495 140735693222848 Query result: 578d78b3-dc67-4ef9-924a-67091132cc2e
+2017-05-04 05:37:32,939 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '578d78b3-dc67-4ef9-924a-67091132cc2e';
+2017-05-04 05:37:32,941 DEBUG db_general 188 46495 140735693222848 Query result: 2017-691
+2017-05-04 05:37:33,303 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:33,389 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:37:33,485 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:33,963 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:34,354 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:35,080 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:35,294 DEBUG fe_wizard 97 46498 140735693222848 Tab Invite Team Members
+2017-05-04 05:37:35,373 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:37:36,811 DEBUG fe_wizard 115 46498 140735693222848 About to add an SSH Key in modal window
+2017-05-04 05:37:36,823 DEBUG helper 42 46498 140735693222848 About to generate SSH Public Key
+2017-05-04 05:37:36,876 DEBUG helper 57 46498 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPeJzM5x2FNlPziONOgbnp8CAH4D41wTSx9AHuTR9ZWMW/WfytHTYiJURuXf/Y1sFNraeBIL6JSVOktj21tkdkfMUTaFF3/s/+uWgnO7mZBLQ/+lCui6itN7E+drdeOQMY98WFsbJbLDKRIzz9zV1GV6yAwW54zmR1baxiahVyvNQiviBusH+hSUm74QpLd7RYKliRrVCydZzdV2Av0qxKQv1CWxgAgAvXvGEd3Pbd9kkzIveXA2htAfdVxkrMkk/zvsQ6iXWTtuee33B80AsFNS2+o4Q28N6xmY44nYZ7Mbnu6OXIYUOZJ4nLdugJ09nCshyNxRLlCtOkUvW/H1bt
+2017-05-04 05:37:37,951 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7oLu4';
+2017-05-04 05:37:37,954 DEBUG db_general 188 46497 140735693222848 Query result: 96adbd7f-ad75-4fb0-9d3d-64a30193fa4c
+2017-05-04 05:37:38,383 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTIQZV0';
+2017-05-04 05:37:38,386 DEBUG db_general 188 46495 140735693222848 Query result: fc4786f7-2e50-473d-a837-ed577d05747b
+2017-05-04 05:37:38,391 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fc4786f7-2e50-473d-a837-ed577d05747b';
+2017-05-04 05:37:38,393 DEBUG db_general 188 46495 140735693222848 Query result: 2017-688
+2017-05-04 05:37:38,398 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTIQZV0';
+2017-05-04 05:37:38,401 DEBUG db_general 188 46495 140735693222848 Query result: fc4786f7-2e50-473d-a837-ed577d05747b
+2017-05-04 05:37:38,405 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fc4786f7-2e50-473d-a837-ed577d05747b';
+2017-05-04 05:37:38,408 DEBUG db_general 188 46495 140735693222848 Query result: 2017-688
+2017-05-04 05:37:38,412 DEBUG db_general 177 46495 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-688';
+2017-05-04 05:37:38,415 DEBUG db_general 188 46495 140735693222848 Query result: 1
+2017-05-04 05:37:38,425 DEBUG db_general 128 46495 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STWuHiJ@intl.att.com';
+2017-05-04 05:37:38,428 DEBUG db_general 136 46495 140735693222848 Query result: 7e876720-ebd8-4870-baa6-7ec871fba405
+2017-05-04 05:37:38,434 DEBUG db_user 49 46495 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'fc4786f7-2e50-473d-a837-ed577d05747b' and email = 'STOl9C7@intl.att.com' ;
+2017-05-04 05:37:38,441 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 05:37:38,443 DEBUG db_general 188 46495 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:37:38,443 DEBUG db_user 37 46495 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=bcd464f2-5bc6-454e-ba44-2062b089e6a8&email=STOl9C7@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:37:38,443 DEBUG api_user 206 46495 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:37:38,681 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:38,834 DEBUG api_user 231 46495 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:37:38,834 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fc4786f7-2e50-473d-a837-ed577d05747b/checklist/new/
+2017-05-04 05:37:38,913 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:37:38,913 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:37:38,951 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:38,956 DEBUG db_general 128 46495 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STOl9C7@intl.att.com';
+2017-05-04 05:37:38,958 DEBUG db_general 136 46495 140735693222848 Query result: 1f73b221-5b6c-4dda-8368-ac4ad31ff6ca
+2017-05-04 05:37:38,962 DEBUG db_general 128 46495 140735693222848 Query : select id from auth_user WHERE Email = 'STOl9C7@intl.att.com';
+2017-05-04 05:37:38,964 DEBUG db_general 136 46495 140735693222848 Query result: 692
+2017-05-04 05:37:38,970 DEBUG db_general 177 46495 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '692';
+2017-05-04 05:37:38,972 DEBUG db_general 188 46495 140735693222848 Query result: 10b265c10e654ed0baff69469f4fafad
+2017-05-04 05:37:38,973 DEBUG db_user 27 46495 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f73b221-5b6c-4dda-8368-ac4ad31ff6ca/10b265c10e654ed0baff69469f4fafad
+2017-05-04 05:37:38,973 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f73b221-5b6c-4dda-8368-ac4ad31ff6ca/10b265c10e654ed0baff69469f4fafad
+2017-05-04 05:37:38,981 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:39,729 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:39,729 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:37:40,003 DEBUG fe_wizard 130 46498 140735693222848 SSH Key added via modal window.
+2017-05-04 05:37:40,007 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTJYUIR';
+2017-05-04 05:37:40,010 DEBUG db_general 188 46498 140735693222848 Query result: a4593c65-388f-4bac-9361-d9cb450d9533
+2017-05-04 05:37:40,014 DEBUG db_user 49 46498 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'a4593c65-388f-4bac-9361-d9cb450d9533' and email = 'automationqattSTrLvW4@gmail.com' ;
+2017-05-04 05:37:40,017 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTrLvW4@gmail.com
+2017-05-04 05:37:40,547 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:37:41,170 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:37:41,308 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login/fc4786f7-2e50-473d-a837-ed577d05747b?activation_success=true page is loaded.
+2017-05-04 05:37:41,431 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 05:37:41,434 DEBUG db_general 188 46498 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:37:41,434 DEBUG db_user 37 46498 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STg7Vdr@att.com&full_name=STS3FcfSTjmeqY&phone_number=2017477453&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:37:41,434 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STg7Vdr@att.com&full_name=STS3FcfSTjmeqY&phone_number=2017477453&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:37:41,906 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:42,049 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:42,433 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTJYUIR';
+2017-05-04 05:37:42,436 DEBUG db_general 188 46498 140735693222848 Query result: d7fc7a80-8c89-4348-a7fa-eab0efd313c8
+2017-05-04 05:37:42,440 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7fc7a80-8c89-4348-a7fa-eab0efd313c8';
+2017-05-04 05:37:42,444 DEBUG db_general 188 46498 140735693222848 Query result: 2017-693
+2017-05-04 05:37:42,447 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-693';
+2017-05-04 05:37:42,451 DEBUG db_general 188 46498 140735693222848 Query result: d7fc7a80-8c89-4348-a7fa-eab0efd313c8
+2017-05-04 05:37:42,455 DEBUG db_user 49 46498 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'd7fc7a80-8c89-4348-a7fa-eab0efd313c8' and email = 'STg7Vdr@att.com' ;
+2017-05-04 05:37:42,461 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTJYUIR';
+2017-05-04 05:37:42,464 DEBUG db_general 188 46498 140735693222848 Query result: d7fc7a80-8c89-4348-a7fa-eab0efd313c8
+2017-05-04 05:37:42,467 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7fc7a80-8c89-4348-a7fa-eab0efd313c8';
+2017-05-04 05:37:42,470 DEBUG db_general 188 46498 140735693222848 Query result: 2017-693
+2017-05-04 05:37:42,473 DEBUG db_general 177 46498 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-693';
+2017-05-04 05:37:42,475 DEBUG db_general 188 46498 140735693222848 Query result: 1
+2017-05-04 05:37:42,481 DEBUG api_user 206 46498 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:37:42,651 DEBUG api_user 231 46498 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:37:42,651 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d7fc7a80-8c89-4348-a7fa-eab0efd313c8/checklist/new/
+2017-05-04 05:37:42,728 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:37:42,729 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:37:42,762 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:42,768 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STg7Vdr@att.com';
+2017-05-04 05:37:42,770 DEBUG db_general 136 46498 140735693222848 Query result: 2bc4b04b-3507-45e8-8678-6922309c75d8
+2017-05-04 05:37:42,774 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STg7Vdr@att.com';
+2017-05-04 05:37:42,776 DEBUG db_general 136 46498 140735693222848 Query result: 693
+2017-05-04 05:37:42,781 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '693';
+2017-05-04 05:37:42,783 DEBUG db_general 188 46498 140735693222848 Query result: 5666a29f41824e0d8caf65abded35654
+2017-05-04 05:37:42,784 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2bc4b04b-3507-45e8-8678-6922309c75d8/5666a29f41824e0d8caf65abded35654
+2017-05-04 05:37:42,788 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd7fc7a80-8c89-4348-a7fa-eab0efd313c8';
+2017-05-04 05:37:42,790 DEBUG db_general 188 46498 140735693222848 Query result: 2017-693
+2017-05-04 05:37:42,790 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2bc4b04b-3507-45e8-8678-6922309c75d8/5666a29f41824e0d8caf65abded35654
+2017-05-04 05:37:42,919 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STFkg6w';
+2017-05-04 05:37:42,922 DEBUG db_general 188 46497 140735693222848 Query result: b8913da8-5323-4e78-ae0f-1c19ee3a8ae9
+2017-05-04 05:37:42,926 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b8913da8-5323-4e78-ae0f-1c19ee3a8ae9';
+2017-05-04 05:37:42,928 DEBUG db_general 188 46497 140735693222848 Query result: 2017-684
+2017-05-04 05:37:42,931 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-684';
+2017-05-04 05:37:42,933 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:37:43,057 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:37:43,430 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:43,430 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:37:43,586 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTIQZV0';
+2017-05-04 05:37:43,589 DEBUG db_general 188 46495 140735693222848 Query result: fc4786f7-2e50-473d-a837-ed577d05747b
+2017-05-04 05:37:43,593 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fc4786f7-2e50-473d-a837-ed577d05747b';
+2017-05-04 05:37:43,596 DEBUG db_general 188 46495 140735693222848 Query result: 2017-688
+2017-05-04 05:37:43,781 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:44,219 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:37:44,848 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:37:44,944 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login/d7fc7a80-8c89-4348-a7fa-eab0efd313c8?activation_success=true page is loaded.
+2017-05-04 05:37:45,302 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST6mid3';
+2017-05-04 05:37:45,305 DEBUG db_general 188 46495 140735693222848 Query result: 8332ea4d-9fc6-493c-b77e-edf1f1a0c4fe
+2017-05-04 05:37:45,310 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '8332ea4d-9fc6-493c-b77e-edf1f1a0c4fe';
+2017-05-04 05:37:45,312 DEBUG db_general 188 46495 140735693222848 Query result: 2017-689
+2017-05-04 05:37:45,636 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:45,665 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:46,647 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:37:46,686 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 05:37:46,687 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 05:37:46,708 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 05:37:46,708 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 05:37:46,708 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 05:37:46,996 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:47,216 DEBUG db_general 177 46495 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTpShlo';
+2017-05-04 05:37:47,219 DEBUG db_general 188 46495 140735693222848 Query result: 578d78b3-dc67-4ef9-924a-67091132cc2e
+2017-05-04 05:37:47,224 DEBUG db_general 177 46495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '578d78b3-dc67-4ef9-924a-67091132cc2e';
+2017-05-04 05:37:47,229 DEBUG db_general 188 46495 140735693222848 Query result: 2017-691
+2017-05-04 05:37:47,745 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 05:37:47,746 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 05:37:47,764 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-05-04 05:37:47,765 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 05:37:47,765 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-05-04 05:37:48,768 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 05:37:48,768 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 05:37:48,785 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-05-04 05:37:48,785 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 05:37:48,786 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-05-04 05:37:48,812 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STFkg6w';
+2017-05-04 05:37:48,817 DEBUG db_general 188 46497 140735693222848 Query result: b8913da8-5323-4e78-ae0f-1c19ee3a8ae9
+2017-05-04 05:37:48,823 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b8913da8-5323-4e78-ae0f-1c19ee3a8ae9';
+2017-05-04 05:37:48,827 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:48,830 DEBUG db_general 188 46497 140735693222848 Query result: 2017-684
+2017-05-04 05:37:48,835 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-684';
+2017-05-04 05:37:48,838 DEBUG db_general 188 46497 140735693222848 Query result: 1
+2017-05-04 05:37:49,798 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:50,047 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:50,319 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:37:50,325 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:37:50,325 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0e9ab98-f682-4499-9100-aa39090de04e/fd5f5629c0394b63aeb7d582333ab9f1
+2017-05-04 05:37:50,395 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:50,529 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:37:50,530 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:37:50,544 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:50,547 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:50,562 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:50,565 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:51,161 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:51,162 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c1d8d7a5-30d7-4195-a653-e5ef5eaef743/checklist/new/
+2017-05-04 05:37:51,265 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:37:51,265 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:37:51,315 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:51,315 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:51,315 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:37:51,487 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7oLu4';
+2017-05-04 05:37:51,490 DEBUG db_general 188 46497 140735693222848 Query result: [('0296bb21-75d9-40f6-af62-94e31e130311',), ('96adbd7f-ad75-4fb0-9d3d-64a30193fa4c',)]
+2017-05-04 05:37:51,494 DEBUG db_general 177 46497 140735693222848 Query : select state from ice_checklist Where uuid = '0296bb21-75d9-40f6-af62-94e31e130311';
+2017-05-04 05:37:51,494 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:37:51,497 DEBUG db_general 188 46497 140735693222848 Query result: pending
+2017-05-04 05:37:51,501 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STFKEAW@intl.att.com';
+2017-05-04 05:37:51,503 DEBUG db_general 177 46497 140735693222848 Query : select state from ice_checklist Where uuid = '96adbd7f-ad75-4fb0-9d3d-64a30193fa4c';
+2017-05-04 05:37:51,504 DEBUG db_general 136 46498 140735693222848 Query result: 34b5e4bd-bd7e-4bc4-aece-699337f2ffca
+2017-05-04 05:37:51,507 DEBUG db_general 188 46497 140735693222848 Query result: archive
+2017-05-04 05:37:51,507 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 05:37:51,507 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 05:37:51,508 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STFKEAW@intl.att.com';
+2017-05-04 05:37:51,511 DEBUG db_general 136 46498 140735693222848 Query result: 34b5e4bd-bd7e-4bc4-aece-699337f2ffca
+2017-05-04 05:37:51,514 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STFKEAW@intl.att.com';
+2017-05-04 05:37:51,516 DEBUG db_general 136 46498 140735693222848 Query result: 695
+2017-05-04 05:37:51,520 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '695';
+2017-05-04 05:37:51,523 DEBUG db_general 188 46498 140735693222848 Query result: 4a48a5ca0d0446f288aae54087a85058
+2017-05-04 05:37:51,523 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34b5e4bd-bd7e-4bc4-aece-699337f2ffca/4a48a5ca0d0446f288aae54087a85058
+2017-05-04 05:37:51,523 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34b5e4bd-bd7e-4bc4-aece-699337f2ffca/4a48a5ca0d0446f288aae54087a85058
+2017-05-04 05:37:51,524 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 05:37:51,524 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 05:37:51,525 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-04 05:37:51,913 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:52,170 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:37:52,380 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:52,381 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:37:52,886 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:37:53,046 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:53,325 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:37:53,524 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:37:53,524 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/71212a1d-4947-49d5-8c7d-72d8901383f8/5e9bc5f71d7f450289df580c0407cc1d
+2017-05-04 05:37:53,583 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:53,694 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:37:53,694 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:37:53,702 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:53,705 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:53,710 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:53,711 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:53,909 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:53,963 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:37:54,002 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:37:54,199 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:37:54,387 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:54,387 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0e9bac6a-7423-4f9c-acc5-89fc760a3e6a/checklist/new/
+2017-05-04 05:37:54,424 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:37:54,540 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:37:54,540 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:37:54,630 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:54,730 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:37:54,730 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f4ddd21-455a-414e-9f71-20631a7731a1/e2a7f38367db4673adfed6c9e904bda0
+2017-05-04 05:37:54,770 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:54,859 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:37:54,860 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:37:54,864 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:54,865 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:54,869 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:54,870 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:55,269 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:55,270 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f56d429d-8c5c-451a-896f-094529b77d39/checklist/new/
+2017-05-04 05:37:55,294 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:37:55,294 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3ef08af1-ff3e-454f-8ee1-6464d38c1cab/fb1748efa48f49f585fd31de08140cf3
+2017-05-04 05:37:55,329 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:37:55,344 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:37:55,345 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:37:55,381 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:55,381 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:55,381 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:37:55,418 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:37:55,418 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:37:55,423 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:37:55,425 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:37:55,431 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:37:55,432 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:37:55,434 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:37:55,604 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:37:55,738 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:37:55,738 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/27d16174-b784-4e89-b386-ecf7394f3373/checklist/new/
+2017-05-04 05:37:55,806 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:37:55,807 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:37:55,839 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:37:55,839 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:55,839 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:37:56,259 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:37:56,722 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:37:56,738 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:56,919 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:37:57,066 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:57,413 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:37:57,554 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:58,074 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:37:58,113 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:37:58,114 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:37:58,564 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:37:58,836 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:58,975 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:37:59,092 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_vf Where name = 'STbaXwC';
+2017-05-04 05:37:59,096 DEBUG db_general 188 46497 140735693222848 Query result: 4602f432-9d57-4555-976d-254d030056c4
+2017-05-04 05:37:59,105 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STbaXwC';
+2017-05-04 05:37:59,110 DEBUG db_general 188 46497 140735693222848 Query result: 27d16174-b784-4e89-b386-ecf7394f3373
+2017-05-04 05:37:59,115 DEBUG db_general 177 46497 140735693222848 Query : select engagement_id from ice_vf Where name = 'STbaXwC';
+2017-05-04 05:37:59,120 DEBUG db_general 188 46497 140735693222848 Query result: 27d16174-b784-4e89-b386-ecf7394f3373
+2017-05-04 05:37:59,125 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '27d16174-b784-4e89-b386-ecf7394f3373';
+2017-05-04 05:37:59,128 DEBUG db_general 188 46497 140735693222848 Query result: 2017-697
+2017-05-04 05:37:59,133 DEBUG db_general 177 46497 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-697';
+2017-05-04 05:37:59,135 DEBUG db_general 188 46497 140735693222848 Query result: 2
+2017-05-04 05:37:59,140 DEBUG fe_checklist 50 46497 140735693222848 EL email: hs0007@att.com
+2017-05-04 05:37:59,145 DEBUG db_general 177 46497 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '27d16174-b784-4e89-b386-ecf7394f3373';
+2017-05-04 05:37:59,148 DEBUG db_general 188 46497 140735693222848 Query result: 2017-697
+2017-05-04 05:37:59,671 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:37:59,734 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:37:59,802 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:37:59,991 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:00,757 DEBUG test_next_step 91 46496 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 05:38:00,810 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:38:01,111 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:01,361 DEBUG test_login_with_new_user 342 46498 140735693222848 click_on on + Dashboard
+2017-05-04 05:38:02,064 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:02,133 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:38:02,201 DEBUG db_user 49 46495 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '0e9bac6a-7423-4f9c-acc5-89fc760a3e6a' and email = 'STOIiGC@intl.att.com' ;
+2017-05-04 05:38:02,203 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=129140cc-856e-4db4-a0d5-fa74b3828fe0
+2017-05-04 05:38:02,275 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:02,835 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:02,835 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:38:03,087 DEBUG test_next_step 91 46496 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 05:38:03,087 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 05:38:03,087 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 05:38:03,104 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 05:38:03,105 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 05:38:03,105 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 05:38:03,640 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:38:03,799 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=4602f432-9d57-4555-976d-254d030056c4&inviter_uuid=3ef08af1-ff3e-454f-8ee1-6464d38c1cab&email=automationqattSTV4YDH@gmail.com
+2017-05-04 05:38:04,303 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:38:04,453 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=129140cc-856e-4db4-a0d5-fa74b3828fe0 page is loaded.
+2017-05-04 05:38:04,753 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:05,026 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:05,272 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:05,310 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:05,408 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:38:06,147 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:38:06,161 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:06,199 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:06,199 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:38:06,717 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:38:06,717 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cce930c9-eca3-410d-b7c8-0b72e6e0784d/2bb72f10d697443bb703a8006969f3bf
+2017-05-04 05:38:06,753 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:38:06,821 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:06,822 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:06,826 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:38:06,828 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:38:06,832 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:38:06,834 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:38:07,038 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:38:07,158 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:38:07,158 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/74ca6638-fbaa-4061-b5df-4f45ce5464b3/checklist/new/
+2017-05-04 05:38:07,231 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:07,231 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:07,264 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:07,265 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:07,265 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:38:07,674 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:38:07,695 DEBUG fe_wizard 57 46498 140735693222848 Tab Add Vendor Contact
+2017-05-04 05:38:07,779 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:08,137 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:38:08,678 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:08,694 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:08,694 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:38:08,822 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:38:08,941 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:09,435 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:38:09,687 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:38:09,873 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:10,086 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:38:10,182 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:10,377 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:10,882 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:38:11,190 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:38:11,408 DEBUG fe_wizard 97 46498 140735693222848 Tab Invite Team Members
+2017-05-04 05:38:11,923 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:12,217 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:12,430 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:12,613 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:13,224 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:13,450 DEBUG fe_wizard 115 46498 140735693222848 About to add an SSH Key in modal window
+2017-05-04 05:38:13,460 DEBUG helper 42 46498 140735693222848 About to generate SSH Public Key
+2017-05-04 05:38:13,519 DEBUG helper 57 46498 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpMPJdHADVvYw2z2AeUVMVPlhE6awCQy8LWWYS/6nv7KEWqtVRPVcO04yMt6+CR8tTD8dRu9Hg9yDVUOzR4Ee0tmKtveNIDZJL96y1fNUe0BtzIJo+VutcYSz0lPotRjdv1Vki4SZ3BCkkBFC5L+lD/TvAWkCOfyarP+0qcu66d7zVjeRU7nu8wOqaMg0Sn/5wgsTFj+hM3QtsqmBGooZ5uwOEoTELzDY8vWIZPmB5Co0p0eRpnZvm7VZO/cW0Z3cQ71+HOhelENr3Xf+BJ6+/15J8o4t7EMsXm4OWQufxPXNusIBzZnkBzFGnmpMOM5+NTIVUhV6xG7E2C1wsztb3
+2017-05-04 05:38:14,234 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:38:15,211 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:15,668 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:16,240 DEBUG test_next_step 104 46496 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 05:38:16,699 DEBUG fe_wizard 130 46498 140735693222848 SSH Key added via modal window.
+2017-05-04 05:38:16,703 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaJORx';
+2017-05-04 05:38:16,705 DEBUG db_general 188 46498 140735693222848 Query result: 2dfa9f02-ec7d-419f-8a5a-3686d798c1f2
+2017-05-04 05:38:16,709 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaJORx';
+2017-05-04 05:38:16,712 DEBUG db_general 188 46498 140735693222848 Query result: 2dfa9f02-ec7d-419f-8a5a-3686d798c1f2
+2017-05-04 05:38:16,716 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2dfa9f02-ec7d-419f-8a5a-3686d798c1f2';
+2017-05-04 05:38:16,718 DEBUG db_general 188 46498 140735693222848 Query result: 2017-698
+2017-05-04 05:38:16,723 DEBUG db_general 177 46498 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-698';
+2017-05-04 05:38:16,725 DEBUG db_general 188 46498 140735693222848 Query result: 1
+2017-05-04 05:38:16,735 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2dfa9f02-ec7d-419f-8a5a-3686d798c1f2';
+2017-05-04 05:38:16,738 DEBUG db_general 188 46498 140735693222848 Query result: 2017-698
+2017-05-04 05:38:16,745 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-698';
+2017-05-04 05:38:16,749 DEBUG db_general 188 46498 140735693222848 Query result: 2dfa9f02-ec7d-419f-8a5a-3686d798c1f2
+2017-05-04 05:38:16,754 DEBUG db_user 49 46498 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '2dfa9f02-ec7d-419f-8a5a-3686d798c1f2' and email = 'STmNuUF@ericson.com' ;
+2017-05-04 05:38:16,761 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 05:38:16,763 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:16,764 DEBUG db_general 188 46498 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 05:38:16,765 DEBUG db_user 37 46498 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=7e19eed1-959b-4161-8fcd-c155a92640cd&email=STmNuUF@ericson.com&full_name=STAe9dCSTiNGvg&phone_number=2018388458&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 05:38:16,765 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=7e19eed1-959b-4161-8fcd-c155a92640cd&email=STmNuUF@ericson.com&full_name=STAe9dCSTiNGvg&phone_number=2018388458&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 05:38:17,352 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:17,581 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:17,798 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:18,248 DEBUG api_user 206 46498 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:38:18,430 DEBUG api_user 231 46498 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:38:18,431 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2dfa9f02-ec7d-419f-8a5a-3686d798c1f2/checklist/new/
+2017-05-04 05:38:18,525 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:38:18,526 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:38:18,536 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:18,567 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:18,572 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STmNuUF@ericson.com';
+2017-05-04 05:38:18,574 DEBUG db_general 136 46498 140735693222848 Query result: 6c5bed21-db80-4239-82d4-2285e96dde8b
+2017-05-04 05:38:18,578 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STmNuUF@ericson.com';
+2017-05-04 05:38:18,581 DEBUG db_general 136 46498 140735693222848 Query result: 700
+2017-05-04 05:38:18,586 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '700';
+2017-05-04 05:38:18,589 DEBUG db_general 188 46498 140735693222848 Query result: 144ad46424da43ca82ca4173781cd9aa
+2017-05-04 05:38:18,590 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c5bed21-db80-4239-82d4-2285e96dde8b/144ad46424da43ca82ca4173781cd9aa
+2017-05-04 05:38:18,590 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6c5bed21-db80-4239-82d4-2285e96dde8b/144ad46424da43ca82ca4173781cd9aa
+2017-05-04 05:38:18,604 DEBUG test_next_step 104 46496 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 05:38:18,604 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 05:38:18,604 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 05:38:18,623 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 05:38:18,624 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 05:38:18,624 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 05:38:19,391 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:19,391 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:38:19,580 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST90tcF';
+2017-05-04 05:38:19,584 DEBUG db_general 188 46497 140735693222848 Query result: 52e37e2d-0644-4033-b8da-b280d3661014
+2017-05-04 05:38:19,588 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where uuid = '52e37e2d-0644-4033-b8da-b280d3661014' order by update_time desc limit 1;
+2017-05-04 05:38:19,598 DEBUG db_general 177 46497 140735693222848 Query : select template_id from ice_checklist Where name = 'ST90tcF';
+2017-05-04 05:38:19,602 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:38:19,705 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:38:20,234 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:38:20,375 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:20,375 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:38:20,752 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:20,892 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:38:21,019 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login/2dfa9f02-ec7d-419f-8a5a-3686d798c1f2?activation_success=true page is loaded.
+2017-05-04 05:38:21,267 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:38:21,615 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:22,007 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:38:22,051 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:38:22,052 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c9ede115-4b19-45b1-9869-3346093b0af8/02c28a07731a4dc8b5a0c326ad0f73b4
+2017-05-04 05:38:22,094 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:38:22,133 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:22,183 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:22,183 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:22,187 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:38:22,189 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:38:22,193 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:38:22,194 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:38:22,625 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:38:22,878 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:38:22,879 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07329717-cfe0-47a5-ad93-578f5cd9b39a/checklist/new/
+2017-05-04 05:38:22,963 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:22,963 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:23,008 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:23,018 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:23,098 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:23,098 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:23,099 DEBUG api_checklist 24 46496 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07329717-cfe0-47a5-ad93-578f5cd9b39a/checklist/new/
+2017-05-04 05:38:23,104 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:38:23,107 DEBUG db_general 188 46496 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:38:23,107 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07329717-cfe0-47a5-ad93-578f5cd9b39a/checklist/new/
+2017-05-04 05:38:23,208 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 05:38:23,208 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 05:38:23,226 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-05-04 05:38:23,227 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 05:38:23,227 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-05-04 05:38:23,245 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:23,246 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:23,321 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:23,628 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:23,805 DEBUG api_checklist 40 46496 140735693222848 Checklist was created successfully!
+2017-05-04 05:38:23,813 DEBUG db_general 202 46496 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTGMEO2' order by update_time desc limit 1;
+2017-05-04 05:38:23,823 DEBUG db_checklist 391 46496 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTGMEO2' order by create_time desc limit 1;
+2017-05-04 05:38:23,827 DEBUG api_checklist 116 46496 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/07329717-cfe0-47a5-ad93-578f5cd9b39a/checklist/a18f607c-e91d-4363-adfb-6f60857b8761/nextstep/
+2017-05-04 05:38:24,033 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:38:24,165 DEBUG api_checklist 132 46496 140735693222848 Next step was added successfully!
+2017-05-04 05:38:24,165 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:24,165 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:38:24,905 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:25,009 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:38:25,441 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:25,676 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:38:25,797 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:26,752 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist Where name = 'ST90tcF';
+2017-05-04 05:38:26,755 DEBUG db_general 188 46497 140735693222848 Query result: 52e37e2d-0644-4033-b8da-b280d3661014
+2017-05-04 05:38:26,765 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:38:26,766 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8da01abf-b061-41c4-ac3d-54dcb57a638b/ba25008847bf44f6b803fa764850b523
+2017-05-04 05:38:26,794 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:26,809 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:38:26,884 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:38:26,885 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:38:26,891 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:38:26,893 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:38:26,898 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:38:26,900 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:38:26,916 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:38:27,170 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:38:27,170 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41d8fbff-b044-4953-8131-05d81d06eb92/checklist/new/
+2017-05-04 05:38:27,245 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:38:27,245 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:38:27,278 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:27,362 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:38:27,363 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:38:27,363 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:27,363 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:38:27,441 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:27,802 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:38:28,244 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:38:28,914 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:38:29,032 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:29,207 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:29,637 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:30,093 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:38:30,213 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:31,390 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:31,549 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:32,126 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:33,222 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:33,434 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = 'bf4aa109-4dbd-40cb-b8a8-cc888ebfa34e';
+2017-05-04 05:38:33,436 DEBUG db_general 188 46496 140735693222848 Query result: API next step test STdLl3W
+2017-05-04 05:38:33,436 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 05:38:33,437 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 05:38:33,453 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 05:38:33,453 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:38:33,453 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:38:34,096 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:34,271 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:38:34,597 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:35,676 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:36,929 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:37,003 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:38:37,004 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/253aa0c3-93e7-4603-bd46-0e7f1b378d59/e9a961f860de47638cd47a2a0d1f0d8f
+2017-05-04 05:38:37,057 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:38:37,172 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:37,173 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:37,177 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:38:37,179 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:38:37,184 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:38:37,186 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:38:37,264 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:37,509 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:38:37,509 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3115c7c8-606b-4f2b-99da-6b7bda56f397/checklist/new/
+2017-05-04 05:38:37,609 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:37,610 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:37,645 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:37,781 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:37,793 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:37,793 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:37,793 DEBUG api_checklist 24 46496 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3115c7c8-606b-4f2b-99da-6b7bda56f397/checklist/new/
+2017-05-04 05:38:37,799 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:38:37,802 DEBUG db_general 188 46496 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:38:37,802 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3115c7c8-606b-4f2b-99da-6b7bda56f397/checklist/new/
+2017-05-04 05:38:37,949 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:37,950 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:38,007 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:38,149 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:38,400 DEBUG api_checklist 40 46496 140735693222848 Checklist was created successfully!
+2017-05-04 05:38:38,405 DEBUG db_general 202 46496 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTTDxJM' order by update_time desc limit 1;
+2017-05-04 05:38:38,411 DEBUG db_checklist 391 46496 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTTDxJM' order by create_time desc limit 1;
+2017-05-04 05:38:38,414 DEBUG api_checklist 116 46496 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3115c7c8-606b-4f2b-99da-6b7bda56f397/checklist/736f4bc8-53d4-4fce-aaa0-4bebc78bfa1c/nextstep/
+2017-05-04 05:38:38,609 DEBUG api_checklist 132 46496 140735693222848 Next step was added successfully!
+2017-05-04 05:38:38,609 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:38,609 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:38:39,416 DEBUG db_general 66 46498 140735693222848 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTlsVXZ';
+2017-05-04 05:38:39,418 DEBUG db_general 78 46498 140735693222848 Query result: newVFVersion5STyigpe
+2017-05-04 05:38:39,422 DEBUG db_general 66 46498 140735693222848 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion5STyigpe';
+2017-05-04 05:38:39,424 DEBUG db_general 78 46498 140735693222848 Query result: newVFSTlsVXZ
+2017-05-04 05:38:39,424 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 05:38:39,425 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 05:38:39,443 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-05-04 05:38:39,443 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 05:38:39,443 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-05-04 05:38:39,464 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:38:40,046 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:38:40,146 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:38:40,302 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:38:41,428 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:38:41,764 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:42,435 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:38:42,882 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:42,894 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:38:42,899 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STqPOrA@intl.att.com';
+2017-05-04 05:38:42,902 DEBUG db_general 136 46498 140735693222848 Query result: 27d19b3e-6c98-4491-8d1d-01f066d960d2
+2017-05-04 05:38:42,905 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STqPOrA@intl.att.com';
+2017-05-04 05:38:42,908 DEBUG db_general 136 46498 140735693222848 Query result: 704
+2017-05-04 05:38:42,914 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '704';
+2017-05-04 05:38:42,916 DEBUG db_general 188 46498 140735693222848 Query result: 784a1d0933004eedaf0f20403795645d
+2017-05-04 05:38:42,917 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27d19b3e-6c98-4491-8d1d-01f066d960d2/784a1d0933004eedaf0f20403795645d
+2017-05-04 05:38:42,917 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27d19b3e-6c98-4491-8d1d-01f066d960d2/784a1d0933004eedaf0f20403795645d
+2017-05-04 05:38:43,653 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:43,654 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:38:43,878 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:44,549 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:38:45,214 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:38:45,329 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:38:46,661 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:38:49,172 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:38:49,177 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STmXiBS@intl.att.com';
+2017-05-04 05:38:49,180 DEBUG db_general 136 46498 140735693222848 Query result: 866c94bf-b2e6-4647-bf28-ad2b258338cd
+2017-05-04 05:38:49,184 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STmXiBS@intl.att.com';
+2017-05-04 05:38:49,187 DEBUG db_general 136 46498 140735693222848 Query result: 705
+2017-05-04 05:38:49,193 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '705';
+2017-05-04 05:38:49,195 DEBUG db_general 188 46498 140735693222848 Query result: 60fef89d48d54efb8eaee8e86b99e11d
+2017-05-04 05:38:49,196 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/866c94bf-b2e6-4647-bf28-ad2b258338cd/60fef89d48d54efb8eaee8e86b99e11d
+2017-05-04 05:38:49,873 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:49,875 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:38:50,299 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:50,871 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:38:51,551 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:38:51,705 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:38:52,799 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:38:53,235 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:38:53,979 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:38:53,983 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:38:53,983 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:38:54,096 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 05:38:54,097 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 05:38:54,097 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 05:38:54,535 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 05:38:54,535 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 05:38:54,552 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-05-04 05:38:54,553 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 05:38:54,553 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-05-04 05:38:55,025 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:55,546 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:38:56,153 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:56,538 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:56,669 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:57,222 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:57,361 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:38:57,586 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 05:38:57,587 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 05:38:57,603 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-05-04 05:38:57,604 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 05:38:57,604 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-05-04 05:38:57,664 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:38:58,551 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:38:58,551 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/63ea0d9c-2d31-41aa-92e4-a0bcd3da3d18/f3568ce112b743c581a35f646e98ce1a
+2017-05-04 05:38:58,617 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:38:58,742 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:58,742 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:58,747 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:38:58,749 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:38:58,754 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:38:58,755 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:38:59,105 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:38:59,106 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fd0faf48-071c-4124-8042-e46225b56b32/checklist/new/
+2017-05-04 05:38:59,155 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:38:59,156 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:38:59,156 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:38:59,202 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:59,202 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:59,244 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:59,334 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:59,335 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:59,335 DEBUG api_checklist 24 46496 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fd0faf48-071c-4124-8042-e46225b56b32/checklist/new/
+2017-05-04 05:38:59,339 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:38:59,342 DEBUG db_general 188 46496 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:38:59,342 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fd0faf48-071c-4124-8042-e46225b56b32/checklist/new/
+2017-05-04 05:38:59,423 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:38:59,423 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:38:59,462 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:38:59,678 DEBUG api_checklist 40 46496 140735693222848 Checklist was created successfully!
+2017-05-04 05:38:59,682 DEBUG db_general 202 46496 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST3S7xg' order by update_time desc limit 1;
+2017-05-04 05:38:59,688 DEBUG db_checklist 391 46496 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST3S7xg' order by create_time desc limit 1;
+2017-05-04 05:38:59,691 DEBUG api_checklist 116 46496 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fd0faf48-071c-4124-8042-e46225b56b32/checklist/30648945-1363-415d-8538-904835b601dc/nextstep/
+2017-05-04 05:38:59,903 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:00,061 DEBUG api_checklist 132 46496 140735693222848 Next step was added successfully!
+2017-05-04 05:39:00,061 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:00,062 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:39:00,168 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:39:00,852 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:39:00,928 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:39:01,069 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:39:01,069 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a573f85d-6c99-4848-b101-ba11d82e0e58/35b7172fcc47496d967aa42373e66eca
+2017-05-04 05:39:01,111 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:01,185 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:01,185 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:01,190 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:01,192 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:01,196 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:01,197 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:01,432 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:01,433 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/614d3782-ee59-4852-86bb-62dd28323311/checklist/new/
+2017-05-04 05:39:01,510 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:01,510 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:01,543 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:01,599 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:39:01,600 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:39:01,623 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:01,623 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:01,623 DEBUG api_checklist 24 46497 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/614d3782-ee59-4852-86bb-62dd28323311/checklist/new/
+2017-05-04 05:39:01,628 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:39:01,630 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:39:01,630 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/614d3782-ee59-4852-86bb-62dd28323311/checklist/new/
+2017-05-04 05:39:01,711 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:01,712 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:01,713 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:01,757 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:01,958 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:02,141 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STLHvVd@intl.att.com';
+2017-05-04 05:39:02,145 DEBUG db_general 136 46498 140735693222848 Query result: aa7afe8f-a7dc-4170-9761-6821b80cf5af
+2017-05-04 05:39:02,150 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STLHvVd@intl.att.com';
+2017-05-04 05:39:02,153 DEBUG db_general 136 46498 140735693222848 Query result: 707
+2017-05-04 05:39:02,158 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '707';
+2017-05-04 05:39:02,160 DEBUG db_general 188 46498 140735693222848 Query result: 4d92a5dc33214681adb42d2b5c0998e6
+2017-05-04 05:39:02,160 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa7afe8f-a7dc-4170-9761-6821b80cf5af/4d92a5dc33214681adb42d2b5c0998e6
+2017-05-04 05:39:02,160 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa7afe8f-a7dc-4170-9761-6821b80cf5af/4d92a5dc33214681adb42d2b5c0998e6
+2017-05-04 05:39:02,210 DEBUG api_checklist 40 46497 140735693222848 Checklist was created successfully!
+2017-05-04 05:39:02,215 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST2IX14' order by update_time desc limit 1;
+2017-05-04 05:39:02,219 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:39:02,533 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:03,001 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:03,001 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:39:03,009 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:03,010 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:39:03,546 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:39:03,841 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:39:03,905 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:39:04,353 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:04,512 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:39:04,607 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:39:04,643 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:39:04,736 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:05,155 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:05,229 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:05,678 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:05,751 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:06,265 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:06,315 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:39:06,551 DEBUG fe_wizard 24 46495 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:39:06,857 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 05:39:06,858 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 05:39:06,878 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-05-04 05:39:06,878 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 05:39:06,878 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-05-04 05:39:07,274 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:39:07,800 DEBUG db_checklist 391 46497 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST2IX14' order by create_time desc limit 1;
+2017-05-04 05:39:08,844 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:08,986 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:09,357 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:09,871 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:10,276 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:39:10,277 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ca1d7e94-81cf-4fb8-86de-5d993b57951b/a325b351de1a43ec8854e98d39ae6411
+2017-05-04 05:39:10,320 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:10,386 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:10,443 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:39:10,443 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:39:10,448 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:10,450 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:10,455 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:10,457 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:10,548 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 05:39:10,548 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 05:39:10,577 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 05:39:10,577 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 05:39:10,577 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 05:39:11,130 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:39:11,341 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:11,342 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/92781ee8-ffbc-4d58-8c3f-5458de5d9ab0/checklist/new/
+2017-05-04 05:39:11,457 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:39:11,457 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:39:11,498 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:11,498 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:11,499 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:39:12,390 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:39:12,696 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:13,056 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:39:13,172 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:13,454 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:13,690 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:13,696 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:39:13,919 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:39:13,920 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b7b736af-8368-41a9-b48e-775cb7d04a60/c7ff36c577e84b5e80e1742bc1fb92d3
+2017-05-04 05:39:13,958 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:14,041 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:39:14,042 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:39:14,046 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:14,047 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:14,051 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:14,054 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:14,471 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:14,472 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a4ee89b-03af-4575-a651-42071339e14a/checklist/new/
+2017-05-04 05:39:14,520 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:14,555 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:39:14,555 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:39:14,586 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:14,586 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:14,586 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:39:14,699 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:39:15,429 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:39:16,017 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:16,047 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where uuid = '85c44c1e-776a-4694-8134-52c5a8c6054e' order by update_time desc limit 1;
+2017-05-04 05:39:16,052 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 05:39:16,053 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 05:39:16,072 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-05-04 05:39:16,073 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 05:39:16,073 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 05:39:16,083 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:39:16,215 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:16,608 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 05:39:16,608 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 05:39:16,635 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-05-04 05:39:16,636 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 05:39:16,636 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-05-04 05:39:17,241 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:17,755 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:18,634 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:39:18,764 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:39:19,075 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:19,191 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:20,168 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:20,286 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:39:20,286 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/96e39205-e41b-40db-845b-be2bd66c0fc3/a66b513577f7409e993a3a03dd564ac5
+2017-05-04 05:39:20,415 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:20,445 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:20,582 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:39:20,582 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/651cfd8e-025e-471b-b295-be38643e3a24/e250619d78044883b2c891375efec9ab
+2017-05-04 05:39:20,684 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:20,684 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:20,690 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:20,693 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:20,696 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:20,702 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:20,708 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:20,802 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:20,803 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:20,807 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:20,809 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:20,812 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:20,814 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:21,089 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:21,089 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/87699814-dfaf-4ba4-aec3-0c21f4ae45e6/checklist/new/
+2017-05-04 05:39:21,164 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:21,164 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/748aafe5-b591-4d1d-ac37-d528f8a006a6/checklist/new/
+2017-05-04 05:39:21,165 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:21,166 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:21,208 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:21,247 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:21,247 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:21,286 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:39:21,286 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/26400b14-a0da-4a70-bdb9-860d9b42e005/680416b692e94b1082f389e07abe810e
+2017-05-04 05:39:21,286 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:21,287 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:21,287 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:39:21,324 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:21,406 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:21,407 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:21,410 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:21,412 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:21,416 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:21,417 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:21,687 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:21,687 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16957c5b-04b5-4cc3-bc93-9560445952ae/checklist/new/
+2017-05-04 05:39:21,757 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:21,757 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:21,790 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:21,887 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:39:21,888 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/66263d3d-88d8-4172-bf47-4a41452a421a/fff7f5e172b6437883b0fb57c4dc28ba
+2017-05-04 05:39:21,923 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:22,008 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:22,008 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:22,014 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:22,016 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:22,019 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:22,021 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:22,176 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:39:22,212 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:22,533 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:22,534 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f1869c29-3301-4a9c-abd0-20618c14e89e/checklist/new/
+2017-05-04 05:39:22,607 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:22,607 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:22,639 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:22,640 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:22,640 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:39:22,870 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:39:22,989 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:23,519 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:39:23,997 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:39:24,181 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:39:24,290 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:24,522 DEBUG test_notification_for_new_user 33 46497 140735693222848 Go to notifications page
+2017-05-04 05:39:24,840 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:25,067 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'STJqvE2';
+2017-05-04 05:39:25,071 DEBUG db_general 188 46498 140735693222848 Query result: 92781ee8-ffbc-4d58-8c3f-5458de5d9ab0
+2017-05-04 05:39:25,076 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '92781ee8-ffbc-4d58-8c3f-5458de5d9ab0';
+2017-05-04 05:39:25,079 DEBUG db_general 188 46498 140735693222848 Query result: 2017-711
+2017-05-04 05:39:25,083 DEBUG db_general 177 46498 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-711';
+2017-05-04 05:39:25,085 DEBUG db_general 188 46498 140735693222848 Query result: 1
+2017-05-04 05:39:25,092 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:39:25,298 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:39:25,349 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 05:39:25,675 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:25,675 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:39:26,074 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:26,374 DEBUG test_notification_for_new_user 35 46497 140735693222848 Remove one notification
+2017-05-04 05:39:26,378 DEBUG db_general 128 46497 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STxaENl@intl.att.com';
+2017-05-04 05:39:26,381 DEBUG db_general 136 46497 140735693222848 Query result: 712
+2017-05-04 05:39:26,386 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_notification Where user_id = '712';
+2017-05-04 05:39:26,389 DEBUG db_general 188 46497 140735693222848 Query result: [('3c6a9461-f034-495e-9c06-9f1ded50c7d3',), ('de1a8a59-0fa6-401a-a454-8b2333798385',), ('98d178c4-4ca2-4513-aa4b-115d1b850151',)]
+2017-05-04 05:39:26,437 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:39:26,505 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 05:39:26,505 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 05:39:26,521 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 05:39:26,521 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:39:26,521 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 05:39:27,073 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:39:27,201 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:27,591 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 05:39:27,591 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 05:39:27,614 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 05:39:27,614 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 05:39:27,615 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 05:39:28,257 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:28,864 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:29,210 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:29,279 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:39:29,942 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:30,132 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:39:30,133 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bccf2d33-9426-424d-b6a4-bf4c50af8aac/874b98143fc04b019a02a6d858637e0d
+2017-05-04 05:39:30,177 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:30,239 DEBUG db_general 177 46495 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-713';
+2017-05-04 05:39:30,241 DEBUG db_general 188 46495 140735693222848 Query result: 87699814-dfaf-4ba4-aec3-0c21f4ae45e6
+2017-05-04 05:39:30,246 DEBUG db_user 49 46495 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '87699814-dfaf-4ba4-aec3-0c21f4ae45e6' and email = 'STdpBx1@intl.att.com' ;
+2017-05-04 05:39:30,249 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=f98875d1-e5ae-43ed-86cb-0570b587cc20
+2017-05-04 05:39:30,259 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:39:30,259 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:39:30,263 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:30,265 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:30,268 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:30,270 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:30,722 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:30,724 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3e82f7d9-ef38-4b70-9d97-32b6fcc6f444/checklist/new/
+2017-05-04 05:39:30,760 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:30,890 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:39:30,890 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:39:30,964 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:31,062 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:31,062 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:39:31,074 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:39:31,074 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:39:31,084 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:39:31,086 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:39:31,091 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 05:39:31,093 DEBUG db_general 188 46496 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 05:39:31,107 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:31,107 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:39:31,265 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:39:31,265 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/976ad3c0-95bf-405a-8a9d-bedc50b1f32d/8fafe49b34564fc68185abc5f8b2123d
+2017-05-04 05:39:31,310 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:31,400 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:31,400 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:31,404 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:31,406 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:31,410 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:31,411 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:31,657 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:31,657 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8b597cb9-10bc-4d36-8c7a-d623e7901760/checklist/new/
+2017-05-04 05:39:31,738 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:31,738 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:31,771 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:31,845 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:31,845 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:31,845 DEBUG api_checklist 24 46497 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8b597cb9-10bc-4d36-8c7a-d623e7901760/checklist/new/
+2017-05-04 05:39:31,850 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:39:31,852 DEBUG db_general 188 46497 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:39:31,852 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8b597cb9-10bc-4d36-8c7a-d623e7901760/checklist/new/
+2017-05-04 05:39:31,906 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:39:31,934 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:31,934 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:31,977 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:32,003 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:39:32,197 DEBUG api_checklist 40 46497 140735693222848 Checklist was created successfully!
+2017-05-04 05:39:32,202 DEBUG db_checklist 391 46497 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTwsgUY' order by create_time desc limit 1;
+2017-05-04 05:39:32,209 DEBUG db_general 202 46497 140735693222848 Query : select state from ice_checklist Where uuid = '66fcaa10-42dc-461d-87c9-28ddfbe9da8d' order by update_time desc limit 1;
+2017-05-04 05:39:32,212 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:32,213 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:39:32,556 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:39:32,648 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:39:32,660 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=f98875d1-e5ae-43ed-86cb-0570b587cc20 page is loaded.
+2017-05-04 05:39:32,765 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:33,074 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:39:33,218 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:33,781 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:33,818 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:39:33,942 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:34,342 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:39:34,516 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:34,544 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:34,791 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:39:35,552 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:39:36,113 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:36,404 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:36,838 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:36,839 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:39:37,577 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:39:37,578 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:39:37,711 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:38,216 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:39:38,306 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:39,313 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:39:39,495 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 05:39:40,013 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:39:40,100 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:40,198 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:40,676 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:40,677 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:39:41,507 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:39:41,716 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:39:42,176 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:39:42,312 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:42,317 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:42,317 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:39:43,194 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:39:43,321 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:39:43,359 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 05:39:43,359 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 05:39:43,377 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-05-04 05:39:43,378 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 05:39:43,378 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-05-04 05:39:43,842 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:39:43,961 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:44,986 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:39:45,512 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:45,989 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 05:39:45,989 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 05:39:46,005 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-05-04 05:39:46,005 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 05:39:46,005 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-05-04 05:39:46,335 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 05:39:46,626 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181
+2017-05-04 05:39:47,381 DEBUG db_general 128 46497 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STIQ7jk@intl.att.com';
+2017-05-04 05:39:47,384 DEBUG db_general 136 46497 140735693222848 Query result: 716
+2017-05-04 05:39:47,388 DEBUG db_general 177 46497 140735693222848 Query : select uuid from ice_notification Where user_id = '716';
+2017-05-04 05:39:47,394 DEBUG db_general 188 46497 140735693222848 Query result: [('0464c9c9-8794-4a61-9e6d-4ab1eef5ba1c',), ('bf6c7082-ddf1-4b65-8fd6-6b9e8c629425',), ('0b609636-3c0f-45c6-8fa1-4893043b4333',)]
+2017-05-04 05:39:47,528 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 05:39:47,529 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 05:39:47,540 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 05:39:47,541 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 05:39:47,541 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 05:39:48,342 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:49,377 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 05:39:49,377 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 05:39:49,401 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-05-04 05:39:49,402 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 05:39:49,402 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-05-04 05:39:49,646 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:39:49,647 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/86a12134-4046-4664-b59a-31b20df5471d/1caeae1defc44b04a36d9a90439fc7bc
+2017-05-04 05:39:49,687 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:49,777 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:39:49,777 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:39:49,786 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:49,790 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:49,797 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:49,799 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:49,880 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:50,294 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:39:50,298 DEBUG db_general 188 46496 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:39:50,352 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:50,352 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14eb72b5-66d8-4190-8381-0eb382aca264/checklist/new/
+2017-05-04 05:39:50,460 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:39:50,461 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:39:50,503 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:50,607 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:39:50,607 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3fded9d4-3ae5-4ef2-81c3-63407e380145/a8a279dcc0fe40e289c4a1430fa2bf41
+2017-05-04 05:39:50,652 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:50,744 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:39:50,744 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:39:50,751 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:50,753 DEBUG db_general 162 46498 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:50,757 DEBUG db_general 151 46498 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:50,759 DEBUG db_general 162 46498 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:50,817 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '141ce7f1-3330-4aad-9e90-947d5bacbabd';
+2017-05-04 05:39:50,820 DEBUG db_general 188 46496 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:39:51,093 DEBUG api_virtual_function 72 46498 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:51,094 DEBUG api_gitlab 267 46498 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/15002b8f-bd43-483c-820f-f2d11bc5e51e/checklist/new/
+2017-05-04 05:39:51,186 DEBUG api_user 128 46498 140735693222848 200 OK
+2017-05-04 05:39:51,186 DEBUG api_user 130 46498 140735693222848 Login successfully.
+2017-05-04 05:39:51,220 DEBUG api_gitlab 288 46498 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:51,228 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STG0hiD@intl.att.com';
+2017-05-04 05:39:51,233 DEBUG db_general 136 46498 140735693222848 Query result: 86a12134-4046-4664-b59a-31b20df5471d
+2017-05-04 05:39:51,237 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STG0hiD@intl.att.com';
+2017-05-04 05:39:51,239 DEBUG db_general 136 46498 140735693222848 Query result: 717
+2017-05-04 05:39:51,246 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '717';
+2017-05-04 05:39:51,248 DEBUG db_general 188 46498 140735693222848 Query result: 1caeae1defc44b04a36d9a90439fc7bc
+2017-05-04 05:39:51,249 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/86a12134-4046-4664-b59a-31b20df5471d/1caeae1defc44b04a36d9a90439fc7bc
+2017-05-04 05:39:51,249 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/86a12134-4046-4664-b59a-31b20df5471d/1caeae1defc44b04a36d9a90439fc7bc
+2017-05-04 05:39:51,277 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:39:51,278 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a307187-48de-4706-883d-00603510c4a3/7c7582772b754aa98a8122112b3ed444
+2017-05-04 05:39:51,326 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:51,338 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '74c9e9db-29d2-4da4-88ae-b7ce3ef10f04';
+2017-05-04 05:39:51,343 DEBUG db_general 188 46496 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:39:51,435 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:51,435 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:51,441 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:51,444 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:51,449 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:51,452 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:51,704 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:39:51,919 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:51,919 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/24384e19-3880-4ac0-920b-77ae2d9d804f/checklist/new/
+2017-05-04 05:39:52,006 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:52,006 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:39:52,026 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:39:52,026 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:39:52,080 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:52,081 DEBUG test_progress_bar 17 46497 140735693222848 Validate and check progress with engagement lead
+2017-05-04 05:39:52,081 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:52,082 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:39:52,925 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:39:52,939 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:39:52,940 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/270fa16b-5cf2-4e6a-8d3f-f4226269310c/c499c5a5167248c19f130b4a28ad369e
+2017-05-04 05:39:52,950 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:39:53,051 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:53,160 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:53,161 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:53,167 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:39:53,169 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:39:53,173 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:39:53,175 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:39:53,480 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:53,514 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:39:53,514 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b9b48bc9-0589-4e32-a554-098b2fb97fec/checklist/new/
+2017-05-04 05:39:53,596 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:53,597 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:53,603 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:39:53,629 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:53,630 DEBUG api_virtual_function 119 46495 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 05:39:53,653 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:39:53,686 DEBUG api_virtual_function 133 46495 140735693222848 Invite sent successfully to email ST1crCX@intl.att.com
+2017-05-04 05:39:53,694 DEBUG api_virtual_function 141 46495 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=28ad8705-0770-4988-8082-32ecf4f4aa90&email=ST1crCX@intl.att.com&full_name=STSKGEB&phone_number=+12015875573&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-05-04 05:39:53,695 DEBUG api_user 206 46495 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:39:53,697 DEBUG api_user 211 46495 140735693222848 Invited contact full name is (according to url): STSKGEB
+2017-05-04 05:39:53,757 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:53,795 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:53,934 DEBUG api_user 231 46495 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:39:53,934 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b9b48bc9-0589-4e32-a554-098b2fb97fec/checklist/new/
+2017-05-04 05:39:54,121 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:39:54,121 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:39:54,288 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:54,305 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:39:54,305 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/88565820-ec88-4e38-b9ec-5da9b4646fb5/fbfa21bf3052470fbe0a2cf6b058d14b
+2017-05-04 05:39:54,387 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:39:54,387 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:39:54,387 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:39:54,944 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:39:55,298 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:39:55,328 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:39:55,951 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:39:56,009 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:39:56,083 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:56,134 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:39:57,162 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:39:57,290 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:58,461 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:58,793 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:59,666 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:39:59,824 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-719';
+2017-05-04 05:39:59,827 DEBUG db_general 188 46498 140735693222848 Query result: 14eb72b5-66d8-4190-8381-0eb382aca264
+2017-05-04 05:39:59,831 DEBUG db_user 49 46498 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '14eb72b5-66d8-4190-8381-0eb382aca264' and email = 'STqsLPR@intl.att.com' ;
+2017-05-04 05:39:59,833 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=c106989d-f148-475d-a5ac-cda7e873ef22
+2017-05-04 05:40:00,405 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:00,405 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:40:00,804 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 05:40:00,804 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 05:40:00,821 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-05-04 05:40:00,822 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 05:40:00,822 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-05-04 05:40:01,216 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:40:01,853 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:40:01,997 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=c106989d-f148-475d-a5ac-cda7e873ef22 page is loaded.
+2017-05-04 05:40:02,587 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:02,688 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:02,927 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:03,595 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:40:03,745 DEBUG test_progress_bar 24 46497 140735693222848 Validate progress with standard user
+2017-05-04 05:40:03,745 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:40:04,034 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:40:04,035 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8134aae2-9b11-4018-aa9a-be6fa829a845/34911e9ee6824912b10cfcedf5677396
+2017-05-04 05:40:04,072 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:04,169 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:04,169 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:04,173 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:04,175 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:04,180 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:04,181 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:04,375 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:04,375 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:40:04,535 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:04,535 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/27eb1156-bc03-4946-aaa5-621b9c877826/checklist/new/
+2017-05-04 05:40:04,600 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:04,601 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:04,633 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:04,633 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:04,634 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:40:05,203 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:40:05,510 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:40:05,811 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 05:40:05,812 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 05:40:05,829 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-05-04 05:40:05,830 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 05:40:05,830 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-05-04 05:40:05,837 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:40:05,948 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:06,171 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:40:06,350 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:06,963 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:40:07,224 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '74c9e9db-29d2-4da4-88ae-b7ce3ef10f04';
+2017-05-04 05:40:07,230 DEBUG db_general 188 46496 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:40:07,450 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:07,761 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '141ce7f1-3330-4aad-9e90-947d5bacbabd';
+2017-05-04 05:40:07,765 DEBUG db_general 188 46496 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:40:08,105 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:08,280 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:40:08,285 DEBUG db_general 188 46496 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:40:08,457 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:40:08,488 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:08,798 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:40:08,799 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 05:40:08,820 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 05:40:08,821 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:40:08,821 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 05:40:09,365 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:40:09,370 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STCqbh9@intl.att.com';
+2017-05-04 05:40:09,374 DEBUG db_general 136 46498 140735693222848 Query result: df397d8c-2eba-43d4-ae5f-531e586e339e
+2017-05-04 05:40:09,380 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STCqbh9@intl.att.com';
+2017-05-04 05:40:09,385 DEBUG db_general 136 46498 140735693222848 Query result: df397d8c-2eba-43d4-ae5f-531e586e339e
+2017-05-04 05:40:09,403 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STCqbh9@intl.att.com';
+2017-05-04 05:40:09,405 DEBUG db_general 136 46498 140735693222848 Query result: 723
+2017-05-04 05:40:09,409 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '723';
+2017-05-04 05:40:09,414 DEBUG db_general 188 46498 140735693222848 Query result: 4888fcfd3c284f8691ac675442d412f7
+2017-05-04 05:40:09,414 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df397d8c-2eba-43d4-ae5f-531e586e339e/4888fcfd3c284f8691ac675442d412f7
+2017-05-04 05:40:09,415 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df397d8c-2eba-43d4-ae5f-531e586e339e/4888fcfd3c284f8691ac675442d412f7
+2017-05-04 05:40:09,985 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:10,155 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 05:40:10,156 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 05:40:10,176 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-04 05:40:10,176 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 05:40:10,176 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-05-04 05:40:10,526 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:10,563 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:10,564 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:40:11,761 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:40:11,936 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:12,439 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:40:12,531 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:12,591 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:40:12,797 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 05:40:12,797 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 05:40:12,816 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-05-04 05:40:12,816 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 05:40:12,816 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-05-04 05:40:13,337 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:40:13,337 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f771aaa2-8e7b-47ac-a8d5-b74d1819bace/eb1ea45ed4aa4f5198f476b43afc2b9f
+2017-05-04 05:40:13,392 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:13,601 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:40:13,602 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:40:13,607 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:13,609 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:13,623 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:13,625 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:14,102 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:40:14,231 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:40:14,231 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e4128087-8ff8-43f4-9312-c2902e8f73da/64d8836184b24aae91b23555ddb0c4f9
+2017-05-04 05:40:14,240 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:14,241 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/044ee414-a3c6-471c-bb65-eec7978a239a/checklist/new/
+2017-05-04 05:40:14,288 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:14,353 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:40:14,354 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:40:14,386 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:40:14,386 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:40:14,391 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:14,394 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:14,401 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:14,403 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:14,407 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:14,506 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:40:14,507 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:40:14,520 DEBUG db_general 177 46496 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 05:40:14,524 DEBUG db_general 188 46496 140735693222848 Query result: 2
+2017-05-04 05:40:14,533 DEBUG db_general 177 46496 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 05:40:14,536 DEBUG db_general 188 46496 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 05:40:14,553 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:14,553 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:40:14,865 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:14,865 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/029d3c29-7647-47a9-a44e-8d44a7813737/checklist/new/
+2017-05-04 05:40:14,946 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:40:14,946 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:40:14,995 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:14,996 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:14,996 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:40:15,154 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:15,406 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:40:15,883 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:40:16,047 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:40:16,191 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:16,342 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:40:16,342 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9203b8e-7123-445b-aaf7-775404d322ae/0cd20d46a2b14eb883752f2c9cc893f9
+2017-05-04 05:40:16,382 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:16,539 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:40:16,547 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:16,547 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:16,557 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:16,561 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:16,566 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:16,569 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:16,584 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:16,585 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:40:16,717 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:17,001 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:17,385 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:17,386 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9dce8e0a-a3c8-4f3f-8799-1a816bc7fbfb/checklist/new/
+2017-05-04 05:40:17,478 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:17,478 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:17,512 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:17,553 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:17,560 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:17,560 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:17,560 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:40:17,643 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:40:18,067 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:18,304 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:40:18,410 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:18,469 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:40:18,519 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:40:19,077 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:40:19,173 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:40:19,278 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:19,420 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:40:19,961 DEBUG test_login_with_new_user 110 46498 140735693222848 click_on on + Dashboard
+2017-05-04 05:40:20,011 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:20,171 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:20,495 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:20,523 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:20,814 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:40:21,531 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:40:22,853 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:22,882 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:23,317 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:24,052 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:24,494 DEBUG fe_dashboard 154 46497 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 05:40:25,116 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 05:40:25,116 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 05:40:25,132 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-05-04 05:40:25,132 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 05:40:25,132 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-05-04 05:40:25,351 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 05:40:25,351 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 05:40:25,365 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-05-04 05:40:25,366 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 05:40:25,366 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-05-04 05:40:25,592 DEBUG fe_wizard 57 46498 140735693222848 Tab Add Vendor Contact
+2017-05-04 05:40:27,235 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:27,578 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:28,421 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:40:28,421 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd20727e-1cdb-4a01-8b6d-40d693a4b451/55838a17e694409a997102d1e192ceea
+2017-05-04 05:40:28,456 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:28,538 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:28,538 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:28,542 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:28,544 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:28,547 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:28,549 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:28,685 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:40:28,685 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b3bee295-6737-4ec3-af97-c00734480856/3fe23a9caf024ccfa09cf278ecb0675b
+2017-05-04 05:40:28,718 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:28,794 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:40:28,795 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:40:28,799 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:28,802 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:28,806 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:28,807 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:28,888 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:28,888 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/df205c35-e7bc-4a22-ba98-d33ec4db781f/checklist/new/
+2017-05-04 05:40:28,961 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:28,962 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:28,990 DEBUG fe_wizard 97 46498 140735693222848 Tab Invite Team Members
+2017-05-04 05:40:29,000 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:29,000 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:29,000 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:40:29,297 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:29,297 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/309f01b5-d806-4b4d-adbd-f90af2b47f43/checklist/new/
+2017-05-04 05:40:29,369 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:40:29,369 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:40:29,405 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:29,405 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:29,405 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:40:29,833 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:40:30,261 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:40:30,477 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:40:30,591 DEBUG fe_wizard 115 46498 140735693222848 About to add an SSH Key in modal window
+2017-05-04 05:40:30,593 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:30,602 DEBUG helper 42 46498 140735693222848 About to generate SSH Public Key
+2017-05-04 05:40:30,703 DEBUG helper 57 46498 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDDHKIVvEo8E2H7aMBAI6HxB0JIrm7sI2dG7a5ihsO17IBVrMl/8pLCsoxS/gIIvxFKSZjUinAlfvWWfj6ENdlrL22OvyItEMmvwVHpN/RocqoXCqBaGEuZFfoxh2BGIkEBQB5R8XvpZftfeW4ynl0/cenHkHttXvNEK7m0ah096D86NRk3uMWSpMCk15yqyA9IN2QzgBvNIV0yZZZ6e6J/Dj1tnweRTRGrrnHDAonB+OgHao8d2bkgnB4sqtG+y9r10eE40iy5n0S7OpexjhSOXEPWjshSBi72M0ABxIcS4q7cjKt+8EZIVmSd8rfnuN0oln/BgFHsQQgW0TGo0z+3
+2017-05-04 05:40:30,926 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:40:31,076 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:31,269 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:31,781 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:31,939 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:32,790 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:40:32,949 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:40:33,189 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:34,105 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:34,201 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:40:34,205 DEBUG db_general 188 46496 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:40:34,214 DEBUG fe_wizard 130 46498 140735693222848 SSH Key added via modal window.
+2017-05-04 05:40:34,218 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTbXsOY';
+2017-05-04 05:40:34,224 DEBUG db_general 188 46498 140735693222848 Query result: 6306c281-871c-4816-a6dc-62c2e6c1216d
+2017-05-04 05:40:34,225 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=6306c281-871c-4816-a6dc-62c2e6c1216d&inviter_uuid=df397d8c-2eba-43d4-ae5f-531e586e339e&email=automationqattST2lwYi@gmail.com
+2017-05-04 05:40:34,291 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:34,739 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = 'e0feef07-cfb5-4883-a254-a81c6c324087';
+2017-05-04 05:40:34,747 DEBUG db_general 188 46496 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:40:35,266 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '662b4924-c174-4a3a-8c40-e356ca0737e4';
+2017-05-04 05:40:35,269 DEBUG db_general 188 46496 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:40:36,090 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 05:40:36,094 DEBUG db_general 188 46498 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 05:40:36,094 DEBUG db_user 37 46498 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=6306c281-871c-4816-a6dc-62c2e6c1216d&email=STXn6vD@ericson.com&full_name=STPrzswSTfNVgA&phone_number=2017759529&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 05:40:36,094 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=6306c281-871c-4816-a6dc-62c2e6c1216d&email=STXn6vD@ericson.com&full_name=STPrzswSTfNVgA&phone_number=2017759529&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 05:40:36,455 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 05:40:36,456 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 05:40:36,475 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-05-04 05:40:36,476 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 05:40:36,476 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-05-04 05:40:36,985 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:37,463 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 05:40:37,463 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 05:40:37,562 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-05-04 05:40:37,563 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 05:40:37,563 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-05-04 05:40:38,538 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 05:40:38,539 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 05:40:38,557 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-05-04 05:40:38,558 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 05:40:38,558 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-05-04 05:40:38,827 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:39,824 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:40,269 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:40:40,269 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a9b46b4-6aea-4a7c-8936-65386b818734/4e986174b8bd4efeb6d954414fdc9ebb
+2017-05-04 05:40:40,321 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:40,428 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:40,428 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:40,432 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:40,434 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:40,439 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:40,441 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:40,805 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:40,806 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48500a08-609b-4f94-98ae-eb3b19af07a8/checklist/new/
+2017-05-04 05:40:40,888 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:40,903 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:40,903 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:40,939 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:40,939 DEBUG api_virtual_function 87 46495 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 05:40:41,016 DEBUG api_virtual_function 100 46495 140735693222848 Invite sent successfully to email STVgEa1@intl.att.com
+2017-05-04 05:40:41,023 DEBUG api_virtual_function 105 46495 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=71577936-e1fa-43fe-bd6a-11a8f8652506&email=STVgEa1@intl.att.com
+2017-05-04 05:40:41,023 DEBUG api_user 206 46495 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:40:41,108 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:40:41,114 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STsrjXB@amdocs.com';
+2017-05-04 05:40:41,116 DEBUG db_general 136 46498 140735693222848 Query result: 29620125-ec59-449a-ad36-ec9023490af1
+2017-05-04 05:40:41,120 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STsrjXB@amdocs.com';
+2017-05-04 05:40:41,124 DEBUG db_general 136 46498 140735693222848 Query result: 29620125-ec59-449a-ad36-ec9023490af1
+2017-05-04 05:40:41,130 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STsrjXB@amdocs.com';
+2017-05-04 05:40:41,133 DEBUG db_general 136 46498 140735693222848 Query result: 730
+2017-05-04 05:40:41,137 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '730';
+2017-05-04 05:40:41,139 DEBUG db_general 188 46498 140735693222848 Query result: a845a9d996684a0793cec46705f76e5f
+2017-05-04 05:40:41,139 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/29620125-ec59-449a-ad36-ec9023490af1/a845a9d996684a0793cec46705f76e5f
+2017-05-04 05:40:41,139 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/29620125-ec59-449a-ad36-ec9023490af1/a845a9d996684a0793cec46705f76e5f
+2017-05-04 05:40:41,320 DEBUG api_user 231 46495 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:40:41,320 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/48500a08-609b-4f94-98ae-eb3b19af07a8/checklist/new/
+2017-05-04 05:40:41,401 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:41,401 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:41,434 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:41,435 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:41,435 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:40:41,851 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:41,852 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:40:42,105 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:40:42,105 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/362cfe5c-0846-438f-bf3e-94c7e143cd73/f1d23279168d4aca829ff009b0688f39
+2017-05-04 05:40:42,141 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:42,226 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:40:42,227 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:40:42,231 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:42,232 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:42,236 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:42,238 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:42,263 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:40:42,565 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:42,565 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8a186d3-d2ef-424c-b6b2-841838b95d11/checklist/new/
+2017-05-04 05:40:42,630 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:40:42,631 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:40:42,665 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:42,723 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:40:42,913 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:40:43,032 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:43,361 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:40:43,495 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:40:43,887 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:44,419 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/resetPassword page is loaded.
+2017-05-04 05:40:44,853 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:40:44,896 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:40:45,440 DEBUG fe_general 163 46497 140735693222848 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-05-04 05:40:45,444 DEBUG db_general 128 46497 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 05:40:45,446 DEBUG db_general 136 46497 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 05:40:45,450 DEBUG db_general 128 46497 140735693222848 Query : select id from auth_user WHERE Email = 'STFjDd6@intl.att.com';
+2017-05-04 05:40:45,453 DEBUG db_general 136 46497 140735693222848 Query result: 732
+2017-05-04 05:40:45,464 DEBUG fe_general 37 46497 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNURmpEZDZAaW50bC5hdHQuY29tIg.C-yWrQ.ehRFkwYPB4fis6QXihz3WRWogV4
+2017-05-04 05:40:46,075 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:46,076 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:40:46,137 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:46,690 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:46,925 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:40:47,337 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:47,337 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:40:47,609 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:40:47,705 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login?t=IlNURmpEZDZAaW50bC5hdHQuY29tIg.C-yWrQ.ehRFkwYPB4fis6QXihz3WRWogV4 page is loaded.
+2017-05-04 05:40:48,124 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:40:48,716 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:40:48,813 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:40:48,938 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:49,227 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:49,244 DEBUG test_reset_password 22 46497 140735693222848
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNURmpEZDZAaW50bC5hdHQuY29tIg.C-yWrQ.ehRFkwYPB4fis6QXihz3WRWogV4
+Temp Password: iceusers
+User Email: STFjDd6@intl.att.com
+2017-05-04 05:40:49,949 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:40:50,849 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-05-04 05:40:50,962 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '662b4924-c174-4a3a-8c40-e356ca0737e4';
+2017-05-04 05:40:50,964 DEBUG db_general 188 46496 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 05:40:51,263 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:40:51,478 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:51,641 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = 'e0feef07-cfb5-4883-a254-a81c6c324087';
+2017-05-04 05:40:51,644 DEBUG db_general 188 46496 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 05:40:51,683 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:52,173 DEBUG db_general 177 46496 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 05:40:52,175 DEBUG db_general 188 46496 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 05:40:52,505 DEBUG test_reset_password 24 46497 140735693222848 Logout and verify new password works
+2017-05-04 05:40:52,684 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:40:52,685 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 05:40:52,701 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 05:40:52,702 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 05:40:52,702 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-05-04 05:40:52,709 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 05:40:52,710 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 05:40:52,724 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-05-04 05:40:52,724 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 05:40:52,725 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-05-04 05:40:53,852 DEBUG test_reset_password 26 46497 140735693222848 Login with updated password
+2017-05-04 05:40:53,852 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:53,853 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:40:54,003 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:54,670 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:40:54,697 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:40:54,940 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:55,295 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:40:55,386 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:55,836 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:40:56,105 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:40:56,105 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/04820ad4-c6cf-458f-a1b0-a5235b1ec58b/a12712817ba04deb8d2518830ed02479
+2017-05-04 05:40:56,140 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:56,217 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:40:56,217 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:40:56,221 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:56,223 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:56,226 DEBUG fe_wizard 77 46498 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 05:40:56,227 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:56,228 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:56,417 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:40:56,537 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:56,537 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51c2e970-e31c-4421-8f67-1f5fb9663acc/checklist/new/
+2017-05-04 05:40:56,608 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:40:56,608 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:40:56,640 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:56,640 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:56,640 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:40:56,987 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:40:56,988 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/87ac683a-347f-4813-9176-1cc717d968fa/cc206fa20f884c3882909d14f601bb2f
+2017-05-04 05:40:57,024 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:40:57,088 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:57,088 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:57,093 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:40:57,094 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:40:57,099 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:40:57,100 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:40:57,376 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:40:57,376 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81e5e30d-9b42-4d05-8411-816e43cc42a3/checklist/new/
+2017-05-04 05:40:57,456 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:40:57,461 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:57,461 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:57,503 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:57,504 DEBUG api_virtual_function 87 46495 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 05:40:57,567 DEBUG api_virtual_function 100 46495 140735693222848 Invite sent successfully to email STmhBik@intl.att.com
+2017-05-04 05:40:57,585 DEBUG api_virtual_function 105 46495 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=f00765f0-2d28-49aa-b41c-d082488bc66e&email=STmhBik@intl.att.com
+2017-05-04 05:40:57,585 DEBUG api_user 206 46495 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:40:57,753 DEBUG api_user 231 46495 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:40:57,753 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81e5e30d-9b42-4d05-8411-816e43cc42a3/checklist/new/
+2017-05-04 05:40:57,851 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:40:57,888 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:40:57,925 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:40:57,925 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:57,925 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:40:58,183 DEBUG test_reset_password 29 46497 140735693222848 Logout and change password back to 'iceusers'
+2017-05-04 05:40:58,189 DEBUG db_general 128 46497 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 05:40:58,192 DEBUG db_general 136 46497 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 05:40:58,215 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:40:58,215 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:40:58,544 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:40:58,716 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:40:59,329 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:40:59,339 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:40:59,407 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:40:59,464 DEBUG fe_wizard 97 46498 140735693222848 Tab Invite Team Members
+2017-05-04 05:41:00,034 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:41:00,064 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:41:00,173 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:00,177 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:00,334 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:41:00,632 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:00,857 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:01,353 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:01,573 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:01,652 DEBUG fe_wizard 115 46498 140735693222848 About to add an SSH Key in modal window
+2017-05-04 05:41:01,663 DEBUG helper 42 46498 140735693222848 About to generate SSH Public Key
+2017-05-04 05:41:01,867 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:41:01,964 DEBUG helper 57 46498 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRsnlrM/XaoOmMfzKsK+GiA7b3UK7ndMSbwKiSd0Eud3DzsJA4CT8FtYJiIje9CC7Ek24BPg/ny6AGRN7VHCh1t0tpUAt+QUwTWCvji6aRMJc852z5idV6CPkkmSz22BE6tDKMhKj9j04eXmCmilfLz4r584xmftFCMc/ABOFvYJ8Whjr9NiWXHtPfsdqhd2yp+AeiTTRY3kfYwATzqmOF+/8PJDpa1egi+M1oGUOTsWvHE6sV7FKw9bp+hh3NB0JIuucKwdP759uQG5kVLy4lWanekx76AXsJrJ9Zv+6mxVHbADMQh1zlHvttfGznx0s7kNM5fJi+ZEMyNaESc8eR
+2017-05-04 05:41:02,204 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:02,361 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:41:02,400 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 05:41:02,400 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 05:41:02,416 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-05-04 05:41:02,417 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 05:41:02,418 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-05-04 05:41:03,917 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:04,400 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:04,715 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:05,422 DEBUG fe_wizard 130 46498 140735693222848 SSH Key added via modal window.
+2017-05-04 05:41:05,427 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTvehFX';
+2017-05-04 05:41:05,430 DEBUG db_general 188 46498 140735693222848 Query result: 554c05ed-9e08-4f51-b78a-940e72adca4e
+2017-05-04 05:41:05,433 DEBUG db_user 49 46498 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '554c05ed-9e08-4f51-b78a-940e72adca4e' and email = 'automationqattSTIhl1t@gmail.com' ;
+2017-05-04 05:41:05,436 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTIhl1t@gmail.com
+2017-05-04 05:41:05,858 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:41:05,858 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0a3bc229-ff2b-4703-88fd-90b72507cf1e/62d593088da04c04bad355c1fcb61dee
+2017-05-04 05:41:05,894 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:05,971 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:41:05,971 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:41:05,976 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:41:05,978 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:41:05,982 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:41:05,984 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:41:06,336 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:41:06,337 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/45fcdc72-1216-422a-a260-b02105bff7b9/checklist/new/
+2017-05-04 05:41:06,411 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:41:06,411 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:41:06,454 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:06,455 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:06,455 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:41:06,964 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:07,065 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 05:41:07,070 DEBUG db_general 188 46498 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:41:07,071 DEBUG db_user 37 46498 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STUHQCV@att.com&full_name=ST87CPGSTLpkOd&phone_number=2012293796&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:41:07,072 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STUHQCV@att.com&full_name=ST87CPGSTLpkOd&phone_number=2012293796&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 05:41:07,397 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:41:08,124 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:41:08,223 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 05:41:08,223 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 05:41:08,241 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-05-04 05:41:08,242 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 05:41:08,242 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-05-04 05:41:08,267 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:09,006 DEBUG test_set_stage 70 46496 140735693222848 Admin_ro failed to change stage to Intake
+2017-05-04 05:41:09,108 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:09,467 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:10,119 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:41:10,636 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 05:41:10,637 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 05:41:10,660 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-05-04 05:41:10,660 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 05:41:10,661 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-05-04 05:41:10,697 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:11,520 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:12,100 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:41:12,101 DEBUG api_user 193 46498 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/423e4201-8d83-4506-b038-1fae5a3e1fcd/7248f6999549494ebcc191f87db70781
+2017-05-04 05:41:12,141 DEBUG api_user 196 46498 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:12,141 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:12,141 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:41:12,878 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:13,118 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:41:13,769 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:41:13,933 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:14,005 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:41:14,006 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/83d32a07-ccd4-4d8c-8697-8ea5ea1dcaf5/aaaf2e0ae00b4ab2a279aa5f43abf6ab
+2017-05-04 05:41:14,037 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:14,118 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:41:14,143 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:41:14,143 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:41:14,151 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:41:14,152 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:41:14,157 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:41:14,160 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:41:14,400 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:41:14,400 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/75d49149-6279-43e4-9dab-f649068aa8e2/checklist/new/
+2017-05-04 05:41:14,469 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:41:14,469 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:41:14,502 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:14,502 DEBUG api_virtual_function 87 46495 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 05:41:14,542 DEBUG api_virtual_function 100 46495 140735693222848 Invite sent successfully to email STT5WFf@intl.att.com
+2017-05-04 05:41:14,548 DEBUG api_virtual_function 105 46495 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=c935f138-adc4-4e35-bfad-ec975a4a151a&email=STT5WFf@intl.att.com
+2017-05-04 05:41:14,549 DEBUG api_user 206 46495 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 05:41:14,705 DEBUG api_user 231 46495 140735693222848 Invited user signed-up successfully!
+2017-05-04 05:41:14,705 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/75d49149-6279-43e4-9dab-f649068aa8e2/checklist/new/
+2017-05-04 05:41:14,776 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:41:14,777 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:41:14,811 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:14,812 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:14,812 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:41:14,855 DEBUG test_set_stage 70 46496 140735693222848 Admin_ro failed to change stage to Active
+2017-05-04 05:41:14,941 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:41:15,471 DEBUG test_login_with_new_user 39 46498 140735693222848 Message Error(APIUser or Password does not match) Displayed
+2017-05-04 05:41:15,472 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 05:41:15,472 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 05:41:15,495 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-05-04 05:41:15,495 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 05:41:15,495 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-05-04 05:41:15,649 DEBUG helper 42 46497 140735693222848 About to generate SSH Public Key
+2017-05-04 05:41:15,704 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:41:15,992 DEBUG helper 57 46497 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnErQIkZZSWHWUHNVM1l+aoLDKGGFoREkeyOZS4tuMSW8FzQqZ+A79sAdH/h7ykM174zUrwiLu7Qu+UNqzXso6BmSFj84nys5IE4TYGiGRFCZzpkuR/eDvJgST0mkI4yvwqRGwwOJ2doDe1wSm/Mgd2Adopqar+cfhJg+f0cTt1Fm+GtN+7B1cvGuWe8wi6bM0cGeFEHMHJ7LLVywJx89Xv5xC1u9qX2JRKbpcPeX0ermBiLKW0zZnqVhbIX+/0O1S124RAN1Ey5AmGTA+PppIEiCwDJJW6AX3NTyLTnGLXzOwwOMtcwIMQUAGhZqtZCrsSQtc+TC3gNocBgR+oDuP
+2017-05-04 05:41:15,993 DEBUG test_ssh_key 44 46497 140735693222848 AAAAB3NzaC1yc2EAAAADAQABAAABAQCnErQIkZZSWHWUHNVM1l+aoLDKGGFoREkeyOZS4tuMSW8FzQqZ+A79sAdH/h7ykM174zUrwiLu7Qu+UNqzXso6BmSFj84nys5IE4TYGiGRFCZzpkuR/eDvJgST0mkI4yvwqRGwwOJ2doDe1wSm/Mgd2Adopqar+cfhJg+f0cTt1Fm+GtN+7B1cvGuWe8wi6bM0cGeFEHMHJ7LLVywJx89Xv5xC1u9qX2JRKbpcPeX0ermBiLKW0zZnqVhbIX+/0O1S124RAN1Ey5AmGTA+PppIEiCwDJJW6AX3NTyLTnGLXzOwwOMtcwIMQUAGhZqtZCrsSQtc+TC3gNocBgR+oDuP
+2017-05-04 05:41:16,352 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:41:16,473 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:17,460 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:17,608 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:18,468 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:41:18,668 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:41:18,669 DEBUG test_login_with_new_user 45 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:19,710 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:41:19,804 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:20,600 DEBUG test_set_stage 70 46496 140735693222848 Admin_ro failed to change stage to Validated
+2017-05-04 05:41:20,600 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 05:41:20,600 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 05:41:20,628 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-05-04 05:41:20,629 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 05:41:20,629 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-05-04 05:41:20,731 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 05:41:20,732 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 05:41:20,748 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-05-04 05:41:20,748 DEBUG logFuncEntry 34 46497 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 05:41:20,749 DEBUG test_ui_base 36 46497 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-05-04 05:41:20,867 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 05:41:20,867 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 05:41:20,884 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-05-04 05:41:20,885 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 05:41:20,885 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-05-04 05:41:23,370 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:23,741 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:23,863 DEBUG test_ui_base 48 46497 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:24,005 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:24,987 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:41:24,987 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/19692266-b946-4c6f-a7e1-6e893d9de914/9be4af9c1d9346afa334d9b452986bb4
+2017-05-04 05:41:25,034 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:25,142 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:41:25,142 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:41:25,151 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:41:25,154 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:41:25,160 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:41:25,163 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:41:25,240 DEBUG api_user 108 46497 140735693222848 Moving to next test case
+2017-05-04 05:41:25,241 DEBUG api_user 193 46497 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6abea3bf-5815-4fb6-a005-a5561a6c5ce3/c2271822d53f42dd85a556a2d4286d1e
+2017-05-04 05:41:25,304 DEBUG api_user 196 46497 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:25,446 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:41:25,446 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:41:25,452 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:41:25,454 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:25,455 DEBUG db_general 162 46497 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:41:25,459 DEBUG db_general 151 46497 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:41:25,462 DEBUG db_general 162 46497 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:41:25,926 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:41:25,927 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0020b75c-e0a1-410e-ae89-da2c87c96c9d/checklist/new/
+2017-05-04 05:41:26,008 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:41:26,009 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:41:26,057 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:26,057 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:26,057 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:41:26,127 DEBUG api_virtual_function 72 46497 140735693222848 Virtual Function created successfully!
+2017-05-04 05:41:26,127 DEBUG api_gitlab 267 46497 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/91280e6a-078a-42e9-8f09-026c6dbe61d1/checklist/new/
+2017-05-04 05:41:26,207 DEBUG api_user 128 46497 140735693222848 200 OK
+2017-05-04 05:41:26,208 DEBUG api_user 130 46497 140735693222848 Login successfully.
+2017-05-04 05:41:26,245 DEBUG api_gitlab 288 46497 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:26,245 DEBUG fe_user 27 46497 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:26,246 DEBUG fe_user 28 46497 140735693222848 Insert Email
+2017-05-04 05:41:26,633 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 05:41:26,633 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 05:41:26,649 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-05-04 05:41:26,650 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 05:41:26,650 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-05-04 05:41:26,905 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:41:27,084 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 05:41:27,085 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 05:41:27,108 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-05-04 05:41:27,109 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 05:41:27,109 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-05-04 05:41:27,154 DEBUG fe_user 31 46497 140735693222848 Insert Password
+2017-05-04 05:41:27,674 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:41:27,865 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:27,868 DEBUG fe_user 33 46497 140735693222848 Click Login Button
+2017-05-04 05:41:28,105 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:28,831 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:29,013 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:29,529 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:29,756 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:29,838 DEBUG fe_user 35 46497 140735693222848 Login Button clicked
+2017-05-04 05:41:30,278 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:30,364 DEBUG helper 42 46497 140735693222848 About to generate SSH Public Key
+2017-05-04 05:41:30,537 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:41:30,644 DEBUG helper 57 46497 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+VfiuCu/chcg/mpRJOkE0dwrWYwOeWO0z17jeoA57rCfUbwiAgeY7PPwLbNykf5Bm8JhgTgVoBuZ+aW1KXRGry6aUHv/UQlUkFf7rjJrNtHIiq9wWWe9y2VOU/igamDzl/sgZBxYMD+I5CISoV1bftrrdOtBUaLsFmNiDco8ykLDwDmWQgLSqCJNZ/3tWZFImrCgEID5b2u7uG2/D/RFyCwOBCjxfv14XB4EoBqfOxBFzomNqXvywXB8nOQc+5GuIuD2teOEHNSUlfGrseeYtzkTIQFatE1UHhrRsaOaJWQz61myMdxrbA0vnNXSNkQWXpxGvrRPbyWrgUqdwZJmn
+2017-05-04 05:41:30,644 DEBUG test_ssh_key 33 46497 140735693222848 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+VfiuCu/chcg/mpRJOkE0dwrWYwOeWO0z17jeoA57rCfUbwiAgeY7PPwLbNykf5Bm8JhgTgVoBuZ+aW1KXRGry6aUHv/UQlUkFf7rjJrNtHIiq9wWWe9y2VOU/igamDzl/sgZBxYMD+I5CISoV1bftrrdOtBUaLsFmNiDco8ykLDwDmWQgLSqCJNZ/3tWZFImrCgEID5b2u7uG2/D/RFyCwOBCjxfv14XB4EoBqfOxBFzomNqXvywXB8nOQc+5GuIuD2teOEHNSUlfGrseeYtzkTIQFatE1UHhrRsaOaJWQz61myMdxrbA0vnNXSNkQWXpxGvrRPbyWrgUqdwZJmn
+2017-05-04 05:41:30,912 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:41:30,912 DEBUG api_user 193 46495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/93d949b8-4352-4290-9c63-22e54e5c9909/9d11ec36b58a420aaa72e7c6ac542991
+2017-05-04 05:41:30,949 DEBUG api_user 196 46495 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:31,030 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:41:31,031 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:41:31,035 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:41:31,037 DEBUG db_general 162 46495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:41:31,043 DEBUG db_general 151 46495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:41:31,045 DEBUG db_general 162 46495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:41:31,534 DEBUG api_virtual_function 72 46495 140735693222848 Virtual Function created successfully!
+2017-05-04 05:41:31,535 DEBUG api_gitlab 267 46495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a01e7080-7d1d-425c-aa7d-42b0f2f4dd49/checklist/new/
+2017-05-04 05:41:31,636 DEBUG api_user 128 46495 140735693222848 200 OK
+2017-05-04 05:41:31,636 DEBUG api_user 130 46495 140735693222848 Login successfully.
+2017-05-04 05:41:31,677 DEBUG api_gitlab 288 46495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:31,677 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:31,678 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:41:31,921 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:41:31,992 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:32,422 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 05:41:32,423 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 05:41:32,442 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-05-04 05:41:32,443 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 05:41:32,443 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-05-04 05:41:32,534 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:32,658 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:41:33,339 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:41:33,486 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:33,580 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 05:41:33,598 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:33,754 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:34,060 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:34,723 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:34,886 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:35,067 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:41:35,885 DEBUG wait 117 46497 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:41:35,894 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:41:35,894 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:35,895 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:41:36,408 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 05:41:36,416 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:36,528 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:41:36,867 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:41:36,907 DEBUG logFuncEntry 34 46497 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 05:41:36,908 DEBUG logFuncEntry 34 46497 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 05:41:36,923 DEBUG test_ui_base 66 46497 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-05-04 05:41:37,246 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:37,532 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:41:38,232 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:41:38,233 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 05:41:38,233 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 05:41:38,249 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-05-04 05:41:38,250 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 05:41:38,250 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-05-04 05:41:38,750 DEBUG test_login_with_new_user 27 46498 140735693222848 Resend Activation Email Page Opened
+2017-05-04 05:41:38,764 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 05:41:38,765 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 05:41:38,770 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 05:41:38,776 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:38,781 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-05-04 05:41:38,782 DEBUG logFuncEntry 34 46498 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 05:41:38,782 DEBUG test_ui_base 36 46498 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-05-04 05:41:39,686 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:40,370 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:40,980 DEBUG test_ui_base 48 46498 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:41,202 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 05:41:41,202 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 05:41:41,220 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-05-04 05:41:41,220 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 05:41:41,220 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-05-04 05:41:41,512 DEBUG api_user 108 46495 140735693222848 Moving to next test case
+2017-05-04 05:41:41,512 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:41,512 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:41:42,292 DEBUG api_user 108 46498 140735693222848 Moving to next test case
+2017-05-04 05:41:42,296 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STk3cWf@intl.att.com';
+2017-05-04 05:41:42,299 DEBUG db_general 136 46498 140735693222848 Query result: 7cdf0547-22db-46cd-b898-3d4ec48317e0
+2017-05-04 05:41:42,303 DEBUG db_general 128 46498 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STk3cWf@intl.att.com';
+2017-05-04 05:41:42,306 DEBUG db_general 136 46498 140735693222848 Query result: 7cdf0547-22db-46cd-b898-3d4ec48317e0
+2017-05-04 05:41:42,309 DEBUG db_general 128 46498 140735693222848 Query : select id from auth_user WHERE Email = 'STk3cWf@intl.att.com';
+2017-05-04 05:41:42,312 DEBUG db_general 136 46498 140735693222848 Query result: 746
+2017-05-04 05:41:42,316 DEBUG db_general 177 46498 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '746';
+2017-05-04 05:41:42,318 DEBUG db_general 188 46498 140735693222848 Query result: 2cb74efbf99b43ac84d7f6df509aa835
+2017-05-04 05:41:42,319 DEBUG db_user 27 46498 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7cdf0547-22db-46cd-b898-3d4ec48317e0/2cb74efbf99b43ac84d7f6df509aa835
+2017-05-04 05:41:42,319 DEBUG fe_general 37 46498 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7cdf0547-22db-46cd-b898-3d4ec48317e0/2cb74efbf99b43ac84d7f6df509aa835
+2017-05-04 05:41:42,535 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:41:43,083 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:43,083 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:41:43,248 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:41:43,406 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:44,011 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:41:44,017 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:41:44,542 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:41:44,542 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/89e0d57f-bafe-4a07-b176-0fefb3a6f4b9/9b50b817403f4fc791a18d2d68fa101a
+2017-05-04 05:41:44,575 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:41:44,655 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:41:44,656 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:41:44,658 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:41:44,660 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:41:44,661 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:41:44,666 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:41:44,667 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:41:44,807 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:41:45,050 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:41:45,051 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d76cc3d-191b-4166-abb8-2792c5ca2ad8/checklist/new/
+2017-05-04 05:41:45,057 DEBUG db_general 128 46495 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STyx65f@intl.att.com';
+2017-05-04 05:41:45,059 DEBUG db_general 136 46495 140735693222848 Query result: 5c933f87-6343-4487-8919-09eebe04b247
+2017-05-04 05:41:45,064 DEBUG db_general 128 46495 140735693222848 Query : select id from auth_user WHERE Email = 'STyx65f@intl.att.com';
+2017-05-04 05:41:45,067 DEBUG db_general 136 46495 140735693222848 Query result: 745
+2017-05-04 05:41:45,073 DEBUG db_general 177 46495 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '745';
+2017-05-04 05:41:45,075 DEBUG db_general 188 46495 140735693222848 Query result: 76e743fddb114b27b9cc90d4e004956b
+2017-05-04 05:41:45,075 DEBUG db_user 27 46495 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5c933f87-6343-4487-8919-09eebe04b247/76e743fddb114b27b9cc90d4e004956b
+2017-05-04 05:41:45,075 DEBUG fe_general 37 46495 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5c933f87-6343-4487-8919-09eebe04b247/76e743fddb114b27b9cc90d4e004956b
+2017-05-04 05:41:45,182 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:41:45,182 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:41:45,220 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:41:45,221 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:45,221 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:41:45,828 DEBUG fe_user 27 46495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:45,828 DEBUG fe_user 28 46495 140735693222848 Insert Email
+2017-05-04 05:41:46,081 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:41:46,110 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:41:46,621 DEBUG fe_user 31 46495 140735693222848 Insert Password
+2017-05-04 05:41:46,753 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:41:46,866 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:47,292 DEBUG fe_user 33 46495 140735693222848 Click Login Button
+2017-05-04 05:41:47,445 DEBUG wait 117 46495 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 05:41:47,586 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:48,587 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:41:48,587 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:41:48,599 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:41:48,788 DEBUG fe_user 35 46495 140735693222848 Login Button clicked
+2017-05-04 05:41:49,330 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:41:49,844 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 05:41:49,844 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 05:41:49,861 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-05-04 05:41:49,862 DEBUG logFuncEntry 34 46495 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 05:41:49,862 DEBUG test_ui_base 36 46495 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-05-04 05:41:49,921 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:50,026 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:41:50,206 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:41:51,214 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:41:51,468 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 05:41:51,474 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:51,563 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:51,766 DEBUG test_login_with_new_user 283 46498 140735693222848 click_on on + Dashboard
+2017-05-04 05:41:52,047 DEBUG test_ui_base 48 46495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:41:52,575 DEBUG fe_wizard 24 46498 140735693222848 Tab Add Virtual Functions
+2017-05-04 05:41:52,685 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:55,032 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:41:55,163 DEBUG db_general 177 46495 140735693222848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-05-04 05:41:55,165 DEBUG db_general 188 46495 140735693222848 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-05-04 05:41:55,692 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:56,204 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:56,748 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 05:41:56,754 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:41:57,642 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:41:57,741 DEBUG db_general 177 46498 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTywY1W';
+2017-05-04 05:41:57,745 DEBUG db_general 188 46498 140735693222848 Query result: 6929493c-909b-4b90-9367-74e36634e110
+2017-05-04 05:41:57,750 DEBUG db_general 177 46498 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6929493c-909b-4b90-9367-74e36634e110';
+2017-05-04 05:41:57,752 DEBUG db_general 188 46498 140735693222848 Query result: 2017-741
+2017-05-04 05:41:57,757 DEBUG db_general 177 46498 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-741';
+2017-05-04 05:41:57,760 DEBUG db_general 188 46498 140735693222848 Query result: 6929493c-909b-4b90-9367-74e36634e110
+2017-05-04 05:41:57,764 DEBUG db_general 177 46498 140735693222848 Query : select reviewer_id from ice_engagement Where uuid = '6929493c-909b-4b90-9367-74e36634e110';
+2017-05-04 05:41:57,768 DEBUG db_general 188 46498 140735693222848 Query result: 2
+2017-05-04 05:41:57,772 DEBUG db_general 177 46498 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 05:41:57,775 DEBUG db_general 188 46498 140735693222848 Query result: hs0007@att.com
+2017-05-04 05:41:57,775 DEBUG fe_wizard 57 46498 140735693222848 Tab Add Vendor Contact
+2017-05-04 05:42:00,164 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:01,042 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 05:42:01,050 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:42:01,195 DEBUG fe_wizard 97 46498 140735693222848 Tab Invite Team Members
+2017-05-04 05:42:01,901 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:02,724 DEBUG fe_wizard 115 46498 140735693222848 About to add an SSH Key in modal window
+2017-05-04 05:42:02,734 DEBUG helper 42 46498 140735693222848 About to generate SSH Public Key
+2017-05-04 05:42:02,816 DEBUG helper 57 46498 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWrfLYW/QS1QycmjwlQcn+Zkq2wdK1qoxEK5wZ6h2VsmrgfAgrd7U/5+vSNb0GyuYwfr/l8Ut9ziD7BS3pym/5+kjEFCZsXbMFdfYbOww26D+BQxSGNcMrLElrNYNSQ3kdCG+6pSBIE85347QXoVE7T/k/oL8l6RqemuLYYgiLn1zKQIMKKprnvs26VJnkserJYFpXVZXi+q7vEacCh94a4OD3AC5yZSwqywUuTygjVB155iVi1fWYb5SFVkuwsgJizonllhOYRRTfPGI4TqZiYiiRO2FpWQQrhk0H0MT1SLdJOL2XgeYqQvsPKs2WXDIZwBN8Epz8piPQ6egqNO6H
+2017-05-04 05:42:03,317 DEBUG logFuncEntry 34 46495 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 05:42:03,318 DEBUG logFuncEntry 34 46495 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 05:42:03,333 DEBUG test_ui_base 66 46495 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-05-04 05:42:04,959 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:05,191 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:05,983 DEBUG fe_wizard 130 46498 140735693222848 SSH Key added via modal window.
+2017-05-04 05:42:06,249 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 05:42:06,249 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 05:42:06,269 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-05-04 05:42:06,270 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 05:42:06,270 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-05-04 05:42:08,375 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:42:09,509 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:42:09,509 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad0b11b5-a66a-448f-8119-e39c7a1b34cd/fe5e08f81c91498c850420ef446d100b
+2017-05-04 05:42:09,548 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:42:09,643 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:42:09,643 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:42:09,647 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:42:09,649 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:42:09,653 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:42:09,654 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:42:10,171 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:42:10,172 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/58271d8c-002f-4dfb-9fcd-9dcb79088948/checklist/new/
+2017-05-04 05:42:10,240 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:42:10,240 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:42:10,273 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:42:10,273 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:42:10,273 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:42:10,687 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 05:42:11,149 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:42:11,823 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:42:11,971 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:42:12,002 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:42:12,982 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:42:14,278 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:14,286 DEBUG fe_user 27 46498 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:42:14,286 DEBUG fe_user 28 46498 140735693222848 Insert Email
+2017-05-04 05:42:15,045 DEBUG fe_user 31 46498 140735693222848 Insert Password
+2017-05-04 05:42:15,726 DEBUG fe_user 33 46498 140735693222848 Click Login Button
+2017-05-04 05:42:15,846 DEBUG wait 117 46498 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:42:16,858 DEBUG fe_user 35 46498 140735693222848 Login Button clicked
+2017-05-04 05:42:18,850 DEBUG logFuncEntry 34 46498 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 05:42:18,850 DEBUG logFuncEntry 34 46498 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 05:42:18,866 DEBUG test_ui_base 66 46498 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-05-04 05:42:21,550 DEBUG test_set_stage 83 46496 140735693222848 User ST9CA4s@intl.att.com failed to change stage to Intake
+2017-05-04 05:42:27,328 DEBUG test_set_stage 83 46496 140735693222848 User ST9CA4s@intl.att.com failed to change stage to Active
+2017-05-04 05:42:33,145 DEBUG test_set_stage 83 46496 140735693222848 User ST9CA4s@intl.att.com failed to change stage to Validated
+2017-05-04 05:42:33,146 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:42:33,751 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 05:42:33,751 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 05:42:33,785 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-05-04 05:42:33,785 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 05:42:33,785 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-05-04 05:42:35,883 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:42:36,951 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:42:36,951 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fa45a780-fe19-4fd0-9b1d-d47a5229f816/a6332584e8644f819be6e24a59d9f0a7
+2017-05-04 05:42:36,987 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:42:37,056 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:42:37,056 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:42:37,060 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:42:37,062 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:42:37,066 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:42:37,068 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:42:37,314 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:42:37,315 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9dea9933-5e0b-481a-a600-2d83bcf09b27/checklist/new/
+2017-05-04 05:42:37,381 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:42:37,381 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:42:37,415 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:42:37,415 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:42:37,415 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:42:38,268 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:42:38,919 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:42:39,026 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:42:39,884 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:42:40,895 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:42:42,196 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:44,746 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:46,268 DEBUG test_set_stage 97 46496 140735693222848 User dd1122@att.com failed to change stage to Intake
+2017-05-04 05:42:47,011 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:48,531 DEBUG test_set_stage 97 46496 140735693222848 User dd1122@att.com failed to change stage to Active
+2017-05-04 05:42:49,261 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:42:50,783 DEBUG test_set_stage 97 46496 140735693222848 User dd1122@att.com failed to change stage to Validated
+2017-05-04 05:42:50,784 DEBUG fe_general 37 46496 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 05:42:51,369 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 05:42:51,369 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 05:42:51,393 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-05-04 05:42:51,394 DEBUG logFuncEntry 34 46496 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 05:42:51,394 DEBUG test_ui_base 36 46496 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-05-04 05:42:53,497 DEBUG test_ui_base 48 46496 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:42:54,555 DEBUG api_user 108 46496 140735693222848 Moving to next test case
+2017-05-04 05:42:54,555 DEBUG api_user 193 46496 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/997b4feb-affc-4697-a5ce-808ec499a12a/2ee2fd8008a34fd9ae96b57e0bf3dc97
+2017-05-04 05:42:54,587 DEBUG api_user 196 46496 140735693222848 APIUser activated successfully!
+2017-05-04 05:42:54,654 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:42:54,654 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:42:54,658 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:42:54,659 DEBUG db_general 162 46496 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:42:54,663 DEBUG db_general 151 46496 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:42:54,665 DEBUG db_general 162 46496 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:42:54,881 DEBUG api_virtual_function 72 46496 140735693222848 Virtual Function created successfully!
+2017-05-04 05:42:54,882 DEBUG api_gitlab 267 46496 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6578c5b0-d123-44c0-9678-59d949b0be88/checklist/new/
+2017-05-04 05:42:54,961 DEBUG api_user 128 46496 140735693222848 200 OK
+2017-05-04 05:42:54,962 DEBUG api_user 130 46496 140735693222848 Login successfully.
+2017-05-04 05:42:54,993 DEBUG api_gitlab 288 46496 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:42:54,993 DEBUG fe_user 27 46496 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:42:54,993 DEBUG fe_user 28 46496 140735693222848 Insert Email
+2017-05-04 05:42:55,847 DEBUG fe_user 31 46496 140735693222848 Insert Password
+2017-05-04 05:42:56,496 DEBUG fe_user 33 46496 140735693222848 Click Login Button
+2017-05-04 05:42:56,601 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:42:57,460 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:42:58,471 DEBUG fe_user 35 46496 140735693222848 Login Button clicked
+2017-05-04 05:42:59,775 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:43:01,318 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 05:43:01,324 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:43:01,403 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:43:02,339 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:43:05,639 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 05:43:05,645 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:43:06,526 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:43:09,812 DEBUG fe_overview 83 46496 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 05:43:09,818 DEBUG fe_overview 89 46496 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 05:43:10,665 DEBUG wait 117 46496 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:43:14,115 DEBUG logFuncEntry 34 46496 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 05:43:14,115 DEBUG logFuncEntry 34 46496 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 05:43:14,132 DEBUG test_ui_base 66 46496 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-05-04 05:43:53,539 DEBUG logFuncEntry 34 53262 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 05:43:53,539 DEBUG test_ui_base 36 53262 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 05:43:55,661 DEBUG test_ui_base 48 53262 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:44:04,946 DEBUG logFuncEntry 34 53281 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:44:04,946 DEBUG test_ui_base 36 53281 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:44:07,058 DEBUG test_ui_base 48 53281 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:44:08,100 DEBUG api_user 108 53281 140735693222848 Moving to next test case
+2017-05-04 05:44:08,100 DEBUG api_user 193 53281 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ea14beca-c95c-4d4b-ba60-adf46ee7ab08/7fc17fa17b054008aa140b0c5b351781
+2017-05-04 05:44:08,138 DEBUG api_user 196 53281 140735693222848 APIUser activated successfully!
+2017-05-04 05:44:08,204 DEBUG api_user 128 53281 140735693222848 200 OK
+2017-05-04 05:44:08,204 DEBUG api_user 130 53281 140735693222848 Login successfully.
+2017-05-04 05:44:08,208 DEBUG db_general 151 53281 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:44:08,209 DEBUG db_general 162 53281 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:44:08,212 DEBUG db_general 151 53281 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:44:08,214 DEBUG db_general 162 53281 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:44:08,435 DEBUG api_virtual_function 72 53281 140735693222848 Virtual Function created successfully!
+2017-05-04 05:44:08,435 DEBUG api_gitlab 267 53281 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62c65378-a95f-46a4-a77e-f6360dd688b5/checklist/new/
+2017-05-04 05:44:08,510 DEBUG api_user 128 53281 140735693222848 200 OK
+2017-05-04 05:44:08,511 DEBUG api_user 130 53281 140735693222848 Login successfully.
+2017-05-04 05:44:08,541 DEBUG api_gitlab 288 53281 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:44:08,603 DEBUG api_user 128 53281 140735693222848 200 OK
+2017-05-04 05:44:08,603 DEBUG api_user 130 53281 140735693222848 Login successfully.
+2017-05-04 05:44:08,603 DEBUG api_checklist 24 53281 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62c65378-a95f-46a4-a77e-f6360dd688b5/checklist/new/
+2017-05-04 05:44:08,607 DEBUG db_general 177 53281 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:44:08,608 DEBUG db_general 188 53281 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:44:08,609 DEBUG api_gitlab 267 53281 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62c65378-a95f-46a4-a77e-f6360dd688b5/checklist/new/
+2017-05-04 05:44:08,674 DEBUG api_user 128 53281 140735693222848 200 OK
+2017-05-04 05:44:08,674 DEBUG api_user 130 53281 140735693222848 Login successfully.
+2017-05-04 05:44:08,706 DEBUG api_gitlab 288 53281 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:44:08,871 DEBUG api_checklist 40 53281 140735693222848 Checklist was created successfully!
+2017-05-04 05:44:08,875 DEBUG db_general 202 53281 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTWXhvr' order by update_time desc limit 1;
+2017-05-04 05:44:08,881 DEBUG db_checklist 391 53281 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTWXhvr' order by create_time desc limit 1;
+2017-05-04 05:44:08,883 DEBUG api_checklist 116 53281 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62c65378-a95f-46a4-a77e-f6360dd688b5/checklist/6832bc5f-328e-4f88-8f8c-fbf8824d0c13/nextstep/
+2017-05-04 05:44:09,166 DEBUG api_checklist 132 53281 140735693222848 Next step was added successfully!
+2017-05-04 05:44:09,166 DEBUG fe_user 27 53281 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:44:09,166 DEBUG fe_user 28 53281 140735693222848 Insert Email
+2017-05-04 05:44:10,016 DEBUG fe_user 31 53281 140735693222848 Insert Password
+2017-05-04 05:44:10,670 DEBUG fe_user 33 53281 140735693222848 Click Login Button
+2017-05-04 05:44:10,775 DEBUG wait 117 53281 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:44:11,624 DEBUG wait 117 53281 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:44:12,638 DEBUG fe_user 35 53281 140735693222848 Login Button clicked
+2017-05-04 05:44:13,943 DEBUG wait 117 53281 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:44:18,215 DEBUG db_general 177 53281 140735693222848 Query : select description from ice_next_step Where uuid = 'e9a67786-e8ae-4df4-983c-29079cc680d6';
+2017-05-04 05:44:18,217 DEBUG db_general 188 53281 140735693222848 Query result: API next step test STmd2zs
+2017-05-04 05:44:18,218 DEBUG logFuncEntry 34 53281 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:44:18,218 DEBUG logFuncEntry 34 53281 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:44:18,232 DEBUG test_ui_base 66 53281 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 05:46:42,680 DEBUG logFuncEntry 34 53370 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:46:42,680 DEBUG test_ui_base 36 53370 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:46:44,801 DEBUG test_ui_base 48 53370 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:46:45,833 DEBUG api_user 108 53370 140735693222848 Moving to next test case
+2017-05-04 05:46:45,833 DEBUG api_user 193 53370 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b574f083-958a-41b5-949a-4ab8cbeed323/f50ab1ad4f884da59e8d698af48ddb25
+2017-05-04 05:46:45,865 DEBUG api_user 196 53370 140735693222848 APIUser activated successfully!
+2017-05-04 05:46:45,932 DEBUG api_user 128 53370 140735693222848 200 OK
+2017-05-04 05:46:45,932 DEBUG api_user 130 53370 140735693222848 Login successfully.
+2017-05-04 05:46:45,935 DEBUG db_general 151 53370 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:46:45,937 DEBUG db_general 162 53370 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:46:45,940 DEBUG db_general 151 53370 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:46:45,941 DEBUG db_general 162 53370 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:46:46,193 DEBUG api_virtual_function 72 53370 140735693222848 Virtual Function created successfully!
+2017-05-04 05:46:46,193 DEBUG api_gitlab 267 53370 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bbd335a2-2bfe-4a5c-9cbc-d332a8177897/checklist/new/
+2017-05-04 05:46:46,261 DEBUG api_user 128 53370 140735693222848 200 OK
+2017-05-04 05:46:46,262 DEBUG api_user 130 53370 140735693222848 Login successfully.
+2017-05-04 05:46:46,292 DEBUG api_gitlab 288 53370 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:46:46,359 DEBUG api_user 128 53370 140735693222848 200 OK
+2017-05-04 05:46:46,360 DEBUG api_user 130 53370 140735693222848 Login successfully.
+2017-05-04 05:46:46,360 DEBUG api_checklist 24 53370 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bbd335a2-2bfe-4a5c-9cbc-d332a8177897/checklist/new/
+2017-05-04 05:46:46,364 DEBUG db_general 177 53370 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:46:46,366 DEBUG db_general 188 53370 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:46:46,366 DEBUG api_gitlab 267 53370 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bbd335a2-2bfe-4a5c-9cbc-d332a8177897/checklist/new/
+2017-05-04 05:46:46,429 DEBUG api_user 128 53370 140735693222848 200 OK
+2017-05-04 05:46:46,429 DEBUG api_user 130 53370 140735693222848 Login successfully.
+2017-05-04 05:46:46,459 DEBUG api_gitlab 288 53370 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:46:46,627 DEBUG api_checklist 40 53370 140735693222848 Checklist was created successfully!
+2017-05-04 05:46:46,631 DEBUG db_general 202 53370 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTAD8Vv' order by update_time desc limit 1;
+2017-05-04 05:46:46,638 DEBUG db_checklist 391 53370 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTAD8Vv' order by create_time desc limit 1;
+2017-05-04 05:46:46,641 DEBUG api_checklist 116 53370 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bbd335a2-2bfe-4a5c-9cbc-d332a8177897/checklist/ee0c251b-1d20-48e2-8e19-7bd11fd7743f/nextstep/
+2017-05-04 05:46:46,802 DEBUG api_checklist 132 53370 140735693222848 Next step was added successfully!
+2017-05-04 05:46:46,802 DEBUG fe_user 27 53370 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:46:46,802 DEBUG fe_user 28 53370 140735693222848 Insert Email
+2017-05-04 05:46:47,657 DEBUG fe_user 31 53370 140735693222848 Insert Password
+2017-05-04 05:46:48,301 DEBUG fe_user 33 53370 140735693222848 Click Login Button
+2017-05-04 05:46:48,403 DEBUG wait 117 53370 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:46:49,248 DEBUG wait 117 53370 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:46:50,267 DEBUG fe_user 35 53370 140735693222848 Login Button clicked
+2017-05-04 05:46:51,573 DEBUG wait 117 53370 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 05:46:55,898 DEBUG db_general 177 53370 140735693222848 Query : select description from ice_next_step Where uuid = '6480541d-7b01-442b-af68-5e7400e44477';
+2017-05-04 05:46:55,901 DEBUG db_general 188 53370 140735693222848 Query result: API next step test STN2XuQ
+2017-05-04 05:46:55,902 DEBUG logFuncEntry 34 53370 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:46:55,902 DEBUG logFuncEntry 34 53370 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:46:55,917 DEBUG test_ui_base 66 53370 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 05:55:19,154 DEBUG logFuncEntry 34 53583 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:55:19,154 DEBUG test_ui_base 36 53583 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:55:21,275 DEBUG test_ui_base 48 53583 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:55:22,297 DEBUG api_user 108 53583 140735693222848 Moving to next test case
+2017-05-04 05:55:22,297 DEBUG api_user 193 53583 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/72f79e1a-9fa3-410b-846a-d192e37ed5d0/f1f91119abe34a56b8b0ec6097372bf2
+2017-05-04 05:55:22,332 DEBUG api_user 196 53583 140735693222848 APIUser activated successfully!
+2017-05-04 05:55:22,399 DEBUG api_user 128 53583 140735693222848 200 OK
+2017-05-04 05:55:22,399 DEBUG api_user 130 53583 140735693222848 Login successfully.
+2017-05-04 05:55:22,403 DEBUG db_general 151 53583 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:55:22,404 DEBUG db_general 162 53583 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:55:22,407 DEBUG db_general 151 53583 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:55:22,409 DEBUG db_general 162 53583 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:55:22,650 DEBUG api_virtual_function 72 53583 140735693222848 Virtual Function created successfully!
+2017-05-04 05:55:22,651 DEBUG api_gitlab 267 53583 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4730eb74-4f52-45c2-b5f2-413053b99417/checklist/new/
+2017-05-04 05:55:22,728 DEBUG api_user 128 53583 140735693222848 200 OK
+2017-05-04 05:55:22,728 DEBUG api_user 130 53583 140735693222848 Login successfully.
+2017-05-04 05:55:22,760 DEBUG api_gitlab 288 53583 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:55:22,822 DEBUG api_user 128 53583 140735693222848 200 OK
+2017-05-04 05:55:22,822 DEBUG api_user 130 53583 140735693222848 Login successfully.
+2017-05-04 05:55:22,823 DEBUG api_checklist 24 53583 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4730eb74-4f52-45c2-b5f2-413053b99417/checklist/new/
+2017-05-04 05:55:22,826 DEBUG db_general 177 53583 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:55:22,828 DEBUG db_general 188 53583 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:55:22,828 DEBUG api_gitlab 267 53583 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4730eb74-4f52-45c2-b5f2-413053b99417/checklist/new/
+2017-05-04 05:55:22,910 DEBUG api_user 128 53583 140735693222848 200 OK
+2017-05-04 05:55:22,910 DEBUG api_user 130 53583 140735693222848 Login successfully.
+2017-05-04 05:55:22,941 DEBUG api_gitlab 288 53583 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:55:23,112 DEBUG api_checklist 40 53583 140735693222848 Checklist was created successfully!
+2017-05-04 05:55:23,116 DEBUG db_general 202 53583 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTLztyI' order by update_time desc limit 1;
+2017-05-04 05:55:23,121 DEBUG db_checklist 391 53583 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTLztyI' order by create_time desc limit 1;
+2017-05-04 05:55:23,124 DEBUG api_checklist 116 53583 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4730eb74-4f52-45c2-b5f2-413053b99417/checklist/891f8e72-89d4-4c31-86c2-009c020874aa/nextstep/
+2017-05-04 05:55:23,288 DEBUG api_checklist 132 53583 140735693222848 Next step was added successfully!
+2017-05-04 05:55:23,288 DEBUG fe_user 27 53583 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:55:23,288 DEBUG fe_user 28 53583 140735693222848 Insert Email
+2017-05-04 05:55:24,127 DEBUG fe_user 31 53583 140735693222848 Insert Password
+2017-05-04 05:55:24,778 DEBUG fe_user 33 53583 140735693222848 Click Login Button
+2017-05-04 05:55:24,879 DEBUG wait 117 53583 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:55:25,718 DEBUG wait 117 53583 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:55:26,736 DEBUG fe_user 35 53583 140735693222848 Login Button clicked
+2017-05-04 05:55:27,264 DEBUG fe_general 37 53583 140735693222848 Reopen URL: http://127.0.0.1:8181/#/dashboard/overview?engagement_uuid=4730eb74-4f52-45c2-b5f2-413053b99417
+2017-05-04 05:55:39,131 ERROR exception_decor 23 53583 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:55:39,136 DEBUG logFuncEntry 34 53583 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:55:39,136 DEBUG logFuncEntry 34 53583 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:55:39,155 DEBUG test_ui_base 66 53583 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 05:56:18,414 DEBUG logFuncEntry 34 53646 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:56:18,414 DEBUG test_ui_base 36 53646 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:56:20,538 DEBUG test_ui_base 48 53646 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:56:21,568 DEBUG api_user 108 53646 140735693222848 Moving to next test case
+2017-05-04 05:56:21,568 DEBUG api_user 193 53646 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8fcf7791-0d51-4074-9d3a-5d82abe678de/a48b74e3dbd946c09822cc785aa4936c
+2017-05-04 05:56:21,602 DEBUG api_user 196 53646 140735693222848 APIUser activated successfully!
+2017-05-04 05:56:21,667 DEBUG api_user 128 53646 140735693222848 200 OK
+2017-05-04 05:56:21,667 DEBUG api_user 130 53646 140735693222848 Login successfully.
+2017-05-04 05:56:21,671 DEBUG db_general 151 53646 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:56:21,672 DEBUG db_general 162 53646 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:56:21,676 DEBUG db_general 151 53646 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:56:21,677 DEBUG db_general 162 53646 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:56:21,915 DEBUG api_virtual_function 72 53646 140735693222848 Virtual Function created successfully!
+2017-05-04 05:56:21,916 DEBUG api_gitlab 267 53646 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62794477-6bde-4164-9cd6-27ac7623dadf/checklist/new/
+2017-05-04 05:56:21,991 DEBUG api_user 128 53646 140735693222848 200 OK
+2017-05-04 05:56:21,991 DEBUG api_user 130 53646 140735693222848 Login successfully.
+2017-05-04 05:56:22,023 DEBUG api_gitlab 288 53646 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:56:22,090 DEBUG api_user 128 53646 140735693222848 200 OK
+2017-05-04 05:56:22,090 DEBUG api_user 130 53646 140735693222848 Login successfully.
+2017-05-04 05:56:22,090 DEBUG api_checklist 24 53646 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62794477-6bde-4164-9cd6-27ac7623dadf/checklist/new/
+2017-05-04 05:56:22,094 DEBUG db_general 177 53646 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:56:22,095 DEBUG db_general 188 53646 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:56:22,096 DEBUG api_gitlab 267 53646 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62794477-6bde-4164-9cd6-27ac7623dadf/checklist/new/
+2017-05-04 05:56:22,173 DEBUG api_user 128 53646 140735693222848 200 OK
+2017-05-04 05:56:22,173 DEBUG api_user 130 53646 140735693222848 Login successfully.
+2017-05-04 05:56:22,204 DEBUG api_gitlab 288 53646 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:56:22,373 DEBUG api_checklist 40 53646 140735693222848 Checklist was created successfully!
+2017-05-04 05:56:22,377 DEBUG db_general 202 53646 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTuAceL' order by update_time desc limit 1;
+2017-05-04 05:56:22,382 DEBUG db_checklist 391 53646 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTuAceL' order by create_time desc limit 1;
+2017-05-04 05:56:22,385 DEBUG api_checklist 116 53646 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62794477-6bde-4164-9cd6-27ac7623dadf/checklist/50d9fb53-f5e4-43c2-9d28-5e6d20cf820e/nextstep/
+2017-05-04 05:56:22,541 DEBUG api_checklist 132 53646 140735693222848 Next step was added successfully!
+2017-05-04 05:56:22,541 DEBUG fe_user 27 53646 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:56:22,541 DEBUG fe_user 28 53646 140735693222848 Insert Email
+2017-05-04 05:56:23,383 DEBUG fe_user 31 53646 140735693222848 Insert Password
+2017-05-04 05:56:24,033 DEBUG fe_user 33 53646 140735693222848 Click Login Button
+2017-05-04 05:56:24,137 DEBUG wait 117 53646 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:56:24,987 DEBUG wait 117 53646 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:56:26,001 DEBUG fe_user 35 53646 140735693222848 Login Button clicked
+2017-05-04 05:56:37,494 ERROR exception_decor 23 53646 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:56:37,496 DEBUG logFuncEntry 34 53646 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:56:37,496 DEBUG logFuncEntry 34 53646 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:56:37,509 DEBUG test_ui_base 66 53646 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 05:59:26,664 DEBUG logFuncEntry 34 53865 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:59:26,664 DEBUG test_ui_base 36 53865 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:59:28,785 DEBUG test_ui_base 48 53865 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:59:29,828 DEBUG api_user 108 53865 140735693222848 Moving to next test case
+2017-05-04 05:59:29,829 DEBUG api_user 193 53865 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d491cb4d-221b-455d-8141-110ede0284eb/7c8c7079b637486da7fea4eecee32a53
+2017-05-04 05:59:29,861 DEBUG api_user 196 53865 140735693222848 APIUser activated successfully!
+2017-05-04 05:59:29,931 DEBUG api_user 128 53865 140735693222848 200 OK
+2017-05-04 05:59:29,931 DEBUG api_user 130 53865 140735693222848 Login successfully.
+2017-05-04 05:59:29,935 DEBUG db_general 151 53865 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:59:29,937 DEBUG db_general 162 53865 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:59:29,941 DEBUG db_general 151 53865 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:59:29,942 DEBUG db_general 162 53865 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:59:30,154 DEBUG api_virtual_function 72 53865 140735693222848 Virtual Function created successfully!
+2017-05-04 05:59:30,154 DEBUG api_gitlab 267 53865 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16935403-b177-4255-baf0-45f9209f343c/checklist/new/
+2017-05-04 05:59:30,233 DEBUG api_user 128 53865 140735693222848 200 OK
+2017-05-04 05:59:30,233 DEBUG api_user 130 53865 140735693222848 Login successfully.
+2017-05-04 05:59:30,263 DEBUG api_gitlab 288 53865 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:59:30,329 DEBUG api_user 128 53865 140735693222848 200 OK
+2017-05-04 05:59:30,330 DEBUG api_user 130 53865 140735693222848 Login successfully.
+2017-05-04 05:59:30,330 DEBUG api_checklist 24 53865 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16935403-b177-4255-baf0-45f9209f343c/checklist/new/
+2017-05-04 05:59:30,333 DEBUG db_general 177 53865 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:59:30,336 DEBUG db_general 188 53865 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:59:30,336 DEBUG api_gitlab 267 53865 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16935403-b177-4255-baf0-45f9209f343c/checklist/new/
+2017-05-04 05:59:30,416 DEBUG api_user 128 53865 140735693222848 200 OK
+2017-05-04 05:59:30,416 DEBUG api_user 130 53865 140735693222848 Login successfully.
+2017-05-04 05:59:30,449 DEBUG api_gitlab 288 53865 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:59:30,610 DEBUG api_checklist 40 53865 140735693222848 Checklist was created successfully!
+2017-05-04 05:59:30,614 DEBUG db_general 202 53865 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTXQYFE' order by update_time desc limit 1;
+2017-05-04 05:59:30,620 DEBUG db_checklist 391 53865 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTXQYFE' order by create_time desc limit 1;
+2017-05-04 05:59:30,623 DEBUG api_checklist 116 53865 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16935403-b177-4255-baf0-45f9209f343c/checklist/8dff602a-e3b0-4a7a-807e-1e8e61d0cfb9/nextstep/
+2017-05-04 05:59:30,825 DEBUG api_checklist 132 53865 140735693222848 Next step was added successfully!
+2017-05-04 05:59:30,826 DEBUG fe_user 27 53865 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:59:30,826 DEBUG fe_user 28 53865 140735693222848 Insert Email
+2017-05-04 05:59:31,668 DEBUG fe_user 31 53865 140735693222848 Insert Password
+2017-05-04 05:59:32,321 DEBUG fe_user 33 53865 140735693222848 Click Login Button
+2017-05-04 05:59:32,433 DEBUG wait 117 53865 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 05:59:33,283 DEBUG wait 117 53865 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 05:59:34,300 DEBUG fe_user 35 53865 140735693222848 Login Button clicked
+2017-05-04 05:59:45,782 ERROR exception_decor 23 53865 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:59:45,784 DEBUG logFuncEntry 34 53865 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:59:45,784 DEBUG logFuncEntry 34 53865 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:59:45,797 DEBUG test_ui_base 66 53865 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 05:59:55,321 DEBUG logFuncEntry 34 53919 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 05:59:55,322 DEBUG test_ui_base 36 53919 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 05:59:57,442 DEBUG test_ui_base 48 53919 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 05:59:58,522 DEBUG api_user 108 53919 140735693222848 Moving to next test case
+2017-05-04 05:59:58,522 DEBUG api_user 193 53919 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3cbe3c7f-28d8-4d23-9955-ccf7bb8677e0/57628f2980034e79bf319e83f514ec14
+2017-05-04 05:59:58,556 DEBUG api_user 196 53919 140735693222848 APIUser activated successfully!
+2017-05-04 05:59:58,623 DEBUG api_user 128 53919 140735693222848 200 OK
+2017-05-04 05:59:58,623 DEBUG api_user 130 53919 140735693222848 Login successfully.
+2017-05-04 05:59:58,627 DEBUG db_general 151 53919 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 05:59:58,628 DEBUG db_general 162 53919 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 05:59:58,632 DEBUG db_general 151 53919 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 05:59:58,633 DEBUG db_general 162 53919 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 05:59:58,874 DEBUG api_virtual_function 72 53919 140735693222848 Virtual Function created successfully!
+2017-05-04 05:59:58,874 DEBUG api_gitlab 267 53919 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1faf8ddf-5c53-4163-ac43-f722b986c97b/checklist/new/
+2017-05-04 05:59:58,940 DEBUG api_user 128 53919 140735693222848 200 OK
+2017-05-04 05:59:58,940 DEBUG api_user 130 53919 140735693222848 Login successfully.
+2017-05-04 05:59:58,970 DEBUG api_gitlab 288 53919 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:59:59,045 DEBUG api_user 128 53919 140735693222848 200 OK
+2017-05-04 05:59:59,045 DEBUG api_user 130 53919 140735693222848 Login successfully.
+2017-05-04 05:59:59,045 DEBUG api_checklist 24 53919 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1faf8ddf-5c53-4163-ac43-f722b986c97b/checklist/new/
+2017-05-04 05:59:59,050 DEBUG db_general 177 53919 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 05:59:59,051 DEBUG db_general 188 53919 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 05:59:59,052 DEBUG api_gitlab 267 53919 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1faf8ddf-5c53-4163-ac43-f722b986c97b/checklist/new/
+2017-05-04 05:59:59,129 DEBUG api_user 128 53919 140735693222848 200 OK
+2017-05-04 05:59:59,129 DEBUG api_user 130 53919 140735693222848 Login successfully.
+2017-05-04 05:59:59,162 DEBUG api_gitlab 288 53919 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 05:59:59,328 DEBUG api_checklist 40 53919 140735693222848 Checklist was created successfully!
+2017-05-04 05:59:59,331 DEBUG db_general 202 53919 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTaforL' order by update_time desc limit 1;
+2017-05-04 05:59:59,337 DEBUG db_checklist 391 53919 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTaforL' order by create_time desc limit 1;
+2017-05-04 05:59:59,340 DEBUG api_checklist 116 53919 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1faf8ddf-5c53-4163-ac43-f722b986c97b/checklist/da141f94-87ce-4534-b4ed-5488669af385/nextstep/
+2017-05-04 05:59:59,523 DEBUG api_checklist 132 53919 140735693222848 Next step was added successfully!
+2017-05-04 05:59:59,524 DEBUG fe_user 27 53919 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 05:59:59,524 DEBUG fe_user 28 53919 140735693222848 Insert Email
+2017-05-04 06:00:00,380 DEBUG fe_user 31 53919 140735693222848 Insert Password
+2017-05-04 06:00:01,029 DEBUG fe_user 33 53919 140735693222848 Click Login Button
+2017-05-04 06:00:01,146 DEBUG wait 117 53919 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:00:02,001 DEBUG wait 117 53919 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:00:03,013 DEBUG fe_user 35 53919 140735693222848 Login Button clicked
+2017-05-04 06:00:14,186 DEBUG wait 117 53919 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:00:17,289 DEBUG db_general 177 53919 140735693222848 Query : select description from ice_next_step Where uuid = 'dfd2390e-5620-4085-a630-9a927d9b53be';
+2017-05-04 06:00:17,291 DEBUG db_general 188 53919 140735693222848 Query result: API next step test ST0gWt1
+2017-05-04 06:00:17,291 ERROR exception_decor 23 53919 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:00:17,294 DEBUG logFuncEntry 34 53919 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:00:17,294 DEBUG logFuncEntry 34 53919 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:00:17,311 DEBUG test_ui_base 66 53919 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:01:50,335 DEBUG logFuncEntry 34 54003 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:01:50,335 DEBUG test_ui_base 36 54003 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:01:52,454 DEBUG test_ui_base 48 54003 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:01:53,502 DEBUG api_user 108 54003 140735693222848 Moving to next test case
+2017-05-04 06:01:53,503 DEBUG api_user 193 54003 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/070fec44-8bf3-435b-9844-a3cd24a4c63f/7ff4e637626b462bbc9dbd923b8aa347
+2017-05-04 06:01:53,535 DEBUG api_user 196 54003 140735693222848 APIUser activated successfully!
+2017-05-04 06:01:53,601 DEBUG api_user 128 54003 140735693222848 200 OK
+2017-05-04 06:01:53,601 DEBUG api_user 130 54003 140735693222848 Login successfully.
+2017-05-04 06:01:53,605 DEBUG db_general 151 54003 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:01:53,606 DEBUG db_general 162 54003 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:01:53,609 DEBUG db_general 151 54003 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:01:53,610 DEBUG db_general 162 54003 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:01:53,828 DEBUG api_virtual_function 72 54003 140735693222848 Virtual Function created successfully!
+2017-05-04 06:01:53,828 DEBUG api_gitlab 267 54003 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5c5415c-2476-4786-9c4e-b6fd86f7d8c7/checklist/new/
+2017-05-04 06:01:53,905 DEBUG api_user 128 54003 140735693222848 200 OK
+2017-05-04 06:01:53,905 DEBUG api_user 130 54003 140735693222848 Login successfully.
+2017-05-04 06:01:53,938 DEBUG api_gitlab 288 54003 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:01:54,005 DEBUG api_user 128 54003 140735693222848 200 OK
+2017-05-04 06:01:54,005 DEBUG api_user 130 54003 140735693222848 Login successfully.
+2017-05-04 06:01:54,005 DEBUG api_checklist 24 54003 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5c5415c-2476-4786-9c4e-b6fd86f7d8c7/checklist/new/
+2017-05-04 06:01:54,009 DEBUG db_general 177 54003 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:01:54,011 DEBUG db_general 188 54003 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:01:54,011 DEBUG api_gitlab 267 54003 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5c5415c-2476-4786-9c4e-b6fd86f7d8c7/checklist/new/
+2017-05-04 06:01:54,075 DEBUG api_user 128 54003 140735693222848 200 OK
+2017-05-04 06:01:54,075 DEBUG api_user 130 54003 140735693222848 Login successfully.
+2017-05-04 06:01:54,109 DEBUG api_gitlab 288 54003 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:01:54,273 DEBUG api_checklist 40 54003 140735693222848 Checklist was created successfully!
+2017-05-04 06:01:54,277 DEBUG db_general 202 54003 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST4uHIl' order by update_time desc limit 1;
+2017-05-04 06:01:54,283 DEBUG db_checklist 391 54003 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST4uHIl' order by create_time desc limit 1;
+2017-05-04 06:01:54,285 DEBUG api_checklist 116 54003 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c5c5415c-2476-4786-9c4e-b6fd86f7d8c7/checklist/66614642-dbe5-4899-a087-f685d2ef5c7e/nextstep/
+2017-05-04 06:01:54,442 DEBUG api_checklist 132 54003 140735693222848 Next step was added successfully!
+2017-05-04 06:01:54,442 DEBUG fe_user 27 54003 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:01:54,442 DEBUG fe_user 28 54003 140735693222848 Insert Email
+2017-05-04 06:01:55,286 DEBUG fe_user 31 54003 140735693222848 Insert Password
+2017-05-04 06:01:55,937 DEBUG fe_user 33 54003 140735693222848 Click Login Button
+2017-05-04 06:01:56,039 DEBUG wait 117 54003 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:01:56,889 DEBUG wait 117 54003 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:01:57,905 DEBUG fe_user 35 54003 140735693222848 Login Button clicked
+2017-05-04 06:02:09,624 ERROR exception_decor 23 54003 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:09,626 DEBUG logFuncEntry 34 54003 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:02:09,627 DEBUG logFuncEntry 34 54003 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:02:09,643 DEBUG test_ui_base 66 54003 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:02:15,015 DEBUG logFuncEntry 34 54055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:02:15,015 DEBUG test_ui_base 36 54055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:02:17,133 DEBUG test_ui_base 48 54055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:02:18,181 DEBUG api_user 108 54055 140735693222848 Moving to next test case
+2017-05-04 06:02:18,181 DEBUG api_user 193 54055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3a3d793c-f9fc-4965-94fb-93fce139a226/1d58f9ecee60473daa60078c65bb0cb3
+2017-05-04 06:02:18,216 DEBUG api_user 196 54055 140735693222848 APIUser activated successfully!
+2017-05-04 06:02:18,280 DEBUG api_user 128 54055 140735693222848 200 OK
+2017-05-04 06:02:18,280 DEBUG api_user 130 54055 140735693222848 Login successfully.
+2017-05-04 06:02:18,284 DEBUG db_general 151 54055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:02:18,285 DEBUG db_general 162 54055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:02:18,289 DEBUG db_general 151 54055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:02:18,291 DEBUG db_general 162 54055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:02:18,509 DEBUG api_virtual_function 72 54055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:02:18,509 DEBUG api_gitlab 267 54055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/485e1e7a-1ba5-467c-9593-1c526a6b407f/checklist/new/
+2017-05-04 06:02:18,586 DEBUG api_user 128 54055 140735693222848 200 OK
+2017-05-04 06:02:18,586 DEBUG api_user 130 54055 140735693222848 Login successfully.
+2017-05-04 06:02:18,619 DEBUG api_gitlab 288 54055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:02:18,684 DEBUG api_user 128 54055 140735693222848 200 OK
+2017-05-04 06:02:18,684 DEBUG api_user 130 54055 140735693222848 Login successfully.
+2017-05-04 06:02:18,685 DEBUG api_checklist 24 54055 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/485e1e7a-1ba5-467c-9593-1c526a6b407f/checklist/new/
+2017-05-04 06:02:18,688 DEBUG db_general 177 54055 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:02:18,690 DEBUG db_general 188 54055 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:02:18,690 DEBUG api_gitlab 267 54055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/485e1e7a-1ba5-467c-9593-1c526a6b407f/checklist/new/
+2017-05-04 06:02:18,757 DEBUG api_user 128 54055 140735693222848 200 OK
+2017-05-04 06:02:18,757 DEBUG api_user 130 54055 140735693222848 Login successfully.
+2017-05-04 06:02:18,788 DEBUG api_gitlab 288 54055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:02:18,941 DEBUG api_checklist 40 54055 140735693222848 Checklist was created successfully!
+2017-05-04 06:02:18,945 DEBUG db_general 202 54055 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTvCP0s' order by update_time desc limit 1;
+2017-05-04 06:02:18,952 DEBUG db_checklist 391 54055 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTvCP0s' order by create_time desc limit 1;
+2017-05-04 06:02:18,955 DEBUG api_checklist 116 54055 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/485e1e7a-1ba5-467c-9593-1c526a6b407f/checklist/757aa24f-07c1-4b13-ba69-85c9bb41eed6/nextstep/
+2017-05-04 06:02:19,117 DEBUG api_checklist 132 54055 140735693222848 Next step was added successfully!
+2017-05-04 06:02:19,117 DEBUG fe_user 27 54055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:02:19,117 DEBUG fe_user 28 54055 140735693222848 Insert Email
+2017-05-04 06:02:19,962 DEBUG fe_user 31 54055 140735693222848 Insert Password
+2017-05-04 06:02:20,613 DEBUG fe_user 33 54055 140735693222848 Click Login Button
+2017-05-04 06:02:20,719 DEBUG wait 117 54055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:02:21,575 DEBUG wait 117 54055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:02:22,588 DEBUG fe_user 35 54055 140735693222848 Login Button clicked
+2017-05-04 06:02:34,363 ERROR exception_decor 23 54055 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:34,365 DEBUG logFuncEntry 34 54055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:02:34,365 DEBUG logFuncEntry 34 54055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:02:34,380 DEBUG test_ui_base 66 54055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:07:38,862 DEBUG logFuncEntry 34 54168 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:07:38,863 DEBUG test_ui_base 36 54168 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:07:41,008 DEBUG test_ui_base 48 54168 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:07:49,718 DEBUG api_user 108 54168 140735693222848 Moving to next test case
+2017-05-04 06:07:49,719 DEBUG api_user 193 54168 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/90557796-275f-4f92-af08-f19cd2e12470/83ea30e8f1d244c098fdc8a5e164bb17
+2017-05-04 06:07:49,764 DEBUG api_user 196 54168 140735693222848 APIUser activated successfully!
+2017-05-04 06:07:49,839 DEBUG api_user 128 54168 140735693222848 200 OK
+2017-05-04 06:07:49,839 DEBUG api_user 130 54168 140735693222848 Login successfully.
+2017-05-04 06:07:49,844 DEBUG db_general 151 54168 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:07:49,845 DEBUG db_general 162 54168 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:07:49,850 DEBUG db_general 151 54168 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:07:49,851 DEBUG db_general 162 54168 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:07:50,059 DEBUG api_virtual_function 72 54168 140735693222848 Virtual Function created successfully!
+2017-05-04 06:07:50,060 DEBUG api_gitlab 267 54168 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dea0c663-6e3c-418b-8fb2-6ff7c5ff905a/checklist/new/
+2017-05-04 06:07:50,137 DEBUG api_user 128 54168 140735693222848 200 OK
+2017-05-04 06:07:50,137 DEBUG api_user 130 54168 140735693222848 Login successfully.
+2017-05-04 06:07:50,178 DEBUG api_gitlab 288 54168 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:07:55,082 DEBUG api_user 128 54168 140735693222848 200 OK
+2017-05-04 06:07:55,083 DEBUG api_user 130 54168 140735693222848 Login successfully.
+2017-05-04 06:07:56,130 DEBUG api_checklist 24 54168 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dea0c663-6e3c-418b-8fb2-6ff7c5ff905a/checklist/new/
+2017-05-04 06:07:56,136 DEBUG db_general 177 54168 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:07:56,139 DEBUG db_general 188 54168 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:07:56,139 DEBUG api_gitlab 267 54168 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dea0c663-6e3c-418b-8fb2-6ff7c5ff905a/checklist/new/
+2017-05-04 06:07:56,215 DEBUG api_user 128 54168 140735693222848 200 OK
+2017-05-04 06:07:56,215 DEBUG api_user 130 54168 140735693222848 Login successfully.
+2017-05-04 06:07:56,257 DEBUG api_gitlab 288 54168 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:07:56,423 DEBUG api_checklist 40 54168 140735693222848 Checklist was created successfully!
+2017-05-04 06:07:58,309 DEBUG db_general 202 54168 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTl8AGu' order by update_time desc limit 1;
+2017-05-04 06:08:00,044 DEBUG db_checklist 391 54168 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTl8AGu' order by create_time desc limit 1;
+2017-05-04 06:08:02,179 DEBUG api_checklist 116 54168 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dea0c663-6e3c-418b-8fb2-6ff7c5ff905a/checklist/3eacdfb1-38b2-4415-a0b0-fb5596d5a771/nextstep/
+2017-05-04 06:08:02,353 DEBUG api_checklist 132 54168 140735693222848 Next step was added successfully!
+2017-05-04 06:08:04,543 DEBUG fe_user 27 54168 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:08:04,543 DEBUG fe_user 28 54168 140735693222848 Insert Email
+2017-05-04 06:08:05,346 DEBUG fe_user 31 54168 140735693222848 Insert Password
+2017-05-04 06:08:06,024 DEBUG fe_user 33 54168 140735693222848 Click Login Button
+2017-05-04 06:08:06,143 DEBUG wait 117 54168 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:08:06,972 DEBUG wait 117 54168 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:08:07,984 DEBUG fe_user 35 54168 140735693222848 Login Button clicked
+2017-05-04 06:08:51,705 ERROR exception_decor 23 54168 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:08:51,709 DEBUG logFuncEntry 34 54168 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:08:51,709 DEBUG logFuncEntry 34 54168 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:08:51,726 DEBUG test_ui_base 66 54168 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:08:57,759 DEBUG logFuncEntry 34 54233 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:08:57,759 DEBUG test_ui_base 36 54233 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:08:59,879 DEBUG test_ui_base 48 54233 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:09:00,927 DEBUG api_user 108 54233 140735693222848 Moving to next test case
+2017-05-04 06:09:00,928 DEBUG api_user 193 54233 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2cb19934-c2f8-46c1-8bad-8ce2e162d128/7ae9cf5728f147bb9ea9eb867094efb9
+2017-05-04 06:09:00,963 DEBUG api_user 196 54233 140735693222848 APIUser activated successfully!
+2017-05-04 06:09:01,033 DEBUG api_user 128 54233 140735693222848 200 OK
+2017-05-04 06:09:01,033 DEBUG api_user 130 54233 140735693222848 Login successfully.
+2017-05-04 06:09:01,037 DEBUG db_general 151 54233 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:09:01,038 DEBUG db_general 162 54233 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:09:01,042 DEBUG db_general 151 54233 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:09:01,044 DEBUG db_general 162 54233 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:09:01,281 DEBUG api_virtual_function 72 54233 140735693222848 Virtual Function created successfully!
+2017-05-04 06:09:01,282 DEBUG api_gitlab 267 54233 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9848c47-080d-4394-a51b-ef75b3c84016/checklist/new/
+2017-05-04 06:09:01,346 DEBUG api_user 128 54233 140735693222848 200 OK
+2017-05-04 06:09:01,346 DEBUG api_user 130 54233 140735693222848 Login successfully.
+2017-05-04 06:09:01,376 DEBUG api_gitlab 288 54233 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:09:01,445 DEBUG api_user 128 54233 140735693222848 200 OK
+2017-05-04 06:09:01,445 DEBUG api_user 130 54233 140735693222848 Login successfully.
+2017-05-04 06:09:01,446 DEBUG api_checklist 24 54233 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9848c47-080d-4394-a51b-ef75b3c84016/checklist/new/
+2017-05-04 06:09:01,449 DEBUG db_general 177 54233 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:09:01,451 DEBUG db_general 188 54233 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:09:01,451 DEBUG api_gitlab 267 54233 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9848c47-080d-4394-a51b-ef75b3c84016/checklist/new/
+2017-05-04 06:09:01,530 DEBUG api_user 128 54233 140735693222848 200 OK
+2017-05-04 06:09:01,530 DEBUG api_user 130 54233 140735693222848 Login successfully.
+2017-05-04 06:09:01,561 DEBUG api_gitlab 288 54233 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:09:01,720 DEBUG api_checklist 40 54233 140735693222848 Checklist was created successfully!
+2017-05-04 06:09:01,723 DEBUG db_general 202 54233 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTjqkmU' order by update_time desc limit 1;
+2017-05-04 06:09:01,730 DEBUG db_checklist 391 54233 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTjqkmU' order by create_time desc limit 1;
+2017-05-04 06:09:01,733 DEBUG api_checklist 116 54233 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9848c47-080d-4394-a51b-ef75b3c84016/checklist/eec0f8f6-e1be-43f3-9029-a42cebd0548b/nextstep/
+2017-05-04 06:09:01,894 DEBUG api_checklist 132 54233 140735693222848 Next step was added successfully!
+2017-05-04 06:09:01,894 DEBUG fe_user 27 54233 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:09:01,894 DEBUG fe_user 28 54233 140735693222848 Insert Email
+2017-05-04 06:09:02,736 DEBUG fe_user 31 54233 140735693222848 Insert Password
+2017-05-04 06:09:03,387 DEBUG fe_user 33 54233 140735693222848 Click Login Button
+2017-05-04 06:09:03,489 DEBUG wait 117 54233 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:09:04,337 DEBUG wait 117 54233 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:09:05,353 DEBUG fe_user 35 54233 140735693222848 Login Button clicked
+2017-05-04 06:09:16,843 ERROR exception_decor 23 54233 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:09:16,845 DEBUG logFuncEntry 34 54233 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:09:16,845 DEBUG logFuncEntry 34 54233 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:09:16,857 DEBUG test_ui_base 66 54233 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:14:56,579 DEBUG logFuncEntry 34 54539 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:14:56,579 DEBUG test_ui_base 36 54539 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:14:58,707 DEBUG test_ui_base 48 54539 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:14:59,755 DEBUG api_user 108 54539 140735693222848 Moving to next test case
+2017-05-04 06:14:59,755 DEBUG api_user 193 54539 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e75e59e-808d-4f52-a7e8-390c46a5af3c/94bdeb9ecb5b47029304a9d5676b654e
+2017-05-04 06:14:59,787 DEBUG api_user 196 54539 140735693222848 APIUser activated successfully!
+2017-05-04 06:14:59,853 DEBUG api_user 128 54539 140735693222848 200 OK
+2017-05-04 06:14:59,853 DEBUG api_user 130 54539 140735693222848 Login successfully.
+2017-05-04 06:14:59,857 DEBUG db_general 151 54539 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:14:59,859 DEBUG db_general 162 54539 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:14:59,862 DEBUG db_general 151 54539 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:14:59,864 DEBUG db_general 162 54539 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:15:00,097 DEBUG api_virtual_function 72 54539 140735693222848 Virtual Function created successfully!
+2017-05-04 06:15:00,098 DEBUG api_gitlab 267 54539 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e8067ab1-c474-4bd2-8e55-03ab6a6d525d/checklist/new/
+2017-05-04 06:15:00,162 DEBUG api_user 128 54539 140735693222848 200 OK
+2017-05-04 06:15:00,163 DEBUG api_user 130 54539 140735693222848 Login successfully.
+2017-05-04 06:15:00,193 DEBUG api_gitlab 288 54539 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:15:00,193 DEBUG fe_user 27 54539 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:15:00,193 DEBUG fe_user 28 54539 140735693222848 Insert Email
+2017-05-04 06:15:01,046 DEBUG fe_user 31 54539 140735693222848 Insert Password
+2017-05-04 06:15:01,692 DEBUG fe_user 33 54539 140735693222848 Click Login Button
+2017-05-04 06:15:01,800 DEBUG wait 117 54539 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:15:02,657 DEBUG wait 117 54539 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:15:03,671 DEBUG fe_user 35 54539 140735693222848 Login Button clicked
+2017-05-04 06:15:04,963 DEBUG api_user 128 54539 140735693222848 200 OK
+2017-05-04 06:15:04,963 DEBUG api_user 130 54539 140735693222848 Login successfully.
+2017-05-04 06:15:04,963 DEBUG api_checklist 24 54539 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e8067ab1-c474-4bd2-8e55-03ab6a6d525d/checklist/new/
+2017-05-04 06:15:04,966 DEBUG db_general 177 54539 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:15:04,968 DEBUG db_general 188 54539 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:15:04,968 DEBUG api_gitlab 267 54539 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e8067ab1-c474-4bd2-8e55-03ab6a6d525d/checklist/new/
+2017-05-04 06:15:05,037 DEBUG api_user 128 54539 140735693222848 200 OK
+2017-05-04 06:15:05,038 DEBUG api_user 130 54539 140735693222848 Login successfully.
+2017-05-04 06:15:05,069 DEBUG api_gitlab 288 54539 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:15:05,219 DEBUG api_checklist 40 54539 140735693222848 Checklist was created successfully!
+2017-05-04 06:15:05,223 DEBUG db_general 202 54539 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST5E38i' order by update_time desc limit 1;
+2017-05-04 06:15:05,229 DEBUG db_checklist 391 54539 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST5E38i' order by create_time desc limit 1;
+2017-05-04 06:15:05,232 DEBUG api_checklist 116 54539 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e8067ab1-c474-4bd2-8e55-03ab6a6d525d/checklist/3eab5c1d-5af8-4fdb-b95b-eb12bc3c7e69/nextstep/
+2017-05-04 06:15:05,389 DEBUG api_checklist 132 54539 140735693222848 Next step was added successfully!
+2017-05-04 06:15:05,390 DEBUG fe_user 27 54539 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:15:05,390 DEBUG fe_user 28 54539 140735693222848 Insert Email
+2017-05-04 06:15:15,906 ERROR fe_user 43 54539 140735693222848 Login FAILED: email=hs0007@att.com password=iceusers
+2017-05-04 06:15:15,907 ERROR exception_decor 23 54539 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:15:15,909 DEBUG logFuncEntry 34 54539 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:15:15,909 DEBUG logFuncEntry 34 54539 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:15:15,925 DEBUG test_ui_base 66 54539 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:18:01,066 DEBUG logFuncEntry 34 54646 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:18:01,067 DEBUG test_ui_base 36 54646 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:18:03,214 DEBUG test_ui_base 48 54646 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:18:26,697 DEBUG api_user 108 54646 140735693222848 Moving to next test case
+2017-05-04 06:18:26,698 DEBUG api_user 193 54646 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c433fc9-2af1-4015-bb47-a8901942c585/c261d2e2c89b4f099ee4cab33d747d61
+2017-05-04 06:18:26,744 DEBUG api_user 196 54646 140735693222848 APIUser activated successfully!
+2017-05-04 06:18:26,820 DEBUG api_user 128 54646 140735693222848 200 OK
+2017-05-04 06:18:26,820 DEBUG api_user 130 54646 140735693222848 Login successfully.
+2017-05-04 06:18:26,825 DEBUG db_general 151 54646 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:18:26,827 DEBUG db_general 162 54646 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:18:26,830 DEBUG db_general 151 54646 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:18:26,832 DEBUG db_general 162 54646 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:18:27,039 DEBUG api_virtual_function 72 54646 140735693222848 Virtual Function created successfully!
+2017-05-04 06:18:27,039 DEBUG api_gitlab 267 54646 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8034daf3-7aa0-4417-beaa-b4df350b7b1d/checklist/new/
+2017-05-04 06:18:27,113 DEBUG api_user 128 54646 140735693222848 200 OK
+2017-05-04 06:18:27,114 DEBUG api_user 130 54646 140735693222848 Login successfully.
+2017-05-04 06:18:27,154 DEBUG api_gitlab 288 54646 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:18:28,742 DEBUG fe_user 27 54646 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:18:28,742 DEBUG fe_user 28 54646 140735693222848 Insert Email
+2017-05-04 06:18:29,544 DEBUG fe_user 31 54646 140735693222848 Insert Password
+2017-05-04 06:18:30,215 DEBUG fe_user 33 54646 140735693222848 Click Login Button
+2017-05-04 06:18:30,340 DEBUG wait 117 54646 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:18:31,202 DEBUG wait 117 54646 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:18:32,216 DEBUG fe_user 35 54646 140735693222848 Login Button clicked
+2017-05-04 06:19:35,698 DEBUG logFuncEntry 34 54709 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:19:35,698 DEBUG test_ui_base 36 54709 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:19:37,812 DEBUG test_ui_base 48 54709 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:19:38,895 DEBUG api_user 108 54709 140735693222848 Moving to next test case
+2017-05-04 06:19:38,896 DEBUG api_user 193 54709 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9ab0ef98-efc3-40e6-9ceb-916f08936054/f3b02e4a16a24629923589e5bbb90841
+2017-05-04 06:19:38,928 DEBUG api_user 196 54709 140735693222848 APIUser activated successfully!
+2017-05-04 06:19:38,995 DEBUG api_user 128 54709 140735693222848 200 OK
+2017-05-04 06:19:38,995 DEBUG api_user 130 54709 140735693222848 Login successfully.
+2017-05-04 06:19:38,999 DEBUG db_general 151 54709 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:19:39,000 DEBUG db_general 162 54709 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:19:39,004 DEBUG db_general 151 54709 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:19:39,005 DEBUG db_general 162 54709 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:19:39,220 DEBUG api_virtual_function 72 54709 140735693222848 Virtual Function created successfully!
+2017-05-04 06:19:39,220 DEBUG api_gitlab 267 54709 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21d3184d-abc9-48d2-9c65-47fe8957a3b6/checklist/new/
+2017-05-04 06:19:39,287 DEBUG api_user 128 54709 140735693222848 200 OK
+2017-05-04 06:19:39,287 DEBUG api_user 130 54709 140735693222848 Login successfully.
+2017-05-04 06:19:39,317 DEBUG api_gitlab 288 54709 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:19:39,317 DEBUG fe_user 27 54709 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:19:39,317 DEBUG fe_user 28 54709 140735693222848 Insert Email
+2017-05-04 06:19:40,164 DEBUG fe_user 31 54709 140735693222848 Insert Password
+2017-05-04 06:19:40,815 DEBUG fe_user 33 54709 140735693222848 Click Login Button
+2017-05-04 06:19:40,923 DEBUG wait 117 54709 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:19:41,792 DEBUG wait 117 54709 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:19:42,806 DEBUG fe_user 35 54709 140735693222848 Login Button clicked
+2017-05-04 06:19:47,825 DEBUG wait 117 54709 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:19:48,843 ERROR exception_decor 23 54709 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:19:48,844 DEBUG logFuncEntry 34 54709 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:19:48,845 DEBUG logFuncEntry 34 54709 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:19:48,859 DEBUG test_ui_base 66 54709 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:20:11,194 DEBUG logFuncEntry 34 54797 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:20:11,195 DEBUG test_ui_base 36 54797 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:20:13,338 DEBUG test_ui_base 48 54797 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:20:16,101 DEBUG api_user 108 54797 140735693222848 Moving to next test case
+2017-05-04 06:20:16,102 DEBUG api_user 193 54797 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c23c3c74-59d5-4fc6-89ed-16b42759cf86/9742c32480f74d06a8d51e4bb88493c6
+2017-05-04 06:20:16,146 DEBUG api_user 196 54797 140735693222848 APIUser activated successfully!
+2017-05-04 06:20:16,221 DEBUG api_user 128 54797 140735693222848 200 OK
+2017-05-04 06:20:16,222 DEBUG api_user 130 54797 140735693222848 Login successfully.
+2017-05-04 06:20:16,227 DEBUG db_general 151 54797 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:20:16,229 DEBUG db_general 162 54797 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:20:16,233 DEBUG db_general 151 54797 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:20:16,234 DEBUG db_general 162 54797 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:20:16,442 DEBUG api_virtual_function 72 54797 140735693222848 Virtual Function created successfully!
+2017-05-04 06:20:16,443 DEBUG api_gitlab 267 54797 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a57d8fe7-b4e7-4a52-aa31-89d25e866800/checklist/new/
+2017-05-04 06:20:16,520 DEBUG api_user 128 54797 140735693222848 200 OK
+2017-05-04 06:20:16,520 DEBUG api_user 130 54797 140735693222848 Login successfully.
+2017-05-04 06:20:16,560 DEBUG api_gitlab 288 54797 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:20:17,420 DEBUG fe_user 27 54797 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:20:17,421 DEBUG fe_user 28 54797 140735693222848 Insert Email
+2017-05-04 06:20:18,236 DEBUG fe_user 31 54797 140735693222848 Insert Password
+2017-05-04 06:20:18,878 DEBUG fe_user 33 54797 140735693222848 Click Login Button
+2017-05-04 06:20:18,989 DEBUG wait 117 54797 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:20:19,823 DEBUG wait 117 54797 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:20:20,832 DEBUG fe_user 35 54797 140735693222848 Login Button clicked
+2017-05-04 06:21:16,577 ERROR exception_decor 23 54797 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:21:16,580 DEBUG logFuncEntry 34 54797 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:21:16,581 DEBUG logFuncEntry 34 54797 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:21:16,598 DEBUG test_ui_base 66 54797 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:22:58,452 DEBUG logFuncEntry 34 54922 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:22:58,453 DEBUG test_ui_base 36 54922 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:23:00,598 DEBUG test_ui_base 48 54922 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:23:04,546 DEBUG api_user 108 54922 140735693222848 Moving to next test case
+2017-05-04 06:23:04,547 DEBUG api_user 193 54922 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5287523-c5c9-485b-94a4-773a9b131969/da992f79a7cc4bd38ec6e951410787e3
+2017-05-04 06:23:04,593 DEBUG api_user 196 54922 140735693222848 APIUser activated successfully!
+2017-05-04 06:23:04,666 DEBUG api_user 128 54922 140735693222848 200 OK
+2017-05-04 06:23:04,666 DEBUG api_user 130 54922 140735693222848 Login successfully.
+2017-05-04 06:23:04,670 DEBUG db_general 151 54922 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:23:04,672 DEBUG db_general 162 54922 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:23:04,675 DEBUG db_general 151 54922 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:23:04,677 DEBUG db_general 162 54922 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:23:04,888 DEBUG api_virtual_function 72 54922 140735693222848 Virtual Function created successfully!
+2017-05-04 06:23:04,889 DEBUG api_gitlab 267 54922 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e7080cf1-49eb-4b33-b2b7-4ec33f586636/checklist/new/
+2017-05-04 06:23:04,964 DEBUG api_user 128 54922 140735693222848 200 OK
+2017-05-04 06:23:04,964 DEBUG api_user 130 54922 140735693222848 Login successfully.
+2017-05-04 06:23:05,004 DEBUG api_gitlab 288 54922 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:23:05,653 DEBUG fe_user 27 54922 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:23:05,653 DEBUG fe_user 28 54922 140735693222848 Insert Email
+2017-05-04 06:23:06,479 DEBUG fe_user 31 54922 140735693222848 Insert Password
+2017-05-04 06:23:07,122 DEBUG fe_user 33 54922 140735693222848 Click Login Button
+2017-05-04 06:23:07,234 DEBUG wait 117 54922 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:23:08,085 DEBUG wait 117 54922 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:23:09,096 DEBUG fe_user 35 54922 140735693222848 Login Button clicked
+2017-05-04 06:27:15,585 DEBUG logFuncEntry 34 55061 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:27:15,585 DEBUG test_ui_base 36 55061 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:27:17,704 DEBUG test_ui_base 48 55061 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:27:18,743 DEBUG api_user 108 55061 140735693222848 Moving to next test case
+2017-05-04 06:27:18,744 DEBUG api_user 193 55061 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/01bc18ac-cb88-4a4b-8fb7-8d5cca4369f9/a6ee7cf4a33246a29d789c941577c9e0
+2017-05-04 06:27:18,778 DEBUG api_user 196 55061 140735693222848 APIUser activated successfully!
+2017-05-04 06:27:18,842 DEBUG api_user 128 55061 140735693222848 200 OK
+2017-05-04 06:27:18,842 DEBUG api_user 130 55061 140735693222848 Login successfully.
+2017-05-04 06:27:18,846 DEBUG db_general 151 55061 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:27:18,847 DEBUG db_general 162 55061 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:27:18,850 DEBUG db_general 151 55061 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:27:18,851 DEBUG db_general 162 55061 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:27:19,110 DEBUG api_virtual_function 72 55061 140735693222848 Virtual Function created successfully!
+2017-05-04 06:27:19,110 DEBUG api_gitlab 267 55061 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f59b66f1-7c0a-468e-aa7c-e75329d532e8/checklist/new/
+2017-05-04 06:27:19,179 DEBUG api_user 128 55061 140735693222848 200 OK
+2017-05-04 06:27:19,179 DEBUG api_user 130 55061 140735693222848 Login successfully.
+2017-05-04 06:27:19,209 DEBUG api_gitlab 288 55061 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:27:19,209 DEBUG fe_user 27 55061 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:27:19,209 DEBUG fe_user 28 55061 140735693222848 Insert Email
+2017-05-04 06:27:20,059 DEBUG fe_user 31 55061 140735693222848 Insert Password
+2017-05-04 06:27:20,702 DEBUG fe_user 33 55061 140735693222848 Click Login Button
+2017-05-04 06:27:20,804 DEBUG wait 117 55061 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:27:21,646 DEBUG wait 117 55061 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:27:22,661 DEBUG fe_user 35 55061 140735693222848 Login Button clicked
+2017-05-04 06:27:23,942 DEBUG wait 117 55061 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:27:24,466 DEBUG wait 117 55061 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:27:25,497 ERROR exception_decor 23 55061 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:27:25,498 DEBUG logFuncEntry 34 55061 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:27:25,498 DEBUG logFuncEntry 34 55061 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:27:25,514 DEBUG test_ui_base 66 55061 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:27:46,033 DEBUG logFuncEntry 34 55125 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:27:46,033 DEBUG test_ui_base 36 55125 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:27:48,160 DEBUG test_ui_base 48 55125 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:27:49,170 DEBUG api_user 108 55125 140735693222848 Moving to next test case
+2017-05-04 06:27:49,170 DEBUG api_user 193 55125 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bba7a2e5-4d24-4b1b-82c5-906fdb6c4221/90b298ae60f1439cacaaadc4e821a0a2
+2017-05-04 06:27:49,205 DEBUG api_user 196 55125 140735693222848 APIUser activated successfully!
+2017-05-04 06:27:49,269 DEBUG api_user 128 55125 140735693222848 200 OK
+2017-05-04 06:27:49,269 DEBUG api_user 130 55125 140735693222848 Login successfully.
+2017-05-04 06:27:49,273 DEBUG db_general 151 55125 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:27:49,274 DEBUG db_general 162 55125 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:27:49,278 DEBUG db_general 151 55125 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:27:49,279 DEBUG db_general 162 55125 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:27:49,515 DEBUG api_virtual_function 72 55125 140735693222848 Virtual Function created successfully!
+2017-05-04 06:27:49,516 DEBUG api_gitlab 267 55125 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d2b84d5-cccb-4ae9-af11-7b881fa23ed9/checklist/new/
+2017-05-04 06:27:49,591 DEBUG api_user 128 55125 140735693222848 200 OK
+2017-05-04 06:27:49,592 DEBUG api_user 130 55125 140735693222848 Login successfully.
+2017-05-04 06:27:49,621 DEBUG api_gitlab 288 55125 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:27:49,690 DEBUG api_user 128 55125 140735693222848 200 OK
+2017-05-04 06:27:49,690 DEBUG api_user 130 55125 140735693222848 Login successfully.
+2017-05-04 06:27:49,690 DEBUG api_checklist 24 55125 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d2b84d5-cccb-4ae9-af11-7b881fa23ed9/checklist/new/
+2017-05-04 06:27:49,694 DEBUG db_general 177 55125 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:27:49,696 DEBUG db_general 188 55125 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:27:49,696 DEBUG api_gitlab 267 55125 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d2b84d5-cccb-4ae9-af11-7b881fa23ed9/checklist/new/
+2017-05-04 06:27:49,774 DEBUG api_user 128 55125 140735693222848 200 OK
+2017-05-04 06:27:49,775 DEBUG api_user 130 55125 140735693222848 Login successfully.
+2017-05-04 06:27:49,806 DEBUG api_gitlab 288 55125 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:27:49,978 DEBUG api_checklist 40 55125 140735693222848 Checklist was created successfully!
+2017-05-04 06:27:49,982 DEBUG db_general 202 55125 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTl3MbC' order by update_time desc limit 1;
+2017-05-04 06:27:49,988 DEBUG db_checklist 391 55125 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTl3MbC' order by create_time desc limit 1;
+2017-05-04 06:27:49,990 DEBUG api_checklist 116 55125 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1d2b84d5-cccb-4ae9-af11-7b881fa23ed9/checklist/fcd9189d-6344-4bee-947f-b0873bd60ebe/nextstep/
+2017-05-04 06:27:50,147 DEBUG api_checklist 132 55125 140735693222848 Next step was added successfully!
+2017-05-04 06:27:50,147 DEBUG fe_user 27 55125 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:27:50,147 DEBUG fe_user 28 55125 140735693222848 Insert Email
+2017-05-04 06:27:50,993 DEBUG fe_user 31 55125 140735693222848 Insert Password
+2017-05-04 06:27:51,644 DEBUG fe_user 33 55125 140735693222848 Click Login Button
+2017-05-04 06:27:51,749 DEBUG wait 117 55125 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:27:52,600 DEBUG wait 117 55125 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:27:53,612 DEBUG fe_user 35 55125 140735693222848 Login Button clicked
+2017-05-04 06:27:54,886 DEBUG wait 117 55125 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:27:55,436 DEBUG wait 117 55125 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:27:59,163 DEBUG db_general 177 55125 140735693222848 Query : select description from ice_next_step Where uuid = 'db82a64b-9d46-4e3c-baa7-fd93e99b1994';
+2017-05-04 06:27:59,166 DEBUG db_general 188 55125 140735693222848 Query result: API next step test STednV9
+2017-05-04 06:27:59,166 DEBUG logFuncEntry 34 55125 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:27:59,166 DEBUG logFuncEntry 34 55125 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:27:59,183 DEBUG test_ui_base 66 55125 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:29:57,166 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 06:29:57,166 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 06:29:59,303 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:30:00,339 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:30:00,340 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f7eeb3c4-4aa0-44c5-b7db-297c0824c0c9/e211c5c7645947ffbf2a9c9db24498bd
+2017-05-04 06:30:00,372 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:30:00,438 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:00,438 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:00,442 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:30:00,443 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:30:00,447 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:30:00,448 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:30:00,687 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:30:00,688 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/617f727c-e2ea-4e31-99a1-f54b9327f8d3/checklist/new/
+2017-05-04 06:30:00,760 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:00,760 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:00,791 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:30:00,791 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:30:00,792 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:30:01,643 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:30:02,282 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:30:02,385 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:30:03,255 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:04,270 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:30:05,547 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:06,080 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:10,132 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:11,166 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 06:30:11,166 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 06:30:11,181 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 06:30:11,181 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 06:30:11,181 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 06:30:13,282 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:30:14,304 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:30:14,304 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/37d5306b-ab57-462c-9d91-b14c69ab6a46/a5b30fc4193d426086aa9a446dec3ab9
+2017-05-04 06:30:14,343 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:30:14,411 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:14,411 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:14,415 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:30:14,416 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:30:14,420 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:30:14,421 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:30:14,644 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:30:14,644 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4b04458-f0db-4048-9581-944ba18a9cd4/checklist/new/
+2017-05-04 06:30:14,723 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:14,724 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:14,758 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:30:14,758 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:30:14,758 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:30:15,613 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:30:16,267 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:30:16,377 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:30:17,244 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:18,252 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:30:19,537 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:20,086 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:24,139 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:25,168 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 06:30:25,169 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 06:30:25,184 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 06:30:25,184 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 06:30:25,184 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 06:30:27,292 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:30:28,340 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:30:28,341 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b086e82a-12fe-4d54-8b00-f5a37926bb23/9cac362f2b3646bea345219993a2fa71
+2017-05-04 06:30:28,376 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:30:28,443 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:28,444 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:28,448 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:30:28,449 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:30:28,453 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:30:28,454 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:30:28,698 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:30:28,698 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8d0de69e-e9a7-471d-a187-b93e02eef60b/checklist/new/
+2017-05-04 06:30:28,762 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:28,762 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:28,791 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:30:28,801 DEBUG db_general 177 55216 140735693222848 Query : select id from ice_user_profile Where email = 'ST3zrZR@intl.att.com';
+2017-05-04 06:30:28,803 DEBUG db_general 188 55216 140735693222848 Query result: 770
+2017-05-04 06:30:28,806 DEBUG db_general 177 55216 140735693222848 Query : select uuid from ice_next_step Where owner_id = '770';
+2017-05-04 06:30:28,809 DEBUG db_general 188 55216 140735693222848 Query result: 1b41a547-aa98-4fca-b14d-426829dfc522
+2017-05-04 06:30:28,816 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:30:28,816 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:30:29,699 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:30:30,367 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:30:30,474 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:30:31,483 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:30:32,737 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:33,897 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:35,010 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:36,238 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:47,808 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 06:30:47,808 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 06:30:47,826 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 06:30:47,826 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 06:30:47,826 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 06:30:49,936 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:30:51,118 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:30:51,118 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6e8e655-9fbb-47ca-b3ef-ed274d010aa6/a716ab6137eb4db7b2d08407727a7317
+2017-05-04 06:30:51,156 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:30:51,224 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:51,224 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:51,228 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:30:51,229 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:30:51,232 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:30:51,233 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:30:51,464 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:30:51,464 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c88ffe9c-acb1-447e-abf0-49346bca20e7/checklist/new/
+2017-05-04 06:30:51,537 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:30:51,537 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:30:51,609 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:30:51,609 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:30:51,609 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:30:52,426 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:30:53,063 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:30:53,175 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:30:54,018 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:55,034 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:30:56,297 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:30:56,827 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:30:59,429 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:00,462 DEBUG test_next_step 91 55216 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 06:31:01,769 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:02,797 DEBUG test_next_step 91 55216 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 06:31:02,798 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 06:31:02,798 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 06:31:02,817 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 06:31:02,817 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 06:31:02,817 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 06:31:04,996 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:31:06,077 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:31:06,077 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4aefc4c8-d7ec-447a-8a63-890f9cf11fe8/92e805ff6598455d919860bc41b1e13c
+2017-05-04 06:31:06,113 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:31:06,184 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:06,184 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:06,188 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:31:06,190 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:31:06,194 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:31:06,195 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:31:06,507 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:31:06,507 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eac6e055-f58d-4f1e-affe-7dbc7cca7b44/checklist/new/
+2017-05-04 06:31:06,573 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:06,573 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:06,603 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:06,603 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:31:06,604 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:31:07,431 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:31:08,068 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:31:08,211 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:31:09,099 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:10,111 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:31:11,382 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:11,936 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:14,518 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:15,546 DEBUG test_next_step 104 55216 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 06:31:16,859 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:17,890 DEBUG test_next_step 104 55216 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 06:31:17,890 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 06:31:17,891 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 06:31:17,905 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 06:31:17,905 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 06:31:17,905 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 06:31:20,142 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:31:21,362 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:31:21,362 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b1e9105d-39b6-4702-a592-7ee04869480a/0adb36cc68264f999d08e615ee906c8f
+2017-05-04 06:31:21,398 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:31:21,463 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:21,463 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:21,467 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:31:21,469 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:31:21,472 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:31:21,474 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:31:21,692 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:31:21,693 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb32acee-c4d9-44d5-abf4-26dc7241b6eb/checklist/new/
+2017-05-04 06:31:21,771 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:21,772 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:21,803 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:21,871 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:21,871 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:21,871 DEBUG api_checklist 24 55216 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb32acee-c4d9-44d5-abf4-26dc7241b6eb/checklist/new/
+2017-05-04 06:31:21,875 DEBUG db_general 177 55216 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:31:21,877 DEBUG db_general 188 55216 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:31:21,877 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb32acee-c4d9-44d5-abf4-26dc7241b6eb/checklist/new/
+2017-05-04 06:31:21,944 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:21,944 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:21,977 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:22,131 DEBUG api_checklist 40 55216 140735693222848 Checklist was created successfully!
+2017-05-04 06:31:22,134 DEBUG db_general 202 55216 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTepl7o' order by update_time desc limit 1;
+2017-05-04 06:31:22,140 DEBUG db_checklist 391 55216 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTepl7o' order by create_time desc limit 1;
+2017-05-04 06:31:22,143 DEBUG api_checklist 116 55216 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb32acee-c4d9-44d5-abf4-26dc7241b6eb/checklist/5f80648b-c987-4710-bb26-f5f41ae2ecce/nextstep/
+2017-05-04 06:31:22,307 DEBUG api_checklist 132 55216 140735693222848 Next step was added successfully!
+2017-05-04 06:31:22,307 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:31:22,307 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:31:23,132 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:31:23,773 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:31:23,891 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:31:24,777 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:25,794 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:31:27,052 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:27,625 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:31,336 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '3352cb50-e13b-46ad-ab78-e3f599a63037';
+2017-05-04 06:31:31,339 DEBUG db_general 188 55216 140735693222848 Query result: API next step test STvZEqK
+2017-05-04 06:31:31,339 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 06:31:31,339 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 06:31:31,356 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 06:31:31,356 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:31:31,356 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:31:33,463 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:31:34,738 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:31:34,738 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8e5ef9e7-8a4e-453d-aacb-88dacebeb6e5/cd61febeeb4c4bff97a74e33afdcd2e4
+2017-05-04 06:31:34,773 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:31:34,840 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:34,841 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:34,844 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:31:34,845 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:31:34,849 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:31:34,850 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:31:35,125 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:31:35,126 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/879a1b45-1001-4278-8024-2373c7218d9e/checklist/new/
+2017-05-04 06:31:35,190 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:35,190 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:35,219 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:35,287 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:35,288 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:35,288 DEBUG api_checklist 24 55216 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/879a1b45-1001-4278-8024-2373c7218d9e/checklist/new/
+2017-05-04 06:31:35,292 DEBUG db_general 177 55216 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:31:35,295 DEBUG db_general 188 55216 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:31:35,295 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/879a1b45-1001-4278-8024-2373c7218d9e/checklist/new/
+2017-05-04 06:31:35,360 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:35,360 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:35,390 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:35,549 DEBUG api_checklist 40 55216 140735693222848 Checklist was created successfully!
+2017-05-04 06:31:35,554 DEBUG db_general 202 55216 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST4yCYz' order by update_time desc limit 1;
+2017-05-04 06:31:35,561 DEBUG db_checklist 391 55216 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST4yCYz' order by create_time desc limit 1;
+2017-05-04 06:31:35,564 DEBUG api_checklist 116 55216 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/879a1b45-1001-4278-8024-2373c7218d9e/checklist/3b652b55-5c17-4da9-94c8-a0225215a6af/nextstep/
+2017-05-04 06:31:35,791 DEBUG api_checklist 132 55216 140735693222848 Next step was added successfully!
+2017-05-04 06:31:35,791 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:31:35,791 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:31:36,603 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:31:37,248 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:31:37,361 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:31:38,214 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:39,226 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:31:40,484 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:41,026 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:44,762 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'c9476ca7-86ab-4bee-a243-4f86f5794f35';
+2017-05-04 06:31:44,764 DEBUG db_general 188 55216 140735693222848 Query result: API next step test STv1QEk
+2017-05-04 06:31:44,764 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:31:44,764 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:31:44,780 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:31:44,781 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 06:31:44,781 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 06:31:46,879 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:31:47,907 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:31:47,907 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6a3d9a51-f24a-43da-8e72-aa4a5dafea2c/7273956f251d48ca80220e355541dcce
+2017-05-04 06:31:47,940 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:31:48,006 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:48,006 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:48,010 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:31:48,011 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:31:48,015 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:31:48,016 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:31:48,243 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:31:48,243 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12698034-541d-4a1b-bf6d-4ca0a6871ee2/checklist/new/
+2017-05-04 06:31:48,321 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:48,321 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:48,351 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:48,419 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:48,419 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:48,419 DEBUG api_checklist 24 55216 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12698034-541d-4a1b-bf6d-4ca0a6871ee2/checklist/new/
+2017-05-04 06:31:48,423 DEBUG db_general 177 55216 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:31:48,425 DEBUG db_general 188 55216 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:31:48,425 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12698034-541d-4a1b-bf6d-4ca0a6871ee2/checklist/new/
+2017-05-04 06:31:48,489 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:31:48,489 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:31:48,519 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:31:48,694 DEBUG api_checklist 40 55216 140735693222848 Checklist was created successfully!
+2017-05-04 06:31:48,698 DEBUG db_general 202 55216 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTOXtKq' order by update_time desc limit 1;
+2017-05-04 06:31:48,704 DEBUG db_checklist 391 55216 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTOXtKq' order by create_time desc limit 1;
+2017-05-04 06:31:48,706 DEBUG api_checklist 116 55216 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12698034-541d-4a1b-bf6d-4ca0a6871ee2/checklist/acaf756f-2e37-42ec-afd0-1a02d2d47406/nextstep/
+2017-05-04 06:31:48,864 DEBUG api_checklist 132 55216 140735693222848 Next step was added successfully!
+2017-05-04 06:31:48,864 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:31:48,864 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:31:49,672 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:31:50,304 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:31:50,413 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:31:51,268 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:52,280 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:31:53,539 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:31:54,071 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:31:58,433 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 06:31:58,433 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 06:31:58,449 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 06:31:58,449 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 06:31:58,449 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 06:32:00,558 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:32:01,639 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:32:01,639 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c6a47a54-3f94-42cf-84db-51dca924dda9/50c74dded6c74e8a8c078a73d405769b
+2017-05-04 06:32:01,672 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:32:01,741 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:01,741 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:01,745 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:32:01,747 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:32:01,750 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:32:01,752 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:32:01,964 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:32:01,964 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/770e29f9-e8f5-4eec-aeb4-897da22e1123/checklist/new/
+2017-05-04 06:32:02,043 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:02,044 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:02,074 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:32:02,074 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:32:02,074 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:32:02,901 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:32:03,538 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:32:03,675 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:32:04,590 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:32:05,603 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:32:06,858 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:32:07,391 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:32:11,453 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:32:13,115 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 06:32:13,116 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 06:32:13,132 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 06:32:13,132 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 06:32:13,132 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 06:32:15,242 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:32:16,280 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:32:16,280 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d42043b6-e1ed-4d2a-baec-f12bde36d20b/a47cde1159714c6784ee449d9136bf1b
+2017-05-04 06:32:16,316 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:32:16,385 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:16,385 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:16,389 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:32:16,390 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:32:16,394 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:32:16,395 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:32:16,610 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:32:16,611 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d7699bc-4223-48a6-bbf7-4f1f72b96931/checklist/new/
+2017-05-04 06:32:16,688 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:16,688 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:16,719 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:32:16,785 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:16,785 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:16,794 DEBUG db_general 177 55216 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:32:16,796 DEBUG db_general 188 55216 140735693222848 Query result: 2
+2017-05-04 06:32:16,800 DEBUG db_general 177 55216 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 06:32:16,802 DEBUG db_general 188 55216 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 06:32:16,809 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:32:16,809 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:32:17,664 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:32:18,298 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:32:18,402 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:32:19,250 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:32:20,263 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:32:21,519 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:32:22,037 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:32:35,704 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 06:32:35,707 DEBUG db_general 188 55216 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:32:36,232 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '55e4fdc6-f0ae-4624-b0e9-dde7cf5f9f1a';
+2017-05-04 06:32:36,235 DEBUG db_general 188 55216 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:32:36,755 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'aca80c8f-7351-4234-9e6b-b705a369e7f0';
+2017-05-04 06:32:36,758 DEBUG db_general 188 55216 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:32:51,558 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'aca80c8f-7351-4234-9e6b-b705a369e7f0';
+2017-05-04 06:32:51,561 DEBUG db_general 188 55216 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:32:52,093 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '55e4fdc6-f0ae-4624-b0e9-dde7cf5f9f1a';
+2017-05-04 06:32:52,096 DEBUG db_general 188 55216 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:32:52,614 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 06:32:52,617 DEBUG db_general 188 55216 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:32:53,126 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 06:32:53,127 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 06:32:53,164 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 06:32:53,164 DEBUG logFuncEntry 34 55216 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 06:32:53,164 DEBUG test_ui_base 36 55216 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 06:32:55,272 DEBUG test_ui_base 48 55216 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:32:56,310 DEBUG api_user 108 55216 140735693222848 Moving to next test case
+2017-05-04 06:32:56,310 DEBUG api_user 193 55216 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/86443ba5-01b0-44cc-9226-0beeb80baf72/1061dbcb7c824627a3292612e4cb2870
+2017-05-04 06:32:56,346 DEBUG api_user 196 55216 140735693222848 APIUser activated successfully!
+2017-05-04 06:32:56,413 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:56,413 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:56,417 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:32:56,418 DEBUG db_general 162 55216 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:32:56,422 DEBUG db_general 151 55216 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:32:56,423 DEBUG db_general 162 55216 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:32:56,644 DEBUG api_virtual_function 72 55216 140735693222848 Virtual Function created successfully!
+2017-05-04 06:32:56,644 DEBUG api_gitlab 267 55216 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3c875f02-695e-4fa1-8937-69e0d215d325/checklist/new/
+2017-05-04 06:32:56,726 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:56,726 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:56,757 DEBUG api_gitlab 288 55216 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:32:56,823 DEBUG api_user 128 55216 140735693222848 200 OK
+2017-05-04 06:32:56,823 DEBUG api_user 130 55216 140735693222848 Login successfully.
+2017-05-04 06:32:56,831 DEBUG db_general 177 55216 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:32:56,833 DEBUG db_general 188 55216 140735693222848 Query result: 1
+2017-05-04 06:32:56,837 DEBUG db_general 177 55216 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 06:32:56,839 DEBUG db_general 188 55216 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 06:32:56,845 DEBUG fe_user 27 55216 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:32:56,846 DEBUG fe_user 28 55216 140735693222848 Insert Email
+2017-05-04 06:32:57,688 DEBUG fe_user 31 55216 140735693222848 Insert Password
+2017-05-04 06:32:58,340 DEBUG fe_user 33 55216 140735693222848 Click Login Button
+2017-05-04 06:32:58,444 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:32:59,292 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:33:00,306 DEBUG fe_user 35 55216 140735693222848 Login Button clicked
+2017-05-04 06:33:01,588 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:33:02,103 DEBUG wait 117 55216 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:33:15,792 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 06:33:15,795 DEBUG db_general 188 55216 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:33:16,326 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '3fc3ce54-88e6-47e7-bca3-2d9e670b3a29';
+2017-05-04 06:33:16,329 DEBUG db_general 188 55216 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:33:16,849 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'c1d6dda7-3a0b-4460-8250-db05f25045cc';
+2017-05-04 06:33:16,852 DEBUG db_general 188 55216 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:33:31,666 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'c1d6dda7-3a0b-4460-8250-db05f25045cc';
+2017-05-04 06:33:31,668 DEBUG db_general 188 55216 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:33:32,197 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = '3fc3ce54-88e6-47e7-bca3-2d9e670b3a29';
+2017-05-04 06:33:32,200 DEBUG db_general 188 55216 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:33:32,720 DEBUG db_general 177 55216 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 06:33:32,723 DEBUG db_general 188 55216 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:33:33,234 DEBUG logFuncEntry 34 55216 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 06:33:33,234 DEBUG logFuncEntry 34 55216 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 06:33:33,249 DEBUG test_ui_base 66 55216 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 06:34:05,072 DEBUG logFuncEntry 34 55846 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:34:05,072 DEBUG test_ui_base 36 55846 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 06:34:07,189 DEBUG test_ui_base 48 55846 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:34:08,231 DEBUG api_user 108 55846 140735693222848 Moving to next test case
+2017-05-04 06:34:08,232 DEBUG api_user 193 55846 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1fa04a62-8a8b-4105-9fe7-62544c77cf05/85d6da25dc3247b4883ad351f9c3b31b
+2017-05-04 06:34:08,268 DEBUG api_user 196 55846 140735693222848 APIUser activated successfully!
+2017-05-04 06:34:08,335 DEBUG api_user 128 55846 140735693222848 200 OK
+2017-05-04 06:34:08,335 DEBUG api_user 130 55846 140735693222848 Login successfully.
+2017-05-04 06:34:08,339 DEBUG db_general 151 55846 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:34:08,340 DEBUG db_general 162 55846 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:34:08,343 DEBUG db_general 151 55846 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:34:08,345 DEBUG db_general 162 55846 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:34:08,575 DEBUG api_virtual_function 72 55846 140735693222848 Virtual Function created successfully!
+2017-05-04 06:34:08,575 DEBUG api_gitlab 267 55846 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bc91ccc9-d9e1-4cc9-95f9-075d1e1326ad/checklist/new/
+2017-05-04 06:34:08,637 DEBUG api_user 128 55846 140735693222848 200 OK
+2017-05-04 06:34:08,638 DEBUG api_user 130 55846 140735693222848 Login successfully.
+2017-05-04 06:34:08,667 DEBUG api_gitlab 288 55846 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:34:08,668 DEBUG fe_user 27 55846 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:34:08,668 DEBUG fe_user 28 55846 140735693222848 Insert Email
+2017-05-04 06:34:09,483 DEBUG fe_user 31 55846 140735693222848 Insert Password
+2017-05-04 06:34:10,143 DEBUG fe_user 33 55846 140735693222848 Click Login Button
+2017-05-04 06:34:10,245 DEBUG wait 117 55846 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:34:10,775 DEBUG wait 117 55846 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:34:11,790 DEBUG fe_user 35 55846 140735693222848 Login Button clicked
+2017-05-04 06:34:12,321 DEBUG db_general 66 55846 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 06:34:12,323 DEBUG db_general 78 55846 140735693222848 Query result: None
+2017-05-04 06:34:12,327 DEBUG db_general 66 55846 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 06:34:12,329 DEBUG db_general 78 55846 140735693222848 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-05-04 06:34:12,332 DEBUG db_general 108 55846 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'ad731bed-8b07-4203-819b-5d0ffffe7054' ;
+2017-05-04 06:34:12,340 DEBUG db_general 112 55846 140735693222848 Update query success!
+2017-05-04 06:34:12,346 DEBUG db_general 108 55846 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 06:34:12,350 DEBUG db_general 112 55846 140735693222848 Update query success!
+2017-05-04 06:34:13,058 DEBUG wait 117 55846 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:34:13,573 DEBUG wait 117 55846 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:34:15,415 DEBUG wait 117 55846 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:34:16,714 DEBUG db_general 66 55846 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:34:16,716 DEBUG db_general 78 55846 140735693222848 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-05-04 06:34:16,721 DEBUG db_general 108 55846 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STkgvWV' WHERE uuid = 'ad731bed-8b07-4203-819b-5d0ffffe7054' ;
+2017-05-04 06:34:16,729 DEBUG db_general 112 55846 140735693222848 Update query success!
+2017-05-04 06:34:16,729 DEBUG logFuncEntry 34 55846 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:34:16,730 DEBUG logFuncEntry 34 55846 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:34:16,738 DEBUG test_ui_base 66 55846 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 06:37:26,656 DEBUG logFuncEntry 34 55955 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:37:26,656 DEBUG test_ui_base 36 55955 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 06:37:28,777 DEBUG test_ui_base 48 55955 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:37:29,842 DEBUG api_user 108 55955 140735693222848 Moving to next test case
+2017-05-04 06:37:29,842 DEBUG api_user 193 55955 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9f68b162-79f4-4794-a712-7487926e7803/2ee88672515b4e6b8f065620828de411
+2017-05-04 06:37:29,876 DEBUG api_user 196 55955 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:29,943 DEBUG api_user 128 55955 140735693222848 200 OK
+2017-05-04 06:37:29,943 DEBUG api_user 130 55955 140735693222848 Login successfully.
+2017-05-04 06:37:29,947 DEBUG db_general 151 55955 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:29,948 DEBUG db_general 162 55955 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:29,952 DEBUG db_general 151 55955 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:29,953 DEBUG db_general 162 55955 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:30,160 DEBUG api_virtual_function 72 55955 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:30,160 DEBUG api_gitlab 267 55955 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/82254e3f-ae2a-4604-a6cd-e4ca9ce94fc5/checklist/new/
+2017-05-04 06:37:30,239 DEBUG api_user 128 55955 140735693222848 200 OK
+2017-05-04 06:37:30,239 DEBUG api_user 130 55955 140735693222848 Login successfully.
+2017-05-04 06:37:30,270 DEBUG api_gitlab 288 55955 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:30,270 DEBUG fe_user 27 55955 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:37:30,271 DEBUG fe_user 28 55955 140735693222848 Insert Email
+2017-05-04 06:37:31,089 DEBUG fe_user 31 55955 140735693222848 Insert Password
+2017-05-04 06:37:31,759 DEBUG fe_user 33 55955 140735693222848 Click Login Button
+2017-05-04 06:37:31,862 DEBUG wait 117 55955 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:37:32,394 DEBUG wait 117 55955 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:37:33,411 DEBUG fe_user 35 55955 140735693222848 Login Button clicked
+2017-05-04 06:37:33,939 DEBUG db_general 66 55955 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 06:37:33,941 DEBUG db_general 78 55955 140735693222848 Query result: None
+2017-05-04 06:37:33,944 DEBUG db_general 66 55955 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 06:37:33,947 DEBUG db_general 78 55955 140735693222848 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-05-04 06:37:33,950 DEBUG db_general 108 55955 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'ad731bed-8b07-4203-819b-5d0ffffe7054' ;
+2017-05-04 06:37:33,958 DEBUG db_general 112 55955 140735693222848 Update query success!
+2017-05-04 06:37:33,963 DEBUG db_general 108 55955 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 06:37:33,966 DEBUG db_general 112 55955 140735693222848 Update query success!
+2017-05-04 06:37:34,667 DEBUG wait 117 55955 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:37:35,182 DEBUG wait 117 55955 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:37:37,023 DEBUG wait 117 55955 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:37:38,832 DEBUG db_general 66 55955 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:37:38,835 DEBUG db_general 78 55955 140735693222848 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-05-04 06:37:38,838 DEBUG db_general 108 55955 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STi7m2O' WHERE uuid = 'ad731bed-8b07-4203-819b-5d0ffffe7054' ;
+2017-05-04 06:37:38,847 DEBUG db_general 112 55955 140735693222848 Update query success!
+2017-05-04 06:37:38,847 DEBUG logFuncEntry 34 55955 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:37:38,847 DEBUG logFuncEntry 34 55955 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:37:38,859 DEBUG test_ui_base 66 55955 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 06:37:53,276 DEBUG test_signal_base 34 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:37:53,276 DEBUG test_signal_base 34 56026 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 06:37:53,277 DEBUG test_git_signal 101 56027 140735693222848 Local environment, skipping test...
+2017-05-04 06:37:53,277 DEBUG test_checklist_signal 26 56026 140735693222848 Local environment, skipping test...
+2017-05-04 06:37:53,277 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 06:37:53,277 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 06:37:53,277 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 06:37:53,277 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 06:37:53,284 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 06:37:53,285 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:37:53,290 DEBUG test_signal_base 45 56026 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 06:37:53,291 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 06:37:53,291 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 06:37:53,296 DEBUG test_signal_base 45 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:37:53,297 DEBUG test_signal_base 34 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:37:53,297 DEBUG test_git_signal 24 56027 140735693222848 Local environment, skipping test...
+2017-05-04 06:37:53,297 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 06:37:53,310 DEBUG test_signal_base 45 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:37:53,310 DEBUG test_signal_base 34 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:37:53,310 DEBUG test_git_signal 82 56027 140735693222848 Local environment, skipping test...
+2017-05-04 06:37:53,310 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 06:37:53,323 DEBUG test_signal_base 45 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:37:53,323 DEBUG test_signal_base 34 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:37:53,324 DEBUG test_git_signal 65 56027 140735693222848 Local environment, skipping test...
+2017-05-04 06:37:53,324 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 06:37:53,335 DEBUG test_signal_base 45 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:37:53,335 DEBUG test_signal_base 34 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:37:53,335 DEBUG test_git_signal 47 56027 140735693222848 Local environment, skipping test...
+2017-05-04 06:37:53,336 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 06:37:53,347 DEBUG test_signal_base 45 56027 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:37:53,348 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 06:37:53,348 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 06:37:53,410 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:37:53,410 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ca34cef4-fbdb-4481-866b-3594db117bce/f8da2c6ac8fe4db385ecd2890bcc18c2
+2017-05-04 06:37:53,463 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:53,582 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:53,582 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:53,594 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:53,597 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:53,603 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:53,606 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:54,427 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:54,427 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ef9d1a7b-89ff-4fb3-9dcb-cefc9bb273e2/checklist/new/
+2017-05-04 06:37:54,525 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:54,525 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:54,565 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:54,566 DEBUG test_negative_requests 169 56025 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 06:37:54,666 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:54,666 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:54,666 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ef9d1a7b-89ff-4fb3-9dcb-cefc9bb273e2/checklist/new/
+2017-05-04 06:37:54,673 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:37:54,676 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:37:54,676 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ef9d1a7b-89ff-4fb3-9dcb-cefc9bb273e2/checklist/new/
+2017-05-04 06:37:54,779 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:54,779 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:54,825 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:54,955 DEBUG api_checklist 40 56025 140735693222848 Checklist was created successfully!
+2017-05-04 06:37:54,955 DEBUG test_negative_requests 174 56025 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 06:37:55,046 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:55,047 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:55,047 DEBUG test_negative_requests 181 56025 140735693222848 About to add audit log to checklist uuid c3e85ce0-428b-4127-bcb4-33977dbf02fb
+2017-05-04 06:37:55,047 DEBUG test_negative_requests 188 56025 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 06:37:55,137 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:55,137 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:55,137 DEBUG test_negative_requests 181 56025 140735693222848 About to add audit log to checklist uuid c3e85ce0-428b-4127-bcb4-33977dbf02fb
+2017-05-04 06:37:55,138 DEBUG test_negative_requests 188 56025 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 06:37:55,138 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 06:37:55,138 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 06:37:55,145 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:37:55,147 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 06:37:55,147 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:37:55,252 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:37:55,252 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6b5e00bc-d6d4-4ede-9064-e13da9dd1b54/5866df82457c4d0fbf5438c5f4d522f7
+2017-05-04 06:37:55,294 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:55,424 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:55,425 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:55,433 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:55,435 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:55,444 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:55,447 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:55,524 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:37:55,528 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:37:55,757 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:37:56,178 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:56,179 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9caf8e-6308-4a6d-8ca3-aa65db4f275d/checklist/new/
+2017-05-04 06:37:56,267 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:56,267 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:56,313 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:56,313 DEBUG test_negative_requests 195 56025 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 06:37:56,403 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:56,403 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:56,404 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9caf8e-6308-4a6d-8ca3-aa65db4f275d/checklist/new/
+2017-05-04 06:37:56,409 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:37:56,412 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:37:56,413 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9caf8e-6308-4a6d-8ca3-aa65db4f275d/checklist/new/
+2017-05-04 06:37:56,515 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:56,515 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:56,559 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:56,875 DEBUG api_checklist 40 56025 140735693222848 Checklist was created successfully!
+2017-05-04 06:37:56,875 DEBUG test_negative_requests 200 56025 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 06:37:57,001 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:57,001 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:57,002 DEBUG test_negative_requests 208 56025 140735693222848 About to add next step to checklist uuid 415110e2-3b28-4a58-b456-047e15df8826
+2017-05-04 06:37:57,002 DEBUG api_checklist 116 56025 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9caf8e-6308-4a6d-8ca3-aa65db4f275d/checklist/415110e2-3b28-4a58-b456-047e15df8826/nextstep/
+2017-05-04 06:37:57,042 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 6b5e00bc-d6d4-4ede-9064-e13da9dd1b54. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,045 DEBUG test_negative_requests 215 56025 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 06:37:57,091 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:37:57,092 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6f2330c6-e960-482b-b9d0-b27d390ad6e4/b9acc5ad0b01455cb5b310a33abfa365
+2017-05-04 06:37:57,114 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:37:57,115 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/84044983-f1c8-435c-9ae8-3eadcda13cbc/808171abb5ce4c2399c9ae98185b73b8
+2017-05-04 06:37:57,198 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:57,232 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:57,234 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:57,234 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:57,235 DEBUG test_negative_requests 208 56025 140735693222848 About to add next step to checklist uuid 415110e2-3b28-4a58-b456-047e15df8826
+2017-05-04 06:37:57,235 DEBUG api_checklist 116 56025 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9caf8e-6308-4a6d-8ca3-aa65db4f275d/checklist/415110e2-3b28-4a58-b456-047e15df8826/nextstep/
+2017-05-04 06:37:57,299 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,300 DEBUG test_negative_requests 215 56025 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 06:37:57,328 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:37:57,329 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c13dbe1c-7277-4941-86e5-9c7fe2e2f55b/8fc024a51f374b5690792cf824c1abae
+2017-05-04 06:37:57,337 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:37:57,337 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:37:57,342 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:57,344 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:57,348 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:57,350 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:57,356 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:37:57,357 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:37:57,361 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:57,364 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:57,369 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:57,370 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:57,374 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:57,445 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:57,446 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:57,446 DEBUG test_negative_requests 208 56025 140735693222848 About to add next step to checklist uuid 415110e2-3b28-4a58-b456-047e15df8826
+2017-05-04 06:37:57,446 DEBUG api_checklist 116 56025 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9caf8e-6308-4a6d-8ca3-aa65db4f275d/checklist/415110e2-3b28-4a58-b456-047e15df8826/nextstep/
+2017-05-04 06:37:57,473 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:37:57,474 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:37:57,478 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:57,479 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:57,483 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:57,485 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:57,497 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,497 DEBUG test_negative_requests 215 56025 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 06:37:57,498 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 06:37:57,498 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 06:37:57,505 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:37:57,506 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 06:37:57,506 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:37:57,507 DEBUG test_negative_requests 37 56025 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 06:37:57,618 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:37:57,619 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bf030b2a-39d8-4ac9-88cf-0eb8039cf94e/2547841bc4b64fb697262958d182cf81
+2017-05-04 06:37:57,659 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:57,759 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:57,759 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:57,763 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:57,764 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:57,768 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:57,769 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:57,908 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:57,909 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ce0dd31b-7d3d-4805-9de2-9db3b190e9f9/checklist/new/
+2017-05-04 06:37:57,915 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:57,916 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/082bce03-aa9a-4ed7-9fb1-d151e11dbf55/checklist/new/
+2017-05-04 06:37:58,009 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:37:58,010 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:37:58,014 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:37:58,014 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:37:58,066 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:58,067 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b65f3be3-b4d4-43dd-b64c-8ea4a38b3b95/checklist/new/
+2017-05-04 06:37:58,118 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:58,118 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:37:58,118 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:37:58,119 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:58,119 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:37:58,119 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:37:58,182 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:37:58,183 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:37:58,223 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:58,303 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:37:58,303 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:37:58,303 DEBUG api_checklist 24 56027 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b65f3be3-b4d4-43dd-b64c-8ea4a38b3b95/checklist/new/
+2017-05-04 06:37:58,308 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:37:58,311 DEBUG db_general 188 56027 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:37:58,311 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b65f3be3-b4d4-43dd-b64c-8ea4a38b3b95/checklist/new/
+2017-05-04 06:37:58,389 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:58,390 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f90d7bbb-22b2-430e-a674-45e22dd561e0/checklist/new/
+2017-05-04 06:37:58,415 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:37:58,415 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:37:58,446 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:58,473 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:58,474 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:58,513 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:58,602 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:37:58,603 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9d3ac005-f69a-4ac0-ad5a-dc03c6baab31/0047ee6476ee4a66a2c934f678c36134
+2017-05-04 06:37:58,636 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:58,670 DEBUG api_checklist 40 56027 140735693222848 Checklist was created successfully!
+2017-05-04 06:37:58,730 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:58,731 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:58,735 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:58,736 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:58,740 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:58,741 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:58,769 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:37:58,770 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aab0b644-1e34-4b47-99b6-6b6bb28f85d8/9c35c7b2f4ed4902af316b297dea49c7
+2017-05-04 06:37:58,802 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:58,875 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:37:58,876 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:37:58,880 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:58,882 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:58,886 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:58,888 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:58,954 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:37:58,955 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:37:59,142 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:59,142 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/03156b0e-7951-4518-bfa8-d72caa8b7035/checklist/new/
+2017-05-04 06:37:59,215 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:59,216 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:59,254 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:59,254 DEBUG test_negative_requests 43 56025 140735693222848 About to invite contact to the engagement of user STbSf5e
+2017-05-04 06:37:59,254 DEBUG api_virtual_function 119 56025 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 06:37:59,302 ERROR api_virtual_function 148 56025 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 9d3ac005-f69a-4ac0-ad5a-dc03c6baab31. eng_uuid=f90d7bbb-22b2-430e-a674-45e22dd561e0. checklist_uuid=None"
+2017-05-04 06:37:59,303 DEBUG test_negative_requests 49 56025 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 06:37:59,303 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 06:37:59,303 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 06:37:59,307 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:37:59,307 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f235fc49-8b9d-4a9a-9d8f-d9aaa52f3832/checklist/new/
+2017-05-04 06:37:59,315 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:37:59,316 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 06:37:59,317 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:37:59,317 DEBUG test_negative_requests 54 56025 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 06:37:59,376 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:37:59,376 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:37:59,393 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:37:59,394 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5124a325-3374-445f-b6d6-6a9ffc3bc3f7/06c7b0c5663742b0a3c161be75adeb61
+2017-05-04 06:37:59,417 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:37:59,417 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:37:59,417 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:37:59,436 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:37:59,516 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:37:59,516 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:37:59,521 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:37:59,522 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:37:59,525 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:37:59,526 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:37:59,593 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:37:59,593 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:37:59,736 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:37:59,737 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:00,000 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:00,001 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3f491d7d-2be9-465c-9095-ab718943b00c/checklist/new/
+2017-05-04 06:38:00,299 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:00,299 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:00,342 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:38:00,399 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:00,559 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:00,565 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:00,566 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:00,566 DEBUG test_negative_requests 63 56025 140735693222848 About to add a next step to VF STuTeGp using ST3BI2h@intl.att.com token.
+2017-05-04 06:38:00,566 DEBUG api_virtual_function 25 56025 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3f491d7d-2be9-465c-9095-ab718943b00c/nextsteps
+2017-05-04 06:38:00,638 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: 5124a325-3374-445f-b6d6-6a9ffc3bc3f7. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:00,638 DEBUG test_negative_requests 69 56025 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 06:38:00,706 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:00,743 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:00,743 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:00,744 DEBUG test_negative_requests 63 56025 140735693222848 About to add a next step to VF STuTeGp using hs0007@att.com token.
+2017-05-04 06:38:00,744 DEBUG api_virtual_function 25 56025 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3f491d7d-2be9-465c-9095-ab718943b00c/nextsteps
+2017-05-04 06:38:00,904 DEBUG api_virtual_function 40 56025 140735693222848 Next step was added to the engagement!
+2017-05-04 06:38:00,904 DEBUG test_negative_requests 69 56025 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 06:38:00,988 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:00,988 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:00,989 DEBUG test_negative_requests 63 56025 140735693222848 About to add a next step to VF STuTeGp using admin_ro@att.com token.
+2017-05-04 06:38:00,989 DEBUG api_virtual_function 25 56025 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3f491d7d-2be9-465c-9095-ab718943b00c/nextsteps
+2017-05-04 06:38:01,032 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:38:01,037 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:01,037 DEBUG test_negative_requests 69 56025 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 06:38:01,038 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 06:38:01,038 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 06:38:01,051 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:01,053 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 06:38:01,054 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:38:01,054 DEBUG test_negative_requests 221 56025 140735693222848 Local environment, skipping test...
+2017-05-04 06:38:01,054 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 06:38:01,054 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 06:38:01,068 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:01,070 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 06:38:01,070 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:38:01,072 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:01,186 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:01,216 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:01,231 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:01,231 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b38b153e-7a8d-476a-ad61-f0b437fbb79c/331eb1ef478c49f2a36ac06f150e3bdb
+2017-05-04 06:38:01,284 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:01,379 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:01,379 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:01,384 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:01,386 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:01,390 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:01,392 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:01,584 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:01,727 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:01,981 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:01,981 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,049 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,050 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,081 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:02,081 DEBUG test_negative_requests 98 56025 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 06:38:02,150 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,151 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,151 DEBUG test_negative_requests 106 56025 140735693222848 About to create checklist for VF STi9zGe
+2017-05-04 06:38:02,151 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,155 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:02,157 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:02,157 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,222 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,223 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,225 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:38:02,258 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:02,282 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: b38b153e-7a8d-476a-ad61-f0b437fbb79c. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,282 DEBUG test_negative_requests 112 56025 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:38:02,353 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,353 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,353 DEBUG test_negative_requests 106 56025 140735693222848 About to create checklist for VF STi9zGe
+2017-05-04 06:38:02,354 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,357 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:02,359 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:02,359 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,431 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,431 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,462 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:02,490 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,490 DEBUG test_negative_requests 112 56025 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:38:02,561 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,561 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,562 DEBUG test_negative_requests 106 56025 140735693222848 About to create checklist for VF STi9zGe
+2017-05-04 06:38:02,562 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,567 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:02,569 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:02,569 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/21330e0a-6343-459d-b38a-89a2976f4f56/checklist/new/
+2017-05-04 06:38:02,593 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:38:02,648 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:02,648 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:02,687 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:02,720 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,720 DEBUG test_negative_requests 112 56025 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:38:02,721 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 06:38:02,721 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 06:38:02,728 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:02,730 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 06:38:02,730 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:38:02,730 DEBUG test_negative_requests 74 56025 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 06:38:02,734 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:38:02,754 DEBUG db_general 177 56027 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPISTjQ1tw';
+2017-05-04 06:38:02,757 DEBUG db_general 188 56027 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:02,824 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:38:02,834 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:02,834 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2616345f-741e-4c92-98fd-b45017e12112/fa37e8fbd80b4b9ca20c17a47ee60412
+2017-05-04 06:38:02,891 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:03,011 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:03,012 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:03,018 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:03,020 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:03,025 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:03,027 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:03,465 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:03,465 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a8c78c3-7145-42d6-a14b-2951bdb8df4b/checklist/new/
+2017-05-04 06:38:03,521 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:03,521 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:38:03,546 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:03,546 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:03,581 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:03,650 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:03,650 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:03,651 DEBUG api_virtual_function 25 56025 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/0a8c78c3-7145-42d6-a14b-2951bdb8df4b/nextsteps
+2017-05-04 06:38:03,825 DEBUG api_virtual_function 40 56025 140735693222848 Next step was added to the engagement!
+2017-05-04 06:38:03,882 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:03,951 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:03,951 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:03,951 DEBUG test_negative_requests 86 56025 140735693222848 About to edit a next step (ns uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791) using STdlDKT@intl.att.com token.
+2017-05-04 06:38:03,951 DEBUG api_virtual_function 156 56025 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/0ecd8396-fd8f-4156-ba16-a269f73e2791/engagement/0a8c78c3-7145-42d6-a14b-2951bdb8df4b/modify/
+2017-05-04 06:38:03,988 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:03,989 DEBUG test_negative_requests 92 56025 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 06:38:04,091 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:04,091 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:04,091 DEBUG test_negative_requests 86 56025 140735693222848 About to edit a next step (ns uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791) using hs0007@att.com token.
+2017-05-04 06:38:04,091 DEBUG api_virtual_function 156 56025 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/0ecd8396-fd8f-4156-ba16-a269f73e2791/engagement/0a8c78c3-7145-42d6-a14b-2951bdb8df4b/modify/
+2017-05-04 06:38:04,135 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,136 DEBUG test_negative_requests 92 56025 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 06:38:04,221 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:04,221 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:04,222 DEBUG test_negative_requests 86 56025 140735693222848 About to edit a next step (ns uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791) using admin_ro@att.com token.
+2017-05-04 06:38:04,222 DEBUG api_virtual_function 156 56025 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/0ecd8396-fd8f-4156-ba16-a269f73e2791/engagement/0a8c78c3-7145-42d6-a14b-2951bdb8df4b/modify/
+2017-05-04 06:38:04,296 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,298 DEBUG test_negative_requests 92 56025 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 06:38:04,298 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 06:38:04,299 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 06:38:04,353 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:04,358 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:38:04,361 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 06:38:04,361 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:38:04,361 DEBUG test_negative_requests 20 56025 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 06:38:04,451 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:38:04,514 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:04,515 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed022780-b8f8-4037-a65c-395abb291206/87c8af9776e445d98a184d663ba6a557
+2017-05-04 06:38:04,562 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:04,633 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:04,684 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:04,685 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:04,691 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:04,692 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:04,697 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:04,699 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:04,985 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:04,985 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3d7fe733-9a8e-45cc-a215-1269abbaf3ba/checklist/new/
+2017-05-04 06:38:05,060 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:05,061 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:05,094 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:05,185 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:05,185 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0f427cd-129d-4f4a-96f3-e9c5c5dae092/de0884ab68e8475c8269e6251cc57607
+2017-05-04 06:38:05,196 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:38:05,224 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:05,315 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:05,316 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:05,316 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:05,321 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:05,322 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:05,326 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:05,327 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:05,991 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:05,992 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8d4f47a8-1024-4bb7-b98f-deeb49c36210/checklist/new/
+2017-05-04 06:38:06,088 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:06,088 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:06,128 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:06,128 DEBUG test_negative_requests 26 56025 140735693222848 About to invite team member to the engagement of user ST4W0N6
+2017-05-04 06:38:06,128 DEBUG api_virtual_function 87 56025 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 06:38:06,166 ERROR api_virtual_function 112 56025 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:38:06,167 DEBUG test_negative_requests 32 56025 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 06:38:06,167 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 06:38:06,167 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 06:38:06,179 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:06,180 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 06:38:06,181 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:38:06,181 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:06,269 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:06,269 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d6c267a1-69be-4774-93c0-854bf84b0b9b/d931e49abf04422d9d826d4cb23ad26a
+2017-05-04 06:38:06,317 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:06,404 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:06,404 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:06,409 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:06,410 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:06,414 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:06,416 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:06,621 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:38:06,788 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:06,789 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0c3a87f1-15d5-46dd-bd35-c988c449dfa7/checklist/new/
+2017-05-04 06:38:06,855 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:06,855 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:06,885 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:06,886 DEBUG test_negative_requests 146 56025 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 06:38:06,951 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:06,951 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:06,951 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0c3a87f1-15d5-46dd-bd35-c988c449dfa7/checklist/new/
+2017-05-04 06:38:06,955 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:06,957 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:06,957 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0c3a87f1-15d5-46dd-bd35-c988c449dfa7/checklist/new/
+2017-05-04 06:38:07,023 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:07,023 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:07,055 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:07,188 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:38:07,265 DEBUG api_checklist 40 56025 140735693222848 Checklist was created successfully!
+2017-05-04 06:38:07,265 DEBUG test_negative_requests 151 56025 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 06:38:07,266 DEBUG test_negative_requests 157 56025 140735693222848 About to change checklist state for VF STbi9VG
+2017-05-04 06:38:07,338 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:07,338 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:07,376 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,376 DEBUG test_negative_requests 163 56025 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 06:38:07,376 DEBUG test_negative_requests 157 56025 140735693222848 About to change checklist state for VF STbi9VG
+2017-05-04 06:38:07,442 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:07,443 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:07,474 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,475 DEBUG test_negative_requests 163 56025 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 06:38:07,475 DEBUG test_negative_requests 157 56025 140735693222848 About to change checklist state for VF STbi9VG
+2017-05-04 06:38:07,541 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:07,541 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:07,570 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,571 DEBUG test_negative_requests 163 56025 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 06:38:07,571 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 06:38:07,571 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 06:38:07,577 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:07,578 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 06:38:07,578 DEBUG test_api_base 30 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:38:07,629 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 06:38:07,630 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 06:38:07,641 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 06:38:07,641 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 06:38:07,641 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 06:38:07,666 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:07,666 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57718501-8348-4b51-9104-f31fc17efca9/35b762d382d140cba86d4af366f39b1c
+2017-05-04 06:38:07,707 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:07,838 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:07,861 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:07,861 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:07,868 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:07,870 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:07,874 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:07,875 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:08,422 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:08,532 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:08,932 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:08,933 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0/checklist/new/
+2017-05-04 06:38:09,041 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:09,042 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:09,048 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:09,096 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:09,096 DEBUG test_negative_requests 119 56025 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 06:38:09,220 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:09,220 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:09,220 DEBUG api_checklist 24 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0/checklist/new/
+2017-05-04 06:38:09,224 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:09,226 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:09,226 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0/checklist/new/
+2017-05-04 06:38:09,335 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:09,335 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:09,380 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:09,522 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:09,776 DEBUG api_checklist 40 56025 140735693222848 Checklist was created successfully!
+2017-05-04 06:38:09,776 DEBUG test_negative_requests 124 56025 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 06:38:09,895 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:09,896 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:09,897 DEBUG test_negative_requests 132 56025 140735693222848 About to update checklist for VF STcV6IW
+2017-05-04 06:38:09,897 DEBUG api_checklist 58 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//50dd587b-0ee6-4624-ad27-8e585a30e63e/50dd587b-0ee6-4624-ad27-8e585a30e63e
+2017-05-04 06:38:09,906 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:09,909 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:10,026 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57718501-8348-4b51-9104-f31fc17efca9. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,026 DEBUG test_negative_requests 139 56025 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:38:10,075 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 06:38:10,075 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 06:38:10,101 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 06:38:10,101 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:10,102 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 06:38:10,102 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 06:38:10,191 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:10,192 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:10,192 DEBUG test_negative_requests 132 56025 140735693222848 About to update checklist for VF STcV6IW
+2017-05-04 06:38:10,192 DEBUG api_checklist 58 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//50dd587b-0ee6-4624-ad27-8e585a30e63e/50dd587b-0ee6-4624-ad27-8e585a30e63e
+2017-05-04 06:38:10,197 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:10,200 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:10,281 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,282 DEBUG test_negative_requests 139 56025 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:38:10,386 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:10,493 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:10,494 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:10,494 DEBUG test_negative_requests 132 56025 140735693222848 About to update checklist for VF STcV6IW
+2017-05-04 06:38:10,494 DEBUG api_checklist 58 56025 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//50dd587b-0ee6-4624-ad27-8e585a30e63e/50dd587b-0ee6-4624-ad27-8e585a30e63e
+2017-05-04 06:38:10,500 DEBUG db_general 177 56025 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:10,502 DEBUG db_general 188 56025 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:10,618 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,618 DEBUG test_negative_requests 139 56025 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:38:10,619 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 06:38:10,619 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 06:38:10,653 DEBUG test_api_base 42 56025 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:38:10,658 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 06:38:10,659 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 06:38:11,988 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:38:11,989 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9f5806ee-5ef2-4e6a-a9c7-ebe7b3f2d880/ecdc501374074ce38863015575397085
+2017-05-04 06:38:12,067 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:12,203 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:38:12,203 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:38:12,210 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:12,212 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:12,217 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:12,219 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:12,564 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:12,564 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/26bb6d42-a42e-4ded-9749-c2a3a077d91b/checklist/new/
+2017-05-04 06:38:12,666 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:38:12,666 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:38:12,700 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:12,700 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:12,701 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:38:13,115 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:13,252 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:13,624 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:38:14,270 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STxSFzf
+2017-05-04 06:38:14,271 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STxSFzf', 'title_Announcement_STxSFzf-slug', '', 'description_Announcement_ST3m7rV', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST3m7rV</p>', true, '', 1, 1);
+2017-05-04 06:38:14,281 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STxSFzf', 'title_Announcement_STxSFzf-slug', '', 'description_Announcement_ST3m7rV', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST3m7rV</p>', true, '', 1, 1);
+2017-05-04 06:38:14,295 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:14,295 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:38:14,296 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:38:14,301 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:38:14,304 DEBUG db_cms 64 56025 140735693222848 Query result: 222
+2017-05-04 06:38:14,305 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:38:14,306 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:38:14,313 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:38:14,315 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-779';
+2017-05-04 06:38:14,315 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:38:14,316 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 222
+2017-05-04 06:38:14,316 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (222, 2);
+2017-05-04 06:38:14,319 DEBUG db_general 188 56027 140735693222848 Query result: b65f3be3-b4d4-43dd-b64c-8ea4a38b3b95
+2017-05-04 06:38:14,321 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (222, 2);
+2017-05-04 06:38:14,323 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:38:14,325 DEBUG db_user 49 56027 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'b65f3be3-b4d4-43dd-b64c-8ea4a38b3b95' and email = 'STzT5G3@intl.att.com' ;
+2017-05-04 06:38:14,332 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=4f4c7c5b-813c-4d0e-8972-2aff872f3f16
+2017-05-04 06:38:14,337 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:14,502 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:14,504 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:14,504 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fff42085-2a23-4cc7-a4ed-10b3d2f5edf7/90408434cf35423cae69f2c36c3d310f
+2017-05-04 06:38:14,565 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:14,610 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:38:14,611 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68722f7d-83d7-4e3b-8178-897d3aa0a10a/1f4060ee2bdd49fcaf292ee994191dc4
+2017-05-04 06:38:14,664 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:14,684 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:14,685 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:14,689 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:14,691 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:14,696 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:14,700 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:14,808 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:14,808 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:14,814 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:14,817 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:14,823 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:14,825 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:15,026 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:15,212 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:15,212 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:38:15,421 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:15,422 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b63af7ac-6d71-43b8-ae02-0deaafb5b788/checklist/new/
+2017-05-04 06:38:15,480 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:15,480 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6528c889-997a-4a09-b104-915f6f51fe23/checklist/new/
+2017-05-04 06:38:15,514 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:15,514 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:15,553 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:15,554 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:15,554 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:38:15,571 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:15,572 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:15,608 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:15,608 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:15,608 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:38:16,034 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:38:16,091 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:38:16,431 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:38:16,435 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:38:16,751 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:38:16,903 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=4f4c7c5b-813c-4d0e-8972-2aff872f3f16 page is loaded.
+2017-05-04 06:38:17,066 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:38:17,076 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:38:17,236 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:17,255 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:17,419 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:17,875 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:17,932 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:18,489 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:18,884 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:38:18,941 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:38:19,498 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:38:19,568 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:20,022 DEBUG db_general 66 56028 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'STSiVex' and full_name != 'Homer Simpson';
+2017-05-04 06:38:20,024 DEBUG db_general 78 56028 140735693222848 Query result: Donald Duck
+2017-05-04 06:38:20,753 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:21,624 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:22,311 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:38:22,947 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:22,947 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:38:23,134 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:23,134 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:38:23,507 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:23,724 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:38:23,873 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:38:24,357 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:38:24,461 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:24,499 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:38:24,612 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:25,384 DEBUG db_general 66 56028 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:38:25,386 DEBUG db_general 78 56028 140735693222848 Query result: None
+2017-05-04 06:38:25,390 DEBUG db_general 108 56028 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STSKrjT' WHERE uuid = 'None' ;
+2017-05-04 06:38:25,393 DEBUG db_general 112 56028 140735693222848 Update query success!
+2017-05-04 06:38:25,394 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 06:38:25,394 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 06:38:25,411 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 06:38:25,411 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:38:25,411 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 06:38:25,463 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:25,689 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:38:26,469 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:38:27,538 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:28,631 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:38:28,631 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2661f211-c3fc-4071-8b1b-47d3b83de459/c1e4ec33f2f44a68904548baae56045a
+2017-05-04 06:38:28,666 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:28,732 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:28,733 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:28,736 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:28,738 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:28,742 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:28,745 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:28,985 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:28,985 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dc46e1a1-e5cb-467c-905a-1ed314f3be15/checklist/new/
+2017-05-04 06:38:29,057 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:29,057 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:29,090 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:29,090 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:29,090 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:38:29,891 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:38:30,534 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:38:30,598 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 06:38:30,599 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 06:38:30,618 DEBUG test_ui_base 66 56027 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 06:38:30,618 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 06:38:30,618 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 06:38:30,659 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:31,358 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 06:38:31,358 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 06:38:31,380 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 06:38:31,381 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 06:38:31,381 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 06:38:31,415 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:31,930 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:32,700 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:38:32,940 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:38:33,397 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:33,397 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:38:33,477 DEBUG db_general 66 56028 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'STSiVex';
+2017-05-04 06:38:33,481 DEBUG db_general 78 56028 140735693222848 Query result: Donald Duck
+2017-05-04 06:38:33,750 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:33,770 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:34,199 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:34,304 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:38:34,867 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:34,994 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:38:34,997 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: News
+2017-05-04 06:38:34,998 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:38:35,022 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:38:35,024 DEBUG db_cms 64 56025 140735693222848 Query result: 1
+2017-05-04 06:38:35,024 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 06:38:35,025 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 06:38:35,175 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:38:35,176 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98735a39-9858-4eae-9944-ce76b48a76d4/ff773b1c8c0946a28c3a1f98c84f976d
+2017-05-04 06:38:35,237 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:35,280 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:35,308 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 06:38:35,309 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 06:38:35,309 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 06:38:35,404 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:38:35,404 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:38:35,411 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:35,413 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:35,421 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:35,423 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:36,380 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:36,381 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa147481-f4a2-4b60-97d9-97cdc4855ae4/checklist/new/
+2017-05-04 06:38:36,492 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:38:36,493 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:38:36,529 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:36,643 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:38:36,643 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:38:36,643 DEBUG api_checklist 24 56027 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa147481-f4a2-4b60-97d9-97cdc4855ae4/checklist/new/
+2017-05-04 06:38:36,647 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:38:36,650 DEBUG db_general 188 56027 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:38:36,650 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa147481-f4a2-4b60-97d9-97cdc4855ae4/checklist/new/
+2017-05-04 06:38:36,678 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:38:36,768 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:38:36,769 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:38:36,827 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:37,037 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:37,104 DEBUG api_checklist 40 56027 140735693222848 Checklist was created successfully!
+2017-05-04 06:38:37,109 DEBUG db_general 202 56027 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTWKJxh' order by update_time desc limit 1;
+2017-05-04 06:38:37,111 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:38:37,749 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:37,750 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:38:38,439 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:38,578 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:38:38,886 DEBUG db_general 66 56028 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:38:38,889 DEBUG db_general 78 56028 140735693222848 Query result: None
+2017-05-04 06:38:38,895 DEBUG db_general 108 56028 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STztnE1' WHERE uuid = 'None' ;
+2017-05-04 06:38:38,898 DEBUG db_general 112 56028 140735693222848 Update query success!
+2017-05-04 06:38:38,899 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:38:38,899 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:38:38,909 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 06:38:38,910 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 06:38:38,910 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 06:38:39,238 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:38:39,394 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:39,576 DEBUG db_cms 142 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:39,577 DEBUG db_cms 116 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:39,577 DEBUG db_cms 118 56025 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:39,583 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:39,586 DEBUG db_cms 64 56025 140735693222848 Query result: 10
+2017-05-04 06:38:39,586 DEBUG db_cms 148 56025 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STG1toT', 'title_Of_Page_STG1toT-slug', '', 'description_Of_Page_STm3LwE', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STG1toT', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:39,591 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STG1toT', 'title_Of_Page_STG1toT-slug', '', 'description_Of_Page_STm3LwE', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STG1toT', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:39,595 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:39,595 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:39,595 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,601 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,603 DEBUG db_cms 64 56025 140735693222848 Query result: 106
+2017-05-04 06:38:39,603 DEBUG db_cms 152 56025 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:38:39,604 DEBUG db_cms 154 56025 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (106, '<p>description_Of_Page_STm3LwE</p>');
+2017-05-04 06:38:39,609 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (106, '<p>description_Of_Page_STm3LwE</p>');
+2017-05-04 06:38:39,612 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:39,613 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:39,613 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,620 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,624 DEBUG db_cms 64 56025 140735693222848 Query result: 106
+2017-05-04 06:38:39,625 DEBUG db_cms 142 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:39,625 DEBUG db_cms 116 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:39,625 DEBUG db_cms 118 56025 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:39,630 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:39,634 DEBUG db_cms 64 56025 140735693222848 Query result: 10
+2017-05-04 06:38:39,634 DEBUG db_cms 148 56025 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqNrPa', 'title_Of_Page_STqNrPa-slug', '', 'description_Of_Page_STtZ6rP', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqNrPa', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:39,642 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqNrPa', 'title_Of_Page_STqNrPa-slug', '', 'description_Of_Page_STtZ6rP', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqNrPa', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:39,653 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:39,654 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:39,654 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,660 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,663 DEBUG db_cms 64 56025 140735693222848 Query result: 107
+2017-05-04 06:38:39,663 DEBUG db_cms 152 56025 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:38:39,663 DEBUG db_cms 154 56025 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (107, '<p>description_Of_Page_STtZ6rP</p>');
+2017-05-04 06:38:39,674 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (107, '<p>description_Of_Page_STtZ6rP</p>');
+2017-05-04 06:38:39,682 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:39,683 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:39,683 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,690 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,692 DEBUG db_cms 64 56025 140735693222848 Query result: 107
+2017-05-04 06:38:39,693 DEBUG db_cms 142 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:39,693 DEBUG db_cms 116 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:39,693 DEBUG db_cms 118 56025 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:39,703 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:39,712 DEBUG db_cms 64 56025 140735693222848 Query result: 10
+2017-05-04 06:38:39,712 DEBUG db_cms 148 56025 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STjoGas', 'title_Of_Page_STjoGas-slug', '', 'description_Of_Page_STstITd', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STjoGas', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:39,719 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STjoGas', 'title_Of_Page_STjoGas-slug', '', 'description_Of_Page_STstITd', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STjoGas', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:39,727 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:39,727 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:39,728 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,736 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:39,741 DEBUG db_cms 64 56025 140735693222848 Query result: 108
+2017-05-04 06:38:39,741 DEBUG db_cms 152 56025 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:38:39,742 DEBUG db_cms 154 56025 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (108, '<p>description_Of_Page_STstITd</p>');
+2017-05-04 06:38:39,762 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (108, '<p>description_Of_Page_STstITd</p>');
+2017-05-04 06:38:39,775 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:40,054 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:40,054 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d77052b0-f69f-47f8-95bf-a0daf0cc7c0e/e1d731debd5a4cd7a2f1f884333d41d8
+2017-05-04 06:38:40,106 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:40,269 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:40,270 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:40,276 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:40,279 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:40,285 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:40,286 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:40,429 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:40,848 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:40,848 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8228012a-a596-4453-a0aa-7630e4f2e6be/checklist/new/
+2017-05-04 06:38:40,942 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:40,951 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:40,951 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:41,001 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:41,001 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:41,002 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:38:41,952 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:38:41,984 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:38:42,010 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:42,483 DEBUG db_checklist 391 56027 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTWKJxh' order by create_time desc limit 1;
+2017-05-04 06:38:42,657 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:38:42,808 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:43,097 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:38:43,183 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:43,377 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:43,420 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:38:43,420 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d0f97ada-ec2f-4b99-9baf-a0bcab85f448/a070ebdbe922442eb4717238444159a8
+2017-05-04 06:38:43,468 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:43,543 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:43,543 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:43,547 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:43,548 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:43,551 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:43,553 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:43,820 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:43,820 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/db09f87c-1061-4b9b-b9b6-7251fa4d6200/checklist/new/
+2017-05-04 06:38:43,868 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:43,868 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:38:43,907 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:43,907 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:43,937 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:43,937 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:43,937 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:38:44,287 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:44,387 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:38:44,641 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:38:44,743 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:38:44,925 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:45,066 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:45,273 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:38:45,378 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:45,403 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:38:45,540 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:45,748 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:38:46,177 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:46,625 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:46,688 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:46,956 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:38:47,173 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:38:47,633 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:38:47,698 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:38:48,068 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:38:48,858 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:49,174 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:38:49,454 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:49,491 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:38:50,201 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:50,201 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:50,205 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:50,207 DEBUG db_cms 64 56025 140735693222848 Query result: 108
+2017-05-04 06:38:50,222 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 06:38:50,222 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 06:38:50,241 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 06:38:50,241 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 06:38:50,242 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 06:38:52,261 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:38:52,346 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:53,426 DEBUG db_cms 142 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:53,426 DEBUG db_cms 116 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:38:53,427 DEBUG db_cms 118 56025 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:53,431 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:38:53,434 DEBUG db_cms 64 56025 140735693222848 Query result: 10
+2017-05-04 06:38:53,434 DEBUG db_cms 148 56025 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STsU73L', 'title_Of_Page_STsU73L-slug', '', 'description_Of_Page_STlMpJf', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STsU73L', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:53,440 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STsU73L', 'title_Of_Page_STsU73L-slug', '', 'description_Of_Page_STlMpJf', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STsU73L', 'richtextpage', true, 10, 1);
+2017-05-04 06:38:53,451 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:53,452 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:38:53,452 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:53,456 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:38:53,458 DEBUG db_cms 64 56025 140735693222848 Query result: 109
+2017-05-04 06:38:53,458 DEBUG db_cms 152 56025 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:38:53,458 DEBUG db_cms 154 56025 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (109, '<p>description_Of_Page_STlMpJf</p>');
+2017-05-04 06:38:53,463 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (109, '<p>description_Of_Page_STlMpJf</p>');
+2017-05-04 06:38:53,465 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:38:53,562 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:38:53,563 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a04b8c9-7289-472b-b7ad-d5343e782ad9/5ec643b6640e45088b6064fc0b2aab72
+2017-05-04 06:38:53,615 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:53,712 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:53,713 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:53,717 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:53,718 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:53,722 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:53,723 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:53,908 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:38:53,952 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:53,952 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4892ee1f-db9b-4262-801b-fd51c531e240/checklist/new/
+2017-05-04 06:38:54,020 DEBUG db_checklist 391 56027 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTWKJxh' order by create_time desc limit 1;
+2017-05-04 06:38:54,035 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:38:54,036 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:38:54,078 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:54,078 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:54,079 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:38:54,565 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 06:38:54,565 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 06:38:54,582 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 06:38:54,583 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:38:54,583 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 06:38:54,714 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:54,741 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 06:38:54,741 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 06:38:54,759 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 06:38:54,759 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 06:38:54,760 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 06:38:54,990 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:38:55,668 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:38:55,876 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:55,893 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:38:56,473 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:56,555 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:38:57,481 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:38:57,686 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:57,904 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:38:58,176 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:38:58,830 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:38:58,850 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:38:58,930 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:38:58,931 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ceabf4de-8f4e-466e-9eb6-2635bea7e387/ace7833372ac450987e0c00130b2d096
+2017-05-04 06:38:59,002 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:59,139 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:38:59,139 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:38:59,145 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:59,146 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:59,151 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:59,153 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:59,235 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:38:59,235 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c13af91d-98c6-4548-8ff0-64bb6e260d0b/d19d652ed3c5481192c72d267765deb3
+2017-05-04 06:38:59,273 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:38:59,376 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:59,376 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:59,381 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:38:59,382 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:38:59,387 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:38:59,389 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:38:59,563 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:59,564 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b9c2046-9d94-40a2-9f4c-919cca615ccd/checklist/new/
+2017-05-04 06:38:59,665 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:38:59,666 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:38:59,704 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:38:59,704 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9b6802c2-33fb-4846-8078-84068e4cb402/checklist/new/
+2017-05-04 06:38:59,716 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:59,716 DEBUG test_dashboard_feature 70 56026 140735693222848 Login with standard user STlkdLn@intl.att.com
+2017-05-04 06:38:59,716 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:59,716 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:38:59,790 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:38:59,790 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:38:59,824 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:38:59,824 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:38:59,824 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:38:59,984 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:39:00,369 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 06:39:00,369 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 06:39:00,390 DEBUG test_ui_base 66 56027 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 06:39:00,390 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 06:39:00,390 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 06:39:00,619 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:39:00,697 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:39:01,015 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:39:01,016 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:39:01,023 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:39:01,026 DEBUG db_cms 64 56025 140735693222848 Query result: 109
+2017-05-04 06:39:01,092 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 06:39:01,092 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 06:39:01,111 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 06:39:01,112 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 06:39:01,112 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 06:39:01,277 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:39:01,358 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:39:01,491 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:01,562 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:02,266 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:03,070 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:03,275 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:39:03,497 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:03,928 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:39:03,928 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:39:03,929 DEBUG fe_user 161 56026 140735693222848 Adding new next step (via api) and assigning it to user STsW0wP
+2017-05-04 06:39:03,929 DEBUG api_virtual_function 25 56026 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5b9c2046-9d94-40a2-9f4c-919cca615ccd/nextsteps
+2017-05-04 06:39:04,010 DEBUG api_virtual_function 40 56026 140735693222848 Next step was added to the engagement!
+2017-05-04 06:39:04,011 DEBUG fe_user 163 56026 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 06:39:04,076 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:39:04,240 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:04,868 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:39:04,869 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ac6f7a6f-161f-416b-9da9-b3702d33b373/73e7337743414cad94503038e9041d02
+2017-05-04 06:39:04,973 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:05,118 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:39:05,119 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:39:05,128 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:05,131 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:05,135 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:05,137 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:05,454 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:05,599 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_SToHS39
+2017-05-04 06:39:05,599 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToHS39', 'title_Announcement_SToHS39-slug', '', 'description_Announcement_STJND9R', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJND9R</p>', true, '', 1, 1);
+2017-05-04 06:39:05,611 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToHS39', 'title_Announcement_SToHS39-slug', '', 'description_Announcement_STJND9R', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJND9R</p>', true, '', 1, 1);
+2017-05-04 06:39:05,629 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:05,629 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:39:05,630 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:39:05,635 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:39:05,638 DEBUG db_cms 64 56025 140735693222848 Query result: 223
+2017-05-04 06:39:05,638 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:39:05,638 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:39:05,644 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:39:05,647 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:39:05,648 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 223
+2017-05-04 06:39:05,648 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (223, 2);
+2017-05-04 06:39:05,653 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (223, 2);
+2017-05-04 06:39:05,662 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:05,759 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:05,760 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/23fa160e-a3c8-4278-af5b-cb06bb1b0d4c/checklist/new/
+2017-05-04 06:39:05,801 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:39:05,802 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2330893e-8a54-4e71-8dfb-614d9b93ba86/3f49e307de6746f28f4f041a2c50cc5b
+2017-05-04 06:39:05,851 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:05,864 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:39:05,864 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:39:05,879 DEBUG fe_user 165 56026 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 06:39:05,921 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:05,921 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:05,921 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:39:05,968 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:39:05,968 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:39:05,974 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:05,976 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:05,980 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:05,982 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:06,253 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:06,408 DEBUG fe_dashboard 203 56026 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 06:39:06,426 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:06,426 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/70fc9b9b-10a2-4d53-8116-7e135d6ebfbd/checklist/new/
+2017-05-04 06:39:06,427 DEBUG fe_dashboard 213 56026 140735693222848 > Check if creator of NS is the EL Homer Simpson
+2017-05-04 06:39:06,454 DEBUG fe_overview 36 56026 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 06:39:06,507 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:39:06,507 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:39:06,539 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:06,539 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:06,539 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:39:06,779 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:39:07,081 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:07,415 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:39:07,419 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:39:07,562 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:07,651 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:08,108 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:39:08,171 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:08,258 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:08,683 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:08,685 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:09,278 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:39:09,290 DEBUG fe_overview 41 56026 140735693222848 Login with EL user hs0007@att.com
+2017-05-04 06:39:09,290 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:09,290 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:39:09,692 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:39:09,981 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:10,050 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:39:10,356 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:10,530 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:10,681 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:39:10,790 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:11,024 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 06:39:11,024 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 06:39:11,057 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 06:39:11,058 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 06:39:11,058 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 06:39:11,909 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 06:39:11,910 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 06:39:11,934 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 06:39:11,935 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 06:39:11,935 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 06:39:11,956 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:12,007 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:12,472 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:13,483 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:39:14,020 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:39:14,022 DEBUG db_general 188 56026 140735693222848 Query result: 2
+2017-05-04 06:39:14,026 DEBUG db_general 66 56026 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 06:39:14,040 DEBUG db_general 78 56026 140735693222848 Query result: 1562
+2017-05-04 06:39:14,040 DEBUG fe_overview 49 56026 140735693222848 el_assigned_ns=1562
+2017-05-04 06:39:14,086 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:14,200 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:14,303 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:14,572 DEBUG fe_overview 53 56026 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 06:39:14,605 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:39:14,794 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:39:14,795 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:39:14,807 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 06:39:14,808 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 06:39:14,808 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 06:39:15,452 DEBUG db_cms 132 56025 140735693222848 Delete all posts
+2017-05-04 06:39:15,453 DEBUG db_cms 134 56025 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 06:39:15,458 DEBUG db_cms 28 56025 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 06:39:15,467 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:15,467 DEBUG db_cms 137 56025 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 06:39:15,476 DEBUG db_cms 28 56025 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 06:39:15,483 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:15,483 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_FAQSTzQ4cM
+2017-05-04 06:39:15,483 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTzQ4cM', 'title_FAQSTzQ4cM-slug', '', 'description_FAQ_STZKA4M', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STZKA4M</p>', true, '', 1, 1);
+2017-05-04 06:39:15,489 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTzQ4cM', 'title_FAQSTzQ4cM-slug', '', 'description_FAQ_STZKA4M', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STZKA4M</p>', true, '', 1, 1);
+2017-05-04 06:39:15,493 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:15,493 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:39:15,494 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:39:15,500 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:39:15,502 DEBUG db_cms 64 56025 140735693222848 Query result: 224
+2017-05-04 06:39:15,503 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 06:39:15,503 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 06:39:15,507 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 06:39:15,509 DEBUG db_cms 64 56025 140735693222848 Query result: 3
+2017-05-04 06:39:15,509 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 224
+2017-05-04 06:39:15,510 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (224, 3);
+2017-05-04 06:39:15,516 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (224, 3);
+2017-05-04 06:39:15,525 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:15,637 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 06:39:15,638 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 06:39:15,662 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:39:15,663 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/10c8dac1-a70a-4d10-915a-b846cfd3eff8/ce21edf3311f404baf98eaeb7ee38be1
+2017-05-04 06:39:15,688 DEBUG test_ui_base 66 56027 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 06:39:15,689 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 06:39:15,690 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 06:39:15,799 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:39:15,800 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a2b12c9-dbaf-462f-b10b-169e38cbfb27/ee72f9f58de64e329ba5140b99ee9467
+2017-05-04 06:39:15,802 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:15,878 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:15,976 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:39:15,977 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:39:15,989 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:15,991 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:16,001 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:16,003 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:16,061 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:39:16,061 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:39:16,078 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:16,080 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:16,087 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:16,089 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:16,541 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:16,541 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1a9f6ad3-48a4-4ed7-b45b-010d7260523f/checklist/new/
+2017-05-04 06:39:16,668 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:16,669 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b47bae1-560b-4f56-a9b6-678e81632b2c/checklist/new/
+2017-05-04 06:39:16,694 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:39:16,695 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:39:16,753 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:16,753 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:16,753 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:39:16,863 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:39:16,864 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:39:16,922 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:16,922 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:16,922 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:39:17,774 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:39:17,801 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:39:17,925 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:18,431 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:39:18,450 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:39:18,560 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:18,577 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:18,865 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:19,094 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:19,351 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:39:19,351 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2751ff9-751f-4dde-9c33-f50aea87a412/5d5347e5853e4a559ae21f73ed349988
+2017-05-04 06:39:19,415 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:19,523 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:39:19,523 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:39:19,529 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:19,531 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:19,535 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:19,536 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:19,614 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:19,960 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:19,960 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8c4015e-4fa3-47bb-a152-58deb22774a4/checklist/new/
+2017-05-04 06:39:20,057 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:39:20,057 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:39:20,102 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:39:20,108 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:20,109 DEBUG test_dashboard_feature 83 56026 140735693222848 About to login with EL and add VFC
+2017-05-04 06:39:20,109 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:20,109 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:39:20,127 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:20,281 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:39:20,281 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b0e5ef9-d5df-4c01-84f6-d8622e6eff0a/6ca6a788494e4981a041ff4129c23089
+2017-05-04 06:39:20,318 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:20,387 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:39:20,387 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:39:20,391 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:20,392 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:20,396 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:20,398 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:20,633 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:20,634 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2cdb0219-761b-45f1-9cf5-a3cef3241407/checklist/new/
+2017-05-04 06:39:20,653 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 06:39:20,654 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 06:39:20,671 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 06:39:20,672 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 06:39:20,672 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 06:39:20,724 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:39:20,724 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:39:20,757 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:20,758 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:20,758 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:39:20,964 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:39:21,134 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:39:21,638 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:39:21,667 DEBUG db_general 66 56028 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 06:39:21,671 DEBUG db_general 78 56028 140735693222848 Query result: None
+2017-05-04 06:39:21,675 DEBUG db_general 66 56028 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 06:39:21,681 DEBUG db_general 78 56028 140735693222848 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-05-04 06:39:21,686 DEBUG db_general 108 56028 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'ad731bed-8b07-4203-819b-5d0ffffe7054' ;
+2017-05-04 06:39:21,697 DEBUG db_general 112 56028 140735693222848 Update query success!
+2017-05-04 06:39:21,702 DEBUG db_general 108 56028 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 06:39:21,715 DEBUG db_general 112 56028 140735693222848 Update query success!
+2017-05-04 06:39:21,721 DEBUG db_general 66 56028 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:39:21,723 DEBUG db_general 78 56028 140735693222848 Query result: STnF8b7@intl.att.com
+2017-05-04 06:39:21,792 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:21,804 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:39:22,509 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:39:22,559 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:22,679 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:22,697 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:23,199 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:23,216 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:23,330 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:23,780 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:24,206 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:39:24,226 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:39:24,737 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2x7qk';
+2017-05-04 06:39:24,741 DEBUG db_general 188 56027 140735693222848 Query result: 2cdb0219-761b-45f1-9cf5-a3cef3241407
+2017-05-04 06:39:24,745 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST2x7qk';
+2017-05-04 06:39:24,749 DEBUG db_general 188 56027 140735693222848 Query result: 2cdb0219-761b-45f1-9cf5-a3cef3241407
+2017-05-04 06:39:24,754 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2cdb0219-761b-45f1-9cf5-a3cef3241407';
+2017-05-04 06:39:24,759 DEBUG db_general 188 56027 140735693222848 Query result: 2017-805
+2017-05-04 06:39:24,765 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-805';
+2017-05-04 06:39:24,768 DEBUG db_general 188 56027 140735693222848 Query result: 2
+2017-05-04 06:39:24,779 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2cdb0219-761b-45f1-9cf5-a3cef3241407';
+2017-05-04 06:39:24,783 DEBUG db_general 188 56027 140735693222848 Query result: 2017-805
+2017-05-04 06:39:24,819 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_NewsST0OAm2
+2017-05-04 06:39:24,819 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsST0OAm2', 'title_NewsST0OAm2-slug', '', 'description_NewsSTAZbgf', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTAZbgf</p>', true, '', 1, 1);
+2017-05-04 06:39:24,831 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsST0OAm2', 'title_NewsST0OAm2-slug', '', 'description_NewsSTAZbgf', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTAZbgf</p>', true, '', 1, 1);
+2017-05-04 06:39:24,841 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:24,842 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:39:24,842 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:39:24,846 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:39:24,848 DEBUG db_cms 64 56025 140735693222848 Query result: 225
+2017-05-04 06:39:24,849 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: News
+2017-05-04 06:39:24,849 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:39:24,853 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:39:24,856 DEBUG db_cms 64 56025 140735693222848 Query result: 1
+2017-05-04 06:39:24,857 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 225
+2017-05-04 06:39:24,857 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (225, 1);
+2017-05-04 06:39:24,862 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (225, 1);
+2017-05-04 06:39:24,874 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:25,031 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:39:25,032 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c93f110a-2f1e-43dc-94c1-2f7f96bd74cb/5c5e654d7b8044abb535477e7b444701
+2017-05-04 06:39:25,075 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:25,075 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:25,075 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:39:25,448 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:25,587 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:26,059 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:39:26,264 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:26,637 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:26,738 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:39:26,860 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:27,226 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:27,466 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:39:27,870 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:39:28,886 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:28,898 DEBUG db_general 177 56028 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-803';
+2017-05-04 06:39:28,901 DEBUG db_general 188 56028 140735693222848 Query result: 7b47bae1-560b-4f56-a9b6-678e81632b2c
+2017-05-04 06:39:28,905 DEBUG db_user 49 56028 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '7b47bae1-560b-4f56-a9b6-678e81632b2c' and email = 'STnF8b7@intl.att.com' ;
+2017-05-04 06:39:28,908 DEBUG fe_general 37 56028 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=e31714a0-d12f-47c3-bf9c-272b4b284220
+2017-05-04 06:39:29,089 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 06:39:29,090 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 06:39:29,107 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 06:39:29,107 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 06:39:29,107 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 06:39:29,203 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:39:29,602 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:29,603 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:39:30,014 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:30,465 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:39:31,023 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:31,119 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:39:31,218 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:31,242 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=e31714a0-d12f-47c3-bf9c-272b4b284220 page is loaded.
+2017-05-04 06:39:31,753 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:31,753 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:39:31,784 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:31,835 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:39:32,453 DEBUG db_cms 142 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:39:32,454 DEBUG db_cms 116 56025 140735693222848 Retrive id of documentation page:
+2017-05-04 06:39:32,454 DEBUG db_cms 118 56025 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:39:32,460 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:39:32,462 DEBUG db_cms 64 56025 140735693222848 Query result: 10
+2017-05-04 06:39:32,462 DEBUG db_cms 148 56025 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STmCkHD', 'title_Of_Page_STmCkHD-slug', '', 'description_Of_Page_STFAfGP', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STmCkHD', 'richtextpage', true, 10, 1);
+2017-05-04 06:39:32,466 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STmCkHD', 'title_Of_Page_STmCkHD-slug', '', 'description_Of_Page_STFAfGP', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STmCkHD', 'richtextpage', true, 10, 1);
+2017-05-04 06:39:32,470 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:32,470 DEBUG db_cms 124 56025 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:39:32,470 DEBUG db_cms 126 56025 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:39:32,474 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:39:32,476 DEBUG db_cms 64 56025 140735693222848 Query result: 110
+2017-05-04 06:39:32,476 DEBUG db_cms 152 56025 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:39:32,476 DEBUG db_cms 154 56025 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (110, '<p>description_Of_Page_STFAfGP</p>');
+2017-05-04 06:39:32,479 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (110, '<p>description_Of_Page_STFAfGP</p>');
+2017-05-04 06:39:32,482 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:39:32,559 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:39:32,559 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2eaeb4e-195f-4937-a0b5-00dcf086e913/d0b60c1321904511b35b948952317cd7
+2017-05-04 06:39:32,600 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:32,646 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:39:32,691 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:39:32,691 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:39:32,696 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:32,699 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:32,703 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:32,704 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:32,806 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:39:32,847 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:33,160 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:33,160 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ccf643c4-f9a2-461e-8eed-91a6f938175b/checklist/new/
+2017-05-04 06:39:33,241 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:39:33,241 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:39:33,274 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:33,274 DEBUG test_cms_news_and_announcementsion 60 56025 140735693222848 About to login with EL and add VFC
+2017-05-04 06:39:33,274 DEBUG fe_general 37 56025 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:33,275 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:39:33,402 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:33,487 DEBUG fe_dashboard 172 56026 140735693222848 Login with user dd1122@att.com
+2017-05-04 06:39:33,487 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:33,488 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:39:34,106 DEBUG test_cms_news_and_announcementsion 65 56025 140735693222848 Login with user dd1122@att.com
+2017-05-04 06:39:34,107 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:34,108 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:39:34,347 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:34,350 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:39:34,991 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:39:35,021 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:39:35,106 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:35,356 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:39:35,719 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:39:35,787 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:35,866 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:36,298 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:36,562 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:36,648 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:36,671 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:37,307 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:39:37,659 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:37,687 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:39:37,840 DEBUG fe_dashboard 174 56026 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:39:38,245 DEBUG db_general 66 56028 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:39:38,250 DEBUG db_general 78 56028 140735693222848 Query result: ad731bed-8b07-4203-819b-5d0ffffe7054
+2017-05-04 06:39:38,256 DEBUG db_general 108 56028 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STdW1pJ' WHERE uuid = 'ad731bed-8b07-4203-819b-5d0ffffe7054' ;
+2017-05-04 06:39:38,267 DEBUG db_general 112 56028 140735693222848 Update query success!
+2017-05-04 06:39:38,267 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 06:39:38,267 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 06:39:38,284 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 06:39:38,285 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 06:39:38,285 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 06:39:38,402 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:38,505 DEBUG fe_dashboard 179 56026 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:39:39,237 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:39:39,474 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:39,757 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:39:40,007 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:40,361 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:41,328 DEBUG fe_cms 63 56025 140735693222848 Search Documentation by title
+2017-05-04 06:39:41,384 DEBUG fe_dashboard 181 56026 140735693222848 Search engagement by VF name
+2017-05-04 06:39:41,413 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:42,016 DEBUG fe_dashboard 186 56026 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:39:42,736 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:39:42,737 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d216ac5-d45e-4dcc-b7c9-dfec73eae160/f36615224b6b4f2da7cb6cfb9f7f83bd
+2017-05-04 06:39:42,741 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:39:42,786 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:42,845 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:42,967 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:39:42,967 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:39:42,971 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:42,973 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:42,977 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:42,979 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:43,296 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:43,445 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:43,446 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c9599d1a-0ac9-4f03-bb72-20b4f01cc681/checklist/new/
+2017-05-04 06:39:43,529 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:39:43,529 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:39:43,573 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:43,573 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:43,574 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:39:43,762 DEBUG fe_cms 68 56025 140735693222848 Documentation found (searched by title)
+2017-05-04 06:39:43,762 DEBUG fe_general 37 56025 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:44,359 DEBUG test_cms_news_and_announcementsion 65 56025 140735693222848 Login with user STnF8b7@intl.att.com
+2017-05-04 06:39:44,359 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:44,359 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:39:44,374 DEBUG fe_dashboard 188 56026 140735693222848 Search engagement by VFC
+2017-05-04 06:39:44,448 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:39:45,020 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:45,042 DEBUG fe_dashboard 193 56026 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:39:45,105 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:39:45,206 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:39:45,243 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:45,537 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:45,861 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:39:45,948 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:45,949 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:46,059 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:46,097 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:39:46,466 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:46,669 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:46,979 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:47,182 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:47,319 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:39:47,492 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:47,802 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:39:47,966 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:48,198 DEBUG fe_dashboard 195 56026 140735693222848 Negative search: search by random string
+2017-05-04 06:39:48,502 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:39:48,881 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:48,906 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:39:49,552 DEBUG fe_cms 63 56025 140735693222848 Search Documentation by title
+2017-05-04 06:39:49,577 DEBUG fe_dashboard 172 56026 140735693222848 Login with user hs0007@att.com
+2017-05-04 06:39:49,577 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:49,577 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:39:49,814 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:50,444 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:50,473 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:39:50,535 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist Where name = 'STBK8jr';
+2017-05-04 06:39:50,538 DEBUG db_general 188 56027 140735693222848 Query result: 9e6859a6-02a4-43bc-8cda-93eeaf0f9b16
+2017-05-04 06:39:50,921 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:39:51,119 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:39:51,206 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:39:51,226 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:51,886 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:51,971 DEBUG fe_cms 68 56025 140735693222848 Documentation found (searched by title)
+2017-05-04 06:39:51,971 DEBUG fe_general 37 56025 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:39:52,215 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 06:39:52,215 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 06:39:52,226 DEBUG test_ui_base 66 56027 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 06:39:52,227 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 06:39:52,227 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 06:39:52,671 DEBUG test_cms_news_and_announcementsion 65 56025 140735693222848 Login with user STmQubX@intl.att.com
+2017-05-04 06:39:52,671 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:52,671 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:39:52,895 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:39:53,424 DEBUG fe_dashboard 174 56026 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:39:53,541 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:39:54,053 DEBUG fe_dashboard 179 56026 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:39:54,209 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:39:54,346 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:54,352 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:54,745 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:39:55,381 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:39:55,541 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:55,731 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:39:55,732 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7609e6b1-dfe8-483c-97d0-70ed3a564f8b/a40f6e46bb8d4dcbbc630fd7a4fea074
+2017-05-04 06:39:55,772 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:39:55,841 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:39:55,841 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:39:55,845 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:39:55,847 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:39:55,852 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:39:55,853 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:39:56,022 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:56,241 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:39:56,242 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/967edc43-e7ac-420b-8532-9cdf32cc6ea0/checklist/new/
+2017-05-04 06:39:56,299 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 06:39:56,299 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 06:39:56,321 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 06:39:56,323 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 06:39:56,323 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 06:39:56,344 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:39:56,345 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:39:56,395 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:39:56,395 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:56,396 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:39:56,549 DEBUG fe_dashboard 181 56026 140735693222848 Search engagement by VF name
+2017-05-04 06:39:57,368 DEBUG fe_dashboard 186 56026 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:39:57,434 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:39:57,730 DEBUG fe_cms 63 56025 140735693222848 Search Documentation by title
+2017-05-04 06:39:58,097 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:39:58,220 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:58,316 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:39:58,673 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:39:58,945 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:59,009 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:39:59,655 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:39:59,850 DEBUG db_general 66 56028 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:39:59,859 DEBUG db_general 78 56028 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 06:39:59,863 DEBUG db_general 90 56028 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 06:39:59,865 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:39:59,868 DEBUG db_general 90 56028 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('1315dbb3-69f1-4c38-aee2-1b1d0eb39f1a', 'AIC', '676', 'TRUE', 0);
+2017-05-04 06:39:59,876 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:39:59,876 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:39:59,876 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:39:59,951 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:40:00,020 DEBUG fe_dashboard 188 56026 140735693222848 Search engagement by VFC
+2017-05-04 06:40:00,480 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:40:00,483 DEBUG db_general 188 56027 140735693222848 Query result: 27d5fceb-517e-4943-9036-15563db2130b
+2017-05-04 06:40:00,487 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:40:00,490 DEBUG db_general 188 56027 140735693222848 Query result: 967edc43-e7ac-420b-8532-9cdf32cc6ea0
+2017-05-04 06:40:00,495 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:40:00,497 DEBUG db_general 188 56027 140735693222848 Query result: 967edc43-e7ac-420b-8532-9cdf32cc6ea0
+2017-05-04 06:40:00,501 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '967edc43-e7ac-420b-8532-9cdf32cc6ea0';
+2017-05-04 06:40:00,503 DEBUG db_general 188 56027 140735693222848 Query result: 2017-808
+2017-05-04 06:40:00,507 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-808';
+2017-05-04 06:40:00,509 DEBUG db_general 188 56027 140735693222848 Query result: 2
+2017-05-04 06:40:00,517 DEBUG fe_checklist 50 56027 140735693222848 EL email: hs0007@att.com
+2017-05-04 06:40:00,521 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '967edc43-e7ac-420b-8532-9cdf32cc6ea0';
+2017-05-04 06:40:00,524 DEBUG db_general 188 56027 140735693222848 Query result: 2017-808
+2017-05-04 06:40:00,674 DEBUG fe_dashboard 193 56026 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:40:00,682 DEBUG fe_cms 68 56025 140735693222848 Documentation found (searched by title)
+2017-05-04 06:40:00,682 DEBUG fe_general 37 56025 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:00,817 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:40:01,321 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:01,381 DEBUG test_cms_news_and_announcementsion 65 56025 140735693222848 Login with user admin@att.com
+2017-05-04 06:40:01,381 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:01,382 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:40:01,508 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:40:01,678 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:01,868 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:02,287 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:40:02,471 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:02,666 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:02,983 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:02,987 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:40:03,057 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:03,107 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:03,184 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:03,744 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:03,990 DEBUG fe_dashboard 195 56026 140735693222848 Negative search: search by random string
+2017-05-04 06:40:04,192 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:40:04,200 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:04,737 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:04,751 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:40:05,361 DEBUG fe_dashboard 172 56026 140735693222848 Login with user STbhDO0@intl.att.com
+2017-05-04 06:40:05,362 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:05,362 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:40:05,412 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:05,449 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:05,720 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=27d5fceb-517e-4943-9036-15563db2130b&inviter_uuid=7609e6b1-dfe8-483c-97d0-70ed3a564f8b&email=automationqattSTyNCFX@gmail.com
+2017-05-04 06:40:06,258 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:06,290 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:40:06,968 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:40:07,085 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:07,385 DEBUG fe_cms 63 56025 140735693222848 Search Documentation by title
+2017-05-04 06:40:07,590 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:08,101 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:40:08,193 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:08,193 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:40:08,620 DEBUG fe_dashboard 174 56026 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:40:08,803 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:08,947 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:40:09,220 DEBUG fe_dashboard 179 56026 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:40:09,296 DEBUG fe_cms 68 56025 140735693222848 Documentation found (searched by title)
+2017-05-04 06:40:09,296 DEBUG fe_general 37 56025 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:09,580 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:40:09,683 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:10,025 DEBUG test_cms_news_and_announcementsion 65 56025 140735693222848 Login with user admin_ro@att.com
+2017-05-04 06:40:10,026 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:10,026 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:40:10,184 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:10,225 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:10,440 DEBUG db_general 90 56028 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='1315dbb3-69f1-4c38-aee2-1b1d0eb39f1a'
+2017-05-04 06:40:10,450 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:40:10,455 DEBUG db_general 90 56028 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 06:40:10,457 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:40:10,458 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 06:40:10,458 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 06:40:10,470 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 06:40:10,470 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 06:40:10,470 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 06:40:10,736 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:10,969 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:40:11,199 DEBUG fe_dashboard 181 56026 140735693222848 Search engagement by VF name
+2017-05-04 06:40:11,662 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:40:11,747 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:40:11,802 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:12,079 DEBUG fe_dashboard 186 56026 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:40:12,517 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:12,819 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:13,039 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:13,803 DEBUG fe_dashboard 188 56026 140735693222848 Search engagement by VFC
+2017-05-04 06:40:14,048 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:40:14,112 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:40:14,113 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b75c3a31-7689-4ff8-b2e6-daa744f18e68/75942aa52eb74e999d87b3b90518ad16
+2017-05-04 06:40:14,150 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:40:14,226 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:40:14,227 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:40:14,231 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:40:14,232 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:40:14,236 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:40:14,237 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:40:14,456 DEBUG fe_dashboard 193 56026 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:40:14,600 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:40:14,600 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a14bcc95-c975-4de4-8db5-dde896111211/checklist/new/
+2017-05-04 06:40:14,699 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:40:14,700 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:40:14,745 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:40:14,746 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:14,746 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:40:14,831 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:14,921 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:15,699 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:40:16,106 DEBUG fe_dashboard 195 56026 140735693222848 Negative search: search by random string
+2017-05-04 06:40:16,350 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:40:16,465 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:16,530 DEBUG fe_cms 63 56025 140735693222848 Search Documentation by title
+2017-05-04 06:40:16,761 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:17,463 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:17,755 DEBUG fe_dashboard 172 56026 140735693222848 Login with user admin@att.com
+2017-05-04 06:40:17,755 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:17,755 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:40:18,217 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:40:18,473 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:40:18,575 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:40:19,221 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:40:19,237 DEBUG fe_cms 68 56025 140735693222848 Documentation found (searched by title)
+2017-05-04 06:40:19,238 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 06:40:19,238 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 06:40:19,278 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 06:40:19,279 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 06:40:19,279 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 06:40:19,343 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:19,781 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:20,243 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:20,260 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:20,295 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:20,757 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:20,784 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:20,919 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:21,272 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:22,118 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:22,284 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:40:22,313 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist Where name = 'ST04veS';
+2017-05-04 06:40:22,315 DEBUG db_general 188 56027 140735693222848 Query result: 6b30cb3f-4b84-471e-872f-36fc1304c48b
+2017-05-04 06:40:22,318 DEBUG db_general 202 56027 140735693222848 Query : select state from ice_checklist Where uuid = '6b30cb3f-4b84-471e-872f-36fc1304c48b' order by update_time desc limit 1;
+2017-05-04 06:40:22,324 DEBUG db_general 177 56027 140735693222848 Query : select template_id from ice_checklist Where name = 'ST04veS';
+2017-05-04 06:40:22,326 DEBUG db_general 188 56027 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:40:22,391 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:22,394 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:22,807 DEBUG fe_dashboard 174 56026 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:40:23,004 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:23,004 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:40:23,426 DEBUG fe_dashboard 179 56026 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:40:23,535 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STi9EGx
+2017-05-04 06:40:23,535 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STi9EGx', 'title_Announcement_STi9EGx-slug', '', 'description_Announcement_STMa1x9', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STMa1x9</p>', true, '', 1, 1);
+2017-05-04 06:40:23,547 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STi9EGx', 'title_Announcement_STi9EGx-slug', '', 'description_Announcement_STMa1x9', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STMa1x9</p>', true, '', 1, 1);
+2017-05-04 06:40:23,558 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,558 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:23,558 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,565 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,567 DEBUG db_cms 64 56025 140735693222848 Query result: 226
+2017-05-04 06:40:23,568 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:23,568 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,571 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,573 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:23,574 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 226
+2017-05-04 06:40:23,574 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (226, 2);
+2017-05-04 06:40:23,581 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (226, 2);
+2017-05-04 06:40:23,590 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,591 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STQh6Hm
+2017-05-04 06:40:23,591 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQh6Hm', 'title_Announcement_STQh6Hm-slug', '', 'description_Announcement_STEB0pr', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STEB0pr</p>', true, '', 1, 1);
+2017-05-04 06:40:23,596 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQh6Hm', 'title_Announcement_STQh6Hm-slug', '', 'description_Announcement_STEB0pr', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STEB0pr</p>', true, '', 1, 1);
+2017-05-04 06:40:23,599 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,599 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:23,600 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,603 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,607 DEBUG db_cms 64 56025 140735693222848 Query result: 227
+2017-05-04 06:40:23,607 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:23,607 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,612 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,614 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:23,614 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 227
+2017-05-04 06:40:23,614 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (227, 2);
+2017-05-04 06:40:23,618 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (227, 2);
+2017-05-04 06:40:23,620 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,620 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STJBSMX
+2017-05-04 06:40:23,620 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJBSMX', 'title_Announcement_STJBSMX-slug', '', 'description_Announcement_ST6mHuc', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST6mHuc</p>', true, '', 1, 1);
+2017-05-04 06:40:23,624 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJBSMX', 'title_Announcement_STJBSMX-slug', '', 'description_Announcement_ST6mHuc', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST6mHuc</p>', true, '', 1, 1);
+2017-05-04 06:40:23,626 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,627 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:23,627 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,631 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,634 DEBUG db_cms 64 56025 140735693222848 Query result: 228
+2017-05-04 06:40:23,635 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:23,635 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,640 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,645 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:23,645 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 228
+2017-05-04 06:40:23,646 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (228, 2);
+2017-05-04 06:40:23,656 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (228, 2);
+2017-05-04 06:40:23,665 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,665 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_ST8ozvR
+2017-05-04 06:40:23,665 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST8ozvR', 'title_Announcement_ST8ozvR-slug', '', 'description_Announcement_STgThPn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgThPn</p>', true, '', 1, 1);
+2017-05-04 06:40:23,670 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST8ozvR', 'title_Announcement_ST8ozvR-slug', '', 'description_Announcement_STgThPn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgThPn</p>', true, '', 1, 1);
+2017-05-04 06:40:23,679 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,679 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:23,679 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,684 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,686 DEBUG db_cms 64 56025 140735693222848 Query result: 229
+2017-05-04 06:40:23,686 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:23,686 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,691 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,693 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:23,694 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 229
+2017-05-04 06:40:23,694 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (229, 2);
+2017-05-04 06:40:23,699 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (229, 2);
+2017-05-04 06:40:23,707 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,708 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STD37Bm
+2017-05-04 06:40:23,708 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STD37Bm', 'title_Announcement_STD37Bm-slug', '', 'description_Announcement_STJeRt2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJeRt2</p>', true, '', 1, 1);
+2017-05-04 06:40:23,713 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STD37Bm', 'title_Announcement_STD37Bm-slug', '', 'description_Announcement_STJeRt2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJeRt2</p>', true, '', 1, 1);
+2017-05-04 06:40:23,721 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,722 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:23,722 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,726 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,728 DEBUG db_cms 64 56025 140735693222848 Query result: 230
+2017-05-04 06:40:23,728 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:23,729 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,731 DEBUG test_detailed_view 34 56028 140735693222848 Add Deployment Target
+2017-05-04 06:40:23,732 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,734 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:23,734 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 230
+2017-05-04 06:40:23,735 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (230, 2);
+2017-05-04 06:40:23,739 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (230, 2);
+2017-05-04 06:40:23,747 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,748 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STuCq6L
+2017-05-04 06:40:23,748 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuCq6L', 'title_Announcement_STuCq6L-slug', '', 'description_Announcement_STUeFH4', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STUeFH4</p>', true, '', 1, 1);
+2017-05-04 06:40:23,752 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuCq6L', 'title_Announcement_STuCq6L-slug', '', 'description_Announcement_STUeFH4', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STUeFH4</p>', true, '', 1, 1);
+2017-05-04 06:40:23,762 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,762 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:23,762 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,766 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:23,768 DEBUG db_cms 64 56025 140735693222848 Query result: 231
+2017-05-04 06:40:23,769 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:23,769 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,772 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:23,775 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:23,775 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 231
+2017-05-04 06:40:23,775 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (231, 2);
+2017-05-04 06:40:23,781 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (231, 2);
+2017-05-04 06:40:23,790 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:23,826 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:40:23,923 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:23,934 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:40:23,934 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2ecb6a4d-23f6-4c6c-a18f-058719ff99f2/c537816a8b8a43ffa57c886ab8f3356d
+2017-05-04 06:40:23,978 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:40:24,049 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:40:24,049 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:40:24,054 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:40:24,056 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:40:24,060 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:40:24,062 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:40:24,489 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:40:24,576 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:40:24,576 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/66713e8a-886a-4fe7-80bd-f4712d573c8d/checklist/new/
+2017-05-04 06:40:24,603 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:24,681 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:40:24,682 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:40:24,729 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:40:24,729 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:24,729 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:40:24,757 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:25,218 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:25,273 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:25,582 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:25,749 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:40:26,283 DEBUG fe_dashboard 181 56026 140735693222848 Search engagement by VF name
+2017-05-04 06:40:26,418 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:40:26,532 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:26,592 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:40:26,783 DEBUG test_detailed_view 36 56028 140735693222848 Add VFC no.1
+2017-05-04 06:40:26,935 DEBUG fe_dashboard 186 56026 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:40:27,030 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:27,542 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:40:27,778 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:28,141 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:28,258 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:28,902 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:29,154 DEBUG fe_dashboard 188 56026 140735693222848 Search engagement by VFC
+2017-05-04 06:40:29,292 DEBUG db_cms 194 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:29,293 DEBUG db_cms 196 56025 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STuCq6L' ;
+2017-05-04 06:40:29,298 DEBUG db_cms 42 56025 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STuCq6L' ;
+2017-05-04 06:40:29,307 DEBUG db_cms 46 56025 140735693222848 Update query success!
+2017-05-04 06:40:29,804 DEBUG fe_dashboard 193 56026 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:40:30,617 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist Where name = 'ST04veS';
+2017-05-04 06:40:30,621 DEBUG db_general 188 56027 140735693222848 Query result: 6b30cb3f-4b84-471e-872f-36fc1304c48b
+2017-05-04 06:40:30,925 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:31,170 DEBUG fe_detailed_view 101 56028 140735693222848 Add VFC no.2
+2017-05-04 06:40:31,307 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:31,307 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:40:31,319 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:32,051 DEBUG fe_dashboard 195 56026 140735693222848 Negative search: search by random string
+2017-05-04 06:40:32,075 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:40:32,698 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:32,718 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:40:32,822 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:33,297 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:33,407 DEBUG fe_dashboard 172 56026 140735693222848 Login with user admin_ro@att.com
+2017-05-04 06:40:33,408 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:33,408 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:40:33,829 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:40:34,192 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:40:34,689 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:34,819 DEBUG db_general 177 56028 140735693222848 Query : select uuid from ice_vf Where name = 'STqpJMg';
+2017-05-04 06:40:34,822 DEBUG db_general 188 56028 140735693222848 Query result: 2ae9c169-aebf-4563-bbe4-2e0683eddaec
+2017-05-04 06:40:34,844 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:40:34,961 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:35,569 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:35,705 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:40:35,707 DEBUG db_general 188 56027 140735693222848 Query result: 967edc43-e7ac-420b-8532-9cdf32cc6ea0
+2017-05-04 06:40:35,711 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '967edc43-e7ac-420b-8532-9cdf32cc6ea0';
+2017-05-04 06:40:35,714 DEBUG db_general 188 56027 140735693222848 Query result: 2017-808
+2017-05-04 06:40:35,718 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-808';
+2017-05-04 06:40:35,722 DEBUG db_general 188 56027 140735693222848 Query result: 2
+2017-05-04 06:40:36,539 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 06:40:36,539 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 06:40:36,556 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 06:40:36,557 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 06:40:36,557 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 06:40:36,577 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:40:37,095 DEBUG fe_dashboard 174 56026 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:40:37,161 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:37,717 DEBUG fe_dashboard 179 56026 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:40:38,669 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:39,042 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:39,470 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 06:40:39,470 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 06:40:39,486 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 06:40:39,486 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 06:40:39,486 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 06:40:39,857 DEBUG db_general 66 56028 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:40:39,865 DEBUG db_general 78 56028 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 06:40:39,869 DEBUG db_general 90 56028 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 06:40:39,871 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:40:39,883 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:39,884 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:40:40,095 DEBUG fe_dashboard 181 56026 140735693222848 Search engagement by VF name
+2017-05-04 06:40:40,261 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:40,776 DEBUG fe_dashboard 186 56026 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:40:40,967 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:40:41,655 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:40:41,723 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:41,868 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:41,878 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:42,245 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:42,382 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:42,756 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:42,826 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:42,967 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:43,178 DEBUG db_cms 79 56025 140735693222848 Insert new post : title_Announcement_STPiEZV
+2017-05-04 06:40:43,178 DEBUG db_cms 83 56025 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STPiEZV', 'title_Announcement_STPiEZV-slug', '', 'description_Announcement_STZWDrQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STZWDrQ</p>', true, '', 1, 1);
+2017-05-04 06:40:43,184 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STPiEZV', 'title_Announcement_STPiEZV-slug', '', 'description_Announcement_STZWDrQ', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STZWDrQ</p>', true, '', 1, 1);
+2017-05-04 06:40:43,190 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:43,190 DEBUG db_cms 92 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:43,190 DEBUG db_cms 94 56025 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:43,195 DEBUG db_cms 56 56025 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:40:43,197 DEBUG db_cms 64 56025 140735693222848 Query result: 232
+2017-05-04 06:40:43,198 DEBUG db_cms 71 56025 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:40:43,198 DEBUG db_cms 73 56025 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:43,202 DEBUG db_cms 56 56025 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:40:43,205 DEBUG db_cms 64 56025 140735693222848 Query result: 2
+2017-05-04 06:40:43,206 DEBUG db_cms 109 56025 140735693222848 bind category into inserted post: 232
+2017-05-04 06:40:43,206 DEBUG db_cms 111 56025 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (232, 2);
+2017-05-04 06:40:43,210 DEBUG db_cms 28 56025 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (232, 2);
+2017-05-04 06:40:43,218 DEBUG db_cms 32 56025 140735693222848 Insert query success!
+2017-05-04 06:40:43,270 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:43,337 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:43,342 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:40:43,343 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6a684cb2-927a-428e-b39a-748461b6ee6a/6c2320d98f9d4f40a0a9a40d5af14225
+2017-05-04 06:40:43,402 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:40:43,503 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:40:43,503 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:40:43,507 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:40:43,509 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:40:43,513 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:40:43,516 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:40:43,875 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:40:43,876 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1dbdd605-f4cd-4450-91e4-c0ba9880ba88/checklist/new/
+2017-05-04 06:40:43,953 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:40:43,954 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:40:43,986 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:40:43,986 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:43,986 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:40:44,277 DEBUG fe_dashboard 188 56026 140735693222848 Search engagement by VFC
+2017-05-04 06:40:44,344 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:40:44,871 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:40:44,931 DEBUG fe_dashboard 193 56026 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:40:45,527 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:40:45,563 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:40:45,659 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:45,772 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:46,174 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:46,255 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:46,395 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:46,524 DEBUG db_checklist 58 56027 140735693222848 Query : select owner_id from ice_checklist Where uuid = '6b30cb3f-4b84-471e-872f-36fc1304c48b' and state = 'peer_review';
+2017-05-04 06:40:46,529 DEBUG db_checklist 73 56027 140735693222848 Query result: 1
+2017-05-04 06:40:46,535 DEBUG db_general 177 56027 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 06:40:46,539 DEBUG db_general 188 56027 140735693222848 Query result: dd1122@att.com
+2017-05-04 06:40:46,540 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:46,540 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:40:46,772 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:46,847 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:40:47,374 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:40:47,404 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:40:47,798 DEBUG fe_dashboard 195 56026 140735693222848 Negative search: search by random string
+2017-05-04 06:40:48,055 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:40:48,060 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:48,117 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:48,231 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:48,489 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 06:40:48,489 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 06:40:48,516 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 06:40:48,516 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 06:40:48,517 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 06:40:49,134 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:49,161 DEBUG db_cms 194 56025 140735693222848 Get the id of the post inserted
+2017-05-04 06:40:49,161 DEBUG db_cms 196 56025 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STPiEZV' ;
+2017-05-04 06:40:49,166 DEBUG db_cms 42 56025 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STPiEZV' ;
+2017-05-04 06:40:49,176 DEBUG db_cms 46 56025 140735693222848 Update query success!
+2017-05-04 06:40:49,704 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:40:50,158 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:40:50,740 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:51,389 DEBUG db_general 90 56028 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 06:40:51,392 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:40:51,392 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 06:40:51,392 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 06:40:51,409 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 06:40:51,410 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 06:40:51,410 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 06:40:51,410 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:52,073 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:40:52,074 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d4396e4e-fd10-4a73-a701-bc096dbdf993/7c20503bf69f473485e556e40fe30c64
+2017-05-04 06:40:52,123 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:40:52,236 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:40:52,237 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:40:52,242 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:40:52,244 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:40:52,249 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:40:52,251 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:40:52,527 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:52,863 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:40:52,863 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7adb7102-1132-45bf-b912-ff28eb9b235e/checklist/new/
+2017-05-04 06:40:52,978 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:40:52,979 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:40:53,051 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:40:53,052 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:53,052 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:40:53,576 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:53,921 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:40:54,348 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist Where name = 'ST04veS';
+2017-05-04 06:40:54,351 DEBUG db_general 188 56027 140735693222848 Query result: 6b30cb3f-4b84-471e-872f-36fc1304c48b
+2017-05-04 06:40:54,562 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:40:54,689 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:54,708 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:40:54,708 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8acabd1a-738c-4e6e-927f-4b62e01097ad/ae39bc0b7cc54f23b966926986f949a4
+2017-05-04 06:40:54,742 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:40:54,829 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:40:54,829 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:40:54,833 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:40:54,835 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:40:54,842 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:40:54,844 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:40:55,188 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:55,431 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:55,607 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:40:55,607 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7c8daa8d-e5da-44d1-8070-a814da1c99a1/checklist/new/
+2017-05-04 06:40:55,693 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:40:55,693 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:40:55,733 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:40:55,733 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:40:55,733 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:40:55,943 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:56,615 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:40:56,704 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 06:40:56,704 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 06:40:56,720 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 06:40:56,721 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 06:40:56,721 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 06:40:56,951 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:40:57,293 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:40:57,433 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:40:58,122 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:58,187 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:58,620 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:40:59,006 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:40:59,128 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:40:59,339 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:40:59,632 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:40:59,636 DEBUG db_general 188 56027 140735693222848 Query result: 967edc43-e7ac-420b-8532-9cdf32cc6ea0
+2017-05-04 06:40:59,641 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '967edc43-e7ac-420b-8532-9cdf32cc6ea0';
+2017-05-04 06:40:59,644 DEBUG db_general 188 56027 140735693222848 Query result: 2017-808
+2017-05-04 06:40:59,657 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-808';
+2017-05-04 06:40:59,662 DEBUG db_general 188 56027 140735693222848 Query result: 2
+2017-05-04 06:41:00,046 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:00,155 DEBUG db_general 66 56025 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:41:00,157 DEBUG db_general 78 56025 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:41:00,246 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:41:00,247 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/07fe4b65-c583-436b-baa8-d0eee194e0b1/851c13fa8e5f45119a33691e77b0491b
+2017-05-04 06:41:00,282 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:00,365 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:00,365 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:00,370 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:00,371 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:00,375 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:00,377 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:00,384 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:00,808 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:00,809 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/28106643-ade9-4952-986e-fcc705562e5d/checklist/new/
+2017-05-04 06:41:00,906 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:00,914 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:00,914 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:00,984 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:00,985 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:00,985 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:41:01,732 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:01,824 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:41:02,244 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:02,253 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:41:02,531 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:41:02,641 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:03,419 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:03,428 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:03,908 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:41:04,089 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:04,430 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:41:04,559 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:05,315 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:05,597 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:41:05,602 DEBUG db_general 188 56026 140735693222848 Query result: 2
+2017-05-04 06:41:05,617 DEBUG db_user 227 56026 140735693222848 Query result: [(9,)]
+2017-05-04 06:41:05,617 DEBUG fe_dashboard 97 56026 140735693222848 Number of pages: 1
+2017-05-04 06:41:05,691 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:41:06,006 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-495
+2017-05-04 06:41:06,024 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-721
+2017-05-04 06:41:06,045 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-725
+2017-05-04 06:41:06,067 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-729
+2017-05-04 06:41:06,085 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-321
+2017-05-04 06:41:06,104 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-328
+2017-05-04 06:41:06,127 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-330
+2017-05-04 06:41:06,146 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-491
+2017-05-04 06:41:06,220 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 06:41:06,221 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 06:41:06,238 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 06:41:06,238 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 06:41:06,238 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 06:41:06,334 DEBUG fe_dashboard 110 56026 140735693222848 numOfPage 2
+2017-05-04 06:41:06,938 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:41:07,130 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:07,982 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:41:08,138 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 06:41:08,138 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 06:41:08,157 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 06:41:08,158 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 06:41:08,158 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 06:41:08,448 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:09,014 DEBUG db_checklist 27 56027 140735693222848 Query : select owner_id from ice_checklist Where uuid = '6b30cb3f-4b84-471e-872f-36fc1304c48b' and state = 'approval';
+2017-05-04 06:41:09,019 DEBUG db_checklist 38 56027 140735693222848 Query result: 3
+2017-05-04 06:41:09,027 DEBUG db_general 177 56027 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 06:41:09,030 DEBUG db_general 188 56027 140735693222848 Query result: admin@att.com
+2017-05-04 06:41:09,030 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:09,031 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:41:09,890 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:41:09,910 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:41:09,911 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bca69138-f244-4fdb-9c20-c93f74b4a782/4bb097b36fb9495fa789a0e4a5e2c35d
+2017-05-04 06:41:09,956 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:10,035 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:41:10,035 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:41:10,039 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:10,041 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:10,045 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:10,046 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:10,427 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:10,468 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:10,469 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0390112-750c-46f2-a366-8d42bb852441/checklist/new/
+2017-05-04 06:41:10,544 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:41:10,553 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:41:10,553 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:41:10,598 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:10,617 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:10,617 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:41:10,676 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:11,549 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:11,635 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:41:11,738 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:41:11,738 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff6eba43-3ddc-4367-bdfc-a7602a9f1db9/3076506c63f146e2add1c065388fed6c
+2017-05-04 06:41:11,785 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:11,879 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:41:11,880 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:41:11,883 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:11,885 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:11,889 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:11,890 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:12,193 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:12,194 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ce5362c2-0b03-4a9b-a802-82cf8855e587/checklist/new/
+2017-05-04 06:41:12,275 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:41:12,275 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:41:12,315 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:12,315 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:12,316 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:41:12,317 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:41:12,455 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:12,555 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:41:13,218 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:41:13,434 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 06:41:13,434 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 06:41:13,450 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 06:41:13,451 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 06:41:13,451 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 06:41:13,462 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:41:13,721 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:13,890 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:41:14,017 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:14,749 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:14,934 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:14,962 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:15,435 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:15,447 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:15,843 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:15,964 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:16,051 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:16,625 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:41:16,970 DEBUG db_general 66 56025 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:41:16,971 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:41:16,974 DEBUG db_general 78 56025 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:41:17,072 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:41:17,072 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/11adb51d-c7e2-4f67-82ca-76b39c12ad63/818fb7d6136842359e0a4601563814ed
+2017-05-04 06:41:17,160 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:17,231 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:17,231 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:17,235 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:17,237 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:17,240 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:17,242 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:17,498 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:17,498 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/93f0276d-6a38-4d17-aa9e-fd5e8bbbf863/checklist/new/
+2017-05-04 06:41:17,607 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:17,607 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:17,619 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist Where name = 'ST04veS';
+2017-05-04 06:41:17,622 DEBUG db_general 188 56027 140735693222848 Query result: 6b30cb3f-4b84-471e-872f-36fc1304c48b
+2017-05-04 06:41:17,762 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:17,763 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:17,763 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:41:18,140 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:18,273 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:41:18,327 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:18,591 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:41:19,241 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:41:19,324 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:19,366 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:20,028 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:20,087 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:21,094 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:41:21,715 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:21,755 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 06:41:21,755 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 06:41:21,780 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 06:41:21,781 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 06:41:21,781 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 06:41:22,230 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:22,351 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:41:23,435 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:23,650 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:41:23,929 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:24,584 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:25,049 DEBUG api_user 108 56028 140735693222848 Moving to next test case
+2017-05-04 06:41:25,049 DEBUG api_user 193 56028 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2e4e0c5e-901a-473b-9020-2ddba6a77a32/e327db9c6a3548158723067f3f3b08c7
+2017-05-04 06:41:25,085 DEBUG api_user 196 56028 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:25,154 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:41:25,155 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:41:25,159 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:25,160 DEBUG db_general 162 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:25,164 DEBUG db_general 151 56028 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:25,165 DEBUG db_general 162 56028 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:25,494 DEBUG api_virtual_function 72 56028 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:25,495 DEBUG api_gitlab 267 56028 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e4544d95-dbbb-4605-9b54-8e973f37615f/checklist/new/
+2017-05-04 06:41:25,564 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:41:25,564 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:41:25,598 DEBUG api_gitlab 288 56028 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:25,599 DEBUG fe_general 37 56028 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:41:25,608 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:41:25,611 DEBUG db_general 188 56026 140735693222848 Query result: 2
+2017-05-04 06:41:25,618 DEBUG db_user 227 56026 140735693222848 Query result: [(0,)]
+2017-05-04 06:41:25,618 DEBUG fe_dashboard 97 56026 140735693222848 Number of pages: 1
+2017-05-04 06:41:25,961 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-220
+2017-05-04 06:41:25,982 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-223
+2017-05-04 06:41:26,007 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-232
+2017-05-04 06:41:26,030 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-387
+2017-05-04 06:41:26,050 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-396
+2017-05-04 06:41:26,068 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-541
+2017-05-04 06:41:26,087 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-546
+2017-05-04 06:41:26,106 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-796
+2017-05-04 06:41:26,240 DEBUG fe_detailed_view 133 56028 140735693222848 Login with user STBf6Z4@intl.att.com
+2017-05-04 06:41:26,240 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:26,240 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:41:26,313 DEBUG fe_dashboard 110 56026 140735693222848 numOfPage 1
+2017-05-04 06:41:27,126 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:41:27,490 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 06:41:27,490 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 06:41:27,508 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 06:41:27,508 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 06:41:27,509 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 06:41:27,815 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:41:27,859 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:41:27,952 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:29,136 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:41:29,401 DEBUG db_general 66 56025 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 06:41:29,404 DEBUG db_general 78 56025 140735693222848 Query result: None
+2017-05-04 06:41:29,404 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 06:41:29,404 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 06:41:29,419 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 06:41:29,419 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 06:41:29,420 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 06:41:29,911 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:30,382 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:30,910 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:31,326 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:41:31,326 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/111c77da-c7e3-42db-8c11-9cd098faa854/b40ea96cfdfa43c2806eabd6f7ad9c45
+2017-05-04 06:41:31,365 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:31,450 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:41:31,450 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:41:31,454 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:31,455 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:31,459 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:31,461 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:31,731 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:31,987 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:31,987 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e7c50238-3cc9-4acb-8d7e-e88b7e4f0131/checklist/new/
+2017-05-04 06:41:32,069 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:41:32,070 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:41:32,089 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:41:32,125 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:32,125 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:32,125 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:41:32,525 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:32,745 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:41:32,748 DEBUG db_general 188 56027 140735693222848 Query result: 967edc43-e7ac-420b-8532-9cdf32cc6ea0
+2017-05-04 06:41:32,752 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '967edc43-e7ac-420b-8532-9cdf32cc6ea0';
+2017-05-04 06:41:32,756 DEBUG db_general 188 56027 140735693222848 Query result: 2017-808
+2017-05-04 06:41:32,761 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-808';
+2017-05-04 06:41:32,763 DEBUG db_general 188 56027 140735693222848 Query result: 2
+2017-05-04 06:41:32,956 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:41:33,618 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:41:33,715 DEBUG db_general 66 56025 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:41:33,720 DEBUG db_general 78 56025 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:41:33,751 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:33,814 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:41:33,814 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/993ee95f-9789-4330-8e7c-4345c6b189c5/2f7f70b6c794498a9d585ce801baa5f0
+2017-05-04 06:41:33,851 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:33,950 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:33,951 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:33,956 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:33,960 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:33,965 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:33,967 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:34,488 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:34,537 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:34,538 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dc4968de-fd94-4592-b084-fba65204ad6b/checklist/new/
+2017-05-04 06:41:34,631 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:34,632 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:34,677 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:34,678 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:34,678 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:41:35,497 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:41:35,503 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:41:35,860 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'STK7NFg';
+2017-05-04 06:41:35,863 DEBUG db_general 188 56027 140735693222848 Query result: 967edc43-e7ac-420b-8532-9cdf32cc6ea0
+2017-05-04 06:41:35,868 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '967edc43-e7ac-420b-8532-9cdf32cc6ea0';
+2017-05-04 06:41:35,872 DEBUG db_general 188 56027 140735693222848 Query result: 2017-808
+2017-05-04 06:41:35,876 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-808';
+2017-05-04 06:41:35,878 DEBUG db_general 188 56027 140735693222848 Query result: 2
+2017-05-04 06:41:36,137 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:41:36,281 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:36,652 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:36,678 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:37,178 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:37,777 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:38,184 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:41:38,424 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:38,718 DEBUG fe_general 37 56028 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:41:39,405 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:41:39,429 DEBUG fe_detailed_view 133 56028 140735693222848 Login with user admin_ro@att.com
+2017-05-04 06:41:39,429 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:39,429 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:41:40,113 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:40,209 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:41:40,629 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:40,737 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:41:40,857 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:41:40,989 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:41,566 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:41,806 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:42,576 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:41:42,949 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:43,861 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:43,977 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:41:43,979 DEBUG db_general 188 56026 140735693222848 Query result: 2
+2017-05-04 06:41:43,990 DEBUG db_user 227 56026 140735693222848 Query result: [(12,)]
+2017-05-04 06:41:43,990 DEBUG fe_dashboard 97 56026 140735693222848 Number of pages: 1
+2017-05-04 06:41:44,447 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-346
+2017-05-04 06:41:44,467 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-354
+2017-05-04 06:41:44,493 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-510
+2017-05-04 06:41:44,514 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-518
+2017-05-04 06:41:44,538 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-737
+2017-05-04 06:41:44,558 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-740
+2017-05-04 06:41:44,576 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-744
+2017-05-04 06:41:44,584 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:44,598 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-343
+2017-05-04 06:41:44,776 DEBUG fe_dashboard 110 56026 140735693222848 numOfPage 2
+2017-05-04 06:41:44,899 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:41:45,524 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:45,764 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:41:46,429 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 06:41:46,430 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 06:41:46,446 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 06:41:46,447 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 06:41:46,447 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 06:41:46,531 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 06:41:46,531 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 06:41:46,546 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 06:41:46,546 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 06:41:46,546 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 06:41:48,643 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:49,024 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:49,854 DEBUG db_general 66 56025 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:41:49,859 DEBUG db_general 78 56025 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:41:49,959 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:41:49,960 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f25c56bc-9813-42f7-bb61-65be6a4111a6/34b6ae38af0046cc9814ca3c905a1ba9
+2017-05-04 06:41:49,998 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:50,072 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:50,072 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:50,076 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:50,078 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:50,082 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:50,083 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:50,250 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:41:50,250 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c3d1f6f-658e-4c30-bbd3-f136f33dada5/733904d7034d48ad9f11aa10bf03c50b
+2017-05-04 06:41:50,294 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:41:50,409 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:41:50,409 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:41:50,414 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:41:50,416 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:41:50,421 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:41:50,422 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:41:50,531 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:50,531 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d650bf1a-7476-4563-84df-722ebabd3d68/checklist/new/
+2017-05-04 06:41:50,600 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:41:50,601 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:41:50,633 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:50,633 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:50,634 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:41:50,769 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:41:50,770 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6965ed10-d24e-4d46-ae83-4dfa10ed2099/checklist/new/
+2017-05-04 06:41:50,838 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:41:50,838 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:41:50,870 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:41:50,870 DEBUG fe_general 37 56026 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:41:51,450 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:41:51,549 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:51,549 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:41:52,105 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:41:52,228 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:52,388 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:41:52,479 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 06:41:52,479 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 06:41:52,532 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 06:41:52,535 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 06:41:52,535 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 06:41:53,007 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:53,067 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:41:53,260 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:53,530 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:54,048 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:54,126 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:54,600 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:54,638 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:55,057 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:41:55,147 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:41:55,648 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:41:55,675 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:41:56,325 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:41:56,790 DEBUG db_general 66 56028 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:41:56,800 DEBUG db_general 78 56028 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 06:41:56,804 DEBUG db_general 90 56028 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('3a021404-5830-476c-a82d-850933e2fb78', 'AIC', '593', 'FALSE', 0);
+2017-05-04 06:41:56,812 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:41:56,812 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:41:56,812 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:41:56,828 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:56,865 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:57,721 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:41:57,789 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:41:57,928 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:58,046 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:41:58,371 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:41:58,482 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:58,551 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:41:58,797 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:41:59,207 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:00,018 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 06:42:00,018 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 06:42:00,036 DEBUG test_ui_base 66 56027 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 06:42:00,037 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 06:42:00,037 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 06:42:00,217 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:42:00,502 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:01,016 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:01,486 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:01,536 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:02,127 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:02,327 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:03,235 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:03,469 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:42:03,510 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:42:03,510 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a0da1e1-9b35-46ff-9b82-5529b33a3589/279d985d87394a88836bca01b780bf68
+2017-05-04 06:42:03,547 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:03,632 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:42:03,632 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:42:03,639 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:03,641 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:03,644 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:03,645 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:03,943 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:03,943 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6acec9bc-5f61-4dd6-8f1a-7d88c70f434e/checklist/new/
+2017-05-04 06:42:04,012 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:42:04,012 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:42:04,044 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:04,045 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:04,045 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:42:04,266 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:42:04,269 DEBUG db_general 188 56026 140735693222848 Query result: 1
+2017-05-04 06:42:04,277 DEBUG db_user 227 56026 140735693222848 Query result: [(734,)]
+2017-05-04 06:42:04,277 DEBUG fe_dashboard 63 56026 140735693222848 Number of pages: 91
+2017-05-04 06:42:04,277 DEBUG fe_dashboard 66 56026 140735693222848 numOfPage 92
+2017-05-04 06:42:04,350 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:42:04,951 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:42:05,112 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:05,611 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:42:05,740 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:05,892 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 06:42:05,892 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 06:42:05,907 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 06:42:05,908 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 06:42:05,908 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 06:42:06,122 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 06:42:06,122 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 06:42:06,140 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 06:42:06,140 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 06:42:06,141 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 06:42:06,747 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:42:08,011 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:08,250 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:09,063 DEBUG db_general 66 56025 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:42:09,066 DEBUG db_general 78 56025 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:42:09,169 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:42:09,170 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ade9d3a2-f588-48b1-b8b4-48c384ffaa44/94c2f8bf795d4655a31b64aa507a94fb
+2017-05-04 06:42:09,217 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:09,309 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:42:09,310 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:42:09,320 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:09,322 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:09,327 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:09,329 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:09,428 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:42:09,428 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/447b1520-2ec0-4b7d-9d9c-3dc5b0a001ae/a0c9161f3422458f986a6a4294509c41
+2017-05-04 06:42:09,472 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:09,577 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:42:09,578 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:42:09,582 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:09,585 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:09,591 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:09,593 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:10,227 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:10,227 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf90fd1-3794-4a6d-ba18-fecab69e3e9e/checklist/new/
+2017-05-04 06:42:10,322 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:42:10,322 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:42:10,359 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:10,359 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:10,359 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:42:10,446 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:10,447 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cd6f965-2b84-465b-a001-b0141f9e8d82/checklist/new/
+2017-05-04 06:42:10,515 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:42:10,515 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:42:10,555 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:10,562 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:10,562 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:42:11,200 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:42:11,362 DEBUG db_general 90 56028 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='3a021404-5830-476c-a82d-850933e2fb78'
+2017-05-04 06:42:11,372 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:42:11,373 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 06:42:11,373 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 06:42:11,390 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 06:42:11,390 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 06:42:11,390 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 06:42:11,491 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:42:11,839 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:42:11,975 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:12,152 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:42:12,332 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:12,936 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:13,346 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:13,450 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:13,843 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:13,860 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:14,461 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:42:14,849 DEBUG db_general 66 56028 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:42:14,861 DEBUG db_general 78 56028 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 06:42:14,869 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:14,869 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:42:14,870 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:42:15,694 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:42:15,713 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:42:16,047 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:16,358 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:42:16,477 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:17,110 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:42:17,170 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:17,287 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:17,681 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:17,847 ERROR fe_user 43 56027 140735693222848 Login FAILED: email=ST7aCtE@intl.att.com password=iceusers
+2017-05-04 06:42:17,849 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 06:42:17,853 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 06:42:17,853 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 06:42:17,871 DEBUG test_ui_base 66 56027 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 06:42:17,872 DEBUG logFuncEntry 34 56027 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 06:42:17,872 DEBUG test_ui_base 36 56027 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 06:42:17,925 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:18,689 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:42:19,634 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:19,959 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:20,152 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:20,156 DEBUG test_ui_base 48 56027 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:20,668 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:20,676 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:21,359 DEBUG api_user 108 56027 140735693222848 Moving to next test case
+2017-05-04 06:42:21,359 DEBUG api_user 193 56027 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e3dcce73-327a-467b-9e99-f88d7f7a4e83/f6b7d0dab3df46fa950bee1d28523f0c
+2017-05-04 06:42:21,391 DEBUG api_user 196 56027 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:21,474 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:42:21,475 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:42:21,479 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:21,481 DEBUG db_general 162 56027 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:21,485 DEBUG db_general 151 56027 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:21,487 DEBUG db_general 162 56027 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:21,702 DEBUG api_virtual_function 72 56027 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:21,703 DEBUG api_gitlab 267 56027 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1aaf2b27-5c62-4bc5-8957-8a0e66233f52/checklist/new/
+2017-05-04 06:42:21,790 DEBUG api_user 128 56027 140735693222848 200 OK
+2017-05-04 06:42:21,790 DEBUG api_user 130 56027 140735693222848 Login successfully.
+2017-05-04 06:42:21,867 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:21,907 DEBUG api_gitlab 288 56027 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:21,908 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:21,908 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:42:21,916 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:42:21,916 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:42:22,827 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:42:22,995 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:23,441 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 06:42:23,441 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 06:42:23,456 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 06:42:23,457 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 06:42:23,457 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 06:42:23,469 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:42:23,563 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:42:23,606 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:24,050 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:42:24,057 DEBUG db_general 188 56026 140735693222848 Query result: 2
+2017-05-04 06:42:24,082 DEBUG db_user 227 56026 140735693222848 Query result: [(5,)]
+2017-05-04 06:42:24,082 DEBUG fe_dashboard 97 56026 140735693222848 Number of pages: 1
+2017-05-04 06:42:24,121 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:24,473 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-249
+2017-05-04 06:42:24,493 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-413
+2017-05-04 06:42:24,515 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-568
+2017-05-04 06:42:24,538 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-640
+2017-05-04 06:42:24,560 DEBUG fe_dashboard 102 56026 140735693222848 starred_2017-825
+2017-05-04 06:42:24,787 DEBUG fe_dashboard 106 56026 140735693222848 result right
+2017-05-04 06:42:24,788 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 06:42:24,788 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 06:42:24,806 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 06:42:24,806 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 06:42:24,807 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 06:42:25,131 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:42:25,668 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_vf Where name = 'ST8oKkQ';
+2017-05-04 06:42:25,677 DEBUG db_general 188 56027 140735693222848 Query result: bb2f5234-7fbd-432f-9df0-fc00194cfcc5
+2017-05-04 06:42:25,683 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST8oKkQ';
+2017-05-04 06:42:25,688 DEBUG db_general 188 56027 140735693222848 Query result: 1aaf2b27-5c62-4bc5-8957-8a0e66233f52
+2017-05-04 06:42:25,696 DEBUG db_general 177 56027 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST8oKkQ';
+2017-05-04 06:42:25,699 DEBUG db_general 188 56027 140735693222848 Query result: 1aaf2b27-5c62-4bc5-8957-8a0e66233f52
+2017-05-04 06:42:25,712 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1aaf2b27-5c62-4bc5-8957-8a0e66233f52';
+2017-05-04 06:42:25,717 DEBUG db_general 188 56027 140735693222848 Query result: 2017-826
+2017-05-04 06:42:25,726 DEBUG db_general 177 56027 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-826';
+2017-05-04 06:42:25,729 DEBUG db_general 188 56027 140735693222848 Query result: 1
+2017-05-04 06:42:25,747 DEBUG fe_checklist 50 56027 140735693222848 EL email: dd1122@att.com
+2017-05-04 06:42:25,757 DEBUG db_general 177 56027 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1aaf2b27-5c62-4bc5-8957-8a0e66233f52';
+2017-05-04 06:42:25,761 DEBUG db_general 188 56027 140735693222848 Query result: 2017-826
+2017-05-04 06:42:25,824 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:26,594 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:27,042 DEBUG db_general 66 56025 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:42:27,049 DEBUG db_general 78 56025 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:42:27,055 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:27,167 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:42:27,167 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d5395cbb-7fa0-4696-ad64-6c774e6b92b9/04ed1c40130448b98a2b700cee81335a
+2017-05-04 06:42:27,209 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:27,301 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:42:27,302 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:42:27,308 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:27,310 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:27,314 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:27,316 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:27,593 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:27,593 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea30530f-6f7f-462c-8c72-6aa5ced14f13/checklist/new/
+2017-05-04 06:42:27,687 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:42:27,687 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:42:27,727 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:27,742 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:27,743 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:27,743 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:42:28,294 DEBUG api_user 108 56026 140735693222848 Moving to next test case
+2017-05-04 06:42:28,294 DEBUG api_user 193 56026 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/baafc311-e640-4db9-ad14-3754b2147603/4d2f6461193349a2b54a79244018ca37
+2017-05-04 06:42:28,327 DEBUG api_user 196 56026 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:28,412 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:42:28,413 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:42:28,418 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:28,420 DEBUG db_general 162 56026 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:28,424 DEBUG db_general 151 56026 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:28,426 DEBUG db_general 162 56026 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:28,610 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:42:28,762 DEBUG api_virtual_function 72 56026 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:28,763 DEBUG api_gitlab 267 56026 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e213f800-f26d-4e0b-b407-04930f28fc7a/checklist/new/
+2017-05-04 06:42:28,842 DEBUG api_user 128 56026 140735693222848 200 OK
+2017-05-04 06:42:28,842 DEBUG api_user 130 56026 140735693222848 Login successfully.
+2017-05-04 06:42:28,892 DEBUG api_gitlab 288 56026 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:28,893 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:28,893 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:42:28,918 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:29,255 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:42:29,377 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:29,719 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:42:30,171 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:30,307 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 06:42:30,308 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 06:42:30,322 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 06:42:30,323 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 06:42:30,323 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 06:42:30,369 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:42:30,436 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=bb2f5234-7fbd-432f-9df0-fc00194cfcc5&inviter_uuid=e3dcce73-327a-467b-9e99-f88d7f7a4e83&email=automationqattSTE2utC@gmail.com
+2017-05-04 06:42:30,518 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:31,181 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:42:31,523 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:32,034 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:32,440 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:42:32,476 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:42:33,044 DEBUG fe_user 35 56026 140735693222848 Login Button clicked
+2017-05-04 06:42:33,131 DEBUG fe_user 27 56027 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:33,131 DEBUG fe_user 28 56027 140735693222848 Insert Email
+2017-05-04 06:42:33,429 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:33,702 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:42:33,896 DEBUG fe_user 31 56027 140735693222848 Insert Password
+2017-05-04 06:42:34,237 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:34,542 DEBUG fe_user 33 56027 140735693222848 Click Login Button
+2017-05-04 06:42:34,579 DEBUG db_general 66 56028 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:42:34,601 DEBUG db_general 78 56028 140735693222848 Query result: ['bf8778a3-df8b-48de-89ac-a0a711f1dbf4', '2017-501', 'STaHQ5o', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 06:42:34,609 DEBUG db_general 177 56028 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 06:42:34,613 DEBUG db_general 188 56028 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:34,618 DEBUG db_general 90 56028 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('ba96b7f8-a0ee-42fd-8721-8c832d594b99', 'AIC', '933', 'FALSE', 0);
+2017-05-04 06:42:34,626 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:42:34,675 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:34,747 DEBUG api_user 128 56028 140735693222848 200 OK
+2017-05-04 06:42:34,747 DEBUG api_user 130 56028 140735693222848 Login successfully.
+2017-05-04 06:42:34,747 DEBUG api_virtual_function 235 56028 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/deployment-targets/ba96b7f8-a0ee-42fd-8721-8c832d594b99
+2017-05-04 06:42:34,774 DEBUG api_virtual_function 242 56028 140735693222848 AIC version has changed!
+2017-05-04 06:42:34,775 DEBUG fe_user 27 56028 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:34,775 DEBUG fe_user 28 56028 140735693222848 Insert Email
+2017-05-04 06:42:35,545 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:35,583 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:35,796 DEBUG fe_user 31 56028 140735693222848 Insert Password
+2017-05-04 06:42:36,305 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:36,433 DEBUG fe_user 33 56028 140735693222848 Click Login Button
+2017-05-04 06:42:36,552 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:36,590 DEBUG fe_user 35 56027 140735693222848 Login Button clicked
+2017-05-04 06:42:36,682 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:42:37,439 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:38,015 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:38,092 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:38,213 DEBUG logFuncEntry 34 56025 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 06:42:38,213 DEBUG logFuncEntry 34 56025 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 06:42:38,230 DEBUG test_ui_base 66 56025 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 06:42:38,230 DEBUG logFuncEntry 34 56025 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 06:42:38,231 DEBUG test_ui_base 36 56025 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 06:42:38,447 DEBUG fe_user 35 56028 140735693222848 Login Button clicked
+2017-05-04 06:42:38,529 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:39,599 DEBUG db_general 177 56026 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:42:39,602 DEBUG db_general 188 56026 140735693222848 Query result: 2
+2017-05-04 06:42:39,699 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:39,900 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:40,460 DEBUG db_user 227 56026 140735693222848 Query result: [(9,)]
+2017-05-04 06:42:40,471 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:40,486 DEBUG test_ui_base 48 56025 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:40,535 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:40,982 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:41,808 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:42:41,924 DEBUG api_user 108 56025 140735693222848 Moving to next test case
+2017-05-04 06:42:41,925 DEBUG api_user 193 56025 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/89b8c8d4-7360-4ec2-97fd-b17c0b4b2604/b81b24aa163f49c0a72cbb643ab9cd06
+2017-05-04 06:42:41,960 DEBUG api_user 196 56025 140735693222848 APIUser activated successfully!
+2017-05-04 06:42:42,004 DEBUG logFuncEntry 34 56026 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 06:42:42,004 DEBUG logFuncEntry 34 56026 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 06:42:42,019 DEBUG test_ui_base 66 56026 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 06:42:42,020 DEBUG logFuncEntry 34 56026 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 06:42:42,020 DEBUG test_ui_base 36 56026 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 06:42:42,040 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:42:42,040 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:42:42,043 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:42:42,045 DEBUG db_general 162 56025 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:42,049 DEBUG db_general 151 56025 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:42:42,050 DEBUG db_general 162 56025 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:42:42,367 DEBUG api_virtual_function 72 56025 140735693222848 Virtual Function created successfully!
+2017-05-04 06:42:42,367 DEBUG api_gitlab 267 56025 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d8bd6f2d-2f50-4780-b299-5b4f113358a8/checklist/new/
+2017-05-04 06:42:42,443 DEBUG api_user 128 56025 140735693222848 200 OK
+2017-05-04 06:42:42,443 DEBUG api_user 130 56025 140735693222848 Login successfully.
+2017-05-04 06:42:42,494 DEBUG api_gitlab 288 56025 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:42:42,494 DEBUG fe_user 27 56025 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:42,494 DEBUG fe_user 28 56025 140735693222848 Insert Email
+2017-05-04 06:42:43,364 DEBUG fe_user 31 56025 140735693222848 Insert Password
+2017-05-04 06:42:43,480 DEBUG wait 117 56028 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:42:44,037 DEBUG fe_user 33 56025 140735693222848 Click Login Button
+2017-05-04 06:42:44,135 DEBUG test_ui_base 48 56026 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:44,177 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:45,099 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:45,149 DEBUG api_virtual_function 235 56028 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bf8778a3-df8b-48de-89ac-a0a711f1dbf4/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:42:45,201 DEBUG api_virtual_function 242 56028 140735693222848 AIC version has changed!
+2017-05-04 06:42:45,207 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:45,208 DEBUG db_general 90 56028 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='ba96b7f8-a0ee-42fd-8721-8c832d594b99'
+2017-05-04 06:42:45,223 DEBUG db_general 94 56028 140735693222848 Insert query success!
+2017-05-04 06:42:45,224 DEBUG logFuncEntry 34 56028 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 06:42:45,224 DEBUG logFuncEntry 34 56028 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 06:42:45,236 DEBUG test_ui_base 66 56028 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 06:42:45,236 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 06:42:45,236 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 06:42:45,434 DEBUG fe_user 27 56026 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:42:45,435 DEBUG fe_user 28 56026 140735693222848 Insert Email
+2017-05-04 06:42:45,621 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:42:45,724 DEBUG wait 117 56025 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:42:46,138 DEBUG wait 117 56027 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:42:46,534 DEBUG fe_user 31 56026 140735693222848 Insert Password
+2017-05-04 06:42:46,733 DEBUG fe_user 35 56025 140735693222848 Login Button clicked
+2017-05-04 06:42:47,187 DEBUG fe_user 33 56026 140735693222848 Click Login Button
+2017-05-04 06:42:47,196 DEBUG db_general 177 56027 140735693222848 Query : select uuid from ice_checklist Where name = 'STuJNvi';
+2017-05-04 06:42:47,199 DEBUG db_general 188 56027 140735693222848 Query result: 09affd1f-55ae-441d-bdab-0f2d47624993
+2017-05-04 06:42:47,204 DEBUG db_general 202 56027 140735693222848 Query : select state from ice_checklist Where uuid = '09affd1f-55ae-441d-bdab-0f2d47624993' order by update_time desc limit 1;
+2017-05-04 06:42:47,211 DEBUG db_general 177 56027 140735693222848 Query : select template_id from ice_checklist Where name = 'STuJNvi';
+2017-05-04 06:42:47,213 DEBUG db_general 188 56027 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:42:47,350 DEBUG fe_general 37 56027 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:42:47,351 DEBUG wait 117 56026 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:42:47,593 DEBUG test_ui_base 48 56028 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:42:47,825 DEBUG logFuncEntry 34 56028 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 06:42:47,825 DEBUG test_ui_base 36 56028 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 06:42:47,874 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 06:42:47,876 ERROR fe_user 43 56026 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 06:42:47,877 ERROR exception_decor 23 56026 140735693222848 There was an exception in test_validate_statistics_modal_appears_for_admin
+2017-05-04 06:42:47,877 DEBUG logFuncEntry 34 56027 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 06:42:47,878 DEBUG logFuncEntry 34 56027 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 06:42:47,878 ERROR exception_decor 23 56025 140735693222848 There was an exception in test_validate_export_to_csv
+2017-05-04 06:43:20,232 DEBUG test_signal_base 34 59053 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 06:43:20,232 DEBUG test_signal_base 34 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:43:20,233 DEBUG test_git_signal 101 59054 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:20,233 DEBUG test_checklist_signal 26 59053 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:20,233 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 06:43:20,233 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 06:43:20,233 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 06:43:20,234 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 06:43:20,240 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 06:43:20,241 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:20,246 DEBUG test_signal_base 45 59053 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 06:43:20,247 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 06:43:20,248 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 06:43:20,252 DEBUG test_signal_base 45 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:43:20,253 DEBUG test_signal_base 34 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:43:20,253 DEBUG test_git_signal 24 59054 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:20,253 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 06:43:20,265 DEBUG test_signal_base 45 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:43:20,266 DEBUG test_signal_base 34 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:43:20,266 DEBUG test_git_signal 82 59054 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:20,266 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 06:43:20,277 DEBUG test_signal_base 45 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:43:20,278 DEBUG test_signal_base 34 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:43:20,278 DEBUG test_git_signal 65 59054 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:20,278 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 06:43:20,288 DEBUG test_signal_base 45 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:43:20,288 DEBUG test_signal_base 34 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 06:43:20,289 DEBUG test_git_signal 47 59054 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:20,289 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 06:43:20,300 DEBUG test_signal_base 45 59054 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 06:43:20,302 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 06:43:20,302 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 06:43:20,359 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:20,360 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44129f0d-0fe8-434f-8097-1c9301be1750/e077b124a31c4f03990e783d09e91622
+2017-05-04 06:43:20,407 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:20,511 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:20,512 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:20,516 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:20,518 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:20,522 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:20,524 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:21,354 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:21,355 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56f4f126-9620-460e-8d08-7771821789ff/checklist/new/
+2017-05-04 06:43:21,467 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:21,467 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:21,506 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:21,506 DEBUG test_negative_requests 169 59052 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 06:43:21,597 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:21,597 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:21,597 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56f4f126-9620-460e-8d08-7771821789ff/checklist/new/
+2017-05-04 06:43:21,603 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:21,606 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:21,606 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56f4f126-9620-460e-8d08-7771821789ff/checklist/new/
+2017-05-04 06:43:21,695 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:21,696 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:21,736 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:21,826 DEBUG api_checklist 40 59052 140735693222848 Checklist was created successfully!
+2017-05-04 06:43:21,827 DEBUG test_negative_requests 174 59052 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 06:43:21,917 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:21,917 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:21,918 DEBUG test_negative_requests 181 59052 140735693222848 About to add audit log to checklist uuid e3b27b73-6fdf-44da-b77e-b29fe2dd3ae4
+2017-05-04 06:43:21,918 DEBUG test_negative_requests 188 59052 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 06:43:22,001 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:22,001 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:22,002 DEBUG test_negative_requests 181 59052 140735693222848 About to add audit log to checklist uuid e3b27b73-6fdf-44da-b77e-b29fe2dd3ae4
+2017-05-04 06:43:22,002 DEBUG test_negative_requests 188 59052 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 06:43:22,002 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 06:43:22,002 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 06:43:22,011 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:22,013 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 06:43:22,013 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:22,097 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:22,097 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3106f0a3-0bbe-4d49-9c53-ddef61ff48aa/f01a30bcfff6409bb2cf6aad9fa04247
+2017-05-04 06:43:22,131 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:22,237 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:22,237 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:22,243 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:22,245 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:22,250 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:22,251 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:22,464 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:22,563 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:22,575 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:22,895 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:22,895 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/257e4a79-519a-4d7a-8027-189b3a54b135/checklist/new/
+2017-05-04 06:43:22,970 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:22,970 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:23,009 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:23,009 DEBUG test_negative_requests 195 59052 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 06:43:23,099 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:23,099 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:23,099 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/257e4a79-519a-4d7a-8027-189b3a54b135/checklist/new/
+2017-05-04 06:43:23,103 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:23,106 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:23,106 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/257e4a79-519a-4d7a-8027-189b3a54b135/checklist/new/
+2017-05-04 06:43:23,187 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:23,188 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:23,233 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:23,529 DEBUG api_checklist 40 59052 140735693222848 Checklist was created successfully!
+2017-05-04 06:43:23,529 DEBUG test_negative_requests 200 59052 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 06:43:23,626 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:23,627 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:23,627 DEBUG test_negative_requests 208 59052 140735693222848 About to add next step to checklist uuid 295b0831-ae92-4109-8a25-55c93adce601
+2017-05-04 06:43:23,627 DEBUG api_checklist 116 59052 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/257e4a79-519a-4d7a-8027-189b3a54b135/checklist/295b0831-ae92-4109-8a25-55c93adce601/nextstep/
+2017-05-04 06:43:23,664 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3106f0a3-0bbe-4d49-9c53-ddef61ff48aa. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,664 DEBUG test_negative_requests 215 59052 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 06:43:23,763 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:23,763 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:23,764 DEBUG test_negative_requests 208 59052 140735693222848 About to add next step to checklist uuid 295b0831-ae92-4109-8a25-55c93adce601
+2017-05-04 06:43:23,764 DEBUG api_checklist 116 59052 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/257e4a79-519a-4d7a-8027-189b3a54b135/checklist/295b0831-ae92-4109-8a25-55c93adce601/nextstep/
+2017-05-04 06:43:23,810 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,811 DEBUG test_negative_requests 215 59052 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 06:43:23,943 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:23,943 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:23,943 DEBUG test_negative_requests 208 59052 140735693222848 About to add next step to checklist uuid 295b0831-ae92-4109-8a25-55c93adce601
+2017-05-04 06:43:23,944 DEBUG api_checklist 116 59052 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/257e4a79-519a-4d7a-8027-189b3a54b135/checklist/295b0831-ae92-4109-8a25-55c93adce601/nextstep/
+2017-05-04 06:43:23,959 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:43:23,959 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f4dfdda-fae4-43da-8382-39ae8c3c458e/915f3d5b7128463299ae8f7b474f6275
+2017-05-04 06:43:23,983 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,983 DEBUG test_negative_requests 215 59052 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 06:43:23,984 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 06:43:23,984 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 06:43:23,990 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:23,992 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 06:43:23,992 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:23,992 DEBUG test_negative_requests 37 59052 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 06:43:24,012 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:24,022 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:43:24,022 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61152ba8-7a5b-47a1-929c-9fd735fa253e/3ac98879e13f40b3bf0019861649ff11
+2017-05-04 06:43:24,041 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:43:24,041 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8f3687c7-9aa3-4360-94fe-909bef606cbc/0963cfcec88a4eb88cb602cf754f2806
+2017-05-04 06:43:24,085 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:24,098 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:24,146 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:24,147 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43cc4f92-72ae-446b-bea0-4b9e3a6a6fab/cbfff4514ecc41f5a20ca5c3cf1dccf0
+2017-05-04 06:43:24,154 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:43:24,154 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:43:24,160 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:24,161 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:24,165 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:24,167 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:24,187 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:43:24,187 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:43:24,190 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:24,192 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:24,193 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:24,197 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:24,199 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:24,209 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:43:24,210 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:43:24,215 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:24,216 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:24,221 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:24,223 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:24,290 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:24,290 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:24,295 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:24,297 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:24,302 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:24,304 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:24,633 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:24,634 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6e2e9ba-09c9-40f0-99a9-878fc741831b/checklist/new/
+2017-05-04 06:43:24,676 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:24,676 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8cc4a331-4994-4af9-a0c7-a45c0d7f4c31/checklist/new/
+2017-05-04 06:43:24,697 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:24,698 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80a4d1f3-c3f0-46b8-90a7-7d29697af5d8/checklist/new/
+2017-05-04 06:43:24,737 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:43:24,738 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:43:24,787 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:43:24,787 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:43:24,798 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:24,799 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3925a83-1da0-432e-8343-092f7d74eb1f/checklist/new/
+2017-05-04 06:43:24,799 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:43:24,799 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:43:24,800 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:24,801 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:24,801 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:43:24,851 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:24,851 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:24,852 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:43:24,852 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:24,902 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:24,903 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:24,940 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:24,940 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:43:24,941 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:43:24,941 DEBUG api_checklist 24 59054 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80a4d1f3-c3f0-46b8-90a7-7d29697af5d8/checklist/new/
+2017-05-04 06:43:24,948 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:24,951 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:24,952 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80a4d1f3-c3f0-46b8-90a7-7d29697af5d8/checklist/new/
+2017-05-04 06:43:25,037 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:43:25,038 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:43:25,038 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:25,039 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34a5bb0e-d0c7-41dd-981d-26b634651f46/fe1b14f4815746099659f487fb87024e
+2017-05-04 06:43:25,090 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:25,095 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:25,170 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:25,170 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:25,176 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:25,178 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:25,182 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:25,183 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:25,308 DEBUG api_checklist 40 59054 140735693222848 Checklist was created successfully!
+2017-05-04 06:43:25,390 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:43:25,391 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/94f67452-7efc-45fe-8743-d41d6ac05c1d/2556a4e6fdf44fde9caa3f67383a1ae8
+2017-05-04 06:43:25,425 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:25,478 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:25,479 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14038a9f-802a-43e8-a9ef-cb124576a16a/checklist/new/
+2017-05-04 06:43:25,507 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:43:25,507 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:43:25,511 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:25,512 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:25,515 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:25,517 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:25,557 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:25,557 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:25,591 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:25,591 DEBUG test_negative_requests 43 59052 140735693222848 About to invite contact to the engagement of user STuY3N8
+2017-05-04 06:43:25,591 DEBUG api_virtual_function 119 59052 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 06:43:25,633 ERROR api_virtual_function 148 59052 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 34a5bb0e-d0c7-41dd-981d-26b634651f46. eng_uuid=a3925a83-1da0-432e-8343-092f7d74eb1f. checklist_uuid=None"
+2017-05-04 06:43:25,635 DEBUG test_negative_requests 49 59052 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 06:43:25,635 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 06:43:25,635 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 06:43:25,648 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:25,650 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 06:43:25,650 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:25,651 DEBUG test_negative_requests 54 59052 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 06:43:25,651 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:43:25,698 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:43:25,778 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:25,779 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/086eb922-6ecf-4144-80d6-c3bae8778d8c/4359cc7caafb400e84f83f517a9267d9
+2017-05-04 06:43:25,819 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:25,916 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:25,916 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:25,922 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:25,925 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:25,930 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:25,932 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:25,951 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:25,952 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/09ba4afb-1d50-4bdd-9cbe-5dee76696602/checklist/new/
+2017-05-04 06:43:26,027 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:43:26,027 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:43:26,065 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:26,065 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:26,065 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:43:26,299 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:26,299 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/527cfdff-9b0f-4f75-a393-71d908c89e66/checklist/new/
+2017-05-04 06:43:26,316 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:43:26,362 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:43:26,402 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:26,403 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:26,460 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:26,460 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:26,514 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:26,560 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:26,561 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:26,561 DEBUG test_negative_requests 63 59052 140735693222848 About to add a next step to VF STQpwxD using STTVLej@intl.att.com token.
+2017-05-04 06:43:26,561 DEBUG api_virtual_function 25 59052 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/527cfdff-9b0f-4f75-a393-71d908c89e66/nextsteps
+2017-05-04 06:43:26,592 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: 086eb922-6ecf-4144-80d6-c3bae8778d8c. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:26,593 DEBUG test_negative_requests 69 59052 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 06:43:26,735 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:26,735 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:26,735 DEBUG test_negative_requests 63 59052 140735693222848 About to add a next step to VF STQpwxD using dd1122@att.com token.
+2017-05-04 06:43:26,736 DEBUG api_virtual_function 25 59052 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/527cfdff-9b0f-4f75-a393-71d908c89e66/nextsteps
+2017-05-04 06:43:26,964 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:43:27,220 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:27,250 DEBUG api_virtual_function 40 59052 140735693222848 Next step was added to the engagement!
+2017-05-04 06:43:27,250 DEBUG test_negative_requests 69 59052 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 06:43:27,370 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:27,370 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:27,371 DEBUG test_negative_requests 63 59052 140735693222848 About to add a next step to VF STQpwxD using admin_ro@att.com token.
+2017-05-04 06:43:27,371 DEBUG api_virtual_function 25 59052 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/527cfdff-9b0f-4f75-a393-71d908c89e66/nextsteps
+2017-05-04 06:43:27,418 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:27,419 DEBUG test_negative_requests 69 59052 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 06:43:27,419 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 06:43:27,419 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 06:43:27,431 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:27,432 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 06:43:27,432 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:27,432 DEBUG test_negative_requests 221 59052 140735693222848 Local environment, skipping test...
+2017-05-04 06:43:27,433 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 06:43:27,433 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 06:43:27,444 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:27,446 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 06:43:27,446 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:27,507 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:27,557 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:27,558 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14783963-f015-4087-9558-9b0ff42717e6/1866fb617c074f4894f941b3ba29a5c5
+2017-05-04 06:43:27,602 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:27,701 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:27,701 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:27,706 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:27,707 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:27,708 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:43:27,712 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:27,715 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:27,733 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:27,818 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:28,018 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:28,249 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:28,454 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:28,454 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:28,529 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:28,554 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:28,554 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:28,607 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:28,607 DEBUG test_negative_requests 98 59052 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 06:43:28,680 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:28,680 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:28,680 DEBUG test_negative_requests 106 59052 140735693222848 About to create checklist for VF STqpOQF
+2017-05-04 06:43:28,680 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:28,686 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:28,688 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:28,688 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:28,766 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:28,767 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:28,798 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:28,823 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 14783963-f015-4087-9558-9b0ff42717e6. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:28,823 DEBUG test_negative_requests 112 59052 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:43:28,888 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:28,888 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:28,888 DEBUG test_negative_requests 106 59052 140735693222848 About to create checklist for VF STqpOQF
+2017-05-04 06:43:28,888 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:28,892 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:28,894 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:28,894 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:28,939 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:43:28,972 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:28,972 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:29,005 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:29,031 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,031 DEBUG test_negative_requests 112 59052 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:43:29,101 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:29,101 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:29,101 DEBUG test_negative_requests 106 59052 140735693222848 About to create checklist for VF STqpOQF
+2017-05-04 06:43:29,101 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:29,105 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:29,108 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:29,108 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e/checklist/new/
+2017-05-04 06:43:29,177 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:29,178 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:29,210 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:29,236 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,236 DEBUG test_negative_requests 112 59052 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:43:29,236 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 06:43:29,237 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 06:43:29,244 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:29,245 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 06:43:29,245 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:29,246 DEBUG test_negative_requests 74 59052 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 06:43:29,258 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:43:29,320 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:29,320 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c078bd94-5048-4ab1-8853-de06fa3db1b9/612fd30dca5545fd8ec64f9a27dd7d60
+2017-05-04 06:43:29,357 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:29,424 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:29,424 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:29,427 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:29,429 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:29,432 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:29,433 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:29,466 DEBUG db_general 177 59054 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPISTC0oPp';
+2017-05-04 06:43:29,470 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:29,535 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:43:29,537 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:43:29,913 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:29,913 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e2b680af-de8a-4728-9dd7-42c08284ea23/checklist/new/
+2017-05-04 06:43:30,004 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:30,004 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:30,056 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:30,189 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:30,190 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:30,190 DEBUG api_virtual_function 25 59052 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/e2b680af-de8a-4728-9dd7-42c08284ea23/nextsteps
+2017-05-04 06:43:30,264 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:30,264 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:43:30,411 DEBUG api_virtual_function 40 59052 140735693222848 Next step was added to the engagement!
+2017-05-04 06:43:30,489 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:30,502 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:30,503 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:30,503 DEBUG test_negative_requests 86 59052 140735693222848 About to edit a next step (ns uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285) using STLsxXv@intl.att.com token.
+2017-05-04 06:43:30,503 DEBUG api_virtual_function 156 59052 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/047b3afe-b3ac-4cc7-8254-642e7c681285/engagement/e2b680af-de8a-4728-9dd7-42c08284ea23/modify/
+2017-05-04 06:43:30,546 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,546 DEBUG test_negative_requests 92 59052 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 06:43:30,640 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:30,641 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:30,641 DEBUG test_negative_requests 86 59052 140735693222848 About to edit a next step (ns uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285) using dd1122@att.com token.
+2017-05-04 06:43:30,641 DEBUG api_virtual_function 156 59052 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/047b3afe-b3ac-4cc7-8254-642e7c681285/engagement/e2b680af-de8a-4728-9dd7-42c08284ea23/modify/
+2017-05-04 06:43:30,677 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,677 DEBUG test_negative_requests 92 59052 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 06:43:30,771 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:30,771 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:30,771 DEBUG test_negative_requests 86 59052 140735693222848 About to edit a next step (ns uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285) using admin_ro@att.com token.
+2017-05-04 06:43:30,772 DEBUG api_virtual_function 156 59052 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/047b3afe-b3ac-4cc7-8254-642e7c681285/engagement/e2b680af-de8a-4728-9dd7-42c08284ea23/modify/
+2017-05-04 06:43:30,812 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,813 DEBUG test_negative_requests 92 59052 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 06:43:30,813 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 06:43:30,813 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 06:43:30,820 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:30,821 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 06:43:30,822 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:30,822 DEBUG test_negative_requests 20 59052 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 06:43:30,945 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:30,945 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b5762ec6-dc14-4962-a1c6-c1969c245a28/5cf3836e61a94ef98bb23250b397a7b1
+2017-05-04 06:43:30,980 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:31,093 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:31,094 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:31,094 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:43:31,100 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:31,104 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:31,109 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:31,110 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:31,255 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:31,552 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:31,552 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/67ab3704-6e43-41c0-992a-55be03371432/checklist/new/
+2017-05-04 06:43:31,620 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:31,621 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:31,665 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:31,747 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:31,747 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/16b27c42-9b5c-4ee1-a54c-2cbcd3a99100/cbc87fa497314556971697a4ae868a8d
+2017-05-04 06:43:31,784 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:31,828 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:43:31,881 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:31,882 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:31,887 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:31,889 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:31,894 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:31,895 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:31,960 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:32,408 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:32,409 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9d32688e-0157-46e8-b139-7c472cb43a1f/checklist/new/
+2017-05-04 06:43:32,509 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:32,509 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:32,556 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:32,557 DEBUG test_negative_requests 26 59052 140735693222848 About to invite team member to the engagement of user SThNsxz
+2017-05-04 06:43:32,557 DEBUG api_virtual_function 87 59052 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 06:43:32,596 ERROR api_virtual_function 112 59052 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:43:32,597 DEBUG test_negative_requests 32 59052 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 06:43:32,597 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 06:43:32,597 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 06:43:32,610 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:32,612 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 06:43:32,612 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:32,707 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:32,707 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8be28d5-19fb-4cff-b22b-6c4185a1d5dd/04af026b609140e58f8e44b46cb5e002
+2017-05-04 06:43:32,755 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:32,832 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:32,832 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:32,837 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:32,839 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:32,843 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:32,845 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:32,845 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:33,037 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:43:33,304 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:33,304 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8ab27735-358c-4592-9c5a-666f78c1765c/checklist/new/
+2017-05-04 06:43:33,382 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:33,383 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:33,416 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:33,416 DEBUG test_negative_requests 146 59052 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 06:43:33,487 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:33,487 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:33,487 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8ab27735-358c-4592-9c5a-666f78c1765c/checklist/new/
+2017-05-04 06:43:33,492 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:33,494 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:33,494 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8ab27735-358c-4592-9c5a-666f78c1765c/checklist/new/
+2017-05-04 06:43:33,574 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:33,574 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:33,610 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:33,809 DEBUG api_checklist 40 59052 140735693222848 Checklist was created successfully!
+2017-05-04 06:43:33,809 DEBUG test_negative_requests 151 59052 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 06:43:33,809 DEBUG test_negative_requests 157 59052 140735693222848 About to change checklist state for VF STF0Nbl
+2017-05-04 06:43:33,858 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:43:33,889 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:33,889 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:33,930 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:33,930 DEBUG test_negative_requests 163 59052 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 06:43:33,930 DEBUG test_negative_requests 157 59052 140735693222848 About to change checklist state for VF STF0Nbl
+2017-05-04 06:43:33,997 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:33,997 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:34,031 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,031 DEBUG test_negative_requests 163 59052 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 06:43:34,032 DEBUG test_negative_requests 157 59052 140735693222848 About to change checklist state for VF STF0Nbl
+2017-05-04 06:43:34,047 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 06:43:34,047 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 06:43:34,061 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 06:43:34,062 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 06:43:34,062 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 06:43:34,110 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:34,111 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:34,139 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,140 DEBUG test_negative_requests 163 59052 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 06:43:34,140 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 06:43:34,140 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 06:43:34,151 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:34,152 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 06:43:34,152 DEBUG test_api_base 30 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 06:43:34,244 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:34,245 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec99e6a8-e4cf-46dd-b617-65583ff608ea/07c390755cfe4a47a74c1237094903ad
+2017-05-04 06:43:34,283 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:34,366 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:34,366 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:34,374 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:34,376 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:34,380 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:34,382 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:34,494 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:35,056 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:35,083 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:35,375 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:35,376 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8307638b-907a-4310-ab8a-586f059db09b/checklist/new/
+2017-05-04 06:43:35,465 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:35,465 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:35,514 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:35,514 DEBUG test_negative_requests 119 59052 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 06:43:35,572 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:35,627 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:35,628 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:35,628 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8307638b-907a-4310-ab8a-586f059db09b/checklist/new/
+2017-05-04 06:43:35,632 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:35,636 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:35,636 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8307638b-907a-4310-ab8a-586f059db09b/checklist/new/
+2017-05-04 06:43:35,723 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:35,723 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:35,769 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:35,995 DEBUG api_checklist 40 59052 140735693222848 Checklist was created successfully!
+2017-05-04 06:43:35,995 DEBUG test_negative_requests 124 59052 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 06:43:36,092 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:36,092 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:36,093 DEBUG test_negative_requests 132 59052 140735693222848 About to update checklist for VF STsUt24
+2017-05-04 06:43:36,093 DEBUG api_checklist 58 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//e08660f9-961e-4ab0-bb4e-847c7bafd97e/e08660f9-961e-4ab0-bb4e-847c7bafd97e
+2017-05-04 06:43:36,100 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:36,103 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:36,146 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: ec99e6a8-e4cf-46dd-b617-65583ff608ea. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,147 DEBUG test_negative_requests 139 59052 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:43:36,231 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:36,256 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:36,257 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:36,257 DEBUG test_negative_requests 132 59052 140735693222848 About to update checklist for VF STsUt24
+2017-05-04 06:43:36,257 DEBUG api_checklist 58 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//e08660f9-961e-4ab0-bb4e-847c7bafd97e/e08660f9-961e-4ab0-bb4e-847c7bafd97e
+2017-05-04 06:43:36,261 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:36,263 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:36,296 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:36,321 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,321 DEBUG test_negative_requests 139 59052 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:43:36,427 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:36,427 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:36,427 DEBUG test_negative_requests 132 59052 140735693222848 About to update checklist for VF STsUt24
+2017-05-04 06:43:36,428 DEBUG api_checklist 58 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//e08660f9-961e-4ab0-bb4e-847c7bafd97e/e08660f9-961e-4ab0-bb4e-847c7bafd97e
+2017-05-04 06:43:36,431 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:43:36,433 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:43:36,472 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,473 DEBUG test_negative_requests 139 59052 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 06:43:36,473 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 06:43:36,473 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 06:43:36,486 DEBUG test_api_base 42 59052 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 06:43:36,488 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 06:43:36,489 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 06:43:36,594 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 06:43:36,595 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 06:43:36,612 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 06:43:36,613 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 06:43:36,613 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 06:43:37,009 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:37,751 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:43:37,752 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a823fb41-fe14-4e30-a788-021293b69110/12752c7482ec4302bfdfa22bfb5a4d3b
+2017-05-04 06:43:37,801 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:37,918 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:43:37,919 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:43:37,926 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:37,927 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:37,932 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:37,934 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:38,269 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:38,269 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7f5bdbc3-e704-41b0-9218-03e0dea33348/checklist/new/
+2017-05-04 06:43:38,357 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:43:38,357 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:43:38,396 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:38,397 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:38,397 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:43:38,731 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:38,955 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:39,353 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:43:39,884 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_ST5A0uJ
+2017-05-04 06:43:39,885 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST5A0uJ', 'title_Announcement_ST5A0uJ-slug', '', 'description_Announcement_STtwr5u', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STtwr5u</p>', true, '', 1, 1);
+2017-05-04 06:43:39,889 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST5A0uJ', 'title_Announcement_ST5A0uJ-slug', '', 'description_Announcement_STtwr5u', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STtwr5u</p>', true, '', 1, 1);
+2017-05-04 06:43:39,899 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:43:39,899 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:43:39,899 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:43:39,904 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:43:39,906 DEBUG db_cms 64 59052 140735693222848 Query result: 233
+2017-05-04 06:43:39,906 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:43:39,906 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:43:39,910 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:43:39,913 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:43:39,913 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 233
+2017-05-04 06:43:39,913 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (233, 2);
+2017-05-04 06:43:39,917 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (233, 2);
+2017-05-04 06:43:39,920 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:43:40,005 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:43:40,018 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:43:40,018 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a243b043-8542-4636-8bd6-ff44f700e11c/00146ed62ca8421ea254ec14706c6f03
+2017-05-04 06:43:40,065 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:40,165 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:40,169 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:40,170 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:40,170 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:43:40,170 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99f063c7-1b61-476e-a43a-dab8cbd1cda0/b251e93dc10b4e21bad42be59cbdc1ca
+2017-05-04 06:43:40,175 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:40,177 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:40,181 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:40,182 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:40,212 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:40,338 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:43:40,339 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:43:40,345 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:40,347 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:40,352 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:40,354 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:40,466 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:40,863 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:40,863 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7dd83b9-f527-47e8-9c20-b3fdb63c67c8/checklist/new/
+2017-05-04 06:43:40,942 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:43:40,942 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:43:40,943 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:40,943 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2915a4b1-5298-4c9d-be30-71ef6187885a/checklist/new/
+2017-05-04 06:43:40,979 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:40,979 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:40,979 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:43:41,014 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:43:41,015 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:43:41,049 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:41,049 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:41,049 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:43:41,327 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:43:41,495 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-833';
+2017-05-04 06:43:41,498 DEBUG db_general 188 59054 140735693222848 Query result: 80a4d1f3-c3f0-46b8-90a7-7d29697af5d8
+2017-05-04 06:43:41,502 DEBUG db_user 49 59054 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '80a4d1f3-c3f0-46b8-90a7-7d29697af5d8' and email = 'ST3JdDk@intl.att.com' ;
+2017-05-04 06:43:41,505 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=dd83a309-0a2f-4d05-8ea5-cb322c66906d
+2017-05-04 06:43:41,848 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:43:41,872 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:43:42,173 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:42,173 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:43:42,517 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:43:42,533 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:43:42,648 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:42,653 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:43,020 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:43:43,165 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:43,447 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:43,820 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:43:43,933 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=dd83a309-0a2f-4d05-8ea5-cb322c66906d page is loaded.
+2017-05-04 06:43:44,174 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:43:44,455 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:43:44,843 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:44,980 DEBUG db_general 66 59055 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 06:43:44,983 DEBUG db_general 78 59055 140735693222848 Query result: STg94fw
+2017-05-04 06:43:45,150 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:43:45,698 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:46,247 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:47,628 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:43:48,232 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:48,232 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:43:48,239 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:48,363 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:48,363 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:43:49,012 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:43:49,127 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:43:49,645 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:43:49,738 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:49,748 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:43:49,848 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:50,251 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:50,367 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:50,374 DEBUG db_general 66 59055 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:43:50,379 DEBUG db_general 78 59055 140735693222848 Query result: None
+2017-05-04 06:43:50,383 DEBUG db_general 108 59055 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'ST7ZhpY' WHERE uuid = 'None' ;
+2017-05-04 06:43:50,387 DEBUG db_general 112 59055 140735693222848 Update query success!
+2017-05-04 06:43:50,387 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 06:43:50,387 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 06:43:50,413 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 06:43:50,414 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:43:50,414 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 06:43:50,764 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:51,376 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:43:51,771 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:43:52,533 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:53,662 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:43:53,662 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cef040b4-a340-48de-b2e3-d79fee255c69/27c6224fe2954f2b8769f77795eae78c
+2017-05-04 06:43:53,699 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:43:53,768 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:43:53,768 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:43:53,772 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:43:53,773 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:43:53,777 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:43:53,778 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:43:54,085 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:43:54,085 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/550cba48-2dd1-428c-b3ca-f0fe87c81fc4/checklist/new/
+2017-05-04 06:43:54,150 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:43:54,150 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:43:54,183 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:43:54,183 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:54,184 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:43:55,011 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:43:55,670 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:43:55,778 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:43:56,321 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:56,861 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 06:43:56,861 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 06:43:56,875 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 06:43:56,876 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 06:43:56,876 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 06:43:57,043 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 06:43:57,043 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 06:43:57,059 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 06:43:57,060 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 06:43:57,060 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 06:43:57,332 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:43:57,886 DEBUG db_general 66 59055 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'STg94fw';
+2017-05-04 06:43:57,904 DEBUG db_general 78 59055 140735693222848 Query result: Homer Simpson
+2017-05-04 06:43:57,986 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:43:58,671 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:43:58,937 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:43:58,937 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:43:59,098 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:59,448 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:43:59,515 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:43:59,835 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:44:00,489 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:44:00,511 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:44:00,511 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/02940a80-3df9-4df7-9c86-8aeb03068e53/1d6fc4af6a9742dc9b89e5664b8f2c3c
+2017-05-04 06:44:00,561 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:00,616 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:00,658 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:00,659 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:00,666 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:00,671 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:00,677 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:00,679 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:00,691 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: News
+2017-05-04 06:44:00,691 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:44:00,702 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:44:00,705 DEBUG db_cms 64 59052 140735693222848 Query result: 1
+2017-05-04 06:44:00,706 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 06:44:00,706 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 06:44:00,748 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 06:44:00,749 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 06:44:00,749 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 06:44:01,583 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:01,715 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:01,716 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/754a375e-f6cb-43fb-af77-f89e11149b92/checklist/new/
+2017-05-04 06:44:01,791 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:01,831 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:01,831 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:01,888 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:01,996 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:01,996 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:01,997 DEBUG api_checklist 24 59054 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/754a375e-f6cb-43fb-af77-f89e11149b92/checklist/new/
+2017-05-04 06:44:02,003 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:44:02,006 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:44:02,006 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/754a375e-f6cb-43fb-af77-f89e11149b92/checklist/new/
+2017-05-04 06:44:02,121 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:02,122 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:02,178 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:02,337 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:02,462 DEBUG api_checklist 40 59054 140735693222848 Checklist was created successfully!
+2017-05-04 06:44:02,466 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTWIspR' order by update_time desc limit 1;
+2017-05-04 06:44:02,469 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:44:03,100 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:03,100 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:44:03,124 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:03,347 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:44:03,459 DEBUG db_general 66 59055 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:44:03,463 DEBUG db_general 78 59055 140735693222848 Query result: None
+2017-05-04 06:44:03,467 DEBUG db_general 108 59055 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STIkr14' WHERE uuid = 'None' ;
+2017-05-04 06:44:03,469 DEBUG db_general 112 59055 140735693222848 Update query success!
+2017-05-04 06:44:03,469 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:44:03,470 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 06:44:03,479 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 06:44:03,479 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 06:44:03,479 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 06:44:03,961 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:44:04,325 DEBUG db_cms 142 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:04,326 DEBUG db_cms 116 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:04,326 DEBUG db_cms 118 59052 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:04,330 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:04,332 DEBUG db_cms 64 59052 140735693222848 Query result: 10
+2017-05-04 06:44:04,333 DEBUG db_cms 148 59052 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STWCpSv', 'title_Of_Page_STWCpSv-slug', '', 'description_Of_Page_STz9qdc', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STWCpSv', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:04,337 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STWCpSv', 'title_Of_Page_STWCpSv-slug', '', 'description_Of_Page_STz9qdc', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STWCpSv', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:04,346 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:04,346 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:04,346 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,353 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,356 DEBUG db_cms 64 59052 140735693222848 Query result: 111
+2017-05-04 06:44:04,356 DEBUG db_cms 152 59052 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:44:04,356 DEBUG db_cms 154 59052 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (111, '<p>description_Of_Page_STz9qdc</p>');
+2017-05-04 06:44:04,362 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (111, '<p>description_Of_Page_STz9qdc</p>');
+2017-05-04 06:44:04,371 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:04,371 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:04,371 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,376 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,378 DEBUG db_cms 64 59052 140735693222848 Query result: 111
+2017-05-04 06:44:04,378 DEBUG db_cms 142 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:04,378 DEBUG db_cms 116 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:04,379 DEBUG db_cms 118 59052 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:04,383 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:04,385 DEBUG db_cms 64 59052 140735693222848 Query result: 10
+2017-05-04 06:44:04,385 DEBUG db_cms 148 59052 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STWFg6w', 'title_Of_Page_STWFg6w-slug', '', 'description_Of_Page_ST7HLNo', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STWFg6w', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:04,390 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STWFg6w', 'title_Of_Page_STWFg6w-slug', '', 'description_Of_Page_ST7HLNo', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STWFg6w', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:04,400 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:04,400 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:04,401 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,406 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,408 DEBUG db_cms 64 59052 140735693222848 Query result: 112
+2017-05-04 06:44:04,409 DEBUG db_cms 152 59052 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:44:04,409 DEBUG db_cms 154 59052 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (112, '<p>description_Of_Page_ST7HLNo</p>');
+2017-05-04 06:44:04,412 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (112, '<p>description_Of_Page_ST7HLNo</p>');
+2017-05-04 06:44:04,420 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:04,421 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:04,421 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,424 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,425 DEBUG db_cms 64 59052 140735693222848 Query result: 112
+2017-05-04 06:44:04,426 DEBUG db_cms 142 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:04,426 DEBUG db_cms 116 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:04,426 DEBUG db_cms 118 59052 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:04,430 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:04,433 DEBUG db_cms 64 59052 140735693222848 Query result: 10
+2017-05-04 06:44:04,434 DEBUG db_cms 148 59052 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STnTRhr', 'title_Of_Page_STnTRhr-slug', '', 'description_Of_Page_STCG65t', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STnTRhr', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:04,438 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STnTRhr', 'title_Of_Page_STnTRhr-slug', '', 'description_Of_Page_STCG65t', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STnTRhr', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:04,448 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:04,449 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:04,449 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,454 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:04,456 DEBUG db_cms 64 59052 140735693222848 Query result: 113
+2017-05-04 06:44:04,456 DEBUG db_cms 152 59052 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:44:04,456 DEBUG db_cms 154 59052 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (113, '<p>description_Of_Page_STCG65t</p>');
+2017-05-04 06:44:04,463 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (113, '<p>description_Of_Page_STCG65t</p>');
+2017-05-04 06:44:04,472 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:04,591 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:44:04,591 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a83b21cd-d800-49e0-92fe-08fee53baff8/ed87da59ceab4b68a5b19789225f9325
+2017-05-04 06:44:04,636 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:04,637 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:44:04,739 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:04,739 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:04,743 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:04,745 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:04,751 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:04,752 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:04,782 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:05,268 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:05,268 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc1252b7-df75-49a3-8d69-e2f9d3c5e421/checklist/new/
+2017-05-04 06:44:05,362 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:05,362 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:05,414 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:05,415 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:05,415 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:44:05,443 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:05,789 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:05,954 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:06,416 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:44:06,950 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:44:06,950 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0b798834-f0a1-4b92-8299-1f9accdfec46/bc753ced76444f82994320a13a19baaa
+2017-05-04 06:44:06,964 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:44:06,987 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:07,072 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:44:07,072 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:44:07,076 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:07,077 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:07,081 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:07,083 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:07,097 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:44:07,216 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:07,497 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:07,498 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7966a08f-8401-4a25-820b-88af5101fc04/checklist/new/
+2017-05-04 06:44:07,503 DEBUG db_checklist 391 59054 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTWIspR' order by create_time desc limit 1;
+2017-05-04 06:44:07,603 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:44:07,603 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:44:07,659 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:07,660 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:07,660 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:44:08,227 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:44:08,353 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:08,527 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:44:08,894 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:09,190 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:44:09,308 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:09,501 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:09,505 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:44:09,633 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:44:10,178 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:10,499 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:10,523 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:10,523 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:44:10,661 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:44:10,696 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:11,399 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:44:11,708 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:44:11,844 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:44:12,023 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:44:12,116 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:12,747 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:12,785 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:44:12,944 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:13,037 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:44:13,259 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:14,063 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:14,064 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:14,068 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:14,070 DEBUG db_cms 64 59052 140735693222848 Query result: 113
+2017-05-04 06:44:14,086 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 06:44:14,086 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 06:44:14,103 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 06:44:14,103 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 06:44:14,103 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 06:44:14,272 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:44:15,057 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:44:16,211 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:17,221 DEBUG db_cms 142 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:17,222 DEBUG db_cms 116 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:17,222 DEBUG db_cms 118 59052 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:17,229 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:17,231 DEBUG db_cms 64 59052 140735693222848 Query result: 10
+2017-05-04 06:44:17,231 DEBUG db_cms 148 59052 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST29dvM', 'title_Of_Page_ST29dvM-slug', '', 'description_Of_Page_STH7scC', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST29dvM', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:17,235 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST29dvM', 'title_Of_Page_ST29dvM-slug', '', 'description_Of_Page_STH7scC', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST29dvM', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:17,238 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:17,238 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:17,238 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:17,242 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:17,244 DEBUG db_cms 64 59052 140735693222848 Query result: 114
+2017-05-04 06:44:17,244 DEBUG db_cms 152 59052 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:44:17,244 DEBUG db_cms 154 59052 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (114, '<p>description_Of_Page_STH7scC</p>');
+2017-05-04 06:44:17,249 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (114, '<p>description_Of_Page_STH7scC</p>');
+2017-05-04 06:44:17,252 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:17,329 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:44:17,329 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/532e1e36-bea4-48d3-900c-bce5da4e8289/1678bcb10ec343a0b54f1017c643290b
+2017-05-04 06:44:17,372 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:17,462 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:17,463 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:17,468 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:17,470 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:17,474 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:17,475 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:17,729 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:44:17,895 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:17,895 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0af067f9-0192-4bc0-981c-3f2da3ddb7d9/checklist/new/
+2017-05-04 06:44:17,989 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:17,989 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:18,028 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:18,029 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:18,029 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:44:18,589 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 06:44:18,589 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 06:44:18,606 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 06:44:18,606 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 06:44:18,606 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 06:44:18,939 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:44:19,393 DEBUG db_checklist 391 59054 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTWIspR' order by create_time desc limit 1;
+2017-05-04 06:44:19,620 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:44:19,760 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:20,105 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:20,581 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:44:20,754 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:20,803 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:44:21,219 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:21,245 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 06:44:21,245 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 06:44:21,262 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 06:44:21,263 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:44:21,263 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 06:44:21,509 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:21,785 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:22,030 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:22,141 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:44:22,141 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5b52a275-1690-464d-91bd-8d190d4d097c/076539e9c0ab40bebe8db8ede622edc2
+2017-05-04 06:44:22,196 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:22,336 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:44:22,336 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:44:22,341 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:22,344 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:22,348 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:22,350 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:22,582 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:44:22,796 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:22,797 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7420ed64-ed24-4bee-8a94-f8542a99363e/checklist/new/
+2017-05-04 06:44:22,880 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:44:22,881 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:44:22,918 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:22,919 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:22,919 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:44:23,594 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:23,693 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:44:23,748 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:44:23,997 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:44:24,419 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:44:24,547 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:24,722 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:24,722 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:24,728 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:24,730 DEBUG db_cms 64 59052 140735693222848 Query result: 114
+2017-05-04 06:44:24,755 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 06:44:24,755 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 06:44:24,777 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 06:44:24,777 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 06:44:24,778 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 06:44:24,884 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:44:24,885 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c68aa5b7-3d7a-4c41-9080-f51ed32075fa/2cd7c6176ae44397becd666d648642ef
+2017-05-04 06:44:25,012 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:25,198 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:44:25,199 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:44:25,208 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:25,210 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:25,215 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:25,218 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:25,543 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 06:44:25,544 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 06:44:25,565 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 06:44:25,566 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 06:44:25,566 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 06:44:25,625 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:25,978 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:25,979 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d17dd626-92ec-43a4-bc06-571ae77dd9b4/checklist/new/
+2017-05-04 06:44:26,108 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:44:26,109 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:44:26,143 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:26,195 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:26,195 DEBUG test_dashboard_feature 70 59053 140735693222848 Login with standard user ST42kTu@intl.att.com
+2017-05-04 06:44:26,196 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:26,196 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:44:27,152 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:44:27,206 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:44:27,862 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:44:27,892 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:27,922 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:28,041 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:28,406 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:28,574 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:29,308 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STdFk6g
+2017-05-04 06:44:29,309 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STdFk6g', 'title_Announcement_STdFk6g-slug', '', 'description_Announcement_STz5wik', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STz5wik</p>', true, '', 1, 1);
+2017-05-04 06:44:29,314 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STdFk6g', 'title_Announcement_STdFk6g-slug', '', 'description_Announcement_STz5wik', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STz5wik</p>', true, '', 1, 1);
+2017-05-04 06:44:29,327 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:29,328 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:29,328 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:44:29,329 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:44:29,335 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:44:29,340 DEBUG db_cms 64 59052 140735693222848 Query result: 234
+2017-05-04 06:44:29,341 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:44:29,342 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:44:29,350 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:44:29,353 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:44:29,353 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 234
+2017-05-04 06:44:29,353 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (234, 2);
+2017-05-04 06:44:29,358 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (234, 2);
+2017-05-04 06:44:29,371 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:29,477 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:44:29,477 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/923f1e71-e60a-4cb7-8c3f-ffa3024accd6/72dae1316bd44ba39095f71512bda297
+2017-05-04 06:44:29,480 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:44:29,480 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/775a2c89-b090-46b6-8c0c-4d2137e26b33/f19a2052580d46b78bc81ef3fd9d1a9a
+2017-05-04 06:44:29,522 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:29,533 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:29,583 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:44:29,619 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:29,619 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:29,619 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:29,619 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:29,624 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:29,625 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:29,626 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:29,626 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:29,630 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:29,630 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:29,631 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:29,631 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:30,004 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:30,004 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4994cc42-26aa-4a1f-b758-eadd5c4057c9/checklist/new/
+2017-05-04 06:44:30,009 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:30,009 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b3a05a07-911d-4943-bb35-1279552d71dc/checklist/new/
+2017-05-04 06:44:30,080 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:30,081 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:30,081 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:30,082 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:30,121 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:30,122 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:30,122 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:44:30,122 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:30,123 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:30,123 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:44:30,240 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:44:30,240 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:44:30,240 DEBUG fe_user 161 59053 140735693222848 Adding new next step (via api) and assigning it to user STSVGtc
+2017-05-04 06:44:30,241 DEBUG api_virtual_function 25 59053 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/d17dd626-92ec-43a4-bc06-571ae77dd9b4/nextsteps
+2017-05-04 06:44:30,337 DEBUG api_virtual_function 40 59053 140735693222848 Next step was added to the engagement!
+2017-05-04 06:44:30,337 DEBUG fe_user 163 59053 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 06:44:31,025 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:44:31,051 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:44:31,770 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:44:31,772 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:44:31,875 DEBUG fe_user 165 59053 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 06:44:31,888 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:31,926 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:32,494 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:32,495 DEBUG fe_dashboard 203 59053 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 06:44:32,527 DEBUG fe_dashboard 213 59053 140735693222848 > Check if creator of NS is the EL Homer Simpson
+2017-05-04 06:44:32,571 DEBUG fe_overview 36 59053 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 06:44:32,935 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:33,189 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:33,501 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:44:33,598 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:33,741 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:33,943 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:44:34,181 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:34,728 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:34,762 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:44:35,142 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 06:44:35,142 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 06:44:35,157 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 06:44:35,157 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 06:44:35,158 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 06:44:35,212 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 06:44:35,213 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 06:44:35,230 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 06:44:35,231 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 06:44:35,231 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 06:44:35,446 DEBUG fe_overview 41 59053 140735693222848 Login with EL user hs0007@att.com
+2017-05-04 06:44:35,446 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:35,446 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:44:36,314 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:44:36,985 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:44:37,117 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:37,566 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:38,080 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:38,220 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:38,369 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:38,600 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:38,736 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:39,085 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:44:39,085 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9638306e-3b9a-47e0-8ed3-2f83e650c28d/7665da95c2ca4daf8c237a19b5066e14
+2017-05-04 06:44:39,112 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:39,150 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:39,264 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:44:39,264 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:44:39,270 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:39,272 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:39,279 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:39,282 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:39,615 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:39,616 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/858ed9e0-1394-47de-b347-d277ecfc62f2/checklist/new/
+2017-05-04 06:44:39,624 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:39,684 DEBUG db_cms 132 59052 140735693222848 Delete all posts
+2017-05-04 06:44:39,684 DEBUG db_cms 134 59052 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 06:44:39,689 DEBUG db_cms 28 59052 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 06:44:39,696 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:39,697 DEBUG db_cms 137 59052 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 06:44:39,704 DEBUG db_cms 28 59052 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 06:44:39,720 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:44:39,720 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:44:39,722 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:39,722 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_FAQSTj6zLU
+2017-05-04 06:44:39,723 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTj6zLU', 'title_FAQSTj6zLU-slug', '', 'description_FAQ_STzYCw7', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STzYCw7</p>', true, '', 1, 1);
+2017-05-04 06:44:39,727 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTj6zLU', 'title_FAQSTj6zLU-slug', '', 'description_FAQ_STzYCw7', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STzYCw7</p>', true, '', 1, 1);
+2017-05-04 06:44:39,735 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:39,735 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:44:39,735 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:44:39,739 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:44:39,741 DEBUG db_cms 64 59052 140735693222848 Query result: 235
+2017-05-04 06:44:39,742 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 06:44:39,742 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 06:44:39,745 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 06:44:39,746 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:44:39,750 DEBUG db_cms 64 59052 140735693222848 Query result: 3
+2017-05-04 06:44:39,750 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 235
+2017-05-04 06:44:39,750 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (235, 3);
+2017-05-04 06:44:39,755 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (235, 3);
+2017-05-04 06:44:39,763 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:39,766 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:39,766 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:39,766 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:44:39,878 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:44:39,879 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e19abe7-98a1-48e7-8bc3-d15689fdebdf/424cbdd68d794056a05dc9d7f5c26143
+2017-05-04 06:44:39,916 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:39,989 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:39,989 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:39,995 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:39,997 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:40,002 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:40,003 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:40,270 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:40,271 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/245ae05b-7d62-4476-b838-31ff8c6b2567/checklist/new/
+2017-05-04 06:44:40,274 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:44:40,277 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:44:40,281 DEBUG db_general 66 59053 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 06:44:40,289 DEBUG db_general 78 59053 140735693222848 Query result: 1678
+2017-05-04 06:44:40,289 DEBUG fe_overview 49 59053 140735693222848 el_assigned_ns=1678
+2017-05-04 06:44:40,339 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:40,339 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:40,373 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:40,373 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:40,373 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:44:40,592 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:44:41,228 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:44:41,242 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:44:41,358 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:41,925 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:41,930 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:44:42,052 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:42,436 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:43,062 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:44:43,446 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:44:43,614 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 06:44:43,614 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 06:44:43,630 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 06:44:43,631 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 06:44:43,631 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 06:44:43,973 DEBUG db_general 66 59055 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 06:44:43,975 DEBUG db_general 78 59055 140735693222848 Query result: None
+2017-05-04 06:44:43,978 DEBUG db_general 66 59055 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 06:44:43,981 DEBUG db_general 78 59055 140735693222848 Query result: b987041c-b20b-4cef-b182-2ca761b660d4
+2017-05-04 06:44:43,986 DEBUG db_general 108 59055 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'b987041c-b20b-4cef-b182-2ca761b660d4' ;
+2017-05-04 06:44:43,995 DEBUG db_general 112 59055 140735693222848 Update query success!
+2017-05-04 06:44:43,999 DEBUG db_general 108 59055 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 06:44:44,008 DEBUG db_general 112 59055 140735693222848 Update query success!
+2017-05-04 06:44:44,012 DEBUG db_general 66 59055 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:44:44,016 DEBUG db_general 78 59055 140735693222848 Query result: STYK7wM@intl.att.com
+2017-05-04 06:44:44,726 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:45,734 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:46,727 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_NewsST5EGC6
+2017-05-04 06:44:46,728 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsST5EGC6', 'title_NewsST5EGC6-slug', '', 'description_NewsSToPmwa', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSToPmwa</p>', true, '', 1, 1);
+2017-05-04 06:44:46,734 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsST5EGC6', 'title_NewsST5EGC6-slug', '', 'description_NewsSToPmwa', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSToPmwa</p>', true, '', 1, 1);
+2017-05-04 06:44:46,748 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:46,748 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:44:46,748 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:44:46,752 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:44:46,755 DEBUG db_cms 64 59052 140735693222848 Query result: 236
+2017-05-04 06:44:46,755 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: News
+2017-05-04 06:44:46,755 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:44:46,758 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 06:44:46,760 DEBUG db_cms 64 59052 140735693222848 Query result: 1
+2017-05-04 06:44:46,760 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 236
+2017-05-04 06:44:46,760 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (236, 1);
+2017-05-04 06:44:46,765 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (236, 1);
+2017-05-04 06:44:46,774 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:46,850 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:44:46,851 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/46152286-de33-413f-9298-5392064fdc3f/5d5c6e483ee0410f80c1e2086934de26
+2017-05-04 06:44:46,882 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:46,882 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:46,882 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:44:47,839 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:44:48,511 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:44:48,619 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:49,628 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:44:50,651 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-857';
+2017-05-04 06:44:50,654 DEBUG db_general 188 59055 140735693222848 Query result: 858ed9e0-1394-47de-b347-d277ecfc62f2
+2017-05-04 06:44:50,658 DEBUG db_user 49 59055 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '858ed9e0-1394-47de-b347-d277ecfc62f2' and email = 'STYK7wM@intl.att.com' ;
+2017-05-04 06:44:50,660 DEBUG fe_general 37 59055 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=26ebdfa2-60f5-4ca9-abc6-8895e3365b7e
+2017-05-04 06:44:50,844 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 06:44:50,844 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 06:44:50,860 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 06:44:50,861 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 06:44:50,861 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 06:44:51,156 ERROR exception_decor 23 59053 140735693222848 There was an exception in test_assigned_next_steps
+2017-05-04 06:44:51,160 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:44:51,161 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:44:51,168 ERROR exception_decor 23 59054 140735693222848 There was an exception in test_create_checklist_without_files
+2017-05-04 06:44:51,171 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 06:44:51,171 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 06:44:51,179 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 06:44:51,180 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 06:44:51,181 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 06:44:51,194 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 06:44:51,194 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 06:44:51,195 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 06:44:51,326 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:51,327 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:44:52,284 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:44:52,979 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:44:53,124 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=26ebdfa2-60f5-4ca9-abc6-8895e3365b7e page is loaded.
+2017-05-04 06:44:53,668 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:53,771 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:53,982 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:54,357 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:44:54,794 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:44:54,928 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:44:54,929 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/67217fcf-1b92-4e5d-bb90-469fe199020a/6763170a08e3412581c3a97b0840435c
+2017-05-04 06:44:54,974 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:55,072 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:44:55,073 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:44:55,081 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:55,084 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:55,089 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:55,090 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:55,144 DEBUG db_cms 142 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:55,144 DEBUG db_cms 116 59052 140735693222848 Retrive id of documentation page:
+2017-05-04 06:44:55,145 DEBUG db_cms 118 59052 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:55,151 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 06:44:55,153 DEBUG db_cms 64 59052 140735693222848 Query result: 10
+2017-05-04 06:44:55,153 DEBUG db_cms 148 59052 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STEPJBv', 'title_Of_Page_STEPJBv-slug', '', 'description_Of_Page_STXbRLw', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STEPJBv', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:55,157 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STEPJBv', 'title_Of_Page_STEPJBv-slug', '', 'description_Of_Page_STXbRLw', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STEPJBv', 'richtextpage', true, 10, 1);
+2017-05-04 06:44:55,169 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:55,169 DEBUG db_cms 124 59052 140735693222848 Retrive id of last page inserted:
+2017-05-04 06:44:55,170 DEBUG db_cms 126 59052 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:55,173 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 06:44:55,175 DEBUG db_cms 64 59052 140735693222848 Query result: 115
+2017-05-04 06:44:55,175 DEBUG db_cms 152 59052 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 06:44:55,176 DEBUG db_cms 154 59052 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (115, '<p>description_Of_Page_STXbRLw</p>');
+2017-05-04 06:44:55,180 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (115, '<p>description_Of_Page_STXbRLw</p>');
+2017-05-04 06:44:55,183 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:44:55,276 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:44:55,277 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d634125-6c28-4714-bb42-3a11a8af0988/e8ac7219bd2a41f2b2904fda3545e484
+2017-05-04 06:44:55,324 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:55,426 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:55,426 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:55,431 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:55,432 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:55,439 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:55,441 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:55,556 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:55,556 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1c98efc3-0b61-44eb-ac13-daa74312e5b3/checklist/new/
+2017-05-04 06:44:55,646 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:44:55,646 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7dad5caf-dd12-490b-a99a-1d81f93a8a5f/7da6ec4b56824bb19fc281ba8a9a1310
+2017-05-04 06:44:55,647 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:44:55,647 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:44:55,686 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:55,687 DEBUG test_dashboard_feature 83 59053 140735693222848 About to login with EL and add VFC
+2017-05-04 06:44:55,687 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:55,687 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:44:55,689 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:44:55,782 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:55,782 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:55,786 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:44:55,789 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:44:55,793 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:44:55,795 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:44:56,085 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:56,085 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/411c4561-48fc-4c4d-9ceb-26bdfa9a3154/checklist/new/
+2017-05-04 06:44:56,176 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:44:56,177 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:44:56,212 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:56,212 DEBUG test_cms_news_and_announcementsion 60 59052 140735693222848 About to login with EL and add VFC
+2017-05-04 06:44:56,212 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:44:56,367 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:44:56,367 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c4d56643-9dc2-4aac-8cbe-802a7fa28491/checklist/new/
+2017-05-04 06:44:56,436 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:44:56,437 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:44:56,472 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:44:56,473 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:56,473 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:44:56,503 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:44:56,885 DEBUG test_cms_news_and_announcementsion 65 59052 140735693222848 Login with user hs0007@att.com
+2017-05-04 06:44:56,886 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:44:56,887 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:44:57,154 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:44:57,266 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:57,356 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:44:57,708 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:44:58,046 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:44:58,172 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:58,173 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:58,372 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:44:58,573 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:44:58,622 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:44:59,166 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:44:59,180 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:44:59,318 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:44:59,846 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STv40B8';
+2017-05-04 06:44:59,849 DEBUG db_general 188 59054 140735693222848 Query result: c4d56643-9dc2-4aac-8cbe-802a7fa28491
+2017-05-04 06:44:59,854 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STv40B8';
+2017-05-04 06:44:59,856 DEBUG db_general 188 59054 140735693222848 Query result: c4d56643-9dc2-4aac-8cbe-802a7fa28491
+2017-05-04 06:44:59,861 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c4d56643-9dc2-4aac-8cbe-802a7fa28491';
+2017-05-04 06:44:59,863 DEBUG db_general 188 59054 140735693222848 Query result: 2017-861
+2017-05-04 06:44:59,867 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-861';
+2017-05-04 06:44:59,870 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:44:59,879 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'c4d56643-9dc2-4aac-8cbe-802a7fa28491';
+2017-05-04 06:44:59,882 DEBUG db_general 188 59054 140735693222848 Query result: 2017-861
+2017-05-04 06:45:00,172 DEBUG db_general 66 59055 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 06:45:00,174 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:00,175 DEBUG db_general 78 59055 140735693222848 Query result: b987041c-b20b-4cef-b182-2ca761b660d4
+2017-05-04 06:45:00,180 DEBUG db_general 108 59055 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STTGDtz' WHERE uuid = 'b987041c-b20b-4cef-b182-2ca761b660d4' ;
+2017-05-04 06:45:00,190 DEBUG db_general 112 59055 140735693222848 Update query success!
+2017-05-04 06:45:00,190 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 06:45:00,191 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 06:45:00,208 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 06:45:00,209 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 06:45:00,209 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 06:45:00,436 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:00,542 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:00,882 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:01,284 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:01,400 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:01,717 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:02,332 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:45:02,518 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:02,776 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:03,308 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:45:03,899 DEBUG fe_cms 63 59052 140735693222848 Search Documentation by title
+2017-05-04 06:45:04,202 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:04,463 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:45:04,464 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a0e0cba-569b-4e7e-a860-9213fc314887/a5c1308675ca434197d2c999b49290ba
+2017-05-04 06:45:04,505 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:45:04,533 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:04,590 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:45:04,590 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:45:04,594 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:45:04,595 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:45:04,602 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:45:04,604 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:45:04,876 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:45:04,876 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2b05487-75f1-4f40-a997-02efed01c316/checklist/new/
+2017-05-04 06:45:04,950 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:45:04,950 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:45:04,982 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:45:04,983 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:04,983 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:45:05,313 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:05,348 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:45:05,841 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:45:06,320 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:06,374 DEBUG fe_cms 68 59052 140735693222848 Documentation found (searched by title)
+2017-05-04 06:45:06,374 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:06,487 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:45:06,619 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:07,040 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:07,041 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:45:07,150 DEBUG test_cms_news_and_announcementsion 65 59052 140735693222848 Login with user STYK7wM@intl.att.com
+2017-05-04 06:45:07,150 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:07,150 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:45:07,206 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:07,410 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:07,940 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:07,944 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:45:08,065 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:45:08,214 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:08,564 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:45:08,655 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:08,697 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:45:08,823 DEBUG fe_dashboard 172 59053 140735693222848 Login with user hs0007@att.com
+2017-05-04 06:45:08,823 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:08,823 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:45:08,840 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:08,948 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:45:09,599 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:09,680 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:45:09,962 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:10,182 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:10,329 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:45:10,443 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:10,607 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:45:10,660 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:10,903 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:10,955 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:11,425 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:11,512 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:11,649 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:45:11,865 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:12,024 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:12,960 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:13,033 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:45:13,204 DEBUG fe_cms 63 59052 140735693222848 Search Documentation by title
+2017-05-04 06:45:13,597 DEBUG fe_dashboard 174 59053 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:45:14,511 DEBUG fe_dashboard 179 59053 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:45:14,662 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:45:15,031 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:15,629 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:15,686 DEBUG fe_cms 68 59052 140735693222848 Documentation found (searched by title)
+2017-05-04 06:45:15,686 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:15,758 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:16,288 DEBUG test_cms_news_and_announcementsion 65 59052 140735693222848 Login with user ST8QBlI@intl.att.com
+2017-05-04 06:45:16,288 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:16,288 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:45:16,766 DEBUG fe_dashboard 181 59053 140735693222848 Search engagement by VF name
+2017-05-04 06:45:17,084 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:45:17,168 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 06:45:17,168 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 06:45:17,183 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 06:45:17,184 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 06:45:17,184 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 06:45:17,415 DEBUG fe_dashboard 186 59053 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:45:17,728 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:45:17,875 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:18,448 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:19,075 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:19,456 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:19,483 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:45:20,081 DEBUG fe_dashboard 188 59053 140735693222848 Search engagement by VFC
+2017-05-04 06:45:20,092 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:20,167 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:20,615 DEBUG db_general 66 59055 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:45:20,632 DEBUG db_general 78 59055 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 06:45:20,638 DEBUG db_general 90 59055 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 06:45:20,641 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:45:20,645 DEBUG db_general 90 59055 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('e4e82a88-e3f7-4db0-bd47-229409cc361d', 'AIC', '433', 'TRUE', 0);
+2017-05-04 06:45:20,652 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:45:20,653 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:20,653 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:45:20,808 DEBUG fe_dashboard 193 59053 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:45:21,679 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:45:22,041 DEBUG fe_cms 63 59052 140735693222848 Search Documentation by title
+2017-05-04 06:45:22,309 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:22,380 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:45:22,505 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:22,515 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:45:22,828 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:23,421 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:23,511 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 06:45:23,615 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:45:23,837 DEBUG fe_dashboard 195 59053 140735693222848 Negative search: search by random string
+2017-05-04 06:45:24,428 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:45:24,532 DEBUG fe_cms 68 59052 140735693222848 Documentation found (searched by title)
+2017-05-04 06:45:24,533 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:24,546 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:25,119 DEBUG test_cms_news_and_announcementsion 65 59052 140735693222848 Login with user admin@att.com
+2017-05-04 06:45:25,120 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:25,120 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:45:25,178 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STqQzZT';
+2017-05-04 06:45:25,182 DEBUG db_general 188 59054 140735693222848 Query result: 165a6962-7261-44ee-840f-83a2add30be7
+2017-05-04 06:45:25,200 DEBUG fe_dashboard 172 59053 140735693222848 Login with user dd1122@att.com
+2017-05-04 06:45:25,201 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:25,201 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:45:25,666 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:25,867 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:45:25,908 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:45:26,013 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:45:26,304 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:26,540 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:45:26,633 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:26,649 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:45:26,747 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:26,876 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 06:45:26,876 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 06:45:26,899 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 06:45:26,899 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 06:45:26,899 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 06:45:27,262 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:27,420 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:27,562 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:27,934 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:28,041 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:28,449 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:28,566 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:29,031 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:29,216 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:29,354 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:45:29,574 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:45:30,041 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:30,094 DEBUG fe_dashboard 174 59053 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:45:30,468 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:45:30,468 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7f77354f-5ef0-4b0e-a393-02f5d83e29e6/7c79c147b19a49e0b92ebf9b42a77c03
+2017-05-04 06:45:30,503 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:45:30,586 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:45:30,587 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:45:30,591 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:45:30,592 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:45:30,596 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:45:30,597 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:45:30,731 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:30,850 DEBUG db_general 90 59055 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='e4e82a88-e3f7-4db0-bd47-229409cc361d'
+2017-05-04 06:45:30,865 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:45:30,869 DEBUG db_general 90 59055 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 06:45:30,871 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:45:30,872 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 06:45:30,872 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 06:45:30,883 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 06:45:30,884 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 06:45:30,884 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 06:45:30,990 DEBUG fe_dashboard 179 59053 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:45:31,130 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:45:31,130 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/605e8b52-6881-4207-b3d8-81289df467c1/checklist/new/
+2017-05-04 06:45:31,261 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:45:31,261 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:45:31,314 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:45:31,314 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:31,314 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:45:32,287 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:45:32,623 DEBUG fe_cms 63 59052 140735693222848 Search Documentation by title
+2017-05-04 06:45:32,895 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:32,981 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:45:33,166 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:33,907 DEBUG fe_dashboard 181 59053 140735693222848 Search engagement by VF name
+2017-05-04 06:45:33,997 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:45:34,173 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:45:34,520 DEBUG fe_dashboard 186 59053 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:45:34,699 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:45:34,701 DEBUG db_general 188 59054 140735693222848 Query result: 0043ebb8-3620-4c78-b088-bb55d6ff6170
+2017-05-04 06:45:34,706 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:45:34,709 DEBUG db_general 188 59054 140735693222848 Query result: 605e8b52-6881-4207-b3d8-81289df467c1
+2017-05-04 06:45:34,713 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:45:34,715 DEBUG db_general 188 59054 140735693222848 Query result: 605e8b52-6881-4207-b3d8-81289df467c1
+2017-05-04 06:45:34,719 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '605e8b52-6881-4207-b3d8-81289df467c1';
+2017-05-04 06:45:34,721 DEBUG db_general 188 59054 140735693222848 Query result: 2017-863
+2017-05-04 06:45:34,725 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-863';
+2017-05-04 06:45:34,727 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:45:34,735 DEBUG fe_checklist 50 59054 140735693222848 EL email: hs0007@att.com
+2017-05-04 06:45:34,739 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '605e8b52-6881-4207-b3d8-81289df467c1';
+2017-05-04 06:45:34,742 DEBUG db_general 188 59054 140735693222848 Query result: 2017-863
+2017-05-04 06:45:34,823 DEBUG fe_cms 68 59052 140735693222848 Documentation found (searched by title)
+2017-05-04 06:45:34,823 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:35,193 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:45:35,193 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/af6021b7-e1c5-4edd-9b30-8b2009475494/38ca3dae240f4b3aa4d88673b1de0c22
+2017-05-04 06:45:35,234 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:45:35,332 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:45:35,333 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:45:35,338 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:45:35,340 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:45:35,347 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:45:35,350 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:45:35,555 DEBUG test_cms_news_and_announcementsion 65 59052 140735693222848 Login with user admin_ro@att.com
+2017-05-04 06:45:35,556 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:35,556 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:45:35,618 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:35,778 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:36,131 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:36,205 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:45:36,205 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f2253e5-ab4e-4e71-ae7f-cfb22d5a1235/checklist/new/
+2017-05-04 06:45:36,295 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:36,317 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:45:36,317 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:45:36,363 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:45:36,364 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:36,364 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:45:36,568 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:45:36,810 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:37,249 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:45:37,256 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:37,263 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:45:37,407 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:37,822 DEBUG fe_dashboard 188 59053 140735693222848 Search engagement by VFC
+2017-05-04 06:45:37,951 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:37,959 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:45:38,076 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:38,428 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:38,464 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:38,484 DEBUG fe_dashboard 193 59053 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:45:38,858 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:39,287 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:39,373 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:39,473 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:39,799 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:39,946 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=0043ebb8-3620-4c78-b088-bb55d6ff6170&inviter_uuid=7f77354f-5ef0-4b0e-a393-02f5d83e29e6&email=automationqattSTlRdnL@gmail.com
+2017-05-04 06:45:40,168 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:40,380 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:45:40,806 DEBUG fe_dashboard 195 59053 140735693222848 Negative search: search by random string
+2017-05-04 06:45:41,458 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:41,611 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:41,721 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:41,921 DEBUG fe_cms 63 59052 140735693222848 Search Documentation by title
+2017-05-04 06:45:42,412 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:42,412 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:45:42,580 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:42,746 DEBUG fe_dashboard 172 59053 140735693222848 Login with user STkjJto@intl.att.com
+2017-05-04 06:45:42,747 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:42,747 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:45:43,279 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:45:43,589 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:45:43,769 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:43,914 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:45:44,010 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:44,146 DEBUG fe_cms 68 59052 140735693222848 Documentation found (searched by title)
+2017-05-04 06:45:44,147 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 06:45:44,147 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 06:45:44,163 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 06:45:44,164 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 06:45:44,164 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 06:45:44,225 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:45:44,402 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:44,918 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:45,385 DEBUG test_detailed_view 34 59055 140735693222848 Add Deployment Target
+2017-05-04 06:45:45,433 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:45,463 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:45:45,577 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:45,983 DEBUG fe_dashboard 174 59053 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:45:46,432 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:45:46,440 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:45:46,809 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:47,245 DEBUG fe_dashboard 179 59053 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:45:47,459 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STZXjTS
+2017-05-04 06:45:47,459 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STZXjTS', 'title_Announcement_STZXjTS-slug', '', 'description_Announcement_ST76XkD', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST76XkD</p>', true, '', 1, 1);
+2017-05-04 06:45:47,464 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STZXjTS', 'title_Announcement_STZXjTS-slug', '', 'description_Announcement_ST76XkD', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST76XkD</p>', true, '', 1, 1);
+2017-05-04 06:45:47,473 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,474 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:47,474 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,479 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,481 DEBUG db_cms 64 59052 140735693222848 Query result: 237
+2017-05-04 06:45:47,481 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:45:47,481 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,485 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,487 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:45:47,487 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 237
+2017-05-04 06:45:47,488 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (237, 2);
+2017-05-04 06:45:47,492 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (237, 2);
+2017-05-04 06:45:47,494 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,495 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STNcsw5
+2017-05-04 06:45:47,495 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STNcsw5', 'title_Announcement_STNcsw5-slug', '', 'description_Announcement_ST97TdB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST97TdB</p>', true, '', 1, 1);
+2017-05-04 06:45:47,500 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STNcsw5', 'title_Announcement_STNcsw5-slug', '', 'description_Announcement_ST97TdB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST97TdB</p>', true, '', 1, 1);
+2017-05-04 06:45:47,504 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,504 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:47,505 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,508 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,510 DEBUG db_cms 64 59052 140735693222848 Query result: 238
+2017-05-04 06:45:47,510 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:45:47,510 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,514 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,516 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:45:47,516 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 238
+2017-05-04 06:45:47,516 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (238, 2);
+2017-05-04 06:45:47,519 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (238, 2);
+2017-05-04 06:45:47,522 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,522 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STx9Cne
+2017-05-04 06:45:47,522 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STx9Cne', 'title_Announcement_STx9Cne-slug', '', 'description_Announcement_ST4FYkf', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST4FYkf</p>', true, '', 1, 1);
+2017-05-04 06:45:47,525 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STx9Cne', 'title_Announcement_STx9Cne-slug', '', 'description_Announcement_ST4FYkf', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST4FYkf</p>', true, '', 1, 1);
+2017-05-04 06:45:47,529 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,529 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:47,529 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,533 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,535 DEBUG db_cms 64 59052 140735693222848 Query result: 239
+2017-05-04 06:45:47,535 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:45:47,535 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,539 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,542 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:45:47,542 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 239
+2017-05-04 06:45:47,542 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (239, 2);
+2017-05-04 06:45:47,548 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (239, 2);
+2017-05-04 06:45:47,556 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,556 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STdD7ru
+2017-05-04 06:45:47,556 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STdD7ru', 'title_Announcement_STdD7ru-slug', '', 'description_Announcement_STk6jnv', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STk6jnv</p>', true, '', 1, 1);
+2017-05-04 06:45:47,560 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STdD7ru', 'title_Announcement_STdD7ru-slug', '', 'description_Announcement_STk6jnv', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STk6jnv</p>', true, '', 1, 1);
+2017-05-04 06:45:47,568 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,569 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:47,569 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,572 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,574 DEBUG db_cms 64 59052 140735693222848 Query result: 240
+2017-05-04 06:45:47,575 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:45:47,575 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,580 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,583 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:45:47,584 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 240
+2017-05-04 06:45:47,584 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (240, 2);
+2017-05-04 06:45:47,589 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (240, 2);
+2017-05-04 06:45:47,599 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,600 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STaBGD6
+2017-05-04 06:45:47,600 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STaBGD6', 'title_Announcement_STaBGD6-slug', '', 'description_Announcement_STXt1wq', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXt1wq</p>', true, '', 1, 1);
+2017-05-04 06:45:47,604 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STaBGD6', 'title_Announcement_STaBGD6-slug', '', 'description_Announcement_STXt1wq', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STXt1wq</p>', true, '', 1, 1);
+2017-05-04 06:45:47,612 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,613 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:47,613 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,617 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,619 DEBUG db_cms 64 59052 140735693222848 Query result: 241
+2017-05-04 06:45:47,619 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:45:47,619 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,623 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,625 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:45:47,625 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 241
+2017-05-04 06:45:47,625 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (241, 2);
+2017-05-04 06:45:47,628 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (241, 2);
+2017-05-04 06:45:47,631 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,631 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STAQZp9
+2017-05-04 06:45:47,631 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STAQZp9', 'title_Announcement_STAQZp9-slug', '', 'description_Announcement_STJZLrt', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJZLrt</p>', true, '', 1, 1);
+2017-05-04 06:45:47,635 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STAQZp9', 'title_Announcement_STAQZp9-slug', '', 'description_Announcement_STJZLrt', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJZLrt</p>', true, '', 1, 1);
+2017-05-04 06:45:47,639 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,639 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:47,640 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,645 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:45:47,647 DEBUG db_cms 64 59052 140735693222848 Query result: 242
+2017-05-04 06:45:47,647 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:45:47,647 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,653 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:45:47,656 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:45:47,656 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 242
+2017-05-04 06:45:47,656 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (242, 2);
+2017-05-04 06:45:47,660 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (242, 2);
+2017-05-04 06:45:47,663 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:45:47,810 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:45:47,811 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/40316e15-379d-414f-97e6-6e6ae7853a44/c8b0855866c14808b40c60333df2532a
+2017-05-04 06:45:47,885 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:45:48,087 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:48,125 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:45:48,125 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:45:48,130 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:45:48,132 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:45:48,136 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:45:48,139 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:45:48,362 DEBUG test_detailed_view 36 59055 140735693222848 Add VFC no.1
+2017-05-04 06:45:48,534 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:48,543 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:45:48,543 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99a0e14f-747f-43df-8e35-5adf19495928/checklist/new/
+2017-05-04 06:45:48,620 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:45:48,620 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:45:48,657 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:45:48,657 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:48,657 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:45:48,876 DEBUG fe_dashboard 181 59053 140735693222848 Search engagement by VF name
+2017-05-04 06:45:49,531 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:45:49,578 DEBUG fe_dashboard 186 59053 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:45:49,904 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:50,219 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:45:50,335 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:50,755 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:51,498 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:51,767 DEBUG fe_dashboard 188 59053 140735693222848 Search engagement by VFC
+2017-05-04 06:45:52,202 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:52,426 DEBUG fe_dashboard 193 59053 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:45:52,636 DEBUG fe_detailed_view 101 59055 140735693222848 Add VFC no.2
+2017-05-04 06:45:53,231 DEBUG db_cms 194 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:45:53,231 DEBUG db_cms 196 59052 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STAQZp9' ;
+2017-05-04 06:45:53,236 DEBUG db_cms 42 59052 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STAQZp9' ;
+2017-05-04 06:45:53,245 DEBUG db_cms 46 59052 140735693222848 Update query success!
+2017-05-04 06:45:53,839 DEBUG fe_dashboard 195 59053 140735693222848 Negative search: search by random string
+2017-05-04 06:45:54,492 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:54,772 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:54,928 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:45:55,104 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:55,105 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:45:55,259 DEBUG fe_dashboard 172 59053 140735693222848 Login with user admin@att.com
+2017-05-04 06:45:55,259 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:55,259 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:45:55,465 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:45:56,041 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:45:56,162 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:45:56,293 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'ST4FvZs';
+2017-05-04 06:45:56,295 DEBUG db_general 188 59055 140735693222848 Query result: d030d3ba-6490-47cc-b4be-13c29dcd1b57
+2017-05-04 06:45:56,685 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:45:56,699 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcfAQC';
+2017-05-04 06:45:56,701 DEBUG db_general 188 59054 140735693222848 Query result: b6bcd6ec-374c-4b91-a1b8-3aeacc09113d
+2017-05-04 06:45:56,705 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where uuid = 'b6bcd6ec-374c-4b91-a1b8-3aeacc09113d' order by update_time desc limit 1;
+2017-05-04 06:45:56,713 DEBUG db_general 177 59054 140735693222848 Query : select template_id from ice_checklist Where name = 'STcfAQC';
+2017-05-04 06:45:56,716 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:45:56,793 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:56,795 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:45:56,925 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:45:57,128 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:57,529 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:45:57,610 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:45:57,610 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:45:57,801 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:45:57,845 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:45:58,406 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:45:58,538 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 06:45:58,538 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 06:45:58,552 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 06:45:58,552 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 06:45:58,552 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 06:45:58,858 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:45:59,038 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:45:59,148 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:45:59,385 DEBUG fe_dashboard 174 59053 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:46:00,147 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:00,304 DEBUG fe_dashboard 179 59053 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:46:00,726 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:01,155 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:46:01,498 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:01,880 DEBUG db_general 66 59055 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:46:01,895 DEBUG db_general 78 59055 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 06:46:01,899 DEBUG db_general 90 59055 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 06:46:01,902 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:46:01,914 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:01,914 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:46:02,014 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:02,349 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:02,866 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:46:03,090 DEBUG fe_dashboard 181 59053 140735693222848 Search engagement by VF name
+2017-05-04 06:46:03,440 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 06:46:03,440 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 06:46:03,458 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 06:46:03,459 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 06:46:03,459 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 06:46:03,480 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:03,512 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:46:03,719 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:03,764 DEBUG fe_dashboard 186 59053 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:46:04,207 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:05,099 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:05,602 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:05,615 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:05,888 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcfAQC';
+2017-05-04 06:46:05,891 DEBUG db_general 188 59054 140735693222848 Query result: b6bcd6ec-374c-4b91-a1b8-3aeacc09113d
+2017-05-04 06:46:06,114 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:06,567 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:06,585 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:06,622 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:46:07,127 DEBUG fe_dashboard 188 59053 140735693222848 Search engagement by VFC
+2017-05-04 06:46:07,618 DEBUG db_cms 79 59052 140735693222848 Insert new post : title_Announcement_STGjDSM
+2017-05-04 06:46:07,619 DEBUG db_cms 83 59052 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STGjDSM', 'title_Announcement_STGjDSM-slug', '', 'description_Announcement_STJmdPb', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJmdPb</p>', true, '', 1, 1);
+2017-05-04 06:46:07,628 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STGjDSM', 'title_Announcement_STGjDSM-slug', '', 'description_Announcement_STJmdPb', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STJmdPb</p>', true, '', 1, 1);
+2017-05-04 06:46:07,637 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:46:07,638 DEBUG db_cms 92 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:46:07,638 DEBUG db_cms 94 59052 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:46:07,645 DEBUG db_cms 56 59052 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 06:46:07,648 DEBUG db_cms 64 59052 140735693222848 Query result: 243
+2017-05-04 06:46:07,648 DEBUG db_cms 71 59052 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 06:46:07,648 DEBUG db_cms 73 59052 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:46:07,653 DEBUG db_cms 56 59052 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 06:46:07,656 DEBUG db_cms 64 59052 140735693222848 Query result: 2
+2017-05-04 06:46:07,656 DEBUG db_cms 109 59052 140735693222848 bind category into inserted post: 243
+2017-05-04 06:46:07,656 DEBUG db_cms 111 59052 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (243, 2);
+2017-05-04 06:46:07,662 DEBUG db_cms 28 59052 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (243, 2);
+2017-05-04 06:46:07,671 DEBUG db_cms 32 59052 140735693222848 Insert query success!
+2017-05-04 06:46:07,774 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:46:07,775 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/35e40ac4-085f-40a8-9cba-fe8579b13315/725457e6327c4f959c397fa3c37a1be9
+2017-05-04 06:46:07,831 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:07,865 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:07,907 DEBUG fe_dashboard 193 59053 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:46:07,966 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:07,966 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:07,971 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:07,973 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:07,977 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:07,979 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:08,429 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:08,429 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2283e485-8afa-4f79-84bb-c43576d2ab7b/checklist/new/
+2017-05-04 06:46:08,530 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:08,530 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:08,591 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:08,592 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:08,592 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:46:08,614 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:09,405 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:09,615 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:46:09,883 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:10,065 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:10,288 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:46:10,396 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:10,551 DEBUG fe_dashboard 195 59053 140735693222848 Negative search: search by random string
+2017-05-04 06:46:11,083 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:46:11,087 DEBUG db_general 188 59054 140735693222848 Query result: 605e8b52-6881-4207-b3d8-81289df467c1
+2017-05-04 06:46:11,092 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '605e8b52-6881-4207-b3d8-81289df467c1';
+2017-05-04 06:46:11,096 DEBUG db_general 188 59054 140735693222848 Query result: 2017-863
+2017-05-04 06:46:11,101 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-863';
+2017-05-04 06:46:11,104 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:46:11,232 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:46:11,403 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:46:11,498 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:11,801 DEBUG fe_dashboard 172 59053 140735693222848 Login with user admin_ro@att.com
+2017-05-04 06:46:11,801 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:11,801 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:46:12,085 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:12,498 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:12,581 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:46:13,116 DEBUG db_cms 194 59052 140735693222848 Get the id of the post inserted
+2017-05-04 06:46:13,117 DEBUG db_cms 196 59052 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STGjDSM' ;
+2017-05-04 06:46:13,121 DEBUG db_cms 42 59052 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STGjDSM' ;
+2017-05-04 06:46:13,129 DEBUG db_cms 46 59052 140735693222848 Update query success!
+2017-05-04 06:46:13,140 DEBUG db_general 90 59055 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 06:46:13,143 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:46:13,143 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 06:46:13,143 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 06:46:13,160 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 06:46:13,160 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 06:46:13,160 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 06:46:13,229 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:46:13,361 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:14,415 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:14,930 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:15,823 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:15,938 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:46:16,282 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:16,483 DEBUG fe_dashboard 174 59053 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:46:17,113 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:17,394 DEBUG fe_dashboard 179 59053 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 06:46:17,506 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:46:17,507 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9951f686-f977-4e0c-beda-d187260f2bfd/b4bf738cbb2c41819c6c2dc3868f1f63
+2017-05-04 06:46:17,559 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:17,691 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:46:17,691 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:46:17,696 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:17,698 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:17,703 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:17,705 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:17,975 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:17,975 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c85a8f1a-b39f-4017-b3ce-8a0092d1fd60/checklist/new/
+2017-05-04 06:46:18,093 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:46:18,094 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:46:18,249 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:18,249 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:18,250 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:46:18,595 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:19,169 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:46:19,613 DEBUG fe_dashboard 181 59053 140735693222848 Search engagement by VF name
+2017-05-04 06:46:19,805 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:46:19,833 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:46:19,953 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:20,282 DEBUG fe_dashboard 186 59053 140735693222848 Engagement found (searched by VF name)
+2017-05-04 06:46:20,525 DEBUG db_checklist 58 59054 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'b6bcd6ec-374c-4b91-a1b8-3aeacc09113d' and state = 'peer_review';
+2017-05-04 06:46:20,527 DEBUG db_checklist 73 59054 140735693222848 Query result: 1
+2017-05-04 06:46:20,531 DEBUG db_general 177 59054 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 06:46:20,534 DEBUG db_general 188 59054 140735693222848 Query result: dd1122@att.com
+2017-05-04 06:46:20,534 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:20,534 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:46:20,898 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 06:46:20,898 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 06:46:20,917 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 06:46:20,918 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 06:46:20,919 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 06:46:20,967 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:46:21,289 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:46:21,478 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:21,955 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:46:22,093 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:22,214 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:22,489 DEBUG fe_dashboard 188 59053 140735693222848 Search engagement by VFC
+2017-05-04 06:46:22,728 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:23,244 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:23,247 DEBUG fe_dashboard 193 59053 140735693222848 Engagement found (searched by VFC)
+2017-05-04 06:46:23,354 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:23,512 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:23,916 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:24,588 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:24,708 DEBUG db_general 66 59052 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:46:24,712 DEBUG db_general 78 59052 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:46:24,848 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:46:24,848 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6018b581-b9e0-44ff-a34d-ae61a9ddd764/2d13ecb52abe464985b761c7bc81d875
+2017-05-04 06:46:24,897 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:24,933 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:46:24,958 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:24,987 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:24,988 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:24,994 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:24,996 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:25,000 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:25,001 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:25,320 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:25,320 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/935be425-4778-427b-8c4c-51228b674fc7/checklist/new/
+2017-05-04 06:46:25,395 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:25,396 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:25,434 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:25,434 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:25,434 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:46:25,473 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:26,139 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:26,206 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:26,280 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:46:26,484 DEBUG fe_dashboard 195 59053 140735693222848 Negative search: search by random string
+2017-05-04 06:46:26,937 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:46:27,044 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:27,178 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 06:46:27,178 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 06:46:27,201 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 06:46:27,202 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 06:46:27,202 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 06:46:27,282 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:27,917 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:28,389 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:28,431 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:28,552 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 06:46:28,553 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 06:46:28,565 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 06:46:28,566 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 06:46:28,566 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 06:46:29,437 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:46:29,500 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:29,934 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcfAQC';
+2017-05-04 06:46:29,937 DEBUG db_general 188 59054 140735693222848 Query result: b6bcd6ec-374c-4b91-a1b8-3aeacc09113d
+2017-05-04 06:46:30,704 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:46:30,707 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:30,854 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:46:30,855 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/854b0933-e2fa-4865-9a31-9394d610abd1/7e1b266a7fa448a591fb7bebef254a32
+2017-05-04 06:46:30,881 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:30,935 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:31,045 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:46:31,045 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:46:31,051 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:31,053 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:31,058 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:31,060 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:31,346 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:31,347 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/57979053-2786-4244-9762-1aaf29eaebe3/checklist/new/
+2017-05-04 06:46:31,417 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:46:31,417 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:46:31,452 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:31,452 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:31,453 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:46:31,965 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:46:31,965 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1cd96a59-55e9-434b-a664-f681334fbbb7/29df254b0ec24d8199a07ab98a2842fa
+2017-05-04 06:46:32,014 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:32,087 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:46:32,112 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:46:32,113 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:46:32,117 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:32,118 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:32,123 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:32,125 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:32,298 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:46:32,520 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:32,521 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b944ab15-2b96-4b2d-a7c8-bf83a48294b0/checklist/new/
+2017-05-04 06:46:32,588 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:46:32,589 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:46:32,622 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:32,628 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:32,629 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:46:32,933 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:46:33,054 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:33,499 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:46:33,953 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:34,149 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:34,176 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:46:34,305 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:34,960 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:46:35,164 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:46:35,167 DEBUG db_general 188 59054 140735693222848 Query result: 605e8b52-6881-4207-b3d8-81289df467c1
+2017-05-04 06:46:35,172 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '605e8b52-6881-4207-b3d8-81289df467c1';
+2017-05-04 06:46:35,175 DEBUG db_general 188 59054 140735693222848 Query result: 2017-863
+2017-05-04 06:46:35,179 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-863';
+2017-05-04 06:46:35,182 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:46:35,316 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:46:36,139 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:36,539 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:36,669 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:37,052 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:37,249 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:37,857 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:38,221 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:38,372 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 06:46:38,373 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 06:46:38,389 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 06:46:38,390 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 06:46:38,390 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 06:46:39,627 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:39,752 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:39,964 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:40,145 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:40,500 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:40,980 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:41,376 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:41,596 DEBUG db_general 66 59052 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:46:41,598 DEBUG db_general 78 59052 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:46:41,703 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:46:41,704 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2d1bb94-fcbd-496c-8f5b-b18104b2ab13/efbe29bfa3684c0f824f57428b030714
+2017-05-04 06:46:41,745 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:41,814 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:41,814 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:41,818 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:41,820 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:41,824 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:41,825 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:42,095 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:42,096 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/87d210a7-eda5-402b-86ec-93b6d4d501e6/checklist/new/
+2017-05-04 06:46:42,175 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:42,176 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:42,209 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:42,210 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:42,210 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:46:42,519 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:43,058 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:46:43,449 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 06:46:43,450 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 06:46:43,461 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 06:46:43,462 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 06:46:43,462 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 06:46:43,543 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:46:43,546 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:46:43,553 DEBUG db_user 227 59053 140735693222848 Query result: [(9,)]
+2017-05-04 06:46:43,554 DEBUG fe_dashboard 97 59053 140735693222848 Number of pages: 1
+2017-05-04 06:46:43,701 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:46:43,725 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:46:43,918 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:44,041 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-495
+2017-05-04 06:46:44,085 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-721
+2017-05-04 06:46:44,116 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-725
+2017-05-04 06:46:44,145 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-729
+2017-05-04 06:46:44,172 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-321
+2017-05-04 06:46:44,201 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-328
+2017-05-04 06:46:44,244 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-330
+2017-05-04 06:46:44,287 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-491
+2017-05-04 06:46:44,643 DEBUG fe_dashboard 110 59053 140735693222848 numOfPage 2
+2017-05-04 06:46:44,873 DEBUG db_checklist 27 59054 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'b6bcd6ec-374c-4b91-a1b8-3aeacc09113d' and state = 'approval';
+2017-05-04 06:46:44,880 DEBUG db_checklist 38 59054 140735693222848 Query result: 3
+2017-05-04 06:46:44,888 DEBUG db_general 177 59054 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 06:46:44,891 DEBUG db_general 188 59054 140735693222848 Query result: admin@att.com
+2017-05-04 06:46:44,891 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:44,891 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:46:45,147 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:45,427 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:45,739 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:46:46,155 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:46:46,415 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:46:46,436 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 06:46:46,436 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 06:46:46,454 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 06:46:46,455 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 06:46:46,455 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 06:46:46,535 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:46,578 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:47,485 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:46:47,670 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:48,209 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:48,299 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:46:48,299 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/340a2838-4706-4767-afe1-c6f40e91b3da/b7c677ada5e647edb0b7811c84c55547
+2017-05-04 06:46:48,400 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:48,466 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:46:48,466 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:46:48,471 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:48,472 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:48,476 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:48,477 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:48,722 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:46:48,875 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:48,875 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ce767ca-e40a-48c9-bc14-abad3b3fe8e4/checklist/new/
+2017-05-04 06:46:48,960 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:46:48,960 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:46:48,998 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:48,998 DEBUG fe_general 37 59055 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:46:49,220 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:46:49,564 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:49,588 DEBUG fe_detailed_view 133 59055 140735693222848 Login with user STgwIRu@intl.att.com
+2017-05-04 06:46:49,588 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:49,589 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:46:50,426 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:50,501 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:46:50,731 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:46:50,731 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/97e82f9f-a4a5-47e8-90ef-9c48e83bc508/fd135bcff9d444079a1fc0c1fc27ed0a
+2017-05-04 06:46:50,766 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:50,841 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:46:50,841 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:46:50,845 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:50,846 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:50,850 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:50,852 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:51,129 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:46:51,204 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:51,205 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f968c44d-6fa4-429d-aa30-a33b51dd2bb7/checklist/new/
+2017-05-04 06:46:51,258 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:51,287 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:46:51,287 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:46:51,320 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:51,321 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:51,321 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:46:51,632 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:51,794 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:52,269 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:46:52,802 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:46:52,945 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:46:52,948 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:46:53,064 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:46:53,429 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcfAQC';
+2017-05-04 06:46:53,434 DEBUG db_general 188 59054 140735693222848 Query result: b6bcd6ec-374c-4b91-a1b8-3aeacc09113d
+2017-05-04 06:46:53,994 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:54,137 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:46:54,170 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:54,481 DEBUG db_general 66 59052 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 06:46:54,483 DEBUG db_general 78 59052 140735693222848 Query result: None
+2017-05-04 06:46:54,483 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 06:46:54,484 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 06:46:54,500 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 06:46:54,501 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 06:46:54,501 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 06:46:54,787 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:55,001 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:46:56,018 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:46:56,193 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:56,609 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:46:57,354 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:57,649 DEBUG db_general 66 59052 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:46:57,652 DEBUG db_general 78 59052 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:46:57,743 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:46:57,743 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e3533a2-64e0-441e-9ea6-f312b51df042/1a78ed730919405eb3d58c91727de9f0
+2017-05-04 06:46:57,789 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:46:57,891 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:57,891 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:57,895 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:46:57,896 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:46:57,900 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:46:57,902 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:46:58,043 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:46:58,241 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:46:58,242 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/daf0244d-f95c-419f-a4c2-b87127c61336/checklist/new/
+2017-05-04 06:46:58,311 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:46:58,311 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:46:58,346 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:46:58,346 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:46:58,347 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:46:59,168 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:46:59,725 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:46:59,827 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:46:59,963 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:00,238 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:00,673 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:00,750 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:01,684 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:47:01,917 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:02,647 DEBUG fe_general 37 59055 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:47:02,907 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:47:03,056 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:03,225 DEBUG fe_detailed_view 133 59055 140735693222848 Login with user admin_ro@att.com
+2017-05-04 06:47:03,225 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:03,226 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:47:03,992 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:47:04,088 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:47:04,093 DEBUG db_general 188 59053 140735693222848 Query result: 1
+2017-05-04 06:47:04,102 DEBUG db_user 227 59053 140735693222848 Query result: [(0,)]
+2017-05-04 06:47:04,102 DEBUG fe_dashboard 97 59053 140735693222848 Number of pages: 1
+2017-05-04 06:47:04,142 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:04,445 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-220
+2017-05-04 06:47:04,461 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-223
+2017-05-04 06:47:04,485 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-232
+2017-05-04 06:47:04,506 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-387
+2017-05-04 06:47:04,524 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-396
+2017-05-04 06:47:04,543 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-541
+2017-05-04 06:47:04,560 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-546
+2017-05-04 06:47:04,578 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-796
+2017-05-04 06:47:04,619 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:47:04,721 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:04,766 DEBUG fe_dashboard 110 59053 140735693222848 numOfPage 1
+2017-05-04 06:47:05,363 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:05,949 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 06:47:05,949 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 06:47:05,972 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 06:47:05,972 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 06:47:05,972 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 06:47:06,455 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:47:07,371 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:47:07,705 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:08,114 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:08,384 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:47:08,388 DEBUG db_general 188 59054 140735693222848 Query result: 605e8b52-6881-4207-b3d8-81289df467c1
+2017-05-04 06:47:08,396 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '605e8b52-6881-4207-b3d8-81289df467c1';
+2017-05-04 06:47:08,399 DEBUG db_general 188 59054 140735693222848 Query result: 2017-863
+2017-05-04 06:47:08,404 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-863';
+2017-05-04 06:47:08,407 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:47:08,409 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:09,129 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:47:09,286 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:47:09,287 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/efc68467-91c2-4913-847d-f4bd04e4661a/42aa79cbc977413ebc4965d13106e817
+2017-05-04 06:47:09,325 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:09,410 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:47:09,411 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:47:09,415 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:09,417 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:09,421 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:09,422 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:09,936 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 06:47:09,937 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 06:47:09,956 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 06:47:09,956 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 06:47:09,956 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 06:47:10,133 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:10,134 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/170b8e1f-beb8-43f5-883c-251e18c28a2d/checklist/new/
+2017-05-04 06:47:10,222 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:47:10,222 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:47:10,257 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:10,257 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:10,258 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:47:11,099 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:47:11,604 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STBnRGo';
+2017-05-04 06:47:11,607 DEBUG db_general 188 59054 140735693222848 Query result: 605e8b52-6881-4207-b3d8-81289df467c1
+2017-05-04 06:47:11,612 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '605e8b52-6881-4207-b3d8-81289df467c1';
+2017-05-04 06:47:11,614 DEBUG db_general 188 59054 140735693222848 Query result: 2017-863
+2017-05-04 06:47:11,618 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-863';
+2017-05-04 06:47:11,620 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:47:11,759 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:47:11,913 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:12,060 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:12,418 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:47:12,924 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:13,270 DEBUG db_general 66 59052 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:47:13,272 DEBUG db_general 78 59052 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:47:13,350 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:47:13,350 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75281a6f-fe9c-4779-b0e6-06d6bc75827a/bedf88bd1de64a8e85ee538f7c4f45f3
+2017-05-04 06:47:13,386 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:13,469 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:47:13,469 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:47:13,473 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:13,474 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:13,478 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:13,479 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:13,769 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:13,769 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6619648-3908-4032-9068-091a3a4d1900/checklist/new/
+2017-05-04 06:47:13,839 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:47:13,839 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:47:13,871 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:13,871 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:13,871 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:47:13,933 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:47:14,689 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:47:15,092 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:15,345 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:47:15,451 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:15,897 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 06:47:15,897 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 06:47:15,914 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 06:47:15,914 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 06:47:15,915 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 06:47:16,215 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:16,228 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:16,730 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:17,175 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:17,741 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:47:18,077 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:18,876 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:19,027 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:47:19,167 DEBUG db_general 66 59055 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:47:19,181 DEBUG db_general 78 59055 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 06:47:19,186 DEBUG db_general 90 59055 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('3cab9f29-034b-435d-8758-1c910d084826', 'AIC', '522', 'FALSE', 0);
+2017-05-04 06:47:19,191 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:47:19,192 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:19,192 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:47:19,389 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:20,117 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:47:20,262 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:20,561 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:20,763 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:47:20,882 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:21,700 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:21,758 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:22,707 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:47:22,784 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:47:22,787 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:47:22,796 DEBUG db_user 227 59053 140735693222848 Query result: [(12,)]
+2017-05-04 06:47:22,796 DEBUG fe_dashboard 97 59053 140735693222848 Number of pages: 1
+2017-05-04 06:47:23,114 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-346
+2017-05-04 06:47:23,132 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-354
+2017-05-04 06:47:23,150 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-510
+2017-05-04 06:47:23,168 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-518
+2017-05-04 06:47:23,187 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-737
+2017-05-04 06:47:23,204 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-740
+2017-05-04 06:47:23,222 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-744
+2017-05-04 06:47:23,242 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-343
+2017-05-04 06:47:23,430 DEBUG fe_dashboard 110 59053 140735693222848 numOfPage 2
+2017-05-04 06:47:23,948 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:24,156 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:24,682 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:25,168 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 06:47:25,169 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 06:47:25,179 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 06:47:25,179 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 06:47:25,179 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 06:47:25,891 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:47:26,855 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:27,290 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:27,633 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:47:28,379 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:47:28,379 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/afe42018-51f6-4c59-b94b-bd43f0979b2b/5cd23a15e7074a9399780051ab6a4f48
+2017-05-04 06:47:28,392 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 06:47:28,392 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 06:47:28,408 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 06:47:28,409 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 06:47:28,409 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 06:47:28,423 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:28,491 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:47:28,491 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:47:28,495 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:28,496 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:28,501 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:28,503 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:28,911 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:28,911 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/10467903-8071-434f-978f-f6c75b072766/checklist/new/
+2017-05-04 06:47:29,004 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:47:29,004 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:47:29,041 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:29,042 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:47:29,826 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:29,826 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:47:30,128 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:47:30,538 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:30,679 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:47:31,035 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:31,349 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:47:31,480 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:31,621 DEBUG db_general 66 59052 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:47:31,623 DEBUG db_general 78 59052 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:47:31,816 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:47:31,817 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa478633-5a8d-491a-821e-0b895632504d/e543a1ea39d04dc18501a81fcbfa6fa5
+2017-05-04 06:47:31,872 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:31,966 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:47:31,966 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:47:31,971 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:31,973 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:31,977 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:31,979 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:32,116 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:32,601 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:32,601 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b546c27-a747-45c3-922f-87d1287affeb/checklist/new/
+2017-05-04 06:47:32,625 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:32,687 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:47:32,687 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:47:32,693 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:32,740 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:32,741 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:32,741 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:47:33,578 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:47:33,635 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:47:33,794 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:34,225 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:47:34,373 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:34,377 DEBUG db_general 90 59055 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='3cab9f29-034b-435d-8758-1c910d084826'
+2017-05-04 06:47:34,388 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:47:34,388 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 06:47:34,388 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 06:47:34,407 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 06:47:34,407 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 06:47:34,407 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 06:47:34,839 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:35,332 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:35,341 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 06:47:35,341 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 06:47:35,361 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 06:47:35,362 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 06:47:35,362 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 06:47:35,846 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:36,150 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:36,362 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:36,949 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:37,371 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:47:37,525 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:37,698 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:38,653 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:47:38,675 DEBUG db_general 66 59055 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:47:38,678 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:38,692 DEBUG db_general 78 59055 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 06:47:38,699 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:38,700 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:47:38,990 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:47:38,990 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3df9383b-649e-4605-b2d1-b3b37c49c5b0/1e8c57a7c875483a836fef9614145c6f
+2017-05-04 06:47:39,033 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:39,133 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:47:39,133 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:47:39,138 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:39,140 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:39,144 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:39,145 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:39,195 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:39,524 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:39,524 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bc3db799-7879-4bf3-b0a2-59147b61cfae/checklist/new/
+2017-05-04 06:47:39,601 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:47:39,602 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:47:39,640 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:39,641 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:39,641 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:47:39,737 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:47:39,945 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:40,377 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:47:40,494 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:40,534 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:47:40,944 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:41,206 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:47:41,335 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:41,369 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:41,971 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:47:41,974 DEBUG db_general 188 59053 140735693222848 Query result: 1
+2017-05-04 06:47:41,983 DEBUG db_user 227 59053 140735693222848 Query result: [(786,)]
+2017-05-04 06:47:41,983 DEBUG fe_dashboard 63 59053 140735693222848 Number of pages: 98
+2017-05-04 06:47:41,983 DEBUG fe_dashboard 66 59053 140735693222848 numOfPage 99
+2017-05-04 06:47:42,346 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:47:42,379 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:47:42,736 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:42,873 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:47:42,877 DEBUG db_general 188 59054 140735693222848 Query result: 794a81d6-6be4-460f-94d9-1e9831a08334
+2017-05-04 06:47:42,881 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:47:42,883 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:47:42,887 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:47:42,892 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:47:42,897 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:47:42,901 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:47:42,908 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:47:42,910 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:47:42,915 DEBUG fe_checklist 50 59054 140735693222848 EL email: hs0007@att.com
+2017-05-04 06:47:42,919 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:47:42,921 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:47:43,597 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:43,713 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:43,745 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 06:47:43,745 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 06:47:43,760 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 06:47:43,760 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 06:47:43,761 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 06:47:44,363 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:44,490 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:44,792 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:45,500 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:45,774 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:47:46,079 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:46,319 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 06:47:46,319 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 06:47:46,336 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 06:47:46,336 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 06:47:46,336 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 06:47:46,684 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:47,394 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:47:47,394 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e0ad5e0-fd78-4c05-bbbc-cefab8dba16e/dd4f451f9fc44036b32b2a90be2f15d8
+2017-05-04 06:47:47,420 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:47:47,466 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:47,577 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:47:47,577 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:47:47,581 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:47,584 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:47,588 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:47,590 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:47,842 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:47,843 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/32ca1ec9-72b5-4b08-96fe-3055ee1d1019/checklist/new/
+2017-05-04 06:47:47,924 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:47:47,925 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:47:47,960 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:47,972 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:47,973 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:47:48,202 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=794a81d6-6be4-460f-94d9-1e9831a08334&inviter_uuid=3df9383b-649e-4605-b2d1-b3b37c49c5b0&email=automationqattSTO2E3s@gmail.com
+2017-05-04 06:47:48,459 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:48,808 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:47:49,454 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:47:49,484 DEBUG db_general 66 59052 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 06:47:49,486 DEBUG db_general 78 59052 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 06:47:49,590 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:49,594 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:47:49,595 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/50f0bbe2-9519-432f-8f06-5b93b850cb1c/26f71ced406e40078a5bc782bafd3c9f
+2017-05-04 06:47:49,636 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:47:49,725 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:47:49,726 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:47:49,730 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:47:49,733 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:49,738 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:47:49,740 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:47:50,253 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:47:50,295 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:50,387 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:47:50,388 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4f57ae69-605f-4e07-a639-a429bebdd951/checklist/new/
+2017-05-04 06:47:50,482 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:47:50,482 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:47:50,525 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:47:50,525 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:50,525 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:47:50,905 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:50,905 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:47:51,314 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:47:51,358 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:47:51,672 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:47:52,008 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:47:52,124 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:52,304 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:47:52,429 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:52,494 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:52,742 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:53,253 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:53,464 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:53,608 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:53,765 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:53,977 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:54,132 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 06:47:54,133 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 06:47:54,150 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 06:47:54,151 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 06:47:54,151 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 06:47:54,323 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:54,856 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:47:54,983 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:47:56,079 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:56,163 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 06:47:56,279 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:47:56,597 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:56,731 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:57,111 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:57,422 DEBUG db_general 66 59055 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:47:57,433 DEBUG db_general 78 59055 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 06:47:57,439 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 06:47:57,441 DEBUG db_general 188 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:47:57,445 DEBUG db_general 90 59055 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('b1a0ffe8-b66e-4fba-a295-9af39b128c9e', 'AIC', '754', 'FALSE', 0);
+2017-05-04 06:47:57,452 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:47:57,540 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:47:57,540 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:47:57,541 DEBUG api_virtual_function 235 59055 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/deployment-targets/b1a0ffe8-b66e-4fba-a295-9af39b128c9e
+2017-05-04 06:47:57,572 DEBUG api_virtual_function 242 59055 140735693222848 AIC version has changed!
+2017-05-04 06:47:57,572 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:47:57,572 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:47:57,738 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:47:58,284 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:47:58,438 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:47:58,619 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:47:59,091 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:47:59,196 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:47:59,466 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:00,163 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:00,490 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 06:48:00,493 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:48:00,500 DEBUG db_user 227 59053 140735693222848 Query result: [(6,)]
+2017-05-04 06:48:00,500 DEBUG fe_dashboard 97 59053 140735693222848 Number of pages: 1
+2017-05-04 06:48:00,655 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 06:48:00,828 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-249
+2017-05-04 06:48:00,847 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-413
+2017-05-04 06:48:00,865 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-568
+2017-05-04 06:48:00,885 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-640
+2017-05-04 06:48:00,903 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-825
+2017-05-04 06:48:00,920 DEBUG fe_dashboard 102 59053 140735693222848 starred_2017-880
+2017-05-04 06:48:01,103 DEBUG fe_dashboard 106 59053 140735693222848 result right
+2017-05-04 06:48:01,103 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 06:48:01,104 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 06:48:01,119 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 06:48:01,119 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 06:48:01,119 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 06:48:01,170 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:48:02,182 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 06:48:02,183 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 06:48:02,199 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 06:48:02,200 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 06:48:02,200 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 06:48:02,429 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:03,209 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:03,279 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:03,744 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:04,261 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:04,418 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:04,679 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:04,804 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:48:04,805 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0316a37e-979b-4b2b-a43e-72241663c3b4/eb3601ac78394f0cbb798b6f4019dec0
+2017-05-04 06:48:04,849 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:04,968 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:04,968 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:04,972 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:04,974 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:04,978 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:04,979 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:05,303 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:05,304 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/24326824-6f82-4f19-8521-ce978b5505bb/checklist/new/
+2017-05-04 06:48:05,371 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:05,372 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:05,411 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:05,411 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:05,411 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:48:05,718 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:48:05,720 DEBUG db_general 188 59054 140735693222848 Query result: 9000564d-34c5-4dcf-b7e5-da5ca0d95591
+2017-05-04 06:48:05,724 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where uuid = '9000564d-34c5-4dcf-b7e5-da5ca0d95591' order by update_time desc limit 1;
+2017-05-04 06:48:05,731 DEBUG db_general 177 59054 140735693222848 Query : select template_id from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:48:05,733 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:48:05,790 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:48:05,902 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:05,903 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/689439f7-67d6-453b-aadf-10b3e4d4e9ed/2c1aa16eba9f47de8400ab435a746b7d
+2017-05-04 06:48:05,943 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:06,040 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:06,041 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:06,045 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:06,047 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:06,051 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:06,053 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:06,162 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:06,251 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:48:06,451 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:06,452 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51e5fe6f-4884-4643-8477-ff2a7629b2a1/checklist/new/
+2017-05-04 06:48:06,455 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:06,455 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:48:06,533 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:06,533 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:06,565 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:06,565 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:06,565 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:48:06,886 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:48:07,002 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:07,232 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:48:07,411 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:48:07,791 DEBUG api_virtual_function 235 59055 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:07,831 DEBUG api_virtual_function 242 59055 140735693222848 AIC version has changed!
+2017-05-04 06:48:07,835 DEBUG db_general 90 59055 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='b1a0ffe8-b66e-4fba-a295-9af39b128c9e'
+2017-05-04 06:48:07,844 DEBUG db_general 94 59055 140735693222848 Insert query success!
+2017-05-04 06:48:07,845 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 06:48:07,845 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 06:48:07,857 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 06:48:07,857 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 06:48:07,858 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 06:48:07,897 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:48:07,920 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:08,010 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:08,110 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:48:08,268 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:08,932 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:48:09,114 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:09,507 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:09,630 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:10,019 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:10,146 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:10,152 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:10,530 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:10,658 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:10,970 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:11,253 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:11,537 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:48:11,670 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:48:11,981 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:12,096 DEBUG db_general 66 59055 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 06:48:12,110 DEBUG db_general 78 59055 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 06:48:12,115 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-05-04 06:48:12,118 DEBUG db_general 188 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:12,221 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:48:12,221 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:48:12,221 DEBUG api_virtual_function 255 59055 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/ecomp-releases/3ba62f8a-2ed3-45c9-ba25-3deb09f37cfd
+2017-05-04 06:48:12,260 DEBUG api_virtual_function 262 59055 140735693222848 AIC version has changed!
+2017-05-04 06:48:12,260 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:12,260 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:48:12,893 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:12,977 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:13,261 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:48:13,688 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:13,921 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:48:14,013 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:14,013 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:14,040 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:14,118 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:14,205 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:14,723 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:14,910 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:14,939 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:15,235 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:15,423 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:15,935 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:16,300 DEBUG db_general 177 59053 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:48:16,302 DEBUG db_general 188 59053 140735693222848 Query result: 1
+2017-05-04 06:48:16,474 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:48:16,476 DEBUG db_general 188 59054 140735693222848 Query result: 9000564d-34c5-4dcf-b7e5-da5ca0d95591
+2017-05-04 06:48:16,944 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:48:17,031 DEBUG db_user 227 59053 140735693222848 Query result: [(9,)]
+2017-05-04 06:48:17,042 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:17,182 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:17,554 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:18,067 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:18,180 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:19,009 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:19,091 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 06:48:19,091 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 06:48:19,107 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 06:48:19,108 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 06:48:19,108 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 06:48:20,243 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:20,532 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:21,228 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:21,547 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:48:21,549 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:48:21,553 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:48:21,556 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:48:21,560 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:48:21,562 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:48:21,888 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:22,248 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:22,249 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:48:22,411 DEBUG api_virtual_function 187 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:22,411 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 06:48:22,411 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 06:48:22,429 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-05-04 06:48:22,430 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 06:48:22,430 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 06:48:22,962 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:23,037 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:48:23,508 DEBUG api_virtual_function 255 59055 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/ecomp-releases/f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:23,538 DEBUG api_virtual_function 262 59055 140735693222848 AIC version has changed!
+2017-05-04 06:48:23,555 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 06:48:23,556 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 06:48:23,573 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-05-04 06:48:23,574 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 06:48:23,574 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-05-04 06:48:23,701 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:48:23,836 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:24,685 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:24,888 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:25,401 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:26,028 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:26,028 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6da9508f-e89c-449f-a045-d5b58272ae80/8d59e727f1e94e97ae8ac390db835045
+2017-05-04 06:48:26,066 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:26,150 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:26,150 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:26,155 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:26,157 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:26,161 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:26,162 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:26,400 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:26,413 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:48:26,543 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:26,543 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/498c730a-4d82-4094-8d20-5b8801ff72ae/checklist/new/
+2017-05-04 06:48:26,666 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:26,666 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:26,688 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:26,700 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:26,792 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:26,792 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/381e098e-c343-4da3-b779-6b21e4fca1bb/acd815744adb45edb5eb9582115a5a20
+2017-05-04 06:48:26,826 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:26,917 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:26,917 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:26,920 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:26,922 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:26,926 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:26,928 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:27,180 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:27,181 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cab83fa7-c6dd-49fb-854c-88213a218c68/checklist/new/
+2017-05-04 06:48:27,250 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:27,250 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:27,282 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:27,391 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:27,391 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8334a99f-f2cb-420d-adbd-22d6f1a151d4/fa7c63ed988848b69cb21b743fb6c50b
+2017-05-04 06:48:27,425 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:27,464 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 06:48:27,464 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 06:48:27,483 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-05-04 06:48:27,483 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 06:48:27,483 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-05-04 06:48:27,529 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:27,530 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:27,541 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:27,543 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:27,547 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:27,551 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:27,688 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:28,109 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:48:28,109 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d5a4ca6-fad8-4842-9364-fe8d9d707a68/2511c92f2bb949b1978aca76263c817b
+2017-05-04 06:48:28,205 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:28,243 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:28,379 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:28,379 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42ca21e7-2856-4882-8582-210e349126c5/checklist/new/
+2017-05-04 06:48:28,419 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:48:28,420 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:48:28,442 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:28,444 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:28,462 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:28,464 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:28,557 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:28,557 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:28,601 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:28,721 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:28,721 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/06b5aa80-b2ea-4afe-8b5f-21313403c17a/c103ab8493d34d15920ca7b9b2322c24
+2017-05-04 06:48:28,756 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:28,834 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:28,834 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:28,839 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:28,841 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:28,845 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:28,846 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:28,954 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:28,954 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a4a7cc0b-54a4-4c0d-a10c-03ea2742359e/checklist/new/
+2017-05-04 06:48:29,039 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:48:29,039 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:48:29,081 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:29,082 DEBUG fe_general 37 59055 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:48:29,278 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:29,278 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4a5f4e3-07d7-4cda-bce0-6ccbec120a81/checklist/new/
+2017-05-04 06:48:29,363 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:29,363 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:29,399 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:29,474 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:29,474 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68475984-4b56-466f-bc0d-276cb350c623/2b92765e804d488f916cf9621f831083
+2017-05-04 06:48:29,514 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:29,591 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:29,592 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:29,601 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:29,602 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:29,607 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:29,610 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:29,800 DEBUG fe_detailed_view 123 59055 140735693222848 Login with user hs0007@att.com
+2017-05-04 06:48:29,801 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:29,801 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:48:29,830 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:30,099 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:30,099 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8f91516b-eee4-4861-9a1d-e56f3644770d/checklist/new/
+2017-05-04 06:48:30,164 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:30,165 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:30,211 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:30,288 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:30,288 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1592770d-3498-426e-910a-da0413421104/30bdfd23a651474983108efc010b2745
+2017-05-04 06:48:30,324 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:30,390 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:30,391 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:30,394 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:30,396 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:30,399 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:30,400 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:30,632 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:48:30,795 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:30,796 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b186307d-ce7b-41f7-b14a-c59be93d4330/checklist/new/
+2017-05-04 06:48:30,837 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:48:30,889 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:30,890 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:30,890 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:30,890 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:48:30,943 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:31,048 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:31,048 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1fa70422-437e-4fc9-9ac4-4a393f40cc03/2b47340c1ad24f38b06d48c15d8f9450
+2017-05-04 06:48:31,091 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:31,168 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:31,168 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:31,172 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:31,173 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:31,178 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:31,180 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:31,283 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:48:31,423 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:31,608 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:31,608 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ce6be15f-0326-4295-a06b-82e3a53f090f/checklist/new/
+2017-05-04 06:48:31,638 DEBUG db_checklist 58 59054 140735693222848 Query : select owner_id from ice_checklist Where uuid = '9000564d-34c5-4dcf-b7e5-da5ca0d95591' and state = 'peer_review';
+2017-05-04 06:48:31,642 DEBUG db_checklist 73 59054 140735693222848 Query result: 1
+2017-05-04 06:48:31,652 DEBUG db_general 177 59054 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 06:48:31,655 DEBUG db_general 188 59054 140735693222848 Query result: dd1122@att.com
+2017-05-04 06:48:31,655 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:31,655 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:48:31,785 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:31,785 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:31,868 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:48:31,894 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:32,056 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:32,056 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4adb4e99-577d-4c1a-af30-a0a5e63fb772/d3f1e2ca3e804404aedd4a514bc27454
+2017-05-04 06:48:32,112 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:32,224 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:32,227 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:32,227 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:32,232 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:32,235 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:32,243 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:32,246 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:32,560 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:48:32,576 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:48:32,698 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:32,734 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:32,742 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:32,742 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/63ee6bcb-264f-484d-ae68-406251112b6b/checklist/new/
+2017-05-04 06:48:32,840 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:32,840 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:32,890 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:33,080 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:33,081 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58e6034a-d804-4c38-9981-76d561152a54/36fa1a0210984966a8daf3e9d5ecf5f6
+2017-05-04 06:48:33,132 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:33,215 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:48:33,262 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:33,263 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:33,268 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:33,270 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:33,275 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:33,277 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:33,370 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:33,514 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:33,745 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:48:34,025 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:34,025 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abefa5b7-4a36-4968-928c-e23b18dab409/checklist/new/
+2017-05-04 06:48:34,027 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:34,135 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:34,135 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:34,209 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:34,334 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:34,347 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:34,348 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30c54ad7-51d7-476f-9e0c-f7e72b2432aa/ef714251dd55454ebaba80e3125a7dcc
+2017-05-04 06:48:34,393 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:34,488 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:34,488 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:34,492 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:34,494 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:34,498 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:34,499 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:34,540 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:34,846 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:34,950 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:34,951 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7bf35594-8f1c-4515-8414-6e54f7dd859c/checklist/new/
+2017-05-04 06:48:35,027 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:35,049 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:35,049 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:35,122 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:35,245 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:35,246 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cc7a73b3-2de7-47e8-9351-7d449d8c2910/5176f86f3ed54ee2a099ec236adf4765
+2017-05-04 06:48:35,292 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:35,371 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:35,371 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:35,375 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:35,376 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:35,380 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:35,381 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:35,548 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:48:35,677 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:35,852 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:48:35,864 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:35,864 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/46c220c2-694c-4e30-9135-8a6d77d833db/checklist/new/
+2017-05-04 06:48:35,930 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:35,930 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:35,962 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:36,039 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:36,039 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a60d9e80-e712-4536-9fc7-f57ec4186aa1/96e649ee9e944e368168492a592fbad3
+2017-05-04 06:48:36,075 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:36,146 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:36,147 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:36,151 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:36,153 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:36,157 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:36,159 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:36,388 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:36,389 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c47461c-52c6-45ad-b54c-b328ec1448fb/checklist/new/
+2017-05-04 06:48:36,483 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:36,483 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:36,591 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 06:48:36,591 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 06:48:36,608 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-05-04 06:48:36,609 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 06:48:36,609 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-05-04 06:48:36,610 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:36,755 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:36,756 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4ea62f38-3a84-4a4f-ad62-c476825496cf/00f8422ceed54a619de9a2be88e19e14
+2017-05-04 06:48:36,806 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:36,917 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:36,947 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:36,947 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:36,953 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:36,955 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:36,960 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:36,961 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:37,047 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:37,396 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:37,396 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b9fe2815-fb4f-4fbe-80b8-adfcbd92a775/checklist/new/
+2017-05-04 06:48:37,486 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:37,487 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:37,524 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:37,630 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:37,631 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6307a49f-a872-4fa8-8de6-4fc03e1af384/d6e1fecd5a11428bbf87571c67fb74b5
+2017-05-04 06:48:37,673 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:37,760 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:37,761 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:37,764 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:37,766 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:37,770 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:37,772 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:38,129 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:38,130 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c457a7a-ca2f-42aa-872b-32fc1ea90e6a/checklist/new/
+2017-05-04 06:48:38,210 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:38,238 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:38,238 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:38,294 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:38,430 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:38,430 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a455e62e-a897-4898-a8c8-960e9751be4b/c8f17b3f28fe4c4a967be48c14d017ec
+2017-05-04 06:48:38,481 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:38,486 DEBUG fe_general 37 59055 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:48:38,601 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:38,603 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:38,612 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:38,615 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:38,619 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:38,628 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:38,847 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:39,205 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:39,309 DEBUG fe_detailed_view 123 59055 140735693222848 Login with user dd1122@att.com
+2017-05-04 06:48:39,310 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:39,310 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:48:39,330 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:39,331 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bdf78ab1-2e6e-40be-b821-5ebae29c62df/checklist/new/
+2017-05-04 06:48:39,424 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:39,424 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:39,461 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:39,539 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:39,539 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/85755f3c-14d6-4b22-8510-e75a5c3a9f12/2f2047a8a5924fdbacc008a9cb777410
+2017-05-04 06:48:39,582 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:39,659 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:39,659 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:39,664 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:39,666 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:39,669 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:39,672 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:39,913 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:39,914 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5ae3930d-9c33-4687-b360-729f6e1c6f04/checklist/new/
+2017-05-04 06:48:39,998 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:39,998 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:40,030 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:40,089 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:48:40,089 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2d8f900c-4ae2-4450-9158-7890c8347c17/759207b8405c43dca442d0cdbfdb06e1
+2017-05-04 06:48:40,096 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:48:40,127 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:40,138 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:40,139 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce31f838-5cc9-4d7e-90b7-6387eefe935f/8574aa67e17c4fecb7fcec6c34551d91
+2017-05-04 06:48:40,181 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:40,215 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:40,216 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:40,221 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:40,223 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:40,227 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:40,228 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:40,259 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:40,259 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:40,264 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:40,265 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:40,271 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:40,272 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:40,515 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:40,515 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a93bb445-06f5-482f-b571-f511786612be/checklist/new/
+2017-05-04 06:48:40,574 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:40,575 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4fadc992-a368-432c-bf83-3aa99849ce4d/checklist/new/
+2017-05-04 06:48:40,604 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:40,604 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:40,643 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:40,644 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:40,644 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:48:40,659 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:40,659 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:40,696 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:40,732 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:48:40,761 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:48:40,765 DEBUG db_general 188 59054 140735693222848 Query result: 9000564d-34c5-4dcf-b7e5-da5ca0d95591
+2017-05-04 06:48:40,799 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:40,799 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9dc1f104-cac8-4541-87f3-413a6324e847/b87ce9f74e5d44ff96ee45017c497a54
+2017-05-04 06:48:40,851 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:40,853 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:40,925 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:40,926 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:40,930 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:40,933 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:40,939 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:40,941 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:41,464 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:41,538 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:48:41,741 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:41,750 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:41,750 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/195bfa20-2b83-4b30-8488-fd8bb1766d73/checklist/new/
+2017-05-04 06:48:41,827 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:41,828 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:41,866 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:41,953 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:41,953 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a8d5b1a-75e6-40ec-be41-5e981f809ccd/3587641006ba4027aa2f5de54beb80b4
+2017-05-04 06:48:41,996 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:42,073 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:42,073 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:42,077 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:42,080 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:42,085 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:42,087 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:42,217 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:48:42,331 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:42,454 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:42,455 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aa2341ef-b930-4ca6-ba78-6c133815ba36/checklist/new/
+2017-05-04 06:48:42,559 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:42,559 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:42,699 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:42,752 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:48:42,843 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:42,843 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bccf1f29-6884-4bf8-99a1-d0c4a000f76b/7f64d6a6626848859ec592f60b93d4f5
+2017-05-04 06:48:42,890 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:42,985 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:42,986 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:42,996 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:42,998 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:43,001 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:43,003 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:43,286 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:43,443 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:43,443 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5c1875f1-73fb-49f6-8cf4-03fff00f4464/checklist/new/
+2017-05-04 06:48:43,528 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:43,528 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:43,577 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:43,669 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:43,669 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75cc6a59-d259-4d68-aea0-c0fc1e22fe47/cb2840b9bfdc4aba9fa0a931148e1770
+2017-05-04 06:48:43,704 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:43,777 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:43,778 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:43,782 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:43,783 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:43,787 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:43,788 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:43,971 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:44,226 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:44,226 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/29dac3b1-25e3-465e-8163-f82574329272/checklist/new/
+2017-05-04 06:48:44,292 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:48:44,323 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:44,324 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:44,392 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:44,521 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:44,521 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2200e10-05f8-4628-be69-3364d48a825e/1fc6e01de0174176b1bb7a65b5d04961
+2017-05-04 06:48:44,585 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:44,659 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:44,660 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:44,665 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:44,667 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:44,671 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:44,672 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:44,888 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:45,028 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:45,028 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/425779bd-a7f7-4dc6-b10c-4d024f0361ed/checklist/new/
+2017-05-04 06:48:45,098 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:45,098 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:45,130 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:45,229 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:45,229 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0185af20-a208-4b6f-a02b-aee259e41957/734087c5b1d447df9efa26d80014cbe9
+2017-05-04 06:48:45,264 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:45,333 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 06:48:45,333 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 06:48:45,350 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-05-04 06:48:45,351 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 06:48:45,351 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-05-04 06:48:45,358 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:45,359 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:45,363 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:45,365 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:45,369 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:45,371 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:45,404 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:45,721 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:45,721 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4bf7f8c-1b5c-4bb7-8d65-f68d7c140065/checklist/new/
+2017-05-04 06:48:45,807 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:45,807 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:45,844 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:45,905 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:48:45,913 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:48:45,919 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:48:45,922 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:48:45,927 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:48:45,942 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:48:45,971 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:45,971 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab5aed88-452b-49eb-8fe2-bc9200246de9/c6eb6267aaf24254824512446a1158db
+2017-05-04 06:48:46,026 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:46,158 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:46,158 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:46,168 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:46,171 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:46,176 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:46,179 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:46,566 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:46,567 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4cc0c2f8-ac5c-4664-9a30-c2f3dac4dbc0/checklist/new/
+2017-05-04 06:48:46,639 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:46,640 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:46,677 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:46,797 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:46,797 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5e3f420e-5560-43d8-bb33-fbafd2b6a40c/daf806cf18b64cf0b7714f1b60d5b107
+2017-05-04 06:48:46,840 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:46,936 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:46,936 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:46,941 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:46,942 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:46,946 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:46,947 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:47,187 DEBUG fe_general 37 59055 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:48:47,230 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:47,230 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/38270bc0-b927-4e6a-b322-72a1421d4c43/checklist/new/
+2017-05-04 06:48:47,325 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:47,326 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:47,384 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:47,521 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:47,542 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:47,543 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/091e8fe8-84ee-4f8e-9c37-74bc6d3a9a4a/c7bc6c84af87439f87d40323854ab747
+2017-05-04 06:48:47,567 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:47,603 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:47,702 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:47,702 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:47,706 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:47,708 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:47,713 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:47,714 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:47,981 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:47,981 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a2b27751-1b83-4d87-a0e7-37709b1bf721/checklist/new/
+2017-05-04 06:48:47,994 DEBUG fe_detailed_view 123 59055 140735693222848 Login with user admin@att.com
+2017-05-04 06:48:47,994 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:47,994 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:48:48,067 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:48,067 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:48,102 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:48,180 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:48,180 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e2bd625-7e05-4414-a6e1-83c4c17343fa/65a707844ecc412e9ed6e067b8d761f9
+2017-05-04 06:48:48,211 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:48,294 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:48,294 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:48,298 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:48,299 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:48,303 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:48,304 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:48,537 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:48,538 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a8623f0-7c58-427c-a53a-a99a489a34c1/checklist/new/
+2017-05-04 06:48:48,626 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:48,626 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:48,666 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:48,715 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:48:48,715 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f69271b-7535-4024-b54f-16d63149cc31/7a1f983139d54b259b8eb92a242c110a
+2017-05-04 06:48:48,755 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:48,778 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:48,778 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d59256d0-04fa-4807-a48e-8b68c93a8ccf/a6bd396f435740eca81d4d961fed31b8
+2017-05-04 06:48:48,824 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:48:48,834 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:48,877 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:48,878 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:48,885 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:48,887 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:48,892 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:48,894 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:48,935 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:48,935 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:48,941 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:48,942 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:48,946 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:48,947 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:49,196 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:49,197 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3e4fb15f-81dc-4ed5-9dc1-4e1deee755f2/checklist/new/
+2017-05-04 06:48:49,254 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:49,254 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a0f6643-a0d6-4a3f-b2e4-dd23b4a0c51a/checklist/new/
+2017-05-04 06:48:49,275 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:49,275 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:49,312 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:49,312 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:49,312 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:48:49,338 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:49,339 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:49,369 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:49,460 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:49,461 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fde14bda-6f41-4339-931d-e45e5de0b625/659567c6ed6546b997580b144a5cebfe
+2017-05-04 06:48:49,492 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:48:49,506 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:49,597 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:49,602 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:49,603 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:49,607 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:49,609 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:49,614 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:49,615 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:50,101 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:50,102 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f85ead38-7b66-4dc4-be1c-7662b2318fba/checklist/new/
+2017-05-04 06:48:50,173 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:48:50,207 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:50,208 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:50,247 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:50,261 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:50,356 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:48:50,356 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75086b8a-2c58-43d7-b449-7ee5a140678f/9b2ca2eaa80e47a78518fd1d6f15ad91
+2017-05-04 06:48:50,395 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:50,481 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:50,481 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:50,486 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:50,488 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:50,492 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:50,493 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:50,575 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:50,758 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:50,841 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:48:50,956 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:51,007 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:51,007 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d95420d1-24eb-44d2-8e3f-330d373d0b2f/checklist/new/
+2017-05-04 06:48:51,074 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:48:51,074 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:48:51,112 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:51,112 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:51,112 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:48:51,627 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:51,767 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:48:51,889 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:48:52,044 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:48:52,139 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:52,681 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:48:52,799 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:53,102 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:53,148 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:48:53,810 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:48:54,196 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 06:48:54,196 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 06:48:54,214 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-05-04 06:48:54,214 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 06:48:54,215 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-05-04 06:48:54,517 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:48:54,541 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:48:54,695 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:48:55,384 DEBUG db_checklist 27 59054 140735693222848 Query : select owner_id from ice_checklist Where uuid = '9000564d-34c5-4dcf-b7e5-da5ca0d95591' and state = 'approval';
+2017-05-04 06:48:55,387 DEBUG db_checklist 38 59054 140735693222848 Query result: 3
+2017-05-04 06:48:55,392 DEBUG db_general 177 59054 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 06:48:55,396 DEBUG db_general 188 59054 140735693222848 Query result: admin@att.com
+2017-05-04 06:48:55,396 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:55,396 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:48:56,091 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 06:48:56,091 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 06:48:56,108 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-05-04 06:48:56,109 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 06:48:56,109 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-05-04 06:48:56,157 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:48:56,540 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:56,823 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:48:56,971 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:48:58,005 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:58,192 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:48:58,192 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/95df7d73-2d7d-4475-94d4-228679ad7657/b281cc1c84ac43289bafae15175b0a8b
+2017-05-04 06:48:58,228 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:48:58,331 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:58,332 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:58,336 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:48:58,337 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:48:58,341 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:48:58,342 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:48:58,559 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:48:58,736 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:48:58,737 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4ca09762-cc29-43a2-856e-6096f3c8fb17/checklist/new/
+2017-05-04 06:48:58,817 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:48:58,817 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:48:58,853 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:48:58,853 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:48:58,853 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:48:59,224 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:48:59,580 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:48:59,716 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:49:00,374 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:49:00,494 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:49:00,495 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c64620ff-5c1a-4e0c-9913-2f922be517f1/697e927775504de2948b7978becfdbd6
+2017-05-04 06:49:00,508 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:00,535 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:49:00,615 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:00,616 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:00,623 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:49:00,625 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:49:00,629 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:49:00,631 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:49:00,812 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:01,111 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:49:01,111 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0527867e-2475-49ba-8cf7-79d2cffcd95b/checklist/new/
+2017-05-04 06:49:01,184 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:01,184 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:01,216 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:01,216 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:01,216 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:49:01,515 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:49:01,917 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:02,072 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:49:02,722 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:49:02,829 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:03,566 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:49:03,570 DEBUG db_general 188 59054 140735693222848 Query result: 9000564d-34c5-4dcf-b7e5-da5ca0d95591
+2017-05-04 06:49:03,716 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:04,266 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:04,725 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:49:05,606 DEBUG test_left_nav_panel 129 59055 140735693222848 Fetched ID: dashboard_2017-220: STJSvCE
+2017-05-04 06:49:05,698 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:06,256 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:07,311 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 06:49:07,312 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 06:49:07,330 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-05-04 06:49:07,330 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 06:49:07,330 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-05-04 06:49:07,679 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 06:49:07,680 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 06:49:07,698 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-05-04 06:49:07,699 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 06:49:07,700 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-05-04 06:49:09,550 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:10,060 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:10,517 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:10,922 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:49:10,922 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/53ae8d4f-58cc-4527-9e51-b0ed1ec77a8f/f95f200fefdf44c8972ef1e5dc38cb76
+2017-05-04 06:49:10,982 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:49:11,101 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:11,101 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:11,105 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:49:11,108 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:49:11,115 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:49:11,118 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:49:11,409 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:49:11,413 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STYN4Vp@intl.att.com';
+2017-05-04 06:49:11,416 DEBUG db_general 136 59053 140735693222848 Query result: 5cdd975a-d5b6-4660-abc3-a6ef3587c729
+2017-05-04 06:49:11,420 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STYN4Vp@intl.att.com';
+2017-05-04 06:49:11,423 DEBUG db_general 136 59053 140735693222848 Query result: 928
+2017-05-04 06:49:11,429 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '928';
+2017-05-04 06:49:11,431 DEBUG db_general 188 59053 140735693222848 Query result: cd46acc1e74d412897d3e78052d43fe5
+2017-05-04 06:49:11,431 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5cdd975a-d5b6-4660-abc3-a6ef3587c729/cd46acc1e74d412897d3e78052d43fe5
+2017-05-04 06:49:11,431 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5cdd975a-d5b6-4660-abc3-a6ef3587c729/cd46acc1e74d412897d3e78052d43fe5
+2017-05-04 06:49:12,029 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:49:12,029 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eda96572-954b-4a47-8dab-0f134627f200/checklist/new/
+2017-05-04 06:49:12,118 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:12,118 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:12,192 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:12,192 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:49:12,195 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:12,195 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:12,196 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:49:13,090 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:49:13,168 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:49:13,787 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:49:13,859 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:49:13,927 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:14,432 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:14,973 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:15,440 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:49:15,981 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:49:16,831 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:17,599 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:17,846 DEBUG db_general 128 59055 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'hs0007@att.com';
+2017-05-04 06:49:17,848 DEBUG db_general 136 59055 140735693222848 Query result: 383a1729-bc0e-4821-8c0c-cbe81a482a2e
+2017-05-04 06:49:17,865 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:17,865 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:49:17,886 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-919: STLM0Wd
+2017-05-04 06:49:17,895 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STLM0Wd';
+2017-05-04 06:49:17,898 DEBUG db_general 188 59055 140735693222848 Query result: 8bcf589f-e103-44d7-9b96-a3badcba428b
+2017-05-04 06:49:17,908 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-918: STre8JW
+2017-05-04 06:49:17,915 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STre8JW';
+2017-05-04 06:49:17,917 DEBUG db_general 188 59055 140735693222848 Query result: 1611121f-856c-4aaf-beaa-a6a74246237e
+2017-05-04 06:49:17,925 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-917: STh1pin
+2017-05-04 06:49:17,934 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STh1pin';
+2017-05-04 06:49:17,942 DEBUG db_general 188 59055 140735693222848 Query result: a5ff2dbd-ba30-46ad-9116-f7c123f2e20c
+2017-05-04 06:49:17,957 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-916: ST2l9uM
+2017-05-04 06:49:17,965 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'ST2l9uM';
+2017-05-04 06:49:17,968 DEBUG db_general 188 59055 140735693222848 Query result: a3a05251-c102-4d05-8e4b-a06478fc18a5
+2017-05-04 06:49:17,996 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-915: ST5z6px
+2017-05-04 06:49:18,006 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'ST5z6px';
+2017-05-04 06:49:18,009 DEBUG db_general 188 59055 140735693222848 Query result: 6a07c408-7ad6-49f1-8385-473bad3f2df5
+2017-05-04 06:49:18,018 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-914: STFHceX
+2017-05-04 06:49:18,027 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STFHceX';
+2017-05-04 06:49:18,031 DEBUG db_general 188 59055 140735693222848 Query result: f18cec3d-5c37-4a2a-a04d-f65409472457
+2017-05-04 06:49:18,040 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-913: STiNe8d
+2017-05-04 06:49:18,049 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STiNe8d';
+2017-05-04 06:49:18,053 DEBUG db_general 188 59055 140735693222848 Query result: 95682d64-a97c-4877-85df-fe891628a7ea
+2017-05-04 06:49:18,061 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-912: STR6kXJ
+2017-05-04 06:49:18,069 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STR6kXJ';
+2017-05-04 06:49:18,071 DEBUG db_general 188 59055 140735693222848 Query result: 1e8b11f8-198b-45f9-ba6b-1892a7ed3c8b
+2017-05-04 06:49:18,080 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-911: STQRj2p
+2017-05-04 06:49:18,090 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STQRj2p';
+2017-05-04 06:49:18,094 DEBUG db_general 188 59055 140735693222848 Query result: 8baf9831-3ad2-45e2-ac9e-84c351498418
+2017-05-04 06:49:18,154 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-910: ST68ri2
+2017-05-04 06:49:18,163 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'ST68ri2';
+2017-05-04 06:49:18,165 DEBUG db_general 188 59055 140735693222848 Query result: b65ba8d8-f155-4d73-9950-51a9515f7b37
+2017-05-04 06:49:18,176 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-909: STcZriF
+2017-05-04 06:49:18,189 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STcZriF';
+2017-05-04 06:49:18,191 DEBUG db_general 188 59055 140735693222848 Query result: 455052ed-3d14-416d-9b84-fa625176d394
+2017-05-04 06:49:18,200 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-908: STCaih9
+2017-05-04 06:49:18,208 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STCaih9';
+2017-05-04 06:49:18,210 DEBUG db_general 188 59055 140735693222848 Query result: 79dfe6a0-437f-47d4-908d-14bd53d69421
+2017-05-04 06:49:18,225 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-907: STjApmc
+2017-05-04 06:49:18,233 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STjApmc';
+2017-05-04 06:49:18,240 DEBUG db_general 188 59055 140735693222848 Query result: cedc2271-4e91-4bfb-b75e-7232c1d45d2d
+2017-05-04 06:49:18,302 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-906: STTJGqt
+2017-05-04 06:49:18,309 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STTJGqt';
+2017-05-04 06:49:18,312 DEBUG db_general 188 59055 140735693222848 Query result: 43c41f77-bb1c-4675-9b1f-371ecc5a63c1
+2017-05-04 06:49:18,320 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-905: STN7IoD
+2017-05-04 06:49:18,328 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STN7IoD';
+2017-05-04 06:49:18,331 DEBUG db_general 188 59055 140735693222848 Query result: aedcb0a7-3e12-457f-8b50-0e59694b34ba
+2017-05-04 06:49:18,342 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-904: STwZXMn
+2017-05-04 06:49:18,350 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STwZXMn';
+2017-05-04 06:49:18,353 DEBUG db_general 188 59055 140735693222848 Query result: 91181c92-cc19-4a26-a300-dc060b54c17a
+2017-05-04 06:49:18,360 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-903: ST38nKU
+2017-05-04 06:49:18,367 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'ST38nKU';
+2017-05-04 06:49:18,370 DEBUG db_general 188 59055 140735693222848 Query result: 59a3f542-10d8-4040-8dff-c594834331a0
+2017-05-04 06:49:18,378 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-902: STDO8YI
+2017-05-04 06:49:18,389 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STDO8YI';
+2017-05-04 06:49:18,391 DEBUG db_general 188 59055 140735693222848 Query result: 07d0477c-3f49-4541-9839-60e2c45973af
+2017-05-04 06:49:18,397 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-901: STK6hJV
+2017-05-04 06:49:18,404 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'STK6hJV';
+2017-05-04 06:49:18,406 DEBUG db_general 188 59055 140735693222848 Query result: cd91a030-a1d3-4962-a234-9cfef5446d32
+2017-05-04 06:49:18,413 DEBUG test_left_nav_panel 107 59055 140735693222848 Fetched ID: clickable_2017-900: ST2dc5V
+2017-05-04 06:49:18,420 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_vf Where name = 'ST2dc5V';
+2017-05-04 06:49:18,423 DEBUG db_general 188 59055 140735693222848 Query result: f8caae2e-a446-4c63-b01c-0cac18d8cdff
+2017-05-04 06:49:18,423 DEBUG test_left_nav_panel 113 59055 140735693222848 Right result
+2017-05-04 06:49:18,423 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 06:49:18,423 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 06:49:18,439 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-05-04 06:49:18,439 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 06:49:18,439 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-04 06:49:18,615 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:49:18,619 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:49:18,625 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:49:18,628 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:49:18,633 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:49:18,635 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:49:18,791 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:49:19,470 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:49:19,625 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:20,599 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:20,633 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:49:21,168 DEBUG test_login_with_new_user 489 59053 140735693222848 click_on on + Dashboard
+2017-05-04 06:49:21,748 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:49:21,749 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5285d0e9-8f79-459d-a570-4b0e38da60ce/0c16a433b9284815ad45dcb6ddaa3dd7
+2017-05-04 06:49:21,784 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:49:21,813 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:49:21,815 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:49:21,819 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:49:21,821 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:49:21,824 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:49:21,830 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:49:21,867 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:21,867 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:21,871 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:49:21,872 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:49:21,876 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:49:21,877 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:49:21,974 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:49:22,172 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:49:22,172 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9d4120e6-2f36-4182-bb8d-941e4a3e2acf/checklist/new/
+2017-05-04 06:49:22,253 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:22,253 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:22,289 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:22,292 DEBUG db_general 177 59055 140735693222848 Query : select engagement_id from ice_vf Where name = 'STr8vkV';
+2017-05-04 06:49:22,294 DEBUG db_general 188 59055 140735693222848 Query result: 9d4120e6-2f36-4182-bb8d-941e4a3e2acf
+2017-05-04 06:49:22,298 DEBUG db_general 177 59055 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '9d4120e6-2f36-4182-bb8d-941e4a3e2acf';
+2017-05-04 06:49:22,301 DEBUG db_general 188 59055 140735693222848 Query result: 2017-920
+2017-05-04 06:49:22,305 DEBUG db_general 177 59055 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-920';
+2017-05-04 06:49:22,307 DEBUG db_general 188 59055 140735693222848 Query result: 1
+2017-05-04 06:49:22,312 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:22,312 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:49:22,562 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:23,177 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:49:23,808 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:23,845 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:49:23,977 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:24,568 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:24,656 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:25,060 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:25,580 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:25,675 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:26,587 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:49:27,133 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:49:27,209 DEBUG fe_wizard 57 59053 140735693222848 Tab Add Vendor Contact
+2017-05-04 06:49:27,806 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:27,859 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:27,859 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:49:28,628 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:49:28,971 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:29,266 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:49:29,410 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:29,625 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:30,155 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:30,436 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:31,193 DEBUG fe_wizard 97 59053 140735693222848 Tab Invite Team Members
+2017-05-04 06:49:31,328 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:31,446 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:49:31,989 DEBUG db_general 177 59054 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 06:49:31,991 DEBUG db_general 188 59054 140735693222848 Query result: hs0007@att.com
+2017-05-04 06:49:32,151 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:32,448 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:32,666 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:33,176 DEBUG fe_wizard 115 59053 140735693222848 About to add an SSH Key in modal window
+2017-05-04 06:49:33,187 DEBUG helper 42 59053 140735693222848 About to generate SSH Public Key
+2017-05-04 06:49:33,474 DEBUG helper 57 59053 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP315Bc6O81YjFUPrTP6X72mNsGPnMIlH4tm089S/iYk+pufuQz/ng8YUfWUcWxAYDwdqRfeC8hJiZ+kToGl91Or2kh1q3Ot6qfh0MGps9u74bfs8Z+YkkwVKqV6TxUVGWem0WbXkN40kZDyE2PlB5ZiKmUyst5d6ogOic7BKBa+0HX/fBYlQJLBwgfux+pNUmbbUUGv4BeQ34bGDAoqsQAzvspie95QU4aQt5D+UCO4oXaF91B/1glcmlBmlyRfIorTbkmUatpHOU8wQr23FqnPbVjxG97Xh+ms18vjdxqDnUY1E3wzggwV5tS4W05fzWeErhMhpEZ1/Cz1YFwxcx
+2017-05-04 06:49:33,811 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:34,117 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:35,217 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:35,541 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:49:35,544 DEBUG db_general 188 59054 140735693222848 Query result: 9000564d-34c5-4dcf-b7e5-da5ca0d95591
+2017-05-04 06:49:35,694 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 06:49:35,694 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 06:49:35,715 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-05-04 06:49:35,715 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 06:49:35,716 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-05-04 06:49:35,775 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:36,247 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:36,811 DEBUG fe_wizard 130 59053 140735693222848 SSH Key added via modal window.
+2017-05-04 06:49:36,978 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:49:37,850 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:38,155 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:49:38,963 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:49:38,963 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4791348d-c6a9-4db7-9afa-97e7893375e5/9b04b54cc2534573b27d221a1af12924
+2017-05-04 06:49:39,001 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:49:39,101 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:39,139 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:49:39,139 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:49:39,144 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:49:39,148 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:49:39,153 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:49:39,155 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:49:39,524 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:49:39,524 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6aecee16-5b6e-4617-955a-d6c2b61f9095/checklist/new/
+2017-05-04 06:49:39,588 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:49:39,588 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:49:39,622 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:39,622 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:39,622 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:49:40,113 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTn0yzo';
+2017-05-04 06:49:40,116 DEBUG db_general 188 59053 140735693222848 Query result: ec68b50f-f1bc-4d7b-baf1-02938a77c138
+2017-05-04 06:49:40,122 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec68b50f-f1bc-4d7b-baf1-02938a77c138';
+2017-05-04 06:49:40,124 DEBUG db_general 188 59053 140735693222848 Query result: 2017-921
+2017-05-04 06:49:40,129 DEBUG db_general 177 59053 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-921';
+2017-05-04 06:49:40,132 DEBUG db_general 188 59053 140735693222848 Query result: 1
+2017-05-04 06:49:40,141 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTn0yzo';
+2017-05-04 06:49:40,143 DEBUG db_general 188 59053 140735693222848 Query result: ec68b50f-f1bc-4d7b-baf1-02938a77c138
+2017-05-04 06:49:40,147 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec68b50f-f1bc-4d7b-baf1-02938a77c138';
+2017-05-04 06:49:40,150 DEBUG db_general 188 59053 140735693222848 Query result: 2017-921
+2017-05-04 06:49:40,318 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:40,500 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:49:40,924 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:49:41,166 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:49:41,280 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:42,294 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:49:43,056 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:43,193 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 06:49:43,964 DEBUG db_general 177 59053 140735693222848 Query : select full_name from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:49:43,968 DEBUG db_general 188 59053 140735693222848 Query result: Donald Duck
+2017-05-04 06:49:43,998 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 06:49:43,998 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 06:49:44,015 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-05-04 06:49:44,016 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 06:49:44,016 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-05-04 06:49:44,300 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 06:49:44,301 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 06:49:44,315 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-04 06:49:44,316 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 06:49:44,316 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-05-04 06:49:44,442 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:45,451 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:49:46,132 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:46,577 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:47,305 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:49:47,306 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/82f5db0d-6954-444b-8369-9f99b8e413ce/b44bb33a4cb34ca88cefccf092c3da6d
+2017-05-04 06:49:47,342 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:49:47,462 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:49:47,462 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:49:47,466 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:49:47,468 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:49:47,472 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:49:47,474 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:49:47,726 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:49:47,727 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f3ca58e-78be-493e-86a3-83186ca4f06e/checklist/new/
+2017-05-04 06:49:47,734 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:49:47,734 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d984799d-a3e6-4b23-ae5e-f7579711ac09/52b41e853fd74c08a15ec31c6894a756
+2017-05-04 06:49:47,763 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:49:47,807 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:49:47,807 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:49:47,862 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:47,862 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:47,862 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:47,862 DEBUG api_user 66 59053 140735693222848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-05-04 06:49:47,868 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:49:47,870 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:49:47,875 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:49:47,877 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:49:47,915 DEBUG api_user 88 59053 140735693222848 Testing for Cross site scripting successfully : STfd2uTstattus Code = 200
+2017-05-04 06:49:47,916 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f3ca58e-78be-493e-86a3-83186ca4f06e/checklist/new/
+2017-05-04 06:49:48,002 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:49:48,003 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:49:48,044 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:48,045 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:48,045 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:49:48,327 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:48,500 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:49:48,501 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/72bab5c0-4b81-456e-a24f-72d72a840dcf/checklist/new/
+2017-05-04 06:49:48,595 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:49:48,595 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:49:48,629 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:49:48,630 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:49:48,630 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:49:48,917 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:49:49,073 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:49,401 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:49,491 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:49:49,584 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:49:49,708 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:50,161 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:49:50,269 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:49:50,415 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:49:50,419 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:49:50,424 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:49:50,427 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:49:50,431 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:49:50,435 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:49:50,713 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:49:51,195 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:49:51,911 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:52,204 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:49:52,650 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:49:53,019 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:53,667 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STyX6W1';
+2017-05-04 06:49:53,670 DEBUG db_general 188 59054 140735693222848 Query result: bc3db799-7879-4bf3-b0a2-59147b61cfae
+2017-05-04 06:49:53,675 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'bc3db799-7879-4bf3-b0a2-59147b61cfae';
+2017-05-04 06:49:53,678 DEBUG db_general 188 59054 140735693222848 Query result: 2017-879
+2017-05-04 06:49:53,683 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-879';
+2017-05-04 06:49:53,686 DEBUG db_general 188 59054 140735693222848 Query result: 2
+2017-05-04 06:49:53,714 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:49:54,151 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:54,451 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:55,463 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:55,597 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:49:56,324 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:56,859 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:56,885 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 06:49:56,885 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 06:49:56,895 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-05-04 06:49:56,896 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 06:49:56,896 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-05-04 06:49:58,432 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:59,064 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:49:59,197 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:59,267 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:49:59,783 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:00,280 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 06:50:00,280 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 06:50:00,298 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:50:00,298 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-05-04 06:50:00,299 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 06:50:00,299 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:00,300 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 06:50:00,303 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STpXqAZ@amdocs.com';
+2017-05-04 06:50:00,305 DEBUG db_general 136 59053 140735693222848 Query result: 718dc7c2-691e-469b-ad70-3a54fe6f8b98
+2017-05-04 06:50:00,309 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STpXqAZ@amdocs.com';
+2017-05-04 06:50:00,311 DEBUG db_general 136 59053 140735693222848 Query result: 718dc7c2-691e-469b-ad70-3a54fe6f8b98
+2017-05-04 06:50:00,315 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STpXqAZ@amdocs.com';
+2017-05-04 06:50:00,317 DEBUG db_general 136 59053 140735693222848 Query result: 933
+2017-05-04 06:50:00,321 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '933';
+2017-05-04 06:50:00,323 DEBUG db_general 188 59053 140735693222848 Query result: 00c9becd902e4aa6a062dac5b9ee032a
+2017-05-04 06:50:00,323 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/718dc7c2-691e-469b-ad70-3a54fe6f8b98/00c9becd902e4aa6a062dac5b9ee032a
+2017-05-04 06:50:00,324 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/718dc7c2-691e-469b-ad70-3a54fe6f8b98/00c9becd902e4aa6a062dac5b9ee032a
+2017-05-04 06:50:00,959 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:01,367 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:01,368 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:50:01,695 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:50:02,275 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:50:02,538 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'STcqs0C';
+2017-05-04 06:50:02,542 DEBUG db_general 188 59054 140735693222848 Query result: 9000564d-34c5-4dcf-b7e5-da5ca0d95591
+2017-05-04 06:50:02,596 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:50:02,921 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:50:03,043 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:50:03,671 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 06:50:03,671 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 06:50:03,681 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 06:50:03,681 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 06:50:03,681 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 06:50:03,682 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:50:03,683 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/92458afe-27ec-4284-9d2b-7fdf4007b67f/a8d0f3eec1424122ab9e7b358f23109d
+2017-05-04 06:50:03,721 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:50:03,839 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:50:03,840 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:50:03,845 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:50:03,847 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:50:03,853 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:50:03,855 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:50:04,378 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:50:04,399 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:50:04,399 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6355fbf-c1e5-4f83-ba63-bc6e5eb9bcc7/checklist/new/
+2017-05-04 06:50:04,520 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:50:04,521 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:50:04,578 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:04,578 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:04,579 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:50:04,600 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:05,247 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:05,473 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:50:05,919 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:50:06,141 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:50:06,263 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:06,936 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:06,936 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:50:07,125 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:07,236 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:50:07,237 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef93e91e-625c-4ce2-a36a-cca8f06d34da/9a71ca766e8541e28285fdd619d995f6
+2017-05-04 06:50:07,287 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:50:07,392 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:50:07,392 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:50:07,397 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:50:07,399 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:50:07,404 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:50:07,406 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:50:07,636 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:07,743 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:50:07,743 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec08aa14-6c7f-4742-aa08-dc6d9647ad5f/checklist/new/
+2017-05-04 06:50:07,767 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:50:07,815 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:50:07,815 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:50:07,856 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:07,856 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:07,856 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:50:07,970 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST0KVJw';
+2017-05-04 06:50:07,975 DEBUG db_general 188 59052 140735693222848 Query result: f4515910-41ce-43b1-ba2c-c90e95c26d85
+2017-05-04 06:50:07,982 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f4515910-41ce-43b1-ba2c-c90e95c26d85';
+2017-05-04 06:50:07,985 DEBUG db_general 188 59052 140735693222848 Query result: 2017-925
+2017-05-04 06:50:08,152 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:08,510 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:50:08,621 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:08,650 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:50:08,762 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:50:09,477 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:50:09,587 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:09,633 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:50:09,846 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:10,186 DEBUG test_login_with_new_user 413 59053 140735693222848 click_on on + Dashboard
+2017-05-04 06:50:10,749 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:50:10,944 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:50:11,092 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:11,273 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_vf Where name = 'ST92f8V';
+2017-05-04 06:50:11,276 DEBUG db_general 188 59054 140735693222848 Query result: 6429053d-4374-40de-a79f-a46f04dfb74d
+2017-05-04 06:50:11,280 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST92f8V';
+2017-05-04 06:50:11,282 DEBUG db_general 188 59054 140735693222848 Query result: ec08aa14-6c7f-4742-aa08-dc6d9647ad5f
+2017-05-04 06:50:11,286 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST92f8V';
+2017-05-04 06:50:11,289 DEBUG db_general 188 59054 140735693222848 Query result: ec08aa14-6c7f-4742-aa08-dc6d9647ad5f
+2017-05-04 06:50:11,293 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec08aa14-6c7f-4742-aa08-dc6d9647ad5f';
+2017-05-04 06:50:11,295 DEBUG db_general 188 59054 140735693222848 Query result: 2017-929
+2017-05-04 06:50:11,299 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-929';
+2017-05-04 06:50:11,301 DEBUG db_general 188 59054 140735693222848 Query result: 1
+2017-05-04 06:50:11,306 DEBUG fe_checklist 50 59054 140735693222848 EL email: dd1122@att.com
+2017-05-04 06:50:11,309 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec08aa14-6c7f-4742-aa08-dc6d9647ad5f';
+2017-05-04 06:50:11,311 DEBUG db_general 188 59054 140735693222848 Query result: 2017-929
+2017-05-04 06:50:11,706 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:12,090 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:13,205 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:13,294 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTMvx9I';
+2017-05-04 06:50:13,298 DEBUG db_general 188 59052 140735693222848 Query result: 43ccdaa5-d74b-410e-825e-eb62b5c32927
+2017-05-04 06:50:13,303 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '43ccdaa5-d74b-410e-825e-eb62b5c32927';
+2017-05-04 06:50:13,307 DEBUG db_general 188 59052 140735693222848 Query result: 2017-926
+2017-05-04 06:50:13,492 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:13,593 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:14,397 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:14,481 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:15,927 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=6429053d-4374-40de-a79f-a46f04dfb74d&inviter_uuid=ef93e91e-625c-4ce2-a36a-cca8f06d34da&email=automationqattSTyRswM@gmail.com
+2017-05-04 06:50:16,018 DEBUG fe_wizard 77 59053 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 06:50:16,326 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:16,327 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:17,353 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 06:50:17,353 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 06:50:17,370 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 06:50:17,371 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 06:50:17,371 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 06:50:17,477 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:50:18,503 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:18,503 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:50:18,546 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:19,400 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:50:19,587 DEBUG fe_wizard 97 59053 140735693222848 Tab Invite Team Members
+2017-05-04 06:50:19,763 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:50:19,786 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTOBXZ1';
+2017-05-04 06:50:19,789 DEBUG db_general 188 59052 140735693222848 Query result: 41b5d2f9-7fc6-4b3a-8a77-9cba995af6a2
+2017-05-04 06:50:19,793 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '41b5d2f9-7fc6-4b3a-8a77-9cba995af6a2';
+2017-05-04 06:50:19,796 DEBUG db_general 188 59052 140735693222848 Query result: 2017-928
+2017-05-04 06:50:20,041 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:50:20,071 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:20,180 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:20,704 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:21,089 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:50:21,090 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a010cd6-8cb4-4aa1-ac77-c66e0b4de481/8804b9a3e993440088546fdc875c4e76
+2017-05-04 06:50:21,139 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:50:21,159 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:21,239 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:50:21,240 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:50:21,245 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:50:21,247 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:50:21,252 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:50:21,253 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:50:21,566 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:50:21,567 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42463e56-aabd-4e16-85da-93b095793ea0/checklist/new/
+2017-05-04 06:50:21,646 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:50:21,647 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:50:21,681 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:21,682 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:21,682 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:50:21,729 DEBUG fe_wizard 115 59053 140735693222848 About to add an SSH Key in modal window
+2017-05-04 06:50:21,742 DEBUG helper 42 59053 140735693222848 About to generate SSH Public Key
+2017-05-04 06:50:21,931 DEBUG helper 57 59053 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGGOBVUi8qynDn7+mTZ4687gNneDlW9rWKs++pjLgfqXFknvqYE+k8R/y2xKxq3pA8D5RU/iOpU4CA3nMkE2BvWKYRNztc6hvkSlDdSWoQDzKzhU/njxJgU0SXoX3JR5yPWkatEwaRbBIixM6yjYR6LkraY6UP05jSjxxu6j4/qkrLcdjqwo3K1BtRRRYIct/cRu6DA9Q9oG8W4Tdy5rTESNdnYxFiRVzzpGDTnZADv0qjDyqQAVpzJzBSmx2M5D/KHlPi5y2KXAmkOltAwL17ra8H8uVnTPkg64R23bN1NVIwNVomuUq2DQtQiocp6p+/+qbZHtsSs52RgoMr8kX5
+2017-05-04 06:50:22,167 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:50:22,532 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:50:23,181 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:50:23,290 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:23,769 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:24,097 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:24,227 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:24,740 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:24,879 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:25,122 DEBUG fe_wizard 130 59053 140735693222848 SSH Key added via modal window.
+2017-05-04 06:50:25,126 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTFO6S4';
+2017-05-04 06:50:25,129 DEBUG db_general 188 59053 140735693222848 Query result: 2d8cc34c-42c9-47d5-8ffe-488c5a32271a
+2017-05-04 06:50:25,133 DEBUG db_user 49 59053 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '2d8cc34c-42c9-47d5-8ffe-488c5a32271a' and email = 'automationqattSTM6jVe@gmail.com' ;
+2017-05-04 06:50:25,135 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTM6jVe@gmail.com
+2017-05-04 06:50:25,507 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:25,746 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:50:25,891 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST0KVJw';
+2017-05-04 06:50:25,894 DEBUG db_general 188 59052 140735693222848 Query result: f4515910-41ce-43b1-ba2c-c90e95c26d85
+2017-05-04 06:50:25,900 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f4515910-41ce-43b1-ba2c-c90e95c26d85';
+2017-05-04 06:50:25,903 DEBUG db_general 188 59052 140735693222848 Query result: 2017-925
+2017-05-04 06:50:25,906 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST0KVJw';
+2017-05-04 06:50:25,908 DEBUG db_general 188 59052 140735693222848 Query result: f4515910-41ce-43b1-ba2c-c90e95c26d85
+2017-05-04 06:50:25,912 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f4515910-41ce-43b1-ba2c-c90e95c26d85';
+2017-05-04 06:50:25,915 DEBUG db_general 188 59052 140735693222848 Query result: 2017-925
+2017-05-04 06:50:25,919 DEBUG db_general 177 59052 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-925';
+2017-05-04 06:50:25,921 DEBUG db_general 188 59052 140735693222848 Query result: 1
+2017-05-04 06:50:25,934 DEBUG db_general 128 59052 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STu0njN@intl.att.com';
+2017-05-04 06:50:25,937 DEBUG db_general 136 59052 140735693222848 Query result: 4791348d-c6a9-4db7-9afa-97e7893375e5
+2017-05-04 06:50:25,941 DEBUG db_user 49 59052 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'f4515910-41ce-43b1-ba2c-c90e95c26d85' and email = 'STITnqd@intl.att.com' ;
+2017-05-04 06:50:25,947 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 06:50:25,949 DEBUG db_general 188 59052 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:50:25,949 DEBUG db_user 37 59052 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=f138911b-3353-47a5-9c32-31c97f5fd733&email=STITnqd@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:50:25,950 DEBUG api_user 206 59052 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:50:26,219 DEBUG api_user 231 59052 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:50:26,219 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4515910-41ce-43b1-ba2c-c90e95c26d85/checklist/new/
+2017-05-04 06:50:26,302 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:50:26,303 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:50:26,348 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:26,354 DEBUG db_general 128 59052 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STITnqd@intl.att.com';
+2017-05-04 06:50:26,357 DEBUG db_general 136 59052 140735693222848 Query result: 8ec304b1-15ef-4e2e-b0bd-7d4b2899abc9
+2017-05-04 06:50:26,362 DEBUG db_general 128 59052 140735693222848 Query : select id from auth_user WHERE Email = 'STITnqd@intl.att.com';
+2017-05-04 06:50:26,365 DEBUG db_general 136 59052 140735693222848 Query result: 937
+2017-05-04 06:50:26,369 DEBUG db_general 177 59052 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '937';
+2017-05-04 06:50:26,371 DEBUG db_general 188 59052 140735693222848 Query result: 3ee664c8585b4f20b41e247cd46fde03
+2017-05-04 06:50:26,372 DEBUG db_user 27 59052 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8ec304b1-15ef-4e2e-b0bd-7d4b2899abc9/3ee664c8585b4f20b41e247cd46fde03
+2017-05-04 06:50:26,372 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8ec304b1-15ef-4e2e-b0bd-7d4b2899abc9/3ee664c8585b4f20b41e247cd46fde03
+2017-05-04 06:50:26,707 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 06:50:26,709 DEBUG db_general 188 59053 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:50:26,709 DEBUG db_user 37 59053 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STM5xcv@att.com&full_name=SToIbPdSTn2Qeb&phone_number=2014427397&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:50:26,710 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STM5xcv@att.com&full_name=SToIbPdSTn2Qeb&phone_number=2014427397&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:50:26,937 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:27,253 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:27,253 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:50:27,718 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTFO6S4';
+2017-05-04 06:50:27,720 DEBUG db_general 188 59053 140735693222848 Query result: 5b5db421-dc2b-4877-b412-4f7ec6ee285d
+2017-05-04 06:50:27,725 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5b5db421-dc2b-4877-b412-4f7ec6ee285d';
+2017-05-04 06:50:27,729 DEBUG db_general 188 59053 140735693222848 Query result: 2017-930
+2017-05-04 06:50:27,733 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-930';
+2017-05-04 06:50:27,737 DEBUG db_general 188 59053 140735693222848 Query result: 5b5db421-dc2b-4877-b412-4f7ec6ee285d
+2017-05-04 06:50:27,741 DEBUG db_user 49 59053 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5b5db421-dc2b-4877-b412-4f7ec6ee285d' and email = 'STM5xcv@att.com' ;
+2017-05-04 06:50:27,748 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTFO6S4';
+2017-05-04 06:50:27,752 DEBUG db_general 188 59053 140735693222848 Query result: 5b5db421-dc2b-4877-b412-4f7ec6ee285d
+2017-05-04 06:50:27,755 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5b5db421-dc2b-4877-b412-4f7ec6ee285d';
+2017-05-04 06:50:27,757 DEBUG db_general 188 59053 140735693222848 Query result: 2017-930
+2017-05-04 06:50:27,761 DEBUG db_general 177 59053 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-930';
+2017-05-04 06:50:27,763 DEBUG db_general 188 59053 140735693222848 Query result: 1
+2017-05-04 06:50:27,768 DEBUG api_user 206 59053 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:50:27,912 DEBUG api_user 231 59053 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:50:27,913 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5b5db421-dc2b-4877-b412-4f7ec6ee285d/checklist/new/
+2017-05-04 06:50:27,996 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:50:27,996 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:50:28,043 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:28,047 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STM5xcv@att.com';
+2017-05-04 06:50:28,050 DEBUG db_general 136 59053 140735693222848 Query result: d7d7d04b-4860-4ef9-b6fa-fd9f232529a5
+2017-05-04 06:50:28,054 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STM5xcv@att.com';
+2017-05-04 06:50:28,056 DEBUG db_general 136 59053 140735693222848 Query result: 938
+2017-05-04 06:50:28,060 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '938';
+2017-05-04 06:50:28,062 DEBUG db_general 188 59053 140735693222848 Query result: c604cb70082d4e2fbf88308a547b90ba
+2017-05-04 06:50:28,062 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7d7d04b-4860-4ef9-b6fa-fd9f232529a5/c604cb70082d4e2fbf88308a547b90ba
+2017-05-04 06:50:28,066 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '5b5db421-dc2b-4877-b412-4f7ec6ee285d';
+2017-05-04 06:50:28,070 DEBUG db_general 188 59053 140735693222848 Query result: 2017-930
+2017-05-04 06:50:28,070 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7d7d04b-4860-4ef9-b6fa-fd9f232529a5/c604cb70082d4e2fbf88308a547b90ba
+2017-05-04 06:50:28,134 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:50:28,142 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:28,799 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:28,836 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:50:28,902 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:28,902 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:50:29,004 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login/f4515910-41ce-43b1-ba2c-c90e95c26d85?activation_success=true page is loaded.
+2017-05-04 06:50:29,722 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:50:29,797 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:30,353 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:50:30,456 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login/5b5db421-dc2b-4877-b412-4f7ec6ee285d?activation_success=true page is loaded.
+2017-05-04 06:50:30,805 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:30,806 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:50:30,976 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:31,395 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST0KVJw';
+2017-05-04 06:50:31,398 DEBUG db_general 188 59052 140735693222848 Query result: f4515910-41ce-43b1-ba2c-c90e95c26d85
+2017-05-04 06:50:31,401 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f4515910-41ce-43b1-ba2c-c90e95c26d85';
+2017-05-04 06:50:31,404 DEBUG db_general 188 59052 140735693222848 Query result: 2017-925
+2017-05-04 06:50:31,567 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:50:31,594 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:31,988 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:50:32,613 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'ST6akf2';
+2017-05-04 06:50:32,615 DEBUG db_general 188 59054 140735693222848 Query result: 7b82bd87-e58a-4f03-9947-89839f73bd3c
+2017-05-04 06:50:32,620 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where uuid = '7b82bd87-e58a-4f03-9947-89839f73bd3c' order by update_time desc limit 1;
+2017-05-04 06:50:32,627 DEBUG db_general 177 59054 140735693222848 Query : select template_id from ice_checklist Where name = 'ST6akf2';
+2017-05-04 06:50:32,630 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:50:32,721 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:50:33,077 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 06:50:33,077 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 06:50:33,096 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-05-04 06:50:33,097 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 06:50:33,097 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-05-04 06:50:33,120 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTMvx9I';
+2017-05-04 06:50:33,123 DEBUG db_general 188 59052 140735693222848 Query result: 43ccdaa5-d74b-410e-825e-eb62b5c32927
+2017-05-04 06:50:33,128 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '43ccdaa5-d74b-410e-825e-eb62b5c32927';
+2017-05-04 06:50:33,133 DEBUG db_general 188 59052 140735693222848 Query result: 2017-926
+2017-05-04 06:50:33,460 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:34,017 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:34,017 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:50:34,489 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 06:50:34,489 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 06:50:34,505 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 06:50:34,505 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 06:50:34,505 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 06:50:34,856 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:50:34,929 DEBUG db_general 177 59052 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTOBXZ1';
+2017-05-04 06:50:34,941 DEBUG db_general 188 59052 140735693222848 Query result: 41b5d2f9-7fc6-4b3a-8a77-9cba995af6a2
+2017-05-04 06:50:34,947 DEBUG db_general 177 59052 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '41b5d2f9-7fc6-4b3a-8a77-9cba995af6a2';
+2017-05-04 06:50:34,953 DEBUG db_general 188 59052 140735693222848 Query result: 2017-928
+2017-05-04 06:50:35,337 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:35,393 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:50:35,519 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:50:35,733 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:36,745 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:36,861 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 06:50:36,861 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 06:50:36,883 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-05-04 06:50:36,884 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 06:50:36,884 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-05-04 06:50:37,041 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:50:37,049 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3jfG6@intl.att.com';
+2017-05-04 06:50:37,059 DEBUG db_general 136 59053 140735693222848 Query result: 6b50ee3e-580b-497f-8b77-9a622c94ab86
+2017-05-04 06:50:37,069 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3jfG6@intl.att.com';
+2017-05-04 06:50:37,078 DEBUG db_general 136 59053 140735693222848 Query result: 6b50ee3e-580b-497f-8b77-9a622c94ab86
+2017-05-04 06:50:37,083 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'ST3jfG6@intl.att.com';
+2017-05-04 06:50:37,087 DEBUG db_general 136 59053 140735693222848 Query result: 939
+2017-05-04 06:50:37,093 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '939';
+2017-05-04 06:50:37,098 DEBUG db_general 188 59053 140735693222848 Query result: b5ad8b37e29b4bab96d61787727e854f
+2017-05-04 06:50:37,099 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6b50ee3e-580b-497f-8b77-9a622c94ab86/b5ad8b37e29b4bab96d61787727e854f
+2017-05-04 06:50:37,099 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6b50ee3e-580b-497f-8b77-9a622c94ab86/b5ad8b37e29b4bab96d61787727e854f
+2017-05-04 06:50:37,259 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:37,625 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:50:37,968 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:37,968 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:50:38,270 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:50:38,922 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:50:39,163 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:50:39,164 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/43c082f6-9fae-444f-a330-acc0270ae334/d138d40274e54194afa21db9f582983b
+2017-05-04 06:50:39,217 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:50:39,248 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:50:39,336 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:50:39,336 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:50:39,341 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:50:39,343 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:50:39,349 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:50:39,351 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:50:39,631 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:50:39,752 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:50:39,806 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:50:39,807 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2d131f39-e9e9-4f39-83e2-84556fc80bf7/checklist/new/
+2017-05-04 06:50:39,927 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:50:39,928 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:50:39,975 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:39,989 DEBUG db_general 177 59055 140735693222848 Query : select id from ice_user_profile Where email = 'STuDiwR@intl.att.com';
+2017-05-04 06:50:39,992 DEBUG db_general 188 59055 140735693222848 Query result: 940
+2017-05-04 06:50:40,000 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_next_step Where owner_id = '940';
+2017-05-04 06:50:40,004 DEBUG db_general 188 59055 140735693222848 Query result: 891a56b3-3592-4421-9179-2d2d8943aa7a
+2017-05-04 06:50:40,020 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:40,020 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:50:40,275 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:40,462 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:50:40,462 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/34eb0bdd-f256-434e-be91-54896ab760f9/7199d003c14b415489514e9dfff94a40
+2017-05-04 06:50:40,536 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:50:40,651 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:50:40,651 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:50:40,658 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:50:40,660 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:50:40,664 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:50:40,667 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:50:41,072 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:50:41,164 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:50:41,165 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6110cf9e-2f51-42fb-97e5-0c2fee9cd142/checklist/new/
+2017-05-04 06:50:41,221 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:50:41,247 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:50:41,247 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:50:41,284 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:41,360 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:50:41,360 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/45359dbe-f68b-4a95-8c5c-afd8b21d5c29/af6f24bf52324f9ea350744d467f2d9e
+2017-05-04 06:50:41,397 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:50:41,466 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:50:41,466 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:50:41,470 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:50:41,472 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:50:41,477 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:50:41,478 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:50:41,714 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:50:41,856 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:41,868 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:50:41,868 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f9fc6761-d0a2-4f71-970a-a0961c07f6af/checklist/new/
+2017-05-04 06:50:41,946 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:50:41,947 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:50:41,980 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:50:41,980 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:41,980 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:50:42,074 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'ST6akf2';
+2017-05-04 06:50:42,077 DEBUG db_general 188 59054 140735693222848 Query result: 7b82bd87-e58a-4f03-9947-89839f73bd3c
+2017-05-04 06:50:42,769 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:50:42,867 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:50:42,916 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:50:43,589 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:50:43,640 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:43,640 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:50:43,705 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:44,075 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:44,560 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:50:44,732 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:50:45,202 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:50:45,235 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:45,332 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:45,600 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:45,805 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:46,247 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:50:46,340 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:50:46,891 DEBUG test_login_with_new_user 342 59053 140735693222848 click_on on + Dashboard
+2017-05-04 06:50:47,265 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST92f8V';
+2017-05-04 06:50:47,269 DEBUG db_general 188 59054 140735693222848 Query result: ec08aa14-6c7f-4742-aa08-dc6d9647ad5f
+2017-05-04 06:50:47,275 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec08aa14-6c7f-4742-aa08-dc6d9647ad5f';
+2017-05-04 06:50:47,278 DEBUG db_general 188 59054 140735693222848 Query result: 2017-929
+2017-05-04 06:50:47,283 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-929';
+2017-05-04 06:50:47,285 DEBUG db_general 188 59054 140735693222848 Query result: 1
+2017-05-04 06:50:47,461 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:47,621 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:50:48,582 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:48,744 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:50:48,989 DEBUG db_user 49 59052 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '6110cf9e-2f51-42fb-97e5-0c2fee9cd142' and email = 'STcgWEo@intl.att.com' ;
+2017-05-04 06:50:48,992 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=74c44f11-fc38-4965-bbf0-ecd3ce4df32e
+2017-05-04 06:50:49,600 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:49,600 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:50:49,716 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:50,146 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:50,479 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:50:50,798 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:51,170 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:50:51,288 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=74c44f11-fc38-4965-bbf0-ecd3ce4df32e page is loaded.
+2017-05-04 06:50:51,797 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:50:51,832 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:52,334 DEBUG fe_wizard 57 59053 140735693222848 Tab Add Vendor Contact
+2017-05-04 06:50:52,840 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:50:53,062 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:50:55,273 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:55,273 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:50:55,350 DEBUG fe_wizard 97 59053 140735693222848 Tab Invite Team Members
+2017-05-04 06:50:55,641 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:50:56,012 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:50:56,226 DEBUG db_checklist 58 59054 140735693222848 Query : select owner_id from ice_checklist Where uuid = '7b82bd87-e58a-4f03-9947-89839f73bd3c' and state = 'peer_review';
+2017-05-04 06:50:56,229 DEBUG db_checklist 73 59054 140735693222848 Query result: 2
+2017-05-04 06:50:56,238 DEBUG db_general 177 59054 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 06:50:56,240 DEBUG db_general 188 59054 140735693222848 Query result: hs0007@att.com
+2017-05-04 06:50:56,240 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:50:56,240 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:50:56,652 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:50:56,744 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:57,013 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:50:57,023 DEBUG fe_wizard 115 59053 140735693222848 About to add an SSH Key in modal window
+2017-05-04 06:50:57,043 DEBUG helper 42 59053 140735693222848 About to generate SSH Public Key
+2017-05-04 06:50:57,057 DEBUG helper 57 59053 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDe/EIUzYrcW/avhOAmWg9ZewjmQrodFiBwY8eO/LaeYehDFKyWIUdFshuulNtrDmrXb/Z85AbRcnzD7dVU3Vfv7onCY8NeLS0heqlY6IcpNaA47bBT9QG+nI7yJbDXm9Wvxs036Su5kqksZvujZbj/bn06DUmNhFaP2qsb5TeeILhM6dm5VQbx96DMwtVkEZuALdpUAv0+7GvfM5v7gbyHzbmposquEMBqdIqYkUNMEtJmG2aQBwn0nFm6dmslqR682tg8/5iZRN8IumMhLu41mPx0qGzFdJ9aK40NZqZzPTlDYQLMmXryWPJdPGRln6jzaRZ19Zj1yjjf9R9J4gBz
+2017-05-04 06:50:57,652 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:50:57,744 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:50:57,752 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:50:58,495 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:58,590 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:50:59,296 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:50:59,642 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:50:59,838 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:00,318 DEBUG fe_wizard 130 59053 140735693222848 SSH Key added via modal window.
+2017-05-04 06:51:00,323 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTZphHQ';
+2017-05-04 06:51:00,327 DEBUG db_general 188 59053 140735693222848 Query result: 0a72e824-7b54-4655-9ac9-ed642d33da36
+2017-05-04 06:51:00,332 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTZphHQ';
+2017-05-04 06:51:00,335 DEBUG db_general 188 59053 140735693222848 Query result: 0a72e824-7b54-4655-9ac9-ed642d33da36
+2017-05-04 06:51:00,340 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '0a72e824-7b54-4655-9ac9-ed642d33da36';
+2017-05-04 06:51:00,344 DEBUG db_general 188 59053 140735693222848 Query result: 2017-935
+2017-05-04 06:51:00,350 DEBUG db_general 177 59053 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-935';
+2017-05-04 06:51:00,353 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:51:00,364 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '0a72e824-7b54-4655-9ac9-ed642d33da36';
+2017-05-04 06:51:00,367 DEBUG db_general 188 59053 140735693222848 Query result: 2017-935
+2017-05-04 06:51:00,371 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-935';
+2017-05-04 06:51:00,373 DEBUG db_general 188 59053 140735693222848 Query result: 0a72e824-7b54-4655-9ac9-ed642d33da36
+2017-05-04 06:51:00,377 DEBUG db_user 49 59053 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '0a72e824-7b54-4655-9ac9-ed642d33da36' and email = 'STa4DzK@ericson.com' ;
+2017-05-04 06:51:00,385 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 06:51:00,387 DEBUG db_general 188 59053 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 06:51:00,387 DEBUG db_user 37 59053 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=9cb5ccb9-680c-4021-bcc9-22ce883b66ba&email=STa4DzK@ericson.com&full_name=ST5j3rqSTmocYb&phone_number=2015673795&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 06:51:00,388 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=9cb5ccb9-680c-4021-bcc9-22ce883b66ba&email=STa4DzK@ericson.com&full_name=ST5j3rqSTmocYb&phone_number=2015673795&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 06:51:00,843 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:00,850 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:51:01,284 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 06:51:01,284 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 06:51:01,307 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 06:51:01,308 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 06:51:01,308 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 06:51:01,974 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:02,144 DEBUG api_user 206 59053 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:51:02,661 DEBUG api_user 231 59053 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:51:02,661 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a72e824-7b54-4655-9ac9-ed642d33da36/checklist/new/
+2017-05-04 06:51:02,809 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:51:02,810 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:51:02,863 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:02,868 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STa4DzK@ericson.com';
+2017-05-04 06:51:02,870 DEBUG db_general 136 59053 140735693222848 Query result: 21a1af5f-8e55-45d6-8783-ba2ca205be24
+2017-05-04 06:51:02,876 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STa4DzK@ericson.com';
+2017-05-04 06:51:02,885 DEBUG db_general 136 59053 140735693222848 Query result: 943
+2017-05-04 06:51:02,890 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '943';
+2017-05-04 06:51:02,892 DEBUG db_general 188 59053 140735693222848 Query result: 35b176f3fc28403f8b3afe152d3a505d
+2017-05-04 06:51:02,893 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/21a1af5f-8e55-45d6-8783-ba2ca205be24/35b176f3fc28403f8b3afe152d3a505d
+2017-05-04 06:51:02,893 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/21a1af5f-8e55-45d6-8783-ba2ca205be24/35b176f3fc28403f8b3afe152d3a505d
+2017-05-04 06:51:02,960 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:03,550 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:03,596 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:03,753 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:03,753 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:04,506 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'ST6akf2';
+2017-05-04 06:51:04,510 DEBUG db_general 188 59054 140735693222848 Query result: 7b82bd87-e58a-4f03-9947-89839f73bd3c
+2017-05-04 06:51:04,541 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:04,602 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:04,865 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:51:04,865 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7eae6048-aa59-4550-a057-08a66b5759f2/e95cde79988a4ba2a01b3428af154c72
+2017-05-04 06:51:04,896 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:04,966 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:04,967 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:04,971 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:04,972 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:04,976 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:04,978 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:05,222 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:05,267 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:05,377 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login/0a72e824-7b54-4655-9ac9-ed642d33da36?activation_success=true page is loaded.
+2017-05-04 06:51:05,500 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:05,501 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b69a2ce-4461-4ba7-9315-c5ed37d7ce94/checklist/new/
+2017-05-04 06:51:05,660 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:05,661 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:05,701 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:05,701 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:05,702 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:51:06,243 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:06,619 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:51:07,255 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:51:07,268 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:51:07,374 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:07,808 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 06:51:07,808 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 06:51:07,829 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-05-04 06:51:07,829 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 06:51:07,830 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-05-04 06:51:08,242 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:08,586 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:08,755 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:09,600 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST92f8V';
+2017-05-04 06:51:09,603 DEBUG db_general 188 59054 140735693222848 Query result: ec08aa14-6c7f-4742-aa08-dc6d9647ad5f
+2017-05-04 06:51:09,606 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec08aa14-6c7f-4742-aa08-dc6d9647ad5f';
+2017-05-04 06:51:09,608 DEBUG db_general 188 59054 140735693222848 Query result: 2017-929
+2017-05-04 06:51:09,612 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-929';
+2017-05-04 06:51:09,618 DEBUG db_general 188 59054 140735693222848 Query result: 1
+2017-05-04 06:51:09,763 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:51:10,077 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:10,623 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:11,003 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:11,138 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:11,141 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:11,458 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:51:11,458 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3ad0ac01-a41c-4cfb-9506-1ff9ea4fd3f9/cfaa26d7cb5d4ce696407223bd1373aa
+2017-05-04 06:51:11,506 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:11,572 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:51:11,573 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:51:11,576 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:11,578 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:11,581 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:11,583 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:11,834 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:11,835 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/527a2bd8-6be2-4947-aacb-8e5627aa2927/checklist/new/
+2017-05-04 06:51:11,914 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:51:11,914 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:51:11,950 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:12,032 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:51:12,032 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:51:12,033 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:12,033 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:12,195 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:12,494 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:12,969 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:12,973 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:13,654 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:13,776 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:14,454 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:14,460 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:51:14,786 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:51:15,884 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:15,974 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:16,231 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST92f8V';
+2017-05-04 06:51:16,235 DEBUG db_general 188 59054 140735693222848 Query result: ec08aa14-6c7f-4742-aa08-dc6d9647ad5f
+2017-05-04 06:51:16,239 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ec08aa14-6c7f-4742-aa08-dc6d9647ad5f';
+2017-05-04 06:51:16,242 DEBUG db_general 188 59054 140735693222848 Query result: 2017-929
+2017-05-04 06:51:16,246 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-929';
+2017-05-04 06:51:16,248 DEBUG db_general 188 59054 140735693222848 Query result: 1
+2017-05-04 06:51:16,905 DEBUG test_next_step 91 59055 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 06:51:17,004 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:17,109 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:17,121 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:17,516 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:17,623 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:17,634 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:18,115 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:18,269 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:18,769 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'ST6akf2';
+2017-05-04 06:51:18,774 DEBUG db_general 188 59054 140735693222848 Query result: [('d7f65677-f971-4d88-8588-d76520706c0d',), ('7b82bd87-e58a-4f03-9947-89839f73bd3c',)]
+2017-05-04 06:51:18,779 DEBUG db_general 177 59054 140735693222848 Query : select state from ice_checklist Where uuid = 'd7f65677-f971-4d88-8588-d76520706c0d';
+2017-05-04 06:51:18,781 DEBUG db_general 188 59054 140735693222848 Query result: pending
+2017-05-04 06:51:18,786 DEBUG db_general 177 59054 140735693222848 Query : select state from ice_checklist Where uuid = '7b82bd87-e58a-4f03-9947-89839f73bd3c';
+2017-05-04 06:51:18,788 DEBUG db_general 188 59054 140735693222848 Query result: archive
+2017-05-04 06:51:18,788 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 06:51:18,788 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 06:51:18,808 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 06:51:18,809 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 06:51:18,809 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-04 06:51:19,293 DEBUG test_next_step 91 59055 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 06:51:19,293 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 06:51:19,294 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 06:51:19,311 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 06:51:19,312 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 06:51:19,312 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 06:51:19,599 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:20,613 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:51:21,060 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:21,661 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:22,258 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:51:22,259 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/137b284d-8f24-4617-b211-96aa8cbfe0e4/edb4be0bed76431ca59e3972b1a6caa9
+2017-05-04 06:51:22,290 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:22,370 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:51:22,370 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:51:22,375 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:22,377 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:22,382 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:22,383 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:22,886 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:51:22,886 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24ef2f4a-c651-45e0-b1e0-3cc990a74b18/81518fb5413a41f3a9e05a2f0f535302
+2017-05-04 06:51:22,887 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:22,887 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/25a8f1f9-bb4e-4d8b-8c83-3328eab585f2/checklist/new/
+2017-05-04 06:51:22,932 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:22,982 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:51:22,982 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:51:23,021 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:23,021 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:23,021 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:51:23,025 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:23,025 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:23,031 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:23,034 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:23,039 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:23,041 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:23,230 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:23,537 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:23,538 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd4f953b-5af3-4522-bbf9-6ed466967c79/checklist/new/
+2017-05-04 06:51:23,627 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:23,628 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:23,681 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:23,682 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:23,682 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:51:23,963 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:51:24,256 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:24,373 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:24,620 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:51:24,674 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:51:24,806 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:25,288 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:51:25,450 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:25,625 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:25,799 DEBUG db_general 66 59053 140735693222848 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTJja0n';
+2017-05-04 06:51:25,803 DEBUG db_general 78 59053 140735693222848 Query result: newVFVersion3ST52e91
+2017-05-04 06:51:25,810 DEBUG db_general 66 59053 140735693222848 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion3ST52e91';
+2017-05-04 06:51:25,813 DEBUG db_general 78 59053 140735693222848 Query result: newVFSTJja0n
+2017-05-04 06:51:25,813 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:51:25,813 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 06:51:25,814 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 06:51:25,849 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-05-04 06:51:25,850 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 06:51:25,851 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-05-04 06:51:26,355 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_vf Where name = 'STGLEVM';
+2017-05-04 06:51:26,359 DEBUG db_general 188 59054 140735693222848 Query result: 732c397f-e554-44af-a204-e182249bf75a
+2017-05-04 06:51:26,368 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STGLEVM';
+2017-05-04 06:51:26,375 DEBUG db_general 188 59054 140735693222848 Query result: 25a8f1f9-bb4e-4d8b-8c83-3328eab585f2
+2017-05-04 06:51:26,381 DEBUG db_general 177 59054 140735693222848 Query : select engagement_id from ice_vf Where name = 'STGLEVM';
+2017-05-04 06:51:26,385 DEBUG db_general 188 59054 140735693222848 Query result: 25a8f1f9-bb4e-4d8b-8c83-3328eab585f2
+2017-05-04 06:51:26,391 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '25a8f1f9-bb4e-4d8b-8c83-3328eab585f2';
+2017-05-04 06:51:26,394 DEBUG db_general 188 59054 140735693222848 Query result: 2017-940
+2017-05-04 06:51:26,399 DEBUG db_general 177 59054 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-940';
+2017-05-04 06:51:26,403 DEBUG db_general 188 59054 140735693222848 Query result: 1
+2017-05-04 06:51:26,410 DEBUG fe_checklist 50 59054 140735693222848 EL email: dd1122@att.com
+2017-05-04 06:51:26,416 DEBUG db_general 177 59054 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '25a8f1f9-bb4e-4d8b-8c83-3328eab585f2';
+2017-05-04 06:51:26,420 DEBUG db_general 188 59054 140735693222848 Query result: 2017-940
+2017-05-04 06:51:26,442 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:26,957 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:27,316 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:27,763 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:51:27,965 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:51:28,156 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:28,455 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:29,198 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:29,519 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:51:29,524 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STu8jCo@intl.att.com';
+2017-05-04 06:51:29,526 DEBUG db_general 136 59053 140735693222848 Query result: 48c6c271-776e-4c82-8bef-5cde40f6bcf4
+2017-05-04 06:51:29,530 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STu8jCo@intl.att.com';
+2017-05-04 06:51:29,532 DEBUG db_general 136 59053 140735693222848 Query result: 948
+2017-05-04 06:51:29,537 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '948';
+2017-05-04 06:51:29,539 DEBUG db_general 188 59053 140735693222848 Query result: b2a26092bbaf42c797beb85fa1553ce6
+2017-05-04 06:51:29,539 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/48c6c271-776e-4c82-8bef-5cde40f6bcf4/b2a26092bbaf42c797beb85fa1553ce6
+2017-05-04 06:51:29,539 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/48c6c271-776e-4c82-8bef-5cde40f6bcf4/b2a26092bbaf42c797beb85fa1553ce6
+2017-05-04 06:51:29,689 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:30,436 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:30,440 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:30,440 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:30,665 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:31,126 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:31,209 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=732c397f-e554-44af-a204-e182249bf75a&inviter_uuid=137b284d-8f24-4617-b211-96aa8cbfe0e4&email=automationqattSTjBlvk@gmail.com
+2017-05-04 06:51:31,227 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:31,402 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:32,091 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:32,209 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:51:32,855 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:51:33,469 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:51:33,501 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:33,501 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:51:34,074 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:34,261 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:51:34,889 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:51:34,996 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:35,097 DEBUG test_next_step 104 59055 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 06:51:35,665 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:35,984 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:36,122 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:51:36,127 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STMLyXs@intl.att.com';
+2017-05-04 06:51:36,129 DEBUG db_general 136 59053 140735693222848 Query result: dd90dd19-4bc8-4d9a-916b-5c802b1d3761
+2017-05-04 06:51:36,133 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STMLyXs@intl.att.com';
+2017-05-04 06:51:36,136 DEBUG db_general 136 59053 140735693222848 Query result: 949
+2017-05-04 06:51:36,140 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '949';
+2017-05-04 06:51:36,143 DEBUG db_general 188 59053 140735693222848 Query result: d60f2c58ce4c4ce099ff36aadb969db6
+2017-05-04 06:51:36,143 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dd90dd19-4bc8-4d9a-916b-5c802b1d3761/d60f2c58ce4c4ce099ff36aadb969db6
+2017-05-04 06:51:36,442 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:36,909 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:36,909 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:36,993 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:51:37,473 DEBUG test_next_step 104 59055 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 06:51:37,474 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 06:51:37,474 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 06:51:37,491 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 06:51:37,492 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 06:51:37,492 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 06:51:37,955 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:38,383 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:38,714 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:38,885 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:51:39,605 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:40,109 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:51:40,167 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:40,629 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:41,605 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:51:41,893 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:51:41,893 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2f39643b-aa09-4dcf-a4b1-745ad009ec87/37b992cc43df45c19632091d38438caa
+2017-05-04 06:51:41,907 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 06:51:41,908 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 06:51:41,926 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-05-04 06:51:41,927 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 06:51:41,927 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-05-04 06:51:41,934 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:42,027 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:42,027 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:42,032 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:42,035 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:42,040 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:42,042 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:42,677 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:42,678 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b89e6f4-c89f-4c4b-9725-15c7592472dd/checklist/new/
+2017-05-04 06:51:42,830 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:42,830 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:42,889 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:43,003 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:43,003 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:43,003 DEBUG api_checklist 24 59055 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b89e6f4-c89f-4c4b-9725-15c7592472dd/checklist/new/
+2017-05-04 06:51:43,007 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:51:43,009 DEBUG db_general 188 59055 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:51:43,009 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b89e6f4-c89f-4c4b-9725-15c7592472dd/checklist/new/
+2017-05-04 06:51:43,101 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:43,101 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:43,145 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:43,416 DEBUG api_checklist 40 59055 140735693222848 Checklist was created successfully!
+2017-05-04 06:51:43,421 DEBUG db_general 202 59055 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTSyNBK' order by update_time desc limit 1;
+2017-05-04 06:51:43,428 DEBUG db_checklist 391 59055 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTSyNBK' order by create_time desc limit 1;
+2017-05-04 06:51:43,433 DEBUG api_checklist 116 59055 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7b89e6f4-c89f-4c4b-9725-15c7592472dd/checklist/8fc5a258-ab8c-4f73-8fbc-66d82de4a299/nextstep/
+2017-05-04 06:51:43,754 DEBUG api_checklist 132 59055 140735693222848 Next step was added successfully!
+2017-05-04 06:51:43,755 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:43,755 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:51:44,154 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:44,428 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:44,650 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:51:44,944 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:45,315 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:51:45,446 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:51:45,447 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:45,448 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:45,459 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:45,517 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:46,079 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:46,309 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:46,608 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:46,820 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:47,147 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7qJU2';
+2017-05-04 06:51:47,150 DEBUG db_general 188 59054 140735693222848 Query result: 644db075-f182-4547-9f32-75fe6cb18394
+2017-05-04 06:51:47,154 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where uuid = '644db075-f182-4547-9f32-75fe6cb18394' order by update_time desc limit 1;
+2017-05-04 06:51:47,161 DEBUG db_general 177 59054 140735693222848 Query : select template_id from ice_checklist Where name = 'ST7qJU2';
+2017-05-04 06:51:47,163 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:51:47,226 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:51:47,308 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:47,553 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/resendActivation page is loaded.
+2017-05-04 06:51:47,835 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:51:47,977 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:47,978 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:51:48,561 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:51:48,907 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:51:49,101 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STkWLC3@intl.att.com';
+2017-05-04 06:51:49,103 DEBUG db_general 136 59053 140735693222848 Query result: 3f4a8762-da16-4367-b726-16b134ee60a4
+2017-05-04 06:51:49,108 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STkWLC3@intl.att.com';
+2017-05-04 06:51:49,111 DEBUG db_general 136 59053 140735693222848 Query result: 951
+2017-05-04 06:51:49,114 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '951';
+2017-05-04 06:51:49,116 DEBUG db_general 188 59053 140735693222848 Query result: 5a8c46993e714ad3947ced9e0e39cacc
+2017-05-04 06:51:49,117 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f4a8762-da16-4367-b726-16b134ee60a4/5a8c46993e714ad3947ced9e0e39cacc
+2017-05-04 06:51:49,117 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f4a8762-da16-4367-b726-16b134ee60a4/5a8c46993e714ad3947ced9e0e39cacc
+2017-05-04 06:51:49,133 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:49,547 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:51:49,658 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:49,785 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:49,785 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:50,311 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:50,715 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:50,738 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:51,192 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:51,232 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:51,366 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:51,473 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:51,621 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:51:52,246 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:51:52,845 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:51:53,216 DEBUG fe_wizard 24 59052 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:51:53,402 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 06:51:53,403 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 06:51:53,424 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-05-04 06:51:53,424 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 06:51:53,424 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-05-04 06:51:53,430 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:54,537 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:51:55,466 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '1705cd7a-af11-42ce-8a85-7025b0527622';
+2017-05-04 06:51:55,471 DEBUG db_general 188 59055 140735693222848 Query result: API next step test STMb5GF
+2017-05-04 06:51:55,472 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 06:51:55,472 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 06:51:55,489 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 06:51:55,490 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:51:55,490 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 06:51:55,569 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:56,117 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:56,358 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist Where name = 'ST7qJU2';
+2017-05-04 06:51:56,362 DEBUG db_general 188 59054 140735693222848 Query result: 644db075-f182-4547-9f32-75fe6cb18394
+2017-05-04 06:51:56,909 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:57,198 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:51:57,252 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:51:57,253 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27028437-a526-499f-bf5b-2eaf64eefb8c/c99ee2d962d24a4fbe34a6227c3b6412
+2017-05-04 06:51:57,336 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:57,477 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:51:57,497 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:51:57,497 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:51:57,503 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:57,505 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:57,509 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:57,510 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:57,869 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:57,870 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0117ecdd-1630-4db8-9b5b-d16e85a9c6da/checklist/new/
+2017-05-04 06:51:57,888 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:51:57,958 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:51:57,959 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:51:57,993 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:57,994 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:51:57,994 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:51:58,876 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:51:59,082 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:51:59,082 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/41f3009f-8f7a-4be9-a09a-3cecc6f04eb8/3bdabb441bd14b59a6c99beee7dd571c
+2017-05-04 06:51:59,129 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:51:59,237 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:59,237 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:59,243 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:51:59,245 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:51:59,249 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:51:59,250 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:51:59,490 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:51:59,490 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c40a3495-ead9-4664-9b33-7ba90885c21e/checklist/new/
+2017-05-04 06:51:59,517 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:51:59,571 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:59,571 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:59,603 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:51:59,654 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:51:59,687 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:59,687 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:59,688 DEBUG api_checklist 24 59055 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c40a3495-ead9-4664-9b33-7ba90885c21e/checklist/new/
+2017-05-04 06:51:59,692 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:51:59,695 DEBUG db_general 188 59055 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:51:59,695 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c40a3495-ead9-4664-9b33-7ba90885c21e/checklist/new/
+2017-05-04 06:51:59,789 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:51:59,789 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:51:59,847 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:00,182 DEBUG api_checklist 40 59055 140735693222848 Checklist was created successfully!
+2017-05-04 06:52:00,187 DEBUG db_general 202 59055 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTTP7Jc' order by update_time desc limit 1;
+2017-05-04 06:52:00,194 DEBUG db_checklist 391 59055 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTTP7Jc' order by create_time desc limit 1;
+2017-05-04 06:52:00,196 DEBUG api_checklist 116 59055 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c40a3495-ead9-4664-9b33-7ba90885c21e/checklist/28a3670b-2cc1-41d9-ab5f-366f2ed2cf47/nextstep/
+2017-05-04 06:52:00,576 DEBUG api_checklist 132 59055 140735693222848 Next step was added successfully!
+2017-05-04 06:52:00,576 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:00,576 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:52:00,626 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:00,662 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:52:01,087 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:01,435 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:52:01,672 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:01,828 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:02,101 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:52:02,213 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:02,884 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:02,982 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:03,402 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:03,546 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:03,798 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:03,916 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:03,953 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 06:52:03,953 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 06:52:03,971 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-05-04 06:52:03,971 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 06:52:03,972 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-05-04 06:52:04,925 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:52:06,072 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:52:06,111 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:06,194 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:06,353 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:07,256 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:52:07,257 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/939ed752-9bc6-4f00-bfbf-a3cd701e3f68/161744085d5549e3a809a91a1114532b
+2017-05-04 06:52:07,296 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:07,318 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:07,392 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:07,392 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:07,402 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:07,403 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:07,408 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:07,410 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:07,853 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:08,060 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:08,118 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:08,118 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/22a99de8-57f3-4e34-bf1c-fd3760ea6e71/checklist/new/
+2017-05-04 06:52:08,198 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:08,198 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:08,233 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:08,313 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:52:08,313 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8009c86e-881b-47f8-a78f-cd835f1082f2/858643f6e99343989af4991d60479b93
+2017-05-04 06:52:08,352 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:08,431 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:08,431 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:08,435 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:08,438 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:08,442 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:08,444 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:08,703 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:08,703 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c3660ddf-777f-4c4f-9bed-5e2a7b2bfa73/checklist/new/
+2017-05-04 06:52:08,774 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:08,774 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:08,806 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:08,905 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:52:08,905 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a033216-5470-40a7-926a-7d4658c73e08/bebf5a87f2a0486e8504849503ee508e
+2017-05-04 06:52:08,994 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:09,118 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:09,119 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:09,123 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:09,124 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:09,130 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:09,131 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:09,500 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:10,007 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:10,007 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d67eccc3-aa8f-4c1f-8736-4ad5b19bd49d/checklist/new/
+2017-05-04 06:52:10,100 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:10,100 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:10,140 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:10,140 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:10,141 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:52:10,600 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:11,014 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:52:11,690 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:52:11,800 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:12,233 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '349665cd-d6ba-40e4-87ad-e92fd592290f';
+2017-05-04 06:52:12,236 DEBUG db_general 188 59055 140735693222848 Query result: API next step test STAgleE
+2017-05-04 06:52:12,236 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:52:12,237 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 06:52:12,256 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 06:52:12,256 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 06:52:12,257 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 06:52:12,807 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:52:13,466 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'STpAjW3';
+2017-05-04 06:52:13,471 DEBUG db_general 188 59053 140735693222848 Query result: 0117ecdd-1630-4db8-9b5b-d16e85a9c6da
+2017-05-04 06:52:13,486 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '0117ecdd-1630-4db8-9b5b-d16e85a9c6da';
+2017-05-04 06:52:13,490 DEBUG db_general 188 59053 140735693222848 Query result: 2017-947
+2017-05-04 06:52:13,501 DEBUG db_general 177 59053 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-947';
+2017-05-04 06:52:13,506 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:52:13,523 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:52:13,644 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:14,420 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:14,420 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:52:14,576 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:15,360 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:52:15,898 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:52:15,898 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/70bb814c-7ebd-4e86-aac7-5e14dc26c784/2b908754795146b1a915e02c7345f952
+2017-05-04 06:52:15,952 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:16,043 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:16,043 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:16,048 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:16,050 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:16,054 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:16,056 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:16,122 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:52:16,261 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:16,645 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:17,061 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:17,061 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb7d3d8f-dc8b-4365-978b-5144d5ece096/checklist/new/
+2017-05-04 06:52:17,149 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:17,150 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:17,196 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:17,289 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:17,289 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:17,290 DEBUG api_checklist 24 59055 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb7d3d8f-dc8b-4365-978b-5144d5ece096/checklist/new/
+2017-05-04 06:52:17,295 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:52:17,298 DEBUG db_general 188 59055 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:52:17,299 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb7d3d8f-dc8b-4365-978b-5144d5ece096/checklist/new/
+2017-05-04 06:52:17,311 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:17,387 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:17,387 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:17,430 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:17,675 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-949';
+2017-05-04 06:52:17,678 DEBUG db_general 188 59052 140735693222848 Query result: 22a99de8-57f3-4e34-bf1c-fd3760ea6e71
+2017-05-04 06:52:17,683 DEBUG db_user 49 59052 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '22a99de8-57f3-4e34-bf1c-fd3760ea6e71' and email = 'SToQ1g4@intl.att.com' ;
+2017-05-04 06:52:17,686 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=bc30ec31-b517-4488-9d68-b429d5494883
+2017-05-04 06:52:17,712 DEBUG api_checklist 40 59055 140735693222848 Checklist was created successfully!
+2017-05-04 06:52:17,717 DEBUG db_general 202 59055 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTGOx4j' order by update_time desc limit 1;
+2017-05-04 06:52:17,727 DEBUG db_checklist 391 59055 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTGOx4j' order by create_time desc limit 1;
+2017-05-04 06:52:17,731 DEBUG api_checklist 116 59055 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fb7d3d8f-dc8b-4365-978b-5144d5ece096/checklist/aba7b13f-4807-4493-aed4-0fcbd8aa4825/nextstep/
+2017-05-04 06:52:17,828 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:18,038 DEBUG api_checklist 132 59055 140735693222848 Next step was added successfully!
+2017-05-04 06:52:18,038 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:18,039 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:52:18,352 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:18,352 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:52:18,846 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:52:18,866 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:52:19,179 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:52:19,502 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:52:19,669 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:19,831 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:52:19,960 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=bc30ec31-b517-4488-9d68-b429d5494883 page is loaded.
+2017-05-04 06:52:20,025 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:20,527 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:20,651 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:21,037 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:21,134 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:21,658 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:52:22,045 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:52:23,302 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:24,095 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:24,096 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:52:24,436 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:24,823 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:24,827 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:52:25,035 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:25,050 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:25,413 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:25,450 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:52:25,553 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:25,994 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:26,574 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:52:27,031 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 06:52:27,031 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 06:52:27,048 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-05-04 06:52:27,049 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 06:52:27,049 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-05-04 06:52:27,348 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:28,178 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:29,331 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:29,941 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 06:52:29,941 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 06:52:29,962 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 06:52:29,962 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 06:52:29,962 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 06:52:30,589 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:52:30,589 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/35b86b3f-deac-4aba-896e-0bc4399f6a5c/999db8b6545443eb8aedc0164a7b1cbf
+2017-05-04 06:52:30,619 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:52:30,634 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:30,710 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 06:52:30,711 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 06:52:30,755 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-05-04 06:52:30,756 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 06:52:30,756 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 06:52:30,797 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:52:30,797 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:52:30,804 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:30,806 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:30,810 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:30,812 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:31,570 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:31,570 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:52:31,600 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:31,600 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a11921f9-82bc-46da-a49d-e7c7143a957f/checklist/new/
+2017-05-04 06:52:31,771 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:52:31,771 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:52:31,877 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:32,015 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:52:32,016 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:52:32,016 DEBUG api_checklist 24 59054 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a11921f9-82bc-46da-a49d-e7c7143a957f/checklist/new/
+2017-05-04 06:52:32,022 DEBUG db_general 177 59054 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:52:32,024 DEBUG db_general 188 59054 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:52:32,025 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a11921f9-82bc-46da-a49d-e7c7143a957f/checklist/new/
+2017-05-04 06:52:32,123 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:52:32,124 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:52:32,183 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:32,492 DEBUG api_checklist 40 59054 140735693222848 Checklist was created successfully!
+2017-05-04 06:52:32,499 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTjRHdC' order by update_time desc limit 1;
+2017-05-04 06:52:32,503 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:52:32,540 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:52:33,105 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:33,256 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:33,257 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:52:33,277 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:52:33,403 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:33,938 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:34,178 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:52:34,403 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:52:34,403 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/50d55033-7391-4706-be77-ea0004c77863/2fd983a03d2444c584a262cc635eb6c5
+2017-05-04 06:52:34,409 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:52:34,441 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:34,508 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:34,508 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:34,512 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:34,513 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:34,518 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:34,519 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:34,834 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:52:34,843 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:34,843 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8bbfe12-96f9-4315-bd42-a37aa970f9fb/checklist/new/
+2017-05-04 06:52:34,945 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:34,946 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:34,976 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:35,004 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:35,004 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:35,005 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:52:35,407 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:52:35,408 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d2727cc-6843-4c30-80c1-eaabc41d42e9/52a9a394ca914fb8be7084baac1f963a
+2017-05-04 06:52:35,560 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:35,688 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:35,689 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:35,696 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:35,698 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:35,706 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:35,707 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:35,771 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:35,871 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:35,944 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:52:36,217 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:36,217 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/96f6a021-60e7-4327-a742-cdc1a63ced17/checklist/new/
+2017-05-04 06:52:36,304 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:36,304 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:36,351 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:36,351 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:36,351 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:52:36,382 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:36,596 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:52:36,733 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:36,921 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:37,272 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:52:37,395 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:52:37,603 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:37,622 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:37,927 DEBUG db_checklist 391 59054 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTjRHdC' order by create_time desc limit 1;
+2017-05-04 06:52:37,960 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:52:38,099 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:38,136 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:38,647 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:38,749 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:39,181 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 06:52:39,182 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 06:52:39,199 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-05-04 06:52:39,200 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 06:52:39,200 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-05-04 06:52:39,272 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:52:39,655 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:52:39,795 DEBUG test_notification_for_new_user 33 59052 140735693222848 Go to notifications page
+2017-05-04 06:52:39,916 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:40,431 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:40,772 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 06:52:40,935 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:41,271 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:41,806 DEBUG test_notification_for_new_user 35 59052 140735693222848 Remove one notification
+2017-05-04 06:52:41,810 DEBUG db_general 128 59052 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STPjB8y@intl.att.com';
+2017-05-04 06:52:41,813 DEBUG db_general 136 59052 140735693222848 Query result: 960
+2017-05-04 06:52:41,817 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_notification Where user_id = '960';
+2017-05-04 06:52:41,818 DEBUG db_general 188 59052 140735693222848 Query result: [('d3de2754-6e47-4964-b7f2-bf638405cbe0',), ('e37f5ed9-58be-416d-8e71-d355f6380e11',), ('ab26b2e6-4b3a-4cf0-b743-dabf09fa070e',)]
+2017-05-04 06:52:42,064 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:42,304 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:42,469 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 06:52:42,726 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:43,496 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 06:52:43,497 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 06:52:43,513 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 06:52:43,513 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 06:52:43,513 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 06:52:43,538 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:43,569 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:52:43,569 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/093903b7-c1b3-4dd9-8150-8f86acc43de6/34e0d7b1224a482baa5425f7ec08e4c2
+2017-05-04 06:52:43,617 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:43,712 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:52:43,713 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:52:43,718 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:43,719 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:43,725 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:43,727 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:44,180 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:44,180 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4feec5e7-eba1-4fdc-98b1-cc4802a52206/checklist/new/
+2017-05-04 06:52:44,278 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:52:44,278 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:52:44,329 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:44,458 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:52:44,458 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1905c65f-7a78-4c77-b100-833ecd2010b4/f6eb5babc19c4b1ba5ea9a26a1f776de
+2017-05-04 06:52:44,512 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:44,628 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:52:44,628 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:52:44,634 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:44,636 DEBUG db_general 162 59053 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:44,643 DEBUG db_general 151 59053 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:44,645 DEBUG db_general 162 59053 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:44,976 DEBUG api_virtual_function 72 59053 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:44,976 DEBUG api_gitlab 267 59053 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0f3a4e2c-494b-4733-9340-25d4f081a959/checklist/new/
+2017-05-04 06:52:45,071 DEBUG api_user 128 59053 140735693222848 200 OK
+2017-05-04 06:52:45,071 DEBUG api_user 130 59053 140735693222848 Login successfully.
+2017-05-04 06:52:45,109 DEBUG api_gitlab 288 59053 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:45,113 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STZAS01@intl.att.com';
+2017-05-04 06:52:45,117 DEBUG db_general 136 59053 140735693222848 Query result: 093903b7-c1b3-4dd9-8150-8f86acc43de6
+2017-05-04 06:52:45,123 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STZAS01@intl.att.com';
+2017-05-04 06:52:45,126 DEBUG db_general 136 59053 140735693222848 Query result: 961
+2017-05-04 06:52:45,130 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '961';
+2017-05-04 06:52:45,132 DEBUG db_general 188 59053 140735693222848 Query result: 34e0d7b1224a482baa5425f7ec08e4c2
+2017-05-04 06:52:45,132 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/093903b7-c1b3-4dd9-8150-8f86acc43de6/34e0d7b1224a482baa5425f7ec08e4c2
+2017-05-04 06:52:45,132 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/093903b7-c1b3-4dd9-8150-8f86acc43de6/34e0d7b1224a482baa5425f7ec08e4c2
+2017-05-04 06:52:45,658 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:45,861 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:45,861 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:52:46,157 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:46,876 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:52:46,979 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:52:46,979 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b37d94da-f57f-42ad-8190-400419bd32d7/ace2f87c78224576bacd817b38ee3bae
+2017-05-04 06:52:47,014 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:47,091 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:47,091 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:47,096 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:47,097 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:47,101 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:47,102 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:47,366 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:47,366 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c09042a1-71b0-4c77-a07b-c18c27cb143a/checklist/new/
+2017-05-04 06:52:47,458 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:47,459 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:47,459 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:47,508 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:47,531 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:52:47,608 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:47,609 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:47,609 DEBUG api_checklist 24 59052 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c09042a1-71b0-4c77-a07b-c18c27cb143a/checklist/new/
+2017-05-04 06:52:47,613 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 06:52:47,617 DEBUG db_general 188 59052 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 06:52:47,617 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c09042a1-71b0-4c77-a07b-c18c27cb143a/checklist/new/
+2017-05-04 06:52:47,681 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:47,744 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:52:47,745 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:52:47,788 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:47,844 DEBUG db_general 202 59054 140735693222848 Query : select state from ice_checklist Where uuid = 'c7d84004-aa3e-41dd-bf25-75cd63767c25' order by update_time desc limit 1;
+2017-05-04 06:52:47,848 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 06:52:47,848 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 06:52:47,859 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-05-04 06:52:47,860 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 06:52:47,860 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-05-04 06:52:48,224 DEBUG api_checklist 40 59052 140735693222848 Checklist was created successfully!
+2017-05-04 06:52:48,229 DEBUG db_checklist 391 59052 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTdnOHm' order by create_time desc limit 1;
+2017-05-04 06:52:48,240 DEBUG db_general 202 59052 140735693222848 Query : select state from ice_checklist Where uuid = 'd8b5d7a4-fafb-4cd2-9ff8-45549771dd96' order by update_time desc limit 1;
+2017-05-04 06:52:48,245 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:48,245 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:52:48,748 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:52:49,138 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:52:49,191 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 06:52:49,192 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 06:52:49,211 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 06:52:49,211 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 06:52:49,211 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 06:52:49,652 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:49,806 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:52:50,019 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:50,357 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:51,158 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:51,675 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:51,845 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181
+2017-05-04 06:52:52,378 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:52,682 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:52:52,851 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:53,629 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:53,899 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-956';
+2017-05-04 06:52:53,905 DEBUG db_general 188 59053 140735693222848 Query result: 4feec5e7-eba1-4fdc-98b1-cc4802a52206
+2017-05-04 06:52:53,914 DEBUG db_user 49 59053 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '4feec5e7-eba1-4fdc-98b1-cc4802a52206' and email = 'STNIGAY@intl.att.com' ;
+2017-05-04 06:52:53,919 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=cc3bb3c1-49b4-4b66-a72a-e55d60d94145
+2017-05-04 06:52:54,086 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:52:54,086 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df5e4400-7a3c-49fd-ab93-8a0cfda9e8e8/7c1a2009b87149a58c38c07670d70731
+2017-05-04 06:52:54,146 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:54,259 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:54,260 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:54,264 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:54,265 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:54,271 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:54,272 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:54,588 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:54,588 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd402f1c-7481-44a0-be48-8b8cf2897ecb/checklist/new/
+2017-05-04 06:52:54,624 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:54,624 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:52:54,684 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:54,684 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:54,717 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:54,803 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:52:54,803 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:52:54,815 DEBUG db_general 177 59055 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:52:54,818 DEBUG db_general 188 59055 140735693222848 Query result: 1
+2017-05-04 06:52:54,823 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 06:52:54,826 DEBUG db_general 188 59055 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 06:52:54,839 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:54,840 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:52:55,004 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:55,194 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 06:52:55,195 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 06:52:55,226 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-05-04 06:52:55,228 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 06:52:55,229 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 06:52:55,494 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:52:55,716 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:52:56,132 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:52:56,300 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=cc3bb3c1-49b4-4b66-a72a-e55d60d94145 page is loaded.
+2017-05-04 06:52:56,371 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:52:56,551 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:52:56,860 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:56,976 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:57,382 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:57,495 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:57,824 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:57,858 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:52:57,899 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 06:52:58,337 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:58,507 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:52:58,852 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:52:59,332 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:52:59,332 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e85d163e-93fa-4433-8c68-82792f0047f6/b9a9ca7e80c44f95bd892f1f9e2069d5
+2017-05-04 06:52:59,371 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:52:59,448 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:52:59,449 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:52:59,453 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:52:59,454 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:52:59,458 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:52:59,460 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:52:59,500 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:52:59,700 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:52:59,832 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:52:59,832 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/22d51d1c-29d6-4535-85a3-c473ce63f18c/checklist/new/
+2017-05-04 06:52:59,863 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:52:59,906 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:52:59,906 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:52:59,941 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:52:59,941 DEBUG test_progress_bar 17 59054 140735693222848 Validate and check progress with engagement lead
+2017-05-04 06:52:59,942 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:52:59,942 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:53:00,088 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:00,089 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:53:00,758 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:53:00,801 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:00,924 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:53:01,159 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:01,403 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:53:01,524 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:01,552 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:53:01,679 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:02,314 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:02,427 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 06:53:02,428 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 06:53:02,446 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-05-04 06:53:02,446 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 06:53:02,447 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-05-04 06:53:02,581 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:02,794 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:53:03,077 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:03,094 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:04,100 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:53:04,123 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 06:53:04,649 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:05,181 DEBUG db_general 128 59052 140735693222848 Query : select id from ice_user_profile WHERE Email = 'ST4MOKk@intl.att.com';
+2017-05-04 06:53:05,184 DEBUG db_general 136 59052 140735693222848 Query result: 963
+2017-05-04 06:53:05,188 DEBUG db_general 177 59052 140735693222848 Query : select uuid from ice_notification Where user_id = '963';
+2017-05-04 06:53:05,192 DEBUG db_general 188 59052 140735693222848 Query result: [('39854b03-fd59-412b-82f1-63989312afb9',), ('162afdd0-bfa7-47b4-9e0c-b238dae6f121',), ('574e07f7-f241-40e2-84e9-ecba39b82ad2',)]
+2017-05-04 06:53:05,325 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:05,418 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 06:53:05,418 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 06:53:05,456 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 06:53:05,457 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 06:53:05,458 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-05-04 06:53:06,061 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:53:06,067 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST94mRZ@intl.att.com';
+2017-05-04 06:53:06,072 DEBUG db_general 136 59053 140735693222848 Query result: 5ca2c02f-f3fa-44ac-be89-e3a03fe5197d
+2017-05-04 06:53:06,079 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST94mRZ@intl.att.com';
+2017-05-04 06:53:06,087 DEBUG db_general 136 59053 140735693222848 Query result: 5ca2c02f-f3fa-44ac-be89-e3a03fe5197d
+2017-05-04 06:53:06,094 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'ST94mRZ@intl.att.com';
+2017-05-04 06:53:06,098 DEBUG db_general 136 59053 140735693222848 Query result: 966
+2017-05-04 06:53:06,102 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '966';
+2017-05-04 06:53:06,104 DEBUG db_general 188 59053 140735693222848 Query result: 0f793cbb742046eebcff6a732eaf2250
+2017-05-04 06:53:06,105 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5ca2c02f-f3fa-44ac-be89-e3a03fe5197d/0f793cbb742046eebcff6a732eaf2250
+2017-05-04 06:53:06,105 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5ca2c02f-f3fa-44ac-be89-e3a03fe5197d/0f793cbb742046eebcff6a732eaf2250
+2017-05-04 06:53:06,552 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:07,158 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:07,158 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:53:07,332 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:07,958 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:08,071 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:53:08,703 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:53:08,860 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:53:09,263 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:53:09,263 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c270c47-cf15-4fc0-b74c-2dd6b1aaedb9/c96dff2ebc83429780c166df59184b2c
+2017-05-04 06:53:09,321 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:09,432 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:09,433 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:09,438 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:09,441 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:09,448 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:09,449 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:09,771 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:10,279 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:53:10,390 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:10,391 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9650ff93-0e80-4dc0-8cbd-d56c87effc06/checklist/new/
+2017-05-04 06:53:10,474 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:10,474 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:10,511 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:10,511 DEBUG api_virtual_function 119 59052 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 06:53:10,578 DEBUG api_virtual_function 133 59052 140735693222848 Invite sent successfully to email STbZNlr@intl.att.com
+2017-05-04 06:53:10,586 DEBUG api_virtual_function 141 59052 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=c4485ff8-6117-488b-ae4a-829d6913740c&email=STbZNlr@intl.att.com&full_name=STuYmGU&phone_number=+12013276233&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-05-04 06:53:10,586 DEBUG api_user 206 59052 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:53:10,587 DEBUG api_user 211 59052 140735693222848 Invited contact full name is (according to url): STuYmGU
+2017-05-04 06:53:10,745 DEBUG api_user 231 59052 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:53:10,745 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9650ff93-0e80-4dc0-8cbd-d56c87effc06/checklist/new/
+2017-05-04 06:53:10,832 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:10,832 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:10,867 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:10,868 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef45b5c9-100e-4c6c-81c6-8e6071ce0418/70358b2dbcd949d99aec5d876d9ef8c3
+2017-05-04 06:53:10,910 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:10,910 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:10,911 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:53:11,782 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:53:12,428 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:53:12,551 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:12,704 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:12,704 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:53:12,731 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:13,560 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:53:13,658 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:53:13,783 DEBUG test_progress_bar 24 59054 140735693222848 Validate progress with standard user
+2017-05-04 06:53:13,783 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:53:14,294 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:53:14,394 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:14,394 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:53:14,430 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:14,737 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:15,285 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:53:15,441 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:53:15,838 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:15,929 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:53:15,982 DEBUG test_login_with_new_user 110 59053 140735693222848 click_on on + Dashboard
+2017-05-04 06:53:16,043 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:16,365 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:16,836 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:53:17,056 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:53:17,265 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 06:53:17,270 DEBUG db_general 188 59055 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:53:17,796 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '1c0cd5cc-caa8-454f-8ef8-66848147bd33';
+2017-05-04 06:53:17,799 DEBUG db_general 188 59055 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:53:18,289 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:18,316 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '5c2ad6d4-1394-487e-87be-ffc54df8106b';
+2017-05-04 06:53:18,318 DEBUG db_general 188 59055 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:53:18,575 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 06:53:18,575 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 06:53:18,590 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-05-04 06:53:18,591 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 06:53:18,591 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-05-04 06:53:19,486 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:19,495 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:20,018 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:20,069 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:20,168 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:20,535 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:21,072 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:21,693 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:21,725 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 06:53:21,725 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 06:53:21,741 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-04 06:53:21,742 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 06:53:21,742 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-05-04 06:53:22,608 DEBUG fe_wizard 57 59053 140735693222848 Tab Add Vendor Contact
+2017-05-04 06:53:22,995 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:53:22,996 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ae41c653-11a6-4713-bb67-febe2f72b1d5/bb7f042636e44468b5f3d01b53a6d155
+2017-05-04 06:53:23,036 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:23,128 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:23,129 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:23,133 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:23,134 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:23,138 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:23,140 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:23,551 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:23,552 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4ae6b3b1-3c5f-4191-b178-e59a3bec0fa5/checklist/new/
+2017-05-04 06:53:23,635 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:23,636 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:23,691 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:23,692 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:23,692 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:53:23,969 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:24,605 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:53:25,134 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:53:25,135 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/85211c54-1ce7-4294-b507-6d29e24b9116/7f6c4412f55c49b380de4aaca3d164f9
+2017-05-04 06:53:25,174 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:25,262 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:53:25,262 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:53:25,273 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:25,274 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:53:25,276 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:25,281 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:25,284 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:25,426 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:25,843 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:25,844 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a96bd4f0-5bd5-4b71-9606-a13285456359/checklist/new/
+2017-05-04 06:53:25,933 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:53:25,933 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:53:25,981 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:25,981 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:25,982 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:53:26,003 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:26,041 DEBUG fe_wizard 97 59053 140735693222848 Tab Invite Team Members
+2017-05-04 06:53:26,516 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:26,881 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:53:27,524 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:53:27,526 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:53:27,619 DEBUG fe_wizard 115 59053 140735693222848 About to add an SSH Key in modal window
+2017-05-04 06:53:27,629 DEBUG helper 42 59053 140735693222848 About to generate SSH Public Key
+2017-05-04 06:53:27,629 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:27,773 DEBUG helper 57 59053 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDa3tf6SdwnRfXUpQk4SogHRjqZF9uVMgLIWuN+wmPuu0GYYqjYsWZJ5QvgqUaHEOpHnNF1ZWL2Vh/M5Zre4FM876YnHs9RPV4KuYrFZCTlp0R+leY7VFT17SbGfjxEZEKK+ejX+CdCG7u4sDEiKH5Q/8b4hyMffIk7dkvrz3Pp4WhnAal6kTmh+IabbLhuCUCvcsQajffbRPN83C8W0zQih/4UcFZsc1G4b3zR42IzT3zPN7Q9re3bqCVp/BcSLG0SVUVCKdQMl4sX8UVRnKD0a1GAZHWWCGhlotjCzUJjWN95cBuSyjFabatBgOy5wsMALbTHRaweQrZExZGu2EFd
+2017-05-04 06:53:28,450 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:28,743 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:28,963 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:29,892 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:29,972 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:53:30,160 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:30,457 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:31,155 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:31,208 DEBUG fe_wizard 130 59053 140735693222848 SSH Key added via modal window.
+2017-05-04 06:53:31,212 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vf Where name = 'newVFST7et1s';
+2017-05-04 06:53:31,216 DEBUG db_general 188 59053 140735693222848 Query result: 18b7d5dd-f344-4690-a199-ec81fbde124c
+2017-05-04 06:53:31,216 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=18b7d5dd-f344-4690-a199-ec81fbde124c&inviter_uuid=5ca2c02f-f3fa-44ac-be89-e3a03fe5197d&email=automationqattSTGhBrA@gmail.com
+2017-05-04 06:53:32,411 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:32,636 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 06:53:32,636 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 06:53:32,653 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-05-04 06:53:32,653 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 06:53:32,653 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-05-04 06:53:32,832 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 06:53:32,835 DEBUG db_general 188 59053 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 06:53:32,835 DEBUG db_user 37 59053 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=18b7d5dd-f344-4690-a199-ec81fbde124c&email=STwDsom@ericson.com&full_name=STCiw0bSTKfhF6&phone_number=2012993377&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 06:53:32,835 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=18b7d5dd-f344-4690-a199-ec81fbde124c&email=STwDsom@ericson.com&full_name=STCiw0bSTKfhF6&phone_number=2012993377&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 06:53:33,261 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:33,982 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '5c2ad6d4-1394-487e-87be-ffc54df8106b';
+2017-05-04 06:53:33,986 DEBUG db_general 188 59055 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:53:33,994 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 06:53:33,994 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 06:53:34,011 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-05-04 06:53:34,011 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 06:53:34,011 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-05-04 06:53:34,515 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '1c0cd5cc-caa8-454f-8ef8-66848147bd33';
+2017-05-04 06:53:34,520 DEBUG db_general 188 59055 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:53:34,862 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:35,038 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 06:53:35,043 DEBUG db_general 188 59055 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:53:35,560 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 06:53:35,560 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 06:53:35,591 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 06:53:35,591 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 06:53:35,591 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 06:53:35,750 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:36,234 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:53:36,235 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5c89d39a-b45d-47ac-a2fa-05e77855f390/c32f823a5c564e59a2a978ba3607b8a0
+2017-05-04 06:53:36,281 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:36,355 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:36,414 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:36,414 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:36,421 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:36,425 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:36,430 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:36,433 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:36,931 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:36,931 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4298e1b5-b03b-465b-9db6-6c3a4c723a3c/checklist/new/
+2017-05-04 06:53:37,027 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:37,027 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:37,069 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:37,069 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:37,070 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:53:37,396 DEBUG fe_dashboard 154 59054 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 06:53:37,735 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:53:37,742 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STR6AQx@amdocs.com';
+2017-05-04 06:53:37,746 DEBUG db_general 136 59053 140735693222848 Query result: 444ec3f0-4fe4-4500-914f-ee419c24d037
+2017-05-04 06:53:37,752 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STR6AQx@amdocs.com';
+2017-05-04 06:53:37,756 DEBUG db_general 136 59053 140735693222848 Query result: 444ec3f0-4fe4-4500-914f-ee419c24d037
+2017-05-04 06:53:37,762 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STR6AQx@amdocs.com';
+2017-05-04 06:53:37,766 DEBUG db_general 136 59053 140735693222848 Query result: 972
+2017-05-04 06:53:37,773 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '972';
+2017-05-04 06:53:37,775 DEBUG db_general 188 59053 140735693222848 Query result: e601b2db932046678bde98a02c5bdc9c
+2017-05-04 06:53:37,775 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/444ec3f0-4fe4-4500-914f-ee419c24d037/e601b2db932046678bde98a02c5bdc9c
+2017-05-04 06:53:37,776 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/444ec3f0-4fe4-4500-914f-ee419c24d037/e601b2db932046678bde98a02c5bdc9c
+2017-05-04 06:53:38,002 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:53:38,076 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:38,131 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 06:53:38,132 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 06:53:38,151 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-05-04 06:53:38,152 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 06:53:38,152 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-05-04 06:53:38,721 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:53:38,900 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:38,962 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:38,962 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:53:39,722 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:53:39,723 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f211770a-c175-4cff-9899-91192b3790ca/e8d8c646998643368f1d787ed8e00ca0
+2017-05-04 06:53:39,784 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:39,910 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:53:39,911 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:53:39,916 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:39,919 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:39,928 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:39,930 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:40,058 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:53:40,135 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:40,475 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:40,476 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cbd4a5c-f76e-4ab2-a400-e748a149e3c7/checklist/new/
+2017-05-04 06:53:40,562 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:53:40,562 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:53:40,612 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:40,651 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:40,721 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:53:40,730 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:53:40,730 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:53:40,741 DEBUG db_general 177 59055 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:53:40,744 DEBUG db_general 188 59055 140735693222848 Query result: 1
+2017-05-04 06:53:40,747 DEBUG db_general 177 59055 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 06:53:40,751 DEBUG db_general 188 59055 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 06:53:40,765 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:40,766 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:53:40,873 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:53:41,295 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:41,596 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:53:41,662 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:53:42,128 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:53:42,246 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:53:42,413 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:42,633 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:53:42,633 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9c2bb25b-b389-4ee6-8bba-bf117062c98c/55f78988cf0a46898cba65f7c14b34c1
+2017-05-04 06:53:42,677 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:42,820 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:53:42,821 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:53:42,830 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:42,832 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:42,837 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:42,839 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:42,879 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:43,308 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:43,479 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:43,479 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/527493a6-4e06-4d83-b19e-32041d4a550f/checklist/new/
+2017-05-04 06:53:43,567 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:53:43,567 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:53:43,607 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:43,607 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:43,607 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:53:43,821 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:44,059 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:44,479 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:53:44,612 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:44,612 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:53:44,652 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:44,828 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:53:45,131 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:53:45,237 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:45,497 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:53:46,009 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:46,159 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:53:46,303 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:46,314 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:46,874 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 06:53:46,874 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 06:53:46,891 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-05-04 06:53:46,892 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 06:53:46,892 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-05-04 06:53:47,165 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:47,313 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:53:47,322 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:53:47,811 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:48,241 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:48,535 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:49,066 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:49,249 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:53:49,681 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:50,267 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:53:50,268 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e3926a2-37b2-4217-88d9-ac0a0b98d000/5df548f441bb430285ce854195e11976
+2017-05-04 06:53:50,299 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:50,369 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:50,394 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:50,394 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:50,398 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:50,399 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:50,403 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:50,404 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:50,698 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:50,698 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c02cb748-0084-4045-8015-ce404a7559d8/checklist/new/
+2017-05-04 06:53:50,780 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:53:50,780 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:53:50,811 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:50,811 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:53:50,811 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:53:51,665 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:53:51,798 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:52,322 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:53:52,442 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:53:52,479 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:52,726 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:53,478 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:54,013 DEBUG fe_wizard 77 59053 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 06:53:54,269 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 06:53:54,269 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 06:53:54,287 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-05-04 06:53:54,288 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 06:53:54,288 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-05-04 06:53:54,487 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:53:55,712 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:56,398 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:53:56,812 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:53:57,101 DEBUG fe_wizard 97 59053 140735693222848 Tab Invite Team Members
+2017-05-04 06:53:57,515 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:57,585 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:53:57,586 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e3098283-96c0-45ea-87e1-9a2562d4a12d/bbd3c99360864512a0d38d788d4cbd8d
+2017-05-04 06:53:57,618 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:53:57,693 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:53:57,693 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:53:57,697 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:53:57,698 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:53:57,702 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:53:57,703 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:53:57,964 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:53:57,964 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6d86846-a132-42ef-b80a-6bb314591c65/checklist/new/
+2017-05-04 06:53:58,044 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:53:58,044 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:53:58,089 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:53:58,114 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:53:59,134 DEBUG fe_wizard 115 59053 140735693222848 About to add an SSH Key in modal window
+2017-05-04 06:53:59,144 DEBUG helper 42 59053 140735693222848 About to generate SSH Public Key
+2017-05-04 06:53:59,501 DEBUG helper 57 59053 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk+BUb7LMJnr7A5neMhE9VlJkJtY7/j2Mii8pI+1HvGzi3Bsa2MWIK8Jtxb7royoBMoRHTrmKH+rrch0UcFjPMdQKU8LvjN0+KMJ6EpLfPjQEPluYIIldHh+iJ3OMm6genLgkDo620vvOc7WFuz0nH/sNubtNYjTabdyC+K140uaZBZsXt6MQEwz32ipfgU7kzz0/a+WlK1PtgGl8iCvs63xz1jY49kuUgRl/ty04eJCCe4OM4zV+eiQ6ba/446H0mN3MbvmjPkCOlimkHa7uCFR4NQJeVbMq2T/WZfKjPx86j2dCutepsiRpz6tj5CPzbFIbfB6J4Zo4ol+o5WRL7
+2017-05-04 06:53:59,730 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 06:53:59,730 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 06:53:59,747 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-05-04 06:53:59,747 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 06:53:59,747 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-05-04 06:53:59,797 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/resetPassword page is loaded.
+2017-05-04 06:54:00,823 DEBUG fe_general 163 59054 140735693222848 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-05-04 06:54:00,827 DEBUG db_general 128 59054 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 06:54:00,830 DEBUG db_general 136 59054 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 06:54:00,834 DEBUG db_general 128 59054 140735693222848 Query : select id from auth_user WHERE Email = 'STUYvfw@intl.att.com';
+2017-05-04 06:54:00,837 DEBUG db_general 136 59054 140735693222848 Query result: 976
+2017-05-04 06:54:00,849 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUVVl2ZndAaW50bC5hdHQuY29tIg.C-yn2A.A1B2LWHdoBnN-ELrK5HqqhGo9pk
+2017-05-04 06:54:01,565 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:01,565 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:54:01,864 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:01,920 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:01,979 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 06:54:01,987 DEBUG db_general 188 59055 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:54:02,467 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:54:02,504 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '834db473-0429-4192-89e1-9fc67e9419c6';
+2017-05-04 06:54:02,509 DEBUG db_general 188 59055 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:54:02,952 DEBUG fe_wizard 130 59053 140735693222848 SSH Key added via modal window.
+2017-05-04 06:54:02,956 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vf Where name = 'newVFST9nCTK';
+2017-05-04 06:54:02,959 DEBUG db_general 188 59053 140735693222848 Query result: 5f624918-e94d-4ed2-bc3a-ed664bd2d7c6
+2017-05-04 06:54:02,963 DEBUG db_user 49 59053 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5f624918-e94d-4ed2-bc3a-ed664bd2d7c6' and email = 'automationqattSTswWP2@gmail.com' ;
+2017-05-04 06:54:02,965 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTswWP2@gmail.com
+2017-05-04 06:54:03,029 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = 'a01e7868-fc83-4632-992c-c98cf4f76d6e';
+2017-05-04 06:54:03,031 DEBUG db_general 188 59055 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:54:03,035 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:54:03,035 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bfa17ac2-6f34-4c02-85a4-95fccf83ea60/a6f654f36d8d4904a468d1cf7b6ddded
+2017-05-04 06:54:03,073 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:03,099 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:54:03,166 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:03,167 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:03,177 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:03,179 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:03,183 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:03,184 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:03,253 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login?t=IlNUVVl2ZndAaW50bC5hdHQuY29tIg.C-yn2A.A1B2LWHdoBnN-ELrK5HqqhGo9pk page is loaded.
+2017-05-04 06:54:03,499 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:03,499 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd13d649-2d62-465c-989d-3eb891826b12/checklist/new/
+2017-05-04 06:54:03,585 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:03,585 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:03,634 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:03,634 DEBUG api_virtual_function 87 59052 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 06:54:03,701 DEBUG api_virtual_function 100 59052 140735693222848 Invite sent successfully to email ST4I0jA@intl.att.com
+2017-05-04 06:54:03,715 DEBUG api_virtual_function 105 59052 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=ff489cb4-e47e-4efc-abe3-10202a901c16&email=ST4I0jA@intl.att.com
+2017-05-04 06:54:03,716 DEBUG api_user 206 59052 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:54:03,926 DEBUG api_user 231 59052 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:54:03,926 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd13d649-2d62-465c-989d-3eb891826b12/checklist/new/
+2017-05-04 06:54:04,000 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:04,001 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:04,041 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:04,041 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:04,042 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:54:04,272 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:54:04,629 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 06:54:04,632 DEBUG db_general 188 59053 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:54:04,632 DEBUG db_user 37 59053 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STw9rAp@att.com&full_name=STTLn1MSTc4SM5&phone_number=2018644397&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:54:04,633 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STw9rAp@att.com&full_name=STTLn1MSTc4SM5&phone_number=2018644397&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 06:54:04,800 DEBUG test_reset_password 22 59054 140735693222848
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUVVl2ZndAaW50bC5hdHQuY29tIg.C-yn2A.A1B2LWHdoBnN-ELrK5HqqhGo9pk
+Temp Password: iceusers
+User Email: STUYvfw@intl.att.com
+2017-05-04 06:54:04,894 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:54:05,588 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:54:05,728 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 06:54:05,729 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 06:54:05,737 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:05,753 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-05-04 06:54:05,754 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 06:54:05,754 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-05-04 06:54:06,575 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-05-04 06:54:06,648 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:07,162 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:07,830 DEBUG test_reset_password 24 59054 140735693222848 Logout and verify new password works
+2017-05-04 06:54:08,171 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:54:08,200 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:09,118 DEBUG test_reset_password 26 59054 140735693222848 Login with updated password
+2017-05-04 06:54:09,118 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:09,119 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:54:09,341 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:54:09,341 DEBUG api_user 193 59053 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f6e1f234-2f39-4034-be87-9f9cd4788406/cb22bbc3fed049c3a0c2b200084d8b81
+2017-05-04 06:54:09,392 DEBUG api_user 196 59053 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:09,392 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:09,392 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:54:09,394 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:09,882 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:54:10,425 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:54:10,515 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:54:10,618 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:11,110 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:54:11,223 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:11,628 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:54:12,234 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:54:12,311 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:12,766 DEBUG test_login_with_new_user 39 59053 140735693222848 Message Error(APIUser or Password does not match) Displayed
+2017-05-04 06:54:12,767 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 06:54:12,767 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 06:54:12,782 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-05-04 06:54:12,783 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 06:54:12,783 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-05-04 06:54:13,431 DEBUG test_reset_password 29 59054 140735693222848 Logout and change password back to 'iceusers'
+2017-05-04 06:54:13,439 DEBUG db_general 128 59054 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 06:54:13,443 DEBUG db_general 136 59054 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 06:54:13,457 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:13,458 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:54:14,243 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:54:14,891 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:54:14,894 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:14,979 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:15,340 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 06:54:15,341 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 06:54:15,356 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-05-04 06:54:15,356 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 06:54:15,356 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-05-04 06:54:15,989 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:54:16,253 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:54:16,253 DEBUG test_login_with_new_user 45 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:16,521 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 06:54:16,521 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 06:54:16,541 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-05-04 06:54:16,542 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 06:54:16,542 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-05-04 06:54:17,457 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:18,517 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = 'a01e7868-fc83-4632-992c-c98cf4f76d6e';
+2017-05-04 06:54:18,525 DEBUG db_general 188 59055 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 06:54:18,542 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 06:54:18,542 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 06:54:18,563 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-05-04 06:54:18,564 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 06:54:18,564 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-05-04 06:54:18,652 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:54:18,653 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/67669879-1489-4268-8ca8-6151adb05b60/5d9bf0c45ed44b8481eedabe05b9652c
+2017-05-04 06:54:18,663 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:18,699 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:18,808 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:18,809 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:18,814 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:18,815 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:18,820 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:18,823 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:19,040 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = '834db473-0429-4192-89e1-9fc67e9419c6';
+2017-05-04 06:54:19,044 DEBUG db_general 188 59055 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 06:54:19,372 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:19,373 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf8e5ec4-2861-4e14-ba17-b0ce50df4146/checklist/new/
+2017-05-04 06:54:19,478 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:19,478 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:19,524 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:19,525 DEBUG api_virtual_function 87 59052 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 06:54:19,563 DEBUG db_general 177 59055 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 06:54:19,566 DEBUG db_general 188 59055 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 06:54:19,612 DEBUG api_virtual_function 100 59052 140735693222848 Invite sent successfully to email STJOs4y@intl.att.com
+2017-05-04 06:54:19,624 DEBUG api_virtual_function 105 59052 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=093bd01e-3cca-4065-8f3c-1b0e36b277cc&email=STJOs4y@intl.att.com
+2017-05-04 06:54:19,624 DEBUG api_user 206 59052 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:54:19,822 DEBUG api_user 231 59052 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:54:19,822 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf8e5ec4-2861-4e14-ba17-b0ce50df4146/checklist/new/
+2017-05-04 06:54:19,910 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:19,910 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:19,954 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:19,954 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:19,955 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:54:20,055 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:54:20,056 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/80f4c8a9-69e4-4de7-901b-413200c86f41/88862587848c482b8d0f5833aa446374
+2017-05-04 06:54:20,077 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 06:54:20,078 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 06:54:20,097 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:20,098 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 06:54:20,099 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 06:54:20,099 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-05-04 06:54:20,204 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:54:20,205 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:54:20,209 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:20,211 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:20,216 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:20,218 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:20,701 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:20,702 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/15ab7fde-60d2-4c12-941b-30943baf1c2e/checklist/new/
+2017-05-04 06:54:20,798 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:54:20,799 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:54:20,853 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:20,853 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:20,854 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:54:20,874 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:54:20,905 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:21,561 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:54:21,730 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:21,818 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:54:22,468 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:22,512 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:54:22,630 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:22,704 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:23,144 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:23,497 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:23,654 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:23,876 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:54:23,876 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cace05be-1dcc-4fdf-a412-fac770607a8d/01a0a7b041224cd3a814db2551fa5b2c
+2017-05-04 06:54:23,918 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:24,008 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:24,013 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:54:24,014 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:54:24,021 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:24,023 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:24,028 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:24,030 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:24,280 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 06:54:24,281 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 06:54:24,301 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-05-04 06:54:24,301 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 06:54:24,301 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-05-04 06:54:24,518 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:24,518 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/740e2e88-f4d0-4d9b-97b2-f2c7fe6cc6d3/checklist/new/
+2017-05-04 06:54:24,592 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:54:24,593 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:54:24,630 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:24,631 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:24,631 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:54:24,662 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:54:25,017 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:54:25,563 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:54:25,894 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:26,234 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:54:26,294 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:26,447 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:26,452 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:26,989 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:27,073 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:27,189 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:27,801 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:28,000 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:54:28,578 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 06:54:28,578 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 06:54:28,595 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-05-04 06:54:28,595 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 06:54:28,596 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-05-04 06:54:29,181 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:30,281 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:30,707 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:30,846 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:30,859 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:31,931 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:54:31,932 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:31,932 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:54:32,920 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:54:33,333 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:54:33,615 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:54:33,772 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 06:54:33,772 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 06:54:33,787 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-05-04 06:54:33,787 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 06:54:33,788 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-05-04 06:54:33,923 DEBUG test_set_stage 70 59054 140735693222848 Admin_ro failed to change stage to Intake
+2017-05-04 06:54:34,307 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:54:34,827 DEBUG test_login_with_new_user 27 59053 140735693222848 Resend Activation Email Page Opened
+2017-05-04 06:54:34,841 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 06:54:34,842 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 06:54:34,857 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-05-04 06:54:34,857 DEBUG logFuncEntry 34 59053 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 06:54:34,858 DEBUG test_ui_base 36 59053 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-05-04 06:54:34,868 DEBUG helper 42 59055 140735693222848 About to generate SSH Public Key
+2017-05-04 06:54:35,314 DEBUG helper 57 59055 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3XU39Z6k0WDhQ2yPWQtx8R1iASM8Yp3fMy4kSCpcGMt/2K1QxrstSxQAZ98yrT9kelE1pqmiO8MZ8zSvQe/gQiqzCfg5W2C5rV42CdUaiSvomFrP7chktu8oBGRbWRcxJWp0GoL585dv070w9OZQuvFeeJ9q74kTJMyHidZcoIYB2XEDip2AvgXkSJS92AmDTsiTE5VzvC8sl9fOX/LbHdS64f6RgDIudJOMNKUUv4S3R6nhIyZa9TtD++ccEZI0gM+dQbAOAz4jsC5jbie91eOJFMxZUkX5VSzScsjs7uU7RVdlZuQY/6O9LX7Rn2U6dsW5cQ94TM0HqI4HaWLiL
+2017-05-04 06:54:35,314 DEBUG test_ssh_key 44 59055 140735693222848 AAAAB3NzaC1yc2EAAAADAQABAAABAQD3XU39Z6k0WDhQ2yPWQtx8R1iASM8Yp3fMy4kSCpcGMt/2K1QxrstSxQAZ98yrT9kelE1pqmiO8MZ8zSvQe/gQiqzCfg5W2C5rV42CdUaiSvomFrP7chktu8oBGRbWRcxJWp0GoL585dv070w9OZQuvFeeJ9q74kTJMyHidZcoIYB2XEDip2AvgXkSJS92AmDTsiTE5VzvC8sl9fOX/LbHdS64f6RgDIudJOMNKUUv4S3R6nhIyZa9TtD++ccEZI0gM+dQbAOAz4jsC5jbie91eOJFMxZUkX5VSzScsjs7uU7RVdlZuQY/6O9LX7Rn2U6dsW5cQ94TM0HqI4HaWLiL
+2017-05-04 06:54:35,896 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:36,971 DEBUG test_ui_base 48 59053 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:37,075 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:54:37,075 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cd924fa1-c729-4017-8df5-36ca44c076dc/24521872e51c42188731ea13b71ef28d
+2017-05-04 06:54:37,113 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:37,210 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:37,210 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:37,214 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:37,216 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:37,220 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:37,221 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:37,485 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:37,485 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7860c5a1-f45f-4481-8c07-7b2af26afc95/checklist/new/
+2017-05-04 06:54:37,556 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:37,556 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:37,595 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:37,595 DEBUG api_virtual_function 87 59052 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 06:54:37,663 DEBUG api_virtual_function 100 59052 140735693222848 Invite sent successfully to email STZkJBn@intl.att.com
+2017-05-04 06:54:37,671 DEBUG api_virtual_function 105 59052 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=07e795e3-e180-4304-8d4c-4e463f9bf551&email=STZkJBn@intl.att.com
+2017-05-04 06:54:37,671 DEBUG api_user 206 59052 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 06:54:37,837 DEBUG api_user 231 59052 140735693222848 Invited user signed-up successfully!
+2017-05-04 06:54:37,837 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7860c5a1-f45f-4481-8c07-7b2af26afc95/checklist/new/
+2017-05-04 06:54:37,911 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:37,912 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:37,949 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:37,950 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:37,950 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:54:38,111 DEBUG api_user 108 59053 140735693222848 Moving to next test case
+2017-05-04 06:54:38,115 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STdiNB2@intl.att.com';
+2017-05-04 06:54:38,117 DEBUG db_general 136 59053 140735693222848 Query result: a938f4f2-e950-4eab-86a8-f5816a380c56
+2017-05-04 06:54:38,122 DEBUG db_general 128 59053 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STdiNB2@intl.att.com';
+2017-05-04 06:54:38,125 DEBUG db_general 136 59053 140735693222848 Query result: a938f4f2-e950-4eab-86a8-f5816a380c56
+2017-05-04 06:54:38,129 DEBUG db_general 128 59053 140735693222848 Query : select id from auth_user WHERE Email = 'STdiNB2@intl.att.com';
+2017-05-04 06:54:38,132 DEBUG db_general 136 59053 140735693222848 Query result: 988
+2017-05-04 06:54:38,136 DEBUG db_general 177 59053 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '988';
+2017-05-04 06:54:38,138 DEBUG db_general 188 59053 140735693222848 Query result: 2dd0d5c4c26e49639735d6230b9cf66d
+2017-05-04 06:54:38,138 DEBUG db_user 27 59053 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a938f4f2-e950-4eab-86a8-f5816a380c56/2dd0d5c4c26e49639735d6230b9cf66d
+2017-05-04 06:54:38,138 DEBUG fe_general 37 59053 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a938f4f2-e950-4eab-86a8-f5816a380c56/2dd0d5c4c26e49639735d6230b9cf66d
+2017-05-04 06:54:38,835 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:38,836 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:54:38,852 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:54:39,252 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:54:39,495 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:54:39,608 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:39,673 DEBUG test_set_stage 70 59054 140735693222848 Admin_ro failed to change stage to Active
+2017-05-04 06:54:39,718 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:54:40,276 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 06:54:40,277 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 06:54:40,293 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-05-04 06:54:40,293 DEBUG logFuncEntry 34 59055 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 06:54:40,293 DEBUG test_ui_base 36 59055 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-05-04 06:54:40,413 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:54:40,522 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:40,631 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:54:41,533 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:54:42,064 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:54:42,604 DEBUG test_ui_base 48 59055 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:42,726 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:43,713 DEBUG api_user 108 59055 140735693222848 Moving to next test case
+2017-05-04 06:54:43,713 DEBUG api_user 193 59055 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/558cb26c-e090-4669-b31e-cb15fb1fd351/a3375cd6646c40798b3790cf99936713
+2017-05-04 06:54:43,750 DEBUG api_user 196 59055 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:43,830 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:54:43,830 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:54:43,834 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:43,835 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:43,837 DEBUG db_general 162 59055 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:43,841 DEBUG db_general 151 59055 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:43,843 DEBUG db_general 162 59055 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:44,285 DEBUG api_virtual_function 72 59055 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:44,286 DEBUG api_gitlab 267 59055 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7587268-3826-46f2-a32d-6204e4e1d62e/checklist/new/
+2017-05-04 06:54:44,376 DEBUG api_user 128 59055 140735693222848 200 OK
+2017-05-04 06:54:44,376 DEBUG api_user 130 59055 140735693222848 Login successfully.
+2017-05-04 06:54:44,409 DEBUG api_gitlab 288 59055 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:44,410 DEBUG fe_user 27 59055 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:44,410 DEBUG fe_user 28 59055 140735693222848 Insert Email
+2017-05-04 06:54:44,537 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:44,538 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:54:44,595 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:45,353 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:54:45,363 DEBUG fe_user 31 59055 140735693222848 Insert Password
+2017-05-04 06:54:45,522 DEBUG test_set_stage 70 59054 140735693222848 Admin_ro failed to change stage to Validated
+2017-05-04 06:54:45,523 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 06:54:45,523 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 06:54:45,541 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-05-04 06:54:45,541 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 06:54:45,541 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-05-04 06:54:46,031 DEBUG fe_user 33 59055 140735693222848 Click Login Button
+2017-05-04 06:54:46,050 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:54:46,183 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:46,278 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:46,815 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:46,822 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:47,828 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:54:47,829 DEBUG fe_user 35 59055 140735693222848 Login Button clicked
+2017-05-04 06:54:47,843 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:47,858 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:48,364 DEBUG helper 42 59055 140735693222848 About to generate SSH Public Key
+2017-05-04 06:54:48,395 DEBUG test_login_with_new_user 283 59053 140735693222848 click_on on + Dashboard
+2017-05-04 06:54:48,398 DEBUG helper 57 59055 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBccr52HRnk4/HMXynKH0pKYetmfZpwO52HXdzMB31jVPSjRmKI5iDry5GAco5HsckFL9Fgm2IYNCRgN5/OaMI3eCT3VxQ8IY6EJudlyziji1NXXY0ZhxVaaD1bqpblIi6OsILmBgJy6+nx1m+Dsb8kpbIzFwIT6z3dfnoDwguUW/1mcHGKedfYX+MtXdUAss1H0mlvdvO5WyWOGz9SGdmX2ObgU5Bz7kqFeXJYBa/wAWmQyt+XhR52OqWhGeZPZL7bQzYNygOpRoMPyhnLHBATDRaCJABUBbRw/PDLaVLe+b7kyN65aoABKYM1mqddnI7/duNNmFNVBgILo0tG6fj
+2017-05-04 06:54:48,398 DEBUG test_ssh_key 33 59055 140735693222848 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBccr52HRnk4/HMXynKH0pKYetmfZpwO52HXdzMB31jVPSjRmKI5iDry5GAco5HsckFL9Fgm2IYNCRgN5/OaMI3eCT3VxQ8IY6EJudlyziji1NXXY0ZhxVaaD1bqpblIi6OsILmBgJy6+nx1m+Dsb8kpbIzFwIT6z3dfnoDwguUW/1mcHGKedfYX+MtXdUAss1H0mlvdvO5WyWOGz9SGdmX2ObgU5Bz7kqFeXJYBa/wAWmQyt+XhR52OqWhGeZPZL7bQzYNygOpRoMPyhnLHBATDRaCJABUBbRw/PDLaVLe+b7kyN65aoABKYM1mqddnI7/duNNmFNVBgILo0tG6fj
+2017-05-04 06:54:49,023 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:54:49,023 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9c96e32d-4c7b-4028-bf7c-9d35d2f4dc5f/b41e8d9ad0644710af277095f96b9a97
+2017-05-04 06:54:49,063 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:49,148 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:54:49,149 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:54:49,155 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:49,158 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:49,162 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:49,162 DEBUG fe_wizard 24 59053 140735693222848 Tab Add Virtual Functions
+2017-05-04 06:54:49,164 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:49,374 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:54:49,610 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:49,610 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8e4c837d-a21c-4ea1-8b5f-1e0e8c91857e/checklist/new/
+2017-05-04 06:54:49,702 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:54:49,702 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:54:49,751 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:49,751 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:49,751 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:54:49,778 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:50,633 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:54:50,896 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 06:54:50,897 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 06:54:50,913 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-05-04 06:54:50,914 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 06:54:50,914 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-05-04 06:54:51,295 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:54:51,473 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:51,988 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:52,396 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:52,509 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:52,908 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:53,262 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:53,427 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:53,927 DEBUG wait 117 59055 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:54:54,022 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:54:54,438 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:54:54,799 DEBUG db_general 177 59053 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTIYOsC';
+2017-05-04 06:54:54,803 DEBUG db_general 188 59053 140735693222848 Query result: ee0d4b7b-ae6e-4524-84e4-f62da07a6fc0
+2017-05-04 06:54:54,807 DEBUG db_general 177 59053 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ee0d4b7b-ae6e-4524-84e4-f62da07a6fc0';
+2017-05-04 06:54:54,809 DEBUG db_general 188 59053 140735693222848 Query result: 2017-978
+2017-05-04 06:54:54,813 DEBUG db_general 177 59053 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-978';
+2017-05-04 06:54:54,815 DEBUG db_general 188 59053 140735693222848 Query result: ee0d4b7b-ae6e-4524-84e4-f62da07a6fc0
+2017-05-04 06:54:54,820 DEBUG db_general 177 59053 140735693222848 Query : select reviewer_id from ice_engagement Where uuid = 'ee0d4b7b-ae6e-4524-84e4-f62da07a6fc0';
+2017-05-04 06:54:54,822 DEBUG db_general 188 59053 140735693222848 Query result: 2
+2017-05-04 06:54:54,826 DEBUG db_general 177 59053 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 06:54:54,828 DEBUG db_general 188 59053 140735693222848 Query result: hs0007@att.com
+2017-05-04 06:54:54,828 DEBUG fe_wizard 57 59053 140735693222848 Tab Add Vendor Contact
+2017-05-04 06:54:54,963 DEBUG logFuncEntry 34 59055 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 06:54:54,963 DEBUG logFuncEntry 34 59055 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 06:54:54,983 DEBUG test_ui_base 66 59055 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-05-04 06:54:55,151 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:54:55,151 DEBUG api_user 193 59052 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/024b9985-7abc-4259-bdf4-9348fb34bdd1/addca49b8c514d50a49e8b4f5b89d1f7
+2017-05-04 06:54:55,187 DEBUG api_user 196 59052 140735693222848 APIUser activated successfully!
+2017-05-04 06:54:55,267 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:55,268 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:55,274 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:54:55,276 DEBUG db_general 162 59052 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:54:55,281 DEBUG db_general 151 59052 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:54:55,282 DEBUG db_general 162 59052 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:54:55,588 DEBUG api_virtual_function 72 59052 140735693222848 Virtual Function created successfully!
+2017-05-04 06:54:55,589 DEBUG api_gitlab 267 59052 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf6e74ab-9b65-4c4a-91f7-26c8b8a1fc03/checklist/new/
+2017-05-04 06:54:55,672 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:54:55,729 DEBUG api_user 128 59052 140735693222848 200 OK
+2017-05-04 06:54:55,729 DEBUG api_user 130 59052 140735693222848 Login successfully.
+2017-05-04 06:54:55,803 DEBUG api_gitlab 288 59052 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:54:55,804 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:54:55,804 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:54:56,730 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:54:57,193 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 06:54:57,200 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:54:57,295 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:54:57,400 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:54:57,520 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:54:58,159 DEBUG fe_wizard 97 59053 140735693222848 Tab Invite Team Members
+2017-05-04 06:54:58,213 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:54:58,530 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:54:59,739 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 06:54:59,746 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:54:59,748 DEBUG fe_wizard 115 59053 140735693222848 About to add an SSH Key in modal window
+2017-05-04 06:54:59,758 DEBUG helper 42 59053 140735693222848 About to generate SSH Public Key
+2017-05-04 06:54:59,913 DEBUG helper 57 59053 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCrVFeNWwv+HbKRI11lYb++rAjsz5seX1hPVz7lOWEpmxTZIze2tlVsM1vkyn+8F6iGHyh6X8QqvIv7TtrEvAvvAdnwGzy1qZXW92AATPdrk+zg44/jgGBX3156iNxT7lKK3bX4srp5p5+i0MRTK+cQ0TMuNfRsgfJgC99v8D9OjLe+pQcrd/hfvGtjkz/uVG3z3MIQ0dFLL8u7Nh2PGBPDY9/cCN56Rpf7PJy/vtDKPKaUuv3GkIUti+riQ9JbJKSajbA3yq8iRfXv+7k7mZTt2HdsZTE7p7npYjtA54KEY80LWwE05LeIqkG++5/nkGg/nco6CJjncnmVqpIFMBWt
+2017-05-04 06:55:00,581 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:01,223 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 06:55:01,223 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 06:55:01,237 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-05-04 06:55:01,238 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 06:55:01,238 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-05-04 06:55:02,059 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:02,104 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 06:55:02,113 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:55:02,960 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:03,128 DEBUG fe_wizard 130 59053 140735693222848 SSH Key added via modal window.
+2017-05-04 06:55:03,337 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:55:04,422 DEBUG api_user 108 59052 140735693222848 Moving to next test case
+2017-05-04 06:55:04,423 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:55:04,423 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:55:04,476 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 06:55:04,477 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 06:55:04,491 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-05-04 06:55:04,491 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 06:55:04,492 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-05-04 06:55:05,439 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:55:06,103 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:55:06,598 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:55:06,844 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:55:07,666 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:55:07,667 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9ebbf9d1-5a19-4928-ada4-0c1d81d3bbea/9dd3ca85ab874b909a115e18353ccbf5
+2017-05-04 06:55:07,704 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:55:07,784 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:55:07,784 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:55:07,788 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:55:07,790 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:55:07,793 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:55:07,794 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:55:07,829 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 06:55:07,891 DEBUG db_general 128 59052 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STo9VUG@intl.att.com';
+2017-05-04 06:55:07,894 DEBUG db_general 136 59052 140735693222848 Query result: 7ed30d8f-4a9c-49de-95e9-c445d4088bdb
+2017-05-04 06:55:07,898 DEBUG db_general 128 59052 140735693222848 Query : select id from auth_user WHERE Email = 'STo9VUG@intl.att.com';
+2017-05-04 06:55:07,900 DEBUG db_general 136 59052 140735693222848 Query result: 992
+2017-05-04 06:55:07,904 DEBUG db_general 177 59052 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '992';
+2017-05-04 06:55:07,906 DEBUG db_general 188 59052 140735693222848 Query result: 8fb57ce13bd94f128d535a5c7cd5b138
+2017-05-04 06:55:07,906 DEBUG db_user 27 59052 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ed30d8f-4a9c-49de-95e9-c445d4088bdb/8fb57ce13bd94f128d535a5c7cd5b138
+2017-05-04 06:55:07,906 DEBUG fe_general 37 59052 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ed30d8f-4a9c-49de-95e9-c445d4088bdb/8fb57ce13bd94f128d535a5c7cd5b138
+2017-05-04 06:55:08,226 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:55:08,226 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c8955aad-d5cc-4089-9959-ba7353d4780c/checklist/new/
+2017-05-04 06:55:08,308 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:55:08,308 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:55:08,340 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:55:08,340 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:55:08,341 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:55:08,522 DEBUG fe_user 27 59052 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:55:08,523 DEBUG fe_user 28 59052 140735693222848 Insert Email
+2017-05-04 06:55:09,134 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:09,184 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:55:09,340 DEBUG fe_user 31 59052 140735693222848 Insert Password
+2017-05-04 06:55:09,834 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:55:09,941 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:55:09,956 DEBUG fe_user 33 59052 140735693222848 Click Login Button
+2017-05-04 06:55:10,087 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 06:55:10,612 DEBUG wait 117 59052 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:10,824 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:11,337 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:11,592 DEBUG fe_user 27 59053 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:55:11,592 DEBUG fe_user 28 59053 140735693222848 Insert Email
+2017-05-04 06:55:11,630 DEBUG fe_user 35 59052 140735693222848 Login Button clicked
+2017-05-04 06:55:12,318 DEBUG fe_user 31 59053 140735693222848 Insert Password
+2017-05-04 06:55:12,348 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:55:12,781 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 06:55:12,781 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 06:55:12,801 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-05-04 06:55:12,802 DEBUG logFuncEntry 34 59052 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 06:55:12,802 DEBUG test_ui_base 36 59052 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-05-04 06:55:12,921 DEBUG fe_user 33 59053 140735693222848 Click Login Button
+2017-05-04 06:55:13,059 DEBUG wait 117 59053 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:55:13,630 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:14,100 DEBUG fe_user 35 59053 140735693222848 Login Button clicked
+2017-05-04 06:55:14,745 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:14,959 DEBUG test_ui_base 48 59052 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:55:15,504 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:16,151 DEBUG logFuncEntry 34 59053 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 06:55:16,151 DEBUG logFuncEntry 34 59053 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 06:55:16,169 DEBUG test_ui_base 66 59053 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-05-04 06:55:17,060 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 06:55:17,066 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:55:17,164 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:55:18,072 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:18,305 DEBUG db_general 177 59052 140735693222848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-05-04 06:55:18,307 DEBUG db_general 188 59052 140735693222848 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-05-04 06:55:21,517 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 06:55:21,524 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:55:22,376 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:25,701 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 06:55:25,708 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:55:26,375 DEBUG logFuncEntry 34 59052 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 06:55:26,375 DEBUG logFuncEntry 34 59052 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 06:55:26,391 DEBUG test_ui_base 66 59052 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-05-04 06:55:26,566 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:55:29,886 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 06:55:29,887 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 06:55:29,897 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-05-04 06:55:29,897 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 06:55:29,898 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-05-04 06:55:31,993 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:55:33,023 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:55:33,023 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/02e06d99-fb65-4bda-a052-44e1e66043e3/ff8061e5064f4d5782cdc796761ab57b
+2017-05-04 06:55:33,058 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:55:33,125 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:55:33,126 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:55:33,129 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:55:33,131 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:55:33,135 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:55:33,136 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:55:33,382 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:55:33,382 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf6283a6-c283-4fc5-81f5-fb2851aab8c1/checklist/new/
+2017-05-04 06:55:33,446 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:55:33,447 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:55:33,479 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:55:33,479 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:55:33,479 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:55:34,352 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:55:35,021 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:55:35,126 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:55:36,136 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:55:37,316 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:38,433 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:55:45,764 DEBUG test_set_stage 83 59054 140735693222848 User STsWfc3@intl.att.com failed to change stage to Intake
+2017-05-04 06:55:51,525 DEBUG test_set_stage 83 59054 140735693222848 User STsWfc3@intl.att.com failed to change stage to Active
+2017-05-04 06:55:57,286 DEBUG test_set_stage 83 59054 140735693222848 User STsWfc3@intl.att.com failed to change stage to Validated
+2017-05-04 06:55:57,286 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:55:57,939 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 06:55:57,939 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 06:55:57,954 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-05-04 06:55:57,955 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 06:55:57,955 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-05-04 06:56:00,051 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:56:01,059 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:56:01,060 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7bc61324-2c1e-456b-9e05-40e846784715/6351e1a729dd4faea812dce98f579408
+2017-05-04 06:56:01,096 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:56:01,164 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:56:01,164 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:56:01,169 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:56:01,171 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:56:01,175 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:56:01,176 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:56:01,388 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:56:01,389 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ada743cd-6518-44fa-98aa-1adcf5210b80/checklist/new/
+2017-05-04 06:56:01,456 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:56:01,456 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:56:01,484 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:56:01,485 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:56:01,485 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:56:02,325 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:56:02,977 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:56:03,088 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:56:03,926 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:56:04,937 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:56:06,118 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:56:07,230 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:56:07,765 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:10,111 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:11,634 DEBUG test_set_stage 97 59054 140735693222848 User hs0007@att.com failed to change stage to Intake
+2017-05-04 06:56:12,368 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:13,887 DEBUG test_set_stage 97 59054 140735693222848 User hs0007@att.com failed to change stage to Active
+2017-05-04 06:56:14,602 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:16,121 DEBUG test_set_stage 97 59054 140735693222848 User hs0007@att.com failed to change stage to Validated
+2017-05-04 06:56:16,122 DEBUG fe_general 37 59054 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:56:16,668 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 06:56:16,669 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 06:56:16,687 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-05-04 06:56:16,688 DEBUG logFuncEntry 34 59054 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 06:56:16,688 DEBUG test_ui_base 36 59054 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-05-04 06:56:18,792 DEBUG test_ui_base 48 59054 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:56:19,827 DEBUG api_user 108 59054 140735693222848 Moving to next test case
+2017-05-04 06:56:19,827 DEBUG api_user 193 59054 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c95520a-6986-42cf-adb4-45830f7236c9/e7bcb880851f4962859f0032fd2fc95b
+2017-05-04 06:56:19,861 DEBUG api_user 196 59054 140735693222848 APIUser activated successfully!
+2017-05-04 06:56:19,931 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:56:19,931 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:56:19,935 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:56:19,936 DEBUG db_general 162 59054 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:56:19,940 DEBUG db_general 151 59054 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:56:19,941 DEBUG db_general 162 59054 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:56:20,164 DEBUG api_virtual_function 72 59054 140735693222848 Virtual Function created successfully!
+2017-05-04 06:56:20,164 DEBUG api_gitlab 267 59054 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/53754a93-24c5-49e1-874b-78406d07a03b/checklist/new/
+2017-05-04 06:56:20,243 DEBUG api_user 128 59054 140735693222848 200 OK
+2017-05-04 06:56:20,243 DEBUG api_user 130 59054 140735693222848 Login successfully.
+2017-05-04 06:56:20,273 DEBUG api_gitlab 288 59054 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:56:20,273 DEBUG fe_user 27 59054 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:56:20,273 DEBUG fe_user 28 59054 140735693222848 Insert Email
+2017-05-04 06:56:21,112 DEBUG fe_user 31 59054 140735693222848 Insert Password
+2017-05-04 06:56:21,769 DEBUG fe_user 33 59054 140735693222848 Click Login Button
+2017-05-04 06:56:21,882 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:56:22,747 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:56:23,757 DEBUG fe_user 35 59054 140735693222848 Login Button clicked
+2017-05-04 06:56:24,950 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:56:26,060 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:56:26,587 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:28,197 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 06:56:28,204 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:56:28,291 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:56:29,180 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:32,478 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 06:56:32,484 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:56:33,330 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:36,098 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:37,146 DEBUG fe_overview 81 59054 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 06:56:37,151 DEBUG fe_overview 87 59054 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 06:56:38,003 DEBUG wait 117 59054 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 06:56:41,327 DEBUG logFuncEntry 34 59054 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 06:56:41,327 DEBUG logFuncEntry 34 59054 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 06:56:41,336 DEBUG test_ui_base 66 59054 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-05-04 06:58:04,603 DEBUG logFuncEntry 34 66539 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:58:04,603 DEBUG test_ui_base 36 66539 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 06:58:06,723 DEBUG test_ui_base 48 66539 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:58:07,774 DEBUG api_user 108 66539 140735693222848 Moving to next test case
+2017-05-04 06:58:07,774 DEBUG api_user 193 66539 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc8b81dc-9bde-475b-9305-df416e88e6d9/98a688cb5f7244dfb0014e8978eed968
+2017-05-04 06:58:07,807 DEBUG api_user 196 66539 140735693222848 APIUser activated successfully!
+2017-05-04 06:58:07,873 DEBUG api_user 128 66539 140735693222848 200 OK
+2017-05-04 06:58:07,873 DEBUG api_user 130 66539 140735693222848 Login successfully.
+2017-05-04 06:58:07,877 DEBUG db_general 151 66539 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:58:07,879 DEBUG db_general 162 66539 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:58:07,882 DEBUG db_general 151 66539 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:58:07,884 DEBUG db_general 162 66539 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:58:08,101 DEBUG api_virtual_function 72 66539 140735693222848 Virtual Function created successfully!
+2017-05-04 06:58:08,102 DEBUG api_gitlab 267 66539 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/572c4a86-b414-495d-88b1-eefad1abbf56/checklist/new/
+2017-05-04 06:58:08,177 DEBUG api_user 128 66539 140735693222848 200 OK
+2017-05-04 06:58:08,178 DEBUG api_user 130 66539 140735693222848 Login successfully.
+2017-05-04 06:58:08,210 DEBUG api_gitlab 288 66539 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:58:08,210 DEBUG test_dashboard_feature 70 66539 140735693222848 Login with standard user STAzr0b@intl.att.com
+2017-05-04 06:58:08,210 DEBUG fe_user 27 66539 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:58:08,210 DEBUG fe_user 28 66539 140735693222848 Insert Email
+2017-05-04 06:58:09,069 DEBUG fe_user 31 66539 140735693222848 Insert Password
+2017-05-04 06:58:09,741 DEBUG fe_user 33 66539 140735693222848 Click Login Button
+2017-05-04 06:58:09,851 DEBUG wait 117 66539 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:58:10,867 DEBUG fe_user 35 66539 140735693222848 Login Button clicked
+2017-05-04 06:58:11,502 DEBUG api_user 128 66539 140735693222848 200 OK
+2017-05-04 06:58:11,503 DEBUG api_user 130 66539 140735693222848 Login successfully.
+2017-05-04 06:58:11,503 DEBUG fe_user 161 66539 140735693222848 Adding new next step (via api) and assigning it to user STOwu6n
+2017-05-04 06:58:11,503 DEBUG api_virtual_function 25 66539 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/572c4a86-b414-495d-88b1-eefad1abbf56/nextsteps
+2017-05-04 06:58:11,580 DEBUG api_virtual_function 40 66539 140735693222848 Next step was added to the engagement!
+2017-05-04 06:58:11,580 DEBUG fe_user 163 66539 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 06:58:12,870 DEBUG fe_user 165 66539 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 06:58:13,405 DEBUG fe_dashboard 203 66539 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 06:58:13,419 DEBUG fe_dashboard 213 66539 140735693222848 > Check if creator of NS is the EL Donald Duck
+2017-05-04 06:58:13,439 DEBUG fe_overview 36 66539 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 06:58:14,051 DEBUG wait 117 66539 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:58:15,206 DEBUG fe_general 37 66539 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:58:15,920 DEBUG fe_overview 41 66539 140735693222848 Login with EL user dd1122@att.com
+2017-05-04 06:58:15,920 DEBUG fe_user 27 66539 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:58:15,920 DEBUG fe_user 28 66539 140735693222848 Insert Email
+2017-05-04 06:58:16,719 DEBUG fe_user 31 66539 140735693222848 Insert Password
+2017-05-04 06:58:17,353 DEBUG fe_user 33 66539 140735693222848 Click Login Button
+2017-05-04 06:58:17,456 DEBUG wait 117 66539 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:58:18,139 DEBUG wait 117 66539 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:58:19,153 DEBUG fe_user 35 66539 140735693222848 Login Button clicked
+2017-05-04 06:58:19,685 DEBUG db_general 177 66539 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:58:19,687 DEBUG db_general 188 66539 140735693222848 Query result: 1
+2017-05-04 06:58:19,691 DEBUG db_general 66 66539 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 06:58:19,700 DEBUG db_general 78 66539 140735693222848 Query result: 1703
+2017-05-04 06:58:19,700 DEBUG fe_overview 49 66539 140735693222848 el_assigned_ns=1703
+2017-05-04 06:58:20,222 DEBUG fe_overview 53 66539 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 06:58:20,381 DEBUG logFuncEntry 34 66539 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:58:20,381 DEBUG logFuncEntry 34 66539 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:58:20,393 DEBUG test_ui_base 66 66539 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 06:59:16,244 DEBUG logFuncEntry 34 66635 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:59:16,245 DEBUG test_ui_base 36 66635 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 06:59:18,367 DEBUG test_ui_base 48 66635 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 06:59:19,453 DEBUG api_user 108 66635 140735693222848 Moving to next test case
+2017-05-04 06:59:19,453 DEBUG api_user 193 66635 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a62e2080-20b6-4949-baaf-11fd7805a62e/3b61acb71bae4a4e82353f7713bf74f4
+2017-05-04 06:59:19,487 DEBUG api_user 196 66635 140735693222848 APIUser activated successfully!
+2017-05-04 06:59:19,559 DEBUG api_user 128 66635 140735693222848 200 OK
+2017-05-04 06:59:19,559 DEBUG api_user 130 66635 140735693222848 Login successfully.
+2017-05-04 06:59:19,563 DEBUG db_general 151 66635 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 06:59:19,564 DEBUG db_general 162 66635 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 06:59:19,569 DEBUG db_general 151 66635 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 06:59:19,570 DEBUG db_general 162 66635 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 06:59:19,778 DEBUG api_virtual_function 72 66635 140735693222848 Virtual Function created successfully!
+2017-05-04 06:59:19,778 DEBUG api_gitlab 267 66635 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5185bf4e-97e8-4ec6-bf6d-c708ec869f2c/checklist/new/
+2017-05-04 06:59:19,843 DEBUG api_user 128 66635 140735693222848 200 OK
+2017-05-04 06:59:19,843 DEBUG api_user 130 66635 140735693222848 Login successfully.
+2017-05-04 06:59:19,875 DEBUG api_gitlab 288 66635 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 06:59:19,875 DEBUG test_dashboard_feature 70 66635 140735693222848 Login with standard user STjbMUJ@intl.att.com
+2017-05-04 06:59:19,875 DEBUG fe_user 27 66635 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:59:19,876 DEBUG fe_user 28 66635 140735693222848 Insert Email
+2017-05-04 06:59:20,747 DEBUG fe_user 31 66635 140735693222848 Insert Password
+2017-05-04 06:59:21,419 DEBUG fe_user 33 66635 140735693222848 Click Login Button
+2017-05-04 06:59:21,521 DEBUG wait 117 66635 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:59:22,535 DEBUG fe_user 35 66635 140735693222848 Login Button clicked
+2017-05-04 06:59:23,177 DEBUG api_user 128 66635 140735693222848 200 OK
+2017-05-04 06:59:23,177 DEBUG api_user 130 66635 140735693222848 Login successfully.
+2017-05-04 06:59:23,177 DEBUG fe_user 161 66635 140735693222848 Adding new next step (via api) and assigning it to user STXiB86
+2017-05-04 06:59:23,177 DEBUG api_virtual_function 25 66635 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5185bf4e-97e8-4ec6-bf6d-c708ec869f2c/nextsteps
+2017-05-04 06:59:23,254 DEBUG api_virtual_function 40 66635 140735693222848 Next step was added to the engagement!
+2017-05-04 06:59:23,255 DEBUG fe_user 163 66635 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 06:59:24,559 DEBUG fe_user 165 66635 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 06:59:25,097 DEBUG fe_dashboard 203 66635 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 06:59:25,114 DEBUG fe_dashboard 213 66635 140735693222848 > Check if creator of NS is the EL Donald Duck
+2017-05-04 06:59:25,135 DEBUG fe_overview 36 66635 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 06:59:25,744 DEBUG wait 117 66635 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:59:26,877 DEBUG fe_general 37 66635 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 06:59:27,612 DEBUG fe_overview 41 66635 140735693222848 Login with EL user dd1122@att.com
+2017-05-04 06:59:27,612 DEBUG fe_user 27 66635 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 06:59:27,612 DEBUG fe_user 28 66635 140735693222848 Insert Email
+2017-05-04 06:59:28,400 DEBUG fe_user 31 66635 140735693222848 Insert Password
+2017-05-04 06:59:29,057 DEBUG fe_user 33 66635 140735693222848 Click Login Button
+2017-05-04 06:59:29,158 DEBUG wait 117 66635 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 06:59:29,830 DEBUG wait 117 66635 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 06:59:30,843 DEBUG fe_user 35 66635 140735693222848 Login Button clicked
+2017-05-04 06:59:31,372 DEBUG db_general 177 66635 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 06:59:31,374 DEBUG db_general 188 66635 140735693222848 Query result: 1
+2017-05-04 06:59:31,377 DEBUG db_general 66 66635 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 06:59:31,384 DEBUG db_general 78 66635 140735693222848 Query result: 1707
+2017-05-04 06:59:31,384 DEBUG fe_overview 49 66635 140735693222848 el_assigned_ns=1707
+2017-05-04 06:59:31,908 DEBUG fe_overview 53 66635 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 06:59:32,062 DEBUG logFuncEntry 34 66635 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:59:32,062 DEBUG logFuncEntry 34 66635 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 06:59:32,074 DEBUG test_ui_base 66 66635 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 07:02:17,008 DEBUG logFuncEntry 34 66760 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:02:17,008 DEBUG test_ui_base 36 66760 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 07:02:19,122 DEBUG test_ui_base 48 66760 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:02:20,193 DEBUG api_user 108 66760 140735693222848 Moving to next test case
+2017-05-04 07:02:20,193 DEBUG api_user 193 66760 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/824f8816-a365-4daf-88b9-b6a4760a283c/e9891e4111c343be9ac157e05114623b
+2017-05-04 07:02:20,226 DEBUG api_user 196 66760 140735693222848 APIUser activated successfully!
+2017-05-04 07:02:20,294 DEBUG api_user 128 66760 140735693222848 200 OK
+2017-05-04 07:02:20,294 DEBUG api_user 130 66760 140735693222848 Login successfully.
+2017-05-04 07:02:20,298 DEBUG db_general 151 66760 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:02:20,299 DEBUG db_general 162 66760 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:02:20,303 DEBUG db_general 151 66760 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:02:20,305 DEBUG db_general 162 66760 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:02:20,520 DEBUG api_virtual_function 72 66760 140735693222848 Virtual Function created successfully!
+2017-05-04 07:02:20,520 DEBUG api_gitlab 267 66760 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2dc85d62-ee3e-4248-bf83-f1a5c010f7d6/checklist/new/
+2017-05-04 07:02:20,596 DEBUG api_user 128 66760 140735693222848 200 OK
+2017-05-04 07:02:20,596 DEBUG api_user 130 66760 140735693222848 Login successfully.
+2017-05-04 07:02:20,626 DEBUG api_gitlab 288 66760 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:02:20,626 DEBUG fe_user 27 66760 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:02:20,626 DEBUG fe_user 28 66760 140735693222848 Insert Email
+2017-05-04 07:02:21,488 DEBUG fe_user 31 66760 140735693222848 Insert Password
+2017-05-04 07:02:22,138 DEBUG fe_user 33 66760 140735693222848 Click Login Button
+2017-05-04 07:02:22,242 DEBUG wait 117 66760 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:02:23,108 DEBUG wait 117 66760 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:02:24,123 DEBUG fe_user 35 66760 140735693222848 Login Button clicked
+2017-05-04 07:02:24,909 DEBUG wait 117 66760 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:02:27,786 DEBUG wait 117 66760 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:02:28,847 DEBUG logFuncEntry 34 66760 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:02:28,847 DEBUG logFuncEntry 34 66760 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:02:28,862 DEBUG test_ui_base 66 66760 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 07:05:24,837 DEBUG logFuncEntry 34 66857 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:05:24,838 DEBUG test_ui_base 36 66857 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 07:05:26,951 DEBUG test_ui_base 48 66857 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:05:27,997 DEBUG api_user 108 66857 140735693222848 Moving to next test case
+2017-05-04 07:05:27,997 DEBUG api_user 193 66857 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3cef31d9-36fc-48ff-b129-f28d841fe923/205c04c91dd9425f80d7ed37e62eabac
+2017-05-04 07:05:28,032 DEBUG api_user 196 66857 140735693222848 APIUser activated successfully!
+2017-05-04 07:05:28,099 DEBUG api_user 128 66857 140735693222848 200 OK
+2017-05-04 07:05:28,099 DEBUG api_user 130 66857 140735693222848 Login successfully.
+2017-05-04 07:05:28,103 DEBUG db_general 151 66857 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:05:28,104 DEBUG db_general 162 66857 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:05:28,108 DEBUG db_general 151 66857 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:05:28,110 DEBUG db_general 162 66857 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:05:28,357 DEBUG api_virtual_function 72 66857 140735693222848 Virtual Function created successfully!
+2017-05-04 07:05:28,357 DEBUG api_gitlab 267 66857 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/54aee94b-73d2-4fa4-8dc5-9c4a461451ad/checklist/new/
+2017-05-04 07:05:28,421 DEBUG api_user 128 66857 140735693222848 200 OK
+2017-05-04 07:05:28,421 DEBUG api_user 130 66857 140735693222848 Login successfully.
+2017-05-04 07:05:28,452 DEBUG api_gitlab 288 66857 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:05:28,452 DEBUG fe_user 27 66857 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:05:28,452 DEBUG fe_user 28 66857 140735693222848 Insert Email
+2017-05-04 07:05:29,296 DEBUG fe_user 31 66857 140735693222848 Insert Password
+2017-05-04 07:05:29,944 DEBUG fe_user 33 66857 140735693222848 Click Login Button
+2017-05-04 07:05:30,050 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:05:30,902 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:05:31,916 DEBUG fe_user 35 66857 140735693222848 Login Button clicked
+2017-05-04 07:05:33,102 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:05:34,215 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:05:34,742 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:05:36,661 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:05:38,710 DEBUG wait 117 66857 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:05:39,743 DEBUG logFuncEntry 34 66857 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:05:39,743 DEBUG logFuncEntry 34 66857 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:05:39,758 DEBUG test_ui_base 66 66857 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 07:08:56,801 DEBUG test_signal_base 34 66984 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 07:08:56,802 DEBUG test_checklist_signal 26 66984 140735693222848 Local environment, skipping test...
+2017-05-04 07:08:56,802 DEBUG test_signal_base 34 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:08:56,802 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 07:08:56,803 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 07:08:56,803 DEBUG test_git_signal 101 66985 140735693222848 Local environment, skipping test...
+2017-05-04 07:08:56,803 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 07:08:56,803 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 07:08:56,809 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 07:08:56,810 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:08:56,815 DEBUG test_signal_base 45 66984 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 07:08:56,816 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 07:08:56,816 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 07:08:56,821 DEBUG test_signal_base 45 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:08:56,822 DEBUG test_signal_base 34 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:08:56,822 DEBUG test_git_signal 24 66985 140735693222848 Local environment, skipping test...
+2017-05-04 07:08:56,822 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 07:08:56,833 DEBUG test_signal_base 45 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:08:56,834 DEBUG test_signal_base 34 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:08:56,834 DEBUG test_git_signal 82 66985 140735693222848 Local environment, skipping test...
+2017-05-04 07:08:56,834 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 07:08:56,846 DEBUG test_signal_base 45 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:08:56,847 DEBUG test_signal_base 34 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:08:56,847 DEBUG test_git_signal 65 66985 140735693222848 Local environment, skipping test...
+2017-05-04 07:08:56,847 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 07:08:56,859 DEBUG test_signal_base 45 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:08:56,859 DEBUG test_signal_base 34 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:08:56,860 DEBUG test_git_signal 47 66985 140735693222848 Local environment, skipping test...
+2017-05-04 07:08:56,860 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 07:08:56,871 DEBUG test_signal_base 45 66985 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:08:56,872 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 07:08:56,872 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 07:08:56,929 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:08:56,929 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4c325696-b579-48ca-9615-46e3b7b3a4e3/a12da32e18ab4be3a4117411fb493c82
+2017-05-04 07:08:56,989 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:08:57,108 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:57,108 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:57,116 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:08:57,118 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:08:57,123 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:08:57,124 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:08:57,909 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:08:57,910 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee2b0300-e603-4abd-809e-97a5511fe93c/checklist/new/
+2017-05-04 07:08:58,032 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:58,032 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:58,084 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:08:58,085 DEBUG test_negative_requests 169 66983 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 07:08:58,179 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:58,180 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:58,180 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee2b0300-e603-4abd-809e-97a5511fe93c/checklist/new/
+2017-05-04 07:08:58,192 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:08:58,196 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:08:58,196 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee2b0300-e603-4abd-809e-97a5511fe93c/checklist/new/
+2017-05-04 07:08:58,309 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:58,310 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:58,356 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:08:58,482 DEBUG api_checklist 40 66983 140735693222848 Checklist was created successfully!
+2017-05-04 07:08:58,482 DEBUG test_negative_requests 174 66983 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 07:08:58,569 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:58,570 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:58,570 DEBUG test_negative_requests 181 66983 140735693222848 About to add audit log to checklist uuid 66a78aa9-226d-4a53-8110-8771860e42d4
+2017-05-04 07:08:58,570 DEBUG test_negative_requests 188 66983 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 07:08:58,663 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:58,663 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:58,663 DEBUG test_negative_requests 181 66983 140735693222848 About to add audit log to checklist uuid 66a78aa9-226d-4a53-8110-8771860e42d4
+2017-05-04 07:08:58,664 DEBUG test_negative_requests 188 66983 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 07:08:58,664 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 07:08:58,664 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 07:08:58,671 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:08:58,673 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 07:08:58,673 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:08:58,789 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:08:58,790 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1baf8fa4-3e05-4337-9adf-12f079ad1a7b/b6187e5aee954f43bcb993e029905921
+2017-05-04 07:08:58,839 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:08:58,949 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:58,949 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:58,953 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:08:58,958 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:08:58,966 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:08:58,975 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:08:59,061 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:08:59,193 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:08:59,388 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:08:59,733 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:08:59,733 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4706d-f65c-4ca9-b38a-603ac59a2e02/checklist/new/
+2017-05-04 07:08:59,817 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:59,818 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:59,864 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:08:59,864 DEBUG test_negative_requests 195 66983 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 07:08:59,966 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:08:59,966 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:08:59,967 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4706d-f65c-4ca9-b38a-603ac59a2e02/checklist/new/
+2017-05-04 07:08:59,971 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:08:59,974 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:08:59,975 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4706d-f65c-4ca9-b38a-603ac59a2e02/checklist/new/
+2017-05-04 07:09:00,068 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:00,068 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:00,112 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:00,344 DEBUG api_checklist 40 66983 140735693222848 Checklist was created successfully!
+2017-05-04 07:09:00,345 DEBUG test_negative_requests 200 66983 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 07:09:00,440 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:00,440 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:00,441 DEBUG test_negative_requests 208 66983 140735693222848 About to add next step to checklist uuid 337b4d03-11c3-4806-9f39-f3ce349a52df
+2017-05-04 07:09:00,441 DEBUG api_checklist 116 66983 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4706d-f65c-4ca9-b38a-603ac59a2e02/checklist/337b4d03-11c3-4806-9f39-f3ce349a52df/nextstep/
+2017-05-04 07:09:00,487 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1baf8fa4-3e05-4337-9adf-12f079ad1a7b. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,488 DEBUG test_negative_requests 215 66983 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 07:09:00,580 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:09:00,581 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/42ed7364-eba6-4c10-833d-d675f98bda0b/94dbd7d451e3458bb5d0776ff01446e7
+2017-05-04 07:09:00,598 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:00,598 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:00,598 DEBUG test_negative_requests 208 66983 140735693222848 About to add next step to checklist uuid 337b4d03-11c3-4806-9f39-f3ce349a52df
+2017-05-04 07:09:00,598 DEBUG api_checklist 116 66983 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4706d-f65c-4ca9-b38a-603ac59a2e02/checklist/337b4d03-11c3-4806-9f39-f3ce349a52df/nextstep/
+2017-05-04 07:09:00,642 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:00,660 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:09:00,660 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,660 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cded7f53-4cbc-47d0-bf13-61c077c35634/3ff7ceea80a94613aa04201136b759e4
+2017-05-04 07:09:00,661 DEBUG test_negative_requests 215 66983 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 07:09:00,715 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:09:00,716 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:00,716 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22c09c8a-f67c-4a7a-b886-67d31cb791f3/e17fec0b1e75499ba709560dfd3f12af
+2017-05-04 07:09:00,763 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:09:00,764 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:09:00,768 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:00,770 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:00,775 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:00,776 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:00,776 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:00,785 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:00,785 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:00,786 DEBUG test_negative_requests 208 66983 140735693222848 About to add next step to checklist uuid 337b4d03-11c3-4806-9f39-f3ce349a52df
+2017-05-04 07:09:00,786 DEBUG api_checklist 116 66983 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4706d-f65c-4ca9-b38a-603ac59a2e02/checklist/337b4d03-11c3-4806-9f39-f3ce349a52df/nextstep/
+2017-05-04 07:09:00,839 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:00,839 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:00,841 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,842 DEBUG test_negative_requests 215 66983 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 07:09:00,842 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 07:09:00,842 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 07:09:00,845 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:00,848 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:00,851 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:00,852 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 07:09:00,852 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:00,852 DEBUG test_negative_requests 37 66983 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 07:09:00,853 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:00,855 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:00,884 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:00,884 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:00,889 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:00,891 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:00,897 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:00,898 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:00,983 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:00,983 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bbf57711-82e3-4ece-907d-6875206fd76a/fb1399678457486f86b64f0048e31861
+2017-05-04 07:09:01,030 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:01,118 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:01,118 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:01,121 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:01,123 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:01,127 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:01,128 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:01,270 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:01,270 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fe638329-bb9c-4953-8304-4423b96aaf32/checklist/new/
+2017-05-04 07:09:01,419 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:09:01,419 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:09:01,487 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:01,487 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6131eb76-9376-4830-bbf0-97f4057a90e2/checklist/new/
+2017-05-04 07:09:01,490 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:01,490 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c11bbf6b-a148-4aa8-91ef-fc7794a727a5/checklist/new/
+2017-05-04 07:09:01,492 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:01,492 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:01,493 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:09:01,593 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:01,593 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:01,604 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:01,604 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:01,636 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:01,636 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:01,636 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:09:01,647 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:01,750 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:01,750 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:01,750 DEBUG api_checklist 24 66985 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c11bbf6b-a148-4aa8-91ef-fc7794a727a5/checklist/new/
+2017-05-04 07:09:01,754 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:01,756 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:01,756 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c11bbf6b-a148-4aa8-91ef-fc7794a727a5/checklist/new/
+2017-05-04 07:09:01,758 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:01,758 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80f9416b-1387-495b-8a28-35eeb58ce513/checklist/new/
+2017-05-04 07:09:01,841 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:01,841 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:01,841 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:01,842 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:01,889 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:01,889 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:01,984 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:01,984 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b1886c34-d63f-4574-acb2-f702986bd154/5c82f71581444bd8928b94bde6415172
+2017-05-04 07:09:02,022 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:02,094 DEBUG api_checklist 40 66985 140735693222848 Checklist was created successfully!
+2017-05-04 07:09:02,113 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:02,114 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:02,117 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:02,119 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:02,123 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:02,125 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:02,174 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:09:02,175 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/91452cd3-1c0b-4f79-a474-bdc43981b472/0dd7fed942d84db98544291a052ef618
+2017-05-04 07:09:02,207 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:02,297 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:02,297 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:02,301 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:02,303 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:02,307 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:02,308 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:02,323 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:09:02,484 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:09:02,560 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:02,560 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ea88b3e7-c4cf-403c-a804-71c795f73620/checklist/new/
+2017-05-04 07:09:02,658 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:02,658 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:02,693 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:02,693 DEBUG test_negative_requests 43 66983 140735693222848 About to invite contact to the engagement of user STTsM4P
+2017-05-04 07:09:02,693 DEBUG api_virtual_function 119 66983 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 07:09:02,726 ERROR api_virtual_function 148 66983 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: b1886c34-d63f-4574-acb2-f702986bd154. eng_uuid=80f9416b-1387-495b-8a28-35eeb58ce513. checklist_uuid=None"
+2017-05-04 07:09:02,726 DEBUG test_negative_requests 49 66983 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 07:09:02,727 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 07:09:02,727 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 07:09:02,737 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:02,739 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 07:09:02,739 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:02,739 DEBUG test_negative_requests 54 66983 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 07:09:02,780 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:02,780 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c2f0a65d-fe6a-423c-a04e-5eebde162ad9/checklist/new/
+2017-05-04 07:09:02,846 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:02,847 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b663ff11-8abf-4a0e-8605-c8afd42e62f3/bda408592a994bad9d1735a3273bd2e9
+2017-05-04 07:09:02,863 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:02,863 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:02,878 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:02,901 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:02,901 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:02,901 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:09:02,961 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:02,962 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:02,966 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:02,967 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:02,969 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:09:02,972 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:02,973 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:03,089 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:03,135 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:09:03,272 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:03,830 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:09:03,921 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:03,921 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cc8fc40f-549f-476a-90eb-725b9425bb43/checklist/new/
+2017-05-04 07:09:03,939 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:04,052 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:04,052 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:04,120 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:04,225 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:04,225 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:04,225 DEBUG test_negative_requests 63 66983 140735693222848 About to add a next step to VF STTUw2v using STIMXFb@intl.att.com token.
+2017-05-04 07:09:04,226 DEBUG api_virtual_function 25 66983 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cc8fc40f-549f-476a-90eb-725b9425bb43/nextsteps
+2017-05-04 07:09:04,237 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:04,276 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: b663ff11-8abf-4a0e-8605-c8afd42e62f3. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:04,276 DEBUG test_negative_requests 69 66983 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 07:09:04,370 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:04,370 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:04,370 DEBUG test_negative_requests 63 66983 140735693222848 About to add a next step to VF STTUw2v using hs0007@att.com token.
+2017-05-04 07:09:04,370 DEBUG api_virtual_function 25 66983 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cc8fc40f-549f-476a-90eb-725b9425bb43/nextsteps
+2017-05-04 07:09:04,449 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:04,534 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:09:04,596 DEBUG api_virtual_function 40 66983 140735693222848 Next step was added to the engagement!
+2017-05-04 07:09:04,596 DEBUG test_negative_requests 69 66983 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 07:09:04,660 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:04,709 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:04,709 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:04,709 DEBUG test_negative_requests 63 66983 140735693222848 About to add a next step to VF STTUw2v using admin_ro@att.com token.
+2017-05-04 07:09:04,709 DEBUG api_virtual_function 25 66983 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/cc8fc40f-549f-476a-90eb-725b9425bb43/nextsteps
+2017-05-04 07:09:04,750 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:04,761 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:04,761 DEBUG test_negative_requests 69 66983 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 07:09:04,762 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 07:09:04,762 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 07:09:04,773 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:04,775 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 07:09:04,775 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:04,776 DEBUG test_negative_requests 221 66983 140735693222848 Local environment, skipping test...
+2017-05-04 07:09:04,776 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 07:09:04,776 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 07:09:04,783 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:04,784 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 07:09:04,785 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:04,961 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:04,995 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:04,995 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e34b0abd-93fb-46aa-a6c5-3f7022979ed9/3657bbff7dcd4b408792a2e5c5037381
+2017-05-04 07:09:05,099 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:05,204 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:05,204 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:05,212 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:05,214 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:05,218 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:05,219 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:05,261 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:05,472 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:05,683 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:05,684 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:05,754 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:05,754 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:05,786 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:05,786 DEBUG test_negative_requests 98 66983 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 07:09:05,817 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:09:05,857 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:05,857 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:05,857 DEBUG test_negative_requests 106 66983 140735693222848 About to create checklist for VF STrXFGf
+2017-05-04 07:09:05,858 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:05,861 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:05,863 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:05,863 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:05,933 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:05,933 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:05,967 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:05,992 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: e34b0abd-93fb-46aa-a6c5-3f7022979ed9. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:05,993 DEBUG test_negative_requests 112 66983 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:09:06,064 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:06,064 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:06,064 DEBUG test_negative_requests 106 66983 140735693222848 About to create checklist for VF STrXFGf
+2017-05-04 07:09:06,064 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:06,070 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:06,073 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:06,073 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:06,156 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:06,156 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:06,196 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:06,229 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,229 DEBUG test_negative_requests 112 66983 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:09:06,268 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:09:06,313 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:06,313 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:06,313 DEBUG test_negative_requests 106 66983 140735693222848 About to create checklist for VF STrXFGf
+2017-05-04 07:09:06,313 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:06,319 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:06,322 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:06,322 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f5f1d659-23f7-4cd7-b03d-99f348a51ce9/checklist/new/
+2017-05-04 07:09:06,342 DEBUG db_general 177 66985 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPISTJ6O83';
+2017-05-04 07:09:06,348 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:06,409 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:09:06,411 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:06,412 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:06,461 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:06,482 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:09:06,502 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,503 DEBUG test_negative_requests 112 66983 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:09:06,503 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 07:09:06,503 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 07:09:06,517 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:06,519 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 07:09:06,519 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:06,520 DEBUG test_negative_requests 74 66983 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 07:09:06,646 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:06,646 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/add5d1da-9b3a-401c-b799-0dc54c5d1609/d8facae3300e4da2b0c48ce4851f6a65
+2017-05-04 07:09:06,684 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:06,795 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:06,795 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:06,800 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:06,803 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:06,808 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:06,810 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:07,094 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:07,094 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d85dffcc-3e6f-48eb-abd0-1a84845350e2/checklist/new/
+2017-05-04 07:09:07,137 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:07,137 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:09:07,192 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:07,193 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:07,234 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:07,304 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:07,305 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:07,305 DEBUG api_virtual_function 25 66983 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/d85dffcc-3e6f-48eb-abd0-1a84845350e2/nextsteps
+2017-05-04 07:09:07,478 DEBUG api_virtual_function 40 66983 140735693222848 Next step was added to the engagement!
+2017-05-04 07:09:07,551 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:07,552 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:07,552 DEBUG test_negative_requests 86 66983 140735693222848 About to edit a next step (ns uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e) using STIWuX9@intl.att.com token.
+2017-05-04 07:09:07,552 DEBUG api_virtual_function 156 66983 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/32c0d553-4146-4f03-ba3d-3754eabab19e/engagement/d85dffcc-3e6f-48eb-abd0-1a84845350e2/modify/
+2017-05-04 07:09:07,585 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:07,590 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,590 DEBUG test_negative_requests 92 66983 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 07:09:07,704 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:07,705 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:07,705 DEBUG test_negative_requests 86 66983 140735693222848 About to edit a next step (ns uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e) using dd1122@att.com token.
+2017-05-04 07:09:07,705 DEBUG api_virtual_function 156 66983 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/32c0d553-4146-4f03-ba3d-3754eabab19e/engagement/d85dffcc-3e6f-48eb-abd0-1a84845350e2/modify/
+2017-05-04 07:09:07,748 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,749 DEBUG test_negative_requests 92 66983 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 07:09:07,847 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:07,848 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:07,848 DEBUG test_negative_requests 86 66983 140735693222848 About to edit a next step (ns uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e) using admin_ro@att.com token.
+2017-05-04 07:09:07,848 DEBUG api_virtual_function 156 66983 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/32c0d553-4146-4f03-ba3d-3754eabab19e/engagement/d85dffcc-3e6f-48eb-abd0-1a84845350e2/modify/
+2017-05-04 07:09:07,875 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,876 DEBUG test_negative_requests 92 66983 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 07:09:07,876 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 07:09:07,876 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 07:09:07,883 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:07,884 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 07:09:07,885 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:07,885 DEBUG test_negative_requests 20 66983 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 07:09:08,046 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:08,046 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2050a3d-7c47-4461-838f-6328dedecf12/4e989b9b24b145cea4fef1898ff7ade5
+2017-05-04 07:09:08,050 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:09:08,148 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:08,259 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:08,260 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:08,270 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:08,272 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:08,276 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:08,278 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:08,302 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:09:08,516 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:08,646 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:08,647 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0728f8f3-2783-4fb4-83f1-01604d7d387c/checklist/new/
+2017-05-04 07:09:08,715 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:08,715 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:08,747 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:08,835 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:08,835 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a57e1a73-f09c-4efe-bc8e-b8882de053b2/396f0cdf852549a382c70fd0b4df088c
+2017-05-04 07:09:08,836 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:09:08,875 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:08,947 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:08,968 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:08,969 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:08,972 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:08,974 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:08,978 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:08,980 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:09,822 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:09,990 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:09,991 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ff3fe843-a1ce-49a2-8ae8-408a3846844b/checklist/new/
+2017-05-04 07:09:10,092 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:10,093 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:10,141 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:10,142 DEBUG test_negative_requests 26 66983 140735693222848 About to invite team member to the engagement of user ST1qSj2
+2017-05-04 07:09:10,142 DEBUG api_virtual_function 87 66983 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:09:10,198 ERROR api_virtual_function 112 66983 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:09:10,199 DEBUG test_negative_requests 32 66983 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 07:09:10,199 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 07:09:10,200 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 07:09:10,213 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:10,215 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 07:09:10,215 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:10,340 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:10,341 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2a6e0b10-993b-4e8a-9569-f10eb8d2677b/d4aaab39716b4cc8b146c333dc365fa7
+2017-05-04 07:09:10,379 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:10,479 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:10,479 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:10,483 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:10,484 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:10,488 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:10,490 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:10,568 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:09:10,839 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:09:11,139 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:11,139 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ee1545d-3778-42e3-8abd-0dd66c60e7cf/checklist/new/
+2017-05-04 07:09:11,208 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:11,208 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:11,238 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:11,238 DEBUG test_negative_requests 146 66983 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 07:09:11,309 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:11,309 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:11,309 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ee1545d-3778-42e3-8abd-0dd66c60e7cf/checklist/new/
+2017-05-04 07:09:11,313 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:11,315 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:11,316 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6ee1545d-3778-42e3-8abd-0dd66c60e7cf/checklist/new/
+2017-05-04 07:09:11,393 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:11,394 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:11,431 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:11,577 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 07:09:11,577 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 07:09:11,598 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 07:09:11,599 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 07:09:11,599 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 07:09:11,699 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:12,022 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:12,086 DEBUG api_checklist 40 66983 140735693222848 Checklist was created successfully!
+2017-05-04 07:09:12,087 DEBUG test_negative_requests 151 66983 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 07:09:12,087 DEBUG test_negative_requests 157 66983 140735693222848 About to change checklist state for VF STTJgqf
+2017-05-04 07:09:12,212 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:12,212 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:12,214 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:12,272 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,272 DEBUG test_negative_requests 163 66983 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 07:09:12,272 DEBUG test_negative_requests 157 66983 140735693222848 About to change checklist state for VF STTJgqf
+2017-05-04 07:09:12,366 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:12,366 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:12,428 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,429 DEBUG test_negative_requests 163 66983 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 07:09:12,429 DEBUG test_negative_requests 157 66983 140735693222848 About to change checklist state for VF STTJgqf
+2017-05-04 07:09:12,553 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:12,554 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:12,595 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,597 DEBUG test_negative_requests 163 66983 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 07:09:12,597 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 07:09:12,597 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 07:09:12,610 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:12,611 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 07:09:12,612 DEBUG test_api_base 30 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:09:12,726 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:12,743 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:12,744 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bf501dfb-3370-461f-8fb8-cda5ee6a2a8c/4d33e2d9c7524a6a93b1cc4a94ab968e
+2017-05-04 07:09:12,786 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:12,885 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:12,886 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:12,889 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:12,891 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:12,895 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:12,896 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:13,140 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:13,239 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:13,454 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:13,454 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e369ac-6fcd-4c2a-93b8-8d84281d4995/checklist/new/
+2017-05-04 07:09:13,533 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:13,534 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:13,602 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:13,602 DEBUG test_negative_requests 119 66983 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 07:09:13,729 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:13,730 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:13,730 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e369ac-6fcd-4c2a-93b8-8d84281d4995/checklist/new/
+2017-05-04 07:09:13,734 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:13,739 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:13,740 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e369ac-6fcd-4c2a-93b8-8d84281d4995/checklist/new/
+2017-05-04 07:09:13,847 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:13,848 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:13,888 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:13,894 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:13,909 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:14,202 DEBUG api_checklist 40 66983 140735693222848 Checklist was created successfully!
+2017-05-04 07:09:14,202 DEBUG test_negative_requests 124 66983 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 07:09:14,265 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 07:09:14,266 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 07:09:14,284 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 07:09:14,285 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 07:09:14,285 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 07:09:14,287 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:14,288 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:14,288 DEBUG test_negative_requests 132 66983 140735693222848 About to update checklist for VF ST8TyeX
+2017-05-04 07:09:14,288 DEBUG api_checklist 58 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//d0ffc568-0c5f-4e99-b18f-8342437e4e34/d0ffc568-0c5f-4e99-b18f-8342437e4e34
+2017-05-04 07:09:14,293 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:14,300 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:14,333 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: bf501dfb-3370-461f-8fb8-cda5ee6a2a8c. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,333 DEBUG test_negative_requests 139 66983 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:09:14,411 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:14,412 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:14,412 DEBUG test_negative_requests 132 66983 140735693222848 About to update checklist for VF ST8TyeX
+2017-05-04 07:09:14,412 DEBUG api_checklist 58 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//d0ffc568-0c5f-4e99-b18f-8342437e4e34/d0ffc568-0c5f-4e99-b18f-8342437e4e34
+2017-05-04 07:09:14,418 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:14,420 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:14,458 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,458 DEBUG test_negative_requests 139 66983 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:09:14,549 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:14,549 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:14,549 DEBUG test_negative_requests 132 66983 140735693222848 About to update checklist for VF ST8TyeX
+2017-05-04 07:09:14,549 DEBUG api_checklist 58 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//d0ffc568-0c5f-4e99-b18f-8342437e4e34/d0ffc568-0c5f-4e99-b18f-8342437e4e34
+2017-05-04 07:09:14,555 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:14,557 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:14,594 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,595 DEBUG test_negative_requests 139 66983 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:09:14,595 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 07:09:14,596 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 07:09:14,604 DEBUG test_api_base 42 66983 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:09:14,606 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 07:09:14,607 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 07:09:15,295 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:09:15,295 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/485cf4b6-5a79-44f7-bcf5-93244234a54b/51ae2069acca49d09e911958f9e056b2
+2017-05-04 07:09:15,340 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:15,466 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:09:15,467 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:09:15,473 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:15,475 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:15,482 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:15,484 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:15,976 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:15,976 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/63cc2509-f424-4a1e-8668-268ffae0a74c/checklist/new/
+2017-05-04 07:09:16,056 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:09:16,056 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:09:16,105 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:16,105 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:16,105 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:09:16,548 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:16,898 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:17,019 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:09:17,717 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:09:17,805 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:09:17,805 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d2685591-4c93-4b54-a8a5-ddd6700576be/97fd3608f8ca43d89b7a436b2464f0e1
+2017-05-04 07:09:17,858 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:17,867 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:17,885 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-992';
+2017-05-04 07:09:17,890 DEBUG db_general 188 66985 140735693222848 Query result: c11bbf6b-a148-4aa8-91ef-fc7794a727a5
+2017-05-04 07:09:17,898 DEBUG db_user 49 66985 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'c11bbf6b-a148-4aa8-91ef-fc7794a727a5' and email = 'STrFD5J@intl.att.com' ;
+2017-05-04 07:09:17,904 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=7701c91e-4d97-4c9e-a942-0fd7838c5469
+2017-05-04 07:09:17,996 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:17,997 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:18,003 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:18,005 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:18,010 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:18,012 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:18,121 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STRuPUE
+2017-05-04 07:09:18,122 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STRuPUE', 'title_Announcement_STRuPUE-slug', '', 'description_Announcement_STFBsek', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFBsek</p>', true, '', 1, 1);
+2017-05-04 07:09:18,131 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STRuPUE', 'title_Announcement_STRuPUE-slug', '', 'description_Announcement_STFBsek', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFBsek</p>', true, '', 1, 1);
+2017-05-04 07:09:18,143 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:18,143 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:09:18,143 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:09:18,152 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:09:18,154 DEBUG db_cms 64 66983 140735693222848 Query result: 244
+2017-05-04 07:09:18,154 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:09:18,155 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:09:18,168 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:09:18,172 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:09:18,172 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 244
+2017-05-04 07:09:18,172 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (244, 2);
+2017-05-04 07:09:18,179 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (244, 2);
+2017-05-04 07:09:18,187 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:18,376 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:18,405 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:18,405 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/404828e3-7476-4a46-ad34-93e13973dc64/9b0418a854fa483fa2186bdbe15ed2cc
+2017-05-04 07:09:18,471 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:18,551 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:18,551 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:18,555 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:18,557 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:18,560 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:18,562 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:18,641 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:18,641 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4b080ba2-244d-4c61-ab3b-668ae574573c/checklist/new/
+2017-05-04 07:09:18,739 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:18,739 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:09:18,748 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:18,748 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:18,787 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:18,787 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:18,787 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:09:19,034 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:19,035 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1cd1472c-72b2-491a-94f2-8395c6aaed5a/checklist/new/
+2017-05-04 07:09:19,105 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:19,105 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:19,139 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:19,140 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:19,140 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:09:19,383 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:09:19,579 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:09:19,610 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:09:20,026 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:09:20,259 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:09:20,285 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:09:20,375 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:20,427 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=7701c91e-4d97-4c9e-a942-0fd7838c5469 page is loaded.
+2017-05-04 07:09:20,706 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:09:20,880 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:20,993 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:21,167 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:21,437 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:21,681 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:21,706 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:22,445 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:09:22,689 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:09:22,718 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:09:23,127 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:23,219 DEBUG db_general 66 66986 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 07:09:23,222 DEBUG db_general 78 66986 140735693222848 Query result: STecUTg
+2017-05-04 07:09:23,907 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:25,655 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:09:26,117 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:26,293 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:26,293 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:09:26,671 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:26,672 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:09:27,064 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:09:27,445 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:09:27,696 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:09:27,805 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:27,937 DEBUG db_general 66 66986 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:09:27,940 DEBUG db_general 78 66986 140735693222848 Query result: None
+2017-05-04 07:09:27,945 DEBUG db_general 108 66986 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STLZ9pN' WHERE uuid = 'None' ;
+2017-05-04 07:09:27,948 DEBUG db_general 112 66986 140735693222848 Update query success!
+2017-05-04 07:09:27,948 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 07:09:27,949 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 07:09:27,959 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 07:09:27,960 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 07:09:27,960 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 07:09:28,085 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:09:28,337 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:28,825 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:29,339 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:29,345 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:09:30,264 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:30,348 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:09:31,375 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:09:31,375 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4df2863-1b5a-4836-8d43-5df840706992/5d94807c48904aeba07b4488ae5f5485
+2017-05-04 07:09:31,409 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:31,490 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:31,490 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:31,495 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:31,497 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:31,501 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:31,502 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:31,789 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:31,789 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/106da284-8e43-4dca-a8ff-f737d04c8f88/checklist/new/
+2017-05-04 07:09:31,860 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:31,861 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:31,894 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:31,895 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:31,895 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:09:32,729 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:09:33,393 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:09:33,505 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:34,173 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:34,393 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 07:09:34,394 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 07:09:34,407 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 07:09:34,407 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 07:09:34,407 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 07:09:35,002 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 07:09:35,002 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 07:09:35,017 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 07:09:35,018 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 07:09:35,018 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 07:09:35,184 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:09:35,717 DEBUG db_general 66 66986 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'STecUTg' and full_name != 'Donald Duck';
+2017-05-04 07:09:35,721 DEBUG db_general 78 66986 140735693222848 Query result: Homer Simpson
+2017-05-04 07:09:36,454 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:36,575 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:36,576 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:09:37,368 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:37,471 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:37,471 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:09:37,520 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:38,031 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:09:38,031 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cf609cec-9a7c-4c8c-8033-448bb39f68ea/5eab2bb744c5481884f4fc9cac7f256b
+2017-05-04 07:09:38,065 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:38,163 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:38,164 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:38,169 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:38,171 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:38,181 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:38,183 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:38,328 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:09:38,540 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:38,540 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88d05d73-a461-49cf-8a56-2bbde4dd03d3/checklist/new/
+2017-05-04 07:09:38,559 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: News
+2017-05-04 07:09:38,560 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:09:38,567 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:09:38,571 DEBUG db_cms 64 66983 140735693222848 Query result: 1
+2017-05-04 07:09:38,571 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 07:09:38,572 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 07:09:38,601 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 07:09:38,601 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 07:09:38,601 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 07:09:38,692 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:38,692 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:38,732 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:38,834 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:38,834 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:38,834 DEBUG api_checklist 24 66985 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88d05d73-a461-49cf-8a56-2bbde4dd03d3/checklist/new/
+2017-05-04 07:09:38,838 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:09:38,840 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:09:38,840 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88d05d73-a461-49cf-8a56-2bbde4dd03d3/checklist/new/
+2017-05-04 07:09:38,922 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:09:38,922 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:09:38,963 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:38,972 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:09:39,099 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:39,570 DEBUG api_checklist 40 66985 140735693222848 Checklist was created successfully!
+2017-05-04 07:09:39,586 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTDrsbS' order by update_time desc limit 1;
+2017-05-04 07:09:39,602 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:09:39,741 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:39,974 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:40,466 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:40,557 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:40,557 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:09:41,410 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:09:41,494 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:09:41,721 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:41,736 DEBUG db_general 66 66986 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:09:41,741 DEBUG db_general 78 66986 140735693222848 Query result: None
+2017-05-04 07:09:41,745 DEBUG db_general 108 66986 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STc6Y0x' WHERE uuid = 'None' ;
+2017-05-04 07:09:41,747 DEBUG db_general 112 66986 140735693222848 Update query success!
+2017-05-04 07:09:41,747 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 07:09:41,748 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 07:09:41,763 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 07:09:41,763 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 07:09:41,763 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 07:09:42,044 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:09:42,194 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:42,971 DEBUG db_cms 142 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:42,972 DEBUG db_cms 116 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:42,973 DEBUG db_cms 118 66983 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:43,005 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:43,019 DEBUG db_cms 64 66983 140735693222848 Query result: 10
+2017-05-04 07:09:43,020 DEBUG db_cms 148 66983 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STZWgME', 'title_Of_Page_STZWgME-slug', '', 'description_Of_Page_STsh53y', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STZWgME', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:43,029 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STZWgME', 'title_Of_Page_STZWgME-slug', '', 'description_Of_Page_STsh53y', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STZWgME', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:43,052 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:43,053 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:43,053 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,075 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,080 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:43,084 DEBUG db_cms 64 66983 140735693222848 Query result: 116
+2017-05-04 07:09:43,084 DEBUG db_cms 152 66983 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:09:43,085 DEBUG db_cms 154 66983 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (116, '<p>description_Of_Page_STsh53y</p>');
+2017-05-04 07:09:43,095 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (116, '<p>description_Of_Page_STsh53y</p>');
+2017-05-04 07:09:43,107 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:43,108 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:43,108 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,130 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,136 DEBUG db_cms 64 66983 140735693222848 Query result: 116
+2017-05-04 07:09:43,137 DEBUG db_cms 142 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:43,137 DEBUG db_cms 116 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:43,137 DEBUG db_cms 118 66983 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:43,149 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:43,152 DEBUG db_cms 64 66983 140735693222848 Query result: 10
+2017-05-04 07:09:43,152 DEBUG db_cms 148 66983 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STnUXTS', 'title_Of_Page_STnUXTS-slug', '', 'description_Of_Page_STbcjdD', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STnUXTS', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:43,159 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STnUXTS', 'title_Of_Page_STnUXTS-slug', '', 'description_Of_Page_STbcjdD', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STnUXTS', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:43,164 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:43,164 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:43,164 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,168 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,171 DEBUG db_cms 64 66983 140735693222848 Query result: 117
+2017-05-04 07:09:43,171 DEBUG db_cms 152 66983 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:09:43,171 DEBUG db_cms 154 66983 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (117, '<p>description_Of_Page_STbcjdD</p>');
+2017-05-04 07:09:43,182 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (117, '<p>description_Of_Page_STbcjdD</p>');
+2017-05-04 07:09:43,191 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:43,192 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:43,192 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,197 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,199 DEBUG db_cms 64 66983 140735693222848 Query result: 117
+2017-05-04 07:09:43,199 DEBUG db_cms 142 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:43,199 DEBUG db_cms 116 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:43,200 DEBUG db_cms 118 66983 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:43,205 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:43,208 DEBUG db_cms 64 66983 140735693222848 Query result: 10
+2017-05-04 07:09:43,208 DEBUG db_cms 148 66983 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STUmlpS', 'title_Of_Page_STUmlpS-slug', '', 'description_Of_Page_STWV6bz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STUmlpS', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:43,213 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STUmlpS', 'title_Of_Page_STUmlpS-slug', '', 'description_Of_Page_STWV6bz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STUmlpS', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:43,218 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:43,218 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:43,218 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,223 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:43,227 DEBUG db_cms 64 66983 140735693222848 Query result: 118
+2017-05-04 07:09:43,228 DEBUG db_cms 152 66983 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:09:43,228 DEBUG db_cms 154 66983 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (118, '<p>description_Of_Page_STWV6bz</p>');
+2017-05-04 07:09:43,235 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (118, '<p>description_Of_Page_STWV6bz</p>');
+2017-05-04 07:09:43,244 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:43,390 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:43,391 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9944a386-d76b-42a9-b63b-0e79e91af9b0/b6f09c5eab374447a523a96bbaffb7cc
+2017-05-04 07:09:43,437 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:43,543 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:43,543 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:43,551 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:43,552 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:43,557 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:43,559 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:43,593 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:43,983 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:43,984 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/db0ff8f3-9baf-4e98-acb0-c9297c1531b8/checklist/new/
+2017-05-04 07:09:44,081 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:44,082 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:44,108 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:44,144 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:44,145 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:44,145 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:09:44,873 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:45,026 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:09:45,121 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:09:45,654 DEBUG db_checklist 391 66985 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTDrsbS' order by create_time desc limit 1;
+2017-05-04 07:09:45,690 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:09:45,852 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:46,140 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:09:46,140 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c5ffbdc9-32e1-4f1a-8f92-02c74ced1464/0da3d97928fa4b7abd8504d2d85e923c
+2017-05-04 07:09:46,222 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:46,356 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:46,356 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:46,360 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:46,361 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:46,366 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:46,367 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:46,476 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:46,729 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:46,729 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/65498554-1d38-4f68-9fd4-713a7dfd9a42/checklist/new/
+2017-05-04 07:09:46,798 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:09:46,799 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:09:46,831 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:46,831 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:46,831 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:09:46,901 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:09:47,553 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:47,597 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:47,654 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:09:47,796 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:09:48,259 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:09:48,300 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:48,341 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:09:48,520 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:48,573 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:48,573 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:09:49,116 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:49,417 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:09:49,429 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:09:49,627 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:50,061 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:09:50,159 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:50,601 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:09:50,631 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:09:50,634 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:09:50,796 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:51,309 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:51,747 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:09:51,863 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:52,319 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:09:52,766 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:52,767 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:52,771 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:52,772 DEBUG db_cms 64 66983 140735693222848 Query result: 118
+2017-05-04 07:09:52,788 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 07:09:52,789 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 07:09:52,806 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 07:09:52,806 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 07:09:52,806 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 07:09:52,875 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:09:54,925 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:09:55,608 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:09:55,969 DEBUG db_cms 142 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:55,970 DEBUG db_cms 116 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:09:55,970 DEBUG db_cms 118 66983 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:55,975 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:09:55,977 DEBUG db_cms 64 66983 140735693222848 Query result: 10
+2017-05-04 07:09:55,978 DEBUG db_cms 148 66983 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STW0CAP', 'title_Of_Page_STW0CAP-slug', '', 'description_Of_Page_STUjCye', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STW0CAP', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:55,983 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STW0CAP', 'title_Of_Page_STW0CAP-slug', '', 'description_Of_Page_STUjCye', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STW0CAP', 'richtextpage', true, 10, 1);
+2017-05-04 07:09:55,988 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:55,988 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:09:55,988 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:55,993 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:09:55,995 DEBUG db_cms 64 66983 140735693222848 Query result: 119
+2017-05-04 07:09:55,995 DEBUG db_cms 152 66983 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:09:55,995 DEBUG db_cms 154 66983 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (119, '<p>description_Of_Page_STUjCye</p>');
+2017-05-04 07:09:56,000 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (119, '<p>description_Of_Page_STUjCye</p>');
+2017-05-04 07:09:56,003 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:09:56,122 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:09:56,122 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9c465d1-bf43-4e19-9eea-039113ffeda0/c94180db499c40959df50ec86a37321b
+2017-05-04 07:09:56,171 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:09:56,329 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:56,330 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:56,335 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:09:56,337 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:09:56,344 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:09:56,346 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:09:56,393 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:56,456 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:56,669 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:09:56,669 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2b9b4fd9-84c5-466b-801a-a34d77485904/checklist/new/
+2017-05-04 07:09:56,742 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:09:56,743 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:09:56,774 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:09:56,775 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:09:56,775 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:09:57,656 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:09:57,939 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 07:09:57,940 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 07:09:57,957 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 07:09:57,958 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 07:09:57,958 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 07:09:57,983 DEBUG db_checklist 391 66985 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTDrsbS' order by create_time desc limit 1;
+2017-05-04 07:09:58,324 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:09:58,444 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:09:58,583 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:09:58,713 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:09:59,179 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:09:59,464 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 07:09:59,464 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 07:09:59,488 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 07:09:59,488 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 07:09:59,489 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 07:09:59,824 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:00,187 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:10:00,277 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:00,344 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:00,883 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:01,683 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:10:01,684 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/596fcd0c-2a93-4f65-a08e-fca235b5d783/3d6351d3e32840c5a04039e8d060bab1
+2017-05-04 07:10:01,689 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:10:01,738 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:01,759 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:01,843 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:10:01,843 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:10:01,848 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:01,849 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:01,854 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:01,855 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:02,220 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:02,220 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fc0f0337-dcd8-473b-8285-53dd31f8aa99/checklist/new/
+2017-05-04 07:10:02,291 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:10:02,291 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:10:02,325 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:02,325 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:02,325 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:10:02,602 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:10:02,827 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:10:03,052 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:10:03,052 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/52359526-d1a1-4932-be88-a82f360d3561/eee0444ebebf42aaa62136796aa33fae
+2017-05-04 07:10:03,085 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:03,155 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:10:03,155 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:10:03,160 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:03,161 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:03,165 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:03,166 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:03,203 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:10:03,472 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:03,472 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49f0fe15-c4ed-4dac-a3a3-5a06a89a68c1/checklist/new/
+2017-05-04 07:10:03,543 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:10:03,544 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:10:03,577 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:03,577 DEBUG test_dashboard_feature 70 66984 140735693222848 Login with standard user STyprLD@intl.att.com
+2017-05-04 07:10:03,577 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:03,577 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:10:03,853 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:10:03,855 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:10:03,855 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:10:03,859 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:10:03,861 DEBUG db_cms 64 66983 140735693222848 Query result: 119
+2017-05-04 07:10:03,882 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 07:10:03,882 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 07:10:03,901 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 07:10:03,902 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 07:10:03,902 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 07:10:03,994 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:04,160 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 07:10:04,160 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 07:10:04,180 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 07:10:04,181 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:10:04,181 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 07:10:04,478 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:10:04,986 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:05,217 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:10:05,413 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:05,503 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:06,024 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:06,078 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:07,017 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:07,031 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:10:07,086 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:10:07,306 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:07,766 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:10:07,766 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:10:07,767 DEBUG fe_user 161 66984 140735693222848 Adding new next step (via api) and assigning it to user STt7B9j
+2017-05-04 07:10:07,767 DEBUG api_virtual_function 25 66984 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/49f0fe15-c4ed-4dac-a3a3-5a06a89a68c1/nextsteps
+2017-05-04 07:10:07,895 DEBUG api_virtual_function 40 66984 140735693222848 Next step was added to the engagement!
+2017-05-04 07:10:07,896 DEBUG fe_user 163 66984 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 07:10:08,165 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STbhqZl
+2017-05-04 07:10:08,166 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STbhqZl', 'title_Announcement_STbhqZl-slug', '', 'description_Announcement_STBDxs7', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STBDxs7</p>', true, '', 1, 1);
+2017-05-04 07:10:08,174 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STbhqZl', 'title_Announcement_STbhqZl-slug', '', 'description_Announcement_STBDxs7', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STBDxs7</p>', true, '', 1, 1);
+2017-05-04 07:10:08,186 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:08,186 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:10:08,186 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:10:08,191 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:10:08,194 DEBUG db_cms 64 66983 140735693222848 Query result: 245
+2017-05-04 07:10:08,194 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:10:08,194 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:10:08,199 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:10:08,203 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:10:08,203 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 245
+2017-05-04 07:10:08,203 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (245, 2);
+2017-05-04 07:10:08,211 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (245, 2);
+2017-05-04 07:10:08,219 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:08,292 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:08,366 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:10:08,367 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/050e110a-15fc-4cd6-b878-2d58480f339a/51d2910e56604cbc8a81986a8f9e4d5b
+2017-05-04 07:10:08,451 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:08,578 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:10:08,579 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:10:08,584 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:08,586 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:08,598 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:08,600 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:08,811 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:08,859 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:10:08,859 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cdf0add3-a3ee-4c3c-8d21-7c4f3a806b6b/53a0eda2c9ab480e908ccfe13fcffb7a
+2017-05-04 07:10:09,046 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:09,184 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:10:09,184 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:10:09,189 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:09,190 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:09,194 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:09,196 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:09,466 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:09,722 DEBUG fe_user 165 66984 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 07:10:09,796 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:09,796 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7345809b-4c23-499c-8b51-3e3ab115db95/checklist/new/
+2017-05-04 07:10:09,881 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:10:09,881 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:10:09,924 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:09,925 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:09,925 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:10:10,130 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:10,131 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/424480c7-e009-4b37-b18f-6bd64044ab6e/checklist/new/
+2017-05-04 07:10:10,228 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:10:10,228 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:10:10,249 DEBUG fe_dashboard 203 66984 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 07:10:10,274 DEBUG fe_dashboard 213 66984 140735693222848 > Check if creator of NS is the EL Homer Simpson
+2017-05-04 07:10:10,276 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:10,276 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:10,276 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:10:10,383 DEBUG fe_overview 36 66984 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 07:10:10,806 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:10:11,019 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:11,177 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:10:11,436 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:10:11,576 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:11,603 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:11,847 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:10:11,997 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:12,600 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:12,610 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:10:12,687 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:13,285 DEBUG fe_overview 41 66984 140735693222848 Login with EL user hs0007@att.com
+2017-05-04 07:10:13,285 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:13,285 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:10:13,300 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:13,707 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:10:14,049 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:10:14,339 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 07:10:14,339 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 07:10:14,358 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 07:10:14,358 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 07:10:14,358 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 07:10:14,672 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:10:14,681 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 07:10:14,681 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 07:10:14,698 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 07:10:14,699 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 07:10:14,699 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 07:10:14,794 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:15,030 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:15,308 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:16,166 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:16,236 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:16,680 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:17,063 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:17,208 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:17,476 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:17,818 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:18,216 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:10:18,473 DEBUG db_cms 132 66983 140735693222848 Delete all posts
+2017-05-04 07:10:18,474 DEBUG db_cms 134 66983 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 07:10:18,479 DEBUG db_cms 28 66983 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 07:10:18,488 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:18,489 DEBUG db_cms 137 66983 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 07:10:18,495 DEBUG db_cms 28 66983 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 07:10:18,506 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:18,507 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_FAQSTWvu8i
+2017-05-04 07:10:18,508 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTWvu8i', 'title_FAQSTWvu8i-slug', '', 'description_FAQ_STugdox', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STugdox</p>', true, '', 1, 1);
+2017-05-04 07:10:18,514 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTWvu8i', 'title_FAQSTWvu8i-slug', '', 'description_FAQ_STugdox', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STugdox</p>', true, '', 1, 1);
+2017-05-04 07:10:18,524 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:18,524 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:10:18,524 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:10:18,528 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:10:18,529 DEBUG db_cms 64 66983 140735693222848 Query result: 246
+2017-05-04 07:10:18,530 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 07:10:18,530 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 07:10:18,534 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 07:10:18,538 DEBUG db_cms 64 66983 140735693222848 Query result: 3
+2017-05-04 07:10:18,538 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 246
+2017-05-04 07:10:18,538 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (246, 3);
+2017-05-04 07:10:18,542 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (246, 3);
+2017-05-04 07:10:18,545 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:18,648 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:10:18,649 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b90f2d37-d406-4502-a45c-02e7f71a6ecb/c23dfeab0ce14277bbe6817f193106a8
+2017-05-04 07:10:18,692 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:18,748 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:10:18,752 DEBUG db_general 188 66984 140735693222848 Query result: 2
+2017-05-04 07:10:18,756 DEBUG db_general 66 66984 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 07:10:18,768 DEBUG db_general 78 66984 140735693222848 Query result: 1994
+2017-05-04 07:10:18,768 DEBUG fe_overview 49 66984 140735693222848 el_assigned_ns=1994
+2017-05-04 07:10:18,790 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:10:18,791 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:10:18,796 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:18,798 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:18,805 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:18,808 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:18,958 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:19,012 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:10:19,013 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8d0e3f60-9a81-44b7-a590-1c927b836ba7/7c8327d64bde440c8275d21b313f01e3
+2017-05-04 07:10:19,052 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:19,132 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:10:19,132 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:10:19,137 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:19,138 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:19,143 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:19,144 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:19,173 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:19,174 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d2ba8d79-dde6-4362-9955-2fe7717e8cd2/checklist/new/
+2017-05-04 07:10:19,251 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:10:19,252 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:10:19,275 DEBUG fe_overview 52 66984 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 07:10:19,291 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:19,291 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:19,292 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:10:19,458 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 07:10:19,458 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 07:10:19,476 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 07:10:19,477 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 07:10:19,477 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 07:10:19,655 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:19,655 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e82fcf12-f5bf-442a-ab5b-20719f4694d0/checklist/new/
+2017-05-04 07:10:19,743 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:10:19,743 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:10:19,778 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:19,778 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:19,778 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:10:20,189 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:10:20,600 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:10:20,849 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:10:21,032 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:21,045 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:21,270 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:10:21,433 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:21,549 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:21,791 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:21,873 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:10:22,355 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:22,558 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:10:22,869 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:22,896 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:10:22,896 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:10:22,912 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 07:10:22,912 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 07:10:22,912 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 07:10:23,090 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:10:23,090 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0678173d-8033-47b9-8ff4-c604cc9990c1/f810ec9f2107410f983f277e55eef2e5
+2017-05-04 07:10:23,117 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 07:10:23,117 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 07:10:23,138 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 07:10:23,139 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 07:10:23,139 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 07:10:23,146 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:23,226 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:10:23,226 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:10:23,233 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:23,235 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:23,240 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:23,243 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:23,795 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:23,796 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/138d0ec8-8aad-456c-9c70-4e30feca90fc/checklist/new/
+2017-05-04 07:10:23,879 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:10:23,938 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:10:23,939 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:10:24,066 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:24,066 DEBUG test_dashboard_feature 83 66984 140735693222848 About to login with EL and add VFC
+2017-05-04 07:10:24,066 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:24,067 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:10:24,423 DEBUG db_general 66 66986 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 07:10:24,427 DEBUG db_general 78 66986 140735693222848 Query result: None
+2017-05-04 07:10:24,445 DEBUG db_general 66 66986 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 07:10:24,450 DEBUG db_general 78 66986 140735693222848 Query result: 7f77354f-5ef0-4b0e-a393-02f5d83e29e6
+2017-05-04 07:10:24,456 DEBUG db_general 108 66986 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '7f77354f-5ef0-4b0e-a393-02f5d83e29e6' ;
+2017-05-04 07:10:24,478 DEBUG db_general 112 66986 140735693222848 Update query success!
+2017-05-04 07:10:24,485 DEBUG db_general 108 66986 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 07:10:24,507 DEBUG db_general 112 66986 140735693222848 Update query success!
+2017-05-04 07:10:24,512 DEBUG db_general 66 66986 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:10:24,515 DEBUG db_general 78 66986 140735693222848 Query result: ST4v2e5@intl.att.com
+2017-05-04 07:10:25,024 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:10:25,209 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:25,266 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:25,673 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:10:25,810 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:26,161 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:26,278 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:26,706 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:26,752 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:10:26,753 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d89cf3e-2b65-43bf-8e48-6df9c5f6021e/03d5233837084dc19081446915715b3a
+2017-05-04 07:10:26,805 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:26,903 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:10:26,904 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:10:26,908 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:26,910 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:26,917 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:26,918 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:27,217 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:27,382 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:27,382 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6f18d68f-c197-4b2d-8de3-f00902d6c6f9/checklist/new/
+2017-05-04 07:10:27,469 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:10:27,469 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:10:27,523 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:27,524 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:27,524 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:10:27,537 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_NewsSTXpam3
+2017-05-04 07:10:27,538 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTXpam3', 'title_NewsSTXpam3-slug', '', 'description_NewsSTfU8wG', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTfU8wG</p>', true, '', 1, 1);
+2017-05-04 07:10:27,543 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTXpam3', 'title_NewsSTXpam3-slug', '', 'description_NewsSTfU8wG', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTfU8wG</p>', true, '', 1, 1);
+2017-05-04 07:10:27,554 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:27,554 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:10:27,555 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:10:27,559 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:10:27,561 DEBUG db_cms 64 66983 140735693222848 Query result: 247
+2017-05-04 07:10:27,561 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: News
+2017-05-04 07:10:27,561 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:10:27,565 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:10:27,568 DEBUG db_cms 64 66983 140735693222848 Query result: 1
+2017-05-04 07:10:27,568 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 247
+2017-05-04 07:10:27,568 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (247, 1);
+2017-05-04 07:10:27,572 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (247, 1);
+2017-05-04 07:10:27,581 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:27,686 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:10:27,686 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a1727d0-0457-4abc-a610-941f221e1b15/b928783dda3a4b7a9ce81a3dc0c8499e
+2017-05-04 07:10:27,720 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:27,721 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:27,721 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:10:28,223 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:10:28,426 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:10:28,675 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:10:29,076 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:10:29,194 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:29,350 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:10:29,522 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:29,523 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:29,571 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:29,876 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:30,047 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:30,682 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:30,884 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:10:31,055 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:10:31,414 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STkpY6A';
+2017-05-04 07:10:31,417 DEBUG db_general 188 66985 140735693222848 Query result: 6f18d68f-c197-4b2d-8de3-f00902d6c6f9
+2017-05-04 07:10:31,421 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STkpY6A';
+2017-05-04 07:10:31,424 DEBUG db_general 188 66985 140735693222848 Query result: 6f18d68f-c197-4b2d-8de3-f00902d6c6f9
+2017-05-04 07:10:31,428 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6f18d68f-c197-4b2d-8de3-f00902d6c6f9';
+2017-05-04 07:10:31,431 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1018
+2017-05-04 07:10:31,436 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1018';
+2017-05-04 07:10:31,439 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:10:31,449 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6f18d68f-c197-4b2d-8de3-f00902d6c6f9';
+2017-05-04 07:10:31,451 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1018
+2017-05-04 07:10:31,768 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:31,897 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:10:32,089 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:32,379 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1016';
+2017-05-04 07:10:32,382 DEBUG db_general 188 66986 140735693222848 Query result: e82fcf12-f5bf-442a-ab5b-20719f4694d0
+2017-05-04 07:10:32,385 DEBUG db_user 49 66986 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'e82fcf12-f5bf-442a-ab5b-20719f4694d0' and email = 'ST4v2e5@intl.att.com' ;
+2017-05-04 07:10:32,388 DEBUG fe_general 37 66986 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=b00c68dc-880a-491f-aaa5-b0fd1bfef7b4
+2017-05-04 07:10:32,800 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 07:10:32,800 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 07:10:32,816 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 07:10:32,816 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 07:10:32,817 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 07:10:33,031 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:33,031 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:10:33,225 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:33,704 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:10:33,789 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:33,896 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:10:34,585 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:10:34,681 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=b00c68dc-880a-491f-aaa5-b0fd1bfef7b4 page is loaded.
+2017-05-04 07:10:35,032 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:35,207 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:35,555 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:36,222 DEBUG db_cms 142 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:10:36,222 DEBUG db_cms 116 66983 140735693222848 Retrive id of documentation page:
+2017-05-04 07:10:36,222 DEBUG db_cms 118 66983 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:10:36,227 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:10:36,234 DEBUG db_cms 64 66983 140735693222848 Query result: 10
+2017-05-04 07:10:36,235 DEBUG db_cms 148 66983 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STw59G6', 'title_Of_Page_STw59G6-slug', '', 'description_Of_Page_STzXk5e', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STw59G6', 'richtextpage', true, 10, 1);
+2017-05-04 07:10:36,240 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STw59G6', 'title_Of_Page_STw59G6-slug', '', 'description_Of_Page_STzXk5e', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STw59G6', 'richtextpage', true, 10, 1);
+2017-05-04 07:10:36,245 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:10:36,246 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:36,246 DEBUG db_cms 124 66983 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:10:36,246 DEBUG db_cms 126 66983 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:10:36,251 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:10:36,253 DEBUG db_cms 64 66983 140735693222848 Query result: 120
+2017-05-04 07:10:36,254 DEBUG db_cms 152 66983 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:10:36,254 DEBUG db_cms 154 66983 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (120, '<p>description_Of_Page_STzXk5e</p>');
+2017-05-04 07:10:36,257 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (120, '<p>description_Of_Page_STzXk5e</p>');
+2017-05-04 07:10:36,266 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:10:36,365 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:10:36,366 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:10:36,367 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28ad8fc5-7bb7-43f2-9c98-865cdfc1e643/1c40b110da314bd29a80a9b486d9c552
+2017-05-04 07:10:36,405 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:36,498 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:10:36,498 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:10:36,502 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:36,503 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:36,507 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:36,508 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:36,670 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:36,968 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:36,968 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/37ee5f59-7fe3-4e78-ae79-bdb125cb4f77/checklist/new/
+2017-05-04 07:10:37,038 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:10:37,038 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:10:37,070 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:37,070 DEBUG test_cms_news_and_announcementsion 60 66983 140735693222848 About to login with EL and add VFC
+2017-05-04 07:10:37,070 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:37,374 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:37,680 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:37,708 DEBUG test_cms_news_and_announcementsion 65 66983 140735693222848 Login with user hs0007@att.com
+2017-05-04 07:10:37,708 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:37,709 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:10:38,067 DEBUG fe_dashboard 172 66984 140735693222848 Login with user hs0007@att.com
+2017-05-04 07:10:38,067 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:38,067 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:10:38,373 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:38,373 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:10:38,622 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:10:38,833 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:10:39,145 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:10:39,275 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:10:39,385 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:39,462 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:10:39,560 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:39,773 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:10:39,958 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:40,076 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:40,080 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:40,157 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:40,489 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:40,669 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:40,712 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:41,000 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:41,183 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:41,226 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:41,513 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:41,636 DEBUG db_general 66 66986 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:10:41,639 DEBUG db_general 78 66986 140735693222848 Query result: 7f77354f-5ef0-4b0e-a393-02f5d83e29e6
+2017-05-04 07:10:41,642 DEBUG db_general 108 66986 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STcOjgf' WHERE uuid = '7f77354f-5ef0-4b0e-a393-02f5d83e29e6' ;
+2017-05-04 07:10:41,651 DEBUG db_general 112 66986 140735693222848 Update query success!
+2017-05-04 07:10:41,651 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 07:10:41,651 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 07:10:41,662 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 07:10:41,662 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 07:10:41,662 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 07:10:41,695 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:41,743 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:42,026 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:42,210 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:42,263 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:42,543 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:43,219 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:10:43,270 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:10:43,552 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:10:43,777 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:10:43,797 DEBUG fe_dashboard 174 66984 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:10:44,043 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:44,734 DEBUG fe_dashboard 179 66984 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:10:44,768 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:44,800 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:10:45,093 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:10:45,093 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/42538ef9-3d15-4c84-8eb4-48bd544df4f1/e84e5cb3b60044d0982457aae83fd132
+2017-05-04 07:10:45,132 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:10:45,216 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:10:45,217 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:10:45,221 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:10:45,222 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:10:45,226 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:10:45,227 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:10:45,510 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:45,784 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:10:45,785 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab88b95c-5d25-4d9a-a9f7-104feca615a2/checklist/new/
+2017-05-04 07:10:45,896 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:10:45,897 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:10:45,951 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:10:45,952 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:45,952 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:10:45,982 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:46,023 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:46,368 DEBUG fe_cms 63 66983 140735693222848 Search Documentation by title
+2017-05-04 07:10:46,537 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:46,782 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:46,847 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:10:47,507 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:10:47,545 DEBUG fe_dashboard 181 66984 140735693222848 Search engagement by VF name
+2017-05-04 07:10:47,620 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:47,782 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:10:48,275 DEBUG fe_dashboard 186 66984 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:10:48,328 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:48,698 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:48,806 DEBUG fe_cms 68 66983 140735693222848 Documentation found (searched by title)
+2017-05-04 07:10:48,806 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:48,841 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:49,084 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:49,523 DEBUG test_cms_news_and_announcementsion 65 66983 140735693222848 Login with user dd1122@att.com
+2017-05-04 07:10:49,524 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:49,524 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:10:49,596 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:49,849 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:10:50,295 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:10:50,606 DEBUG fe_dashboard 188 66984 140735693222848 Search engagement by VFC
+2017-05-04 07:10:50,921 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:10:51,025 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:51,087 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:51,284 DEBUG fe_dashboard 193 66984 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:10:51,602 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:52,026 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:52,251 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:52,289 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:52,542 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:52,914 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:53,056 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:53,427 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:54,071 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:10:54,112 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:54,435 DEBUG fe_dashboard 195 66984 140735693222848 Negative search: search by random string
+2017-05-04 07:10:54,727 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:54,744 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:10:55,130 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:55,728 DEBUG fe_dashboard 172 66984 140735693222848 Login with user dd1122@att.com
+2017-05-04 07:10:55,728 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:55,728 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:10:56,430 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:10:56,497 DEBUG fe_cms 63 66983 140735693222848 Search Documentation by title
+2017-05-04 07:10:56,524 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:10:57,167 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:10:57,267 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:10:57,446 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 07:10:57,446 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 07:10:57,468 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 07:10:57,469 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 07:10:57,470 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 07:10:57,550 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:10:57,873 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:10:58,229 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:58,598 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:10:58,742 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:10:58,903 DEBUG fe_cms 68 66983 140735693222848 Documentation found (searched by title)
+2017-05-04 07:10:58,903 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:10:59,533 DEBUG test_cms_news_and_announcementsion 65 66983 140735693222848 Login with user ST1wSFb@intl.att.com
+2017-05-04 07:10:59,533 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:10:59,534 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:10:59,749 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:10:59,801 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:00,151 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STjMo6i';
+2017-05-04 07:11:00,153 DEBUG db_general 188 66985 140735693222848 Query result: 9b699623-e529-4753-a5a5-0384e87241c8
+2017-05-04 07:11:00,268 DEBUG fe_dashboard 174 66984 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:11:00,390 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:11:00,850 DEBUG db_general 66 66986 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:11:00,869 DEBUG db_general 78 66986 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 07:11:00,874 DEBUG db_general 90 66986 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 07:11:00,874 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:11:00,876 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:11:00,880 DEBUG db_general 90 66986 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('0bd2a032-f542-4669-9e67-aed51974e02b', 'AIC', '665', 'TRUE', 0);
+2017-05-04 07:11:00,887 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:11:00,887 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:00,887 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:11:01,040 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:11:01,156 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:01,221 DEBUG fe_dashboard 179 66984 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:11:01,836 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:11:01,885 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 07:11:01,886 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 07:11:01,908 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 07:11:01,908 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 07:11:01,908 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 07:11:02,167 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:11:02,515 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:11:02,714 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:03,144 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:03,349 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:03,873 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:04,074 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:04,396 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:04,589 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:05,016 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:05,208 DEBUG fe_cms 63 66983 140735693222848 Search Documentation by title
+2017-05-04 07:11:05,402 DEBUG fe_dashboard 181 66984 140735693222848 Search engagement by VF name
+2017-05-04 07:11:05,598 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:11:06,063 DEBUG fe_dashboard 186 66984 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:11:06,203 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:11:06,203 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8dd6ed77-5edb-4c8b-a78f-4b60b35ae073/253f4c9a84a74c0aaa67fb74faf21c81
+2017-05-04 07:11:06,235 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:11:06,319 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:11:06,320 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:11:06,324 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:11:06,325 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:11:06,329 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:11:06,331 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:11:06,614 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:11:06,818 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:06,876 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:07,155 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:11:07,156 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3e9af4dc-9fb1-4690-ab41-51bf7bedc13e/checklist/new/
+2017-05-04 07:11:07,294 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:11:07,294 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:11:07,328 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:07,355 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:11:07,355 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:07,355 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:11:07,640 DEBUG fe_cms 68 66983 140735693222848 Documentation found (searched by title)
+2017-05-04 07:11:07,641 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:07,794 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:07,841 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:08,338 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:11:08,344 DEBUG test_cms_news_and_announcementsion 65 66983 140735693222848 Login with user admin@att.com
+2017-05-04 07:11:08,344 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:08,344 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:11:08,871 DEBUG fe_dashboard 188 66984 140735693222848 Search engagement by VFC
+2017-05-04 07:11:09,021 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:11:09,062 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:09,125 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:11:09,186 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:09,622 DEBUG fe_dashboard 193 66984 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:11:09,803 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:11:09,904 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:10,196 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:11:10,422 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:10,655 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:10,718 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:10,727 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_vf Where name = 'STF6roC';
+2017-05-04 07:11:10,731 DEBUG db_general 188 66985 140735693222848 Query result: f404f509-daf3-4209-bdda-c8d60b3c16fe
+2017-05-04 07:11:10,736 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STF6roC';
+2017-05-04 07:11:10,739 DEBUG db_general 188 66985 140735693222848 Query result: 3e9af4dc-9fb1-4690-ab41-51bf7bedc13e
+2017-05-04 07:11:10,746 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STF6roC';
+2017-05-04 07:11:10,750 DEBUG db_general 188 66985 140735693222848 Query result: 3e9af4dc-9fb1-4690-ab41-51bf7bedc13e
+2017-05-04 07:11:10,755 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '3e9af4dc-9fb1-4690-ab41-51bf7bedc13e';
+2017-05-04 07:11:10,762 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1021
+2017-05-04 07:11:10,768 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1021';
+2017-05-04 07:11:10,771 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:11:10,778 DEBUG fe_checklist 50 66985 140735693222848 EL email: hs0007@att.com
+2017-05-04 07:11:10,783 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '3e9af4dc-9fb1-4690-ab41-51bf7bedc13e';
+2017-05-04 07:11:10,786 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1021
+2017-05-04 07:11:10,934 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:11,373 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:11,448 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:11,611 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:11,889 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:11,961 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:12,357 DEBUG db_general 90 66986 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='0bd2a032-f542-4669-9e67-aed51974e02b'
+2017-05-04 07:11:12,365 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:11:12,370 DEBUG db_general 90 66986 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 07:11:12,373 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:11:12,373 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 07:11:12,373 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 07:11:12,384 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 07:11:12,384 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 07:11:12,385 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 07:11:12,827 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:12,897 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:11:12,969 DEBUG fe_dashboard 195 66984 140735693222848 Negative search: search by random string
+2017-05-04 07:11:13,632 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:13,673 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:14,007 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:14,556 DEBUG fe_dashboard 172 66984 140735693222848 Login with user STtGvUh@intl.att.com
+2017-05-04 07:11:14,556 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:14,557 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:11:14,677 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:15,386 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:11:15,528 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=f404f509-daf3-4209-bdda-c8d60b3c16fe&inviter_uuid=8dd6ed77-5edb-4c8b-a78f-4b60b35ae073&email=automationqattSTSifmy@gmail.com
+2017-05-04 07:11:15,581 DEBUG fe_cms 63 66983 140735693222848 Search Documentation by title
+2017-05-04 07:11:15,819 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:11:15,820 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d625f0d0-6267-45ca-be6c-c8a70a942972/4d4dfacdd5404ff984080baf53b4fe32
+2017-05-04 07:11:15,861 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:11:15,971 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:11:15,971 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:11:15,977 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:11:15,979 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:11:15,987 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:11:15,988 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:11:16,182 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:11:16,309 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:16,504 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:11:16,505 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0fec66c8-7eef-4e41-9f2d-0b880bc7f656/checklist/new/
+2017-05-04 07:11:16,656 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:11:16,656 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:11:16,688 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:11:16,688 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:16,689 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:11:17,078 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:11:17,318 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:11:17,369 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:17,552 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:11:17,842 DEBUG fe_dashboard 174 66984 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:11:17,971 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:17,971 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:11:18,106 DEBUG fe_cms 68 66983 140735693222848 Documentation found (searched by title)
+2017-05-04 07:11:18,107 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:18,218 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:11:18,333 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:18,460 DEBUG fe_dashboard 179 66984 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:11:18,762 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:11:19,123 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:19,161 DEBUG test_cms_news_and_announcementsion 65 66983 140735693222848 Login with user admin_ro@att.com
+2017-05-04 07:11:19,162 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:19,162 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:11:19,448 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:11:19,579 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:19,637 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:20,035 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:11:20,123 DEBUG fe_dashboard 181 66984 140735693222848 Search engagement by VF name
+2017-05-04 07:11:20,150 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:20,410 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:20,683 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:11:20,755 DEBUG fe_dashboard 186 66984 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:11:20,813 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:21,160 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:11:21,403 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:21,418 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:11:21,914 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:22,214 DEBUG fe_dashboard 188 66984 140735693222848 Search engagement by VFC
+2017-05-04 07:11:22,394 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:22,922 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:11:22,958 DEBUG fe_dashboard 193 66984 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:11:23,195 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:23,571 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:24,404 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:24,411 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:24,423 DEBUG fe_dashboard 195 66984 140735693222848 Negative search: search by random string
+2017-05-04 07:11:25,097 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:25,289 DEBUG fe_cms 63 66983 140735693222848 Search Documentation by title
+2017-05-04 07:11:25,674 DEBUG fe_dashboard 172 66984 140735693222848 Login with user admin@att.com
+2017-05-04 07:11:25,674 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:25,674 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:11:26,004 DEBUG test_detailed_view 34 66986 140735693222848 Add Deployment Target
+2017-05-04 07:11:26,188 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:26,407 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:11:27,035 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:11:27,127 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:27,156 DEBUG fe_cms 68 66983 140735693222848 Documentation found (searched by title)
+2017-05-04 07:11:27,157 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 07:11:27,157 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 07:11:27,178 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 07:11:27,178 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 07:11:27,179 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 07:11:27,634 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:27,926 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:28,439 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:29,189 DEBUG test_detailed_view 36 66986 140735693222848 Add VFC no.1
+2017-05-04 07:11:29,420 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:29,441 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:29,449 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:11:29,523 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:29,977 DEBUG fe_dashboard 174 66984 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:11:30,502 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STQwWon
+2017-05-04 07:11:30,503 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQwWon', 'title_Announcement_STQwWon-slug', '', 'description_Announcement_STQqujR', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STQqujR</p>', true, '', 1, 1);
+2017-05-04 07:11:30,506 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQwWon', 'title_Announcement_STQwWon-slug', '', 'description_Announcement_STQqujR', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STQqujR</p>', true, '', 1, 1);
+2017-05-04 07:11:30,516 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,516 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:30,517 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,522 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,524 DEBUG db_cms 64 66983 140735693222848 Query result: 248
+2017-05-04 07:11:30,524 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:30,524 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,528 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,530 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:30,530 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 248
+2017-05-04 07:11:30,530 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (248, 2);
+2017-05-04 07:11:30,535 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (248, 2);
+2017-05-04 07:11:30,540 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,541 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STIGtdW
+2017-05-04 07:11:30,541 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STIGtdW', 'title_Announcement_STIGtdW-slug', '', 'description_Announcement_ST8PBOS', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST8PBOS</p>', true, '', 1, 1);
+2017-05-04 07:11:30,545 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STIGtdW', 'title_Announcement_STIGtdW-slug', '', 'description_Announcement_ST8PBOS', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST8PBOS</p>', true, '', 1, 1);
+2017-05-04 07:11:30,549 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,549 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:30,549 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,553 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,555 DEBUG db_cms 64 66983 140735693222848 Query result: 249
+2017-05-04 07:11:30,555 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:30,555 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,559 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,562 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:30,562 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 249
+2017-05-04 07:11:30,562 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (249, 2);
+2017-05-04 07:11:30,566 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (249, 2);
+2017-05-04 07:11:30,571 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,571 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_SToBctR
+2017-05-04 07:11:30,571 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToBctR', 'title_Announcement_SToBctR-slug', '', 'description_Announcement_ST1wQOy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST1wQOy</p>', true, '', 1, 1);
+2017-05-04 07:11:30,575 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SToBctR', 'title_Announcement_SToBctR-slug', '', 'description_Announcement_ST1wQOy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST1wQOy</p>', true, '', 1, 1);
+2017-05-04 07:11:30,578 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,578 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:30,578 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,582 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,584 DEBUG db_cms 64 66983 140735693222848 Query result: 250
+2017-05-04 07:11:30,584 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:30,584 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,590 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,592 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:30,592 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 250
+2017-05-04 07:11:30,593 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (250, 2);
+2017-05-04 07:11:30,596 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (250, 2);
+2017-05-04 07:11:30,604 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,605 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STYqyaU
+2017-05-04 07:11:30,605 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STYqyaU', 'title_Announcement_STYqyaU-slug', '', 'description_Announcement_ST1fSyY', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST1fSyY</p>', true, '', 1, 1);
+2017-05-04 07:11:30,608 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STYqyaU', 'title_Announcement_STYqyaU-slug', '', 'description_Announcement_ST1fSyY', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST1fSyY</p>', true, '', 1, 1);
+2017-05-04 07:11:30,617 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,617 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:30,618 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,622 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,624 DEBUG db_cms 64 66983 140735693222848 Query result: 251
+2017-05-04 07:11:30,624 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:30,624 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,628 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,630 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:30,630 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 251
+2017-05-04 07:11:30,630 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (251, 2);
+2017-05-04 07:11:30,634 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (251, 2);
+2017-05-04 07:11:30,638 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,639 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STL9OGJ
+2017-05-04 07:11:30,639 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STL9OGJ', 'title_Announcement_STL9OGJ-slug', '', 'description_Announcement_STe2Was', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STe2Was</p>', true, '', 1, 1);
+2017-05-04 07:11:30,642 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STL9OGJ', 'title_Announcement_STL9OGJ-slug', '', 'description_Announcement_STe2Was', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STe2Was</p>', true, '', 1, 1);
+2017-05-04 07:11:30,645 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,646 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:30,646 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,649 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,650 DEBUG db_cms 64 66983 140735693222848 Query result: 252
+2017-05-04 07:11:30,651 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:30,651 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,656 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,658 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:30,658 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 252
+2017-05-04 07:11:30,658 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (252, 2);
+2017-05-04 07:11:30,661 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (252, 2);
+2017-05-04 07:11:30,664 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,664 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STaCt0z
+2017-05-04 07:11:30,664 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STaCt0z', 'title_Announcement_STaCt0z-slug', '', 'description_Announcement_STI31As', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STI31As</p>', true, '', 1, 1);
+2017-05-04 07:11:30,667 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STaCt0z', 'title_Announcement_STaCt0z-slug', '', 'description_Announcement_STI31As', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STI31As</p>', true, '', 1, 1);
+2017-05-04 07:11:30,671 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,671 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:30,671 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,676 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:30,678 DEBUG db_cms 64 66983 140735693222848 Query result: 253
+2017-05-04 07:11:30,678 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:30,678 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,682 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:30,685 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:30,685 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 253
+2017-05-04 07:11:30,685 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (253, 2);
+2017-05-04 07:11:30,691 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (253, 2);
+2017-05-04 07:11:30,695 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:30,782 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:11:30,782 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/25a2e522-eba0-4e17-a05a-4825b31cf8a8/6ffd5027b95549e59ca4819a299df945
+2017-05-04 07:11:30,824 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:11:30,889 DEBUG fe_dashboard 179 66984 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:11:30,922 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:11:30,923 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:11:30,935 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:11:30,939 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:11:30,946 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:11:30,947 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:11:31,044 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STitCl0';
+2017-05-04 07:11:31,047 DEBUG db_general 188 66985 140735693222848 Query result: 081f5d12-218f-42da-9775-27d6fc2c7996
+2017-05-04 07:11:31,052 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where uuid = '081f5d12-218f-42da-9775-27d6fc2c7996' order by update_time desc limit 1;
+2017-05-04 07:11:31,059 DEBUG db_general 177 66985 140735693222848 Query : select template_id from ice_checklist Where name = 'STitCl0';
+2017-05-04 07:11:31,062 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:11:31,153 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:31,448 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:11:31,448 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c38e395a-c926-4955-a25b-50ccca9e6a85/checklist/new/
+2017-05-04 07:11:31,522 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:11:31,523 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:11:31,673 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:11:31,674 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:31,674 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:11:31,904 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:31,904 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:11:32,255 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:32,676 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:11:32,739 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:11:33,263 DEBUG fe_dashboard 181 66984 140735693222848 Search engagement by VF name
+2017-05-04 07:11:33,346 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:11:33,374 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:11:33,463 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:33,484 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:33,547 DEBUG fe_detailed_view 101 66986 140735693222848 Add VFC no.2
+2017-05-04 07:11:33,890 DEBUG fe_dashboard 186 66984 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:11:34,029 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:34,563 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:35,037 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:11:35,076 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:35,254 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:35,737 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:35,764 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:35,767 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:36,085 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:11:36,772 DEBUG db_cms 194 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:36,772 DEBUG db_cms 196 66983 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STaCt0z' ;
+2017-05-04 07:11:36,774 DEBUG fe_dashboard 188 66984 140735693222848 Search engagement by VFC
+2017-05-04 07:11:36,777 DEBUG db_cms 42 66983 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STaCt0z' ;
+2017-05-04 07:11:36,788 DEBUG db_cms 46 66983 140735693222848 Update query success!
+2017-05-04 07:11:37,284 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STW0mfg';
+2017-05-04 07:11:37,285 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:37,287 DEBUG db_general 188 66986 140735693222848 Query result: 316344a4-e64d-491c-8daf-36ba43b45415
+2017-05-04 07:11:37,429 DEBUG fe_dashboard 193 66984 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:11:38,429 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:38,514 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:38,649 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:38,804 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:38,804 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:11:39,167 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:39,522 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 07:11:39,522 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 07:11:39,535 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 07:11:39,535 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 07:11:39,536 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 07:11:39,623 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:11:40,178 DEBUG fe_dashboard 195 66984 140735693222848 Negative search: search by random string
+2017-05-04 07:11:40,291 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STitCl0';
+2017-05-04 07:11:40,296 DEBUG db_general 188 66985 140735693222848 Query result: 081f5d12-218f-42da-9775-27d6fc2c7996
+2017-05-04 07:11:40,350 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:11:40,475 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:40,879 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:41,089 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:11:41,486 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:11:41,660 DEBUG fe_dashboard 172 66984 140735693222848 Login with user admin_ro@att.com
+2017-05-04 07:11:41,660 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:41,661 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:11:41,680 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:42,515 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:11:42,703 DEBUG db_general 66 66986 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:11:42,718 DEBUG db_general 78 66986 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 07:11:42,723 DEBUG db_general 90 66986 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 07:11:42,725 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:11:42,730 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:42,731 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:11:43,207 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:11:43,318 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:43,591 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:11:43,961 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:44,277 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:11:44,398 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:44,460 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:11:44,472 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:45,116 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:45,472 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STF6roC';
+2017-05-04 07:11:45,474 DEBUG db_general 188 66985 140735693222848 Query result: 3e9af4dc-9fb1-4690-ab41-51bf7bedc13e
+2017-05-04 07:11:45,479 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '3e9af4dc-9fb1-4690-ab41-51bf7bedc13e';
+2017-05-04 07:11:45,481 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:11:45,482 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1021
+2017-05-04 07:11:45,489 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1021';
+2017-05-04 07:11:45,491 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:11:46,010 DEBUG fe_dashboard 174 66984 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:11:46,123 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:11:46,903 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:11:47,122 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 07:11:47,122 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 07:11:47,138 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 07:11:47,139 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 07:11:47,139 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 07:11:47,453 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:47,493 DEBUG fe_dashboard 179 66984 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:11:48,280 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:49,064 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:49,542 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:49,598 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:50,150 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:11:50,249 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:50,606 DEBUG fe_dashboard 181 66984 140735693222848 Search engagement by VF name
+2017-05-04 07:11:51,206 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:11:51,258 DEBUG fe_dashboard 186 66984 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:11:51,270 DEBUG db_cms 79 66983 140735693222848 Insert new post : title_Announcement_STwqZRx
+2017-05-04 07:11:51,270 DEBUG db_cms 83 66983 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STwqZRx', 'title_Announcement_STwqZRx-slug', '', 'description_Announcement_ST9bIy7', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST9bIy7</p>', true, '', 1, 1);
+2017-05-04 07:11:51,275 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STwqZRx', 'title_Announcement_STwqZRx-slug', '', 'description_Announcement_ST9bIy7', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST9bIy7</p>', true, '', 1, 1);
+2017-05-04 07:11:51,295 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:51,295 DEBUG db_cms 92 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:51,295 DEBUG db_cms 94 66983 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:51,299 DEBUG db_cms 56 66983 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:11:51,301 DEBUG db_cms 64 66983 140735693222848 Query result: 254
+2017-05-04 07:11:51,302 DEBUG db_cms 71 66983 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:11:51,302 DEBUG db_cms 73 66983 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:51,309 DEBUG db_cms 56 66983 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:11:51,312 DEBUG db_cms 64 66983 140735693222848 Query result: 2
+2017-05-04 07:11:51,312 DEBUG db_cms 109 66983 140735693222848 bind category into inserted post: 254
+2017-05-04 07:11:51,313 DEBUG db_cms 111 66983 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (254, 2);
+2017-05-04 07:11:51,318 DEBUG db_cms 28 66983 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (254, 2);
+2017-05-04 07:11:51,326 DEBUG db_cms 32 66983 140735693222848 Insert query success!
+2017-05-04 07:11:51,437 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:11:51,437 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bf4d4013-ea74-4158-b29c-2b4b9877be83/9390a029260d4af68d56b57ce1eae369
+2017-05-04 07:11:51,476 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:11:51,481 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:11:51,584 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:11:51,584 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:11:51,589 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:11:51,590 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:11:51,596 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:11:51,597 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:11:52,024 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:11:52,124 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:52,277 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:11:52,278 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/091c1608-f83c-4f56-90b0-3846a37a6993/checklist/new/
+2017-05-04 07:11:52,373 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:11:52,374 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:11:52,422 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:11:52,423 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:52,423 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:11:52,636 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:52,856 DEBUG db_general 90 66986 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 07:11:52,858 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:11:52,858 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 07:11:52,858 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 07:11:52,869 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 07:11:52,869 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 07:11:52,869 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 07:11:53,317 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:11:53,646 DEBUG fe_dashboard 188 66984 140735693222848 Search engagement by VFC
+2017-05-04 07:11:53,994 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:11:54,150 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:54,307 DEBUG fe_dashboard 193 66984 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:11:54,591 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:11:54,664 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:55,199 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:11:55,412 DEBUG db_checklist 58 66985 140735693222848 Query : select owner_id from ice_checklist Where uuid = '081f5d12-218f-42da-9775-27d6fc2c7996' and state = 'peer_review';
+2017-05-04 07:11:55,416 DEBUG db_checklist 73 66985 140735693222848 Query result: 1
+2017-05-04 07:11:55,422 DEBUG db_general 177 66985 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 07:11:55,426 DEBUG db_general 188 66985 140735693222848 Query result: dd1122@att.com
+2017-05-04 07:11:55,426 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:55,426 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:11:55,672 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:11:55,822 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:56,288 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:11:56,343 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:56,408 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:56,573 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:11:56,573 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/924a9a93-bfde-446a-8628-a6d28ee83e70/a5e81a40c8f549eebe8eb71e1c38e98f
+2017-05-04 07:11:56,607 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:11:56,675 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:11:56,675 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:11:56,679 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:11:56,681 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:11:56,685 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:11:56,686 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:11:56,976 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:11:56,980 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:11:56,981 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bd8d7025-b4c1-4b2e-b18e-06742d5a564e/checklist/new/
+2017-05-04 07:11:57,072 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:11:57,073 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:11:57,117 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:11:57,117 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:11:57,117 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:11:57,148 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:57,352 DEBUG fe_dashboard 195 66984 140735693222848 Negative search: search by random string
+2017-05-04 07:11:57,453 DEBUG db_cms 194 66983 140735693222848 Get the id of the post inserted
+2017-05-04 07:11:57,453 DEBUG db_cms 196 66983 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STwqZRx' ;
+2017-05-04 07:11:57,475 DEBUG db_cms 42 66983 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STwqZRx' ;
+2017-05-04 07:11:57,479 DEBUG db_cms 46 66983 140735693222848 Update query success!
+2017-05-04 07:11:58,112 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:11:58,149 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:11:58,192 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 07:11:58,193 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 07:11:58,221 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 07:11:58,222 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 07:11:58,223 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 07:11:58,856 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:11:59,051 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:11:59,121 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:11:59,457 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:00,317 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:12:00,384 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:00,561 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:01,501 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:01,547 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:01,759 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:12:01,759 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e76fd73-fde9-4f82-a18c-1b757231f7e9/7da8db72a8da443395daa3311146615d
+2017-05-04 07:12:01,815 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:01,919 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:01,919 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:01,924 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:01,927 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:01,933 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:01,937 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:02,061 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:12:02,379 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:12:02,536 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:02,537 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7d741581-c97b-4c44-a71a-dc794ff5fb54/checklist/new/
+2017-05-04 07:12:02,605 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:02,606 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:02,638 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:02,638 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:02,639 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:12:03,225 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:12:03,484 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:12:03,926 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STitCl0';
+2017-05-04 07:12:03,929 DEBUG db_general 188 66985 140735693222848 Query result: 081f5d12-218f-42da-9775-27d6fc2c7996
+2017-05-04 07:12:04,127 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:12:04,236 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:04,770 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:12:04,927 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:12:04,956 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:05,468 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:05,650 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 07:12:05,650 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 07:12:05,668 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 07:12:05,669 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 07:12:05,669 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 07:12:06,477 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:12:07,179 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 07:12:07,179 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 07:12:07,195 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 07:12:07,196 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 07:12:07,196 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 07:12:07,664 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:07,794 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:08,187 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:12:08,932 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:08,995 DEBUG db_general 66 66983 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:12:08,997 DEBUG db_general 78 66983 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:12:09,139 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:12:09,140 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b822f873-bd14-488d-9a06-863bc0a82a1a/c975647ef27a43d991ca45ab115c74e4
+2017-05-04 07:12:09,197 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:09,202 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STF6roC';
+2017-05-04 07:12:09,205 DEBUG db_general 188 66985 140735693222848 Query result: 3e9af4dc-9fb1-4690-ab41-51bf7bedc13e
+2017-05-04 07:12:09,209 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '3e9af4dc-9fb1-4690-ab41-51bf7bedc13e';
+2017-05-04 07:12:09,213 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1021
+2017-05-04 07:12:09,218 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1021';
+2017-05-04 07:12:09,220 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:12:09,339 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:12:09,339 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:12:09,349 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:09,351 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:09,362 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:09,364 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:09,567 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:09,868 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:12:10,047 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:10,048 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/126d9abe-83d3-4e0a-8353-e1a9bbc59d4a/checklist/new/
+2017-05-04 07:12:10,143 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:12:10,143 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:12:10,176 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:10,177 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:10,177 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:12:10,761 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:12:10,762 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/21de941b-0008-4312-89e2-19e04e4d42cd/6b018b50ab7a4de9833d7cc7733cee60
+2017-05-04 07:12:10,808 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:10,902 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:12:10,902 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:12:10,909 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:10,911 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:10,914 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:10,916 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:11,008 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:12:11,221 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:11,222 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/86a04e2d-fdc4-419a-8525-88b167f84f50/checklist/new/
+2017-05-04 07:12:11,292 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:12:11,292 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:12:11,325 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:11,338 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:11,338 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:12:11,602 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:11,661 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:12:11,834 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:12,115 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:12,312 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:12:12,430 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:12,626 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:12,944 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:13,007 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:12:13,125 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:13,496 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:12:13,789 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:13,954 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:12:14,136 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:12:14,721 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:12:14,922 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:15,188 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:12:15,380 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:15,949 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:12:15,952 DEBUG db_general 188 66984 140735693222848 Query result: 2
+2017-05-04 07:12:15,960 DEBUG db_user 227 66984 140735693222848 Query result: [(12,)]
+2017-05-04 07:12:15,960 DEBUG fe_dashboard 97 66984 140735693222848 Number of pages: 1
+2017-05-04 07:12:16,284 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-495
+2017-05-04 07:12:16,300 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-721
+2017-05-04 07:12:16,319 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-725
+2017-05-04 07:12:16,340 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-729
+2017-05-04 07:12:16,358 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-964
+2017-05-04 07:12:16,378 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-321
+2017-05-04 07:12:16,401 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-328
+2017-05-04 07:12:16,418 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-330
+2017-05-04 07:12:16,533 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:12:16,638 DEBUG fe_dashboard 110 66984 140735693222848 numOfPage 2
+2017-05-04 07:12:16,680 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:12:17,361 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:17,409 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:12:18,018 DEBUG db_checklist 27 66985 140735693222848 Query : select owner_id from ice_checklist Where uuid = '081f5d12-218f-42da-9775-27d6fc2c7996' and state = 'approval';
+2017-05-04 07:12:18,021 DEBUG db_checklist 38 66985 140735693222848 Query result: 3
+2017-05-04 07:12:18,024 DEBUG db_general 177 66985 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 07:12:18,027 DEBUG db_general 188 66985 140735693222848 Query result: admin@att.com
+2017-05-04 07:12:18,027 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:18,027 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:12:18,350 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:12:18,370 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 07:12:18,370 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 07:12:18,390 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 07:12:18,390 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 07:12:18,391 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 07:12:18,784 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:12:19,424 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:12:19,553 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:20,478 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:20,505 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:21,486 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:12:21,643 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:12:21,643 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99063996-40cb-4e06-9dce-798018bf7cf7/b623ff245ab043698b4a1951e13bc2b3
+2017-05-04 07:12:21,674 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:21,756 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:21,756 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:21,766 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:21,767 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:21,771 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:21,772 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:21,874 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 07:12:21,875 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 07:12:21,892 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 07:12:21,893 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 07:12:21,893 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 07:12:22,395 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:22,396 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/164c8b14-a4a2-4d5d-a82c-e38e04a326aa/checklist/new/
+2017-05-04 07:12:22,485 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:22,486 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:22,522 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:22,522 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:22,523 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:12:22,678 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:22,906 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 07:12:22,906 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 07:12:22,923 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 07:12:22,923 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 07:12:22,923 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 07:12:23,400 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:12:24,030 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:24,077 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:12:24,190 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:24,263 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:24,708 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:12:25,524 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:25,672 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:12:25,672 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/00f46e8f-da90-4259-bad7-05205bd377a2/b98a36f3872c4fd9be224a513d8172b9
+2017-05-04 07:12:25,711 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:25,801 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:12:25,801 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:12:25,805 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:25,807 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:25,811 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:25,813 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:26,035 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:26,056 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:26,230 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:26,230 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83763b2f-a57a-49c1-beaa-aba99c374a43/checklist/new/
+2017-05-04 07:12:26,260 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STitCl0';
+2017-05-04 07:12:26,262 DEBUG db_general 188 66985 140735693222848 Query result: 081f5d12-218f-42da-9775-27d6fc2c7996
+2017-05-04 07:12:26,315 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:12:26,315 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:12:26,354 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:26,354 DEBUG fe_general 37 66986 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:12:27,033 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:12:27,042 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:12:27,052 DEBUG fe_detailed_view 133 66986 140735693222848 Login with user STKf7B1@intl.att.com
+2017-05-04 07:12:27,052 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:27,053 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:12:27,163 DEBUG db_general 66 66983 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:12:27,166 DEBUG db_general 78 66983 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:12:27,246 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:12:27,246 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a36539b-dc2d-44e9-bda2-d18d16f9e487/c56721b0979c473d83d28a6ae68b0d48
+2017-05-04 07:12:27,280 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:27,354 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:12:27,355 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:12:27,358 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:27,360 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:27,365 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:27,367 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:27,810 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:27,810 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5d6b0530-eaca-4b0a-9fa1-7471d8c04f49/checklist/new/
+2017-05-04 07:12:27,956 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:12:27,957 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:12:27,957 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:12:27,998 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:27,998 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:27,998 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:12:28,223 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:28,609 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:12:28,745 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:28,820 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:12:29,398 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:29,473 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:12:29,598 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:29,752 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:12:30,054 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:12:30,401 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:30,913 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:30,963 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:31,730 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:31,920 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:12:32,223 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:12:32,245 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:33,142 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:12:33,411 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:34,413 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:12:34,550 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:35,584 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:12:35,586 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:12:35,594 DEBUG db_user 227 66984 140735693222848 Query result: [(0,)]
+2017-05-04 07:12:35,594 DEBUG fe_dashboard 97 66984 140735693222848 Number of pages: 1
+2017-05-04 07:12:35,896 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-220
+2017-05-04 07:12:35,921 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-223
+2017-05-04 07:12:35,943 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-232
+2017-05-04 07:12:35,962 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-387
+2017-05-04 07:12:35,979 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-396
+2017-05-04 07:12:36,003 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-541
+2017-05-04 07:12:36,021 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-546
+2017-05-04 07:12:36,048 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-796
+2017-05-04 07:12:36,218 DEBUG fe_dashboard 110 66984 140735693222848 numOfPage 1
+2017-05-04 07:12:37,394 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 07:12:37,395 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 07:12:37,408 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 07:12:37,409 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 07:12:37,409 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 07:12:38,547 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:12:38,931 DEBUG fe_general 37 66986 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:12:39,509 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:39,629 DEBUG fe_detailed_view 133 66986 140735693222848 Login with user admin_ro@att.com
+2017-05-04 07:12:39,629 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:39,630 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:12:40,079 DEBUG db_general 66 66983 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 07:12:40,081 DEBUG db_general 78 66983 140735693222848 Query result: None
+2017-05-04 07:12:40,082 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 07:12:40,082 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 07:12:40,097 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 07:12:40,098 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 07:12:40,098 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 07:12:40,450 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:12:40,795 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:12:40,796 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/892d260a-82ef-48bf-9806-7ce841492c18/af33d3e4c34045ffa7b6447c19a659b1
+2017-05-04 07:12:40,845 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:40,963 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:40,963 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:40,968 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:40,972 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:40,987 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:40,989 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:41,092 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:12:41,216 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:41,677 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:41,678 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d77a1009-e61d-4748-a4d2-298301dc8f22/checklist/new/
+2017-05-04 07:12:41,794 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:41,795 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:41,847 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:41,848 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:41,848 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:12:41,941 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:42,322 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:42,455 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:42,723 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:12:43,361 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:12:43,423 DEBUG db_general 66 66983 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:12:43,426 DEBUG db_general 78 66983 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:12:43,462 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:12:43,496 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:43,534 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:12:43,535 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0bf53439-e220-4bad-8b81-d23ac82f9b10/b0bb4636d393408ab868e0ad0b1ac563
+2017-05-04 07:12:43,571 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:43,649 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:12:43,649 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:12:43,653 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:43,654 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:43,658 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:43,659 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:44,102 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:44,325 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:44,325 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b79b12b0-fe0f-40b5-b689-e3edef1f385e/checklist/new/
+2017-05-04 07:12:44,402 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:12:44,402 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:12:44,446 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:44,446 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:44,446 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:12:44,615 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:44,743 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:45,274 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:12:45,622 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:12:45,939 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:12:46,031 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:12:46,056 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:46,807 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:46,899 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:47,410 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:48,043 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:48,417 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:12:48,636 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:12:49,634 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:12:50,330 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:50,843 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:50,971 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:12:52,011 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:52,733 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 07:12:52,733 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 07:12:52,754 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 07:12:52,754 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 07:12:52,754 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 07:12:53,151 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:54,180 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:12:54,182 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:12:54,192 DEBUG db_user 227 66984 140735693222848 Query result: [(16,)]
+2017-05-04 07:12:54,204 DEBUG fe_dashboard 110 66984 140735693222848 numOfPage 2
+2017-05-04 07:12:54,854 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:54,909 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:55,171 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:12:55,897 DEBUG db_general 66 66986 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:12:55,907 DEBUG db_general 78 66986 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 07:12:55,911 DEBUG db_general 90 66986 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('4f67e279-7441-4321-9f58-26c431c00c38', 'AIC', '438', 'FALSE', 0);
+2017-05-04 07:12:55,913 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:12:55,913 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:12:55,913 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:12:55,916 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 07:12:55,917 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 07:12:55,932 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 07:12:55,933 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 07:12:55,933 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 07:12:56,706 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 07:12:56,706 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 07:12:56,728 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 07:12:56,729 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 07:12:56,729 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 07:12:56,864 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:12:57,555 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:12:57,721 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:12:58,133 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:58,633 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:59,147 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:12:59,459 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:12:59,459 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a288adfb-3be6-4fd5-9c10-e5a89cc513a1/39c320bea08649fa803a517b2a832951
+2017-05-04 07:12:59,494 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:12:59,562 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:59,562 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:59,566 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:12:59,568 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:12:59,571 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:12:59,572 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:12:59,850 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:12:59,866 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:12:59,867 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/726719bf-344b-443a-9ffe-b7f332a2890d/checklist/new/
+2017-05-04 07:12:59,947 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:12:59,947 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:12:59,981 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:12:59,981 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:13:00,154 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:13:00,640 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:00,641 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:13:00,922 DEBUG db_general 66 66983 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:13:00,924 DEBUG db_general 78 66983 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:13:01,016 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:13:01,017 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd38b046-e1ff-42a0-a553-a64a8997fe1e/a879e34b9b014f91ac1edc0a2f089ba9
+2017-05-04 07:13:01,062 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:13:01,134 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:01,134 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:01,138 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:13:01,140 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:01,143 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:13:01,144 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:01,375 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:01,488 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:13:01,614 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:13:01,615 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f773b471-b402-4b3c-a905-59fe9a40e50c/checklist/new/
+2017-05-04 07:13:01,691 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:01,691 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:01,728 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:13:01,728 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:01,729 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:13:02,026 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:02,130 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:13:02,258 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:02,576 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:13:02,885 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:03,233 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:03,296 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:13:03,396 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:03,417 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:04,119 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:04,405 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:13:04,917 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:05,132 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:13:05,579 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:06,354 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:13:06,791 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:07,339 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:07,676 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:13:09,019 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:09,536 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:11,219 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:11,646 DEBUG db_general 90 66986 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='4f67e279-7441-4321-9f58-26c431c00c38'
+2017-05-04 07:13:11,656 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:13:11,656 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 07:13:11,656 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 07:13:11,678 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 07:13:11,678 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 07:13:11,679 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 07:13:12,246 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:13:12,253 DEBUG db_general 188 66984 140735693222848 Query result: 2
+2017-05-04 07:13:12,265 DEBUG db_user 227 66984 140735693222848 Query result: [(939,)]
+2017-05-04 07:13:12,266 DEBUG fe_dashboard 63 66984 140735693222848 Number of pages: 117
+2017-05-04 07:13:12,266 DEBUG fe_dashboard 66 66984 140735693222848 numOfPage 118
+2017-05-04 07:13:13,091 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:13,790 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:14,099 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 07:13:14,100 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 07:13:14,115 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 07:13:14,116 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 07:13:14,116 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 07:13:14,212 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:13:14,970 DEBUG db_general 66 66986 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:13:15,005 DEBUG db_general 78 66986 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 07:13:15,018 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:15,018 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:13:15,746 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 07:13:15,747 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 07:13:15,765 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 07:13:15,765 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 07:13:15,765 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 07:13:15,979 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:13:16,251 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:16,641 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:13:16,783 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:17,582 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:13:17,583 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c4d4029-1de1-49d5-a503-343b822cf7c4/06dc7aa7e1284e409361f874b79415db
+2017-05-04 07:13:17,654 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:13:17,702 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:17,785 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:13:17,786 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:13:17,792 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:13:17,795 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:17,799 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:13:17,803 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:18,114 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:18,214 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:18,398 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:13:18,398 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e77212e8-8125-4c71-9e55-0609cb3a8e1d/checklist/new/
+2017-05-04 07:13:18,476 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:13:18,477 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:13:18,522 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:13:18,533 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:18,533 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:13:19,188 DEBUG db_general 66 66983 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:13:19,191 DEBUG db_general 78 66983 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:13:19,223 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:13:19,272 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:13:19,272 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/47a0bac2-f541-4bf3-8f80-8fcc18d017cf/883d1d294cbf4bae8682b0a9c61e4d8e
+2017-05-04 07:13:19,355 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:13:19,376 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:13:19,441 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:19,442 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:19,446 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:13:19,447 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:19,451 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:13:19,452 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:19,709 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:13:19,709 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/682e69a1-ac0d-41bc-a633-a71f4c2083a8/checklist/new/
+2017-05-04 07:13:19,788 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:19,788 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:19,820 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:13:19,821 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:19,821 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:13:20,014 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:13:20,145 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:20,468 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:20,664 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:13:20,902 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:21,242 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:21,375 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:13:21,417 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:21,501 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:22,054 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:22,428 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:13:22,473 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:22,569 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:23,578 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:13:23,601 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:24,099 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:24,773 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:24,805 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:13:25,444 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:26,021 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:13:27,115 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:27,632 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:28,800 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:29,944 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:30,774 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:13:30,834 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 07:13:30,835 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 07:13:30,850 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 07:13:30,851 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 07:13:30,851 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 07:13:30,974 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:13:30,977 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:13:30,985 DEBUG db_user 227 66984 140735693222848 Query result: [(7,)]
+2017-05-04 07:13:30,985 DEBUG fe_dashboard 97 66984 140735693222848 Number of pages: 1
+2017-05-04 07:13:31,324 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-1036
+2017-05-04 07:13:31,352 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-249
+2017-05-04 07:13:31,374 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-413
+2017-05-04 07:13:31,398 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-568
+2017-05-04 07:13:31,437 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-640
+2017-05-04 07:13:31,465 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-825
+2017-05-04 07:13:31,488 DEBUG fe_dashboard 102 66984 140735693222848 starred_2017-880
+2017-05-04 07:13:31,697 DEBUG fe_dashboard 106 66984 140735693222848 result right
+2017-05-04 07:13:31,697 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 07:13:31,697 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 07:13:31,714 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 07:13:31,715 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 07:13:31,715 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 07:13:32,307 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 07:13:32,307 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 07:13:32,326 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 07:13:32,327 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 07:13:32,327 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 07:13:33,132 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:34,087 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:13:34,385 DEBUG db_general 66 66986 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:13:34,396 DEBUG db_general 78 66986 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 07:13:34,400 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 07:13:34,403 DEBUG db_general 188 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:34,406 DEBUG db_general 90 66986 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('083baa61-2951-4e4c-9350-feba1e8cb374', 'AIC', '675', 'FALSE', 0);
+2017-05-04 07:13:34,414 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:13:34,484 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:13:34,485 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:13:34,485 DEBUG api_virtual_function 235 66986 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/deployment-targets/083baa61-2951-4e4c-9350-feba1e8cb374
+2017-05-04 07:13:34,512 DEBUG api_virtual_function 242 66986 140735693222848 AIC version has changed!
+2017-05-04 07:13:34,512 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:34,513 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:13:34,758 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:35,472 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:13:35,499 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STF6roC';
+2017-05-04 07:13:35,502 DEBUG db_general 188 66985 140735693222848 Query result: 3e9af4dc-9fb1-4690-ab41-51bf7bedc13e
+2017-05-04 07:13:35,506 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '3e9af4dc-9fb1-4690-ab41-51bf7bedc13e';
+2017-05-04 07:13:35,513 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1021
+2017-05-04 07:13:35,520 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1021';
+2017-05-04 07:13:35,524 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:13:35,569 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:35,815 DEBUG db_general 66 66983 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:13:35,818 DEBUG db_general 78 66983 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:13:35,895 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:13:35,896 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4548ddc4-60a5-408d-80a6-9e071a3a710b/d6f5f8ffd52f403eb984552580264f00
+2017-05-04 07:13:35,931 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:13:36,002 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:36,003 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:36,006 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:13:36,008 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:36,012 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:13:36,013 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:36,167 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:13:36,308 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:36,496 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:13:36,496 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abb54951-95ab-4817-808a-e7fb256f57a6/checklist/new/
+2017-05-04 07:13:36,641 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:36,642 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:36,769 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:13:36,769 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:36,770 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:13:36,872 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:13:36,873 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/172e02eb-644f-4e22-8431-28a604659c0d/9ab6b5ba96f742ff933bc7c1fc95fb42
+2017-05-04 07:13:36,927 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:13:37,020 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:37,051 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:13:37,051 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:13:37,055 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:13:37,057 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:37,061 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:13:37,063 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:37,438 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:13:37,439 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ddd2961a-e73e-4c30-94c0-491d417e1071/checklist/new/
+2017-05-04 07:13:37,514 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:13:37,515 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:13:37,532 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:37,558 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:13:37,558 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:37,558 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:13:37,656 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:13:38,346 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:13:38,419 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:13:38,466 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:38,539 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:13:38,633 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STF6roC';
+2017-05-04 07:13:38,636 DEBUG db_general 188 66985 140735693222848 Query result: 3e9af4dc-9fb1-4690-ab41-51bf7bedc13e
+2017-05-04 07:13:38,640 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '3e9af4dc-9fb1-4690-ab41-51bf7bedc13e';
+2017-05-04 07:13:38,643 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1021
+2017-05-04 07:13:38,647 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1021';
+2017-05-04 07:13:38,649 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:13:39,076 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:13:39,194 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:39,209 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:39,564 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:13:39,713 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:39,795 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:39,974 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:40,225 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:40,486 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:40,585 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:41,008 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:41,234 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:13:42,017 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:13:42,445 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:13:43,159 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:43,347 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:43,756 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:13:44,455 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:44,788 DEBUG api_virtual_function 235 66986 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:44,824 DEBUG api_virtual_function 242 66986 140735693222848 AIC version has changed!
+2017-05-04 07:13:44,829 DEBUG db_general 90 66986 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='083baa61-2951-4e4c-9350-feba1e8cb374'
+2017-05-04 07:13:44,834 DEBUG db_general 94 66986 140735693222848 Insert query success!
+2017-05-04 07:13:44,835 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 07:13:44,835 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 07:13:44,844 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 07:13:44,845 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 07:13:44,845 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 07:13:45,056 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:46,622 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:13:46,830 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:46,959 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:47,343 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:48,053 DEBUG db_general 66 66986 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:13:48,066 DEBUG db_general 78 66986 140735693222848 Query result: ['e13db631-3414-4106-b416-e36fa1d64cea', '2017-677', 'STdolQG', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '2.5', 'Unknown']
+2017-05-04 07:13:48,071 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-05-04 07:13:48,073 DEBUG db_general 188 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:48,157 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 07:13:48,157 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 07:13:48,178 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 07:13:48,179 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 07:13:48,180 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 07:13:48,188 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:13:48,189 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:13:48,189 DEBUG api_virtual_function 255 66986 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/ecomp-releases/5d4a2cb0-21bb-4057-83ed-861cee4b5637
+2017-05-04 07:13:48,232 DEBUG api_virtual_function 262 66986 140735693222848 AIC version has changed!
+2017-05-04 07:13:48,232 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:48,232 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:13:48,419 DEBUG db_general 177 66984 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:13:48,422 DEBUG db_general 188 66984 140735693222848 Query result: 2
+2017-05-04 07:13:49,213 DEBUG db_user 227 66984 140735693222848 Query result: [(12,)]
+2017-05-04 07:13:49,226 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:49,388 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:13:49,740 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:50,092 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:13:50,217 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:50,254 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:50,552 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:51,128 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:51,277 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 07:13:51,278 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 07:13:51,295 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 07:13:51,296 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 07:13:51,296 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 07:13:51,646 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:52,049 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:13:52,050 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/79335876-5101-478e-9694-3f8c4079d3ee/9b21bb247cd941f8bd5824b9a0f9bf9e
+2017-05-04 07:13:52,094 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:13:52,318 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:52,318 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:52,326 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:13:52,332 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:13:52,340 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:13:52,344 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:52,659 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:13:52,778 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:13:52,778 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1ec1aa19-1031-4973-88e5-d281fc0801f3/checklist/new/
+2017-05-04 07:13:52,869 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:52,869 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:52,913 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:13:52,913 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:52,913 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:13:53,589 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:13:53,750 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:13:53,907 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:54,413 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:13:54,572 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:54,641 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:13:54,782 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:13:54,783 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:13:55,669 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:55,806 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:13:56,112 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:56,471 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:13:56,578 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:13:56,680 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:13:57,297 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:57,676 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:13:57,767 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:13:57,810 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:57,922 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:13:58,295 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:13:58,821 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:13:58,995 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:13:58,996 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:13:59,397 DEBUG api_virtual_function 255 66986 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e13db631-3414-4106-b416-e36fa1d64cea/ecomp-releases/f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:13:59,511 DEBUG api_virtual_function 262 66986 140735693222848 AIC version has changed!
+2017-05-04 07:13:59,525 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 07:13:59,525 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 07:13:59,546 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-05-04 07:13:59,547 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 07:13:59,547 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-05-04 07:13:59,863 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 07:13:59,864 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 07:13:59,879 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-05-04 07:13:59,879 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 07:13:59,880 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-05-04 07:13:59,978 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:01,121 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:01,638 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:02,662 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:03,000 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:03,178 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 07:14:03,179 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 07:14:03,202 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 07:14:03,203 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 07:14:03,203 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 07:14:04,014 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:14:04,014 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/74347761-e2a0-4b17-9979-20c7d6a0038b/75b1c85264c34a3b9373c48e651a46b1
+2017-05-04 07:14:04,080 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:04,268 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:04,269 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:04,275 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:04,277 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:04,290 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:04,291 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:04,377 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:04,377 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:14:04,875 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:04,876 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ca9b634a-10dd-41bc-a88d-a21e8dae9ad6/checklist/new/
+2017-05-04 07:14:04,982 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:04,982 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:05,030 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:05,030 DEBUG fe_general 37 66986 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:14:05,388 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:14:05,595 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:05,845 DEBUG fe_detailed_view 123 66986 140735693222848 Login with user dd1122@att.com
+2017-05-04 07:14:05,845 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:05,845 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:14:06,093 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:14:06,229 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:06,705 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:14:06,966 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:14:06,967 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/71828bad-9ddd-4025-849f-32ec345b53bb/ca143becc0ca497aba828e547dc7b153
+2017-05-04 07:14:07,032 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:07,039 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:07,128 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:14:07,128 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:14:07,132 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:07,134 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:07,138 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:07,139 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:07,372 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:14:07,499 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:07,550 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:07,821 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:07,821 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50012664-2102-471a-9ce5-f709d881192e/checklist/new/
+2017-05-04 07:14:07,995 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:14:07,995 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:14:08,063 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:08,093 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:08,093 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:08,093 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:14:08,262 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:08,574 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:08,773 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:09,008 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:14:09,285 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:09,581 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:14:09,698 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:14:09,798 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:09,825 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:10,337 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:10,634 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 07:14:10,634 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 07:14:10,651 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-05-04 07:14:10,652 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 07:14:10,652 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-05-04 07:14:10,809 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:14:10,893 DEBUG api_virtual_function 187 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:10,893 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 07:14:10,894 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 07:14:10,915 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-05-04 07:14:10,916 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 07:14:10,916 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 07:14:11,353 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:14:11,912 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:14:11,945 DEBUG db_general 188 66985 140735693222848 Query result: 1045056d-4dac-43df-8de9-20701e0e093a
+2017-05-04 07:14:11,961 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:14:11,965 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:14:11,971 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:14:11,976 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:14:11,985 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:14:11,990 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:14:11,995 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:14:11,998 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:14:12,008 DEBUG fe_checklist 50 66985 140735693222848 EL email: hs0007@att.com
+2017-05-04 07:14:12,016 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:14:12,020 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:14:12,203 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:12,917 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:12,977 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:13,011 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:14,034 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:14,266 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:14:14,342 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:14:14,343 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e566156b-119c-4043-b5fe-ebb6814ed0b3/7e6b3b944215452cb7e129c354ca54cf
+2017-05-04 07:14:14,413 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:14,424 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:14,567 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:14:14,568 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:14:14,573 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:14,575 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:14,582 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:14,584 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:14,930 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:14,931 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42d986f2-8c1a-46f0-b3e3-700a70f1c477/checklist/new/
+2017-05-04 07:14:15,008 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:14:15,008 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:14:15,050 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:15,050 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:15,050 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:14:15,321 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:15,322 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44dac24e-2d6b-4d28-b344-53236d24f92a/1d7a62ea55244422a4fa52bc4909e0d5
+2017-05-04 07:14:15,355 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:15,441 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:15,441 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:15,445 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:15,447 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:15,450 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:15,452 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:15,547 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:15,806 DEBUG fe_general 37 66986 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:14:15,887 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:14:15,917 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:15,917 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ae6a0bd5-e63a-468e-a239-c8e92cfa8fac/checklist/new/
+2017-05-04 07:14:15,998 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:15,999 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:16,039 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:16,117 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:16,117 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28b570df-158c-453d-a6ce-bee6e5fc4c7c/78fbbfc075144b82aba935b85123d920
+2017-05-04 07:14:16,150 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:16,218 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:16,218 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:16,222 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:16,223 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:16,227 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:16,230 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:16,436 DEBUG fe_detailed_view 123 66986 140735693222848 Login with user hs0007@att.com
+2017-05-04 07:14:16,436 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:16,436 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:14:16,529 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:14:16,648 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:16,721 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:16,721 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2dae7737-f255-4a6d-9b9b-22abb3199022/checklist/new/
+2017-05-04 07:14:16,858 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:16,858 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:16,985 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:17,066 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=1045056d-4dac-43df-8de9-20701e0e093a&inviter_uuid=71828bad-9ddd-4025-849f-32ec345b53bb&email=automationqattSTb3e0C@gmail.com
+2017-05-04 07:14:17,116 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:17,116 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/10744f80-dd0a-4e50-a255-669bd6b52776/92d06128b7c44f35aa4d7a648118ff97
+2017-05-04 07:14:17,181 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:17,219 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:14:17,303 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:17,304 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:17,317 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:17,320 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:17,325 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:17,327 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:17,423 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:17,759 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:17,760 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/43216cd7-50c2-443e-aaa6-8300eed56710/checklist/new/
+2017-05-04 07:14:17,837 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:17,837 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:17,894 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:17,910 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:14:17,936 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:18,023 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:18,033 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:18,034 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2698c591-07e3-4ba9-8417-5b8fe186928c/c40b794fc57d4178abb79bc7cdfbcef8
+2017-05-04 07:14:18,076 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:18,196 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:18,197 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:18,200 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:18,202 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:18,207 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:18,209 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:18,658 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:14:18,897 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:18,933 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:18,934 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60c46fca-8fbd-4802-a21f-80ba5c4a87f6/checklist/new/
+2017-05-04 07:14:18,945 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:14:19,014 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:19,015 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:19,059 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:19,144 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:19,145 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d6648f6c-28b2-4916-a425-8424c124ecdf/37a2098c9c6d40c6b7cd38338aed96cc
+2017-05-04 07:14:19,184 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:19,285 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:19,285 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:19,292 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:19,293 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:19,297 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:19,299 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:19,304 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:19,304 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:14:19,408 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:19,652 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:19,652 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6b99ff33-933b-49bf-ad53-72b67c8755b8/checklist/new/
+2017-05-04 07:14:19,719 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:19,720 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:19,752 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:19,828 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:19,829 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/18606c73-5f88-4595-927c-b1dd4dcd13fb/f8aa89707a0e4ece82143fd27fe0f9c4
+2017-05-04 07:14:19,862 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:19,939 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:19,940 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:19,944 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:19,945 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:19,949 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:19,950 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:19,985 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 07:14:19,986 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 07:14:20,005 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-05-04 07:14:20,006 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 07:14:20,006 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-05-04 07:14:20,072 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:14:20,393 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:20,393 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2672dc35-63f1-485b-96cc-3184eee3cb55/checklist/new/
+2017-05-04 07:14:20,415 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:14:20,480 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:20,481 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:20,523 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:20,640 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:20,640 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/428bb45e-3e8a-4188-afd5-b946f21e92a2/4d5cb442b31c4d80a94a3dbb50122d00
+2017-05-04 07:14:20,690 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:20,732 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:14:20,826 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:20,827 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:20,851 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:20,863 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:20,871 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:20,874 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:20,877 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:21,810 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:21,929 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:22,074 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:22,075 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ccc49cb9-d1a3-46f5-9754-51d74b5da2b4/checklist/new/
+2017-05-04 07:14:22,168 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:22,168 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:22,225 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:22,391 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:22,392 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44bcd7df-c711-4d9a-bb5f-c7f70bf957eb/b7149c51610540668b106ae0feaf0a35
+2017-05-04 07:14:22,444 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:22,487 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:22,623 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:22,623 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:22,630 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:22,631 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:22,635 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:22,637 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:22,738 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:22,953 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:22,954 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0a01900b-e002-4f78-8f75-3ccd3085e73d/checklist/new/
+2017-05-04 07:14:22,956 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:23,029 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:23,030 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:23,068 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:23,112 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:23,161 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:23,162 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e6585d61-52c4-4ad3-b8f8-5f411901ae09/b48555d9a7da4ef781d8f662d7490023
+2017-05-04 07:14:23,200 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:23,280 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:23,280 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:23,284 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:23,285 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:23,293 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:23,295 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:23,508 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:23,508 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ed2173d0-2640-4077-9fa0-9f243409c9a9/checklist/new/
+2017-05-04 07:14:23,573 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:23,573 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:23,604 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:23,675 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:23,676 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ddc2e522-97bb-4615-af0e-4dc2e5f9db26/c1afd6487b604c59b6ffa4df1520cac2
+2017-05-04 07:14:23,708 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:23,802 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:23,802 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:23,807 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:23,809 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:23,813 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:23,814 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:23,946 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:14:23,964 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:14:24,221 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:24,222 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/971e830c-bc40-4a8c-9dad-41b238d6d7d7/checklist/new/
+2017-05-04 07:14:24,298 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:24,298 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:24,307 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:14:24,307 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0a7f4c9e-2983-4d8a-9b31-2bae0a67c104/a873d7463250452689150fb141e7e580
+2017-05-04 07:14:24,340 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:24,345 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:24,424 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:14:24,424 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:14:24,428 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:24,429 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/70f7b7da-124e-42b9-a478-876b52c40e6f/d54aa554e2c34d019cc62238e5e3669a
+2017-05-04 07:14:24,429 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:24,430 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:24,433 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:24,435 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:24,467 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:24,571 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:24,571 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:24,576 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:24,577 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:24,581 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:24,583 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:24,795 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:24,796 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1aaf1d16-7c99-4d37-b27c-a4dea629ebaf/checklist/new/
+2017-05-04 07:14:24,856 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:24,856 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4eb2e27-e9db-498b-ad33-0a33ebbca000/checklist/new/
+2017-05-04 07:14:24,876 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:14:24,876 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:14:24,907 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:24,907 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:24,907 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:14:24,939 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:24,939 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:24,973 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:25,069 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:25,069 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/244db91a-6d73-40ff-8e26-1d7d135462ce/b3a32d33c8fd464786718b062ec83b0e
+2017-05-04 07:14:25,107 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:25,179 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:25,179 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:25,184 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:25,186 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:25,190 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:25,193 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:25,505 DEBUG fe_general 37 66986 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:14:25,769 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:25,770 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/74143f34-9f12-4eb7-87bc-7321420a5e92/checklist/new/
+2017-05-04 07:14:25,779 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:14:25,867 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:25,868 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:25,911 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:25,988 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:25,988 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b660ebc9-0b6c-4a4c-b8b8-bb17757a8a7f/a12ad0d9f378409eb5ca7acc4024048f
+2017-05-04 07:14:26,021 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:26,091 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:26,091 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:26,095 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:26,097 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:26,101 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:26,102 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:26,142 DEBUG fe_detailed_view 123 66986 140735693222848 Login with user admin@att.com
+2017-05-04 07:14:26,143 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:26,143 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:14:26,393 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:26,393 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/821ecb43-37c7-4059-a1cf-9379bd1cabc4/checklist/new/
+2017-05-04 07:14:26,439 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:14:26,481 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:26,481 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:26,516 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:26,548 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:26,599 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:26,599 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/52606012-b721-4680-b15f-91c5e2cb1de5/dca66bba24924624be187a6f7c589e55
+2017-05-04 07:14:26,634 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:26,714 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:26,714 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:26,719 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:26,720 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:26,726 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:26,727 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:26,919 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:14:27,046 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:27,352 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:27,400 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:27,400 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/da9ea460-2d36-4e0e-ae4e-300bcbca26e1/checklist/new/
+2017-05-04 07:14:27,483 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:27,483 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:27,525 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:27,592 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:14:27,645 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:27,645 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/15372bb4-ffe6-404a-8b70-a3d0dcea3564/ddc962fc73f14fab8d9bf3954b91a061
+2017-05-04 07:14:27,695 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:27,744 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:27,823 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:27,824 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:27,828 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:27,830 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:27,834 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:27,835 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:27,864 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:28,376 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:28,450 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:28,534 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:28,534 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0240a9d9-b899-466b-937b-ca4f0957d8c0/checklist/new/
+2017-05-04 07:14:28,612 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:28,612 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:28,652 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:28,759 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:28,759 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3e1519df-52d6-4cc3-800e-691b350e103d/747ffbf226e943169c207bf0227d6e4c
+2017-05-04 07:14:28,806 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:28,903 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:28,903 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:28,908 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:28,909 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:28,915 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:28,916 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:28,984 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:29,270 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:29,271 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8a447d64-7338-4030-a56e-98d27c8b1bed/checklist/new/
+2017-05-04 07:14:29,346 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:29,346 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:29,383 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:14:29,383 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:29,457 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:29,458 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0f11afa6-5aa2-45ce-86f1-ef35c3a785d6/a521b25ae6484defa99db0f668248d05
+2017-05-04 07:14:29,491 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:29,578 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:29,579 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:29,584 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:29,585 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:29,590 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:29,592 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:29,884 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:29,884 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5884d269-4f88-4f69-a059-74a047928646/checklist/new/
+2017-05-04 07:14:29,953 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:29,953 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:29,986 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:29,995 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:14:30,065 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:30,065 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b1bd554b-07ee-444c-b122-a065aeb46ae8/e7b4911f62bb453abd1301fb088e2d44
+2017-05-04 07:14:30,102 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:30,189 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:30,190 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:30,195 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:30,197 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:30,201 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:30,202 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:30,422 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 07:14:30,422 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 07:14:30,437 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-05-04 07:14:30,438 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 07:14:30,438 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-05-04 07:14:30,446 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:30,447 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f9ba9eb5-59d3-4132-b55e-8d08b170ea78/checklist/new/
+2017-05-04 07:14:30,533 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:30,533 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:30,579 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:30,675 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:30,675 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d0bebbc3-8295-430e-9b1e-e39df58de6ea/712295e711214e63bb06fb7ff0cd8cec
+2017-05-04 07:14:30,712 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:30,814 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:30,815 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:30,821 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:30,823 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:30,828 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:30,830 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:31,265 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:31,403 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:31,403 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3fe76dc-5a87-4ed2-bdec-63f7466f9182/checklist/new/
+2017-05-04 07:14:31,536 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:31,537 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:31,591 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:31,696 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:31,696 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bafd908d-3ba7-4915-af9f-617fdf68b99d/400c2c21bd064be4bd205dac54b36557
+2017-05-04 07:14:31,753 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:31,868 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:31,869 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:31,874 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:31,877 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:31,881 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:31,884 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:32,153 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:32,157 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:32,472 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:32,472 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/06fc118c-febf-49ed-8e46-160d9c9d5bfa/checklist/new/
+2017-05-04 07:14:32,581 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:32,582 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:32,643 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:32,692 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:32,766 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:32,766 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/687643cb-b09f-4a90-aeec-6b15f4f47806/f7bd4d11909542298de978b201ececc6
+2017-05-04 07:14:32,806 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:32,908 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:32,908 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:32,912 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:32,916 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:32,921 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:32,924 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:32,953 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:14:33,334 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:14:33,528 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:33,528 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5db12496-01eb-46ef-86bb-459aadc1a9e7/checklist/new/
+2017-05-04 07:14:33,602 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:33,602 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:33,639 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:33,720 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:33,720 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e6039aad-0221-468a-9e48-f8204f21be69/d801b80b10714c60ac86a98e03892419
+2017-05-04 07:14:33,754 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:33,827 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:33,827 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:33,831 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:33,832 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:33,836 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:33,838 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:33,884 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:14:33,884 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/abd3339c-2b01-4ffc-bb98-bf7d696fd9c9/60477410df1945759cd3b45fded46afd
+2017-05-04 07:14:33,916 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:33,991 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:14:33,991 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:14:33,996 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:33,999 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:34,005 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:34,007 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:34,049 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:14:34,052 DEBUG db_general 188 66985 140735693222848 Query result: a554606f-48f3-4f1e-a868-973ee5ac0dde
+2017-05-04 07:14:34,056 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where uuid = 'a554606f-48f3-4f1e-a868-973ee5ac0dde' order by update_time desc limit 1;
+2017-05-04 07:14:34,062 DEBUG db_general 177 66985 140735693222848 Query : select template_id from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:14:34,064 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:14:34,115 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:14:34,182 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:34,182 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/82dc7dda-7efa-471e-8063-46874db636fc/checklist/new/
+2017-05-04 07:14:34,284 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:34,285 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:34,322 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:34,404 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:34,404 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e5a902c9-474a-4a68-974e-5c839933a9b9/50efcfa08fc243e0b6f81e40a2e24fb9
+2017-05-04 07:14:34,441 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:34,510 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:34,510 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b9b29b72-1759-4019-816e-086fb1c78a3d/checklist/new/
+2017-05-04 07:14:34,528 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:34,528 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:34,535 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:34,536 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:34,539 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:34,541 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:34,595 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:14:34,595 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:14:34,634 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:34,635 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:34,635 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:14:34,780 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:34,781 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:14:34,925 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 07:14:34,925 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 07:14:34,938 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-05-04 07:14:34,939 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 07:14:34,939 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-05-04 07:14:35,001 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:35,001 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/35064fb6-eeda-47ff-b346-eca75071651a/checklist/new/
+2017-05-04 07:14:35,105 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:35,105 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:35,153 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:35,272 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:35,272 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2b60873-58f7-492e-b35a-ca68155765fc/ba86c96468ad43ea8ded01e0eebb9fd3
+2017-05-04 07:14:35,305 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:35,387 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:35,387 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:35,392 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:35,394 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:35,398 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:35,400 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:35,543 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:14:35,605 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:14:35,967 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:35,968 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/89776898-0213-41f3-91a2-fccd63f597fc/checklist/new/
+2017-05-04 07:14:36,062 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:36,062 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:36,108 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:36,219 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:36,219 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eaa055cd-cead-4bdd-8071-dc56fab05242/a1737e21a801407987b2b33cc3dc290a
+2017-05-04 07:14:36,244 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:14:36,264 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:36,274 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:14:36,410 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:36,410 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:36,414 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:36,414 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:36,419 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:36,423 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:36,428 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:36,430 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:36,966 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:37,341 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:37,341 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/189a7ebc-22cc-432a-8f25-950db8cf3cab/checklist/new/
+2017-05-04 07:14:37,377 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:37,469 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:37,469 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:37,512 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:37,563 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:37,629 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:37,629 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57c3cb57-fa14-47e7-8500-8725e3896658/d57abc8707f34b009254f43a66f42675
+2017-05-04 07:14:37,667 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:37,745 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:37,745 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:37,749 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:37,751 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:37,755 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:37,757 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:37,976 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:14:38,076 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:38,107 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:38,108 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/71d8d70e-0629-4d1c-8b82-e687b7863875/checklist/new/
+2017-05-04 07:14:38,207 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:38,208 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:38,258 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:38,364 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:38,364 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce16aac7-639d-469d-a097-b6c0d219e99c/2c934bf789a14d7584e706bb66f2eb16
+2017-05-04 07:14:38,417 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:38,513 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:38,514 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:38,518 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:38,520 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:38,529 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:38,531 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:38,623 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:14:38,624 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6fbb4a6f-6e36-4cfe-b9d6-1ce9a064bc9d/3a9beeef3b2148c5a57233893448583b
+2017-05-04 07:14:38,664 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:38,759 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:38,759 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:38,763 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:38,765 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:38,769 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:38,770 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:38,907 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:38,908 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/512d65ca-4a21-4b5f-8f0c-a3dbbae72b11/checklist/new/
+2017-05-04 07:14:38,976 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:38,976 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:39,011 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:39,086 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:14:39,099 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:39,099 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7b060b66-7aec-4e69-ad30-521b04c45da3/6debfc33018a4cc3a6f06e7e1597610a
+2017-05-04 07:14:39,132 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:39,132 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/248748b2-abe7-47c8-992f-a7a0c48ccff9/checklist/new/
+2017-05-04 07:14:39,138 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:39,222 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:39,222 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:39,223 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:39,223 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:39,229 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:39,230 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:39,235 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:39,236 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:39,264 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:39,265 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:39,265 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:14:39,543 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:39,543 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/46b01512-c4ac-446a-9185-397bcb9b5ab7/checklist/new/
+2017-05-04 07:14:39,633 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:39,633 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:39,665 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:39,902 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:39,902 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/554ce21b-6a68-41e8-a05b-d6fad4e8e01b/faa3a1ee95494ca9bb48567df78b3740
+2017-05-04 07:14:39,998 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:40,070 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:40,070 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:40,074 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:40,075 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:40,078 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:40,080 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:40,113 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:14:40,388 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:40,388 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cbf23b0-138f-4273-8a46-bb7adb419a7d/checklist/new/
+2017-05-04 07:14:40,394 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:40,456 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:40,456 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:40,492 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:40,568 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:14:40,568 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f9fdc52-0e13-4525-80e3-ab8a7432967d/278119f29d864bf6ba8659c390d50ab0
+2017-05-04 07:14:40,600 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:40,666 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:40,667 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:40,671 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:40,673 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:40,677 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:40,678 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:40,766 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:14:40,871 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:41,044 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:41,045 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e1d1d9fd-9164-48f1-9330-39a264bfa196/checklist/new/
+2017-05-04 07:14:41,152 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:14:41,153 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:14:41,264 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:41,265 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:41,265 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:14:41,588 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:41,654 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:42,166 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:42,238 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:14:42,883 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:14:42,998 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:43,177 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:14:43,461 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:14:43,463 DEBUG db_general 188 66985 140735693222848 Query result: a554606f-48f3-4f1e-a868-973ee5ac0dde
+2017-05-04 07:14:44,010 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:14:44,043 DEBUG test_left_nav_panel 129 66986 140735693222848 Fetched ID: dashboard_2017-220: STJSvCE
+2017-05-04 07:14:44,136 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 07:14:44,136 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 07:14:44,140 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:44,156 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-05-04 07:14:44,157 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 07:14:44,157 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-05-04 07:14:44,163 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:14:44,901 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:45,012 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:46,085 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 07:14:46,086 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 07:14:46,103 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-05-04 07:14:46,103 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 07:14:46,103 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-05-04 07:14:46,507 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:47,737 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:14:47,894 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:14:47,899 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STWO9Qd@intl.att.com';
+2017-05-04 07:14:47,902 DEBUG db_general 136 66984 140735693222848 Query result: 24e76e83-d64c-45bf-8c20-3b757576be4b
+2017-05-04 07:14:47,905 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STWO9Qd@intl.att.com';
+2017-05-04 07:14:47,907 DEBUG db_general 136 66984 140735693222848 Query result: 1091
+2017-05-04 07:14:47,911 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1091';
+2017-05-04 07:14:47,913 DEBUG db_general 188 66984 140735693222848 Query result: 5c1bf2f11c024c968f31e73d5cd651bc
+2017-05-04 07:14:47,913 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24e76e83-d64c-45bf-8c20-3b757576be4b/5c1bf2f11c024c968f31e73d5cd651bc
+2017-05-04 07:14:47,913 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/24e76e83-d64c-45bf-8c20-3b757576be4b/5c1bf2f11c024c968f31e73d5cd651bc
+2017-05-04 07:14:48,353 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:48,627 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:48,628 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:14:48,752 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:14:48,755 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:14:48,760 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:14:48,763 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:14:48,766 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:14:48,768 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:14:49,488 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:14:49,511 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:14:49,511 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/53b06533-58cc-4431-8c88-517dd4e65a14/311ae096c60f4377a7d41481d70929ee
+2017-05-04 07:14:49,556 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:49,643 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:49,643 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:49,649 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:49,651 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:49,656 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:49,658 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:49,983 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:14:49,983 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b6f94b52-9987-46ca-b504-cfa8e451a28e/checklist/new/
+2017-05-04 07:14:50,055 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:50,055 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:50,088 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:14:50,089 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:50,089 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:14:50,137 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:14:50,245 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:14:50,294 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:14:51,015 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:14:51,518 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:14:51,676 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:14:51,785 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:52,721 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:14:53,421 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:14:53,730 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:14:54,005 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:54,006 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:14:54,545 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:14:54,679 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:14:54,796 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:14:55,499 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:14:55,558 DEBUG db_general 128 66986 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'hs0007@att.com';
+2017-05-04 07:14:55,560 DEBUG db_general 136 66986 140735693222848 Query result: 383a1729-bc0e-4821-8c0c-cbe81a482a2e
+2017-05-04 07:14:55,586 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1077: STQGZLf
+2017-05-04 07:14:55,593 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STQGZLf';
+2017-05-04 07:14:55,597 DEBUG db_general 188 66986 140735693222848 Query result: cc17d98a-e431-4714-992a-0a5b04868bf6
+2017-05-04 07:14:55,606 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-220: STJSvCE
+2017-05-04 07:14:55,618 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STJSvCE';
+2017-05-04 07:14:55,622 DEBUG db_general 188 66986 140735693222848 Query result: 31a9f5f1-2677-444a-a3f1-7420332a8ee4
+2017-05-04 07:14:55,629 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:14:55,633 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1042: STxeVXO
+2017-05-04 07:14:55,644 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:14:55,648 DEBUG db_general 188 66986 140735693222848 Query result: 1045056d-4dac-43df-8de9-20701e0e093a
+2017-05-04 07:14:55,656 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1076: STlK3cR
+2017-05-04 07:14:55,664 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STlK3cR';
+2017-05-04 07:14:55,667 DEBUG db_general 188 66986 140735693222848 Query result: 72094b57-29c1-41f3-8d96-75905abbe06f
+2017-05-04 07:14:55,679 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1075: STOjTJv
+2017-05-04 07:14:55,688 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STOjTJv';
+2017-05-04 07:14:55,690 DEBUG db_general 188 66986 140735693222848 Query result: 56b62706-ad5f-4620-9843-a7012611764a
+2017-05-04 07:14:55,699 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1074: STgRFr3
+2017-05-04 07:14:55,707 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STgRFr3';
+2017-05-04 07:14:55,712 DEBUG db_general 188 66986 140735693222848 Query result: e067a83a-d448-499d-814b-d9849cd2b49e
+2017-05-04 07:14:55,720 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1073: ST1YtMu
+2017-05-04 07:14:55,729 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'ST1YtMu';
+2017-05-04 07:14:55,732 DEBUG db_general 188 66986 140735693222848 Query result: 0c20f429-d16b-4e37-b190-320dd7f1cef4
+2017-05-04 07:14:55,742 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1072: STJ4Xk2
+2017-05-04 07:14:55,753 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STJ4Xk2';
+2017-05-04 07:14:55,757 DEBUG db_general 188 66986 140735693222848 Query result: 1d67cdfa-e341-4feb-8f1a-a25a6a1ca4a5
+2017-05-04 07:14:55,768 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1071: STiyfUL
+2017-05-04 07:14:55,791 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STiyfUL';
+2017-05-04 07:14:55,798 DEBUG db_general 188 66986 140735693222848 Query result: 3dd46407-148d-482d-9a20-6ecc007c0723
+2017-05-04 07:14:55,812 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1070: STv6zIR
+2017-05-04 07:14:55,823 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STv6zIR';
+2017-05-04 07:14:55,828 DEBUG db_general 188 66986 140735693222848 Query result: ceee4315-af43-4997-aff7-fbc28f9caaad
+2017-05-04 07:14:55,844 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1069: STbZXl9
+2017-05-04 07:14:55,859 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STbZXl9';
+2017-05-04 07:14:55,865 DEBUG db_general 188 66986 140735693222848 Query result: 63fc4612-44f7-4f41-bea8-0558297926f9
+2017-05-04 07:14:55,878 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1068: STXTSbK
+2017-05-04 07:14:55,895 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STXTSbK';
+2017-05-04 07:14:55,899 DEBUG db_general 188 66986 140735693222848 Query result: 487f1128-7349-483f-bf1b-4748fc22ef6d
+2017-05-04 07:14:55,912 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1067: STEUmG8
+2017-05-04 07:14:55,922 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STEUmG8';
+2017-05-04 07:14:55,932 DEBUG db_general 188 66986 140735693222848 Query result: 972fff1e-a8cc-4212-99d3-3ad1de34417b
+2017-05-04 07:14:55,944 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1066: STvXa63
+2017-05-04 07:14:55,954 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STvXa63';
+2017-05-04 07:14:55,956 DEBUG db_general 188 66986 140735693222848 Query result: f683171d-f718-4087-b707-4e70ca8030e1
+2017-05-04 07:14:55,966 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1065: STHBo8c
+2017-05-04 07:14:55,974 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STHBo8c';
+2017-05-04 07:14:55,982 DEBUG db_general 188 66986 140735693222848 Query result: 6d569e9d-cf51-44f9-91db-edff72a0e585
+2017-05-04 07:14:55,991 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1064: STULWGE
+2017-05-04 07:14:55,998 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STULWGE';
+2017-05-04 07:14:56,000 DEBUG db_general 188 66986 140735693222848 Query result: 30e8edfa-71b5-4319-8d3b-d7797ecad7dc
+2017-05-04 07:14:56,008 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1063: STvxdNu
+2017-05-04 07:14:56,016 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STvxdNu';
+2017-05-04 07:14:56,019 DEBUG db_general 188 66986 140735693222848 Query result: cd09c608-386f-4249-be6b-1a02b9d1535e
+2017-05-04 07:14:56,029 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1062: STPX6Dn
+2017-05-04 07:14:56,041 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'STPX6Dn';
+2017-05-04 07:14:56,045 DEBUG db_general 188 66986 140735693222848 Query result: ee07eba2-cda4-4272-8360-f8fc957e5a79
+2017-05-04 07:14:56,054 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1061: ST4QAYB
+2017-05-04 07:14:56,063 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'ST4QAYB';
+2017-05-04 07:14:56,067 DEBUG db_general 188 66986 140735693222848 Query result: 41c356f5-44a3-4fc3-8308-9f1391e973a3
+2017-05-04 07:14:56,075 DEBUG test_left_nav_panel 107 66986 140735693222848 Fetched ID: clickable_2017-1060: ST70GO6
+2017-05-04 07:14:56,083 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_vf Where name = 'ST70GO6';
+2017-05-04 07:14:56,087 DEBUG db_general 188 66986 140735693222848 Query result: 0eee198f-bbde-43d3-9ff0-76661477743f
+2017-05-04 07:14:56,087 DEBUG test_left_nav_panel 113 66986 140735693222848 Right result
+2017-05-04 07:14:56,088 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 07:14:56,088 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 07:14:56,104 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-05-04 07:14:56,104 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 07:14:56,104 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-04 07:14:56,638 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:14:57,180 DEBUG test_login_with_new_user 489 66984 140735693222848 click_on on + Dashboard
+2017-05-04 07:14:57,398 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:14:57,999 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:14:58,094 DEBUG db_checklist 58 66985 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'a554606f-48f3-4f1e-a868-973ee5ac0dde' and state = 'peer_review';
+2017-05-04 07:14:58,097 DEBUG db_checklist 73 66985 140735693222848 Query result: 1
+2017-05-04 07:14:58,101 DEBUG db_general 177 66985 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 07:14:58,105 DEBUG db_general 188 66985 140735693222848 Query result: dd1122@att.com
+2017-05-04 07:14:58,106 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:14:58,106 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:14:58,210 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:14:58,915 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:14:59,487 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:14:59,487 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e88ab8d-36a1-4a21-8976-dd1b8121671c/43c811d932054648959f2ab8369b4b98
+2017-05-04 07:14:59,528 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:14:59,639 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:14:59,639 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:14:59,645 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:14:59,647 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:14:59,649 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:14:59,651 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:14:59,652 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:14:59,794 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:00,189 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:15:00,190 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1688d54e-f6a0-4452-9601-24c1aae22114/checklist/new/
+2017-05-04 07:15:00,317 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:00,317 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:00,391 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:00,398 DEBUG db_general 177 66986 140735693222848 Query : select engagement_id from ice_vf Where name = 'STGyfNj';
+2017-05-04 07:15:00,402 DEBUG db_general 188 66986 140735693222848 Query result: 1688d54e-f6a0-4452-9601-24c1aae22114
+2017-05-04 07:15:00,406 DEBUG db_general 177 66986 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1688d54e-f6a0-4452-9601-24c1aae22114';
+2017-05-04 07:15:00,410 DEBUG db_general 188 66986 140735693222848 Query result: 2017-1078
+2017-05-04 07:15:00,416 DEBUG db_general 177 66986 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1078';
+2017-05-04 07:15:00,419 DEBUG db_general 188 66986 140735693222848 Query result: 2
+2017-05-04 07:15:00,427 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:00,428 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:15:00,747 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:00,759 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:01,198 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:01,266 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:01,298 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:01,379 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:15:01,808 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:02,066 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:15:02,177 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:02,275 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:15:03,012 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:03,340 DEBUG fe_wizard 57 66984 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:15:03,503 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:03,528 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:04,538 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:15:04,616 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:05,749 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:06,340 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:15:06,343 DEBUG db_general 188 66985 140735693222848 Query result: a554606f-48f3-4f1e-a868-973ee5ac0dde
+2017-05-04 07:15:06,405 DEBUG fe_wizard 97 66984 140735693222848 Tab Invite Team Members
+2017-05-04 07:15:06,949 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:07,100 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:15:07,503 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:07,580 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:08,530 DEBUG fe_wizard 115 66984 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:15:08,539 DEBUG helper 42 66984 140735693222848 About to generate SSH Public Key
+2017-05-04 07:15:08,906 DEBUG helper 57 66984 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIo4Hle40XKID+SclO7hCQzlAUn6dHjn1r9Low5ajzx+dQ04uOlB0DIounDXqkv3T2bxWULkJTWRMf7GQRXweeE9147e4CWWUg5KjGX38pJ5ZmPpz/nGHC6Yi41/vnXASG8nJLCZ+MLJrnNGwUGvy3dFyGeCES0fiFX3X64GaPSQE7ILQpDHqjiTSElYSHIeANNrgdBb7ddTnhCt6MXBswJhxEhd6NiPytt3CONuG034ELkG56DSTDvIDX9j+fwwRzjD09YRCwBVc482So9Hj5A99XAUnAaBAtk8ijQ72Y09hHCQm1Wtrw26r0Nd7GrBBy34LyzhnpP5Ad8YOeVCCd
+2017-05-04 07:15:09,276 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:10,303 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:15:10,413 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:11,181 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:11,317 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:15:11,320 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:15:11,325 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:15:11,329 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:15:11,333 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:15:11,335 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:15:12,190 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:12,202 DEBUG fe_wizard 130 66984 140735693222848 SSH Key added via modal window.
+2017-05-04 07:15:13,296 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:13,936 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:14,676 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:15,409 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:15:15,631 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:15:15,686 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSToHFQm';
+2017-05-04 07:15:15,689 DEBUG db_general 188 66984 140735693222848 Query result: 156b8705-66ae-499b-8778-f642b2055cfb
+2017-05-04 07:15:15,696 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '156b8705-66ae-499b-8778-f642b2055cfb';
+2017-05-04 07:15:15,699 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1079
+2017-05-04 07:15:15,703 DEBUG db_general 177 66984 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1079';
+2017-05-04 07:15:15,705 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:15:15,717 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSToHFQm';
+2017-05-04 07:15:15,720 DEBUG db_general 188 66984 140735693222848 Query result: 156b8705-66ae-499b-8778-f642b2055cfb
+2017-05-04 07:15:15,726 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '156b8705-66ae-499b-8778-f642b2055cfb';
+2017-05-04 07:15:15,734 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1079
+2017-05-04 07:15:15,926 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:16,427 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:16,623 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:15:16,832 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:15:19,235 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:15:19,393 DEBUG db_general 177 66984 140735693222848 Query : select full_name from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:15:19,396 DEBUG db_general 188 66984 140735693222848 Query result: Donald Duck
+2017-05-04 07:15:19,466 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 07:15:19,466 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 07:15:19,488 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-05-04 07:15:19,489 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 07:15:19,489 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-05-04 07:15:19,504 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:15:20,047 DEBUG db_checklist 27 66985 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'a554606f-48f3-4f1e-a868-973ee5ac0dde' and state = 'approval';
+2017-05-04 07:15:20,049 DEBUG db_checklist 38 66985 140735693222848 Query result: 3
+2017-05-04 07:15:20,055 DEBUG db_general 177 66985 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 07:15:20,060 DEBUG db_general 188 66985 140735693222848 Query result: admin@att.com
+2017-05-04 07:15:20,060 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:20,061 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:15:20,850 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:15:21,484 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:15:21,609 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:21,625 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:15:21,795 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:15:22,606 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:22,782 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:23,034 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:15:23,034 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec5ecfff-d975-4cbc-b17a-e3b2bbee5071/8bf52e6a49724bf78dc5dbd2aab0bde0
+2017-05-04 07:15:23,073 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:15:23,116 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:23,152 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:15:23,152 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:15:23,156 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:15:23,158 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:15:23,163 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:15:23,165 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:15:23,563 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:15:23,564 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1ac22ff0-495d-4561-a7ce-531d94ad8100/checklist/new/
+2017-05-04 07:15:23,646 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:15:23,647 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:15:23,683 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:23,683 DEBUG api_user 66 66984 140735693222848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-05-04 07:15:23,714 DEBUG api_user 88 66984 140735693222848 Testing for Cross site scripting successfully : STHx5PDstattus Code = 200
+2017-05-04 07:15:23,714 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1ac22ff0-495d-4561-a7ce-531d94ad8100/checklist/new/
+2017-05-04 07:15:23,782 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:15:23,782 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:15:23,804 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 07:15:23,805 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 07:15:23,816 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:23,816 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:23,817 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:15:23,822 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-04 07:15:23,822 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 07:15:23,822 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-05-04 07:15:24,126 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:15:24,796 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:15:25,335 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:25,518 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:15:25,652 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:26,006 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:15:26,509 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:26,819 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:15:26,996 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 07:15:26,996 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 07:15:27,016 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-05-04 07:15:27,017 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 07:15:27,017 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-05-04 07:15:27,386 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:15:27,387 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6188492e-3752-46fd-bc94-8970ef656f64/35c938b3ff404ee2b88710439fb67b7e
+2017-05-04 07:15:27,426 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:15:27,502 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:27,502 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:27,508 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:15:27,509 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:15:27,514 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:15:27,515 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:15:28,072 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:15:28,073 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/62e02207-91ef-4a93-bbad-f921eff93fa0/checklist/new/
+2017-05-04 07:15:28,153 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:28,154 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:28,189 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:28,189 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:28,190 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:15:28,281 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:15:28,284 DEBUG db_general 188 66985 140735693222848 Query result: a554606f-48f3-4f1e-a868-973ee5ac0dde
+2017-05-04 07:15:28,794 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:15:29,049 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:15:29,067 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:15:29,251 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:15:29,758 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:15:29,873 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:30,467 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:15:30,467 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2ce26771-cfbc-4f06-a62a-d8df30c02f3d/f71d0cdfadd04a60841e32bc9c98c0b2
+2017-05-04 07:15:30,522 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:15:30,639 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:15:30,639 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:15:30,644 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:15:30,647 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:15:30,652 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:15:30,654 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:15:30,683 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:31,026 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:15:31,027 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80454541-addf-49c0-b86d-cae6e99b5383/checklist/new/
+2017-05-04 07:15:31,103 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:15:31,103 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:15:31,143 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:31,143 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:31,144 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:15:31,194 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:31,390 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:15:32,059 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:15:32,201 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:15:32,735 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:15:32,867 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:33,094 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:33,816 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 07:15:33,816 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 07:15:33,832 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-05-04 07:15:33,833 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 07:15:33,833 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-05-04 07:15:34,058 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:15:34,475 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:34,981 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:35,724 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:36,372 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:36,948 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:15:37,380 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:15:38,148 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:15:38,152 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STuPaqx@amdocs.com';
+2017-05-04 07:15:38,155 DEBUG db_general 136 66984 140735693222848 Query result: 2f61e876-c5c0-4b84-b146-6763d83b53ce
+2017-05-04 07:15:38,159 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STuPaqx@amdocs.com';
+2017-05-04 07:15:38,161 DEBUG db_general 136 66984 140735693222848 Query result: 2f61e876-c5c0-4b84-b146-6763d83b53ce
+2017-05-04 07:15:38,165 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STuPaqx@amdocs.com';
+2017-05-04 07:15:38,167 DEBUG db_general 136 66984 140735693222848 Query result: 1097
+2017-05-04 07:15:38,171 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1097';
+2017-05-04 07:15:38,173 DEBUG db_general 188 66984 140735693222848 Query result: ce64b8d243954e9fac495f7537b79cdf
+2017-05-04 07:15:38,173 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2f61e876-c5c0-4b84-b146-6763d83b53ce/ce64b8d243954e9fac495f7537b79cdf
+2017-05-04 07:15:38,174 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2f61e876-c5c0-4b84-b146-6763d83b53ce/ce64b8d243954e9fac495f7537b79cdf
+2017-05-04 07:15:38,643 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:38,883 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:38,883 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:15:39,708 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 07:15:39,708 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 07:15:39,724 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-05-04 07:15:39,725 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 07:15:39,725 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 07:15:39,784 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:15:40,232 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:40,520 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:15:40,703 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:15:41,144 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:41,230 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:41,977 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:15:42,240 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:15:43,109 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:15:43,109 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/20115fa3-32a8-4e23-88af-e7f1d5ac978d/e2946d70ca0f472290671ad5d4fa296a
+2017-05-04 07:15:43,141 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:15:43,208 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:43,208 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:43,212 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:15:43,215 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:15:43,222 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:15:43,224 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:15:43,587 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:15:43,587 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5d568fa7-7f0f-4df9-b9c6-a729042c4064/checklist/new/
+2017-05-04 07:15:43,655 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:43,656 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:43,690 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:43,690 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:43,691 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:15:43,959 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:44,560 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:15:44,703 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:44,703 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:15:45,218 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:15:45,329 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:45,524 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:15:45,720 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:15:46,194 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:15:46,235 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:46,310 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:15:47,240 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:15:47,320 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:15:47,883 DEBUG test_login_with_new_user 413 66984 140735693222848 click_on on + Dashboard
+2017-05-04 07:15:48,317 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:48,422 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:48,686 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:15:48,902 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:49,536 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:50,086 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:51,104 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:15:51,741 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:51,758 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:53,274 DEBUG fe_wizard 77 66984 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 07:15:53,499 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:15:54,703 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:55,732 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 07:15:55,732 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 07:15:55,750 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 07:15:55,750 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 07:15:55,750 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 07:15:56,243 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:56,273 DEBUG fe_wizard 97 66984 140735693222848 Tab Invite Team Members
+2017-05-04 07:15:56,770 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:57,389 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:57,406 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:15:57,946 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:15:58,417 DEBUG fe_wizard 115 66984 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:15:58,427 DEBUG helper 42 66984 140735693222848 About to generate SSH Public Key
+2017-05-04 07:15:58,669 DEBUG helper 57 66984 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdv42saRHz/UIkgUde0OSHPz9BjZtRnHJ8cMe+8W+ZqHA/B0dc94+F8O/IqAXU065qlSmOsJCSHhOdCsU2NmTSVuN2g8Nwd9z3fYff3u2jSx3dHgKCmLQYVnLieoCxckfQ0yCgLZvgFGgotVb+50dU3ustHNrVCgOBBNuCG/fEGbKO0UFHcDtkBjNiPA/kNsMhGa9WuPLPDKcnSoDrxhbdLkG96yM4w6U+NNwubqspxCTYG74jwvBXHUMR/kWDvDvGBVBbRrTXMKe7GKFM5huiCuRiuOc6Nck5JljSsLhHjJpnUQN/5tdwzGbshIn9T/jP42pDF088q7z1A8TuetZV
+2017-05-04 07:15:59,064 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:15:59,064 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3177722f-26bb-4c38-953f-39bb653794e9/ae0d64f7359c475cbb4c81aa5dad0355
+2017-05-04 07:15:59,101 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:15:59,174 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:59,174 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:59,178 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:15:59,179 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:15:59,183 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:15:59,184 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:15:59,429 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:15:59,430 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/362c03d7-66fa-4543-94de-33dadb2e34ae/checklist/new/
+2017-05-04 07:15:59,497 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:15:59,497 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:15:59,528 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:15:59,529 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:15:59,529 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:16:00,058 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTd6nwR';
+2017-05-04 07:16:00,061 DEBUG db_general 188 66983 140735693222848 Query result: d6e4cc04-eedd-4657-8f0a-cc2d58d9af30
+2017-05-04 07:16:00,065 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd6e4cc04-eedd-4657-8f0a-cc2d58d9af30';
+2017-05-04 07:16:00,067 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1083
+2017-05-04 07:16:00,224 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:00,368 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:16:00,837 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:01,018 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:16:01,126 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:01,859 DEBUG fe_wizard 130 66984 140735693222848 SSH Key added via modal window.
+2017-05-04 07:16:01,865 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTxR3c0';
+2017-05-04 07:16:01,869 DEBUG db_general 188 66984 140735693222848 Query result: dac06b4b-203c-42de-b42b-9cdcff79f6ce
+2017-05-04 07:16:01,873 DEBUG db_user 49 66984 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'dac06b4b-203c-42de-b42b-9cdcff79f6ce' and email = 'automationqattSTzeEMI@gmail.com' ;
+2017-05-04 07:16:01,877 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTzeEMI@gmail.com
+2017-05-04 07:16:02,072 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:03,080 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:16:03,969 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 07:16:03,971 DEBUG db_general 188 66984 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:16:03,971 DEBUG db_user 37 66984 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STdiQB4@att.com&full_name=ST6WvY1ST1ae0S&phone_number=2013698275&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:16:03,971 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STdiQB4@att.com&full_name=ST6WvY1ST1ae0S&phone_number=2013698275&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:16:04,275 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:05,010 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTxR3c0';
+2017-05-04 07:16:05,012 DEBUG db_general 188 66984 140735693222848 Query result: b7495d84-bb7b-4eb2-8268-bc931c524fad
+2017-05-04 07:16:05,016 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7495d84-bb7b-4eb2-8268-bc931c524fad';
+2017-05-04 07:16:05,018 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1086
+2017-05-04 07:16:05,023 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1086';
+2017-05-04 07:16:05,027 DEBUG db_general 188 66984 140735693222848 Query result: b7495d84-bb7b-4eb2-8268-bc931c524fad
+2017-05-04 07:16:05,033 DEBUG db_user 49 66984 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'b7495d84-bb7b-4eb2-8268-bc931c524fad' and email = 'STdiQB4@att.com' ;
+2017-05-04 07:16:05,038 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTxR3c0';
+2017-05-04 07:16:05,040 DEBUG db_general 188 66984 140735693222848 Query result: b7495d84-bb7b-4eb2-8268-bc931c524fad
+2017-05-04 07:16:05,044 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7495d84-bb7b-4eb2-8268-bc931c524fad';
+2017-05-04 07:16:05,046 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1086
+2017-05-04 07:16:05,049 DEBUG db_general 177 66984 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1086';
+2017-05-04 07:16:05,052 DEBUG db_general 188 66984 140735693222848 Query result: 2
+2017-05-04 07:16:05,057 DEBUG api_user 206 66984 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:16:05,207 DEBUG api_user 231 66984 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:16:05,208 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b7495d84-bb7b-4eb2-8268-bc931c524fad/checklist/new/
+2017-05-04 07:16:05,281 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:16:05,281 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:16:05,321 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:05,327 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STdiQB4@att.com';
+2017-05-04 07:16:05,330 DEBUG db_general 136 66984 140735693222848 Query result: a4180591-2f57-4b0c-89ad-faf016141a66
+2017-05-04 07:16:05,334 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STdiQB4@att.com';
+2017-05-04 07:16:05,336 DEBUG db_general 136 66984 140735693222848 Query result: 1100
+2017-05-04 07:16:05,340 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1100';
+2017-05-04 07:16:05,344 DEBUG db_general 188 66984 140735693222848 Query result: 3c48a63219674409bbf969a37400fe15
+2017-05-04 07:16:05,344 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4180591-2f57-4b0c-89ad-faf016141a66/3c48a63219674409bbf969a37400fe15
+2017-05-04 07:16:05,348 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTr6THg';
+2017-05-04 07:16:05,349 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b7495d84-bb7b-4eb2-8268-bc931c524fad';
+2017-05-04 07:16:05,351 DEBUG db_general 188 66983 140735693222848 Query result: 74cbbac9-9fe6-48ba-91da-a0ad09256381
+2017-05-04 07:16:05,353 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1086
+2017-05-04 07:16:05,353 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4180591-2f57-4b0c-89ad-faf016141a66/3c48a63219674409bbf969a37400fe15
+2017-05-04 07:16:05,356 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '74cbbac9-9fe6-48ba-91da-a0ad09256381';
+2017-05-04 07:16:05,359 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1085
+2017-05-04 07:16:05,402 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:05,613 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:06,260 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:06,316 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:06,316 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:16:07,095 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:16:07,728 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:16:07,821 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login/b7495d84-bb7b-4eb2-8268-bc931c524fad?activation_success=true page is loaded.
+2017-05-04 07:16:08,290 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:08,353 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:09,364 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:16:10,431 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 07:16:10,431 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 07:16:10,446 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-05-04 07:16:10,447 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 07:16:10,447 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-05-04 07:16:10,817 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:11,088 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST7VCrh';
+2017-05-04 07:16:11,091 DEBUG db_general 188 66983 140735693222848 Query result: 30f31c7c-4120-4460-8706-78880d24ec90
+2017-05-04 07:16:11,095 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '30f31c7c-4120-4460-8706-78880d24ec90';
+2017-05-04 07:16:11,098 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1087
+2017-05-04 07:16:11,346 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:11,849 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 07:16:11,849 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 07:16:11,865 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 07:16:11,866 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 07:16:11,866 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 07:16:12,614 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:16:13,885 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:16:13,888 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST2F6CA@intl.att.com';
+2017-05-04 07:16:13,891 DEBUG db_general 136 66984 140735693222848 Query result: 415a0157-0056-40bb-94fb-e9431521289b
+2017-05-04 07:16:13,897 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST2F6CA@intl.att.com';
+2017-05-04 07:16:13,899 DEBUG db_general 136 66984 140735693222848 Query result: 415a0157-0056-40bb-94fb-e9431521289b
+2017-05-04 07:16:13,903 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'ST2F6CA@intl.att.com';
+2017-05-04 07:16:13,905 DEBUG db_general 136 66984 140735693222848 Query result: 1101
+2017-05-04 07:16:13,909 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1101';
+2017-05-04 07:16:13,912 DEBUG db_general 188 66984 140735693222848 Query result: 693e1b2e732345398c521135216ff70f
+2017-05-04 07:16:13,913 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/415a0157-0056-40bb-94fb-e9431521289b/693e1b2e732345398c521135216ff70f
+2017-05-04 07:16:13,913 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/415a0157-0056-40bb-94fb-e9431521289b/693e1b2e732345398c521135216ff70f
+2017-05-04 07:16:14,055 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:16:14,690 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:14,691 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:16:15,195 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:16:15,196 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e63ffc4-2cbd-46ca-9bdb-c906e77eb796/9328a6a3889d412b81880dc46529f471
+2017-05-04 07:16:15,235 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:16:15,305 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:16:15,305 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:16:15,310 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:16:15,311 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:16:15,315 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:16:15,317 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:16:15,608 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:16:15,749 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:16:15,749 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0710377f-e364-4c02-a781-687b957f06bc/checklist/new/
+2017-05-04 07:16:15,866 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:16:15,867 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:16:15,898 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:15,908 DEBUG db_general 177 66986 140735693222848 Query : select id from ice_user_profile Where email = 'ST1iQ8p@intl.att.com';
+2017-05-04 07:16:15,912 DEBUG db_general 188 66986 140735693222848 Query result: 1102
+2017-05-04 07:16:15,916 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1102';
+2017-05-04 07:16:15,919 DEBUG db_general 188 66986 140735693222848 Query result: 47e62138-ac0f-4f68-8206-7c5333d5991d
+2017-05-04 07:16:15,925 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:15,925 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:16:16,267 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:16:16,389 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:16:16,767 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTd6nwR';
+2017-05-04 07:16:16,770 DEBUG db_general 188 66983 140735693222848 Query result: d6e4cc04-eedd-4657-8f0a-cc2d58d9af30
+2017-05-04 07:16:16,775 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd6e4cc04-eedd-4657-8f0a-cc2d58d9af30';
+2017-05-04 07:16:16,777 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1083
+2017-05-04 07:16:16,781 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTd6nwR';
+2017-05-04 07:16:16,783 DEBUG db_general 188 66983 140735693222848 Query result: d6e4cc04-eedd-4657-8f0a-cc2d58d9af30
+2017-05-04 07:16:16,787 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd6e4cc04-eedd-4657-8f0a-cc2d58d9af30';
+2017-05-04 07:16:16,789 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1083
+2017-05-04 07:16:16,792 DEBUG db_general 177 66983 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1083';
+2017-05-04 07:16:16,794 DEBUG db_general 188 66983 140735693222848 Query result: 2
+2017-05-04 07:16:16,803 DEBUG db_general 128 66983 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STwvcG3@intl.att.com';
+2017-05-04 07:16:16,805 DEBUG db_general 136 66983 140735693222848 Query result: 2ce26771-cfbc-4f06-a62a-d8df30c02f3d
+2017-05-04 07:16:16,810 DEBUG db_user 49 66983 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'd6e4cc04-eedd-4657-8f0a-cc2d58d9af30' and email = 'STKlTUw@intl.att.com' ;
+2017-05-04 07:16:16,816 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 07:16:16,819 DEBUG db_general 188 66983 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:16:16,819 DEBUG db_user 37 66983 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=6a32b095-6df4-4bc2-9985-051602c7702e&email=STKlTUw@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:16:16,819 DEBUG api_user 206 66983 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:16:16,828 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:16:17,210 DEBUG api_user 231 66983 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:16:17,210 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d6e4cc04-eedd-4657-8f0a-cc2d58d9af30/checklist/new/
+2017-05-04 07:16:17,277 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:16:17,277 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:16:17,308 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:17,313 DEBUG db_general 128 66983 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STKlTUw@intl.att.com';
+2017-05-04 07:16:17,316 DEBUG db_general 136 66983 140735693222848 Query result: 3879ad0f-2883-4f0b-bd7f-2646398957f4
+2017-05-04 07:16:17,320 DEBUG db_general 128 66983 140735693222848 Query : select id from auth_user WHERE Email = 'STKlTUw@intl.att.com';
+2017-05-04 07:16:17,322 DEBUG db_general 136 66983 140735693222848 Query result: 1103
+2017-05-04 07:16:17,327 DEBUG db_general 177 66983 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1103';
+2017-05-04 07:16:17,329 DEBUG db_general 188 66983 140735693222848 Query result: 167ae8df759444afbe37bb0d0e1552d0
+2017-05-04 07:16:17,329 DEBUG db_user 27 66983 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3879ad0f-2883-4f0b-bd7f-2646398957f4/167ae8df759444afbe37bb0d0e1552d0
+2017-05-04 07:16:17,330 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3879ad0f-2883-4f0b-bd7f-2646398957f4/167ae8df759444afbe37bb0d0e1552d0
+2017-05-04 07:16:17,500 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:16:17,607 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:16:17,614 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:18,030 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:18,030 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:16:18,621 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:16:18,845 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:16:19,506 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:16:19,618 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login/d6e4cc04-eedd-4657-8f0a-cc2d58d9af30?activation_success=true page is loaded.
+2017-05-04 07:16:19,806 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:20,010 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:20,010 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:16:20,741 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:20,799 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:16:20,918 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:21,547 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:16:21,660 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:21,747 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:16:22,277 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTd6nwR';
+2017-05-04 07:16:22,279 DEBUG db_general 188 66983 140735693222848 Query result: d6e4cc04-eedd-4657-8f0a-cc2d58d9af30
+2017-05-04 07:16:22,283 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd6e4cc04-eedd-4657-8f0a-cc2d58d9af30';
+2017-05-04 07:16:22,285 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1083
+2017-05-04 07:16:22,449 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:22,672 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:16:22,725 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:23,225 DEBUG test_login_with_new_user 342 66984 140735693222848 click_on on + Dashboard
+2017-05-04 07:16:23,867 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:23,968 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:16:23,974 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTr6THg';
+2017-05-04 07:16:23,982 DEBUG db_general 188 66983 140735693222848 Query result: 74cbbac9-9fe6-48ba-91da-a0ad09256381
+2017-05-04 07:16:23,987 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '74cbbac9-9fe6-48ba-91da-a0ad09256381';
+2017-05-04 07:16:23,989 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1085
+2017-05-04 07:16:24,214 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:24,980 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:25,737 DEBUG db_general 177 66983 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST7VCrh';
+2017-05-04 07:16:25,741 DEBUG db_general 188 66983 140735693222848 Query result: 30f31c7c-4120-4460-8706-78880d24ec90
+2017-05-04 07:16:25,745 DEBUG db_general 177 66983 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '30f31c7c-4120-4460-8706-78880d24ec90';
+2017-05-04 07:16:25,748 DEBUG db_general 188 66983 140735693222848 Query result: 2017-1087
+2017-05-04 07:16:25,928 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:26,408 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:27,006 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:27,452 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 07:16:27,452 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 07:16:27,512 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-05-04 07:16:27,512 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 07:16:27,512 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-05-04 07:16:28,531 DEBUG fe_wizard 57 66984 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:16:29,621 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:16:30,656 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:16:30,656 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a82542e-ce58-461d-a617-1a3f4d2ac38a/365f41ad9fb543388eb656d532e467fb
+2017-05-04 07:16:30,689 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:16:30,753 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:16:30,754 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:16:30,758 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:16:30,760 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:16:30,764 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:16:30,766 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:16:31,183 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:16:31,183 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/28687a09-eeba-49bb-bf51-cdb96022e9d5/checklist/new/
+2017-05-04 07:16:31,250 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:16:31,250 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:16:31,283 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:31,368 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:16:31,369 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f27aa9f8-a5c0-4a9d-98e7-fc9bd3f47560/77405ae46bc54df9850bb4c3d9a79976
+2017-05-04 07:16:31,400 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:16:31,471 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:16:31,471 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:16:31,475 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:16:31,477 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:16:31,481 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:16:31,482 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:16:31,561 DEBUG fe_wizard 97 66984 140735693222848 Tab Invite Team Members
+2017-05-04 07:16:31,780 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:16:31,781 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1163885-3f10-4e4b-93ad-36b61d2fe211/checklist/new/
+2017-05-04 07:16:31,849 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:16:31,849 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:16:31,885 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:31,885 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:31,885 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:16:32,778 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:16:33,162 DEBUG fe_wizard 115 66984 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:16:33,174 DEBUG helper 42 66984 140735693222848 About to generate SSH Public Key
+2017-05-04 07:16:33,296 DEBUG helper 57 66984 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB2OIBbZIHlg7WjW2izLLRTRk9CLJAlNqbroP1U+IYJFIuj2+qpFoACnxxUh/TNr8G0HgDOYnvkoP+MOQaF+V7OUt1sbhR2Tvq4hzeXeyLebsXQb0WL4+DNe3qBQ0v75AwvqwJlJiWoa/8pGWZ9SHzN7rT6PbCyMaLWJcuhTObnv/jqIPBbq9bTJ2TnIUbFcvHYig2Kv5zTY0KEx4ewQ8NRxCbVfUsXpgHml3eaMYavq5h00qGdVXzsWplHpNr7RbYXDxqjwLgBwn4kE769faPvPs/MUeLrG0YhxoWz/iD3pdEtxhu7Q7fdmNGW9xrebwvwkdUSXMddXq3iKYJoiRj
+2017-05-04 07:16:33,448 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:16:33,562 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:34,570 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:16:35,330 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:35,463 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:36,487 DEBUG fe_wizard 130 66984 140735693222848 SSH Key added via modal window.
+2017-05-04 07:16:36,492 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSThHyFI';
+2017-05-04 07:16:36,494 DEBUG db_general 188 66984 140735693222848 Query result: 55ab38c9-4896-45fd-bbba-75338bd6d4b8
+2017-05-04 07:16:36,498 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSThHyFI';
+2017-05-04 07:16:36,500 DEBUG db_general 188 66984 140735693222848 Query result: 55ab38c9-4896-45fd-bbba-75338bd6d4b8
+2017-05-04 07:16:36,504 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '55ab38c9-4896-45fd-bbba-75338bd6d4b8';
+2017-05-04 07:16:36,506 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1090
+2017-05-04 07:16:36,509 DEBUG db_general 177 66984 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1090';
+2017-05-04 07:16:36,511 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:16:36,523 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '55ab38c9-4896-45fd-bbba-75338bd6d4b8';
+2017-05-04 07:16:36,526 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1090
+2017-05-04 07:16:36,531 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1090';
+2017-05-04 07:16:36,533 DEBUG db_general 188 66984 140735693222848 Query result: 55ab38c9-4896-45fd-bbba-75338bd6d4b8
+2017-05-04 07:16:36,537 DEBUG db_user 49 66984 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '55ab38c9-4896-45fd-bbba-75338bd6d4b8' and email = 'STMuAGK@ericson.com' ;
+2017-05-04 07:16:36,546 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 07:16:36,548 DEBUG db_general 188 66984 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:16:36,548 DEBUG db_user 37 66984 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=201acf01-61cb-4fbb-82db-209474259e0d&email=STMuAGK@ericson.com&full_name=STtmUvASTzN5AR&phone_number=2015683469&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:16:36,548 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=201acf01-61cb-4fbb-82db-209474259e0d&email=STMuAGK@ericson.com&full_name=STtmUvASTzN5AR&phone_number=2015683469&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:16:38,133 DEBUG api_user 206 66984 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:16:38,268 DEBUG api_user 231 66984 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:16:38,268 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55ab38c9-4896-45fd-bbba-75338bd6d4b8/checklist/new/
+2017-05-04 07:16:38,352 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:16:38,352 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:16:38,388 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:38,393 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STMuAGK@ericson.com';
+2017-05-04 07:16:38,396 DEBUG db_general 136 66984 140735693222848 Query result: bc7fdd12-4eb0-456a-a707-a982f02279cf
+2017-05-04 07:16:38,400 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STMuAGK@ericson.com';
+2017-05-04 07:16:38,402 DEBUG db_general 136 66984 140735693222848 Query result: 1106
+2017-05-04 07:16:38,408 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1106';
+2017-05-04 07:16:38,410 DEBUG db_general 188 66984 140735693222848 Query result: 4c25586658ca49b587808238032014ff
+2017-05-04 07:16:38,410 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bc7fdd12-4eb0-456a-a707-a982f02279cf/4c25586658ca49b587808238032014ff
+2017-05-04 07:16:38,410 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bc7fdd12-4eb0-456a-a707-a982f02279cf/4c25586658ca49b587808238032014ff
+2017-05-04 07:16:38,641 DEBUG db_user 49 66983 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '28687a09-eeba-49bb-bf51-cdb96022e9d5' and email = 'ST7ZvYc@intl.att.com' ;
+2017-05-04 07:16:38,645 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=6c0f3950-e0f3-4f71-9980-a5d5aa6acac2
+2017-05-04 07:16:39,071 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:39,071 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:16:39,261 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:39,262 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:16:39,882 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:16:40,114 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:16:40,577 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:16:40,697 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login/55ab38c9-4896-45fd-bbba-75338bd6d4b8?activation_success=true page is loaded.
+2017-05-04 07:16:40,767 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:16:40,877 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=6c0f3950-e0f3-4f71-9980-a5d5aa6acac2 page is loaded.
+2017-05-04 07:16:41,245 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:41,391 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:42,256 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:16:42,399 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:16:42,815 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 07:16:42,815 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 07:16:42,862 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-05-04 07:16:42,863 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 07:16:42,863 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-05-04 07:16:44,788 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:16:44,917 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:44,917 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:16:44,963 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:16:45,656 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:16:45,803 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:16:45,806 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:16:45,809 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:16:45,812 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:16:45,815 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:16:45,817 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:16:46,087 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:16:46,088 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7350c3d3-6adc-46da-8256-4ebf16863913/0441f711b71d4907965d5b10da31ac78
+2017-05-04 07:16:46,126 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:16:46,199 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:16:46,199 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:16:46,203 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:16:46,205 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:16:46,208 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:16:46,210 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:16:46,277 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:16:46,369 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:46,771 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:16:46,772 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fffaf9e1-c3ae-4889-b39e-764c8eebafdf/checklist/new/
+2017-05-04 07:16:46,842 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:16:46,842 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:16:46,877 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:16:46,948 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:16:46,948 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:16:46,948 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:46,948 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:16:47,376 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:16:47,827 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:16:48,073 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:48,493 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:16:48,604 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:48,916 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:16:48,919 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:16:48,922 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:16:48,926 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:16:48,930 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:16:48,932 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:16:49,389 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:49,611 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:16:49,684 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:16:50,445 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:16:50,787 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:50,883 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:16:51,905 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:53,008 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:53,502 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:16:53,562 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:53,996 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:54,198 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:16:54,198 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:16:54,968 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:16:55,009 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:16:55,594 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:16:55,687 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:16:56,591 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:57,601 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:16:57,651 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:58,135 DEBUG db_general 177 66985 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 07:16:58,137 DEBUG db_general 188 66985 140735693222848 Query result: hs0007@att.com
+2017-05-04 07:16:58,229 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:16:58,832 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:16:59,820 DEBUG db_general 66 66984 140735693222848 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTZMiXh';
+2017-05-04 07:16:59,823 DEBUG db_general 78 66984 140735693222848 Query result: newVFVersion4STCwIs8
+2017-05-04 07:16:59,827 DEBUG db_general 66 66984 140735693222848 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion4STCwIs8';
+2017-05-04 07:16:59,830 DEBUG db_general 78 66984 140735693222848 Query result: newVFSTZMiXh
+2017-05-04 07:16:59,830 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 07:16:59,831 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 07:16:59,847 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-05-04 07:16:59,847 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 07:16:59,847 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-05-04 07:16:59,940 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:00,362 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:00,711 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:02,027 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:17:02,235 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:17:02,246 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:17:02,249 DEBUG db_general 188 66985 140735693222848 Query result: a554606f-48f3-4f1e-a868-973ee5ac0dde
+2017-05-04 07:17:02,993 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:17:03,147 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:17:03,151 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STDRQJj@intl.att.com';
+2017-05-04 07:17:03,154 DEBUG db_general 136 66984 140735693222848 Query result: bd881298-93d2-4a97-8858-9ac637218b6d
+2017-05-04 07:17:03,158 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STDRQJj@intl.att.com';
+2017-05-04 07:17:03,161 DEBUG db_general 136 66984 140735693222848 Query result: 1108
+2017-05-04 07:17:03,165 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1108';
+2017-05-04 07:17:03,167 DEBUG db_general 188 66984 140735693222848 Query result: 05289bb137fa4d28acd3f77503bc0924
+2017-05-04 07:17:03,168 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd881298-93d2-4a97-8858-9ac637218b6d/05289bb137fa4d28acd3f77503bc0924
+2017-05-04 07:17:03,168 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd881298-93d2-4a97-8858-9ac637218b6d/05289bb137fa4d28acd3f77503bc0924
+2017-05-04 07:17:03,870 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:03,871 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:17:04,742 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:17:04,995 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:05,415 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:17:05,540 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:17:05,597 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:06,885 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:17:09,399 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:17:09,404 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STQL0tH@intl.att.com';
+2017-05-04 07:17:09,407 DEBUG db_general 136 66984 140735693222848 Query result: 1271da75-8b09-4c88-8843-e0d62485c4ff
+2017-05-04 07:17:09,411 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STQL0tH@intl.att.com';
+2017-05-04 07:17:09,414 DEBUG db_general 136 66984 140735693222848 Query result: 1109
+2017-05-04 07:17:09,418 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1109';
+2017-05-04 07:17:09,420 DEBUG db_general 188 66984 140735693222848 Query result: a6edb30619dd47949434b6af95640d03
+2017-05-04 07:17:09,420 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1271da75-8b09-4c88-8843-e0d62485c4ff/a6edb30619dd47949434b6af95640d03
+2017-05-04 07:17:10,080 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:10,081 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:17:11,004 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:17:11,669 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:17:11,790 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:17:12,403 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:12,884 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:17:14,253 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:17:14,617 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 07:17:14,617 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 07:17:14,632 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-05-04 07:17:14,632 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 07:17:14,632 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-05-04 07:17:16,729 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:17:16,786 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:17,525 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:17,892 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:17:17,893 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:17,893 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:17:18,898 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:17:19,570 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:17:20,263 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:17:20,801 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STxj4HQ@intl.att.com';
+2017-05-04 07:17:20,804 DEBUG db_general 136 66984 140735693222848 Query result: 401e298b-0390-43ce-b0f8-907aa9c08eaa
+2017-05-04 07:17:20,809 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STxj4HQ@intl.att.com';
+2017-05-04 07:17:20,811 DEBUG db_general 136 66984 140735693222848 Query result: 1110
+2017-05-04 07:17:20,815 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1110';
+2017-05-04 07:17:20,817 DEBUG db_general 188 66984 140735693222848 Query result: e5fd5c94f2514ed29778c6266f88d693
+2017-05-04 07:17:20,817 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/401e298b-0390-43ce-b0f8-907aa9c08eaa/e5fd5c94f2514ed29778c6266f88d693
+2017-05-04 07:17:20,817 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/401e298b-0390-43ce-b0f8-907aa9c08eaa/e5fd5c94f2514ed29778c6266f88d693
+2017-05-04 07:17:21,422 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:21,422 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:17:22,238 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:17:22,895 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:17:22,999 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:17:23,449 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:24,330 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:17:24,860 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 07:17:24,861 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 07:17:24,879 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-05-04 07:17:24,880 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 07:17:24,880 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-05-04 07:17:26,401 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:17:26,997 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:17:28,084 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:17:28,084 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/209a18c2-0614-43e3-9cd1-6972e2402a7b/5c76f1a498d74657b572e0412ce6e502
+2017-05-04 07:17:28,121 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:17:28,192 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:17:28,192 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:17:28,197 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:17:28,199 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:17:28,202 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:17:28,204 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:17:28,422 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:17:28,423 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f236f281-553a-40ca-aa6a-3bd45b93169d/checklist/new/
+2017-05-04 07:17:28,494 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:17:28,494 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:17:28,528 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:17:28,528 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:28,529 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:17:29,005 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:29,407 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:17:29,579 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:30,092 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:17:30,202 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:17:31,209 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:17:32,382 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:33,502 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:36,168 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:17:37,146 DEBUG fe_wizard 24 66983 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:17:37,980 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:39,635 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:39,800 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:40,530 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:40,662 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 07:17:40,662 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 07:17:40,696 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 07:17:40,697 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 07:17:40,697 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 07:17:40,750 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:42,810 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:17:43,335 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:43,605 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'ST1FyR4';
+2017-05-04 07:17:43,607 DEBUG db_general 188 66984 140735693222848 Query result: f236f281-553a-40ca-aa6a-3bd45b93169d
+2017-05-04 07:17:43,611 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'f236f281-553a-40ca-aa6a-3bd45b93169d';
+2017-05-04 07:17:43,614 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1098
+2017-05-04 07:17:43,617 DEBUG db_general 177 66984 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1098';
+2017-05-04 07:17:43,620 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:17:43,627 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:17:43,968 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:17:43,969 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fc87e66e-f8de-4b70-b6b8-a26350f12b3c/12f98a92856c4a73a33a5357ab3ca45c
+2017-05-04 07:17:44,004 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:17:44,082 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:17:44,083 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:17:44,088 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:17:44,090 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:17:44,094 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:17:44,095 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:17:44,295 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:44,295 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:17:44,377 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:17:44,377 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/910d4cde-ae5a-45c8-a51c-9f03caec68e6/checklist/new/
+2017-05-04 07:17:44,464 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:17:44,464 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:17:44,500 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:17:44,500 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:44,501 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:17:45,062 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:17:45,364 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:17:45,694 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:17:45,780 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:17:46,023 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:17:46,219 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:46,219 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:17:46,770 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:47,080 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:47,263 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 07:17:47,263 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 07:17:47,279 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-05-04 07:17:47,280 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 07:17:47,280 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-05-04 07:17:47,340 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:47,592 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:48,355 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:17:48,600 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:17:49,399 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:17:49,564 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:49,828 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:50,519 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:17:50,519 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/94a739f0-657c-4113-b87d-a9596318fce9/dd3c246f88f74ce4a03f9b976053c701
+2017-05-04 07:17:50,552 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:17:50,631 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:17:50,632 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:17:50,637 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:17:50,640 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:17:50,646 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:17:50,648 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:17:50,676 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:50,927 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:17:51,248 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:17:51,248 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5aa51388-12c6-4c39-9cf4-a91d7cc17f9a/checklist/new/
+2017-05-04 07:17:51,271 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:51,360 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:17:51,360 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:17:51,405 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:17:51,508 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:17:51,508 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2c436843-92d0-4f28-8ece-071fa070329b/28bb731ba55648b7a3a75424e8e84875
+2017-05-04 07:17:51,549 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:17:51,624 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:17:51,624 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:17:51,628 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:17:51,629 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:17:51,633 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:17:51,634 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:17:51,952 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:51,979 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:17:51,979 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/805d91e2-9900-478f-83d1-2a982d8d2b94/checklist/new/
+2017-05-04 07:17:52,048 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:17:52,048 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:17:52,081 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:17:52,155 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:17:52,155 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1fa662c6-dc7c-4ba0-87d9-70e42f5ab4f3/ca366371e20a41c7bffaeec0151719d5
+2017-05-04 07:17:52,190 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:17:52,259 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:17:52,259 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:17:52,263 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:17:52,266 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:17:52,270 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:17:52,272 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:17:52,488 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:17:52,488 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9364ad5f-8320-4c7e-930d-79f1937aaaee/checklist/new/
+2017-05-04 07:17:52,558 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:17:52,559 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:17:52,592 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:17:52,593 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:17:52,593 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:17:53,463 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:17:54,142 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:17:54,264 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:17:54,908 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:55,009 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:55,273 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:17:55,936 DEBUG test_next_step 91 66986 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 07:17:56,044 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:57,239 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:58,101 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:17:58,269 DEBUG test_next_step 91 66986 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 07:17:58,270 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 07:17:58,270 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 07:17:58,285 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 07:17:58,285 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 07:17:58,285 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 07:17:59,389 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1102';
+2017-05-04 07:17:59,392 DEBUG db_general 188 66983 140735693222848 Query result: 5aa51388-12c6-4c39-9cf4-a91d7cc17f9a
+2017-05-04 07:17:59,395 DEBUG db_user 49 66983 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5aa51388-12c6-4c39-9cf4-a91d7cc17f9a' and email = 'STTdM2l@intl.att.com' ;
+2017-05-04 07:17:59,399 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=8e1dd944-6ddf-41bc-a0da-511f48c374ff
+2017-05-04 07:18:00,084 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:00,084 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:18:00,386 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:00,516 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:18:00,935 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:18:01,145 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:01,146 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:18:01,535 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:18:01,536 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1f05ddee-93b6-4c38-9ee1-bd58847ddecb/530c9159875b4aca9ed023004fd9dfc5
+2017-05-04 07:18:01,567 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:18:01,577 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:01,656 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:01,656 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:01,661 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:01,663 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:01,668 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:01,671 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:01,695 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=8e1dd944-6ddf-41bc-a0da-511f48c374ff page is loaded.
+2017-05-04 07:18:01,996 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:01,997 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ffe3eea3-e4ca-48fd-bfe0-2b3a27794971/checklist/new/
+2017-05-04 07:18:02,007 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:18:02,094 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:02,094 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:02,145 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:02,145 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:02,146 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:18:02,298 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:02,650 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:18:02,761 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:03,038 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:18:03,310 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:18:03,706 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:18:03,769 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:18:03,816 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:04,522 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:04,935 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:05,035 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:05,766 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:05,767 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:18:06,044 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:06,046 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:18:06,503 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:18:07,127 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:18:07,217 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:07,226 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:07,683 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 07:18:07,684 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 07:18:07,699 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-05-04 07:18:07,700 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 07:18:07,700 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-05-04 07:18:08,224 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:18:08,350 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:08,997 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:09,265 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:09,940 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:10,380 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:18:11,073 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:18:11,074 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df552d13-6654-452d-a3bf-d146d97464b7/0eeeea70e2dc40d58abf4484a4206aed
+2017-05-04 07:18:11,104 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:11,174 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:18:11,174 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:18:11,180 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:11,182 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:11,186 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:11,188 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:11,398 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:18:11,401 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:18:11,404 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:18:11,407 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:18:11,411 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:18:11,413 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:18:11,905 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:11,906 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/25836584-f5e9-4c2b-9282-e223cd7299a4/checklist/new/
+2017-05-04 07:18:11,973 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:18:11,974 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:18:12,005 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:12,104 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:18:12,104 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc0178e8-226f-4c70-8d27-3b77a757ddf1/0a6b7040a2324338b170ba8d9e4648ab
+2017-05-04 07:18:12,148 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:12,252 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:18:12,252 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:18:12,258 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:12,259 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:12,261 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:12,265 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:12,268 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:12,293 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 07:18:12,294 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 07:18:12,311 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-05-04 07:18:12,312 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 07:18:12,312 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 07:18:12,694 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:12,695 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14e64044-23e0-46db-bd2b-ce24d49445ee/checklist/new/
+2017-05-04 07:18:12,792 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:18:12,792 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:18:12,836 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:12,841 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST5bfkj@intl.att.com';
+2017-05-04 07:18:12,844 DEBUG db_general 136 66984 140735693222848 Query result: df552d13-6654-452d-a3bf-d146d97464b7
+2017-05-04 07:18:12,848 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'ST5bfkj@intl.att.com';
+2017-05-04 07:18:12,852 DEBUG db_general 136 66984 140735693222848 Query result: 1117
+2017-05-04 07:18:12,856 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1117';
+2017-05-04 07:18:12,858 DEBUG db_general 188 66984 140735693222848 Query result: 0eeeea70e2dc40d58abf4484a4206aed
+2017-05-04 07:18:12,859 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df552d13-6654-452d-a3bf-d146d97464b7/0eeeea70e2dc40d58abf4484a4206aed
+2017-05-04 07:18:12,859 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/df552d13-6654-452d-a3bf-d146d97464b7/0eeeea70e2dc40d58abf4484a4206aed
+2017-05-04 07:18:13,280 DEBUG test_next_step 104 66986 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 07:18:13,694 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:13,694 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:18:14,600 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:14,674 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STxeVXO';
+2017-05-04 07:18:14,678 DEBUG db_general 188 66985 140735693222848 Query result: 50012664-2102-471a-9ce5-f709d881192e
+2017-05-04 07:18:14,680 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:14,682 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '50012664-2102-471a-9ce5-f709d881192e';
+2017-05-04 07:18:14,684 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1042
+2017-05-04 07:18:14,688 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1042';
+2017-05-04 07:18:14,691 DEBUG db_general 188 66985 140735693222848 Query result: 2
+2017-05-04 07:18:14,696 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:18:15,357 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:18:15,497 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:18:15,537 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:15,704 DEBUG test_next_step 104 66986 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 07:18:15,705 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 07:18:15,705 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 07:18:15,723 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 07:18:15,724 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 07:18:15,724 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 07:18:15,997 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:18:15,997 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e3e3b49d-43bd-4d49-b39a-a45062d3cb13/74e11fa1889246159a8a9eacbecb89a8
+2017-05-04 07:18:16,076 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:16,148 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:16,178 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:16,178 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:16,183 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:16,185 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:16,190 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:16,191 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:16,657 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:18:16,795 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:16,795 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/45590085-377b-463d-a9ee-69bca345eece/checklist/new/
+2017-05-04 07:18:16,918 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:16,918 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:16,984 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:16,984 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:16,985 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:18:17,159 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:18:17,541 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:17,951 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:18,036 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:18:18,133 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:18,727 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:18:18,890 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:19,451 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:18:19,451 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58929211-ceb3-4610-bd7e-f5a47cdc5241/4efdb1b06d8742e78c137c770ee570ee
+2017-05-04 07:18:19,489 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:19,560 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:19,560 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:19,564 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:19,565 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:19,569 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:19,570 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:19,817 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:19,818 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abb4c451-974e-4239-94a4-7b9d3e228e6e/checklist/new/
+2017-05-04 07:18:19,898 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:19,898 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:19,912 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:18:19,935 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:20,004 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:20,004 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:20,005 DEBUG api_checklist 24 66986 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abb4c451-974e-4239-94a4-7b9d3e228e6e/checklist/new/
+2017-05-04 07:18:20,008 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:18:20,011 DEBUG db_general 188 66986 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:18:20,011 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abb4c451-974e-4239-94a4-7b9d3e228e6e/checklist/new/
+2017-05-04 07:18:20,086 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:20,087 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:20,123 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:20,432 DEBUG test_notification_for_new_user 33 66983 140735693222848 Go to notifications page
+2017-05-04 07:18:20,543 DEBUG api_checklist 40 66986 140735693222848 Checklist was created successfully!
+2017-05-04 07:18:20,547 DEBUG db_general 202 66986 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST1ZqyM' order by update_time desc limit 1;
+2017-05-04 07:18:20,555 DEBUG db_checklist 391 66986 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST1ZqyM' order by create_time desc limit 1;
+2017-05-04 07:18:20,557 DEBUG api_checklist 116 66986 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/abb4c451-974e-4239-94a4-7b9d3e228e6e/checklist/3abf90a0-c7c2-4f52-960a-9eeb57aacb5c/nextstep/
+2017-05-04 07:18:20,810 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:20,898 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:20,901 DEBUG api_checklist 132 66986 140735693222848 Next step was added successfully!
+2017-05-04 07:18:20,901 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:20,901 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:18:21,256 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 07:18:21,774 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:18:21,840 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1106';
+2017-05-04 07:18:21,842 DEBUG db_general 188 66984 140735693222848 Query result: 25836584-f5e9-4c2b-9282-e223cd7299a4
+2017-05-04 07:18:21,848 DEBUG db_user 49 66984 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '25836584-f5e9-4c2b-9282-e223cd7299a4' and email = 'ST8tWsD@intl.att.com' ;
+2017-05-04 07:18:21,852 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=9768f902-cda6-41d8-85aa-39cae13d38f4
+2017-05-04 07:18:22,015 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:22,281 DEBUG test_notification_for_new_user 35 66983 140735693222848 Remove one notification
+2017-05-04 07:18:22,286 DEBUG db_general 128 66983 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STJwla2@intl.att.com';
+2017-05-04 07:18:22,289 DEBUG db_general 136 66983 140735693222848 Query result: 1119
+2017-05-04 07:18:22,293 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_notification Where user_id = '1119';
+2017-05-04 07:18:22,295 DEBUG db_general 188 66983 140735693222848 Query result: [('875cab3e-a8e2-4678-b212-01b45deaef70',), ('71d00596-20fd-4b9f-ae05-4a53037ca0d2',), ('3b3b0fe5-9844-4821-86f2-f8ee633c25f9',)]
+2017-05-04 07:18:22,425 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:18:22,516 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:22,516 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:18:22,576 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:23,018 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 07:18:23,349 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:23,384 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:18:23,691 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STCrgED';
+2017-05-04 07:18:23,693 DEBUG db_general 188 66985 140735693222848 Query result: a554606f-48f3-4f1e-a868-973ee5ac0dde
+2017-05-04 07:18:23,859 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:24,024 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:18:24,042 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 07:18:24,043 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 07:18:24,059 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 07:18:24,059 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 07:18:24,059 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 07:18:24,146 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=9768f902-cda6-41d8-85aa-39cae13d38f4 page is loaded.
+2017-05-04 07:18:24,709 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:24,812 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 07:18:24,813 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 07:18:24,831 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 07:18:24,832 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 07:18:24,832 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 07:18:24,866 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:18:25,226 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:26,116 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:26,237 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:18:27,194 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:27,283 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:27,430 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:27,943 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:27,996 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:28,497 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:18:28,497 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4efa24a7-2beb-4b4e-9725-2ea188000924/7c891f2e0f8d4903942f9a10205b454f
+2017-05-04 07:18:28,534 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:28,547 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:28,644 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:28,645 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:28,650 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:28,651 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:28,657 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:28,659 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:29,159 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:29,214 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:29,215 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eff96fe5-a86f-4cc3-9f6d-b45cf8401040/checklist/new/
+2017-05-04 07:18:29,289 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:29,289 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:29,307 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:18:29,308 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4567a840-6d59-40e3-ab0f-dd9de45b2259/fbbae9fea87f49daada8c9142a13cd1a
+2017-05-04 07:18:29,333 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:29,348 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:29,418 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:29,418 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:29,419 DEBUG api_checklist 24 66983 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eff96fe5-a86f-4cc3-9f6d-b45cf8401040/checklist/new/
+2017-05-04 07:18:29,419 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:18:29,420 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:18:29,423 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:18:29,423 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:29,425 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:29,425 DEBUG db_general 188 66983 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:18:29,425 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eff96fe5-a86f-4cc3-9f6d-b45cf8401040/checklist/new/
+2017-05-04 07:18:29,429 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:29,431 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:29,520 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:29,521 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:29,556 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:29,757 DEBUG api_checklist 40 66983 140735693222848 Checklist was created successfully!
+2017-05-04 07:18:29,762 DEBUG db_checklist 391 66983 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST0Ma8w' order by create_time desc limit 1;
+2017-05-04 07:18:29,770 DEBUG db_general 202 66983 140735693222848 Query : select state from ice_checklist Where uuid = '51e29a32-194c-42b6-9f1c-57405a9dce29' order by update_time desc limit 1;
+2017-05-04 07:18:29,773 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:29,773 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:18:29,819 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:29,820 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2ee9bfdf-5749-4ed4-81ea-aafe7e111505/checklist/new/
+2017-05-04 07:18:29,903 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:18:29,903 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:18:29,943 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:29,943 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:29,943 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:18:30,599 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:18:30,721 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 07:18:30,721 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 07:18:30,739 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-05-04 07:18:30,739 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 07:18:30,739 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-05-04 07:18:30,821 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:18:31,231 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:18:31,389 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:31,583 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:18:31,785 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:32,195 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = 'ad95b98f-0693-4af2-911b-70bb84cd5878';
+2017-05-04 07:18:32,200 DEBUG db_general 188 66986 140735693222848 Query result: API next step test STaTEvZ
+2017-05-04 07:18:32,200 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 07:18:32,200 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 07:18:32,223 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 07:18:32,224 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 07:18:32,224 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 07:18:32,528 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:32,782 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:33,295 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:33,539 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:18:33,853 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:34,066 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_vf Where name = 'STaYcsp';
+2017-05-04 07:18:34,070 DEBUG db_general 188 66985 140735693222848 Query result: 159a0738-55e0-46c6-83a7-ee34743848bf
+2017-05-04 07:18:34,076 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STaYcsp';
+2017-05-04 07:18:34,079 DEBUG db_general 188 66985 140735693222848 Query result: 2ee9bfdf-5749-4ed4-81ea-aafe7e111505
+2017-05-04 07:18:34,083 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STaYcsp';
+2017-05-04 07:18:34,086 DEBUG db_general 188 66985 140735693222848 Query result: 2ee9bfdf-5749-4ed4-81ea-aafe7e111505
+2017-05-04 07:18:34,090 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2ee9bfdf-5749-4ed4-81ea-aafe7e111505';
+2017-05-04 07:18:34,093 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1111
+2017-05-04 07:18:34,097 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1111';
+2017-05-04 07:18:34,100 DEBUG db_general 188 66985 140735693222848 Query result: 1
+2017-05-04 07:18:34,105 DEBUG fe_checklist 50 66985 140735693222848 EL email: dd1122@att.com
+2017-05-04 07:18:34,110 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2ee9bfdf-5749-4ed4-81ea-aafe7e111505';
+2017-05-04 07:18:34,114 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1111
+2017-05-04 07:18:34,304 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:18:34,587 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:35,027 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:35,170 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:18:35,175 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STcMDeL@intl.att.com';
+2017-05-04 07:18:35,178 DEBUG db_general 136 66984 140735693222848 Query result: dc98b6b7-c3bf-4b23-9e61-5dd6177f800a
+2017-05-04 07:18:35,186 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STcMDeL@intl.att.com';
+2017-05-04 07:18:35,189 DEBUG db_general 136 66984 140735693222848 Query result: dc98b6b7-c3bf-4b23-9e61-5dd6177f800a
+2017-05-04 07:18:35,196 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STcMDeL@intl.att.com';
+2017-05-04 07:18:35,199 DEBUG db_general 136 66984 140735693222848 Query result: 1123
+2017-05-04 07:18:35,205 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1123';
+2017-05-04 07:18:35,208 DEBUG db_general 188 66984 140735693222848 Query result: 01f00c0643554c23aed0a9097dcf77f1
+2017-05-04 07:18:35,208 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc98b6b7-c3bf-4b23-9e61-5dd6177f800a/01f00c0643554c23aed0a9097dcf77f1
+2017-05-04 07:18:35,208 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc98b6b7-c3bf-4b23-9e61-5dd6177f800a/01f00c0643554c23aed0a9097dcf77f1
+2017-05-04 07:18:35,573 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:36,143 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:18:36,144 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c87891ed-f2b4-4dbc-9157-829d7b952309/1e4cd37a274c4ca0a72b9fe0e722ac9f
+2017-05-04 07:18:36,195 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:36,195 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:18:36,197 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:36,280 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:36,280 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:36,284 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:36,285 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:36,289 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:36,291 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:36,419 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:36,782 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:18:36,928 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:36,929 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5dc61183-7ee5-4bf1-b4fb-cf8925bfb9de/checklist/new/
+2017-05-04 07:18:37,015 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:37,015 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:37,053 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:37,093 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:18:37,134 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:37,134 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:37,134 DEBUG api_checklist 24 66986 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5dc61183-7ee5-4bf1-b4fb-cf8925bfb9de/checklist/new/
+2017-05-04 07:18:37,139 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:18:37,141 DEBUG db_general 188 66986 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:18:37,141 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5dc61183-7ee5-4bf1-b4fb-cf8925bfb9de/checklist/new/
+2017-05-04 07:18:37,212 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:37,212 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:37,246 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:37,425 DEBUG api_checklist 40 66986 140735693222848 Checklist was created successfully!
+2017-05-04 07:18:37,429 DEBUG db_general 202 66986 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTquJSy' order by update_time desc limit 1;
+2017-05-04 07:18:37,436 DEBUG db_checklist 391 66986 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTquJSy' order by create_time desc limit 1;
+2017-05-04 07:18:37,439 DEBUG api_checklist 116 66986 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5dc61183-7ee5-4bf1-b4fb-cf8925bfb9de/checklist/ad6eb379-eb8b-41a2-a2ae-fb6dd4fb4443/nextstep/
+2017-05-04 07:18:37,538 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:37,715 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:18:37,807 DEBUG api_checklist 132 66986 140735693222848 Next step was added successfully!
+2017-05-04 07:18:37,808 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:37,808 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:18:37,869 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:18:38,604 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:18:38,714 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:18:39,053 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=159a0738-55e0-46c6-83a7-ee34743848bf&inviter_uuid=4567a840-6d59-40e3-ab0f-dd9de45b2259&email=automationqattST9r02V@gmail.com
+2017-05-04 07:18:39,109 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:18:39,376 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:18:39,484 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:40,299 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:18:40,467 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:40,820 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:18:40,989 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:40,989 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:18:41,460 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:41,460 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:18:41,477 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:18:41,632 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:41,632 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:18:41,804 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:18:42,214 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:18:42,450 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:18:42,472 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:18:42,547 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:42,653 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:42,863 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:18:42,965 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:43,111 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:18:43,285 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:43,555 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:18:43,827 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:43,867 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:44,294 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:18:44,378 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:44,494 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:44,828 DEBUG test_login_with_new_user 110 66984 140735693222848 click_on on + Dashboard
+2017-05-04 07:18:44,836 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 07:18:45,385 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:18:45,569 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:18:45,870 DEBUG db_general 128 66983 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STa913V@intl.att.com';
+2017-05-04 07:18:45,873 DEBUG db_general 136 66983 140735693222848 Query result: 1121
+2017-05-04 07:18:45,877 DEBUG db_general 177 66983 140735693222848 Query : select uuid from ice_notification Where user_id = '1121';
+2017-05-04 07:18:45,879 DEBUG db_general 188 66983 140735693222848 Query result: [('b18ba526-4565-4963-982f-227ac29647d0',), ('2f86b3a5-51b5-4c24-b22c-579730e00ff0',), ('46e1e4a6-b958-4f07-abbf-2bbc8a09b150',)]
+2017-05-04 07:18:45,983 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 07:18:45,983 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 07:18:45,998 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 07:18:45,999 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 07:18:45,999 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-05-04 07:18:48,125 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:48,152 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:48,471 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:48,904 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = 'd83996e0-a99c-4454-8772-0188c5660389';
+2017-05-04 07:18:48,908 DEBUG db_general 188 66986 140735693222848 Query result: API next step test STV5HLl
+2017-05-04 07:18:48,908 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 07:18:48,909 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 07:18:48,930 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 07:18:48,931 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 07:18:48,931 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 07:18:49,145 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:49,465 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181
+2017-05-04 07:18:50,696 DEBUG fe_wizard 57 66984 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:18:51,303 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:52,414 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 07:18:52,414 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 07:18:52,434 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-05-04 07:18:52,435 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:18:52,435 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 07:18:52,626 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:18:52,626 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99158050-8f86-4155-a2cd-720a0651b66f/758bcb839223487eadd7e37ddd617611
+2017-05-04 07:18:52,689 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:52,806 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:52,807 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:52,814 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:52,817 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:52,824 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:52,826 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:53,276 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:53,276 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/721de38d-d1c7-4cd2-bce7-bcc481b28888/checklist/new/
+2017-05-04 07:18:53,389 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:53,389 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:53,445 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:53,576 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:53,576 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:53,576 DEBUG api_checklist 24 66986 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/721de38d-d1c7-4cd2-bce7-bcc481b28888/checklist/new/
+2017-05-04 07:18:53,583 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:18:53,586 DEBUG db_general 188 66986 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:18:53,586 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/721de38d-d1c7-4cd2-bce7-bcc481b28888/checklist/new/
+2017-05-04 07:18:53,592 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:53,704 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:18:53,705 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:18:53,745 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:53,851 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:54,032 DEBUG api_checklist 40 66986 140735693222848 Checklist was created successfully!
+2017-05-04 07:18:54,037 DEBUG db_general 202 66986 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST1GuUs' order by update_time desc limit 1;
+2017-05-04 07:18:54,045 DEBUG db_checklist 391 66986 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST1GuUs' order by create_time desc limit 1;
+2017-05-04 07:18:54,049 DEBUG api_checklist 116 66986 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/721de38d-d1c7-4cd2-bce7-bcc481b28888/checklist/a2d9af10-0f12-49dd-b48a-8ece5324a03d/nextstep/
+2017-05-04 07:18:54,367 DEBUG api_checklist 132 66986 140735693222848 Next step was added successfully!
+2017-05-04 07:18:54,367 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:54,368 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:18:54,629 DEBUG fe_wizard 97 66984 140735693222848 Tab Invite Team Members
+2017-05-04 07:18:54,717 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:18:54,764 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:18:55,285 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:18:55,777 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STDifeV';
+2017-05-04 07:18:55,781 DEBUG db_general 188 66985 140735693222848 Query result: 289485be-44c7-4fc0-847e-5bdcc2780788
+2017-05-04 07:18:55,784 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where uuid = '289485be-44c7-4fc0-847e-5bdcc2780788' order by update_time desc limit 1;
+2017-05-04 07:18:55,791 DEBUG db_general 177 66985 140735693222848 Query : select template_id from ice_checklist Where name = 'STDifeV';
+2017-05-04 07:18:55,794 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:18:55,837 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:18:55,921 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:18:55,977 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:18:55,978 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7399940-212e-4c81-88b1-4bd83a39f119/08b26b71f709472daebeec85b40c8dd0
+2017-05-04 07:18:56,027 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:18:56,057 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:56,128 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:56,129 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:56,135 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:18:56,137 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:18:56,141 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:18:56,143 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:18:56,232 DEBUG fe_wizard 115 66984 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:18:56,246 DEBUG helper 42 66984 140735693222848 About to generate SSH Public Key
+2017-05-04 07:18:56,336 DEBUG helper 57 66984 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDODetwegAQRjhDH5t/QgnLF3W0YjYBJBkN7nA3qtyZqkJGDoSNj/Y34hYdkkwh5yJV4fMCP3pjGIkuftrd6neJ88ju/UCK+W1grxOpYqtZPaRRAS9WRadpIAZx4beN6Y99w/oHKpB+skHlDZYFPxUeM1mehtfaRTcwJm0zBGbgrh2TbH4vnBG9nHWA3bg7WbbY9JMCdoxmF9b014TdJgIrKwupQsAmSmlC9XcvCvuN4rKzKhJmU2EWE0BEmhcCzV3wdNkTb5sRTqZSmZQsK4RYsoD5pu3Loi8ULcj7k7XGNmzEfRsLdUPfH8ufB3a1dCkN8nev3k7y3Nbtr+Csx68t
+2017-05-04 07:18:56,676 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:56,676 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:18:56,910 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:18:56,911 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/115c35fa-77a4-469f-82e8-b0f3f9c93228/checklist/new/
+2017-05-04 07:18:56,954 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:57,016 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:18:57,016 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:18:57,065 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:18:57,066 DEBUG test_progress_bar 17 66983 140735693222848 Validate and check progress with engagement lead
+2017-05-04 07:18:57,066 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:18:57,066 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:18:57,465 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:57,508 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:18:57,975 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:18:58,156 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:18:58,255 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:58,473 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:18:58,628 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:18:58,794 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:18:58,867 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:18:59,202 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:59,715 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:59,774 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:59,838 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:18:59,900 DEBUG fe_wizard 130 66984 140735693222848 SSH Key added via modal window.
+2017-05-04 07:18:59,905 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTeoXhE';
+2017-05-04 07:18:59,908 DEBUG db_general 188 66984 140735693222848 Query result: 2229e31c-3600-4874-b4a7-ebde75dac3c5
+2017-05-04 07:18:59,908 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=2229e31c-3600-4874-b4a7-ebde75dac3c5&inviter_uuid=dc98b6b7-c3bf-4b23-9e61-5dd6177f800a&email=automationqattSTYkgl3@gmail.com
+2017-05-04 07:19:00,227 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:00,353 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:00,905 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:01,237 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:19:01,360 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:19:01,398 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 07:19:01,400 DEBUG db_general 188 66984 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:19:01,401 DEBUG db_user 37 66984 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=2229e31c-3600-4874-b4a7-ebde75dac3c5&email=STbc5t6@ericson.com&full_name=STy0JLsSTfmZHq&phone_number=2019333239&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:19:01,401 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=2229e31c-3600-4874-b4a7-ebde75dac3c5&email=STbc5t6@ericson.com&full_name=STy0JLsSTfmZHq&phone_number=2019333239&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:19:01,492 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:02,487 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 07:19:02,487 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 07:19:02,501 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-05-04 07:19:02,502 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 07:19:02,502 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-05-04 07:19:02,529 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:02,589 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:03,666 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:03,793 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:04,632 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:04,687 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:04,788 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:05,908 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:19:05,912 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STnM2Zu@amdocs.com';
+2017-05-04 07:19:05,914 DEBUG db_general 136 66984 140735693222848 Query result: 92f697a5-574b-454e-8114-345e53ed3b33
+2017-05-04 07:19:05,918 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STnM2Zu@amdocs.com';
+2017-05-04 07:19:05,920 DEBUG db_general 136 66984 140735693222848 Query result: 92f697a5-574b-454e-8114-345e53ed3b33
+2017-05-04 07:19:05,923 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STnM2Zu@amdocs.com';
+2017-05-04 07:19:05,926 DEBUG db_general 136 66984 140735693222848 Query result: 1127
+2017-05-04 07:19:05,929 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1127';
+2017-05-04 07:19:05,931 DEBUG db_general 188 66984 140735693222848 Query result: 2c870d3bf92440059af3e6c97c278c62
+2017-05-04 07:19:05,931 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/92f697a5-574b-454e-8114-345e53ed3b33/2c870d3bf92440059af3e6c97c278c62
+2017-05-04 07:19:05,931 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/92f697a5-574b-454e-8114-345e53ed3b33/2c870d3bf92440059af3e6c97c278c62
+2017-05-04 07:19:06,173 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STDifeV';
+2017-05-04 07:19:06,176 DEBUG db_general 188 66985 140735693222848 Query result: 289485be-44c7-4fc0-847e-5bdcc2780788
+2017-05-04 07:19:06,484 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 07:19:06,484 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 07:19:06,502 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 07:19:06,503 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 07:19:06,503 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 07:19:06,709 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:06,710 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:19:06,900 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:07,060 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:07,646 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:19:08,289 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:19:08,405 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:19:08,711 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:08,922 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:09,930 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:19:10,070 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:19:10,071 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/388e0580-5999-41ac-a0bf-50d7094cc50e/f6b419fb45d445d3acb81d60184bbb18
+2017-05-04 07:19:10,126 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:10,128 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:10,237 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:19:10,237 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:19:10,242 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:19:10,244 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:19:10,248 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:19:10,249 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:19:10,354 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:10,749 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:19:10,750 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/531a76f2-f230-4e37-af6c-f06b66c01146/checklist/new/
+2017-05-04 07:19:10,817 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:19:10,817 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:19:10,851 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:10,851 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:10,851 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:19:11,182 DEBUG test_progress_bar 24 66983 140735693222848 Validate progress with standard user
+2017-05-04 07:19:11,182 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:19:11,365 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STaYcsp';
+2017-05-04 07:19:11,368 DEBUG db_general 188 66985 140735693222848 Query result: 2ee9bfdf-5749-4ed4-81ea-aafe7e111505
+2017-05-04 07:19:11,371 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2ee9bfdf-5749-4ed4-81ea-aafe7e111505';
+2017-05-04 07:19:11,374 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1111
+2017-05-04 07:19:11,378 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1111';
+2017-05-04 07:19:11,380 DEBUG db_general 188 66985 140735693222848 Query result: 1
+2017-05-04 07:19:11,687 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:19:11,770 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:11,770 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:19:12,363 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:19:12,405 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:12,405 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:19:12,474 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:12,601 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:19:12,769 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:13,164 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:19:13,241 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:19:13,385 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:13,426 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:13,862 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:19:13,940 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:13,998 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:14,393 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:19:14,950 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:19:15,007 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:19:15,616 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:15,825 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:15,970 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:16,131 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:16,734 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:16,832 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:19:17,228 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:17,325 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:18,057 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:18,382 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:19:18,382 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:19:18,398 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-04 07:19:18,399 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 07:19:18,399 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-05-04 07:19:19,392 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:19,909 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:19,942 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:19:20,431 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:20,552 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:20,853 DEBUG db_checklist 58 66985 140735693222848 Query : select owner_id from ice_checklist Where uuid = '289485be-44c7-4fc0-847e-5bdcc2780788' and state = 'peer_review';
+2017-05-04 07:19:20,855 DEBUG db_checklist 73 66985 140735693222848 Query result: 2
+2017-05-04 07:19:20,860 DEBUG db_general 177 66985 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 07:19:20,862 DEBUG db_general 188 66985 140735693222848 Query result: hs0007@att.com
+2017-05-04 07:19:20,862 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:20,863 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:19:21,673 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:19:21,683 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:19:21,684 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d89d784a-9ac6-4932-ba29-27738f7eb102/76eba990c0f6402c98ab3bb501e3fadf
+2017-05-04 07:19:21,720 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:21,799 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:21,799 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:21,805 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:19:21,806 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:19:21,811 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:19:21,812 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:19:21,991 DEBUG fe_wizard 77 66984 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 07:19:22,179 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:19:22,179 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5c0ff80f-4636-4171-b80b-57494bc6e98e/checklist/new/
+2017-05-04 07:19:22,248 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:22,249 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:22,282 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:22,283 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:22,283 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:19:22,314 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:19:22,444 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:22,711 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:23,149 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:19:23,350 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:23,811 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:19:23,922 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:24,359 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:19:24,378 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 07:19:24,379 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 07:19:24,404 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 07:19:24,405 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 07:19:24,405 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 07:19:24,579 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:24,795 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:25,310 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:25,586 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:25,632 DEBUG fe_wizard 97 66984 140735693222848 Tab Invite Team Members
+2017-05-04 07:19:25,822 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:26,733 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:26,775 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:26,830 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:19:27,325 DEBUG fe_wizard 115 66984 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:19:27,342 DEBUG helper 42 66984 140735693222848 About to generate SSH Public Key
+2017-05-04 07:19:27,582 DEBUG helper 57 66984 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7yoXm8kFAXaPgoHJ4JM4TNnyrtEgjUhtb9oq5kXnwGwjbv8J3h6jTc8G34A4E4pgz4kgdbJkFviMMoOLiTd0G04Y6A/tqw8zqAtIsvceYgAJRYMWNADffEOCvIBqTCPPb2mRpvj4FwA2nzK7SX5rySI22nJrsYllrketO7Zl8pn7S2yh5JJRfsBHuEbzAPHXcOf2xf2me7iGeCJCTBny0Rez9/qKrG+mv386mn+iTqRp+mpCGieQ8YejxSwFNk9QlbDMosMGGn8w7h3TpXJq+Khb7i1Z1ZH6/+b0NsVUTHy6K0Y+qX3zx4+tV98c1pgWcAwvhCj/UWqn+Q2dRn8st
+2017-05-04 07:19:28,053 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:28,080 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:19:28,080 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/82e674f5-5205-4a72-ac35-e798f8ebb969/e3f586b391684de0b852a0b7d9dd3a43
+2017-05-04 07:19:28,140 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:28,254 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:19:28,255 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:19:28,260 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:19:28,263 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:19:28,268 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:19:28,271 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:19:28,534 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:19:28,534 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/83081768-9090-4848-922b-5a662b41f0c7/checklist/new/
+2017-05-04 07:19:28,612 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:19:28,612 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:19:28,625 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STDifeV';
+2017-05-04 07:19:28,627 DEBUG db_general 188 66985 140735693222848 Query result: 289485be-44c7-4fc0-847e-5bdcc2780788
+2017-05-04 07:19:28,645 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:28,730 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:19:28,731 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:19:28,742 DEBUG db_general 177 66986 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:19:28,745 DEBUG db_general 188 66986 140735693222848 Query result: 2
+2017-05-04 07:19:28,748 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 07:19:28,750 DEBUG db_general 188 66986 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 07:19:28,762 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:28,762 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:19:29,260 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:29,368 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:29,602 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:19:29,908 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:29,934 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:30,268 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:19:30,376 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:30,953 DEBUG fe_wizard 130 66984 140735693222848 SSH Key added via modal window.
+2017-05-04 07:19:30,958 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vf Where name = 'newVFST95AvR';
+2017-05-04 07:19:30,961 DEBUG db_general 188 66984 140735693222848 Query result: 5de394f5-617a-4f7a-8c4d-30e8213996d0
+2017-05-04 07:19:30,968 DEBUG db_user 49 66984 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '5de394f5-617a-4f7a-8c4d-30e8213996d0' and email = 'automationqattSTq1f2G@gmail.com' ;
+2017-05-04 07:19:30,972 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTq1f2G@gmail.com
+2017-05-04 07:19:31,279 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:32,242 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:32,286 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:19:32,612 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 07:19:32,615 DEBUG db_general 188 66984 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:19:32,616 DEBUG db_user 37 66984 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STv3nyc@att.com&full_name=ST4SEpqSTya829&phone_number=2015523629&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:19:32,616 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STv3nyc@att.com&full_name=ST4SEpqSTya829&phone_number=2015523629&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:19:32,632 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:33,465 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:33,565 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 07:19:33,565 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 07:19:33,583 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-05-04 07:19:33,583 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 07:19:33,584 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-05-04 07:19:33,645 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STaYcsp';
+2017-05-04 07:19:33,648 DEBUG db_general 188 66985 140735693222848 Query result: 2ee9bfdf-5749-4ed4-81ea-aafe7e111505
+2017-05-04 07:19:33,652 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2ee9bfdf-5749-4ed4-81ea-aafe7e111505';
+2017-05-04 07:19:33,654 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1111
+2017-05-04 07:19:33,657 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1111';
+2017-05-04 07:19:33,659 DEBUG db_general 188 66985 140735693222848 Query result: 1
+2017-05-04 07:19:33,885 DEBUG fe_dashboard 154 66983 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:19:34,628 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:34,721 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 07:19:34,721 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 07:19:34,742 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-05-04 07:19:34,743 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 07:19:34,743 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-05-04 07:19:35,149 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:35,443 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:35,856 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:36,691 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:37,794 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:19:37,794 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/abbcf70d-0812-440b-9477-94b856f229e1/2faaced65f164457a6ba8ec614820183
+2017-05-04 07:19:37,837 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:37,838 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:37,838 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:19:37,868 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:38,457 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:38,802 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:19:39,022 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:19:39,022 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb0eb203-f2b2-49de-aaad-d8c86469a0c9/bac69abdf4544297a4fa507142b383d1
+2017-05-04 07:19:39,059 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:39,130 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:39,130 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:39,134 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:19:39,136 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:19:39,140 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:19:39,141 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:19:39,448 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:19:39,458 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:19:39,458 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7979a018-e220-4f21-902a-49a1abbea9f9/checklist/new/
+2017-05-04 07:19:39,549 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:39,549 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:39,591 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:39,598 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:39,599 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:39,599 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:19:40,261 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STaYcsp';
+2017-05-04 07:19:40,265 DEBUG db_general 188 66985 140735693222848 Query result: 2ee9bfdf-5749-4ed4-81ea-aafe7e111505
+2017-05-04 07:19:40,269 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '2ee9bfdf-5749-4ed4-81ea-aafe7e111505';
+2017-05-04 07:19:40,272 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1111
+2017-05-04 07:19:40,276 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1111';
+2017-05-04 07:19:40,279 DEBUG db_general 188 66985 140735693222848 Query result: 1
+2017-05-04 07:19:40,466 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:19:40,600 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:19:41,115 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:19:41,137 DEBUG test_login_with_new_user 39 66984 140735693222848 Message Error(APIUser or Password does not match) Displayed
+2017-05-04 07:19:41,138 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 07:19:41,138 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 07:19:41,155 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-05-04 07:19:41,155 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 07:19:41,155 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-05-04 07:19:41,221 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:41,234 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:41,739 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:19:42,156 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:42,331 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:42,668 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:43,190 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:43,368 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STDifeV';
+2017-05-04 07:19:43,370 DEBUG db_general 188 66985 140735693222848 Query result: [('289485be-44c7-4fc0-847e-5bdcc2780788',), ('3e3e9f6a-6b73-47da-a7b2-0d7ccbd9ad42',)]
+2017-05-04 07:19:43,375 DEBUG db_general 177 66985 140735693222848 Query : select state from ice_checklist Where uuid = '289485be-44c7-4fc0-847e-5bdcc2780788';
+2017-05-04 07:19:43,378 DEBUG db_general 188 66985 140735693222848 Query result: archive
+2017-05-04 07:19:43,378 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 07:19:43,378 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 07:19:43,395 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 07:19:43,396 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 07:19:43,396 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-04 07:19:43,521 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:44,202 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:19:45,051 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:19:45,051 DEBUG test_login_with_new_user 45 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:45,471 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:45,629 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:46,609 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:19:46,760 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:19:46,760 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ad9b9eb3-9d0d-4615-925b-0ceff791c1ab/3d03cd94cedd45f38967975f39dc6bb2
+2017-05-04 07:19:46,801 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:46,890 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:19:46,890 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:19:46,895 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:19:46,897 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:19:46,903 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:19:46,905 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:19:47,248 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 07:19:47,249 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 07:19:47,266 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:47,269 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-05-04 07:19:47,269 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 07:19:47,269 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-05-04 07:19:47,273 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:19:47,274 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/02d1a1cc-7791-45e8-9b1d-d5cff0951be3/checklist/new/
+2017-05-04 07:19:47,395 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:19:47,395 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:19:47,449 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:47,449 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:47,449 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:19:48,339 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:19:48,996 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:19:49,160 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:49,398 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:49,637 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:50,167 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:19:50,690 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_vf Where name = 'STiXT24';
+2017-05-04 07:19:50,692 DEBUG db_general 188 66985 140735693222848 Query result: 330ee201-83aa-4662-b883-3e9a31b59b9d
+2017-05-04 07:19:50,696 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STiXT24';
+2017-05-04 07:19:50,699 DEBUG db_general 188 66985 140735693222848 Query result: 02d1a1cc-7791-45e8-9b1d-d5cff0951be3
+2017-05-04 07:19:50,702 DEBUG db_general 177 66985 140735693222848 Query : select engagement_id from ice_vf Where name = 'STiXT24';
+2017-05-04 07:19:50,704 DEBUG db_general 188 66985 140735693222848 Query result: 02d1a1cc-7791-45e8-9b1d-d5cff0951be3
+2017-05-04 07:19:50,708 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '02d1a1cc-7791-45e8-9b1d-d5cff0951be3';
+2017-05-04 07:19:50,710 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1121
+2017-05-04 07:19:50,714 DEBUG db_general 177 66985 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1121';
+2017-05-04 07:19:50,718 DEBUG db_general 188 66985 140735693222848 Query result: 1
+2017-05-04 07:19:50,724 DEBUG fe_checklist 50 66985 140735693222848 EL email: dd1122@att.com
+2017-05-04 07:19:50,727 DEBUG db_general 177 66985 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '02d1a1cc-7791-45e8-9b1d-d5cff0951be3';
+2017-05-04 07:19:50,730 DEBUG db_general 188 66985 140735693222848 Query result: 2017-1121
+2017-05-04 07:19:51,181 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 07:19:51,181 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 07:19:51,198 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-05-04 07:19:51,199 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 07:19:51,200 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-05-04 07:19:51,538 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:52,241 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 07:19:52,242 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 07:19:52,292 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-05-04 07:19:52,292 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 07:19:52,293 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-05-04 07:19:52,682 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:53,463 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:53,812 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:19:54,602 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:54,724 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:19:54,725 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7bf1f6a1-0172-4a66-9dcc-ec3f9bad43e9/4d946d23e2e9479bb8a61edbee3829e9
+2017-05-04 07:19:54,764 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:54,851 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:54,851 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:54,856 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:19:54,857 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:19:54,861 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:19:54,864 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:19:55,123 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:19:55,123 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bfc95717-2a0a-4b3d-9350-9eb4238644d0/checklist/new/
+2017-05-04 07:19:55,193 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:55,193 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:55,227 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:55,227 DEBUG api_virtual_function 119 66983 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 07:19:55,275 DEBUG api_virtual_function 133 66983 140735693222848 Invite sent successfully to email SThsid6@intl.att.com
+2017-05-04 07:19:55,283 DEBUG api_virtual_function 141 66983 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=f0b63236-701c-4ca4-97c6-4eb6ac068efa&email=SThsid6@intl.att.com&full_name=STvlTnX&phone_number=+12017674752&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-05-04 07:19:55,284 DEBUG api_user 206 66983 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:19:55,285 DEBUG api_user 211 66983 140735693222848 Invited contact full name is (according to url): STvlTnX
+2017-05-04 07:19:55,356 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=330ee201-83aa-4662-b883-3e9a31b59b9d&inviter_uuid=ad9b9eb3-9d0d-4615-925b-0ceff791c1ab&email=automationqattST0d8mO@gmail.com
+2017-05-04 07:19:55,567 DEBUG api_user 231 66983 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:19:55,567 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bfc95717-2a0a-4b3d-9350-9eb4238644d0/checklist/new/
+2017-05-04 07:19:55,657 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:19:55,658 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:19:55,691 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:19:55,691 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3ada6a0f-75db-41e1-ba16-41bb39bb2daf/d3a1b6c088ab45078a2cdef3b20da59b
+2017-05-04 07:19:55,744 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:19:55,744 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:55,744 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:19:56,526 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 07:19:56,526 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 07:19:56,544 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-05-04 07:19:56,544 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 07:19:56,545 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-05-04 07:19:56,659 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:19:57,322 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:19:57,418 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:19:57,513 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:58,246 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:58,246 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:19:58,699 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:19:58,716 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:19:59,008 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:19:59,635 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:19:59,744 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:19:59,863 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:19:59,863 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:19:59,863 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:19:59,887 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:00,617 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:00,960 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:20:01,019 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:01,624 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:20:01,653 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:20:02,346 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:20:02,866 DEBUG test_login_with_new_user 27 66984 140735693222848 Resend Activation Email Page Opened
+2017-05-04 07:20:02,883 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 07:20:02,884 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 07:20:02,904 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-05-04 07:20:02,905 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 07:20:02,905 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-05-04 07:20:03,396 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 07:20:03,396 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 07:20:03,413 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-05-04 07:20:03,413 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 07:20:03,414 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-05-04 07:20:04,561 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:05,161 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:05,664 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:06,344 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:20:06,351 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STR1CqY@intl.att.com';
+2017-05-04 07:20:06,354 DEBUG db_general 136 66984 140735693222848 Query result: 64830905-efbb-466a-bd58-c160bf92ec91
+2017-05-04 07:20:06,361 DEBUG db_general 128 66984 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STR1CqY@intl.att.com';
+2017-05-04 07:20:06,365 DEBUG db_general 136 66984 140735693222848 Query result: 64830905-efbb-466a-bd58-c160bf92ec91
+2017-05-04 07:20:06,371 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STR1CqY@intl.att.com';
+2017-05-04 07:20:06,376 DEBUG db_general 136 66984 140735693222848 Query result: 1138
+2017-05-04 07:20:06,382 DEBUG db_general 177 66984 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1138';
+2017-05-04 07:20:06,385 DEBUG db_general 188 66984 140735693222848 Query result: 15bbf97ebb5a4dbea11a40440bfe70aa
+2017-05-04 07:20:06,386 DEBUG db_user 27 66984 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64830905-efbb-466a-bd58-c160bf92ec91/15bbf97ebb5a4dbea11a40440bfe70aa
+2017-05-04 07:20:06,386 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64830905-efbb-466a-bd58-c160bf92ec91/15bbf97ebb5a4dbea11a40440bfe70aa
+2017-05-04 07:20:06,890 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:20:06,890 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/08a69325-64ee-4d4c-94dd-b06bf4c41afb/33e856e26ec343138b961b157ca266f8
+2017-05-04 07:20:06,926 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:20:06,997 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:06,997 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:07,001 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:20:07,003 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:20:07,007 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:20:07,009 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:20:07,146 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:07,146 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:20:07,409 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:20:07,410 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f1c32f6c-1990-45bd-845d-d8681a13c9de/checklist/new/
+2017-05-04 07:20:07,488 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:07,488 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:07,526 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:07,526 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:07,526 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:20:08,015 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:20:08,393 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:20:08,661 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:20:08,779 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:20:09,043 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:20:09,202 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:09,850 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:10,207 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:10,234 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:20:10,713 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:10,718 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:11,725 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:20:11,757 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STQJVOH';
+2017-05-04 07:20:11,760 DEBUG db_general 188 66985 140735693222848 Query result: 19296dbf-fa13-44cc-a4e6-c98c74070540
+2017-05-04 07:20:11,764 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where uuid = '19296dbf-fa13-44cc-a4e6-c98c74070540' order by update_time desc limit 1;
+2017-05-04 07:20:11,771 DEBUG db_general 177 66985 140735693222848 Query : select template_id from ice_checklist Where name = 'STQJVOH';
+2017-05-04 07:20:11,773 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:20:11,819 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:20:12,525 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:12,525 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:20:12,659 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:12,660 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:20:12,902 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:13,370 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:20:13,417 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:20:14,093 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:14,109 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:20:14,178 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:20:14,281 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:14,334 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:14,814 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:15,291 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:20:15,367 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:15,843 DEBUG test_login_with_new_user 283 66984 140735693222848 click_on on + Dashboard
+2017-05-04 07:20:16,380 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:20:16,579 DEBUG fe_wizard 24 66984 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:20:17,010 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 07:20:17,011 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 07:20:17,029 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-05-04 07:20:17,030 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 07:20:17,030 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-05-04 07:20:17,558 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:18,668 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:19,160 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:19,190 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:20,292 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:20,469 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:20:20,469 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/719ee9ee-e03a-41d8-be8a-0d13871d12cf/c5af089c8ebe486c9327f2b9f8473d3f
+2017-05-04 07:20:20,507 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:20:20,584 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist Where name = 'STQJVOH';
+2017-05-04 07:20:20,587 DEBUG db_general 188 66985 140735693222848 Query result: 19296dbf-fa13-44cc-a4e6-c98c74070540
+2017-05-04 07:20:20,589 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:20,590 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:20,594 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:20:20,595 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:20:20,599 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:20:20,601 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:20:20,892 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:20:20,892 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7639b248-176a-4e9b-bdab-3763dfe582aa/checklist/new/
+2017-05-04 07:20:20,961 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:20,962 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:20,994 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:20,995 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:20,995 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:20:21,316 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:21,830 DEBUG db_general 177 66984 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST5AuPz';
+2017-05-04 07:20:21,833 DEBUG db_general 188 66984 140735693222848 Query result: d64dc896-94f9-43f7-a288-cd16b295329c
+2017-05-04 07:20:21,837 DEBUG db_general 177 66984 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'd64dc896-94f9-43f7-a288-cd16b295329c';
+2017-05-04 07:20:21,840 DEBUG db_general 188 66984 140735693222848 Query result: 2017-1124
+2017-05-04 07:20:21,844 DEBUG db_general 177 66984 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1124';
+2017-05-04 07:20:21,846 DEBUG db_general 188 66984 140735693222848 Query result: d64dc896-94f9-43f7-a288-cd16b295329c
+2017-05-04 07:20:21,847 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:20:21,850 DEBUG db_general 177 66984 140735693222848 Query : select reviewer_id from ice_engagement Where uuid = 'd64dc896-94f9-43f7-a288-cd16b295329c';
+2017-05-04 07:20:21,852 DEBUG db_general 188 66984 140735693222848 Query result: 1
+2017-05-04 07:20:21,857 DEBUG db_general 177 66984 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 07:20:21,859 DEBUG db_general 188 66984 140735693222848 Query result: dd1122@att.com
+2017-05-04 07:20:21,859 DEBUG fe_wizard 57 66984 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:20:22,499 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:20:22,615 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:23,513 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:24,525 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:20:24,898 DEBUG fe_wizard 97 66984 140735693222848 Tab Invite Team Members
+2017-05-04 07:20:25,181 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:25,723 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:25,823 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:25,979 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:26,833 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:27,000 DEBUG fe_wizard 115 66984 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:20:27,012 DEBUG helper 42 66984 140735693222848 About to generate SSH Public Key
+2017-05-04 07:20:27,206 DEBUG helper 57 66984 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwuLd33ZrC3MoCiJloNAuFCLqDosdAryzxULOmVRh0OlOvpjSbMmLgHyB/0ZiRK0l/H8Y9VXICkh7oPfdW5NW5013hJAnVdg33BAyF+1J9pMFcxiO/SxpymzV7REnRDd/sdEGwyHA7K47kwymfZmYmQTgAm1F6fG8JD4qn0KolxfjHVAidmca0NLrMEBzCTtL+eWnObkWve0r5HEwrLgaYMeALkW7Tx/YDfbHnhhE37ZtDKZkQJqYi3RBOiRZC+V8VReZqH5yueZVOONJULk5rAlIHiTpdl1O4sNHVvAe3e08c71lpz7chOscYLe6w2CmyuqMahFwBog5wQRcZgQEp
+2017-05-04 07:20:27,494 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:28,358 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:29,471 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:29,721 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 07:20:29,722 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 07:20:29,741 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-05-04 07:20:29,741 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 07:20:29,741 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-05-04 07:20:30,491 DEBUG fe_wizard 130 66984 140735693222848 SSH Key added via modal window.
+2017-05-04 07:20:30,721 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:31,846 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:32,964 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:20:32,964 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a10a69b-b5d5-4585-8e00-2ae5dc0fd115/9fe50a806b8d4e8dbe93fd7b45f4426b
+2017-05-04 07:20:33,000 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:20:33,079 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:33,079 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:33,083 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:20:33,085 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:20:33,089 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:20:33,090 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:20:33,437 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:20:33,437 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cf901b83-b7cf-42a1-b5f6-319c499b7149/checklist/new/
+2017-05-04 07:20:33,504 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:33,504 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:33,537 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:33,537 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:33,537 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:20:34,399 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:20:35,059 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:20:35,186 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:35,257 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:20:36,083 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:36,541 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:37,090 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:20:38,260 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:38,925 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:38,926 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:20:39,379 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:39,657 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:20:40,018 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:40,274 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:20:40,385 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:41,393 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:20:42,263 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 07:20:42,263 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 07:20:42,280 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-05-04 07:20:42,281 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 07:20:42,281 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-05-04 07:20:43,456 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 07:20:43,456 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 07:20:43,473 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-05-04 07:20:43,474 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 07:20:43,474 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-05-04 07:20:44,419 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:45,593 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:45,629 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:20:45,629 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d682cdbe-6b1a-4a1b-a8b9-8bde56711678/a7857ba708474c498111a72e811c5fd4
+2017-05-04 07:20:45,669 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:20:45,757 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:45,757 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:45,764 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:20:45,766 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:20:45,771 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:20:45,773 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:20:46,115 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:20:46,115 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01abb827-5402-4cec-be96-3ccebc9bac74/checklist/new/
+2017-05-04 07:20:46,184 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:46,184 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:46,220 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:46,221 DEBUG api_virtual_function 87 66983 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:20:46,284 DEBUG api_virtual_function 100 66983 140735693222848 Invite sent successfully to email STYcJNO@intl.att.com
+2017-05-04 07:20:46,290 DEBUG api_virtual_function 105 66983 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=3ae3c85d-e741-4942-909a-5897fab7e67c&email=STYcJNO@intl.att.com
+2017-05-04 07:20:46,290 DEBUG api_user 206 66983 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:20:46,445 DEBUG api_user 231 66983 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:20:46,445 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01abb827-5402-4cec-be96-3ccebc9bac74/checklist/new/
+2017-05-04 07:20:46,526 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:20:46,526 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:20:46,570 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:46,570 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:46,571 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:20:46,741 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:20:46,741 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a65a1336-a8e3-4180-8955-4750e76d8752/f9e81c7862484ebd9564e0e93b5295eb
+2017-05-04 07:20:46,777 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:20:46,854 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:20:46,854 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:20:46,859 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:20:46,860 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:20:46,864 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:20:46,865 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:20:47,157 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:20:47,157 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c25d97f9-dad2-4ec5-8bd1-6551c3a8928b/checklist/new/
+2017-05-04 07:20:47,225 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:20:47,225 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:20:47,258 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:47,402 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:20:48,040 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:20:48,157 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:48,644 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:48,868 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:48,966 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/resetPassword page is loaded.
+2017-05-04 07:20:49,252 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:20:49,384 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:49,990 DEBUG fe_general 163 66984 140735693222848 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-05-04 07:20:49,995 DEBUG db_general 128 66984 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 07:20:49,998 DEBUG db_general 136 66984 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 07:20:50,002 DEBUG db_general 128 66984 140735693222848 Query : select id from auth_user WHERE Email = 'STHznZ1@intl.att.com';
+2017-05-04 07:20:50,006 DEBUG db_general 136 66984 140735693222848 Query result: 1144
+2017-05-04 07:20:50,015 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUSHpuWjFAaW50bC5hdHQuY29tIg.C-yuIg.h4VCSAUtgh7LmKxGFXABIZk-UI4
+2017-05-04 07:20:50,282 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 07:20:50,282 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 07:20:50,297 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-05-04 07:20:50,297 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 07:20:50,297 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-05-04 07:20:50,395 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:20:50,700 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:50,700 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:20:51,542 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:20:51,621 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 07:20:51,626 DEBUG db_general 188 66986 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:20:51,673 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:52,201 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:20:52,258 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = 'de112064-0cf4-4960-840f-361747b48d75';
+2017-05-04 07:20:52,265 DEBUG db_general 188 66986 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:20:52,439 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login?t=IlNUSHpuWjFAaW50bC5hdHQuY29tIg.C-yuIg.h4VCSAUtgh7LmKxGFXABIZk-UI4 page is loaded.
+2017-05-04 07:20:52,449 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:52,517 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:20:52,789 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '40297507-d3a2-4052-8d5d-b190ebcd6e84';
+2017-05-04 07:20:52,793 DEBUG db_general 188 66986 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:20:53,445 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:20:53,689 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:20:53,689 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2fbffb1-eb33-44e6-b39b-802922929345/e3c962fd3d7c42419787b9fa5ebd794a
+2017-05-04 07:20:53,724 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:20:53,793 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:20:53,793 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:20:53,797 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:20:53,799 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:20:53,803 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:20:53,805 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:20:53,967 DEBUG test_reset_password 22 66984 140735693222848
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUSHpuWjFAaW50bC5hdHQuY29tIg.C-yuIg.h4VCSAUtgh7LmKxGFXABIZk-UI4
+Temp Password: iceusers
+User Email: STHznZ1@intl.att.com
+2017-05-04 07:20:54,258 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:20:54,258 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78ab8a79-bebe-41ad-bc4d-1a6983ffdc68/checklist/new/
+2017-05-04 07:20:54,351 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:20:54,351 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:20:54,422 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:54,436 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:54,533 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:20:54,533 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:20:54,534 DEBUG api_checklist 24 66985 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78ab8a79-bebe-41ad-bc4d-1a6983ffdc68/checklist/new/
+2017-05-04 07:20:54,538 DEBUG db_general 177 66985 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:20:54,540 DEBUG db_general 188 66985 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:20:54,540 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78ab8a79-bebe-41ad-bc4d-1a6983ffdc68/checklist/new/
+2017-05-04 07:20:54,625 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:20:54,625 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:20:54,656 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:20:54,964 DEBUG api_checklist 40 66985 140735693222848 Checklist was created successfully!
+2017-05-04 07:20:54,968 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTA2cWf' order by update_time desc limit 1;
+2017-05-04 07:20:54,970 DEBUG fe_general 37 66985 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:20:55,113 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:20:55,552 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-05-04 07:20:55,694 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:55,694 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:20:56,581 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:20:56,592 DEBUG test_reset_password 24 66984 140735693222848 Logout and verify new password works
+2017-05-04 07:20:57,231 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:20:57,358 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:57,950 DEBUG test_reset_password 26 66984 140735693222848 Login with updated password
+2017-05-04 07:20:57,951 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:20:57,951 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:20:57,966 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:57,992 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 07:20:57,992 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 07:20:58,009 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-05-04 07:20:58,009 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 07:20:58,010 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-05-04 07:20:58,479 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:20:58,732 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:20:59,356 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:20:59,473 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:20:59,487 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:21:00,017 DEBUG db_checklist 391 66985 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTA2cWf' order by create_time desc limit 1;
+2017-05-04 07:21:00,198 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:00,481 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:21:00,697 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:01,330 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:21:01,331 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/716dabc9-1a93-48bc-8d71-80926648c10d/b0d9cd332cea499391a30bf14dee123b
+2017-05-04 07:21:01,368 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:01,441 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:01,441 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:01,445 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:01,448 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:01,454 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:01,455 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:01,763 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:01,764 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b210a71e-b344-4bdf-868f-2546d8fa10a0/checklist/new/
+2017-05-04 07:21:01,838 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:01,849 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:01,850 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:01,896 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:01,896 DEBUG api_virtual_function 87 66983 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:21:01,958 DEBUG api_virtual_function 100 66983 140735693222848 Invite sent successfully to email STe54ri@intl.att.com
+2017-05-04 07:21:01,965 DEBUG api_virtual_function 105 66983 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=08947913-8420-4492-b00b-7929d671586e&email=STe54ri@intl.att.com
+2017-05-04 07:21:01,966 DEBUG api_user 206 66983 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:21:02,135 DEBUG api_user 231 66983 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:21:02,135 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b210a71e-b344-4bdf-868f-2546d8fa10a0/checklist/new/
+2017-05-04 07:21:02,229 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:02,230 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:02,276 DEBUG test_reset_password 29 66984 140735693222848 Logout and change password back to 'iceusers'
+2017-05-04 07:21:02,278 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:02,278 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:02,278 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:21:02,281 DEBUG db_general 128 66984 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 07:21:02,284 DEBUG db_general 136 66984 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 07:21:02,296 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:02,297 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:21:02,494 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:03,042 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:21:03,175 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:21:03,670 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:21:03,753 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:03,826 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:21:03,970 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:04,746 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:21:04,761 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:21:04,871 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:05,291 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 07:21:05,292 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 07:21:05,310 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-05-04 07:21:05,311 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 07:21:05,311 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-05-04 07:21:05,878 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:21:07,058 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:07,372 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:21:07,427 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:08,202 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:08,667 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:21:08,667 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/da8c511e-644f-4a66-8264-83fed6783015/a999c73b912a4a949196f451753a1b5e
+2017-05-04 07:21:08,701 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:08,789 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:21:08,790 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:21:08,794 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:08,795 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:08,799 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:08,800 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:08,881 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:09,210 DEBUG db_general 202 66985 140735693222848 Query : select state from ice_checklist Where uuid = '5b4afc91-b517-4dff-b307-2f621546abfd' order by update_time desc limit 1;
+2017-05-04 07:21:09,214 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 07:21:09,214 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 07:21:09,234 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-05-04 07:21:09,235 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 07:21:09,235 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-05-04 07:21:09,708 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:09,709 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/df542790-f965-4c3f-8e02-e8bfb1866e43/checklist/new/
+2017-05-04 07:21:09,810 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:21:09,811 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:21:09,846 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:09,847 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:09,847 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:21:10,765 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:21:11,335 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:11,410 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:21:11,536 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:11,954 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:12,336 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:12,695 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:21:12,695 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a9d04687-e0e7-4fee-94e5-4018a5f6f1a8/0f5321d6e01b48ccb2ff1b93db250ce8
+2017-05-04 07:21:12,731 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:12,807 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:21:12,807 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:21:12,811 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:12,812 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:12,816 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:12,818 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:12,847 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:13,114 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:13,114 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/694478d3-72ca-4681-8ef3-7fabbe08a1d7/checklist/new/
+2017-05-04 07:21:13,206 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:21:13,206 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:21:13,255 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:13,256 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:13,256 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:21:13,365 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:14,151 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:21:14,373 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:21:14,840 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:21:14,952 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:15,026 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 07:21:15,026 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 07:21:15,041 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-05-04 07:21:15,041 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 07:21:15,042 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-05-04 07:21:15,626 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:16,094 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:21:17,201 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:17,277 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:18,326 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:21:18,326 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/013fd038-b6fc-4e43-ac24-edb21b3794ae/ea060ba4c99c49f89f2f468160ff80cf
+2017-05-04 07:21:18,363 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:18,399 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:18,466 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:18,467 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:18,471 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:18,473 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:18,478 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:18,481 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:18,909 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:18,953 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:18,953 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a1ab3940-7fbc-4d93-8541-5d8e45c67c5b/checklist/new/
+2017-05-04 07:21:19,050 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:19,050 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:19,090 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:19,090 DEBUG api_virtual_function 87 66983 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:21:19,131 DEBUG api_virtual_function 100 66983 140735693222848 Invite sent successfully to email ST0qdSc@intl.att.com
+2017-05-04 07:21:19,137 DEBUG api_virtual_function 105 66983 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=3e83f9d0-5e68-47cc-8f81-bbad6e384255&email=ST0qdSc@intl.att.com
+2017-05-04 07:21:19,138 DEBUG api_user 206 66983 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:21:19,266 DEBUG api_user 231 66983 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:21:19,266 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a1ab3940-7fbc-4d93-8541-5d8e45c67c5b/checklist/new/
+2017-05-04 07:21:19,378 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:19,378 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:19,414 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:19,415 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:19,415 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:21:20,252 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:21:20,915 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:21:21,022 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:21,447 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:21:22,002 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:22,747 DEBUG test_set_stage 70 66984 140735693222848 Admin_ro failed to change stage to Intake
+2017-05-04 07:21:22,978 DEBUG helper 42 66985 140735693222848 About to generate SSH Public Key
+2017-05-04 07:21:23,012 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:21:23,177 DEBUG helper 57 66985 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA4VEHfkagxMCXxDEXT9iz+mdu9kJz3K0hKcuKrh3rLTaVMA/cRIlACbMytoG/NSQ6935U71JmTaDn+EpYK4QAbUwzgJOcvfEFzOpVj8aYY286bP0NzmaYMN9co/lG8U6IXLnbbeLoSBdPqa/X6H65vfLZex9Dpfcl1MwmX6sfHhx+6U2hr2yT1lcEWiBEKeKMZGhqhS3/6T4GFSMxT/6lfwty+UBkwjdfLl79p5cdidJpsISYlvX8Eenc6GY5A3LXE2T/gzpfoBH0HD1pp/J3ZlciVlTIl+d3qn5yb9guDbIVhyWfzGlOOf6XPK2RCOwte/GMYSBhosULGBJ1rV1
+2017-05-04 07:21:23,177 DEBUG test_ssh_key 44 66985 140735693222848 AAAAB3NzaC1yc2EAAAADAQABAAABAQDPA4VEHfkagxMCXxDEXT9iz+mdu9kJz3K0hKcuKrh3rLTaVMA/cRIlACbMytoG/NSQ6935U71JmTaDn+EpYK4QAbUwzgJOcvfEFzOpVj8aYY286bP0NzmaYMN9co/lG8U6IXLnbbeLoSBdPqa/X6H65vfLZex9Dpfcl1MwmX6sfHhx+6U2hr2yT1lcEWiBEKeKMZGhqhS3/6T4GFSMxT/6lfwty+UBkwjdfLl79p5cdidJpsISYlvX8Eenc6GY5A3LXE2T/gzpfoBH0HD1pp/J3ZlciVlTIl+d3qn5yb9guDbIVhyWfzGlOOf6XPK2RCOwte/GMYSBhosULGBJ1rV1
+2017-05-04 07:21:24,234 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:25,358 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:25,977 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:27,458 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 07:21:27,459 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 07:21:27,474 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-05-04 07:21:27,475 DEBUG logFuncEntry 34 66985 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 07:21:27,475 DEBUG test_ui_base 36 66985 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-05-04 07:21:28,498 DEBUG test_set_stage 70 66984 140735693222848 Admin_ro failed to change stage to Active
+2017-05-04 07:21:29,121 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:29,579 DEBUG test_ui_base 48 66985 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:30,665 DEBUG api_user 108 66985 140735693222848 Moving to next test case
+2017-05-04 07:21:30,666 DEBUG api_user 193 66985 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4eabddb5-3d2c-4b3b-8b62-1e129b9562d7/ed6156ba2c40411cb8035dccd9e99b38
+2017-05-04 07:21:30,701 DEBUG api_user 196 66985 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:30,796 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:21:30,796 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:21:30,802 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:30,805 DEBUG db_general 162 66985 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:30,809 DEBUG db_general 151 66985 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:30,812 DEBUG db_general 162 66985 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:31,018 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:31,251 DEBUG api_virtual_function 72 66985 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:31,252 DEBUG api_gitlab 267 66985 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cec20518-0cc2-4d93-9cfa-7ac16d8b9fb5/checklist/new/
+2017-05-04 07:21:31,364 DEBUG api_user 128 66985 140735693222848 200 OK
+2017-05-04 07:21:31,364 DEBUG api_user 130 66985 140735693222848 Login successfully.
+2017-05-04 07:21:31,425 DEBUG api_gitlab 288 66985 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:31,425 DEBUG fe_user 27 66985 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:31,426 DEBUG fe_user 28 66985 140735693222848 Insert Email
+2017-05-04 07:21:32,080 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 07:21:32,080 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 07:21:32,097 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-05-04 07:21:32,097 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 07:21:32,098 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-05-04 07:21:32,304 DEBUG fe_user 31 66985 140735693222848 Insert Password
+2017-05-04 07:21:32,965 DEBUG fe_user 33 66985 140735693222848 Click Login Button
+2017-05-04 07:21:33,109 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:34,153 DEBUG fe_user 35 66985 140735693222848 Login Button clicked
+2017-05-04 07:21:34,208 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:34,278 DEBUG test_set_stage 70 66984 140735693222848 Admin_ro failed to change stage to Validated
+2017-05-04 07:21:34,278 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 07:21:34,278 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 07:21:34,295 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-05-04 07:21:34,296 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 07:21:34,296 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-05-04 07:21:34,675 DEBUG helper 42 66985 140735693222848 About to generate SSH Public Key
+2017-05-04 07:21:34,742 DEBUG helper 57 66985 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ2XheLBk7YX8S6EKQZVa6dFku+xfhc6H1+/G47TiVvWjL0GWL1YnaRQa2Obp+DTDj1Y5Sa5Ky4oL2HMn+rvaPdOGH3jmnbSDAnYLABQ/LcLzMklI9jD4/K9BWmUP3TbRrbjr7QHKO0K4cEzKLmVwa5EqjdBLrjhDp4QIVnmNNBYTLZDbSKhzlJh1y1V8UDB0JCjtV1BreeQd4+XXcxHh496kkMUwEzlRpVmRgRYGsliG0kpsVmUZt56/78J8GoVxmU78nYOnLRml7FBwV/YF4Axbp5pcmaQx6NlkxZb83A3DQbW6dy2mEp26untW+9AS2yARbxRJYWJkBDP5XNjcn
+2017-05-04 07:21:34,743 DEBUG test_ssh_key 33 66985 140735693222848 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ2XheLBk7YX8S6EKQZVa6dFku+xfhc6H1+/G47TiVvWjL0GWL1YnaRQa2Obp+DTDj1Y5Sa5Ky4oL2HMn+rvaPdOGH3jmnbSDAnYLABQ/LcLzMklI9jD4/K9BWmUP3TbRrbjr7QHKO0K4cEzKLmVwa5EqjdBLrjhDp4QIVnmNNBYTLZDbSKhzlJh1y1V8UDB0JCjtV1BreeQd4+XXcxHh496kkMUwEzlRpVmRgRYGsliG0kpsVmUZt56/78J8GoVxmU78nYOnLRml7FBwV/YF4Axbp5pcmaQx6NlkxZb83A3DQbW6dy2mEp26untW+9AS2yARbxRJYWJkBDP5XNjcn
+2017-05-04 07:21:35,518 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:21:35,518 DEBUG api_user 193 66983 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8198edcd-f331-4a2c-a229-14d2a4306209/bec5879f8001463f93487c92bac1aabd
+2017-05-04 07:21:35,566 DEBUG api_user 196 66983 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:35,675 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:35,675 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:35,681 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:35,683 DEBUG db_general 162 66983 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:35,689 DEBUG db_general 151 66983 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:35,692 DEBUG db_general 162 66983 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:35,753 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:21:36,033 DEBUG api_virtual_function 72 66983 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:36,034 DEBUG api_gitlab 267 66983 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3f4ffd92-4544-4362-bb83-01a16e5b2f2b/checklist/new/
+2017-05-04 07:21:36,101 DEBUG api_user 128 66983 140735693222848 200 OK
+2017-05-04 07:21:36,101 DEBUG api_user 130 66983 140735693222848 Login successfully.
+2017-05-04 07:21:36,131 DEBUG api_gitlab 288 66983 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:36,131 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:36,132 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:21:36,485 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:37,017 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:21:37,586 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:21:37,586 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a6ee04e5-62ad-4ae7-b4b9-82637dde4773/0bd6d38f43b2463196667bd24975c019
+2017-05-04 07:21:37,620 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:37,669 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:21:37,708 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:21:37,709 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:21:37,717 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:37,719 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:37,722 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:37,724 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:37,800 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:38,324 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:38,324 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4f4162d9-9aba-47c0-82c3-85578023bcd8/checklist/new/
+2017-05-04 07:21:38,393 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:21:38,393 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:21:38,426 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:38,426 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:38,426 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:21:38,813 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:21:39,222 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:21:39,548 DEBUG wait 117 66985 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:21:39,881 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:21:39,984 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:40,283 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:21:40,576 DEBUG logFuncEntry 34 66985 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 07:21:40,577 DEBUG logFuncEntry 34 66985 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 07:21:40,594 DEBUG test_ui_base 66 66985 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-05-04 07:21:40,692 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:41,209 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:41,940 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 07:21:41,940 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 07:21:41,956 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-05-04 07:21:41,957 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 07:21:41,957 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-05-04 07:21:42,218 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:21:43,423 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:44,068 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:44,771 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 07:21:44,776 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:21:44,925 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:21:45,170 DEBUG api_user 108 66983 140735693222848 Moving to next test case
+2017-05-04 07:21:45,171 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:45,171 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:21:45,927 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:46,183 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:21:46,854 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:21:47,458 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 07:21:47,466 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:21:47,539 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:21:48,297 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:48,588 DEBUG db_general 128 66983 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST7iSmT@intl.att.com';
+2017-05-04 07:21:48,590 DEBUG db_general 136 66983 140735693222848 Query result: efa977b8-e3ee-468e-9244-1707df198554
+2017-05-04 07:21:48,595 DEBUG db_general 128 66983 140735693222848 Query : select id from auth_user WHERE Email = 'ST7iSmT@intl.att.com';
+2017-05-04 07:21:48,597 DEBUG db_general 136 66983 140735693222848 Query result: 1155
+2017-05-04 07:21:48,601 DEBUG db_general 177 66983 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1155';
+2017-05-04 07:21:48,603 DEBUG db_general 188 66983 140735693222848 Query result: 9959ff6ba1d6446a9f635846045517f6
+2017-05-04 07:21:48,603 DEBUG db_user 27 66983 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/efa977b8-e3ee-468e-9244-1707df198554/9959ff6ba1d6446a9f635846045517f6
+2017-05-04 07:21:48,603 DEBUG fe_general 37 66983 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/efa977b8-e3ee-468e-9244-1707df198554/9959ff6ba1d6446a9f635846045517f6
+2017-05-04 07:21:49,221 DEBUG fe_user 27 66983 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:49,221 DEBUG fe_user 28 66983 140735693222848 Insert Email
+2017-05-04 07:21:49,820 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 07:21:49,828 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:21:50,012 DEBUG fe_user 31 66983 140735693222848 Insert Password
+2017-05-04 07:21:50,631 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:21:50,668 DEBUG fe_user 33 66983 140735693222848 Click Login Button
+2017-05-04 07:21:50,762 DEBUG wait 117 66983 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:21:51,988 DEBUG fe_user 35 66983 140735693222848 Login Button clicked
+2017-05-04 07:21:52,145 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 07:21:52,145 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 07:21:52,160 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-05-04 07:21:52,161 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 07:21:52,161 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-05-04 07:21:53,049 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 07:21:53,049 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 07:21:53,067 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-05-04 07:21:53,067 DEBUG logFuncEntry 34 66983 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 07:21:53,067 DEBUG test_ui_base 36 66983 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-05-04 07:21:54,269 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:55,173 DEBUG test_ui_base 48 66983 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:21:55,392 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:21:55,392 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b8eb63e0-0b8a-40b6-bbca-ef5f06d8e166/eb2d5b08ce644cdd96fe57ba4dcda97a
+2017-05-04 07:21:55,423 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:21:55,488 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:21:55,488 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:21:55,492 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:21:55,493 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:21:55,497 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:21:55,498 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:21:55,731 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:21:55,731 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51c5bcad-bf99-4940-b24b-86f701253bcb/checklist/new/
+2017-05-04 07:21:55,810 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:21:55,810 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:21:55,852 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:21:55,853 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:21:55,853 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:21:56,704 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:21:57,354 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:21:57,468 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:21:58,307 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:21:59,317 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:21:59,613 DEBUG db_general 177 66983 140735693222848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-05-04 07:21:59,616 DEBUG db_general 188 66983 140735693222848 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-05-04 07:22:00,499 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:01,607 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:02,216 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:03,489 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '40297507-d3a2-4052-8d5d-b190ebcd6e84';
+2017-05-04 07:22:03,494 DEBUG db_general 188 66986 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:22:03,767 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 07:22:03,773 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:22:03,868 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:22:04,022 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = 'de112064-0cf4-4960-840f-361747b48d75';
+2017-05-04 07:22:04,024 DEBUG db_general 188 66986 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:22:04,539 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 07:22:04,542 DEBUG db_general 188 66986 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:22:04,796 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:05,050 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 07:22:05,051 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 07:22:05,064 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 07:22:05,065 DEBUG logFuncEntry 34 66986 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 07:22:05,065 DEBUG test_ui_base 36 66986 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 07:22:07,146 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:07,170 DEBUG test_ui_base 48 66986 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:22:07,939 DEBUG logFuncEntry 34 66983 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 07:22:07,939 DEBUG logFuncEntry 34 66983 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 07:22:07,955 DEBUG test_ui_base 66 66983 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-05-04 07:22:08,300 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 07:22:08,306 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:22:08,355 DEBUG api_user 108 66986 140735693222848 Moving to next test case
+2017-05-04 07:22:08,355 DEBUG api_user 193 66986 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e181a02a-e2e5-44fb-a458-6389b75be0b9/649261cf012e4d729eac3ecdfdefbf8e
+2017-05-04 07:22:08,386 DEBUG api_user 196 66986 140735693222848 APIUser activated successfully!
+2017-05-04 07:22:08,480 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:22:08,480 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:22:08,485 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:22:08,487 DEBUG db_general 162 66986 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:22:08,490 DEBUG db_general 151 66986 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:22:08,492 DEBUG db_general 162 66986 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:22:08,774 DEBUG api_virtual_function 72 66986 140735693222848 Virtual Function created successfully!
+2017-05-04 07:22:08,775 DEBUG api_gitlab 267 66986 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/49000ed7-0f52-4be8-adee-150cff76aa80/checklist/new/
+2017-05-04 07:22:08,853 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:22:08,853 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:22:08,884 DEBUG api_gitlab 288 66986 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:22:08,972 DEBUG api_user 128 66986 140735693222848 200 OK
+2017-05-04 07:22:08,973 DEBUG api_user 130 66986 140735693222848 Login successfully.
+2017-05-04 07:22:08,984 DEBUG db_general 177 66986 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:22:08,986 DEBUG db_general 188 66986 140735693222848 Query result: 2
+2017-05-04 07:22:08,990 DEBUG db_general 177 66986 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 07:22:08,992 DEBUG db_general 188 66986 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 07:22:09,013 DEBUG fe_user 27 66986 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:22:09,014 DEBUG fe_user 28 66986 140735693222848 Insert Email
+2017-05-04 07:22:09,216 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:09,889 DEBUG fe_user 31 66986 140735693222848 Insert Password
+2017-05-04 07:22:10,545 DEBUG fe_user 33 66986 140735693222848 Click Login Button
+2017-05-04 07:22:10,658 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:22:11,560 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:11,648 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:12,071 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:12,736 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 07:22:12,742 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:22:13,083 DEBUG fe_user 35 66986 140735693222848 Login Button clicked
+2017-05-04 07:22:13,583 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:14,259 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:15,366 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:16,073 DEBUG wait 117 66986 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:17,064 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 07:22:17,064 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 07:22:17,074 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-05-04 07:22:17,075 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 07:22:17,075 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-05-04 07:22:19,179 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:22:20,241 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:22:20,241 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8282b217-5a4a-473f-b1e9-2ad91ade7a05/7173df61935b469abdf18a8535e8088d
+2017-05-04 07:22:20,273 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:22:20,340 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:22:20,341 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:22:20,344 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:22:20,346 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:22:20,350 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:22:20,351 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:22:20,589 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:22:20,590 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/59b79ae8-5cc3-4cbc-bbbc-fca22e14086d/checklist/new/
+2017-05-04 07:22:20,666 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:22:20,666 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:22:20,702 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:22:20,702 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:22:20,702 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:22:21,586 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:22:22,252 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:22:22,369 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:22:23,381 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:22:24,558 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:25,676 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:33,115 DEBUG test_set_stage 83 66984 140735693222848 User STrIpgq@intl.att.com failed to change stage to Intake
+2017-05-04 07:22:38,960 DEBUG test_set_stage 83 66984 140735693222848 User STrIpgq@intl.att.com failed to change stage to Active
+2017-05-04 07:22:44,802 DEBUG test_set_stage 83 66984 140735693222848 User STrIpgq@intl.att.com failed to change stage to Validated
+2017-05-04 07:22:44,803 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:22:45,403 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 07:22:45,403 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 07:22:45,423 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-05-04 07:22:45,424 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 07:22:45,424 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-05-04 07:22:47,534 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:22:48,579 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:22:48,579 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9a7a7f2d-43a3-4136-bc5e-4ede2c4d1c67/82277f00134549ae99902aa953b12a75
+2017-05-04 07:22:48,616 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:22:48,689 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:22:48,690 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:22:48,694 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:22:48,695 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:22:48,699 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:22:48,700 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:22:48,920 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:22:48,921 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9a33fcc4-b0a4-4066-9be1-92ec705de149/checklist/new/
+2017-05-04 07:22:49,000 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:22:49,000 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:22:49,034 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:22:49,034 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:22:49,034 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:22:49,896 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:22:50,545 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:22:50,650 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:22:51,501 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:52,513 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:22:53,694 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:54,810 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:22:55,392 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:57,733 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:22:59,258 DEBUG test_set_stage 97 66984 140735693222848 User dd1122@att.com failed to change stage to Intake
+2017-05-04 07:23:00,000 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:01,524 DEBUG test_set_stage 97 66984 140735693222848 User dd1122@att.com failed to change stage to Active
+2017-05-04 07:23:02,251 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:03,772 DEBUG test_set_stage 97 66984 140735693222848 User dd1122@att.com failed to change stage to Validated
+2017-05-04 07:23:03,773 DEBUG fe_general 37 66984 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:23:04,340 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 07:23:04,340 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 07:23:04,361 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-05-04 07:23:04,361 DEBUG logFuncEntry 34 66984 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 07:23:04,361 DEBUG test_ui_base 36 66984 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-05-04 07:23:06,469 DEBUG test_ui_base 48 66984 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:23:07,544 DEBUG api_user 108 66984 140735693222848 Moving to next test case
+2017-05-04 07:23:07,545 DEBUG api_user 193 66984 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d7d1f76-8926-45c2-90f6-6a4209ff7601/93e66d2f865446028681fd9835f668c3
+2017-05-04 07:23:07,578 DEBUG api_user 196 66984 140735693222848 APIUser activated successfully!
+2017-05-04 07:23:07,645 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:23:07,645 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:23:07,649 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:23:07,651 DEBUG db_general 162 66984 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:23:07,655 DEBUG db_general 151 66984 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:23:07,656 DEBUG db_general 162 66984 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:23:07,896 DEBUG api_virtual_function 72 66984 140735693222848 Virtual Function created successfully!
+2017-05-04 07:23:07,896 DEBUG api_gitlab 267 66984 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7dcff175-26b8-4658-8910-31ba1cc12acb/checklist/new/
+2017-05-04 07:23:07,963 DEBUG api_user 128 66984 140735693222848 200 OK
+2017-05-04 07:23:07,963 DEBUG api_user 130 66984 140735693222848 Login successfully.
+2017-05-04 07:23:07,994 DEBUG api_gitlab 288 66984 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:23:07,994 DEBUG fe_user 27 66984 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:23:07,994 DEBUG fe_user 28 66984 140735693222848 Insert Email
+2017-05-04 07:23:08,856 DEBUG fe_user 31 66984 140735693222848 Insert Password
+2017-05-04 07:23:09,501 DEBUG fe_user 33 66984 140735693222848 Click Login Button
+2017-05-04 07:23:09,607 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:23:10,486 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:23:11,499 DEBUG fe_user 35 66984 140735693222848 Login Button clicked
+2017-05-04 07:23:12,682 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:23:13,794 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:23:14,356 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:15,913 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 07:23:15,919 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:23:16,010 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:23:16,910 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:19,683 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:20,734 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 07:23:20,740 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:23:21,600 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:24,912 DEBUG fe_overview 80 66984 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 07:23:24,919 DEBUG fe_overview 86 66984 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:23:25,770 DEBUG wait 117 66984 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:23:29,101 DEBUG logFuncEntry 34 66984 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 07:23:29,101 DEBUG logFuncEntry 34 66984 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 07:23:29,124 DEBUG test_ui_base 66 66984 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-05-04 07:23:30,206 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 07:23:30,208 DEBUG db_general 188 66986 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:23:30,726 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '3d43971f-b1e2-4a74-8cb6-eaabbc110be3';
+2017-05-04 07:23:30,729 DEBUG db_general 188 66986 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:23:31,246 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '9a6a8f23-c57b-4ab9-9595-283c6e739889';
+2017-05-04 07:23:31,249 DEBUG db_general 188 66986 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:24:38,952 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '9a6a8f23-c57b-4ab9-9595-283c6e739889';
+2017-05-04 07:24:38,955 DEBUG db_general 188 66986 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:24:39,481 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '3d43971f-b1e2-4a74-8cb6-eaabbc110be3';
+2017-05-04 07:24:39,484 DEBUG db_general 188 66986 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:24:40,000 DEBUG db_general 177 66986 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 07:24:40,003 DEBUG db_general 188 66986 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:24:40,510 DEBUG logFuncEntry 34 66986 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 07:24:40,511 DEBUG logFuncEntry 34 66986 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 07:24:40,525 DEBUG test_ui_base 66 66986 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 07:26:35,558 DEBUG test_signal_base 34 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:26:35,558 DEBUG test_signal_base 34 74493 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-05-04 07:26:35,559 DEBUG test_git_signal 101 74494 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:35,559 DEBUG test_checklist_signal 26 74493 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:35,558 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 07:26:35,559 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-05-04 07:26:35,559 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-05-04 07:26:35,559 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-05-04 07:26:35,566 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 07:26:35,566 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:35,572 DEBUG test_signal_base 45 74493 140735693222848 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-05-04 07:26:35,573 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 07:26:35,573 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-05-04 07:26:35,577 DEBUG test_signal_base 45 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:26:35,578 DEBUG test_signal_base 34 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:26:35,578 DEBUG test_git_signal 24 74494 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:35,578 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-05-04 07:26:35,590 DEBUG test_signal_base 45 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:26:35,590 DEBUG test_signal_base 34 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:26:35,591 DEBUG test_git_signal 82 74494 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:35,591 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-05-04 07:26:35,603 DEBUG test_signal_base 45 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:26:35,604 DEBUG test_signal_base 34 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:26:35,604 DEBUG test_git_signal 65 74494 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:35,604 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-05-04 07:26:35,616 DEBUG test_signal_base 45 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:26:35,617 DEBUG test_signal_base 34 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+2017-05-04 07:26:35,617 DEBUG test_git_signal 47 74494 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:35,617 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-05-04 07:26:35,629 DEBUG test_signal_base 45 74494 140735693222848 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-05-04 07:26:35,630 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 07:26:35,630 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test__multi_el ----------------------
+2017-05-04 07:26:35,684 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:35,685 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b976899f-0906-4d41-8c21-b19156e4e0f9/7639b89d0710414a98a29aaf1b76f933
+2017-05-04 07:26:35,743 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:35,847 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:35,847 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:35,854 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:35,856 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:35,860 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:35,862 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:36,800 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:36,801 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2b239bf3-1a2c-455c-bc74-899bb7e0dc74/checklist/new/
+2017-05-04 07:26:36,893 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:36,894 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:36,942 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:36,942 DEBUG test_negative_requests 169 74492 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-04 07:26:37,034 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:37,035 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:37,035 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2b239bf3-1a2c-455c-bc74-899bb7e0dc74/checklist/new/
+2017-05-04 07:26:37,039 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:37,043 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:37,043 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2b239bf3-1a2c-455c-bc74-899bb7e0dc74/checklist/new/
+2017-05-04 07:26:37,132 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:37,133 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:37,175 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:37,305 DEBUG api_checklist 40 74492 140735693222848 Checklist was created successfully!
+2017-05-04 07:26:37,305 DEBUG test_negative_requests 174 74492 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-04 07:26:37,387 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:37,387 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:37,387 DEBUG test_negative_requests 181 74492 140735693222848 About to add audit log to checklist uuid d90d246a-4c2c-4655-8791-9d1b141971e1
+2017-05-04 07:26:37,387 DEBUG test_negative_requests 188 74492 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 07:26:37,475 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:37,475 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:37,475 DEBUG test_negative_requests 181 74492 140735693222848 About to add audit log to checklist uuid d90d246a-4c2c-4655-8791-9d1b141971e1
+2017-05-04 07:26:37,476 DEBUG test_negative_requests 188 74492 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-04 07:26:37,476 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 07:26:37,476 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-04 07:26:37,482 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:37,484 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 07:26:37,484 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:37,604 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:37,605 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4503d1c9-37b1-46c7-ad2e-74efc131711e/8fb9f53e29094104b67d5c6e810e5c3e
+2017-05-04 07:26:37,703 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:37,822 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:26:37,861 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:26:37,875 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:37,875 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:37,885 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:37,890 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:37,898 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:37,905 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:38,029 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:26:38,419 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:38,420 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ba17983-99ea-4473-9e43-94273f6fbde6/checklist/new/
+2017-05-04 07:26:38,509 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:38,509 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:38,547 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:38,547 DEBUG test_negative_requests 195 74492 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-04 07:26:38,651 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:38,651 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:38,651 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ba17983-99ea-4473-9e43-94273f6fbde6/checklist/new/
+2017-05-04 07:26:38,656 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:38,658 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:38,659 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ba17983-99ea-4473-9e43-94273f6fbde6/checklist/new/
+2017-05-04 07:26:38,771 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:38,771 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:38,823 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:39,044 DEBUG api_checklist 40 74492 140735693222848 Checklist was created successfully!
+2017-05-04 07:26:39,044 DEBUG test_negative_requests 200 74492 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-04 07:26:39,149 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:39,149 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:39,150 DEBUG test_negative_requests 208 74492 140735693222848 About to add next step to checklist uuid 4f343bfa-726a-4714-9aff-fdbc97fa7db9
+2017-05-04 07:26:39,150 DEBUG api_checklist 116 74492 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ba17983-99ea-4473-9e43-94273f6fbde6/checklist/4f343bfa-726a-4714-9aff-fdbc97fa7db9/nextstep/
+2017-05-04 07:26:39,211 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4503d1c9-37b1-46c7-ad2e-74efc131711e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,215 DEBUG test_negative_requests 215 74492 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 07:26:39,315 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:26:39,316 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb5aff72-b764-4074-a7e0-2a97c7600921/4e4bc357def041afa298c20d88c752d9
+2017-05-04 07:26:39,316 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:26:39,317 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/12019902-dd27-49aa-a907-5102b9a59757/d6b7b9e3e99543d28513d46aed862703
+2017-05-04 07:26:39,326 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:39,327 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:39,327 DEBUG test_negative_requests 208 74492 140735693222848 About to add next step to checklist uuid 4f343bfa-726a-4714-9aff-fdbc97fa7db9
+2017-05-04 07:26:39,327 DEBUG api_checklist 116 74492 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ba17983-99ea-4473-9e43-94273f6fbde6/checklist/4f343bfa-726a-4714-9aff-fdbc97fa7db9/nextstep/
+2017-05-04 07:26:39,366 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:39,372 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:39,386 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:26:39,386 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c625c547-d4ea-4e34-9b5f-524814ef5419/3afbc50469cd45eeabffc290b1b81e43
+2017-05-04 07:26:39,395 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,396 DEBUG test_negative_requests 215 74492 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 07:26:39,445 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:39,505 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:26:39,505 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:26:39,509 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:39,511 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:39,511 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:26:39,511 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:26:39,512 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:39,513 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:39,513 DEBUG test_negative_requests 208 74492 140735693222848 About to add next step to checklist uuid 4f343bfa-726a-4714-9aff-fdbc97fa7db9
+2017-05-04 07:26:39,513 DEBUG api_checklist 116 74492 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ba17983-99ea-4473-9e43-94273f6fbde6/checklist/4f343bfa-726a-4714-9aff-fdbc97fa7db9/nextstep/
+2017-05-04 07:26:39,516 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:39,516 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:39,518 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:39,519 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:39,524 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:39,526 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:39,567 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:26:39,568 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:26:39,572 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:39,574 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:39,575 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,576 DEBUG test_negative_requests 215 74492 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-04 07:26:39,576 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 07:26:39,576 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-04 07:26:39,581 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:39,583 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:39,590 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:39,592 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 07:26:39,592 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:39,592 DEBUG test_negative_requests 37 74492 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-04 07:26:39,709 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:39,709 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ea08c83f-1635-4063-b9a9-302e5f3430bd/9296f1c594a143beb00c19665158681a
+2017-05-04 07:26:39,756 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:39,841 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:39,841 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:39,846 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:39,848 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:39,854 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:39,855 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:40,032 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:40,032 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3d4fd80-3de0-4dac-8a7f-941aede14c50/checklist/new/
+2017-05-04 07:26:40,042 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:40,042 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/20da5879-af0b-4f50-855e-f5f835f1ab90/checklist/new/
+2017-05-04 07:26:40,070 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:40,071 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0d45092-8c20-40ba-9288-d51ac9b7f3e2/checklist/new/
+2017-05-04 07:26:40,150 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:26:40,150 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:26:40,162 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:26:40,162 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:26:40,170 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:26:40,170 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:26:40,207 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:40,208 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:40,208 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:26:40,215 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:40,216 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:40,216 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:26:40,221 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:40,314 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:26:40,315 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:26:40,315 DEBUG api_checklist 24 74494 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0d45092-8c20-40ba-9288-d51ac9b7f3e2/checklist/new/
+2017-05-04 07:26:40,318 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:40,320 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:40,321 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e0d45092-8c20-40ba-9288-d51ac9b7f3e2/checklist/new/
+2017-05-04 07:26:40,400 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:26:40,400 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:26:40,462 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:40,471 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:40,471 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/74f8d922-06a6-47f2-8908-0d9d0d1b5a47/checklist/new/
+2017-05-04 07:26:40,554 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:40,554 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:40,607 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:40,669 DEBUG api_checklist 40 74494 140735693222848 Checklist was created successfully!
+2017-05-04 07:26:40,702 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:40,703 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dff04998-42af-45ae-9e1f-2f06161b61ab/19d593fd9346412f80447e074b26f74a
+2017-05-04 07:26:40,736 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:40,747 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:26:40,748 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a7ffc9b9-b382-45a7-bfd8-825a36c25c06/05537b057db24a0084454ff9b19121d5
+2017-05-04 07:26:40,782 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:40,819 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:40,819 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:40,823 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:40,824 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:40,829 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:40,831 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:40,857 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:26:40,857 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:26:40,861 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:40,863 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:40,867 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:40,870 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:41,042 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:26:41,045 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:26:41,243 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:41,243 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d7c26a2a-dbf6-41db-9e8f-6529d8f8c887/checklist/new/
+2017-05-04 07:26:41,314 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:41,314 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5682a288-1db5-4c67-abd9-5c7cfc55e96f/checklist/new/
+2017-05-04 07:26:41,322 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:41,322 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:41,354 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:41,354 DEBUG test_negative_requests 43 74492 140735693222848 About to invite contact to the engagement of user STZXoJk
+2017-05-04 07:26:41,354 DEBUG api_virtual_function 119 74492 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 07:26:41,392 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:26:41,392 ERROR api_virtual_function 148 74492 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: dff04998-42af-45ae-9e1f-2f06161b61ab. eng_uuid=74f8d922-06a6-47f2-8908-0d9d0d1b5a47. checklist_uuid=None"
+2017-05-04 07:26:41,393 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:26:41,393 DEBUG test_negative_requests 49 74492 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-04 07:26:41,393 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 07:26:41,393 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-04 07:26:41,399 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:41,401 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 07:26:41,401 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:41,401 DEBUG test_negative_requests 54 74492 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-04 07:26:41,428 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:41,428 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:41,428 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:26:41,492 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:41,493 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b3f9f020-1c15-4599-a3a7-fcd37453c899/4b0fe46d495d4b3299a66778e9dfb4aa
+2017-05-04 07:26:41,528 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:41,598 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:41,599 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:41,603 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:41,604 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:41,608 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:41,609 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:41,702 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:26:41,702 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:26:41,852 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:41,858 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:42,050 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:42,050 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/14ac4914-f4ab-4a9c-9511-e8d701731f27/checklist/new/
+2017-05-04 07:26:42,241 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:42,242 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:42,334 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:26:42,477 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:42,665 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:42,665 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:42,666 DEBUG test_negative_requests 63 74492 140735693222848 About to add a next step to VF STU2yIn using SToM7Aj@intl.att.com token.
+2017-05-04 07:26:42,666 DEBUG api_virtual_function 25 74492 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/14ac4914-f4ab-4a9c-9511-e8d701731f27/nextsteps
+2017-05-04 07:26:42,702 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:42,737 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:42,750 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: b3f9f020-1c15-4599-a3a7-fcd37453c899. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:42,751 DEBUG test_negative_requests 69 74492 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 07:26:42,862 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:42,862 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:42,862 DEBUG test_negative_requests 63 74492 140735693222848 About to add a next step to VF STU2yIn using hs0007@att.com token.
+2017-05-04 07:26:42,863 DEBUG api_virtual_function 25 74492 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/14ac4914-f4ab-4a9c-9511-e8d701731f27/nextsteps
+2017-05-04 07:26:43,011 DEBUG api_virtual_function 40 74492 140735693222848 Next step was added to the engagement!
+2017-05-04 07:26:43,011 DEBUG test_negative_requests 69 74492 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 07:26:43,064 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:26:43,125 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:43,126 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:43,126 DEBUG test_negative_requests 63 74492 140735693222848 About to add a next step to VF STU2yIn using admin_ro@att.com token.
+2017-05-04 07:26:43,126 DEBUG api_virtual_function 25 74492 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/14ac4914-f4ab-4a9c-9511-e8d701731f27/nextsteps
+2017-05-04 07:26:43,183 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:43,183 DEBUG test_negative_requests 69 74492 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-04 07:26:43,184 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 07:26:43,184 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-04 07:26:43,188 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:43,196 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:43,198 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 07:26:43,199 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:43,200 DEBUG test_negative_requests 221 74492 140735693222848 Local environment, skipping test...
+2017-05-04 07:26:43,200 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 07:26:43,200 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-04 07:26:43,215 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:43,221 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:43,224 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 07:26:43,224 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:43,249 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:43,353 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:43,353 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f528d911-0a8b-4a13-8f09-2750951d88de/2f5ccb9cffd740e9ad52ede9fe84c003
+2017-05-04 07:26:43,415 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:43,586 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:43,586 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:43,591 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:43,593 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:43,604 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:43,606 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:43,729 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:43,763 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:44,112 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:44,112 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,198 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,198 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,240 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:44,253 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:44,253 DEBUG test_negative_requests 98 74492 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 07:26:44,273 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:44,339 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,340 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,340 DEBUG test_negative_requests 106 74492 140735693222848 About to create checklist for VF STpKUgO
+2017-05-04 07:26:44,340 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,344 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:44,347 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:44,347 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,354 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:26:44,439 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,439 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,491 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:44,538 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: f528d911-0a8b-4a13-8f09-2750951d88de. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:44,538 DEBUG test_negative_requests 112 74492 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:26:44,632 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,632 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,632 DEBUG test_negative_requests 106 74492 140735693222848 About to create checklist for VF STpKUgO
+2017-05-04 07:26:44,632 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,636 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:44,639 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:44,639 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,710 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,710 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,739 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:44,769 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:44,769 DEBUG test_negative_requests 112 74492 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:26:44,845 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,846 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,846 DEBUG test_negative_requests 106 74492 140735693222848 About to create checklist for VF STpKUgO
+2017-05-04 07:26:44,846 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,850 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:44,854 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:44,854 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6cf9eb4d-a10e-44cd-9044-9fa970d0d527/checklist/new/
+2017-05-04 07:26:44,879 DEBUG db_general 177 74494 140735693222848 Query : select template_id from ice_checklist Where name = 'checklistAPIST3pPkQ';
+2017-05-04 07:26:44,883 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:44,944 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:44,944 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:44,949 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:26:44,989 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:45,039 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:45,039 DEBUG test_negative_requests 112 74492 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:26:45,039 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 07:26:45,040 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-04 07:26:45,057 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:45,060 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 07:26:45,060 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:45,061 DEBUG test_negative_requests 74 74492 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-04 07:26:45,189 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:45,190 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2abdd0bf-81a0-48f6-949b-5941fc7648bc/4f2ff641955b4bf191d5f684e2d1917d
+2017-05-04 07:26:45,239 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:45,248 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:26:45,280 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:26:45,356 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:45,356 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:45,361 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:45,363 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:45,368 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:45,370 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:45,696 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:45,696 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3576cab4-182c-4ef1-8123-7e7aeb2a1fe8/checklist/new/
+2017-05-04 07:26:45,736 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:45,736 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:26:45,786 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:45,786 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:45,834 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:45,914 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:45,914 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:45,914 DEBUG api_virtual_function 25 74492 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3576cab4-182c-4ef1-8123-7e7aeb2a1fe8/nextsteps
+2017-05-04 07:26:45,996 DEBUG api_virtual_function 40 74492 140735693222848 Next step was added to the engagement!
+2017-05-04 07:26:46,071 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:46,071 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:46,071 DEBUG test_negative_requests 86 74492 140735693222848 About to edit a next step (ns uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05) using STlZ2QI@intl.att.com token.
+2017-05-04 07:26:46,071 DEBUG api_virtual_function 156 74492 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f322cfa8-24a0-43e7-909c-2d39c8c8ef05/engagement/3576cab4-182c-4ef1-8123-7e7aeb2a1fe8/modify/
+2017-05-04 07:26:46,112 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,114 DEBUG test_negative_requests 92 74492 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 07:26:46,200 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:46,200 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:46,200 DEBUG test_negative_requests 86 74492 140735693222848 About to edit a next step (ns uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05) using hs0007@att.com token.
+2017-05-04 07:26:46,200 DEBUG api_virtual_function 156 74492 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f322cfa8-24a0-43e7-909c-2d39c8c8ef05/engagement/3576cab4-182c-4ef1-8123-7e7aeb2a1fe8/modify/
+2017-05-04 07:26:46,226 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,227 DEBUG test_negative_requests 92 74492 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 07:26:46,295 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:46,296 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:46,296 DEBUG test_negative_requests 86 74492 140735693222848 About to edit a next step (ns uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05) using admin_ro@att.com token.
+2017-05-04 07:26:46,296 DEBUG api_virtual_function 156 74492 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f322cfa8-24a0-43e7-909c-2d39c8c8ef05/engagement/3576cab4-182c-4ef1-8123-7e7aeb2a1fe8/modify/
+2017-05-04 07:26:46,325 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,326 DEBUG test_negative_requests 92 74492 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-04 07:26:46,326 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 07:26:46,326 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-04 07:26:46,331 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:46,333 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 07:26:46,333 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:46,333 DEBUG test_negative_requests 20 74492 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-04 07:26:46,426 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:46,427 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/04fe8c71-c46d-4a07-be3e-935397d1a941/46f922d838b34ff9abd0c1552f602ef3
+2017-05-04 07:26:46,471 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:46,564 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:46,564 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:46,570 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:46,572 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:46,577 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:46,579 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:46,612 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:46,654 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:26:47,147 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:47,147 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60045481-f266-43d2-8d71-1669d8deb7df/checklist/new/
+2017-05-04 07:26:47,217 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:47,217 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:47,259 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:47,383 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:47,383 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/78ae25c8-b523-43e1-858c-98343d2474fb/02122ac4bab04e9fba1a6bfb32b2e1f1
+2017-05-04 07:26:47,398 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:26:47,421 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:47,514 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:47,515 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:47,518 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:47,520 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:47,521 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:47,524 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:47,526 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:48,032 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:48,033 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/96b94dc1-fc60-4e96-b8cf-b72f4e46676d/checklist/new/
+2017-05-04 07:26:48,148 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:48,149 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:48,193 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:48,194 DEBUG test_negative_requests 26 74492 140735693222848 About to invite team member to the engagement of user STGJDAS
+2017-05-04 07:26:48,194 DEBUG api_virtual_function 87 74492 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:26:48,237 ERROR api_virtual_function 112 74492 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:26:48,238 DEBUG test_negative_requests 32 74492 140735693222848 Success! Test failed to invite user using other auth token.
+2017-05-04 07:26:48,238 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 07:26:48,238 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-04 07:26:48,245 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:48,247 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 07:26:48,247 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:48,345 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:48,345 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0bfccf25-00a7-4a75-84e9-4ef656a56a50/a8ebafdd12c2433ebb7cd8527adbb928
+2017-05-04 07:26:48,382 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:48,397 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:48,457 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:48,457 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:48,461 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:48,465 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:48,470 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:48,471 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:48,790 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:26:48,909 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:48,956 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:48,956 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/642bd8e4-0421-4bf7-b7be-881e1c3b9f67/checklist/new/
+2017-05-04 07:26:49,032 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:49,033 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:49,075 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:49,075 DEBUG test_negative_requests 146 74492 140735693222848 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-05-04 07:26:49,150 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:49,150 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:49,150 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/642bd8e4-0421-4bf7-b7be-881e1c3b9f67/checklist/new/
+2017-05-04 07:26:49,155 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:49,157 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:49,157 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/642bd8e4-0421-4bf7-b7be-881e1c3b9f67/checklist/new/
+2017-05-04 07:26:49,226 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:49,226 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:49,259 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:49,476 DEBUG api_checklist 40 74492 140735693222848 Checklist was created successfully!
+2017-05-04 07:26:49,476 DEBUG test_negative_requests 151 74492 140735693222848 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-05-04 07:26:49,476 DEBUG test_negative_requests 157 74492 140735693222848 About to change checklist state for VF STRhvy4
+2017-05-04 07:26:49,546 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:49,546 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:49,579 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,579 DEBUG test_negative_requests 163 74492 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 07:26:49,579 DEBUG test_negative_requests 157 74492 140735693222848 About to change checklist state for VF STRhvy4
+2017-05-04 07:26:49,647 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:49,647 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:49,678 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,679 DEBUG test_negative_requests 163 74492 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 07:26:49,679 DEBUG test_negative_requests 157 74492 140735693222848 About to change checklist state for VF STRhvy4
+2017-05-04 07:26:49,747 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:49,747 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:49,774 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,775 DEBUG test_negative_requests 163 74492 140735693222848 Success! Test failed to change checklist state using other auth token.
+2017-05-04 07:26:49,775 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 07:26:49,775 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-05-04 07:26:49,781 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:49,782 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 07:26:49,782 DEBUG test_api_base 30 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-04 07:26:49,799 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 07:26:49,799 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-05-04 07:26:49,809 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-05-04 07:26:49,809 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 07:26:49,810 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-05-04 07:26:49,873 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:49,873 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3b6c164b-585b-4661-920d-e0aac94b4e96/61ef6b8c32d84a1d94ecec8c9442b9b4
+2017-05-04 07:26:49,907 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:49,917 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:26:50,022 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:50,022 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:50,027 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:50,029 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:50,032 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:50,034 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:50,239 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:50,754 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:51,033 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:51,034 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce/checklist/new/
+2017-05-04 07:26:51,120 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:51,121 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:51,175 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:51,175 DEBUG test_negative_requests 119 74492 140735693222848 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-05-04 07:26:51,205 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:51,268 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:51,299 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:51,299 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:51,300 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce/checklist/new/
+2017-05-04 07:26:51,305 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:51,307 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:51,307 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce/checklist/new/
+2017-05-04 07:26:51,407 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:51,407 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:51,453 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:51,713 DEBUG api_checklist 40 74492 140735693222848 Checklist was created successfully!
+2017-05-04 07:26:51,713 DEBUG test_negative_requests 124 74492 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-04 07:26:51,781 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:51,803 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:51,804 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:51,804 DEBUG test_negative_requests 132 74492 140735693222848 About to update checklist for VF STzb8J9
+2017-05-04 07:26:51,804 DEBUG api_checklist 58 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//56c1506b-84cd-46c3-9703-56fb18cdb697/56c1506b-84cd-46c3-9703-56fb18cdb697
+2017-05-04 07:26:51,809 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:51,811 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:51,861 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3b6c164b-585b-4661-920d-e0aac94b4e96. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:51,861 DEBUG test_negative_requests 139 74492 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:26:51,963 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:51,963 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:51,963 DEBUG test_negative_requests 132 74492 140735693222848 About to update checklist for VF STzb8J9
+2017-05-04 07:26:51,964 DEBUG api_checklist 58 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//56c1506b-84cd-46c3-9703-56fb18cdb697/56c1506b-84cd-46c3-9703-56fb18cdb697
+2017-05-04 07:26:51,968 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:51,972 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:52,027 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,027 DEBUG test_negative_requests 139 74492 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:26:52,069 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:26:52,124 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:52,126 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:52,126 DEBUG test_negative_requests 132 74492 140735693222848 About to update checklist for VF STzb8J9
+2017-05-04 07:26:52,126 DEBUG api_checklist 58 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//56c1506b-84cd-46c3-9703-56fb18cdb697/56c1506b-84cd-46c3-9703-56fb18cdb697
+2017-05-04 07:26:52,131 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:26:52,133 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:26:52,217 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,218 DEBUG test_negative_requests 139 74492 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-04 07:26:52,218 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 07:26:52,218 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-05-04 07:26:52,231 DEBUG test_api_base 42 74492 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-04 07:26:52,233 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 07:26:52,233 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-05-04 07:26:52,342 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:52,810 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 07:26:52,811 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-05-04 07:26:52,829 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-05-04 07:26:52,829 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 07:26:52,829 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-05-04 07:26:53,119 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:26:53,481 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:26:53,482 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0dde11cb-8368-449d-b4c9-70598e96f5e8/21e8bfe67b76412c87d103f5bcf23abf
+2017-05-04 07:26:53,526 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:53,650 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:26:53,650 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:26:53,655 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:53,657 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:53,662 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:53,665 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:54,265 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:54,265 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6709f49e-aa26-484b-8855-15e3d611a18b/checklist/new/
+2017-05-04 07:26:54,353 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:26:54,353 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:26:54,408 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:54,408 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:54,408 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:26:54,583 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:26:55,170 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:26:55,377 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:26:55,749 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_ST5MnRH
+2017-05-04 07:26:55,750 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST5MnRH', 'title_Announcement_ST5MnRH-slug', '', 'description_Announcement_STGKNtn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STGKNtn</p>', true, '', 1, 1);
+2017-05-04 07:26:55,758 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST5MnRH', 'title_Announcement_ST5MnRH-slug', '', 'description_Announcement_STGKNtn', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STGKNtn</p>', true, '', 1, 1);
+2017-05-04 07:26:55,769 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:26:55,769 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:26:55,769 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:26:55,773 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:26:55,775 DEBUG db_cms 64 74492 140735693222848 Query result: 255
+2017-05-04 07:26:55,775 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:26:55,775 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:26:55,779 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:26:55,781 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:26:55,781 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 255
+2017-05-04 07:26:55,781 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (255, 2);
+2017-05-04 07:26:55,785 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (255, 2);
+2017-05-04 07:26:55,794 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:26:55,871 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:26:55,871 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9034adb6-ebfd-4ab0-b72c-f2bc56606e48/ed2fb5a539da45e8b10184508b02e82d
+2017-05-04 07:26:55,911 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:56,000 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:56,000 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:56,004 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:56,005 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:56,010 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:56,011 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:56,052 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:26:56,334 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:56,542 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:26:56,568 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:26:56,569 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a89b514-02c5-4420-9ed9-180643d6402c/a4c4945ca3ba4d2a910ad7399a7127c8
+2017-05-04 07:26:56,615 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:26:56,805 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:26:56,805 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:26:56,810 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:26:56,811 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:26:56,816 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:26:56,817 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:26:56,883 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:56,883 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3ffac1d-09a8-43db-a4f4-0bfd26d53d43/checklist/new/
+2017-05-04 07:26:56,979 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:26:56,979 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:26:57,016 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:57,017 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:57,017 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:26:57,237 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:26:57,238 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/78a97ed2-8050-4c0c-8706-9c7acdc787c5/checklist/new/
+2017-05-04 07:26:57,306 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:26:57,306 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:26:57,336 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:26:57,336 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:57,336 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:26:57,384 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:26:57,570 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1146';
+2017-05-04 07:26:57,573 DEBUG db_general 188 74494 140735693222848 Query result: e0d45092-8c20-40ba-9288-d51ac9b7f3e2
+2017-05-04 07:26:57,577 DEBUG db_user 49 74494 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'e0d45092-8c20-40ba-9288-d51ac9b7f3e2' and email = 'STAN9Yh@intl.att.com' ;
+2017-05-04 07:26:57,581 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=7745cff7-d4b4-46be-849f-90b15afc72ae
+2017-05-04 07:26:57,901 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:26:58,152 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:26:58,466 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:26:58,466 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:26:58,534 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:26:58,665 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:58,809 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:26:58,962 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:26:59,296 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:26:59,673 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:26:59,723 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:26:59,958 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:27:00,085 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=7745cff7-d4b4-46be-849f-90b15afc72ae page is loaded.
+2017-05-04 07:27:00,234 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:00,373 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:01,242 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:27:01,433 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:27:01,770 DEBUG db_general 66 74495 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'SThTjeZ' and full_name != 'Homer Simpson';
+2017-05-04 07:27:01,773 DEBUG db_general 78 74495 140735693222848 Query result: Donald Duck
+2017-05-04 07:27:02,483 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:03,702 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:27:03,927 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:03,927 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:27:04,307 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:04,307 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:27:04,686 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:27:04,714 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:05,083 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:27:05,334 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:27:05,434 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:05,713 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:27:05,815 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:06,441 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:27:06,554 DEBUG db_general 66 74495 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:27:06,563 DEBUG db_general 78 74495 140735693222848 Query result: None
+2017-05-04 07:27:06,568 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:06,573 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STpe5Ks' WHERE uuid = 'None' ;
+2017-05-04 07:27:06,576 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:27:06,577 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 07:27:06,577 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-05-04 07:27:06,593 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-05-04 07:27:06,593 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 07:27:06,593 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-05-04 07:27:07,079 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:08,088 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:27:08,697 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:09,812 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:27:09,812 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b4af957d-dc03-4b8f-9a62-af70d3920a4c/3e00c93aa47e4b76a57ae214b871609e
+2017-05-04 07:27:09,851 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:09,938 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:09,938 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:09,944 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:09,945 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:09,949 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:09,951 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:10,875 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:10,875 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5d6c089f-7a28-4d43-af77-63e036eb2c4c/checklist/new/
+2017-05-04 07:27:10,967 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:10,967 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:11,011 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:11,011 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:11,011 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:27:11,835 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:27:12,102 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 07:27:12,102 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-05-04 07:27:12,118 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-05-04 07:27:12,119 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 07:27:12,119 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-05-04 07:27:12,486 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:27:12,602 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:13,159 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 07:27:13,160 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test__multi_el>,) | {}
+2017-05-04 07:27:13,186 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test__multi_el ----------------------
+
+2017-05-04 07:27:13,187 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 07:27:13,187 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-05-04 07:27:13,509 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:14,021 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:14,284 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:14,388 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:27:15,029 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:27:15,096 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:15,096 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:27:15,469 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: News
+2017-05-04 07:27:15,470 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:27:15,476 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:27:15,479 DEBUG db_cms 64 74492 140735693222848 Query result: 1
+2017-05-04 07:27:15,480 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 07:27:15,480 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-05-04 07:27:15,493 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-05-04 07:27:15,494 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 07:27:15,494 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-05-04 07:27:15,522 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:15,563 DEBUG db_general 66 74495 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-05-04 07:27:15,566 DEBUG db_general 78 74495 140735693222848 Query result: None
+2017-05-04 07:27:15,571 DEBUG db_general 66 74495 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 07:27:15,576 DEBUG db_general 78 74495 140735693222848 Query result: 1e3533a2-64e0-441e-9ea6-f312b51df042
+2017-05-04 07:27:15,582 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '1e3533a2-64e0-441e-9ea6-f312b51df042' ;
+2017-05-04 07:27:15,590 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:27:15,597 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 07:27:15,608 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:27:15,918 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:27:16,374 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:16,620 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:27:16,802 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:17,344 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:17,417 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:17,469 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:27:17,470 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7cbc6e81-e194-41c6-ac0a-6cdfe464c9b3/25770c9cffe943f9a5575095bc442b43
+2017-05-04 07:27:17,577 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:17,716 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:27:17,716 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:27:17,722 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:17,725 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:17,731 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:17,733 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:18,054 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:18,335 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:18,336 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/04c97a4e-5be8-4f29-9987-cae4b8d31c24/checklist/new/
+2017-05-04 07:27:18,416 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:27:18,416 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:27:18,461 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:18,553 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:27:18,554 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:27:18,554 DEBUG api_checklist 24 74494 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/04c97a4e-5be8-4f29-9987-cae4b8d31c24/checklist/new/
+2017-05-04 07:27:18,560 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:27:18,563 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:27:18,563 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/04c97a4e-5be8-4f29-9987-cae4b8d31c24/checklist/new/
+2017-05-04 07:27:18,571 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:18,627 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:18,676 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:27:18,676 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:27:18,727 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:18,978 DEBUG api_checklist 40 74494 140735693222848 Checklist was created successfully!
+2017-05-04 07:27:18,982 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPIST15F7Q' order by update_time desc limit 1;
+2017-05-04 07:27:18,985 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:27:19,465 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:19,582 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:27:19,653 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:19,653 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:27:19,748 DEBUG db_cms 142 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:19,749 DEBUG db_cms 116 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:19,749 DEBUG db_cms 118 74492 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:19,759 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:19,764 DEBUG db_cms 64 74492 140735693222848 Query result: 10
+2017-05-04 07:27:19,764 DEBUG db_cms 148 74492 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqxO7D', 'title_Of_Page_STqxO7D-slug', '', 'description_Of_Page_ST71834', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqxO7D', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:19,768 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STqxO7D', 'title_Of_Page_STqxO7D-slug', '', 'description_Of_Page_ST71834', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STqxO7D', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:19,777 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:19,777 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:19,777 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,781 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,783 DEBUG db_cms 64 74492 140735693222848 Query result: 121
+2017-05-04 07:27:19,783 DEBUG db_cms 152 74492 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:27:19,783 DEBUG db_cms 154 74492 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (121, '<p>description_Of_Page_ST71834</p>');
+2017-05-04 07:27:19,787 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (121, '<p>description_Of_Page_ST71834</p>');
+2017-05-04 07:27:19,794 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:19,794 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:19,794 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,799 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,801 DEBUG db_cms 64 74492 140735693222848 Query result: 121
+2017-05-04 07:27:19,802 DEBUG db_cms 142 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:19,802 DEBUG db_cms 116 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:19,802 DEBUG db_cms 118 74492 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:19,808 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:19,810 DEBUG db_cms 64 74492 140735693222848 Query result: 10
+2017-05-04 07:27:19,810 DEBUG db_cms 148 74492 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STc5wRn', 'title_Of_Page_STc5wRn-slug', '', 'description_Of_Page_ST3Itys', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STc5wRn', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:19,814 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STc5wRn', 'title_Of_Page_STc5wRn-slug', '', 'description_Of_Page_ST3Itys', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STc5wRn', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:19,816 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:19,816 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:19,817 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,820 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,822 DEBUG db_cms 64 74492 140735693222848 Query result: 122
+2017-05-04 07:27:19,822 DEBUG db_cms 152 74492 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:27:19,822 DEBUG db_cms 154 74492 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (122, '<p>description_Of_Page_ST3Itys</p>');
+2017-05-04 07:27:19,825 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (122, '<p>description_Of_Page_ST3Itys</p>');
+2017-05-04 07:27:19,828 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:19,828 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:19,828 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,831 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,833 DEBUG db_cms 64 74492 140735693222848 Query result: 122
+2017-05-04 07:27:19,833 DEBUG db_cms 142 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:19,834 DEBUG db_cms 116 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:19,834 DEBUG db_cms 118 74492 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:19,837 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:19,839 DEBUG db_cms 64 74492 140735693222848 Query result: 10
+2017-05-04 07:27:19,840 DEBUG db_cms 148 74492 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STfNQHB', 'title_Of_Page_STfNQHB-slug', '', 'description_Of_Page_SToJtaz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STfNQHB', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:19,843 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STfNQHB', 'title_Of_Page_STfNQHB-slug', '', 'description_Of_Page_SToJtaz', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STfNQHB', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:19,847 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:19,847 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:19,847 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,851 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:19,852 DEBUG db_cms 64 74492 140735693222848 Query result: 123
+2017-05-04 07:27:19,853 DEBUG db_cms 152 74492 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:27:19,853 DEBUG db_cms 154 74492 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (123, '<p>description_Of_Page_SToJtaz</p>');
+2017-05-04 07:27:19,858 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (123, '<p>description_Of_Page_SToJtaz</p>');
+2017-05-04 07:27:19,861 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:19,940 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:27:19,941 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5b09cf40-9b9b-42d9-9019-3cd541f0ef9d/2498369ca0ed4b4f9cb3e3e82fb5dbd6
+2017-05-04 07:27:19,983 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:20,051 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:20,052 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:20,056 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:20,058 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:20,062 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:20,065 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:20,392 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:20,393 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f1d6d459-5066-40aa-bbb5-db5e8f9e1d27/checklist/new/
+2017-05-04 07:27:20,478 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:20,478 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:20,495 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:27:20,526 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:20,526 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:20,526 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:27:21,123 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:27:21,240 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:21,275 DEBUG db_general 66 74495 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:27:21,278 DEBUG db_general 78 74495 140735693222848 Query result: 1e3533a2-64e0-441e-9ea6-f312b51df042
+2017-05-04 07:27:21,282 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STmakBc' WHERE uuid = '1e3533a2-64e0-441e-9ea6-f312b51df042' ;
+2017-05-04 07:27:21,291 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:27:21,291 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 07:27:21,291 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-05-04 07:27:21,300 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-05-04 07:27:21,301 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 07:27:21,301 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-05-04 07:27:21,395 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:27:22,106 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:22,252 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:27:22,416 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:22,624 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:22,984 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:23,140 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:23,993 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:27:24,149 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:27:24,413 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:24,655 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:24,696 DEBUG db_checklist 391 74494 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST15F7Q' order by create_time desc limit 1;
+2017-05-04 07:27:25,412 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:27:25,490 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:25,704 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:27:25,704 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2765dd1-f6bf-45fc-b30c-8e62537f1062/1a6d8f38fc0e44a0974f75517c3bc382
+2017-05-04 07:27:25,736 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:25,818 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:25,818 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:25,822 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:25,824 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:25,825 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:27:25,828 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:25,831 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:26,148 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:26,148 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a47b1110-c598-43f2-b0c7-eedba0049e9a/checklist/new/
+2017-05-04 07:27:26,227 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:26,227 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:26,262 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:26,262 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:26,262 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:27:26,445 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:26,445 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:27:26,617 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:26,693 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:27:27,097 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:27:27,265 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:27,310 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:27:27,749 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:27:27,815 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:27:27,886 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:27,946 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:27:28,049 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:28,521 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:28,790 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:28,926 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:27:29,032 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:29,302 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:29,505 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:27:29,543 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:29,812 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:29,949 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:29,949 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:29,953 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:29,956 DEBUG db_cms 64 74492 140735693222848 Query result: 123
+2017-05-04 07:27:29,972 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 07:27:29,972 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-05-04 07:27:29,987 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-05-04 07:27:29,987 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 07:27:29,988 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-05-04 07:27:30,549 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:27:30,818 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:27:31,791 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:31,802 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:27:32,095 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:33,141 DEBUG db_cms 142 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:33,141 DEBUG db_cms 116 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:27:33,142 DEBUG db_cms 118 74492 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:33,147 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:27:33,149 DEBUG db_cms 64 74492 140735693222848 Query result: 10
+2017-05-04 07:27:33,149 DEBUG db_cms 148 74492 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STINcq0', 'title_Of_Page_STINcq0-slug', '', 'description_Of_Page_STalK0J', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STINcq0', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:33,153 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STINcq0', 'title_Of_Page_STINcq0-slug', '', 'description_Of_Page_STalK0J', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STINcq0', 'richtextpage', true, 10, 1);
+2017-05-04 07:27:33,156 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:33,157 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:33,157 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:33,161 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:33,163 DEBUG db_cms 64 74492 140735693222848 Query result: 124
+2017-05-04 07:27:33,163 DEBUG db_cms 152 74492 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:27:33,163 DEBUG db_cms 154 74492 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (124, '<p>description_Of_Page_STalK0J</p>');
+2017-05-04 07:27:33,167 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (124, '<p>description_Of_Page_STalK0J</p>');
+2017-05-04 07:27:33,169 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:33,247 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:27:33,247 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3bcc34af-32a5-479d-8380-e3ad570cc8be/096f23a7b87b40ef99dcd1e66b7e7bfe
+2017-05-04 07:27:33,284 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:33,368 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:33,369 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:33,373 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:33,374 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:33,380 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:33,382 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:33,674 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:33,675 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/caf7b43a-7020-4db2-8e36-0ccf165b437d/checklist/new/
+2017-05-04 07:27:33,742 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:33,742 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:33,775 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:33,775 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:33,775 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:27:34,443 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:27:34,648 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:27:35,309 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:27:35,429 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:36,154 DEBUG db_checklist 391 74494 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPIST15F7Q' order by create_time desc limit 1;
+2017-05-04 07:27:36,299 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:36,440 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:27:36,843 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:37,086 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:37,160 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:27:37,691 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:27:37,839 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 07:27:37,839 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-05-04 07:27:37,854 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-05-04 07:27:37,855 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 07:27:37,855 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-05-04 07:27:37,948 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 07:27:37,949 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-05-04 07:27:37,971 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-05-04 07:27:37,972 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:37,973 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 07:27:37,973 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-05-04 07:27:38,597 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:38,880 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:27:39,901 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:27:39,902 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:39,905 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:27:39,907 DEBUG db_cms 64 74492 140735693222848 Query result: 124
+2017-05-04 07:27:39,923 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 07:27:39,924 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-05-04 07:27:39,945 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-05-04 07:27:39,946 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 07:27:39,946 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-05-04 07:27:40,098 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:40,401 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:40,873 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:27:41,650 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:27:41,651 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/775ab4b9-a32b-46f7-ad51-511e2e1b012e/1fcb4e82c7884f5ca305554469553805
+2017-05-04 07:27:41,697 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:41,795 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:41,796 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:41,802 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:41,804 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:41,808 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:41,810 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:41,895 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:27:41,896 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/561820b2-5b5d-4d48-aed8-ed1d138d4e3e/f66315c73d554566bc84754c5900ec76
+2017-05-04 07:27:41,933 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:42,025 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:27:42,026 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:27:42,034 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:42,036 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:42,042 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:42,044 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:42,228 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:42,229 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/237d2941-4a48-4fb3-96ad-75d21f69f75d/checklist/new/
+2017-05-04 07:27:42,317 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:42,317 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:42,367 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:42,367 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:42,368 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:27:42,415 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 07:27:42,415 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-05-04 07:27:42,431 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-05-04 07:27:42,431 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:27:42,431 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-05-04 07:27:42,600 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:42,600 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/617ec08f-0c1a-41d4-b7dc-7d1634815f57/checklist/new/
+2017-05-04 07:27:42,705 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:27:42,706 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:27:42,740 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:42,740 DEBUG test_dashboard_feature 70 74493 140735693222848 Login with standard user STpzj7x@intl.att.com
+2017-05-04 07:27:42,740 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:42,740 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:27:43,078 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:43,224 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:27:43,686 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:27:43,939 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:27:44,116 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:44,342 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:27:44,468 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_STDAcfv
+2017-05-04 07:27:44,469 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STDAcfv', 'title_Announcement_STDAcfv-slug', '', 'description_Announcement_ST3lhYz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST3lhYz</p>', true, '', 1, 1);
+2017-05-04 07:27:44,480 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STDAcfv', 'title_Announcement_STDAcfv-slug', '', 'description_Announcement_ST3lhYz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST3lhYz</p>', true, '', 1, 1);
+2017-05-04 07:27:44,505 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:44,506 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:27:44,506 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:27:44,579 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:44,588 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:27:44,597 DEBUG db_cms 64 74492 140735693222848 Query result: 256
+2017-05-04 07:27:44,597 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:27:44,598 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:27:44,607 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:27:44,613 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:27:44,613 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 256
+2017-05-04 07:27:44,613 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (256, 2);
+2017-05-04 07:27:44,622 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (256, 2);
+2017-05-04 07:27:44,633 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:44,838 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:27:44,838 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2e439310-2a27-48cf-9da6-b28125ebe28d/d8ece0de5eef421684524049809c62e4
+2017-05-04 07:27:44,909 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:44,933 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:45,153 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:45,190 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:45,190 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:45,219 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:45,224 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:45,229 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:45,235 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:45,237 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:45,663 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:45,716 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:45,716 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12825858-f6b7-421e-94fb-cfb1be89b0ed/checklist/new/
+2017-05-04 07:27:45,816 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:45,817 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:45,866 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:45,867 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:45,867 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:27:46,177 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:46,244 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:27:46,325 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:27:46,325 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27adacca-eaa1-4009-805f-e4d7be2f68f4/452b6f7561324186b34a5e1071012acd
+2017-05-04 07:27:46,373 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:46,448 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:27:46,448 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:27:46,453 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:46,454 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:46,458 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:46,460 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:46,744 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:46,744 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fa0f2ec2-86ee-4fae-ba53-715c90334776/checklist/new/
+2017-05-04 07:27:46,777 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:27:46,831 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:27:46,831 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:27:46,866 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:46,866 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:46,867 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:27:46,900 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:27:46,900 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:27:46,900 DEBUG fe_user 161 74493 140735693222848 Adding new next step (via api) and assigning it to user STy98PX
+2017-05-04 07:27:46,900 DEBUG api_virtual_function 25 74493 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/617ec08f-0c1a-41d4-b7dc-7d1634815f57/nextsteps
+2017-05-04 07:27:47,042 DEBUG api_virtual_function 40 74493 140735693222848 Next step was added to the engagement!
+2017-05-04 07:27:47,042 DEBUG fe_user 163 74493 140735693222848 Refresh page and look for changes in assigned next steps section:
+2017-05-04 07:27:47,184 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:27:47,408 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:27:47,576 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:47,803 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:27:48,348 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:48,555 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:27:48,582 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:48,681 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:48,925 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:27:49,358 DEBUG fe_user 165 74493 140735693222848 > Check if number has changed in 'Assigned To You'
+2017-05-04 07:27:49,378 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:49,548 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:49,665 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:49,892 DEBUG fe_dashboard 203 74493 140735693222848 > Check if the engagement of NS is the correct one
+2017-05-04 07:27:49,912 DEBUG fe_dashboard 213 74493 140735693222848 > Check if creator of NS is the EL Donald Duck
+2017-05-04 07:27:49,940 DEBUG fe_overview 36 74493 140735693222848 Go to engagement's overview by clicking on the created Next Step
+2017-05-04 07:27:50,060 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:50,555 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:50,721 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 07:27:50,722 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-05-04 07:27:50,738 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-05-04 07:27:50,739 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 07:27:50,739 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-05-04 07:27:51,066 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:27:51,148 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:52,176 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:27:52,264 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:52,866 DEBUG fe_overview 41 74493 140735693222848 Login with EL user dd1122@att.com
+2017-05-04 07:27:52,866 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:52,867 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:27:53,027 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:53,488 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:53,697 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:27:54,130 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:54,132 DEBUG db_cms 132 74492 140735693222848 Delete all posts
+2017-05-04 07:27:54,132 DEBUG db_cms 134 74492 140735693222848 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 07:27:54,140 DEBUG db_cms 28 74492 140735693222848 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-05-04 07:27:54,151 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:54,151 DEBUG db_cms 137 74492 140735693222848 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 07:27:54,159 DEBUG db_cms 28 74492 140735693222848 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-05-04 07:27:54,172 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:54,172 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_FAQSTHzQcC
+2017-05-04 07:27:54,172 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTHzQcC', 'title_FAQSTHzQcC-slug', '', 'description_FAQ_STSVhNy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STSVhNy</p>', true, '', 1, 1);
+2017-05-04 07:27:54,176 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTHzQcC', 'title_FAQSTHzQcC-slug', '', 'description_FAQ_STSVhNy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STSVhNy</p>', true, '', 1, 1);
+2017-05-04 07:27:54,185 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:54,185 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:27:54,186 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:27:54,190 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:27:54,193 DEBUG db_cms 64 74492 140735693222848 Query result: 257
+2017-05-04 07:27:54,193 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: FAQ
+2017-05-04 07:27:54,193 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 07:27:54,197 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-05-04 07:27:54,201 DEBUG db_cms 64 74492 140735693222848 Query result: 3
+2017-05-04 07:27:54,201 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 257
+2017-05-04 07:27:54,201 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (257, 3);
+2017-05-04 07:27:54,206 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (257, 3);
+2017-05-04 07:27:54,217 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:27:54,296 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:27:54,297 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/683fb67c-6985-430b-bea2-dc814ece7c9c/8283d845d5704ad4a8d0631ba365ae3d
+2017-05-04 07:27:54,334 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:54,338 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:27:54,426 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:54,426 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:54,434 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:54,436 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:54,442 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:54,448 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:54,448 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:54,697 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 07:27:54,697 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-05-04 07:27:54,714 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-05-04 07:27:54,714 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 07:27:54,714 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-05-04 07:27:55,069 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:55,070 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a1fce567-644a-4e2d-884e-648537ec5e2e/checklist/new/
+2017-05-04 07:27:55,195 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:27:55,196 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:27:55,243 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:55,243 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:55,244 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:27:55,293 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:55,807 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:27:56,008 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:56,217 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:27:56,814 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:27:56,875 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:27:57,032 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:27:57,052 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:27:57,347 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:27:57,350 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:27:57,354 DEBUG db_general 66 74493 140735693222848 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-05-04 07:27:57,368 DEBUG db_general 78 74493 140735693222848 Query result: 2065
+2017-05-04 07:27:57,368 DEBUG fe_overview 49 74493 140735693222848 el_assigned_ns=2065
+2017-05-04 07:27:57,884 DEBUG fe_overview 52 74493 140735693222848 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-05-04 07:27:58,061 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:27:58,106 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 07:27:58,106 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-05-04 07:27:58,125 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:27:58,128 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-05-04 07:27:58,128 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 07:27:58,129 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-05-04 07:27:58,359 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:27:58,360 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60f7e92a-34df-4b61-9c55-e3e3129962d3/c6e274e2f654475e8cb6dd3ff4bb6f16
+2017-05-04 07:27:58,419 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:27:58,531 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:58,532 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:58,537 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:27:58,539 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:27:58,552 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:27:58,555 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:27:58,630 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 07:27:58,630 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-05-04 07:27:58,650 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-05-04 07:27:58,651 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 07:27:58,651 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-05-04 07:27:58,820 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:27:59,308 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:27:59,309 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0adc32d6-b8fd-4b88-9e7e-89e0bc2d8e88/checklist/new/
+2017-05-04 07:27:59,482 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:27:59,483 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:27:59,560 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:27:59,560 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:27:59,561 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:27:59,853 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:27:59,854 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-05-04 07:27:59,879 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-05-04 07:27:59,879 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 07:27:59,879 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-05-04 07:28:00,502 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:28:01,209 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:28:01,265 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:01,378 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:01,827 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:02,156 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:02,437 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:02,675 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:02,908 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:28:02,909 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8b93d04b-8f17-4eff-9944-cb35bc7585c5/f18b6528d6b44206a1e476182f1cfc35
+2017-05-04 07:28:02,964 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:03,067 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:28:03,067 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:28:03,073 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:28:03,075 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:28:03,080 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:28:03,082 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:28:03,188 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:03,209 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_NewsSTiFZV1
+2017-05-04 07:28:03,210 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTiFZV1', 'title_NewsSTiFZV1-slug', '', 'description_NewsSTs7gwB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTs7gwB</p>', true, '', 1, 1);
+2017-05-04 07:28:03,216 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTiFZV1', 'title_NewsSTiFZV1-slug', '', 'description_NewsSTs7gwB', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTs7gwB</p>', true, '', 1, 1);
+2017-05-04 07:28:03,230 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:28:03,230 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:28:03,230 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:28:03,234 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:28:03,237 DEBUG db_cms 64 74492 140735693222848 Query result: 258
+2017-05-04 07:28:03,237 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: News
+2017-05-04 07:28:03,238 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:28:03,242 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-05-04 07:28:03,245 DEBUG db_cms 64 74492 140735693222848 Query result: 1
+2017-05-04 07:28:03,245 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 258
+2017-05-04 07:28:03,245 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (258, 1);
+2017-05-04 07:28:03,251 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (258, 1);
+2017-05-04 07:28:03,253 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:28:03,387 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:28:03,387 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1cbfde82-f691-46ea-9f2d-d9d030525d31/ec404f9674ce4f00b6b4ebded4131d1e
+2017-05-04 07:28:03,443 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:03,443 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:03,444 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:28:03,604 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:28:03,605 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f8905a01-5a9e-4b0c-a15f-d0a991fa3d5f/checklist/new/
+2017-05-04 07:28:03,686 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:28:03,686 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:28:03,732 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:28:03,732 DEBUG test_dashboard_feature 83 74493 140735693222848 About to login with EL and add VFC
+2017-05-04 07:28:03,732 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:03,733 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:28:03,865 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:28:03,866 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4b50fc63-d474-4397-8b34-086d58c43710/b33938eff37f44ec88cd8d7325d32661
+2017-05-04 07:28:03,904 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:03,986 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:28:03,986 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:28:03,991 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:28:03,993 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:28:03,998 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:28:03,999 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:28:04,195 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:28:04,315 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:28:04,315 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e3fba73f-28fb-456e-ad1f-2109f9146ec4/checklist/new/
+2017-05-04 07:28:04,384 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:28:04,384 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:28:04,419 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:28:04,419 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:04,420 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:28:04,428 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:28:04,595 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:28:04,725 DEBUG db_general 66 74495 140735693222848 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-05-04 07:28:04,727 DEBUG db_general 78 74495 140735693222848 Query result: None
+2017-05-04 07:28:04,732 DEBUG db_general 66 74495 140735693222848 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-05-04 07:28:04,735 DEBUG db_general 78 74495 140735693222848 Query result: 1e3533a2-64e0-441e-9ea6-f312b51df042
+2017-05-04 07:28:04,740 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '1e3533a2-64e0-441e-9ea6-f312b51df042' ;
+2017-05-04 07:28:04,745 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:28:04,750 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-05-04 07:28:04,755 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:28:04,760 DEBUG db_general 66 74495 140735693222848 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:28:04,762 DEBUG db_general 78 74495 140735693222848 Query result: STEmva8@intl.att.com
+2017-05-04 07:28:05,079 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:28:05,199 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:05,239 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:28:05,322 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:28:05,371 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:05,686 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:06,057 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:28:06,208 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:28:06,239 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:06,259 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:06,632 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:06,771 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:06,950 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:06,965 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:07,284 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:07,973 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:28:07,981 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 07:28:07,981 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-05-04 07:28:07,996 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-05-04 07:28:07,997 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 07:28:07,997 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+2017-05-04 07:28:08,290 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:28:08,499 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STkLzso';
+2017-05-04 07:28:08,504 DEBUG db_general 188 74494 140735693222848 Query result: e3fba73f-28fb-456e-ad1f-2109f9146ec4
+2017-05-04 07:28:08,509 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STkLzso';
+2017-05-04 07:28:08,515 DEBUG db_general 188 74494 140735693222848 Query result: e3fba73f-28fb-456e-ad1f-2109f9146ec4
+2017-05-04 07:28:08,520 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e3fba73f-28fb-456e-ad1f-2109f9146ec4';
+2017-05-04 07:28:08,523 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1172
+2017-05-04 07:28:08,527 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1172';
+2017-05-04 07:28:08,530 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:28:08,542 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'e3fba73f-28fb-456e-ad1f-2109f9146ec4';
+2017-05-04 07:28:08,546 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1172
+2017-05-04 07:28:09,227 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:09,664 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:10,078 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:10,428 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:10,457 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:10,700 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:11,259 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:11,756 DEBUG db_cms 142 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:28:11,756 DEBUG db_cms 116 74492 140735693222848 Retrive id of documentation page:
+2017-05-04 07:28:11,757 DEBUG db_cms 118 74492 140735693222848 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:28:11,761 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-05-04 07:28:11,766 DEBUG db_cms 64 74492 140735693222848 Query result: 10
+2017-05-04 07:28:11,767 DEBUG db_cms 148 74492 140735693222848 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST3NOIW', 'title_Of_Page_ST3NOIW-slug', '', 'description_Of_Page_STtwiYn', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST3NOIW', 'richtextpage', true, 10, 1);
+2017-05-04 07:28:11,771 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST3NOIW', 'title_Of_Page_ST3NOIW-slug', '', 'description_Of_Page_STtwiYn', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST3NOIW', 'richtextpage', true, 10, 1);
+2017-05-04 07:28:11,779 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:28:11,780 DEBUG db_cms 124 74492 140735693222848 Retrive id of last page inserted:
+2017-05-04 07:28:11,780 DEBUG db_cms 126 74492 140735693222848 Query : select MAX(id) FROM public.pages_page;
+2017-05-04 07:28:11,783 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.pages_page;
+2017-05-04 07:28:11,785 DEBUG db_cms 64 74492 140735693222848 Query result: 125
+2017-05-04 07:28:11,785 DEBUG db_cms 152 74492 140735693222848 Bind the page with the rich text content related to this page
+2017-05-04 07:28:11,785 DEBUG db_cms 154 74492 140735693222848 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (125, '<p>description_Of_Page_STtwiYn</p>');
+2017-05-04 07:28:11,789 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (125, '<p>description_Of_Page_STtwiYn</p>');
+2017-05-04 07:28:11,796 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:28:11,912 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:28:11,932 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:28:11,932 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7215ecdf-8a4f-49e6-91eb-c05dc5b6274b/897aaed3ddfc4b0b86d310d93e8f83b5
+2017-05-04 07:28:11,977 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:12,062 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:28:12,062 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:28:12,066 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:28:12,067 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:28:12,071 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:28:12,073 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:28:12,461 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:28:12,461 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5c164a4b-f374-4b51-9361-9647087dcb90/checklist/new/
+2017-05-04 07:28:12,533 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:28:12,533 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:28:12,566 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:28:12,566 DEBUG test_cms_news_and_announcementsion 60 74492 140735693222848 About to login with EL and add VFC
+2017-05-04 07:28:12,567 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:12,864 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1170';
+2017-05-04 07:28:12,868 DEBUG db_general 188 74495 140735693222848 Query result: 0adc32d6-b8fd-4b88-9e7e-89e0bc2d8e88
+2017-05-04 07:28:12,872 DEBUG db_user 49 74495 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '0adc32d6-b8fd-4b88-9e7e-89e0bc2d8e88' and email = 'STEmva8@intl.att.com' ;
+2017-05-04 07:28:12,874 DEBUG fe_general 37 74495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=78d8224c-dd0e-4c3c-9fcb-8ae19aa6532b
+2017-05-04 07:28:12,939 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:13,229 DEBUG test_cms_news_and_announcementsion 65 74492 140735693222848 Login with user dd1122@att.com
+2017-05-04 07:28:13,230 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:13,230 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:28:13,553 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:13,554 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:28:13,678 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:28:14,057 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:14,100 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:28:14,387 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:28:14,776 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:28:14,885 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:15,026 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:28:15,066 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:15,159 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=78d8224c-dd0e-4c3c-9fcb-8ae19aa6532b page is loaded.
+2017-05-04 07:28:15,594 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:15,869 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:15,883 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:15,883 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:28:16,106 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:16,286 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:28:16,618 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:16,705 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:28:16,886 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:28:17,294 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:17,330 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:28:17,448 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:17,627 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:28:18,093 DEBUG fe_dashboard 172 74493 140735693222848 Login with user dd1122@att.com
+2017-05-04 07:28:18,093 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:18,094 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:28:18,253 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:18,346 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:18,764 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:18,952 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:28:19,071 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:28:19,584 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:28:19,674 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:19,772 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:28:20,480 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:20,646 DEBUG fe_cms 63 74492 140735693222848 Search Documentation by title
+2017-05-04 07:28:20,682 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:20,961 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:20,998 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:22,003 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:28:22,010 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:28:22,177 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:22,230 DEBUG db_general 66 74495 140735693222848 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-05-04 07:28:22,234 DEBUG db_general 78 74495 140735693222848 Query result: 1e3533a2-64e0-441e-9ea6-f312b51df042
+2017-05-04 07:28:22,239 DEBUG db_general 108 74495 140735693222848 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STA1stT' WHERE uuid = '1e3533a2-64e0-441e-9ea6-f312b51df042' ;
+2017-05-04 07:28:22,248 DEBUG db_general 112 74495 140735693222848 Update query success!
+2017-05-04 07:28:22,249 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 07:28:22,249 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-05-04 07:28:22,268 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-05-04 07:28:22,269 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 07:28:22,269 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-05-04 07:28:22,540 DEBUG fe_dashboard 174 74493 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:28:23,024 DEBUG fe_cms 68 74492 140735693222848 Documentation found (searched by title)
+2017-05-04 07:28:23,025 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:23,197 DEBUG fe_dashboard 179 74493 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:28:23,811 DEBUG test_cms_news_and_announcementsion 65 74492 140735693222848 Login with user STEmva8@intl.att.com
+2017-05-04 07:28:23,812 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:23,812 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:28:24,177 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:24,506 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:24,641 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:24,748 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:28:25,004 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:25,419 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:28:25,555 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:26,009 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:28:26,009 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ccaebf86-d073-4a00-a1a8-ac3c71d59abe/aecf064f37ef43dab4cd81fb7c50246b
+2017-05-04 07:28:26,011 DEBUG fe_dashboard 181 74493 140735693222848 Search engagement by VF name
+2017-05-04 07:28:26,050 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:26,143 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:28:26,143 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:28:26,147 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:28:26,149 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:28:26,153 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:28:26,154 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:28:26,562 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:28:26,562 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/64b488a6-fe6c-4efe-957a-e8f0184b1b9b/checklist/new/
+2017-05-04 07:28:26,627 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:28:26,644 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:28:26,644 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:28:26,645 DEBUG fe_dashboard 186 74493 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:28:26,688 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:28:26,688 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:26,688 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:28:27,285 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:27,547 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:28:28,065 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:28,228 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:28:28,366 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:29,132 DEBUG fe_dashboard 188 74493 140735693222848 Search engagement by VFC
+2017-05-04 07:28:29,224 DEBUG fe_cms 63 74492 140735693222848 Search Documentation by title
+2017-05-04 07:28:29,244 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:29,757 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:29,815 DEBUG fe_dashboard 193 74493 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:28:29,834 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:30,347 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:28:30,587 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:30,720 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:28:30,764 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:28:31,100 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:31,614 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:31,744 DEBUG fe_cms 68 74492 140735693222848 Documentation found (searched by title)
+2017-05-04 07:28:31,744 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:32,000 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:32,044 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:28:32,397 DEBUG test_cms_news_and_announcementsion 65 74492 140735693222848 Login with user STdrITa@intl.att.com
+2017-05-04 07:28:32,397 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:32,398 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:28:32,629 DEBUG fe_dashboard 195 74493 140735693222848 Negative search: search by random string
+2017-05-04 07:28:32,669 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:33,143 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:28:33,282 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:28:33,327 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:33,927 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:28:34,008 DEBUG fe_dashboard 172 74493 140735693222848 Login with user hs0007@att.com
+2017-05-04 07:28:34,009 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:34,010 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:28:34,037 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:34,723 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STNgQTo';
+2017-05-04 07:28:34,727 DEBUG db_general 188 74494 140735693222848 Query result: bb2ef708-a08c-4231-b0f3-9eee69c85961
+2017-05-04 07:28:34,907 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:28:35,045 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:28:35,408 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:28:35,587 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:28:35,682 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:35,708 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:36,426 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 07:28:36,426 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-05-04 07:28:36,444 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-05-04 07:28:36,445 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 07:28:36,445 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-04 07:28:36,617 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:36,910 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:37,134 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:37,653 DEBUG fe_cms 63 74492 140735693222848 Search Documentation by title
+2017-05-04 07:28:38,142 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:28:38,455 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 07:28:38,456 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-05-04 07:28:38,475 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-05-04 07:28:38,476 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 07:28:38,476 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-05-04 07:28:38,569 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:38,666 DEBUG fe_dashboard 174 74493 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:28:39,044 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:28:39,316 DEBUG fe_dashboard 179 74493 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:28:40,074 DEBUG fe_cms 68 74492 140735693222848 Documentation found (searched by title)
+2017-05-04 07:28:40,074 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:40,211 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:40,370 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:28:40,371 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a9ec41b7-c344-4bc0-9f3c-ca93d242928f/665794a3b06b4344813eafade3190f67
+2017-05-04 07:28:40,466 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:40,579 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:28:40,579 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:28:40,585 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:28:40,587 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:28:40,592 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:28:40,594 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:28:40,997 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:40,998 DEBUG test_cms_news_and_announcementsion 65 74492 140735693222848 Login with user admin@att.com
+2017-05-04 07:28:40,998 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:40,999 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:28:41,199 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:28:41,199 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b27a2aac-3079-42e2-b094-ec071fbf9295/checklist/new/
+2017-05-04 07:28:41,285 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:28:41,286 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:28:41,329 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:28:41,330 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:41,330 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:28:41,553 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:41,591 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:41,768 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:28:42,225 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:28:42,419 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:28:42,531 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:42,564 DEBUG fe_dashboard 181 74493 140735693222848 Search engagement by VF name
+2017-05-04 07:28:42,713 DEBUG db_general 66 74495 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:28:42,730 DEBUG db_general 78 74495 140735693222848 Query result: ['02d1a1cc-7791-45e8-9b1d-d5cff0951be3', '2017-1121', 'STiXT24', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 07:28:42,735 DEBUG db_general 90 74495 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-05-04 07:28:42,737 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:28:42,742 DEBUG db_general 90 74495 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('085fff33-dc2c-406a-b033-1f3d7bdd5b8f', 'AIC', '286', 'TRUE', 0);
+2017-05-04 07:28:42,756 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:28:42,756 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:42,756 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:28:42,904 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:28:43,094 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:43,252 DEBUG fe_dashboard 186 74493 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:28:43,295 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:43,808 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:43,877 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:28:44,111 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:44,221 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:28:44,323 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:44,576 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:28:44,626 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:44,702 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:44,746 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:28:44,749 DEBUG db_general 188 74494 140735693222848 Query result: a9820c26-9245-44e4-9411-ec733f9d9af5
+2017-05-04 07:28:44,755 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:28:44,758 DEBUG db_general 188 74494 140735693222848 Query result: b27a2aac-3079-42e2-b094-ec071fbf9295
+2017-05-04 07:28:44,762 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:28:44,764 DEBUG db_general 188 74494 140735693222848 Query result: b27a2aac-3079-42e2-b094-ec071fbf9295
+2017-05-04 07:28:44,768 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b27a2aac-3079-42e2-b094-ec071fbf9295';
+2017-05-04 07:28:44,770 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1175
+2017-05-04 07:28:44,774 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1175';
+2017-05-04 07:28:44,778 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:28:44,786 DEBUG fe_checklist 50 74494 140735693222848 EL email: hs0007@att.com
+2017-05-04 07:28:44,791 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b27a2aac-3079-42e2-b094-ec071fbf9295';
+2017-05-04 07:28:44,794 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1175
+2017-05-04 07:28:45,140 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:45,334 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:28:45,401 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:45,616 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:45,653 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:45,913 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:46,050 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:46,427 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:46,661 DEBUG fe_dashboard 188 74493 140735693222848 Search engagement by VFC
+2017-05-04 07:28:46,736 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:47,288 DEBUG fe_dashboard 193 74493 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:28:47,436 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:28:47,745 DEBUG fe_cms 63 74492 140735693222848 Search Documentation by title
+2017-05-04 07:28:47,922 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:48,059 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:48,748 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:48,801 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:49,318 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:49,442 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=a9820c26-9245-44e4-9411-ec733f9d9af5&inviter_uuid=a9ec41b7-c344-4bc0-9f3c-ca93d242928f&email=automationqattSTKpEeB@gmail.com
+2017-05-04 07:28:49,586 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:28:49,882 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:28:50,327 DEBUG fe_dashboard 195 74493 140735693222848 Negative search: search by random string
+2017-05-04 07:28:50,607 DEBUG fe_cms 68 74492 140735693222848 Documentation found (searched by title)
+2017-05-04 07:28:50,608 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:50,987 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:51,099 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:28:51,125 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:28:51,366 DEBUG test_cms_news_and_announcementsion 65 74492 140735693222848 Login with user admin_ro@att.com
+2017-05-04 07:28:51,367 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:51,368 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:28:51,796 DEBUG fe_dashboard 172 74493 140735693222848 Login with user STaNi8w@intl.att.com
+2017-05-04 07:28:51,796 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:51,796 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:28:51,834 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:51,834 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:28:52,244 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:28:52,582 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:28:52,626 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:28:52,724 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:28:53,125 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:28:53,216 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:28:53,237 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:53,290 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:28:53,325 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:53,633 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:28:54,010 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:54,204 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:54,375 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:54,389 DEBUG db_general 90 74495 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='085fff33-dc2c-406a-b033-1f3d7bdd5b8f'
+2017-05-04 07:28:54,399 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:28:54,404 DEBUG db_general 90 74495 140735693222848 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-05-04 07:28:54,406 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:28:54,406 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 07:28:54,407 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-05-04 07:28:54,416 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-05-04 07:28:54,416 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 07:28:54,416 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-05-04 07:28:54,528 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:54,888 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:55,045 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:55,212 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:28:55,401 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:55,569 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:55,739 DEBUG fe_dashboard 174 74493 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:28:56,412 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:28:56,462 DEBUG fe_dashboard 179 74493 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:28:56,585 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:28:56,588 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:28:57,319 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:28:57,912 DEBUG fe_dashboard 181 74493 140735693222848 Search engagement by VF name
+2017-05-04 07:28:57,948 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:28:57,948 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0c3cf9d4-866a-4bd6-a661-03c68a917c2d/534aad94120d45a492702ef3d7d2a685
+2017-05-04 07:28:58,027 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:28:58,138 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:28:58,138 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:28:58,144 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:28:58,146 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:28:58,150 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:28:58,153 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:28:58,409 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:28:58,409 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b2f3cbb7-67fb-429e-b443-5ee1dd1cfaf3/checklist/new/
+2017-05-04 07:28:58,480 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:28:58,480 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:28:58,515 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:28:58,515 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:28:58,515 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:28:58,586 DEBUG fe_dashboard 186 74493 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:28:59,233 DEBUG fe_cms 63 74492 140735693222848 Search Documentation by title
+2017-05-04 07:28:59,393 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:28:59,604 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:00,096 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:29:00,145 DEBUG fe_dashboard 188 74493 140735693222848 Search engagement by VFC
+2017-05-04 07:29:00,208 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:00,797 DEBUG fe_dashboard 193 74493 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:29:00,870 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:01,037 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/documentation page is loaded.
+2017-05-04 07:29:01,382 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:01,704 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:02,067 DEBUG fe_cms 68 74492 140735693222848 Documentation found (searched by title)
+2017-05-04 07:29:02,067 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 07:29:02,067 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation>,) | {}
+2017-05-04 07:29:02,085 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation ----------------------
+
+2017-05-04 07:29:02,086 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 07:29:02,086 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-05-04 07:29:02,392 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:29:02,716 DEBUG fe_dashboard 195 74493 140735693222848 Negative search: search by random string
+2017-05-04 07:29:03,645 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:03,772 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:29:04,251 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:04,588 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:04,710 DEBUG fe_dashboard 172 74493 140735693222848 Login with user admin@att.com
+2017-05-04 07:29:04,711 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:04,711 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:29:04,867 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:05,456 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_ST8IC4Y
+2017-05-04 07:29:05,456 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST8IC4Y', 'title_Announcement_ST8IC4Y-slug', '', 'description_Announcement_STCJ4ru', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STCJ4ru</p>', true, '', 1, 1);
+2017-05-04 07:29:05,462 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST8IC4Y', 'title_Announcement_ST8IC4Y-slug', '', 'description_Announcement_STCJ4ru', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STCJ4ru</p>', true, '', 1, 1);
+2017-05-04 07:29:05,482 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,482 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:05,482 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,489 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,492 DEBUG db_cms 64 74492 140735693222848 Query result: 259
+2017-05-04 07:29:05,492 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:05,492 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,499 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,503 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:05,504 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 259
+2017-05-04 07:29:05,504 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (259, 2);
+2017-05-04 07:29:05,509 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (259, 2);
+2017-05-04 07:29:05,528 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,529 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_STSR4Bw
+2017-05-04 07:29:05,530 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STSR4Bw', 'title_Announcement_STSR4Bw-slug', '', 'description_Announcement_STKfim8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STKfim8</p>', true, '', 1, 1);
+2017-05-04 07:29:05,535 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STSR4Bw', 'title_Announcement_STSR4Bw-slug', '', 'description_Announcement_STKfim8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STKfim8</p>', true, '', 1, 1);
+2017-05-04 07:29:05,539 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,539 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:05,539 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,547 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,549 DEBUG db_cms 64 74492 140735693222848 Query result: 260
+2017-05-04 07:29:05,550 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:05,550 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,555 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,559 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:05,560 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 260
+2017-05-04 07:29:05,560 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (260, 2);
+2017-05-04 07:29:05,564 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:29:05,567 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (260, 2);
+2017-05-04 07:29:05,576 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,576 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_SThA5cR
+2017-05-04 07:29:05,577 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThA5cR', 'title_Announcement_SThA5cR-slug', '', 'description_Announcement_STFjDzs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFjDzs</p>', true, '', 1, 1);
+2017-05-04 07:29:05,582 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_SThA5cR', 'title_Announcement_SThA5cR-slug', '', 'description_Announcement_STFjDzs', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFjDzs</p>', true, '', 1, 1);
+2017-05-04 07:29:05,591 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,592 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:05,593 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,599 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,601 DEBUG db_cms 64 74492 140735693222848 Query result: 261
+2017-05-04 07:29:05,601 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:05,601 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,608 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,612 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:05,612 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 261
+2017-05-04 07:29:05,613 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (261, 2);
+2017-05-04 07:29:05,619 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (261, 2);
+2017-05-04 07:29:05,628 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,628 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_STX5r1f
+2017-05-04 07:29:05,629 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STX5r1f', 'title_Announcement_STX5r1f-slug', '', 'description_Announcement_STDOMBx', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDOMBx</p>', true, '', 1, 1);
+2017-05-04 07:29:05,634 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STX5r1f', 'title_Announcement_STX5r1f-slug', '', 'description_Announcement_STDOMBx', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STDOMBx</p>', true, '', 1, 1);
+2017-05-04 07:29:05,643 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,643 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:05,643 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,648 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,651 DEBUG db_cms 64 74492 140735693222848 Query result: 262
+2017-05-04 07:29:05,652 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:05,652 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,657 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,660 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:05,660 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 262
+2017-05-04 07:29:05,660 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (262, 2);
+2017-05-04 07:29:05,664 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (262, 2);
+2017-05-04 07:29:05,673 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,673 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_STgb8tq
+2017-05-04 07:29:05,674 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STgb8tq', 'title_Announcement_STgb8tq-slug', '', 'description_Announcement_STNzTrf', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STNzTrf</p>', true, '', 1, 1);
+2017-05-04 07:29:05,678 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STgb8tq', 'title_Announcement_STgb8tq-slug', '', 'description_Announcement_STNzTrf', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STNzTrf</p>', true, '', 1, 1);
+2017-05-04 07:29:05,687 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,687 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:05,688 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,693 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,698 DEBUG db_cms 64 74492 140735693222848 Query result: 263
+2017-05-04 07:29:05,698 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:05,699 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,704 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,709 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:05,710 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 263
+2017-05-04 07:29:05,710 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (263, 2);
+2017-05-04 07:29:05,715 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (263, 2);
+2017-05-04 07:29:05,724 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,725 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_STMgjyc
+2017-05-04 07:29:05,726 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STMgjyc', 'title_Announcement_STMgjyc-slug', '', 'description_Announcement_STI6tEl', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STI6tEl</p>', true, '', 1, 1);
+2017-05-04 07:29:05,730 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STMgjyc', 'title_Announcement_STMgjyc-slug', '', 'description_Announcement_STI6tEl', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STI6tEl</p>', true, '', 1, 1);
+2017-05-04 07:29:05,740 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,741 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:05,741 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,745 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:05,749 DEBUG db_cms 64 74492 140735693222848 Query result: 264
+2017-05-04 07:29:05,749 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:05,749 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,756 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:05,759 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:05,760 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 264
+2017-05-04 07:29:05,760 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (264, 2);
+2017-05-04 07:29:05,765 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (264, 2);
+2017-05-04 07:29:05,773 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:05,817 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:05,872 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:05,942 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:29:05,943 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8e968ff1-c08f-411c-a0e3-4a2d9e69b27b/f861480c5d244256b8376f59f0623d84
+2017-05-04 07:29:05,985 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:06,076 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:06,077 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:06,080 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:06,082 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:06,086 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:06,088 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:06,240 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:29:06,353 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:06,474 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:06,474 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6406bd3-5797-48cb-b2ff-624430bf76a3/checklist/new/
+2017-05-04 07:29:06,645 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:06,645 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:06,725 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:29:06,725 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:06,726 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:29:06,889 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STC0hgf';
+2017-05-04 07:29:06,892 DEBUG db_general 188 74494 140735693222848 Query result: d22b1604-49df-4898-a218-d60b044f66c1
+2017-05-04 07:29:06,897 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where uuid = 'd22b1604-49df-4898-a218-d60b044f66c1' order by update_time desc limit 1;
+2017-05-04 07:29:06,905 DEBUG db_general 177 74494 140735693222848 Query : select template_id from ice_checklist Where name = 'STC0hgf';
+2017-05-04 07:29:06,908 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:29:06,979 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:29:07,085 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:07,490 DEBUG test_detailed_view 34 74495 140735693222848 Add Deployment Target
+2017-05-04 07:29:07,598 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:07,674 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:07,681 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:07,681 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:29:07,688 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:29:08,376 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:29:08,481 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:08,482 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:29:08,610 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:29:08,951 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:09,115 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:29:09,128 DEBUG fe_dashboard 174 74493 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:29:09,213 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:09,492 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:29:09,866 DEBUG fe_dashboard 179 74493 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:29:10,058 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:10,205 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:10,507 DEBUG test_detailed_view 36 74495 140735693222848 Add VFC no.1
+2017-05-04 07:29:10,569 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:10,719 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:11,237 DEBUG db_cms 194 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:11,237 DEBUG db_cms 196 74492 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STMgjyc' ;
+2017-05-04 07:29:11,242 DEBUG db_cms 42 74492 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STMgjyc' ;
+2017-05-04 07:29:11,254 DEBUG db_cms 46 74492 140735693222848 Update query success!
+2017-05-04 07:29:11,264 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:11,577 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:29:11,781 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:12,790 DEBUG fe_dashboard 181 74493 140735693222848 Search engagement by VF name
+2017-05-04 07:29:12,796 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:13,135 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:13,135 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:29:13,462 DEBUG fe_dashboard 186 74493 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:29:13,914 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:13,917 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:29:14,608 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:29:14,762 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:14,842 DEBUG fe_detailed_view 101 74495 140735693222848 Add VFC no.2
+2017-05-04 07:29:14,847 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:14,990 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:15,500 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:15,771 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:29:16,391 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STC0hgf';
+2017-05-04 07:29:16,394 DEBUG db_general 188 74494 140735693222848 Query result: d22b1604-49df-4898-a218-d60b044f66c1
+2017-05-04 07:29:16,510 DEBUG fe_dashboard 188 74493 140735693222848 Search engagement by VFC
+2017-05-04 07:29:16,988 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:17,081 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:17,181 DEBUG fe_dashboard 193 74493 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:29:18,465 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:18,510 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'SToCKOh';
+2017-05-04 07:29:18,513 DEBUG db_general 188 74495 140735693222848 Query result: d7dc5fc9-025e-42e6-b4b9-d666f1432ee8
+2017-05-04 07:29:18,978 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:19,990 DEBUG fe_dashboard 195 74493 140735693222848 Negative search: search by random string
+2017-05-04 07:29:20,227 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 07:29:20,228 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-05-04 07:29:20,239 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-05-04 07:29:20,240 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 07:29:20,240 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-05-04 07:29:20,418 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:20,698 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:29:21,436 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:29:21,439 DEBUG db_general 188 74494 140735693222848 Query result: b27a2aac-3079-42e2-b094-ec071fbf9295
+2017-05-04 07:29:21,446 DEBUG fe_dashboard 172 74493 140735693222848 Login with user admin_ro@att.com
+2017-05-04 07:29:21,447 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:21,447 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:29:21,447 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b27a2aac-3079-42e2-b094-ec071fbf9295';
+2017-05-04 07:29:21,452 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1175
+2017-05-04 07:29:21,459 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 07:29:21,459 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-05-04 07:29:21,461 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1175';
+2017-05-04 07:29:21,464 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:29:21,490 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-05-04 07:29:21,491 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 07:29:21,491 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-05-04 07:29:22,364 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:22,431 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:29:22,982 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:23,084 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:29:23,231 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:23,644 DEBUG db_general 66 74495 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:29:23,676 DEBUG db_general 78 74495 140735693222848 Query result: ['02d1a1cc-7791-45e8-9b1d-d5cff0951be3', '2017-1121', 'STiXT24', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 07:29:23,687 DEBUG db_general 90 74495 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-05-04 07:29:23,694 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:29:23,709 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:23,709 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:29:23,842 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:24,069 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:24,587 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:24,806 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:29:25,081 DEBUG db_cms 79 74492 140735693222848 Insert new post : title_Announcement_STqKS93
+2017-05-04 07:29:25,081 DEBUG db_cms 83 74492 140735693222848 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqKS93', 'title_Announcement_STqKS93-slug', '', 'description_Announcement_STfxLKW', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfxLKW</p>', true, '', 1, 1);
+2017-05-04 07:29:25,085 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqKS93', 'title_Announcement_STqKS93-slug', '', 'description_Announcement_STfxLKW', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfxLKW</p>', true, '', 1, 1);
+2017-05-04 07:29:25,095 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:25,095 DEBUG db_cms 92 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:25,095 DEBUG db_cms 94 74492 140735693222848 Query : select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:25,100 DEBUG db_cms 56 74492 140735693222848 Query: select MAX(id) FROM public.blog_blogpost;
+2017-05-04 07:29:25,102 DEBUG db_cms 64 74492 140735693222848 Query result: 265
+2017-05-04 07:29:25,102 DEBUG db_cms 71 74492 140735693222848 Get DBCMS category id for name: Announcement
+2017-05-04 07:29:25,102 DEBUG db_cms 73 74492 140735693222848 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:25,107 DEBUG db_cms 56 74492 140735693222848 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-05-04 07:29:25,109 DEBUG db_cms 64 74492 140735693222848 Query result: 2
+2017-05-04 07:29:25,110 DEBUG db_cms 109 74492 140735693222848 bind category into inserted post: 265
+2017-05-04 07:29:25,110 DEBUG db_cms 111 74492 140735693222848 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (265, 2);
+2017-05-04 07:29:25,114 DEBUG db_cms 28 74492 140735693222848 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (265, 2);
+2017-05-04 07:29:25,122 DEBUG db_cms 32 74492 140735693222848 Insert query success!
+2017-05-04 07:29:25,212 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:29:25,212 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/deba23f7-385d-475c-a26f-eeb8dcee98b2/4229699f58694a6aae825713beaf2bd4
+2017-05-04 07:29:25,248 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:25,318 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:25,318 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:25,323 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:25,325 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:25,329 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:25,331 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:25,466 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:29:25,590 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:25,600 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:29:25,740 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:25,741 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c6bb41d7-a856-49b8-a8e5-f617455952ab/checklist/new/
+2017-05-04 07:29:25,863 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:25,863 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:25,973 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:29:25,973 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:25,973 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:29:26,136 DEBUG fe_dashboard 174 74493 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:29:26,201 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:26,486 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:26,791 DEBUG fe_dashboard 179 74493 140735693222848 Engagement found (searched by engagement_manual_id)
+2017-05-04 07:29:26,958 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:29:27,002 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:27,441 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:27,639 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:29:27,793 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:28,014 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:29:28,136 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:28,148 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:28,317 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:28,663 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:29,246 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:29,325 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:29:29,670 DEBUG fe_dashboard 181 74493 140735693222848 Search engagement by VF name
+2017-05-04 07:29:29,845 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:30,059 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:30,293 DEBUG fe_dashboard 186 74493 140735693222848 Engagement found (searched by VF name)
+2017-05-04 07:29:30,697 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:29:31,102 DEBUG db_cms 194 74492 140735693222848 Get the id of the post inserted
+2017-05-04 07:29:31,103 DEBUG db_cms 196 74492 140735693222848 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STqKS93' ;
+2017-05-04 07:29:31,114 DEBUG db_cms 42 74492 140735693222848 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STqKS93' ;
+2017-05-04 07:29:31,126 DEBUG db_cms 46 74492 140735693222848 Update query success!
+2017-05-04 07:29:31,209 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:31,529 DEBUG db_checklist 58 74494 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'd22b1604-49df-4898-a218-d60b044f66c1' and state = 'peer_review';
+2017-05-04 07:29:31,535 DEBUG db_checklist 73 74494 140735693222848 Query result: 1
+2017-05-04 07:29:31,540 DEBUG db_general 177 74494 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 07:29:31,543 DEBUG db_general 188 74494 140735693222848 Query result: dd1122@att.com
+2017-05-04 07:29:31,543 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:31,543 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:29:31,605 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:32,142 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:32,344 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:29:32,852 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:33,026 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:29:33,136 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:33,160 DEBUG fe_dashboard 188 74493 140735693222848 Search engagement by VFC
+2017-05-04 07:29:33,816 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:33,817 DEBUG fe_dashboard 193 74493 140735693222848 Engagement found (searched by VFC)
+2017-05-04 07:29:34,332 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:34,509 DEBUG db_general 90 74495 140735693222848 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-05-04 07:29:34,512 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:29:34,513 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 07:29:34,513 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-05-04 07:29:34,532 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-05-04 07:29:34,533 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 07:29:34,533 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_aic_version ----------------------
+2017-05-04 07:29:35,044 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:35,350 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:29:35,554 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:36,564 DEBUG fe_dashboard 195 74493 140735693222848 Negative search: search by random string
+2017-05-04 07:29:36,568 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:36,693 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:37,234 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 07:29:37,235 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-05-04 07:29:37,251 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-05-04 07:29:37,251 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 07:29:37,251 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-05-04 07:29:37,692 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:38,008 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:29:38,009 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/445b3cdd-4551-4f1b-ba63-83c2fdad19c7/787b3fc9dfc74734b24bcf8145391818
+2017-05-04 07:29:38,075 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:38,286 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:29:38,287 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:29:38,292 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:38,294 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:38,301 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:38,302 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:38,635 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 07:29:38,635 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-05-04 07:29:38,647 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:38,663 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-05-04 07:29:38,664 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 07:29:38,664 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-05-04 07:29:38,890 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:38,891 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad5422af-03c9-44e4-be1f-0ec33b0a6876/checklist/new/
+2017-05-04 07:29:38,969 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:29:38,969 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:29:39,010 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:29:39,010 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:39,010 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:29:39,598 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:39,951 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:29:40,213 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STC0hgf';
+2017-05-04 07:29:40,215 DEBUG db_general 188 74494 140735693222848 Query result: d22b1604-49df-4898-a218-d60b044f66c1
+2017-05-04 07:29:40,608 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:29:40,820 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:40,942 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:40,963 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:29:40,964 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61e5250e-f702-41c3-87b3-984ffec0acd7/0711288354474fbe85fbce8f6e613c43
+2017-05-04 07:29:41,052 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:41,070 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:41,264 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:29:41,265 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:29:41,270 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:41,271 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:41,278 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:41,280 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:41,336 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:41,707 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:41,708 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6d98125-2c99-4d96-9af4-52fd99818263/checklist/new/
+2017-05-04 07:29:41,785 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:29:41,786 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:29:41,828 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:29:41,829 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:41,829 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:29:42,224 DEBUG db_general 66 74492 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:29:42,226 DEBUG db_general 78 74492 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:29:42,323 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:29:42,323 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bcebe28c-ab0e-4677-afca-1a50093d7ed1/c0185eea9ad1419fbda0ecd6d6a28ae8
+2017-05-04 07:29:42,347 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:29:42,362 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:42,435 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:42,436 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:42,440 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:42,441 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:42,446 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:42,447 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:42,664 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:42,665 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2dd52800-abd9-4e5b-a249-79969943989f/checklist/new/
+2017-05-04 07:29:42,678 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:29:42,748 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:42,748 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:42,778 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:29:42,779 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:42,779 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:29:43,317 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:29:43,427 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:43,571 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:43,613 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:29:44,222 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:44,321 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:29:44,394 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:44,436 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:44,485 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:44,908 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:45,302 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:45,420 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:45,450 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:29:45,453 DEBUG db_general 188 74494 140735693222848 Query result: b27a2aac-3079-42e2-b094-ec071fbf9295
+2017-05-04 07:29:45,459 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b27a2aac-3079-42e2-b094-ec071fbf9295';
+2017-05-04 07:29:45,462 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1175
+2017-05-04 07:29:45,468 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1175';
+2017-05-04 07:29:45,471 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:29:45,539 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:45,815 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:46,428 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:29:46,822 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:29:47,031 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:47,194 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:47,607 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:48,043 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:29:48,770 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:49,340 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:49,436 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 07:29:49,436 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_aic_version>,) | {}
+2017-05-04 07:29:49,454 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_aic_version ----------------------
+
+2017-05-04 07:29:49,455 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 07:29:49,455 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-05-04 07:29:50,037 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:51,021 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:51,375 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:29:51,536 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:51,610 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:52,052 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:52,181 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:52,566 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:52,837 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:29:52,837 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/412aa3a5-b7ce-4836-81f4-9e0df2642278/75de2df6d232497a9387aadd40da24c1
+2017-05-04 07:29:52,870 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:52,941 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:29:52,941 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:29:52,946 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:52,948 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:52,953 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:52,955 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:53,333 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:53,333 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/88ea495f-5b25-49cf-b4cb-8ec8cd285ed5/checklist/new/
+2017-05-04 07:29:53,400 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:29:53,400 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:29:53,433 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:29:53,444 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:53,445 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:29:53,744 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:54,338 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:29:54,767 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:29:54,901 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:55,006 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:29:55,128 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:55,460 DEBUG db_checklist 27 74494 140735693222848 Query : select owner_id from ice_checklist Where uuid = 'd22b1604-49df-4898-a218-d60b044f66c1' and state = 'approval';
+2017-05-04 07:29:55,464 DEBUG db_checklist 38 74494 140735693222848 Query result: 3
+2017-05-04 07:29:55,467 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 07:29:55,467 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-05-04 07:29:55,469 DEBUG db_general 177 74494 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 07:29:55,471 DEBUG db_general 188 74494 140735693222848 Query result: admin@att.com
+2017-05-04 07:29:55,472 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:29:55,472 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:29:55,484 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-05-04 07:29:55,484 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 07:29:55,484 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-05-04 07:29:55,926 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:29:55,930 DEBUG db_general 188 74493 140735693222848 Query result: 2
+2017-05-04 07:29:55,939 DEBUG db_user 227 74493 140735693222848 Query result: [(15,)]
+2017-05-04 07:29:55,940 DEBUG fe_dashboard 97 74493 140735693222848 Number of pages: 1
+2017-05-04 07:29:56,211 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:29:56,284 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:29:56,337 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-1120
+2017-05-04 07:29:56,361 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-495
+2017-05-04 07:29:56,391 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-721
+2017-05-04 07:29:56,415 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-725
+2017-05-04 07:29:56,436 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-729
+2017-05-04 07:29:56,461 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-964
+2017-05-04 07:29:56,481 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-1115
+2017-05-04 07:29:56,504 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-1118
+2017-05-04 07:29:56,711 DEBUG fe_dashboard 110 74493 140735693222848 numOfPage 2
+2017-05-04 07:29:56,952 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:29:57,079 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:29:57,521 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:57,527 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:57,748 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:29:58,094 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:58,175 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:29:58,538 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 07:29:58,539 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-05-04 07:29:58,559 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-05-04 07:29:58,560 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 07:29:58,561 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-05-04 07:29:58,613 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:59,124 DEBUG db_general 66 74492 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:29:59,132 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:29:59,133 DEBUG db_general 78 74492 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:29:59,291 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:29:59,291 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1167a0c1-6cf0-44b3-a474-10a380e35528/cdac5ad5fae74206be808e9a054e41f7
+2017-05-04 07:29:59,356 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:29:59,464 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:29:59,511 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:29:59,512 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:29:59,518 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:29:59,522 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:29:59,530 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:29:59,534 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:29:59,937 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:29:59,937 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4b257d98-0053-4ba5-bf56-d1ccce876d7d/checklist/new/
+2017-05-04 07:30:00,027 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:00,027 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:00,062 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:00,063 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:00,063 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:30:00,142 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:30:00,845 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:00,917 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:30:01,154 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:30:01,346 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:01,592 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:30:01,722 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:02,150 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:30:02,150 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bb860dc7-a161-450b-a170-e175be3da85b/7227cc7f07db45268fbf11b3a1f4a03a
+2017-05-04 07:30:02,216 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:02,335 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:02,336 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:02,341 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:02,343 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:02,350 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:02,351 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:02,466 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:02,642 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:02,962 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:02,962 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3e4126b-7a1c-4446-a632-47e2a0bcca15/checklist/new/
+2017-05-04 07:30:03,087 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:03,088 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:03,130 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:03,131 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:03,131 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:30:03,155 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:04,003 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:30:04,164 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:30:04,201 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STC0hgf';
+2017-05-04 07:30:04,206 DEBUG db_general 188 74494 140735693222848 Query result: d22b1604-49df-4898-a218-d60b044f66c1
+2017-05-04 07:30:04,653 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:30:04,664 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 07:30:04,665 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-05-04 07:30:04,680 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-05-04 07:30:04,680 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 07:30:04,681 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-05-04 07:30:04,787 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:05,011 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:30:05,480 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:30:06,148 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:06,661 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:06,811 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:30:07,669 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:30:07,795 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:08,849 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:09,014 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:30:09,014 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/23c6cee6-898a-4072-b3d1-6a5663a998e3/0c3e797c52904e19b7abd027bdfa31ad
+2017-05-04 07:30:09,068 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:09,158 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:30:09,159 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:30:09,164 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:09,166 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:09,172 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:09,174 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:09,925 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:09,925 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/36342778-8b62-49af-89bb-d3679a1313c7/checklist/new/
+2017-05-04 07:30:10,001 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:10,020 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:30:10,021 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:30:10,074 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:10,075 DEBUG fe_general 37 74495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:30:10,646 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:30:10,775 DEBUG fe_detailed_view 133 74495 140735693222848 Login with user ST5YJq6@intl.att.com
+2017-05-04 07:30:10,776 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:10,777 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:30:10,991 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:30:11,666 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:30:12,315 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:12,333 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:30:12,475 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:12,535 DEBUG db_general 66 74492 140735693222848 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-05-04 07:30:12,539 DEBUG db_general 78 74492 140735693222848 Query result: None
+2017-05-04 07:30:12,539 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 07:30:12,540 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-05-04 07:30:12,553 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-05-04 07:30:12,553 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 07:30:12,554 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-05-04 07:30:12,832 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:13,004 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:13,344 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:14,012 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:30:14,509 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:14,798 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:15,280 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:15,692 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:15,853 DEBUG db_general 66 74492 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:30:15,855 DEBUG db_general 78 74492 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:30:15,928 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:30:15,986 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:30:15,986 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d246802c-36d4-4a82-8a8a-263edaf6e8d1/8b62dd7822d4469b947a8ee911fca4d5
+2017-05-04 07:30:16,024 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:16,112 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:16,112 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:16,118 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:16,121 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:16,126 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:16,130 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:16,385 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:16,386 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/32bff1be-3929-4dbf-8240-7034d67d41c2/checklist/new/
+2017-05-04 07:30:16,464 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:16,464 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:16,498 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:16,498 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:16,499 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:30:16,717 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:30:16,719 DEBUG db_general 188 74493 140735693222848 Query result: 2
+2017-05-04 07:30:16,726 DEBUG db_user 227 74493 140735693222848 Query result: [(0,)]
+2017-05-04 07:30:16,726 DEBUG fe_dashboard 97 74493 140735693222848 Number of pages: 1
+2017-05-04 07:30:17,034 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-1170
+2017-05-04 07:30:17,057 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-220
+2017-05-04 07:30:17,077 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-223
+2017-05-04 07:30:17,101 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-232
+2017-05-04 07:30:17,123 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-387
+2017-05-04 07:30:17,146 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-396
+2017-05-04 07:30:17,163 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:30:17,169 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-541
+2017-05-04 07:30:17,191 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-546
+2017-05-04 07:30:17,318 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:30:17,388 DEBUG fe_dashboard 110 74493 140735693222848 numOfPage 1
+2017-05-04 07:30:17,974 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:30:18,080 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:18,565 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 07:30:18,565 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-05-04 07:30:18,582 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-05-04 07:30:18,583 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 07:30:18,583 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-05-04 07:30:18,864 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:19,376 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:20,386 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:30:20,699 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:21,811 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:30:21,812 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1528d7df-52c6-4fbe-a69a-0509aa9fe576/3677d83e240443f7acf647f446ea8428
+2017-05-04 07:30:21,845 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:21,913 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:21,913 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:21,917 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:21,920 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:21,926 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:21,928 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:22,182 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:22,183 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1daa0188-90a8-4acd-af75-9111de76ebd8/checklist/new/
+2017-05-04 07:30:22,255 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:22,256 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:22,292 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:22,292 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:22,292 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:30:22,357 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:30:23,170 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:30:23,802 DEBUG fe_general 37 74495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:30:23,825 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:30:23,943 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:24,495 DEBUG fe_detailed_view 133 74495 140735693222848 Login with user admin_ro@att.com
+2017-05-04 07:30:24,496 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:24,496 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:30:24,742 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:25,254 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:25,376 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:30:26,010 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:30:26,115 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:26,265 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:30:26,629 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:30:26,764 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:27,320 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:27,446 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:28,163 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 07:30:28,163 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-05-04 07:30:28,179 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-05-04 07:30:28,179 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 07:30:28,180 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-05-04 07:30:28,332 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:30:28,550 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:29,361 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:30:29,652 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:30,388 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:31,009 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:30:31,090 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:31,553 DEBUG db_general 66 74492 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:30:31,555 DEBUG db_general 78 74492 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:30:31,608 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:31,655 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:30:31,655 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b40ec6dc-f487-4c8e-bbed-17f894416e38/6b544d7913d24126a073717ae7b6a40a
+2017-05-04 07:30:31,695 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:31,779 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:31,779 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:31,783 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:31,785 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:31,790 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:31,791 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:32,111 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:32,112 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ee4ca9d2-dc23-422e-9781-89e91087271e/checklist/new/
+2017-05-04 07:30:32,120 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:32,199 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:32,200 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:32,240 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:32,240 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:32,240 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:30:33,065 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:30:33,299 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:33,720 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:30:33,825 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:34,452 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:34,536 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:35,048 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:35,493 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:30:35,495 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:30:35,504 DEBUG db_user 227 74493 140735693222848 Query result: [(20,)]
+2017-05-04 07:30:35,517 DEBUG fe_dashboard 110 74493 140735693222848 numOfPage 3
+2017-05-04 07:30:36,055 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:30:36,236 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:37,247 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 07:30:37,247 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-05-04 07:30:37,264 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-05-04 07:30:37,264 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 07:30:37,265 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-05-04 07:30:37,280 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:30:37,651 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 07:30:37,651 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-05-04 07:30:37,670 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-05-04 07:30:37,671 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 07:30:37,671 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-05-04 07:30:39,489 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:39,901 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:40,690 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:30:40,691 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0dfcef2d-64ea-494c-b268-d063487411fa/48505e184e284ce09e1671a2f9720683
+2017-05-04 07:30:40,724 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:40,802 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:40,802 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:40,806 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:40,808 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:40,811 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:40,813 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:40,982 DEBUG db_general 66 74495 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:30:40,995 DEBUG db_general 78 74495 140735693222848 Query result: ['02d1a1cc-7791-45e8-9b1d-d5cff0951be3', '2017-1121', 'STiXT24', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 07:30:41,001 DEBUG db_general 90 74495 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('9dc9b2c0-616f-41d7-b72f-c3a92fe1d26c', 'AIC', '594', 'FALSE', 0);
+2017-05-04 07:30:41,003 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:30:41,004 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:41,004 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:30:41,114 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:41,115 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/25b92858-5601-41e8-b180-ae5946460fce/checklist/new/
+2017-05-04 07:30:41,200 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:41,201 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:41,237 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:41,237 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:30:41,876 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:41,876 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:30:41,917 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:30:42,595 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:30:42,698 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:30:42,700 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:43,322 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:43,336 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:30:43,476 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:43,836 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:44,110 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:44,349 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:44,621 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:44,907 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:30:45,358 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:30:45,632 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:30:46,442 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 07:30:46,442 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-05-04 07:30:46,461 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-05-04 07:30:46,462 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 07:30:46,462 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-05-04 07:30:46,699 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:46,821 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:47,478 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:30:48,028 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:48,792 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:30:48,794 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:48,883 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:30:49,869 DEBUG db_general 66 74492 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:30:49,871 DEBUG db_general 78 74492 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:30:49,955 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:30:49,955 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff258d86-0b3a-4798-a9bf-7550d5b00366/182921c5826f49a1a3d27c476b663842
+2017-05-04 07:30:49,989 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:50,059 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:50,059 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:50,063 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:50,065 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:50,070 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:50,071 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:50,332 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:50,333 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d0dd513e-96d3-4d94-afdb-1416a0f89a0f/checklist/new/
+2017-05-04 07:30:50,424 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:30:50,424 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:30:50,510 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:50,534 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:50,535 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:50,535 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:30:50,579 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:30:51,022 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:51,415 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:30:52,075 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:30:52,186 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:30:52,743 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:52,872 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:53,386 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:53,770 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:30:53,773 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:30:53,782 DEBUG db_user 227 74493 140735693222848 Query result: [(1077,)]
+2017-05-04 07:30:53,782 DEBUG fe_dashboard 63 74493 140735693222848 Number of pages: 134
+2017-05-04 07:30:53,782 DEBUG fe_dashboard 66 74493 140735693222848 numOfPage 135
+2017-05-04 07:30:54,397 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:30:54,548 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:30:55,554 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 07:30:55,554 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-05-04 07:30:55,573 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-05-04 07:30:55,573 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 07:30:55,573 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-05-04 07:30:55,617 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:30:56,858 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:30:57,312 DEBUG db_general 90 74495 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='9dc9b2c0-616f-41d7-b72f-c3a92fe1d26c'
+2017-05-04 07:30:57,321 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:30:57,321 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 07:30:57,321 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-05-04 07:30:57,337 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-05-04 07:30:57,338 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 07:30:57,338 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-05-04 07:30:57,706 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:58,985 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:30:58,985 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c3d71512-f269-448c-8052-9955b5a1b7aa/8ef980d20f664c9e9352e024aac13448
+2017-05-04 07:30:59,025 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:30:59,103 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:59,104 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:59,108 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:30:59,110 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:30:59,114 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:30:59,116 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:30:59,487 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:30:59,488 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2591dbf7-636e-4774-bf24-fd453dff3841/checklist/new/
+2017-05-04 07:30:59,519 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:30:59,570 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:30:59,571 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:30:59,608 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:30:59,621 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:30:59,622 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:31:00,464 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:31:00,565 DEBUG db_general 66 74495 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:31:00,583 DEBUG db_general 78 74495 140735693222848 Query result: ['02d1a1cc-7791-45e8-9b1d-d5cff0951be3', '2017-1121', 'STiXT24', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 07:31:00,589 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:00,589 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:31:01,132 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:31:01,244 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:01,507 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:31:01,705 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:31:02,154 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:02,230 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:31:02,344 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:02,669 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:02,970 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:03,233 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 07:31:03,233 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-05-04 07:31:03,250 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-05-04 07:31:03,250 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 07:31:03,250 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-05-04 07:31:03,482 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:03,676 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:31:04,491 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:31:04,865 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:05,357 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:05,720 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:05,974 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:06,454 DEBUG db_general 66 74492 140735693222848 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-05-04 07:31:06,461 DEBUG db_general 78 74492 140735693222848 Query result: a4f9f4ee-9b81-46aa-b9c7-54c04e353b68
+2017-05-04 07:31:06,461 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:06,697 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:06,697 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c9f2a6b-30b2-4fd5-8ea7-03c6e770ee4d/1c31f2051904404e920dffb364f54c8b
+2017-05-04 07:31:06,755 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:06,851 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:06,851 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:06,856 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:06,857 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:06,863 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:06,865 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:07,068 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:07,218 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:07,218 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/61ed97df-1108-438f-b931-69068db29af4/checklist/new/
+2017-05-04 07:31:07,284 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:07,284 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:07,318 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:07,318 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:07,319 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:31:07,623 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:31:08,129 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:31:08,755 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:08,781 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:31:08,919 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:09,271 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:09,368 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:31:09,696 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:09,784 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:10,209 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:10,949 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:11,218 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:31:12,086 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:12,435 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin page is loaded.
+2017-05-04 07:31:13,115 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:31:13,118 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:31:13,126 DEBUG db_user 227 74493 140735693222848 Query result: [(8,)]
+2017-05-04 07:31:13,126 DEBUG fe_dashboard 97 74493 140735693222848 Number of pages: 1
+2017-05-04 07:31:13,459 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-1036
+2017-05-04 07:31:13,477 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-1191
+2017-05-04 07:31:13,497 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-249
+2017-05-04 07:31:13,514 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-413
+2017-05-04 07:31:13,534 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-568
+2017-05-04 07:31:13,556 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-640
+2017-05-04 07:31:13,576 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-825
+2017-05-04 07:31:13,594 DEBUG fe_dashboard 102 74493 140735693222848 starred_2017-880
+2017-05-04 07:31:13,788 DEBUG fe_dashboard 106 74493 140735693222848 result right
+2017-05-04 07:31:13,788 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 07:31:13,789 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-05-04 07:31:13,813 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-05-04 07:31:13,813 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 07:31:13,813 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-05-04 07:31:13,928 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:31:15,848 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:31:15,921 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:16,102 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 07:31:16,102 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-05-04 07:31:16,119 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-05-04 07:31:16,120 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 07:31:16,120 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-05-04 07:31:16,867 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:31:16,874 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-05-04 07:31:16,879 DEBUG db_general 188 74494 140735693222848 Query result: b27a2aac-3079-42e2-b094-ec071fbf9295
+2017-05-04 07:31:16,899 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b27a2aac-3079-42e2-b094-ec071fbf9295';
+2017-05-04 07:31:16,914 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1175
+2017-05-04 07:31:16,920 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1175';
+2017-05-04 07:31:16,928 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:31:17,226 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:31:17,227 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/821a8bf2-60d6-4dcb-8861-afe4f9c11b77/65c88a69fe414b688c88abd9fb7ee835
+2017-05-04 07:31:17,325 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:17,410 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:31:17,411 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:31:17,417 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:17,420 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:17,424 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:17,426 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:17,768 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:17,769 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0152f312-80ed-4082-95f9-006ad83c5f60/checklist/new/
+2017-05-04 07:31:17,859 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:31:17,860 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:31:17,892 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:17,892 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:17,892 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:31:18,241 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:18,410 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 07:31:18,411 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-05-04 07:31:18,430 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-05-04 07:31:18,431 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 07:31:18,431 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-05-04 07:31:18,750 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:31:19,400 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:31:19,455 DEBUG db_general 66 74495 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:31:19,476 DEBUG db_general 78 74495 140735693222848 Query result: ['02d1a1cc-7791-45e8-9b1d-d5cff0951be3', '2017-1121', 'STiXT24', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 07:31:19,481 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-05-04 07:31:19,495 DEBUG db_general 188 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:19,502 DEBUG db_general 90 74495 140735693222848 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('bdfd4280-392b-41a5-91a7-5e1bef892a6f', 'AIC', '399', 'FALSE', 0);
+2017-05-04 07:31:19,510 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:31:19,585 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:19,681 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:31:19,682 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:31:19,682 DEBUG api_virtual_function 235 74495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/02d1a1cc-7791-45e8-9b1d-d5cff0951be3/deployment-targets/bdfd4280-392b-41a5-91a7-5e1bef892a6f
+2017-05-04 07:31:19,724 DEBUG api_virtual_function 242 74495 140735693222848 AIC version has changed!
+2017-05-04 07:31:19,725 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:19,725 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:31:20,165 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STXE3Qw';
+2017-05-04 07:31:20,173 DEBUG db_general 188 74494 140735693222848 Query result: b27a2aac-3079-42e2-b094-ec071fbf9295
+2017-05-04 07:31:20,178 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'b27a2aac-3079-42e2-b094-ec071fbf9295';
+2017-05-04 07:31:20,181 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1175
+2017-05-04 07:31:20,196 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1175';
+2017-05-04 07:31:20,198 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:31:20,758 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:31:20,763 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:20,842 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:21,074 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:31:21,277 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:21,417 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:31:21,546 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:22,095 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:22,096 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5aeed4e8-1387-4c20-8d9a-0e7c89ee1961/0fb9c7b592494ca0bcd01e7afa1109d7
+2017-05-04 07:31:22,151 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:22,273 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:22,273 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:22,279 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:22,281 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:22,285 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:22,287 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:22,289 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:31:22,341 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:22,738 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:22,739 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6fb07e49-af9a-4c1f-acad-b0494e811078/checklist/new/
+2017-05-04 07:31:22,826 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:22,827 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:22,853 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:22,879 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:22,879 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:22,879 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:31:23,365 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:23,471 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:23,833 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:31:24,374 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:31:24,486 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:31:24,595 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:24,655 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:25,418 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:25,510 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:25,671 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:25,930 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:26,351 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:26,445 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:27,181 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:27,452 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:31:27,574 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:31:27,708 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:28,221 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:28,695 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:29,235 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:31:29,282 DEBUG db_general 177 74493 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:31:29,285 DEBUG db_general 188 74493 140735693222848 Query result: 2
+2017-05-04 07:31:29,772 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:29,772 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:30,066 DEBUG db_user 227 74493 140735693222848 Query result: [(15,)]
+2017-05-04 07:31:30,076 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:30,588 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:30,862 DEBUG api_virtual_function 235 74495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/02d1a1cc-7791-45e8-9b1d-d5cff0951be3/deployment-targets/b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:30,914 DEBUG api_virtual_function 242 74495 140735693222848 AIC version has changed!
+2017-05-04 07:31:30,919 DEBUG db_general 90 74495 140735693222848 Query: DELETE FROM public.ice_deployment_target WHERE uuid='bdfd4280-392b-41a5-91a7-5e1bef892a6f'
+2017-05-04 07:31:30,923 DEBUG db_general 94 74495 140735693222848 Insert query success!
+2017-05-04 07:31:30,923 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 07:31:30,923 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-05-04 07:31:30,935 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-05-04 07:31:30,935 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 07:31:30,935 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-05-04 07:31:31,103 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:31,615 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:32,638 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 07:31:32,639 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-05-04 07:31:32,655 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-05-04 07:31:32,655 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 07:31:32,655 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-05-04 07:31:33,323 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:34,687 DEBUG db_general 66 74495 140735693222848 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-05-04 07:31:34,703 DEBUG db_general 78 74495 140735693222848 Query result: ['02d1a1cc-7791-45e8-9b1d-d5cff0951be3', '2017-1121', 'STiXT24', 'Homer Simpson', 'hs0007@att.com', 'Donald Duck', 'dd1122@att.com', '2.5', 'Unknown']
+2017-05-04 07:31:34,707 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-05-04 07:31:34,710 DEBUG db_general 188 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:34,824 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:31:34,824 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:31:34,825 DEBUG api_virtual_function 255 74495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/02d1a1cc-7791-45e8-9b1d-d5cff0951be3/ecomp-releases/8b17eef4-aa74-4272-844b-91d48bbf7312
+2017-05-04 07:31:34,877 DEBUG api_virtual_function 262 74495 140735693222848 AIC version has changed!
+2017-05-04 07:31:34,878 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:34,878 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:31:35,075 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:35,845 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:31:36,154 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:36,155 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:31:36,519 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:31:36,677 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:36,995 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:31:37,493 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:37,706 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:31:37,837 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:38,003 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:38,513 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:38,528 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:39,025 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:39,040 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:39,081 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:31:39,536 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:39,552 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:39,592 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:31:40,063 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:40,104 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:40,544 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:31:40,577 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:41,585 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:31:41,807 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:42,131 DEBUG api_virtual_function 187 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:42,131 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 07:31:42,132 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-05-04 07:31:42,142 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:42,153 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-05-04 07:31:42,154 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 07:31:42,154 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-05-04 07:31:42,628 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 07:31:42,629 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-05-04 07:31:42,646 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-05-04 07:31:42,647 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 07:31:42,647 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-05-04 07:31:42,920 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:42,988 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:43,516 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:44,219 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:31:45,230 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 07:31:45,230 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-04 07:31:45,246 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-04 07:31:45,247 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 07:31:45,247 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-05-04 07:31:45,267 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:45,787 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:45,908 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:31:46,614 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:46,614 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c90d4a84-9db2-4808-a900-fae566e50a14/4f3b8a50adf542d6bab4dc455c05e07d
+2017-05-04 07:31:46,666 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:46,781 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:46,782 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:46,786 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:46,788 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:46,793 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:46,796 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:47,161 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:47,161 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:31:47,209 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:47,210 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/52dfcb96-78a5-46f4-b014-cf869693d797/checklist/new/
+2017-05-04 07:31:47,306 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:47,306 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:47,351 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:47,456 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:47,457 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/123fc0b2-39d9-4920-b325-2417817d0668/edbc8c46017e4ca591b4603ad0312439
+2017-05-04 07:31:47,500 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:47,522 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:47,554 DEBUG api_virtual_function 255 74495 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/02d1a1cc-7791-45e8-9b1d-d5cff0951be3/ecomp-releases/f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:47,601 DEBUG api_virtual_function 262 74495 140735693222848 AIC version has changed!
+2017-05-04 07:31:47,613 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:47,613 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:47,615 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 07:31:47,616 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-05-04 07:31:47,618 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:47,620 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:47,625 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:47,627 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:47,627 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-05-04 07:31:47,628 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 07:31:47,628 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-05-04 07:31:48,042 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:48,042 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ed6392fc-6209-49ce-b61c-2ea5c005a372/checklist/new/
+2017-05-04 07:31:48,125 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:48,125 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:48,176 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:48,181 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:31:48,324 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:48,325 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7691fde2-ef5c-4ee3-9e03-2706b3d09bc5/7945cae1550c42c28035ff9fb9a9198a
+2017-05-04 07:31:48,396 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:48,535 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:48,536 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:48,540 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:48,542 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:48,548 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:48,551 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:48,876 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:31:49,019 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:31:49,020 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ed25157b-3056-4fa1-b996-b18d82dc78d8/e1d5391842f54c1d872b2e85d563694d
+2017-05-04 07:31:49,045 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:49,088 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:49,237 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:31:49,237 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:31:49,240 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:49,241 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fa2a3cf2-b18f-471c-a0c9-a928fd2e8ebe/checklist/new/
+2017-05-04 07:31:49,246 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:49,248 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:49,255 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:49,257 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:49,386 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:49,386 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:49,493 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:49,667 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:49,667 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c7585b28-04eb-44d2-99ed-94b55ea2f56e/39e06eebd76940b6b32bc05d9215a118
+2017-05-04 07:31:49,729 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:49,857 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:49,857 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:49,865 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:49,867 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:49,873 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:49,875 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:49,935 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:50,050 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:50,184 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:50,184 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/73e19acb-ccf4-4834-8acd-9482c1d708c8/checklist/new/
+2017-05-04 07:31:50,279 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:31:50,279 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:31:50,337 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:50,337 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:50,337 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:31:50,448 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:50,572 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:50,572 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/09940f46-95d1-4adf-9d42-b5bce8080313/checklist/new/
+2017-05-04 07:31:50,662 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:50,663 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:50,714 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:50,826 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:50,826 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3231047e-1d9e-4187-b854-df5cea1081fa/e0cae8032b8c4efeb9c30b37fd50caed
+2017-05-04 07:31:50,871 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:50,963 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:50,982 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:50,982 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:50,986 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:50,988 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:50,994 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:50,997 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:51,242 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:31:51,281 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:51,281 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/95754730-af72-45f5-93de-9361a7cbc5a5/checklist/new/
+2017-05-04 07:31:51,292 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:31:51,293 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/11c7057c-67df-4498-8e8b-2d9123427a56/028a12ce2a304b3bb5c7c45eface7d81
+2017-05-04 07:31:51,339 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:51,367 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:51,367 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:51,406 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:51,428 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:31:51,428 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:31:51,433 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:51,434 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:51,438 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:51,440 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:51,508 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:51,508 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/03349df2-72cd-4145-b0a7-5d2ea4ae9bcc/c11f869bb1eb48ee9d46fef04a72e43f
+2017-05-04 07:31:51,545 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:51,618 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:51,619 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:51,622 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:51,624 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:51,629 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:51,630 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:51,770 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:51,771 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60edd5d4-000d-4bf9-8b37-b58ef9a0addc/checklist/new/
+2017-05-04 07:31:51,844 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:31:51,844 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:31:51,883 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:51,883 DEBUG fe_general 37 74495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:31:51,910 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:31:51,972 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:31:51,985 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:51,986 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1bafd51f-a04b-4a31-b1f9-63217925f249/checklist/new/
+2017-05-04 07:31:52,069 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:52,113 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:52,113 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:52,172 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:52,292 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:52,293 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ecce9d7b-b7b2-47bc-9c80-27e9cd2b0370/34f413c4738f49efb7a2a47683e82107
+2017-05-04 07:31:52,363 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:52,547 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:52,547 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:52,555 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:52,557 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:52,562 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:52,564 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:52,583 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:52,758 DEBUG fe_detailed_view 123 74495 140735693222848 Login with user hs0007@att.com
+2017-05-04 07:31:52,758 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:52,759 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:31:52,999 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:52,999 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/66877970-eaff-4f5d-8f47-7559982ca01c/checklist/new/
+2017-05-04 07:31:53,034 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 07:31:53,035 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-05-04 07:31:53,055 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-05-04 07:31:53,055 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 07:31:53,055 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-05-04 07:31:53,112 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:53,112 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:53,146 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:53,235 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:53,235 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/81c55316-c655-492e-a8af-fa02740fb9e2/bf200c7a3029400399305b815e151c51
+2017-05-04 07:31:53,272 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:53,352 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:53,353 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:53,356 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:53,358 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:53,362 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:53,365 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:53,592 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:31:53,623 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:31:53,798 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:53,799 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ec1b838e-2005-4882-8651-32bf491d2323/checklist/new/
+2017-05-04 07:31:53,910 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:53,910 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:53,953 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:54,053 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:54,053 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b9515021-2ebe-40e3-b621-aaf7394b9c6e/857fd4bb05f54999872124e4a1de6dc5
+2017-05-04 07:31:54,102 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:54,120 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_vf Where name = 'STnPqes';
+2017-05-04 07:31:54,124 DEBUG db_general 188 74494 140735693222848 Query result: f499238e-eb27-49cc-a4ed-76f14507f915
+2017-05-04 07:31:54,132 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:31:54,136 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:31:54,141 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:31:54,145 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:31:54,150 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:31:54,154 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:31:54,158 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:31:54,160 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:31:54,165 DEBUG fe_checklist 50 74494 140735693222848 EL email: dd1122@att.com
+2017-05-04 07:31:54,169 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:31:54,172 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:31:54,206 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:54,206 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:54,211 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:54,212 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:54,215 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:54,217 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:54,277 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:31:54,398 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:54,767 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:54,767 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab750aa5-95c3-406b-9d53-e131bdefc6bb/checklist/new/
+2017-05-04 07:31:55,020 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:55,020 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:55,132 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:55,134 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:55,355 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:55,356 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d04bc159-2f98-4df2-9a2f-aa6c1baa8b63/e566135b9d1345f59720398491ca0f11
+2017-05-04 07:31:55,401 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:55,461 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:55,520 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:31:55,685 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:55,686 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:55,692 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:55,694 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:55,699 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:55,707 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:55,917 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:55,952 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:56,151 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:56,151 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55c45d9a-9968-4e3d-92e9-b68344da2777/checklist/new/
+2017-05-04 07:31:56,241 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:56,242 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:56,285 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:56,415 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:56,415 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8ff3c3e2-d943-4835-984d-74003bc09c4c/481e65382b6640f09a8b692f19dab0e5
+2017-05-04 07:31:56,438 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:56,466 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:56,562 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:56,562 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:56,566 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:56,570 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:56,576 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:56,578 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:56,883 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:31:56,883 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6cab98b2-a9d8-4a9a-8e75-8735efb041b5/e39e3da896314400a63867901790fee7
+2017-05-04 07:31:56,922 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:56,984 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:56,985 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fc8bb108-826a-43fc-8620-83da525c3e07/checklist/new/
+2017-05-04 07:31:57,029 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:31:57,029 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:31:57,034 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:57,035 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:57,041 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:57,045 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:57,101 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:57,101 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:57,125 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:57,157 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:57,291 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:57,291 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/691b1285-5f63-4950-b3e0-90e244386e2f/e6e1ebf352f248f5819350cd3b8d01d4
+2017-05-04 07:31:57,325 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:57,404 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:57,404 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:57,409 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:57,411 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:57,415 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:57,416 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:57,445 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:31:57,457 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:57,457 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/837c06c0-cc09-4780-94bc-e5a552cd9fa7/checklist/new/
+2017-05-04 07:31:57,534 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:31:57,534 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:31:57,576 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:57,577 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:31:57,577 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:31:57,867 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:57,867 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f2780f4b-2bfa-4ad4-af95-85716bf449bb/checklist/new/
+2017-05-04 07:31:57,940 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:57,940 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:57,974 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:58,059 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:58,060 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ef2c5116-5b8c-4a00-b539-a80bc6e183a5/59a1f67d787e4f2189e377ac42bf7ee7
+2017-05-04 07:31:58,097 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:58,177 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:58,177 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:58,182 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:58,184 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:58,188 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:58,189 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:58,245 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:58,441 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:31:58,775 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:31:58,795 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:58,796 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a4093cee-8c3c-422d-99cd-a3d5b95e41fb/checklist/new/
+2017-05-04 07:31:58,891 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:58,891 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:58,925 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:31:59,010 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:31:59,011 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff84aa70-dbe1-4f06-b146-853f8863fb75/fc772afc2e62471e90cacb448d670a83
+2017-05-04 07:31:59,048 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:31:59,099 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:31:59,143 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:31:59,144 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:31:59,149 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:31:59,151 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:31:59,156 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:31:59,157 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:31:59,238 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:31:59,441 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:31:59,762 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=f499238e-eb27-49cc-a4ed-76f14507f915&inviter_uuid=ed25157b-3056-4fa1-b996-b18d82dc78d8&email=automationqattSTa4EkL@gmail.com
+2017-05-04 07:31:59,964 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:31:59,964 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a3399d77-a9fa-425a-81ea-681ffe5fd79a/checklist/new/
+2017-05-04 07:32:00,068 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:00,068 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:00,092 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:00,138 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:00,248 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:00,248 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60e4bb88-0fe1-4d53-95dc-14a6528f26c5/e36bf701bfdf4975a08b391569fdaa1f
+2017-05-04 07:32:00,292 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:00,375 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:00,376 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:00,379 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:00,381 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:00,385 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:00,388 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:00,610 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:00,653 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:32:00,958 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:00,958 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ab48c3c-8833-4308-974d-02d983632d3b/checklist/new/
+2017-05-04 07:32:01,034 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:01,034 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:01,072 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:01,122 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:01,166 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:01,166 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e1b5ea4-6c5a-4f83-a414-27a32a711a0a/74ec0cc855d14e96a676b7cd0d465850
+2017-05-04 07:32:01,212 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:01,280 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:01,280 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:01,284 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:01,285 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:01,291 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:01,293 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:01,541 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:01,542 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e6e0e900-2280-4eb5-a748-9839895a97b0/checklist/new/
+2017-05-04 07:32:01,628 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:01,628 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:01,662 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:01,673 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:32:01,762 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:01,762 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e1888f5-7127-410d-86fc-3e7bb6c99aa5/d5b7fa3f494148c388feecb90aebc45c
+2017-05-04 07:32:01,799 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:01,868 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:01,869 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:01,873 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:01,874 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:01,878 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:01,879 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:02,107 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:02,107 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad6c2011-4a53-450c-bcbe-ceb6364732bc/checklist/new/
+2017-05-04 07:32:02,132 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:32:02,174 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:02,174 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:02,208 DEBUG fe_general 37 74495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:32:02,216 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:02,284 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:02,285 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:32:02,353 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:02,353 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4319a793-14a6-499f-865e-819a626fcddd/6633f7aa56d0458b8e7fdf54d88e4a5d
+2017-05-04 07:32:02,405 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:02,487 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:02,487 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:02,491 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:02,492 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:02,497 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:02,499 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:02,771 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:02,772 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/93b8b48b-4996-497a-bd69-4d8d032e2b6f/checklist/new/
+2017-05-04 07:32:02,851 DEBUG fe_detailed_view 123 74495 140735693222848 Login with user dd1122@att.com
+2017-05-04 07:32:02,851 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:02,851 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:32:02,865 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:02,865 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:02,902 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:02,974 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:02,974 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0ab6ce6a-01fd-4141-82a0-a30f1343d9be/c65224f583074c6d91e49238e5cef401
+2017-05-04 07:32:03,008 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:03,069 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:32:03,096 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:03,096 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:03,101 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:03,103 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:03,107 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:03,108 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:03,172 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 07:32:03,172 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-05-04 07:32:03,192 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-05-04 07:32:03,193 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 07:32:03,193 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-05-04 07:32:03,461 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:03,462 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dfe67393-e290-49e0-988f-e764984a9f17/checklist/new/
+2017-05-04 07:32:03,531 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:03,531 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:03,568 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:03,612 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:32:03,685 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:03,685 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f23b9782-12fe-4444-bbad-b08a9a232cc6/5caeb4ed8eb54b64b46eda06f45cd8d5
+2017-05-04 07:32:03,723 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:32:03,738 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:03,854 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:03,854 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:03,859 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:03,859 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:03,867 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:03,875 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:03,876 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:04,272 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:32:04,388 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:04,444 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:04,980 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:05,187 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:05,238 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:05,239 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/71eb83bf-9d92-4445-84bb-bf70446edec7/checklist/new/
+2017-05-04 07:32:05,352 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:05,353 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:05,463 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:05,584 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:05,654 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:05,654 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a271f5b3-fbf1-4e2e-baef-ffa65421be9a/e0096decb02f4744a6b381f351e9e17e
+2017-05-04 07:32:05,705 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:05,744 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:05,862 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:05,862 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:05,867 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:05,868 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:05,872 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:05,874 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:06,096 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:06,216 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:06,304 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:32:06,426 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:06,427 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b42719b8-c906-446c-875e-c699550d726f/checklist/new/
+2017-05-04 07:32:06,535 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:06,535 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:06,585 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:06,612 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:06,717 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:06,718 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64f35642-58c7-49bb-a7b7-600e4ea09dc7/3a9075e3f42d4a51beb2c91bee93b119
+2017-05-04 07:32:06,729 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:06,768 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:06,861 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:06,862 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:06,867 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:06,868 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:06,873 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:06,874 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:07,126 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:07,361 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:07,362 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ad739183-071f-44ad-9fb4-ac127b07a5f0/checklist/new/
+2017-05-04 07:32:07,441 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:07,441 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:07,472 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:07,510 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:32:07,510 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c0c830bc-2677-48b4-b2cb-7ba536c8276e/266ab4595e0340c88328269c144f63c8
+2017-05-04 07:32:07,544 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:07,554 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:07,554 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/78016f75-b1f4-426a-ac92-45c6abb605f6/a327f112b5e941f68d62afbe7e562776
+2017-05-04 07:32:07,593 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:07,619 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:32:07,620 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:32:07,624 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:07,625 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:07,630 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:07,631 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:07,679 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:07,679 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:07,683 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:07,685 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:07,689 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:07,690 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:07,737 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:32:07,969 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:07,970 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f7feea87-1d5f-4106-ae8b-19f49f6ceff0/checklist/new/
+2017-05-04 07:32:08,047 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:32:08,047 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:32:08,070 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:08,071 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/10725b3c-d58d-4dc1-bf82-4a687a0148b5/checklist/new/
+2017-05-04 07:32:08,084 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:08,084 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:08,085 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:32:08,134 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:32:08,157 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:08,158 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:08,193 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:08,288 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:08,288 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ebb74dc7-af89-4918-88d6-f3a579eac427/00d29887e3f14715b54022f060eb5da0
+2017-05-04 07:32:08,326 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:08,413 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:08,413 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:08,417 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:08,419 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:08,423 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:08,424 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:08,647 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:08,647 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/74b0a6ed-fa79-4a34-bd01-f5e1275ce3e1/checklist/new/
+2017-05-04 07:32:08,725 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:08,726 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:08,760 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:08,832 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:08,832 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/93c55366-6169-433e-afc8-e5a28fced2f4/d1cc8bbd514f4b2abaa4a8f799ef528a
+2017-05-04 07:32:08,864 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:08,954 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:32:08,973 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:08,973 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:08,985 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:08,987 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:08,992 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:08,996 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:09,361 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:09,630 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:32:09,752 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:10,166 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:10,255 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:10,255 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7ec9710b-809f-4094-a70f-bd01255b2886/checklist/new/
+2017-05-04 07:32:10,444 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:10,445 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:10,513 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:10,680 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:10,680 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c8e34334-6931-4b55-b6e3-c8b7d58bcb4e/c41a14dae1a8440385dc194c450d0f28
+2017-05-04 07:32:10,716 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:10,761 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:10,906 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:10,921 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:10,921 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:10,927 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:10,935 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:10,942 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:10,944 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:11,228 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:11,405 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:32:11,746 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:12,061 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:12,062 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f09aff18-639c-41a3-8851-ab8c30e36e11/checklist/new/
+2017-05-04 07:32:12,158 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:12,158 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:12,197 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:12,314 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:12,314 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2086ce1-b8f7-4b75-bb08-8dc4d56814b9/9f490bd65459490c9b88a2896659cb88
+2017-05-04 07:32:12,360 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:12,457 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:12,457 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:12,461 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:12,462 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:12,466 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:12,467 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:12,753 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:32:12,961 DEBUG fe_general 37 74495 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:32:13,539 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:13,539 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/adac7cfc-f893-43b7-b98b-15ddf36626af/checklist/new/
+2017-05-04 07:32:13,630 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:13,630 DEBUG fe_detailed_view 123 74495 140735693222848 Login with user admin@att.com
+2017-05-04 07:32:13,631 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:13,631 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:13,631 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:32:13,671 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:13,778 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:13,778 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1bd5ffd0-40b2-44a5-bfcf-2f0d7b3940a3/0b5a261aeb8d4eada403c963ee0dbbec
+2017-05-04 07:32:13,806 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 07:32:13,807 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-05-04 07:32:13,828 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-05-04 07:32:13,828 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 07:32:13,828 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-05-04 07:32:13,833 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:13,935 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:13,935 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:13,939 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:13,941 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:13,948 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:13,950 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:14,455 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:32:15,036 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:15,037 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/27f0853c-cb1d-4b12-8bee-f7ac715abd4b/checklist/new/
+2017-05-04 07:32:15,116 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:32:15,161 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:15,161 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:15,207 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:15,260 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:15,321 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:15,322 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68121de1-8698-4ad4-bc7b-13ddb459502f/cfa52461c1634679a7cd00cca7286309
+2017-05-04 07:32:15,384 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:15,587 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:15,588 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:15,606 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:15,609 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:15,622 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:15,624 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:16,076 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:16,203 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:32:16,267 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:16,271 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:16,272 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/aef6a168-1dbb-4cde-9945-7154fce89f02/checklist/new/
+2017-05-04 07:32:16,399 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:16,400 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:16,470 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:16,586 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:32:16,586 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/61e7477f-f42e-4077-9c85-00155438e883/eaa6003de86f4632ba31be1751aa41ec
+2017-05-04 07:32:16,587 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:16,648 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:16,752 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:16,752 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:16,757 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:16,758 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:16,762 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:16,764 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:16,781 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:17,107 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:17,295 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:17,393 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:17,393 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f6f97d28-6f3b-43c8-bd4c-ca23760132d5/checklist/new/
+2017-05-04 07:32:17,494 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:32:17,494 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:32:17,506 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:32:17,507 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0fbf7f1f-5839-4b87-925b-9c6f77d7b236/6f071ea9f7834927bd05d4fd9e9c2d6e
+2017-05-04 07:32:17,548 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:17,549 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:17,549 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:32:17,555 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:17,652 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:32:17,652 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:32:17,658 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:17,660 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:17,663 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:17,665 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:17,932 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:17,932 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/16b18730-d8da-4498-a59d-4fbe0760c13b/checklist/new/
+2017-05-04 07:32:18,009 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:32:18,010 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:32:18,046 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:18,047 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:18,047 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:32:18,306 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:32:18,335 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:32:18,338 DEBUG db_general 188 74494 140735693222848 Query result: 8f81c098-d3f3-4b7b-8468-035211139cb5
+2017-05-04 07:32:18,341 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where uuid = '8f81c098-d3f3-4b7b-8468-035211139cb5' order by update_time desc limit 1;
+2017-05-04 07:32:18,349 DEBUG db_general 177 74494 140735693222848 Query : select template_id from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:32:18,351 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:32:18,426 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:32:18,438 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:32:18,924 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:32:19,069 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:19,070 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:32:19,075 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:32:19,215 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:19,575 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:19,613 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:32:19,742 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:19,862 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:32:20,225 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:32:20,475 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:20,566 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:32:20,710 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:20,785 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:32:21,054 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:21,599 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:21,662 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:32:22,113 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:23,126 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:32:23,203 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 07:32:23,204 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-05-04 07:32:23,219 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-05-04 07:32:23,219 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 07:32:23,220 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-05-04 07:32:24,346 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:25,321 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:32:25,461 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:26,559 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:32:26,559 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98a2b487-76bb-4891-bd28-60611670ace3/8acf4ecabae546678e7269dde9dc350c
+2017-05-04 07:32:26,591 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:26,682 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:32:26,682 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:32:26,686 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:26,688 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:26,692 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:26,694 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:26,967 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:26,967 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0c743a2b-b005-4165-bd41-8883700f0951/checklist/new/
+2017-05-04 07:32:27,035 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:32:27,036 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:32:27,070 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:27,070 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:27,070 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:32:27,079 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 07:32:27,080 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-05-04 07:32:27,098 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-05-04 07:32:27,099 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 07:32:27,099 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-05-04 07:32:27,305 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:32:27,307 DEBUG db_general 188 74494 140735693222848 Query result: 8f81c098-d3f3-4b7b-8468-035211139cb5
+2017-05-04 07:32:28,010 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:32:28,219 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:28,698 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:32:28,818 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:29,258 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:32:29,850 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:30,362 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:30,568 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:32:30,572 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST96MbA@intl.att.com';
+2017-05-04 07:32:30,575 DEBUG db_general 136 74493 140735693222848 Query result: a8e1f9d7-ab45-4533-959c-dd1420db23b5
+2017-05-04 07:32:30,579 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'ST96MbA@intl.att.com';
+2017-05-04 07:32:30,582 DEBUG db_general 136 74493 140735693222848 Query result: 1251
+2017-05-04 07:32:30,585 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1251';
+2017-05-04 07:32:30,587 DEBUG db_general 188 74493 140735693222848 Query result: 135dcb9eda154adf9beca354f2f12b63
+2017-05-04 07:32:30,587 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8e1f9d7-ab45-4533-959c-dd1420db23b5/135dcb9eda154adf9beca354f2f12b63
+2017-05-04 07:32:30,588 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8e1f9d7-ab45-4533-959c-dd1420db23b5/135dcb9eda154adf9beca354f2f12b63
+2017-05-04 07:32:31,271 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:31,271 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:32:31,374 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:32:31,569 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:32,165 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:32:32,255 DEBUG test_left_nav_panel 129 74495 140735693222848 Fetched ID: dashboard_2017-1170: STpzTNx
+2017-05-04 07:32:32,350 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:32,581 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:32:32,590 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:32:32,595 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:32:32,598 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:32:32,602 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:32:32,605 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:32:32,829 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:32:32,958 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:32:33,028 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:34,070 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:34,149 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 07:32:34,149 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-05-04 07:32:34,168 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-05-04 07:32:34,169 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 07:32:34,169 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-05-04 07:32:34,275 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:32:36,270 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:32:36,825 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:36,825 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:32:37,035 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:37,180 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:37,518 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:32:37,519 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/77e6110b-ff35-4fa8-81b5-aed72335b129/902fa5731ed842abbc37a55774aa1f73
+2017-05-04 07:32:37,558 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:37,632 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:32:37,633 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:32:37,636 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:37,638 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:37,642 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:37,643 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:37,735 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:32:37,965 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:37,966 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b9320528-162f-4a66-a593-f02e7423a586/checklist/new/
+2017-05-04 07:32:38,050 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:32:38,051 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:32:38,086 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:38,087 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:38,087 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:32:38,404 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:32:38,431 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:38,557 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:38,966 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:32:39,568 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:32:39,656 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:32:39,771 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:40,121 DEBUG test_login_with_new_user 489 74493 140735693222848 click_on on + Dashboard
+2017-05-04 07:32:40,508 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:40,947 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:32:41,020 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:41,296 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:32:41,911 DEBUG db_checklist 58 74494 140735693222848 Query : select owner_id from ice_checklist Where uuid = '8f81c098-d3f3-4b7b-8468-035211139cb5' and state = 'peer_review';
+2017-05-04 07:32:41,914 DEBUG db_checklist 73 74494 140735693222848 Query result: 2
+2017-05-04 07:32:41,918 DEBUG db_general 177 74494 140735693222848 Query : select email from ice_user_profile Where id = '2';
+2017-05-04 07:32:41,920 DEBUG db_general 188 74494 140735693222848 Query result: hs0007@att.com
+2017-05-04 07:32:41,920 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:41,921 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:32:42,032 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:32:42,693 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:32:42,845 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:43,320 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:32:43,425 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:43,446 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:43,858 DEBUG db_general 128 74495 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'hs0007@att.com';
+2017-05-04 07:32:43,863 DEBUG db_general 136 74495 140735693222848 Query result: 383a1729-bc0e-4821-8c0c-cbe81a482a2e
+2017-05-04 07:32:43,903 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1198: STnPqes
+2017-05-04 07:32:43,918 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STnPqes';
+2017-05-04 07:32:43,922 DEBUG db_general 188 74495 140735693222848 Query result: f499238e-eb27-49cc-a4ed-76f14507f915
+2017-05-04 07:32:43,936 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1231: STYXrmA
+2017-05-04 07:32:43,954 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STYXrmA';
+2017-05-04 07:32:43,961 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:43,961 DEBUG db_general 188 74495 140735693222848 Query result: 13368cf9-4649-42ba-bf2d-a98af26c9533
+2017-05-04 07:32:43,975 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1230: STPJkyD
+2017-05-04 07:32:43,994 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STPJkyD';
+2017-05-04 07:32:44,001 DEBUG db_general 188 74495 140735693222848 Query result: ebb7b3df-fccf-4c3d-81f1-0bd781060803
+2017-05-04 07:32:44,017 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1229: STZ1FxR
+2017-05-04 07:32:44,027 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STZ1FxR';
+2017-05-04 07:32:44,031 DEBUG db_general 188 74495 140735693222848 Query result: 9d46e67b-0186-4a6f-b2f6-a84aeea1c686
+2017-05-04 07:32:44,044 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1228: STYNM0p
+2017-05-04 07:32:44,054 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STYNM0p';
+2017-05-04 07:32:44,058 DEBUG db_general 188 74495 140735693222848 Query result: 3cea2d30-50c2-4b80-a5e8-7b067b8442b6
+2017-05-04 07:32:44,067 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1227: STClzpd
+2017-05-04 07:32:44,076 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STClzpd';
+2017-05-04 07:32:44,079 DEBUG db_general 188 74495 140735693222848 Query result: 64d6faa7-2817-4c23-9cc0-cdc4a0645c17
+2017-05-04 07:32:44,089 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1226: STPzY3C
+2017-05-04 07:32:44,100 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STPzY3C';
+2017-05-04 07:32:44,103 DEBUG db_general 188 74495 140735693222848 Query result: 80c222e6-b9a4-4c20-9a68-85825db7e299
+2017-05-04 07:32:44,113 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1225: STUQcJA
+2017-05-04 07:32:44,122 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STUQcJA';
+2017-05-04 07:32:44,124 DEBUG db_general 188 74495 140735693222848 Query result: 2e4e4128-395a-40c3-a965-23fffe9980df
+2017-05-04 07:32:44,133 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1224: STlZsUy
+2017-05-04 07:32:44,142 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STlZsUy';
+2017-05-04 07:32:44,147 DEBUG db_general 188 74495 140735693222848 Query result: a82d67a7-97cf-46d0-8a68-965c424966fb
+2017-05-04 07:32:44,156 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1223: STj2w5D
+2017-05-04 07:32:44,164 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STj2w5D';
+2017-05-04 07:32:44,167 DEBUG db_general 188 74495 140735693222848 Query result: 28e78f21-8d7e-4068-a762-649ca36f634f
+2017-05-04 07:32:44,176 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1222: STyxmK5
+2017-05-04 07:32:44,185 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STyxmK5';
+2017-05-04 07:32:44,189 DEBUG db_general 188 74495 140735693222848 Query result: 9bbc06a0-5b06-45e0-9f6c-387653b26fd6
+2017-05-04 07:32:44,198 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1221: STSJ6tX
+2017-05-04 07:32:44,208 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STSJ6tX';
+2017-05-04 07:32:44,210 DEBUG db_general 188 74495 140735693222848 Query result: bd40e9ff-609f-42f7-9950-ba515ef22a2d
+2017-05-04 07:32:44,219 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1220: SThIqbB
+2017-05-04 07:32:44,231 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'SThIqbB';
+2017-05-04 07:32:44,234 DEBUG db_general 188 74495 140735693222848 Query result: a43837c8-e297-427c-8783-3bd220a346b3
+2017-05-04 07:32:44,243 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1219: STnOBYM
+2017-05-04 07:32:44,254 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STnOBYM';
+2017-05-04 07:32:44,261 DEBUG db_general 188 74495 140735693222848 Query result: d59247f6-6a9d-49a4-b266-f7d5e2a8c716
+2017-05-04 07:32:44,272 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1218: STMQAaf
+2017-05-04 07:32:44,282 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STMQAaf';
+2017-05-04 07:32:44,287 DEBUG db_general 188 74495 140735693222848 Query result: 99f18e84-f3df-4e84-911b-86d00eaab460
+2017-05-04 07:32:44,298 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1217: ST8g7vC
+2017-05-04 07:32:44,307 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'ST8g7vC';
+2017-05-04 07:32:44,311 DEBUG db_general 188 74495 140735693222848 Query result: 10e4c859-66ab-45ad-a594-df9657abb6c7
+2017-05-04 07:32:44,322 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1216: ST2pPvF
+2017-05-04 07:32:44,332 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'ST2pPvF';
+2017-05-04 07:32:44,336 DEBUG db_general 188 74495 140735693222848 Query result: 14dee1c9-580b-4de8-b581-b98d3738690f
+2017-05-04 07:32:44,349 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1215: STm3Pua
+2017-05-04 07:32:44,357 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STm3Pua';
+2017-05-04 07:32:44,360 DEBUG db_general 188 74495 140735693222848 Query result: 55bab5bc-21e8-463a-abef-034fc5805f9f
+2017-05-04 07:32:44,371 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1214: STpy3CE
+2017-05-04 07:32:44,379 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'STpy3CE';
+2017-05-04 07:32:44,383 DEBUG db_general 188 74495 140735693222848 Query result: e51f1f4b-26cf-4aef-b21a-76caa933c4e4
+2017-05-04 07:32:44,398 DEBUG test_left_nav_panel 107 74495 140735693222848 Fetched ID: clickable_2017-1213: SToKMDx
+2017-05-04 07:32:44,407 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_vf Where name = 'SToKMDx';
+2017-05-04 07:32:44,410 DEBUG db_general 188 74495 140735693222848 Query result: e3b0aa32-81f3-4b38-99f6-9fd5217f070d
+2017-05-04 07:32:44,411 DEBUG test_left_nav_panel 113 74495 140735693222848 Right result
+2017-05-04 07:32:44,411 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 07:32:44,411 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-05-04 07:32:44,431 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-05-04 07:32:44,432 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 07:32:44,432 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-05-04 07:32:44,502 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:44,535 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:45,049 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:45,136 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:45,566 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:46,575 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:32:46,672 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:32:46,697 DEBUG fe_wizard 57 74493 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:32:47,805 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:47,858 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:32:47,859 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bcd5c679-0cf8-402c-a172-cc3ad1e06dfc/fac2edb00d6c46c98cd8e17e9a3fd538
+2017-05-04 07:32:47,891 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:32:47,964 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:32:47,965 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:32:47,969 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:32:47,970 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:32:47,974 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:32:47,976 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:32:48,209 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:32:48,209 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1057b6a9-f403-40e0-a5cb-aa8d5beafccf/checklist/new/
+2017-05-04 07:32:48,297 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:32:48,297 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:32:48,347 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:32:48,352 DEBUG db_general 177 74495 140735693222848 Query : select engagement_id from ice_vf Where name = 'STe6FJM';
+2017-05-04 07:32:48,355 DEBUG db_general 188 74495 140735693222848 Query result: 1057b6a9-f403-40e0-a5cb-aa8d5beafccf
+2017-05-04 07:32:48,359 DEBUG db_general 177 74495 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '1057b6a9-f403-40e0-a5cb-aa8d5beafccf';
+2017-05-04 07:32:48,361 DEBUG db_general 188 74495 140735693222848 Query result: 2017-1233
+2017-05-04 07:32:48,364 DEBUG db_general 177 74495 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1233';
+2017-05-04 07:32:48,367 DEBUG db_general 188 74495 140735693222848 Query result: 2
+2017-05-04 07:32:48,373 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:32:48,373 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:32:48,952 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:49,236 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:32:49,942 DEBUG fe_wizard 97 74493 140735693222848 Tab Invite Team Members
+2017-05-04 07:32:49,950 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:32:50,066 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:32:50,742 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:32:50,746 DEBUG db_general 188 74494 140735693222848 Query result: 8f81c098-d3f3-4b7b-8468-035211139cb5
+2017-05-04 07:32:50,828 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:50,960 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:51,340 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:51,451 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:51,983 DEBUG fe_wizard 115 74493 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:32:51,992 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:32:52,232 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQZoSa5CYjbjHwZ+fVqmGZoXXLUoCyeTDf4Bmyk1ECnD6+LiepAJvCDuDh6Z0owKYEHJ48W2GHOJzaJnlRLx6RF6cHL2NyUe8wJw8HZ7WXXWsmWGGYD0MjJNy7V7SHk87x9jqKa1Vwz5Qrikt9XzM6XExdQRFJOL8wkWGvLjUGh0Eb8IQ6zwJw8QyDardc++1y0vCPJhkBN44B+O07XE1BHS2MHYyoPbXhsENTaAlTyYcW+LYrTpgB6ZLZxzxoIP8C7RNQZHnYYcgoUcWolNuHNVZ4Bdu1jM1S66orEL61O426Fpn1QntuEepsjE2cpM9Tv66KBqL7QVO2izZgmnXF
+2017-05-04 07:32:52,353 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:32:53,534 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:54,413 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:54,641 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:32:54,759 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:55,388 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:55,436 DEBUG fe_wizard 130 74493 140735693222848 SSH Key added via modal window.
+2017-05-04 07:32:55,786 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:32:55,790 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:32:55,794 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:32:55,796 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:32:55,800 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:32:55,803 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:32:57,148 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:57,292 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:32:58,257 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:58,406 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTojKVv';
+2017-05-04 07:32:58,408 DEBUG db_general 188 74493 140735693222848 Query result: ae3f4cc4-c522-4ac7-b342-dce1297a2d84
+2017-05-04 07:32:58,415 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ae3f4cc4-c522-4ac7-b342-dce1297a2d84';
+2017-05-04 07:32:58,422 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1232
+2017-05-04 07:32:58,427 DEBUG db_general 177 74493 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1232';
+2017-05-04 07:32:58,431 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:32:58,440 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTojKVv';
+2017-05-04 07:32:58,443 DEBUG db_general 188 74493 140735693222848 Query result: ae3f4cc4-c522-4ac7-b342-dce1297a2d84
+2017-05-04 07:32:58,449 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'ae3f4cc4-c522-4ac7-b342-dce1297a2d84';
+2017-05-04 07:32:58,452 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1232
+2017-05-04 07:32:58,677 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:32:58,841 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:00,350 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:33:00,531 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:01,639 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:01,661 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:33:01,814 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:02,202 DEBUG db_general 177 74493 140735693222848 Query : select full_name from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:33:02,206 DEBUG db_general 188 74493 140735693222848 Query result: Donald Duck
+2017-05-04 07:33:02,220 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:02,222 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:02,242 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 07:33:02,242 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-05-04 07:33:02,260 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-05-04 07:33:02,260 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 07:33:02,260 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-05-04 07:33:02,834 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 07:33:02,835 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-05-04 07:33:02,854 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-05-04 07:33:02,855 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 07:33:02,855 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-05-04 07:33:03,984 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:33:04,444 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:04,813 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:33:05,055 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:05,233 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:33:05,589 DEBUG db_checklist 27 74494 140735693222848 Query : select owner_id from ice_checklist Where uuid = '8f81c098-d3f3-4b7b-8468-035211139cb5' and state = 'approval';
+2017-05-04 07:33:05,592 DEBUG db_checklist 38 74494 140735693222848 Query result: 3
+2017-05-04 07:33:05,597 DEBUG db_general 177 74494 140735693222848 Query : select email from ice_user_profile Where id = '3';
+2017-05-04 07:33:05,599 DEBUG db_general 188 74494 140735693222848 Query result: admin@att.com
+2017-05-04 07:33:05,600 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:05,600 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:33:05,623 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:33:05,623 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/55c3535b-21b5-48bf-85c9-d12b0021eaa0/819554b0801f489da752266e02638354
+2017-05-04 07:33:05,664 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:33:05,757 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:33:05,757 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:33:05,761 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:33:05,769 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:33:05,774 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:33:05,775 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:33:06,068 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:33:06,068 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/149ca5ea-8ece-4e3e-a68f-ff2f7ae3fbbf/checklist/new/
+2017-05-04 07:33:06,144 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:33:06,145 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:33:06,174 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:06,174 DEBUG api_user 66 74493 140735693222848 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-05-04 07:33:06,209 DEBUG api_user 88 74493 140735693222848 Testing for Cross site scripting successfully : STXZMocstattus Code = 200
+2017-05-04 07:33:06,209 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/149ca5ea-8ece-4e3e-a68f-ff2f7ae3fbbf/checklist/new/
+2017-05-04 07:33:06,303 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:33:06,303 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:33:06,338 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:33:06,338 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/71f7241c-7f3d-4bab-843f-988818a2afc8/050ca6c5de1e4fab8f68f43dfa571f90
+2017-05-04 07:33:06,356 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:06,357 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:06,357 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:33:06,390 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:33:06,403 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:33:06,488 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:33:06,488 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:33:06,492 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:33:06,494 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:33:06,498 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:33:06,500 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:33:06,754 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:33:06,755 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9cab0c68-ab87-426a-8532-8d408d4fe7ed/checklist/new/
+2017-05-04 07:33:06,834 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:33:06,835 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:33:06,869 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:06,869 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:06,869 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:33:07,052 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:33:07,149 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:33:07,252 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:33:07,770 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:33:07,867 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:33:07,961 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:33:08,098 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:08,103 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:33:08,464 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:33:08,614 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:33:08,618 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:09,254 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:33:09,631 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:33:09,631 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:33:10,114 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-05-04 07:33:10,466 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:10,747 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:10,874 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:11,131 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:11,251 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:33:11,770 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 07:33:11,770 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-05-04 07:33:11,786 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-05-04 07:33:11,787 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 07:33:11,787 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-05-04 07:33:12,016 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:12,565 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:13,576 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:33:13,836 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:33:14,027 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:33:14,030 DEBUG db_general 188 74494 140735693222848 Query result: 8f81c098-d3f3-4b7b-8468-035211139cb5
+2017-05-04 07:33:14,044 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:15,210 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:33:15,210 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9d3f8f68-ba01-4a8d-81c9-e54ad63dc6e5/8ded5d17c2624a16813d866c10d807a7
+2017-05-04 07:33:15,256 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:33:15,340 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:33:15,340 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:33:15,344 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:33:15,346 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:33:15,349 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:33:15,352 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:33:15,590 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:33:15,591 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/bb2cfd5d-5c7f-4c22-9b46-9d778090334e/checklist/new/
+2017-05-04 07:33:15,660 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:33:15,661 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:33:15,693 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:15,693 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:15,693 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:33:15,931 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 07:33:15,931 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-05-04 07:33:15,941 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-05-04 07:33:15,941 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 07:33:15,941 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-05-04 07:33:16,319 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:16,547 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:33:17,233 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:33:17,343 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:17,396 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:33:18,224 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:18,226 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:18,738 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:19,400 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:33:19,403 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbApWH@amdocs.com';
+2017-05-04 07:33:19,406 DEBUG db_general 136 74493 140735693222848 Query result: 17d23acd-613b-460d-b116-91d9faddfa45
+2017-05-04 07:33:19,409 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbApWH@amdocs.com';
+2017-05-04 07:33:19,412 DEBUG db_general 136 74493 140735693222848 Query result: 17d23acd-613b-460d-b116-91d9faddfa45
+2017-05-04 07:33:19,415 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STbApWH@amdocs.com';
+2017-05-04 07:33:19,418 DEBUG db_general 136 74493 140735693222848 Query result: 1257
+2017-05-04 07:33:19,422 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1257';
+2017-05-04 07:33:19,424 DEBUG db_general 188 74493 140735693222848 Query result: 2e41148fa75f4cbc9d529c67e77b0fbb
+2017-05-04 07:33:19,424 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/17d23acd-613b-460d-b116-91d9faddfa45/2e41148fa75f4cbc9d529c67e77b0fbb
+2017-05-04 07:33:19,424 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/17d23acd-613b-460d-b116-91d9faddfa45/2e41148fa75f4cbc9d529c67e77b0fbb
+2017-05-04 07:33:19,749 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:33:20,060 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:20,061 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:33:20,193 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:20,591 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:20,979 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:33:21,622 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:33:21,729 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:21,767 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:33:21,948 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:33:23,131 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:33:23,137 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:24,455 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:24,970 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:25,503 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:25,602 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:25,602 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:33:26,048 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:26,370 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:33:27,076 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 07:33:27,076 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-05-04 07:33:27,100 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-05-04 07:33:27,101 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 07:33:27,101 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-05-04 07:33:27,139 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:33:27,567 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:28,358 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:28,576 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:33:29,135 DEBUG test_login_with_new_user 413 74493 140735693222848 click_on on + Dashboard
+2017-05-04 07:33:29,312 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:29,914 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:33:30,125 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:33:30,439 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:33:30,439 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/09cf3dfc-2f33-4c9a-bbb6-a7e7125dfdcb/477c5b4233c649db861a1baddc1685bd
+2017-05-04 07:33:30,472 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:33:30,540 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:33:30,540 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:33:30,544 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:33:30,546 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:33:30,551 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:33:30,553 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:33:30,979 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:33:30,979 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/091d64be-b374-4849-881b-d23f77ed78d5/checklist/new/
+2017-05-04 07:33:31,049 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:33:31,049 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:33:31,082 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:31,082 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:31,082 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:33:31,936 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:33:32,379 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:32,592 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:33:32,706 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:33:32,802 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:32,889 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:33,318 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:33,404 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:33,588 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:33,860 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:33,940 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:34,099 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:34,611 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:35,478 DEBUG fe_wizard 77 74493 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 07:33:35,625 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:33:36,518 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaZpfR';
+2017-05-04 07:33:36,521 DEBUG db_general 188 74492 140735693222848 Query result: edd05722-14da-4b23-b651-184d6f392d3a
+2017-05-04 07:33:36,524 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'edd05722-14da-4b23-b651-184d6f392d3a';
+2017-05-04 07:33:36,526 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1237
+2017-05-04 07:33:36,674 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:36,806 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:37,971 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:38,395 DEBUG fe_wizard 97 74493 140735693222848 Tab Invite Team Members
+2017-05-04 07:33:38,653 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:40,104 DEBUG fe_wizard 115 74493 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:33:40,115 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:33:40,383 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCh4W+Wi7nnxtlpRiLJp6ghoM5j66aQ07Qrz4j+af6/Zl2HIwukH+Xo4muPGvkzoPtKf25OyTR1FjigtHdd5hZhdZuASwz0/lvj264Pr4zFR2SZNtkI2phAB6k2gLmQXajYS/Vp2HxdsnM3maFHMbWRlCcoJBR5Ihoh6gFSJtxBObLLKRt/a88YfzlheAqm/zhy92YVwJ8M1Dobiwy529qtQtcHG/lFBIaew9yPuDo0J6xSaWC7BduavC4TrraB02TaY4fFEaCJ0D5GgRIKw//IEQY++Nyx+NYG+F6T24FWZj6WfUA699HslQnI+U/uuee64ehQp9WbNuj8Vs69p0Z
+2017-05-04 07:33:41,685 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTYUEca';
+2017-05-04 07:33:41,688 DEBUG db_general 188 74492 140735693222848 Query result: 48023f23-58ee-4ea2-8931-90b11ca39467
+2017-05-04 07:33:41,691 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '48023f23-58ee-4ea2-8931-90b11ca39467';
+2017-05-04 07:33:41,693 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1238
+2017-05-04 07:33:41,914 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:42,626 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:43,193 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:43,644 DEBUG fe_wizard 130 74493 140735693222848 SSH Key added via modal window.
+2017-05-04 07:33:43,648 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTqZTIa';
+2017-05-04 07:33:43,652 DEBUG db_general 188 74493 140735693222848 Query result: 7e75be0f-6911-4f2d-85a3-fc989ed7c383
+2017-05-04 07:33:43,655 DEBUG db_user 49 74493 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '7e75be0f-6911-4f2d-85a3-fc989ed7c383' and email = 'automationqattSTd7qUC@gmail.com' ;
+2017-05-04 07:33:43,658 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTd7qUC@gmail.com
+2017-05-04 07:33:44,221 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 07:33:44,221 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-05-04 07:33:44,236 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-05-04 07:33:44,236 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 07:33:44,237 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-05-04 07:33:45,385 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 07:33:45,387 DEBUG db_general 188 74493 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:33:45,388 DEBUG db_user 37 74493 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STWwp6o@att.com&full_name=STVLSTeSTKuGWy&phone_number=2019997393&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:33:45,388 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STWwp6o@att.com&full_name=STVLSTeSTKuGWy&phone_number=2019997393&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:33:46,418 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:46,704 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTqZTIa';
+2017-05-04 07:33:46,708 DEBUG db_general 188 74493 140735693222848 Query result: 6194c5f6-291f-4d9e-b9c0-573f54a14247
+2017-05-04 07:33:46,715 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6194c5f6-291f-4d9e-b9c0-573f54a14247';
+2017-05-04 07:33:46,718 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1240
+2017-05-04 07:33:46,723 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1240';
+2017-05-04 07:33:46,726 DEBUG db_general 188 74493 140735693222848 Query result: 6194c5f6-291f-4d9e-b9c0-573f54a14247
+2017-05-04 07:33:46,732 DEBUG db_user 49 74493 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '6194c5f6-291f-4d9e-b9c0-573f54a14247' and email = 'STWwp6o@att.com' ;
+2017-05-04 07:33:46,742 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTqZTIa';
+2017-05-04 07:33:46,753 DEBUG db_general 188 74493 140735693222848 Query result: 6194c5f6-291f-4d9e-b9c0-573f54a14247
+2017-05-04 07:33:46,759 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6194c5f6-291f-4d9e-b9c0-573f54a14247';
+2017-05-04 07:33:46,768 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1240
+2017-05-04 07:33:46,774 DEBUG db_general 177 74493 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1240';
+2017-05-04 07:33:46,784 DEBUG db_general 188 74493 140735693222848 Query result: 2
+2017-05-04 07:33:46,796 DEBUG api_user 206 74493 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:33:47,112 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:47,146 DEBUG api_user 231 74493 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:33:47,146 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6194c5f6-291f-4d9e-b9c0-573f54a14247/checklist/new/
+2017-05-04 07:33:47,216 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:33:47,216 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:33:47,249 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:47,252 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STWwp6o@att.com';
+2017-05-04 07:33:47,255 DEBUG db_general 136 74493 140735693222848 Query result: 32bd836a-9611-472f-9595-d1f53a73c1f3
+2017-05-04 07:33:47,259 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STWwp6o@att.com';
+2017-05-04 07:33:47,262 DEBUG db_general 136 74493 140735693222848 Query result: 1259
+2017-05-04 07:33:47,267 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1259';
+2017-05-04 07:33:47,268 DEBUG db_general 188 74493 140735693222848 Query result: 0b17509f803c47b09a04ed01f6312abf
+2017-05-04 07:33:47,268 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/32bd836a-9611-472f-9595-d1f53a73c1f3/0b17509f803c47b09a04ed01f6312abf
+2017-05-04 07:33:47,271 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '6194c5f6-291f-4d9e-b9c0-573f54a14247';
+2017-05-04 07:33:47,274 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1240
+2017-05-04 07:33:47,274 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/32bd836a-9611-472f-9595-d1f53a73c1f3/0b17509f803c47b09a04ed01f6312abf
+2017-05-04 07:33:47,803 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:33:47,803 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28671ae4-3903-48d0-985b-8f98b737ef64/3f52465f30c746aaa4923eda4d3f56f9
+2017-05-04 07:33:47,836 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:33:47,904 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:33:47,904 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:33:47,908 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:33:47,910 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:33:47,913 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:33:47,914 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:33:47,970 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:47,971 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:33:48,124 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTzC3Jh';
+2017-05-04 07:33:48,127 DEBUG db_general 188 74492 140735693222848 Query result: 47bb3c3d-9eaf-4340-8299-b5a7683c8f7b
+2017-05-04 07:33:48,131 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '47bb3c3d-9eaf-4340-8299-b5a7683c8f7b';
+2017-05-04 07:33:48,134 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1241
+2017-05-04 07:33:48,423 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:33:48,424 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4a126cdf-17b1-4589-8af6-9a8f6a22139d/checklist/new/
+2017-05-04 07:33:48,523 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:33:48,523 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:33:48,558 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:48,561 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:48,561 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:48,562 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:33:48,750 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:33:49,384 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:33:49,420 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:33:49,493 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login/6194c5f6-291f-4d9e-b9c0-573f54a14247?activation_success=true page is loaded.
+2017-05-04 07:33:50,073 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:33:50,186 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:33:50,719 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:33:51,135 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:51,334 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:51,784 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 07:33:51,785 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-05-04 07:33:51,802 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-05-04 07:33:51,803 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 07:33:51,803 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-05-04 07:33:52,146 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:33:53,364 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:54,031 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:33:54,470 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:33:54,604 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaZpfR';
+2017-05-04 07:33:54,608 DEBUG db_general 188 74492 140735693222848 Query result: edd05722-14da-4b23-b651-184d6f392d3a
+2017-05-04 07:33:54,614 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'edd05722-14da-4b23-b651-184d6f392d3a';
+2017-05-04 07:33:54,616 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1237
+2017-05-04 07:33:54,620 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaZpfR';
+2017-05-04 07:33:54,622 DEBUG db_general 188 74492 140735693222848 Query result: edd05722-14da-4b23-b651-184d6f392d3a
+2017-05-04 07:33:54,626 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'edd05722-14da-4b23-b651-184d6f392d3a';
+2017-05-04 07:33:54,629 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1237
+2017-05-04 07:33:54,634 DEBUG db_general 177 74492 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1237';
+2017-05-04 07:33:54,636 DEBUG db_general 188 74492 140735693222848 Query result: 1
+2017-05-04 07:33:54,647 DEBUG db_general 128 74492 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STouX9t@intl.att.com';
+2017-05-04 07:33:54,649 DEBUG db_general 136 74492 140735693222848 Query result: 71f7241c-7f3d-4bab-843f-988818a2afc8
+2017-05-04 07:33:54,654 DEBUG db_user 49 74492 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'edd05722-14da-4b23-b651-184d6f392d3a' and email = 'STGrjog@intl.att.com' ;
+2017-05-04 07:33:54,664 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 07:33:54,667 DEBUG db_general 188 74492 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:33:54,668 DEBUG db_user 37 74492 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=4dde5f3e-bcdc-4180-834e-4d64c4d1db3e&email=STGrjog@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:33:54,668 DEBUG api_user 206 74492 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:33:55,073 DEBUG api_user 231 74492 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:33:55,073 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/edd05722-14da-4b23-b651-184d6f392d3a/checklist/new/
+2017-05-04 07:33:55,180 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:33:55,180 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:33:55,238 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:55,241 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:33:55,247 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbX3ST@intl.att.com';
+2017-05-04 07:33:55,250 DEBUG db_general 136 74493 140735693222848 Query result: be04a7cc-71e3-4e16-8662-97cc5e1a65ab
+2017-05-04 07:33:55,255 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STbX3ST@intl.att.com';
+2017-05-04 07:33:55,257 DEBUG db_general 136 74493 140735693222848 Query result: be04a7cc-71e3-4e16-8662-97cc5e1a65ab
+2017-05-04 07:33:55,265 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STbX3ST@intl.att.com';
+2017-05-04 07:33:55,269 DEBUG db_general 136 74493 140735693222848 Query result: 1262
+2017-05-04 07:33:55,274 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1262';
+2017-05-04 07:33:55,277 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:33:55,279 DEBUG db_general 188 74493 140735693222848 Query result: aee40ee5df0443998b4543afbf6a91eb
+2017-05-04 07:33:55,279 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be04a7cc-71e3-4e16-8662-97cc5e1a65ab/aee40ee5df0443998b4543afbf6a91eb
+2017-05-04 07:33:55,279 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be04a7cc-71e3-4e16-8662-97cc5e1a65ab/aee40ee5df0443998b4543afbf6a91eb
+2017-05-04 07:33:55,285 DEBUG db_general 128 74492 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STGrjog@intl.att.com';
+2017-05-04 07:33:55,294 DEBUG db_general 136 74492 140735693222848 Query result: f1d75daf-9a17-4ca5-9349-40efccb69c72
+2017-05-04 07:33:55,299 DEBUG db_general 128 74492 140735693222848 Query : select id from auth_user WHERE Email = 'STGrjog@intl.att.com';
+2017-05-04 07:33:55,302 DEBUG db_general 136 74492 140735693222848 Query result: 1261
+2017-05-04 07:33:55,306 DEBUG db_general 177 74492 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1261';
+2017-05-04 07:33:55,308 DEBUG db_general 188 74492 140735693222848 Query result: d63e3d20cc3347038be52745c0b21614
+2017-05-04 07:33:55,309 DEBUG db_user 27 74492 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f1d75daf-9a17-4ca5-9349-40efccb69c72/d63e3d20cc3347038be52745c0b21614
+2017-05-04 07:33:55,309 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f1d75daf-9a17-4ca5-9349-40efccb69c72/d63e3d20cc3347038be52745c0b21614
+2017-05-04 07:33:56,050 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:56,050 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:33:56,467 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:33:56,467 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:33:56,932 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:33:57,339 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:33:57,619 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:33:57,730 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:33:57,974 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:33:58,109 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login/edd05722-14da-4b23-b651-184d6f392d3a?activation_success=true page is loaded.
+2017-05-04 07:33:58,887 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:58,968 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:33:59,842 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:33:59,893 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:34:00,422 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTaZpfR';
+2017-05-04 07:34:00,425 DEBUG db_general 188 74492 140735693222848 Query result: edd05722-14da-4b23-b651-184d6f392d3a
+2017-05-04 07:34:00,430 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'edd05722-14da-4b23-b651-184d6f392d3a';
+2017-05-04 07:34:00,432 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1237
+2017-05-04 07:34:00,614 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:00,867 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 07:34:00,868 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-05-04 07:34:00,883 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-05-04 07:34:00,884 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 07:34:00,884 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-05-04 07:34:01,389 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:01,389 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:34:02,137 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTYUEca';
+2017-05-04 07:34:02,140 DEBUG db_general 188 74492 140735693222848 Query result: 48023f23-58ee-4ea2-8931-90b11ca39467
+2017-05-04 07:34:02,145 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '48023f23-58ee-4ea2-8931-90b11ca39467';
+2017-05-04 07:34:02,147 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1238
+2017-05-04 07:34:02,239 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:34:02,358 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:02,997 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:34:03,000 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:34:03,140 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:34:03,887 DEBUG db_general 177 74492 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTzC3Jh';
+2017-05-04 07:34:03,890 DEBUG db_general 188 74492 140735693222848 Query result: 47bb3c3d-9eaf-4340-8299-b5a7683c8f7b
+2017-05-04 07:34:03,895 DEBUG db_general 177 74492 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '47bb3c3d-9eaf-4340-8299-b5a7683c8f7b';
+2017-05-04 07:34:03,900 DEBUG db_general 188 74492 140735693222848 Query result: 2017-1241
+2017-05-04 07:34:04,149 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:34:04,279 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:34:04,280 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d85a9dee-532b-40c3-bcc7-1e7cc0c2c933/fa90492f20414bdf9920cd881851fc7e
+2017-05-04 07:34:04,391 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:34:04,459 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:34:04,459 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:34:04,464 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:34:04,465 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:34:04,469 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:34:04,471 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:34:04,703 DEBUG test_login_with_new_user 342 74493 140735693222848 click_on on + Dashboard
+2017-05-04 07:34:04,707 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:34:04,707 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c51556eb-bc45-4538-8766-b928178f2a5b/checklist/new/
+2017-05-04 07:34:04,785 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:34:04,786 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:34:04,834 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:34:04,847 DEBUG db_general 177 74495 140735693222848 Query : select id from ice_user_profile Where email = 'ST7Tc4f@intl.att.com';
+2017-05-04 07:34:04,849 DEBUG db_general 188 74495 140735693222848 Query result: 1263
+2017-05-04 07:34:04,853 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1263';
+2017-05-04 07:34:04,855 DEBUG db_general 188 74495 140735693222848 Query result: 764ae818-692b-4a2a-ab1c-5fe2d8c055e4
+2017-05-04 07:34:04,864 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:04,864 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:34:05,391 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 07:34:05,392 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-05-04 07:34:05,404 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-05-04 07:34:05,405 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 07:34:05,405 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-05-04 07:34:05,461 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:34:05,742 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:34:06,410 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:34:06,560 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:34:07,599 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:34:07,625 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:34:08,057 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:08,778 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:08,856 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:34:08,856 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cb268509-08e1-488f-9b7d-04f281824b00/340505ff2ccf45819977e0ad3746c35e
+2017-05-04 07:34:08,900 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:34:09,000 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:34:09,000 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:34:09,005 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:34:09,007 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:34:09,013 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:34:09,015 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:34:09,047 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:09,878 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:10,356 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:34:10,357 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/eec0b317-c843-49b2-a4ce-bc188998458f/checklist/new/
+2017-05-04 07:34:10,416 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:10,507 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:34:10,508 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:34:10,563 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:34:10,584 DEBUG fe_wizard 57 74493 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:34:10,715 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:34:10,716 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e9ef3427-d474-42ab-94ba-074a3db94cb4/8ee2d12c380348199ec0f50923461c34
+2017-05-04 07:34:10,776 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:34:10,888 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:34:10,888 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:34:10,892 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:34:10,894 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:34:10,898 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:34:10,900 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:34:11,477 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:34:11,477 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6498605d-968c-4065-8ef7-707363a29c25/checklist/new/
+2017-05-04 07:34:11,550 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:34:11,551 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:34:11,585 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:34:11,585 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:11,585 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:34:12,104 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:12,468 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:34:13,136 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:34:13,221 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:13,248 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:34:13,602 DEBUG fe_wizard 97 74493 140735693222848 Tab Invite Team Members
+2017-05-04 07:34:14,255 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:34:14,340 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:15,017 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:15,281 DEBUG fe_wizard 115 74493 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:34:15,291 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:34:15,464 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDde8rTHtuYOkhxxRhlfTg9rGzxOjdupB27zDw61I0xJ3DvTv6PypUJU4AEHGErLyfmv5KHUhKwGRsqc7NBgJuZzi5VWV/zHsRFO4FXPS8oEn2uWHxa8D+O2jKFucWgEtcCkwbWkbqlw1dNItsm6VfJkrw7LDZgug+yA2D0dBilOJLWYhVQtSOpfhQnrTh6n2TSd1ELPi/vdKJmGMu8EDzTzbZWoNSE89mdXu0yOZM/gMKFlt7wk94z9DuMvnChSsE6su99cJT+Ae3REV1aWQPycGFHwULJGgEx7ec4KaViYwsrzuJtICQNpicFBGX0j1qCLTVR4SccjK8yeVlwJjzt
+2017-05-04 07:34:17,545 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:18,281 DEBUG db_user 49 74492 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'eec0b317-c843-49b2-a4ce-bc188998458f' and email = 'STMgliN@intl.att.com' ;
+2017-05-04 07:34:18,283 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=ae0ea2b4-4a4b-4e1f-b460-f6d01043ffeb
+2017-05-04 07:34:18,567 DEBUG fe_wizard 130 74493 140735693222848 SSH Key added via modal window.
+2017-05-04 07:34:18,571 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTvFub9';
+2017-05-04 07:34:18,573 DEBUG db_general 188 74493 140735693222848 Query result: 37fe063e-70f3-48ea-af4b-d5f7c2c0916c
+2017-05-04 07:34:18,578 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFSTvFub9';
+2017-05-04 07:34:18,580 DEBUG db_general 188 74493 140735693222848 Query result: 37fe063e-70f3-48ea-af4b-d5f7c2c0916c
+2017-05-04 07:34:18,584 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37fe063e-70f3-48ea-af4b-d5f7c2c0916c';
+2017-05-04 07:34:18,588 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1244
+2017-05-04 07:34:18,592 DEBUG db_general 177 74493 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1244';
+2017-05-04 07:34:18,594 DEBUG db_general 188 74493 140735693222848 Query result: 2
+2017-05-04 07:34:18,602 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '37fe063e-70f3-48ea-af4b-d5f7c2c0916c';
+2017-05-04 07:34:18,604 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1244
+2017-05-04 07:34:18,609 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1244';
+2017-05-04 07:34:18,612 DEBUG db_general 188 74493 140735693222848 Query result: 37fe063e-70f3-48ea-af4b-d5f7c2c0916c
+2017-05-04 07:34:18,615 DEBUG db_user 49 74493 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '37fe063e-70f3-48ea-af4b-d5f7c2c0916c' and email = 'ST0vhOL@ericson.com' ;
+2017-05-04 07:34:18,620 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 07:34:18,622 DEBUG db_general 188 74493 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:34:18,623 DEBUG db_user 37 74493 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=a94f21ed-d353-41fe-be6d-3c15c3f79ed0&email=ST0vhOL@ericson.com&full_name=ST5IRHFSTZuao5&phone_number=2017282355&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:34:18,623 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=a94f21ed-d353-41fe-be6d-3c15c3f79ed0&email=ST0vhOL@ericson.com&full_name=ST5IRHFSTZuao5&phone_number=2017282355&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:34:18,887 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:18,887 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:34:19,695 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:34:20,278 DEBUG api_user 206 74493 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:34:20,353 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:34:20,474 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=ae0ea2b4-4a4b-4e1f-b460-f6d01043ffeb page is loaded.
+2017-05-04 07:34:20,532 DEBUG api_user 231 74493 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:34:20,532 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/37fe063e-70f3-48ea-af4b-d5f7c2c0916c/checklist/new/
+2017-05-04 07:34:20,624 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:34:20,624 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:34:20,659 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:34:20,663 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST0vhOL@ericson.com';
+2017-05-04 07:34:20,666 DEBUG db_general 136 74493 140735693222848 Query result: 744186ad-e437-43f0-9eca-b1e594758bac
+2017-05-04 07:34:20,671 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'ST0vhOL@ericson.com';
+2017-05-04 07:34:20,674 DEBUG db_general 136 74493 140735693222848 Query result: 1266
+2017-05-04 07:34:20,678 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1266';
+2017-05-04 07:34:20,680 DEBUG db_general 188 74493 140735693222848 Query result: 06e4b7f06d5f4de2b54ec20974e1d2f2
+2017-05-04 07:34:20,681 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/744186ad-e437-43f0-9eca-b1e594758bac/06e4b7f06d5f4de2b54ec20974e1d2f2
+2017-05-04 07:34:20,681 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/744186ad-e437-43f0-9eca-b1e594758bac/06e4b7f06d5f4de2b54ec20974e1d2f2
+2017-05-04 07:34:21,107 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:21,516 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:21,516 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:34:22,115 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:34:22,404 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:34:23,055 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:34:23,181 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login/37fe063e-70f3-48ea-af4b-d5f7c2c0916c?activation_success=true page is loaded.
+2017-05-04 07:34:24,360 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:34:24,534 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:24,535 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:34:24,920 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 07:34:24,920 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-05-04 07:34:24,941 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-05-04 07:34:24,941 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 07:34:24,941 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-05-04 07:34:25,280 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:34:25,909 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:34:26,022 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:34:26,721 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:34:27,031 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:34:27,058 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:34:27,734 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:34:27,737 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:34:27,740 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:34:27,743 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:34:27,747 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:34:27,750 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:34:27,874 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:28,212 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:34:28,213 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5c4e6079-d381-4a6a-8672-4f73b2db971c/40c84374327641daac8b8829f14bfe90
+2017-05-04 07:34:28,248 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:34:28,322 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:34:28,322 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:34:28,326 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:34:28,327 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:34:28,331 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:34:28,333 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:34:28,705 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:34:28,705 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ea20071-cf5a-4e39-833d-2a0da0491cd4/checklist/new/
+2017-05-04 07:34:28,774 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:34:28,774 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:34:28,808 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:34:28,891 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:34:28,892 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:34:28,892 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:28,893 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:34:29,185 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:29,778 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:34:30,194 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:34:30,451 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:34:30,570 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:34:30,999 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:34:31,002 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:34:31,006 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:34:31,011 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:34:31,017 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:34:31,019 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:34:31,580 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:34:31,800 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:34:32,695 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:32,761 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:32,973 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:34:33,840 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:33,872 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:35,721 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:34:35,896 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:36,393 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:36,393 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:34:36,907 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:34:37,180 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:34:37,829 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:34:37,941 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:34:38,308 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:38,771 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:39,530 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:39,782 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:34:40,148 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:40,331 DEBUG db_general 177 74494 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 07:34:40,334 DEBUG db_general 188 74494 140735693222848 Query result: dd1122@att.com
+2017-05-04 07:34:40,398 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:41,027 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:41,620 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:41,688 DEBUG db_general 66 74493 140735693222848 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTWTAg9';
+2017-05-04 07:34:41,692 DEBUG db_general 78 74493 140735693222848 Query result: newVFVersion3STd6Z1b
+2017-05-04 07:34:41,697 DEBUG db_general 66 74493 140735693222848 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion3STd6Z1b';
+2017-05-04 07:34:41,700 DEBUG db_general 78 74493 140735693222848 Query result: newVFSTWTAg9
+2017-05-04 07:34:41,700 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 07:34:41,700 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-05-04 07:34:41,716 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-05-04 07:34:41,716 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 07:34:41,716 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-05-04 07:34:42,137 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:34:42,927 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:43,594 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:34:43,842 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:34:44,509 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:34:44,512 DEBUG db_general 188 74494 140735693222848 Query result: 8f81c098-d3f3-4b7b-8468-035211139cb5
+2017-05-04 07:34:44,973 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:34:44,978 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STMvPDr@intl.att.com';
+2017-05-04 07:34:44,981 DEBUG db_general 136 74493 140735693222848 Query result: 9589c94f-51bc-4545-a2b8-6b8e2374a3d0
+2017-05-04 07:34:44,984 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STMvPDr@intl.att.com';
+2017-05-04 07:34:44,986 DEBUG db_general 136 74493 140735693222848 Query result: 1268
+2017-05-04 07:34:44,990 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1268';
+2017-05-04 07:34:44,992 DEBUG db_general 188 74493 140735693222848 Query result: 9837630dc3754199bb798e9000302676
+2017-05-04 07:34:44,993 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9589c94f-51bc-4545-a2b8-6b8e2374a3d0/9837630dc3754199bb798e9000302676
+2017-05-04 07:34:44,993 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9589c94f-51bc-4545-a2b8-6b8e2374a3d0/9837630dc3754199bb798e9000302676
+2017-05-04 07:34:45,309 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:34:45,716 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:45,716 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:34:46,230 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:46,577 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:34:46,856 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:47,256 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:34:47,364 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:34:48,579 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:34:51,090 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:34:51,094 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STT8uQG@intl.att.com';
+2017-05-04 07:34:51,097 DEBUG db_general 136 74493 140735693222848 Query result: a2626039-78bd-43f9-b470-3f3ecb1df60a
+2017-05-04 07:34:51,101 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STT8uQG@intl.att.com';
+2017-05-04 07:34:51,104 DEBUG db_general 136 74493 140735693222848 Query result: 1269
+2017-05-04 07:34:51,109 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1269';
+2017-05-04 07:34:51,111 DEBUG db_general 188 74493 140735693222848 Query result: b75f606a853c42cabb81ca65723e0f68
+2017-05-04 07:34:51,111 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2626039-78bd-43f9-b470-3f3ecb1df60a/b75f606a853c42cabb81ca65723e0f68
+2017-05-04 07:34:51,145 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:51,724 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:51,724 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:34:52,615 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:34:53,346 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:34:53,457 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:34:54,550 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:34:55,686 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:34:56,296 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 07:34:56,297 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-05-04 07:34:56,309 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-05-04 07:34:56,309 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 07:34:56,309 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-05-04 07:34:58,386 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:58,413 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:34:58,900 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:34:59,570 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:34:59,570 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:34:59,570 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:35:00,582 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:35:01,242 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:35:01,931 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:35:02,470 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STnm0hE@intl.att.com';
+2017-05-04 07:35:02,473 DEBUG db_general 136 74493 140735693222848 Query result: 7ba5b5a0-f44d-482a-8eb6-ed89ec2b8717
+2017-05-04 07:35:02,476 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STnm0hE@intl.att.com';
+2017-05-04 07:35:02,479 DEBUG db_general 136 74493 140735693222848 Query result: 1270
+2017-05-04 07:35:02,483 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1270';
+2017-05-04 07:35:02,486 DEBUG db_general 188 74493 140735693222848 Query result: f6b0d9f305e84adbb3d0c56013f7e61e
+2017-05-04 07:35:02,486 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ba5b5a0-f44d-482a-8eb6-ed89ec2b8717/f6b0d9f305e84adbb3d0c56013f7e61e
+2017-05-04 07:35:02,486 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ba5b5a0-f44d-482a-8eb6-ed89ec2b8717/f6b0d9f305e84adbb3d0c56013f7e61e
+2017-05-04 07:35:03,102 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:03,102 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:35:03,925 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:35:04,586 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:35:04,698 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:35:06,007 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:35:06,194 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:06,539 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 07:35:06,539 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-05-04 07:35:06,556 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-05-04 07:35:06,556 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 07:35:06,556 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-05-04 07:35:08,120 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:35:08,660 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:09,785 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:35:09,786 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d6bec237-f7e4-4fea-96f5-20b7b0c23c43/3cd1ae46ade14522a460d192edf6641d
+2017-05-04 07:35:09,822 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:09,906 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:35:09,907 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:35:09,911 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:09,912 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:09,916 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:09,917 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:10,131 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:10,132 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/87a01e07-eae7-4996-875a-a961da812b83/checklist/new/
+2017-05-04 07:35:10,199 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:35:10,200 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:35:10,233 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:10,234 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:10,234 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:35:10,846 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:11,117 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:35:11,625 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:11,787 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:35:11,896 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:12,906 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:35:14,090 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:15,199 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:17,812 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:35:19,133 DEBUG fe_wizard 24 74492 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:35:19,625 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:19,918 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 07:35:19,918 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-05-04 07:35:19,932 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-05-04 07:35:19,933 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 07:35:19,933 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-05-04 07:35:21,277 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:21,897 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:22,036 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:22,390 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:22,538 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:22,921 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:23,217 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:35:23,217 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/147a945c-fcb5-45b1-bb45-97a93252dc67/050632d6acc14f60bf14f9885098bcbe
+2017-05-04 07:35:23,248 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:23,332 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:23,332 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:23,338 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:23,340 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:23,344 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:23,345 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:23,636 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:23,636 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cb838064-8749-4974-8971-ce9378dacbce/checklist/new/
+2017-05-04 07:35:23,704 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:23,704 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:23,741 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:23,741 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:23,741 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:35:24,600 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:35:25,259 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:35:25,378 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:25,483 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:25,741 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'STZ6pMB';
+2017-05-04 07:35:25,744 DEBUG db_general 188 74493 140735693222848 Query result: 87a01e07-eae7-4996-875a-a961da812b83
+2017-05-04 07:35:25,749 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '87a01e07-eae7-4996-875a-a961da812b83';
+2017-05-04 07:35:25,754 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1252
+2017-05-04 07:35:25,759 DEBUG db_general 177 74493 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1252';
+2017-05-04 07:35:25,762 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:35:25,768 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:35:26,334 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:26,448 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:26,448 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:35:26,848 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:27,228 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:35:27,857 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:35:27,867 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:35:28,025 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:28,805 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 07:35:28,805 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-05-04 07:35:28,823 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-05-04 07:35:28,823 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 07:35:28,823 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-05-04 07:35:28,955 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:29,086 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:29,475 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:30,197 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:30,483 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:35:30,932 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:30,961 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:31,747 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:32,153 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:35:32,154 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ff92c0ca-5f64-404b-8f4c-08fbd950e4a3/4f55c08002f04fe2824356ff3ced8456
+2017-05-04 07:35:32,192 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:32,275 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:32,276 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:32,280 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:32,282 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:32,286 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:32,287 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:32,523 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:32,523 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab77c38f-5306-4acb-b3ca-e12c82857bb2/checklist/new/
+2017-05-04 07:35:32,606 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:32,607 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:32,644 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:32,719 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:35:32,720 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d63103be-e2c8-4542-a7bd-c058f4adc506/644390368438416eabadba9cb76e0c3c
+2017-05-04 07:35:32,751 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:32,838 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:32,838 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:32,845 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:32,847 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:32,851 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:32,852 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:32,853 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:33,357 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:33,357 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6cfed6e-cd43-4f1a-97cf-045e667fe2bc/checklist/new/
+2017-05-04 07:35:33,463 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:33,463 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:33,503 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:33,584 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:35:33,584 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f4edb7d6-c601-43ff-8d4e-a5d19329773d/5e20294ca46b4e1dbe6ea89180697fef
+2017-05-04 07:35:33,615 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:33,685 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:33,685 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:33,690 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:33,692 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:33,695 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:33,697 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:33,872 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:34,090 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:34,090 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9d995c0a-b04a-4dfb-a42b-15a79ac2a5da/checklist/new/
+2017-05-04 07:35:34,160 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:34,160 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:34,196 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:34,196 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:34,196 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:35:34,895 DEBUG test_next_step 91 74495 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 07:35:35,082 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:35:35,753 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:35:35,862 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:36,237 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:36,715 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:36,876 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:35:37,261 DEBUG test_next_step 91 74495 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 07:35:37,261 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 07:35:37,262 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-05-04 07:35:37,277 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-05-04 07:35:37,278 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 07:35:37,278 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-05-04 07:35:37,705 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:38,004 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:39,386 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:40,378 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:40,510 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:35:40,510 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3dc00421-ec71-4672-bfaa-2766513404e1/cb73cd3a3980499f9a95ff8f85298b11
+2017-05-04 07:35:40,555 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:40,570 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:40,625 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:40,625 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:40,630 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:40,632 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:40,637 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:40,638 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:40,925 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:40,925 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2516dc53-f183-4f5a-9863-05f23db7fd05/checklist/new/
+2017-05-04 07:35:40,997 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:40,997 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:41,030 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:41,030 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:41,030 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:35:41,606 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1256';
+2017-05-04 07:35:41,609 DEBUG db_general 188 74492 140735693222848 Query result: ab77c38f-5306-4acb-b3ca-e12c82857bb2
+2017-05-04 07:35:41,612 DEBUG db_user 49 74492 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = 'ab77c38f-5306-4acb-b3ca-e12c82857bb2' and email = 'STX5HSx@intl.att.com' ;
+2017-05-04 07:35:41,615 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=0a45eaa0-45d3-45b9-a02a-5ba9dc0d7b95
+2017-05-04 07:35:41,880 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:35:42,214 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:42,214 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:35:42,557 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:35:42,673 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:42,760 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:35:43,052 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:35:43,516 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:43,516 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:35:43,667 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:43,739 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:35:43,854 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=0a45eaa0-45d3-45b9-a02a-5ba9dc0d7b95 page is loaded.
+2017-05-04 07:35:44,189 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:44,359 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:35:44,427 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:45,003 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:35:45,114 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:45,198 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:35:45,437 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:35:46,127 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:35:46,379 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:47,293 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:47,498 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:47,865 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:47,865 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:35:48,137 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:48,464 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:35:48,602 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:35:49,229 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:35:49,321 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:50,094 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 07:35:50,094 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-05-04 07:35:50,117 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-05-04 07:35:50,117 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 07:35:50,118 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-05-04 07:35:50,329 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:35:51,148 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:51,588 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:52,174 DEBUG test_next_step 104 74495 140735693222848 Next step deleted! (1 of 2)
+2017-05-04 07:35:52,225 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:52,944 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:35:53,419 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:35:53,420 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/11469da8-9bcd-44c3-87c8-6e69d9612180/c7d96f1d115043acae8708360239be86
+2017-05-04 07:35:53,455 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:53,552 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:35:53,552 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:35:53,554 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:53,556 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:53,558 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:53,562 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:53,564 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:53,860 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:53,861 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/81b7262d-39a0-4d4f-98b2-5b7a836ef544/checklist/new/
+2017-05-04 07:35:53,931 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:35:53,931 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:35:53,957 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:35:53,960 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:35:53,964 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:53,964 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:35:53,968 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:35:53,971 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:35:53,974 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:35:54,063 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:35:54,063 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/27a6854c-5bdb-4ffe-9128-727cc84aeb05/139a12df9e144928843fb7ec3a129226
+2017-05-04 07:35:54,102 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:54,186 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:35:54,186 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:35:54,190 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:54,191 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:54,194 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:54,196 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:54,515 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:54,515 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d046d641-7e15-48bb-8ade-83c3a0b793fc/checklist/new/
+2017-05-04 07:35:54,585 DEBUG test_next_step 104 74495 140735693222848 Next step deleted! (2 of 2)
+2017-05-04 07:35:54,585 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 07:35:54,585 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-05-04 07:35:54,591 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:35:54,591 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:35:54,601 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-05-04 07:35:54,602 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 07:35:54,602 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-05-04 07:35:54,624 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:54,629 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'ST3ZPyI@intl.att.com';
+2017-05-04 07:35:54,634 DEBUG db_general 136 74493 140735693222848 Query result: 11469da8-9bcd-44c3-87c8-6e69d9612180
+2017-05-04 07:35:54,638 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'ST3ZPyI@intl.att.com';
+2017-05-04 07:35:54,641 DEBUG db_general 136 74493 140735693222848 Query result: 1277
+2017-05-04 07:35:54,644 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1277';
+2017-05-04 07:35:54,646 DEBUG db_general 188 74493 140735693222848 Query result: c7d96f1d115043acae8708360239be86
+2017-05-04 07:35:54,647 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/11469da8-9bcd-44c3-87c8-6e69d9612180/c7d96f1d115043acae8708360239be86
+2017-05-04 07:35:54,647 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/11469da8-9bcd-44c3-87c8-6e69d9612180/c7d96f1d115043acae8708360239be86
+2017-05-04 07:35:54,879 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 07:35:54,879 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-05-04 07:35:54,898 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-05-04 07:35:54,899 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 07:35:54,900 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-05-04 07:35:55,613 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:55,614 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:35:56,658 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:35:56,832 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:57,087 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STnPqes';
+2017-05-04 07:35:57,090 DEBUG db_general 188 74494 140735693222848 Query result: 73e19acb-ccf4-4834-8acd-9482c1d708c8
+2017-05-04 07:35:57,095 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = '73e19acb-ccf4-4834-8acd-9482c1d708c8';
+2017-05-04 07:35:57,099 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1198
+2017-05-04 07:35:57,103 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1198';
+2017-05-04 07:35:57,106 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:35:57,271 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:35:57,322 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:35:57,479 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:35:58,033 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:35:58,177 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:35:58,177 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bbc6e6a2-579e-4b67-ad44-ec37be7d4e27/2293de47c9974f7084b50d3b3c685c45
+2017-05-04 07:35:58,210 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:58,293 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:58,294 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:58,302 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:58,304 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:58,308 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:58,310 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:58,525 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:35:58,609 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:35:58,609 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/60eb1a52-6f33-4081-a6f9-092ba221d3d3/eacd42a7cc8c41a4a488e88846c697ec
+2017-05-04 07:35:58,645 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:58,645 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/845f7db8-77e9-4764-b4f2-4fdd8e28db45/checklist/new/
+2017-05-04 07:35:58,654 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:35:58,732 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:58,733 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:58,740 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:58,740 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:58,744 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:35:58,745 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:35:58,749 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:35:58,750 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:35:58,769 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:58,853 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:58,853 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:58,854 DEBUG api_checklist 24 74495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/845f7db8-77e9-4764-b4f2-4fdd8e28db45/checklist/new/
+2017-05-04 07:35:58,858 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:35:58,860 DEBUG db_general 188 74495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:35:58,860 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/845f7db8-77e9-4764-b4f2-4fdd8e28db45/checklist/new/
+2017-05-04 07:35:58,937 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:35:58,937 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:35:58,972 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:59,033 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:35:59,034 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/330ce2eb-255b-453c-bdf5-6351ea36d47f/checklist/new/
+2017-05-04 07:35:59,141 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:35:59,141 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:35:59,200 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:35:59,202 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:35:59,203 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:35:59,203 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:35:59,359 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:35:59,407 DEBUG api_checklist 40 74495 140735693222848 Checklist was created successfully!
+2017-05-04 07:35:59,413 DEBUG db_general 202 74495 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTyAZt1' order by update_time desc limit 1;
+2017-05-04 07:35:59,421 DEBUG db_checklist 391 74495 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTyAZt1' order by create_time desc limit 1;
+2017-05-04 07:35:59,427 DEBUG api_checklist 116 74495 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/845f7db8-77e9-4764-b4f2-4fdd8e28db45/checklist/045b45f1-f900-47f5-9d35-433c1792dd90/nextstep/
+2017-05-04 07:35:59,814 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:00,024 DEBUG api_checklist 132 74495 140735693222848 Next step was added successfully!
+2017-05-04 07:36:00,024 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:00,025 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:36:00,183 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:36:00,862 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:36:00,874 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:36:00,988 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:01,506 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:36:01,618 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:01,995 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:36:02,269 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:02,313 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:02,524 DEBUG test_notification_for_new_user 33 74492 140735693222848 Go to notifications page
+2017-05-04 07:36:02,827 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:03,029 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:03,299 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1260';
+2017-05-04 07:36:03,304 DEBUG db_general 188 74493 140735693222848 Query result: 81b7262d-39a0-4d4f-98b2-5b7a836ef544
+2017-05-04 07:36:03,308 DEBUG db_user 49 74493 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '81b7262d-39a0-4d4f-98b2-5b7a836ef544' and email = 'STHu7mU@intl.att.com' ;
+2017-05-04 07:36:03,311 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?invitation=b6ed574b-a234-47b2-8191-0a6e65bfdb60
+2017-05-04 07:36:03,320 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 07:36:03,833 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:36:03,901 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:03,901 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:36:04,161 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:04,348 DEBUG test_notification_for_new_user 35 74492 140735693222848 Remove one notification
+2017-05-04 07:36:04,354 DEBUG db_general 128 74492 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STvJWPL@intl.att.com';
+2017-05-04 07:36:04,358 DEBUG db_general 136 74492 140735693222848 Query result: 1280
+2017-05-04 07:36:04,363 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_notification Where user_id = '1280';
+2017-05-04 07:36:04,365 DEBUG db_general 188 74492 140735693222848 Query result: [('269ef96d-61d4-4c19-b41a-a071df5099d4',), ('ebe0f5e3-0b50-4d0c-b5db-f494840a4e16',), ('e8b6ea04-9601-4ef7-b295-8c1427a9af51',)]
+2017-05-04 07:36:04,722 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:04,731 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:36:04,988 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 07:36:05,034 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:05,396 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:36:05,512 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?invitation=b6ed574b-a234-47b2-8191-0a6e65bfdb60 page is loaded.
+2017-05-04 07:36:06,020 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 07:36:06,020 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-05-04 07:36:06,039 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-05-04 07:36:06,040 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 07:36:06,040 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-05-04 07:36:06,202 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:06,282 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STJaV4B';
+2017-05-04 07:36:06,285 DEBUG db_general 188 74494 140735693222848 Query result: 8f81c098-d3f3-4b7b-8468-035211139cb5
+2017-05-04 07:36:06,322 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:06,987 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:07,330 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:36:07,451 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 07:36:07,451 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-05-04 07:36:07,464 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-05-04 07:36:07,465 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 07:36:07,465 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-04 07:36:08,389 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:08,601 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:09,711 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:09,717 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:36:09,718 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1107f7a8-f8a0-49ac-ab00-12409bc8931b/fe15e7ca65ca40d9ac5c10e2e17f5f13
+2017-05-04 07:36:09,741 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:09,784 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:09,922 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:09,923 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:09,936 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:09,940 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:09,949 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:09,951 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:10,254 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:10,982 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:10,982 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00831867-3d35-4ebb-95f5-41c31485eac7/checklist/new/
+2017-05-04 07:36:11,083 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:11,083 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:11,098 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:36:11,098 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1a34ed8b-16cd-4348-991b-e9929afd0900/62b242db69e0468790d69e7538540516
+2017-05-04 07:36:11,121 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:11,134 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:11,194 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:11,194 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:11,194 DEBUG api_checklist 24 74492 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00831867-3d35-4ebb-95f5-41c31485eac7/checklist/new/
+2017-05-04 07:36:11,198 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:36:11,200 DEBUG db_general 188 74492 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:36:11,200 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/00831867-3d35-4ebb-95f5-41c31485eac7/checklist/new/
+2017-05-04 07:36:11,208 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:36:11,208 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:36:11,212 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:11,213 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:11,217 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:11,218 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:11,269 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:11,270 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:11,305 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:11,330 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '5366f217-983a-430b-a7e1-abe7f74438ca';
+2017-05-04 07:36:11,335 DEBUG db_general 188 74495 140735693222848 Query result: API next step test STMKyiW
+2017-05-04 07:36:11,335 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 07:36:11,335 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-05-04 07:36:11,353 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-05-04 07:36:11,354 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 07:36:11,354 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-05-04 07:36:11,611 DEBUG api_checklist 40 74492 140735693222848 Checklist was created successfully!
+2017-05-04 07:36:11,615 DEBUG db_checklist 391 74492 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTNKFmf' order by create_time desc limit 1;
+2017-05-04 07:36:11,621 DEBUG db_general 202 74492 140735693222848 Query : select state from ice_checklist Where uuid = 'edf9d069-8e3b-402e-8f9a-4786b518f1c2' order by update_time desc limit 1;
+2017-05-04 07:36:11,625 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:11,626 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:36:11,745 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:11,746 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/fa2b303f-2e43-4a10-bf80-d6a4b0cd849a/checklist/new/
+2017-05-04 07:36:11,830 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 07:36:11,830 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-05-04 07:36:11,848 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:36:11,848 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:36:11,891 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-05-04 07:36:11,892 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 07:36:11,892 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-05-04 07:36:11,906 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:11,907 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:11,907 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:36:12,539 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:36:12,989 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:36:13,231 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:36:13,383 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:13,697 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:36:13,934 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:14,360 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:14,512 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:14,626 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:14,873 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:15,047 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:15,392 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:15,634 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:36:15,849 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:36:15,850 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6935c3f0-0e0b-404f-b664-635eaa277591/2776227e94b0480bb548f1496847e68d
+2017-05-04 07:36:15,885 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:15,963 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:15,963 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:15,968 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:15,970 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:15,975 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:15,977 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:16,161 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_vf Where name = 'STE2nAQ';
+2017-05-04 07:36:16,163 DEBUG db_general 188 74494 140735693222848 Query result: d13283f6-f72d-4538-9191-ea378480b992
+2017-05-04 07:36:16,167 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STE2nAQ';
+2017-05-04 07:36:16,170 DEBUG db_general 188 74494 140735693222848 Query result: fa2b303f-2e43-4a10-bf80-d6a4b0cd849a
+2017-05-04 07:36:16,174 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STE2nAQ';
+2017-05-04 07:36:16,177 DEBUG db_general 188 74494 140735693222848 Query result: fa2b303f-2e43-4a10-bf80-d6a4b0cd849a
+2017-05-04 07:36:16,181 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fa2b303f-2e43-4a10-bf80-d6a4b0cd849a';
+2017-05-04 07:36:16,186 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1265
+2017-05-04 07:36:16,189 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1265';
+2017-05-04 07:36:16,192 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:36:16,199 DEBUG fe_checklist 50 74494 140735693222848 EL email: hs0007@att.com
+2017-05-04 07:36:16,203 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fa2b303f-2e43-4a10-bf80-d6a4b0cd849a';
+2017-05-04 07:36:16,209 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1265
+2017-05-04 07:36:16,332 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:16,333 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50924bcf-e090-4ff4-a33b-176ab2c59afd/checklist/new/
+2017-05-04 07:36:16,334 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:36:16,339 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STX4h96@intl.att.com';
+2017-05-04 07:36:16,341 DEBUG db_general 136 74493 140735693222848 Query result: 0e807b63-396d-4317-a286-569e7ca67030
+2017-05-04 07:36:16,345 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STX4h96@intl.att.com';
+2017-05-04 07:36:16,347 DEBUG db_general 136 74493 140735693222848 Query result: 0e807b63-396d-4317-a286-569e7ca67030
+2017-05-04 07:36:16,351 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STX4h96@intl.att.com';
+2017-05-04 07:36:16,354 DEBUG db_general 136 74493 140735693222848 Query result: 1284
+2017-05-04 07:36:16,358 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1284';
+2017-05-04 07:36:16,360 DEBUG db_general 188 74493 140735693222848 Query result: 865262347a034092bed47fa6c44cfa76
+2017-05-04 07:36:16,360 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e807b63-396d-4317-a286-569e7ca67030/865262347a034092bed47fa6c44cfa76
+2017-05-04 07:36:16,360 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e807b63-396d-4317-a286-569e7ca67030/865262347a034092bed47fa6c44cfa76
+2017-05-04 07:36:16,404 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:36:16,417 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:16,418 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:16,464 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:16,554 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:16,554 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:16,555 DEBUG api_checklist 24 74495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50924bcf-e090-4ff4-a33b-176ab2c59afd/checklist/new/
+2017-05-04 07:36:16,559 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:36:16,563 DEBUG db_general 188 74495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:36:16,564 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50924bcf-e090-4ff4-a33b-176ab2c59afd/checklist/new/
+2017-05-04 07:36:16,658 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:16,658 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:16,693 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:16,992 DEBUG api_checklist 40 74495 140735693222848 Checklist was created successfully!
+2017-05-04 07:36:16,998 DEBUG db_general 202 74495 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTXF1zk' order by update_time desc limit 1;
+2017-05-04 07:36:17,014 DEBUG db_checklist 391 74495 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTXF1zk' order by create_time desc limit 1;
+2017-05-04 07:36:17,019 DEBUG api_checklist 116 74495 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50924bcf-e090-4ff4-a33b-176ab2c59afd/checklist/e41142b8-9926-4ca8-834a-5d8d3ab929c9/nextstep/
+2017-05-04 07:36:17,076 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:17,152 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:17,152 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:36:17,590 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:17,615 DEBUG api_checklist 132 74495 140735693222848 Next step was added successfully!
+2017-05-04 07:36:17,615 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:17,615 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:36:18,219 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:36:18,400 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:18,500 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:36:18,781 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:36:18,897 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:36:19,018 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:36:19,136 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:36:19,278 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:19,558 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:19,861 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:20,183 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:20,673 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:36:20,693 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:20,867 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:36:21,076 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=d13283f6-f72d-4538-9191-ea378480b992&inviter_uuid=1a34ed8b-16cd-4348-991b-e9929afd0900&email=automationqattSTjAdoP@gmail.com
+2017-05-04 07:36:21,207 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:21,461 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:22,217 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:36:22,674 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:36:22,979 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:36:23,394 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:23,395 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:36:23,444 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:23,444 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:36:23,535 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:23,684 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:23,684 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:36:24,195 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:36:24,247 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:36:24,506 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:36:24,644 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:24,839 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:36:24,898 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:36:24,958 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:25,031 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:25,129 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:36:25,317 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:25,420 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:25,472 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:25,548 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:25,937 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:26,255 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:26,561 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:36:26,769 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:26,945 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:36:27,101 DEBUG test_login_with_new_user 110 74493 140735693222848 click_on on + Dashboard
+2017-05-04 07:36:27,779 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:36:27,822 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:36:28,339 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/notifications page is loaded.
+2017-05-04 07:36:29,377 DEBUG db_general 128 74492 140735693222848 Query : select id from ice_user_profile WHERE Email = 'STwld8H@intl.att.com';
+2017-05-04 07:36:29,382 DEBUG db_general 136 74492 140735693222848 Query result: 1281
+2017-05-04 07:36:29,386 DEBUG db_general 177 74492 140735693222848 Query : select uuid from ice_notification Where user_id = '1281';
+2017-05-04 07:36:29,389 DEBUG db_general 188 74492 140735693222848 Query result: [('02045a72-3ba5-4a26-88cf-cf466a773497',), ('aedea91f-fe64-4435-bba8-052fa2d58620',), ('8030ec54-e551-4b90-af31-f7ba3108d049',)]
+2017-05-04 07:36:29,519 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 07:36:29,519 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-05-04 07:36:29,536 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-05-04 07:36:29,537 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 07:36:29,537 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-05-04 07:36:29,586 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'e7098ea3-e929-4521-a966-be2d3f347335';
+2017-05-04 07:36:29,588 DEBUG db_general 188 74495 140735693222848 Query result: API next step test STVLPmx
+2017-05-04 07:36:29,589 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 07:36:29,589 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-05-04 07:36:29,605 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-05-04 07:36:29,605 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 07:36:29,606 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-05-04 07:36:30,594 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:30,861 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:31,110 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:31,714 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:31,874 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:32,727 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:33,015 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181
+2017-05-04 07:36:33,249 DEBUG fe_wizard 57 74493 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:36:33,993 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:36:33,994 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ece41a97-0b88-4dc6-b61d-b25fc85dd3f1/05b718847f6c4db5a9eae831ab50d233
+2017-05-04 07:36:34,058 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:34,164 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:34,164 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:34,168 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:34,171 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:34,176 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:34,179 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:34,592 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:34,592 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ced7473-fcd3-458f-a701-f1b30f893cbf/checklist/new/
+2017-05-04 07:36:34,663 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:34,663 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:34,702 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:34,787 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:34,787 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:34,787 DEBUG api_checklist 24 74495 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ced7473-fcd3-458f-a701-f1b30f893cbf/checklist/new/
+2017-05-04 07:36:34,791 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:36:34,793 DEBUG db_general 188 74495 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:36:34,793 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ced7473-fcd3-458f-a701-f1b30f893cbf/checklist/new/
+2017-05-04 07:36:34,867 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:34,868 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:34,900 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:35,093 DEBUG api_checklist 40 74495 140735693222848 Checklist was created successfully!
+2017-05-04 07:36:35,097 DEBUG db_general 202 74495 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTIdquT' order by update_time desc limit 1;
+2017-05-04 07:36:35,104 DEBUG db_checklist 391 74495 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTIdquT' order by create_time desc limit 1;
+2017-05-04 07:36:35,108 DEBUG api_checklist 116 74495 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ced7473-fcd3-458f-a701-f1b30f893cbf/checklist/bdd787e4-3a7e-4344-8317-f9883f86a6cd/nextstep/
+2017-05-04 07:36:35,420 DEBUG api_checklist 132 74495 140735693222848 Next step was added successfully!
+2017-05-04 07:36:35,420 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:35,421 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:36:35,819 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 07:36:35,819 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-05-04 07:36:35,836 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-05-04 07:36:35,837 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:36:35,837 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 07:36:36,105 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:36,282 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:36:36,623 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:36,711 DEBUG fe_wizard 97 74493 140735693222848 Tab Invite Team Members
+2017-05-04 07:36:36,954 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:36:37,126 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:37,798 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:38,083 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:38,105 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STGQ0Fn';
+2017-05-04 07:36:38,110 DEBUG db_general 188 74494 140735693222848 Query result: c531e9a6-62c6-4d90-a0a6-161419da3bda
+2017-05-04 07:36:38,115 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where uuid = 'c531e9a6-62c6-4d90-a0a6-161419da3bda' order by update_time desc limit 1;
+2017-05-04 07:36:38,126 DEBUG db_general 177 74494 140735693222848 Query : select template_id from ice_checklist Where name = 'STGQ0Fn';
+2017-05-04 07:36:38,130 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:36:38,218 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:36:38,596 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:38,823 DEBUG fe_wizard 115 74493 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:36:38,833 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:36:38,872 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:38,872 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:36:38,964 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:39,098 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOu9vJJ/5/sMYz+eSZHrk2qM8opOP5lNGv2sZAq5PnBwdR4C0j2Ba6eablaoxcLJQBGQZAdyXpEEkg6W/CowwGd/tQpYsPyhHNQQHau3fpsevlmC8kVrCvwb3zy+dXtn8Mmr5Mjh2x/FmrE+aD9QN3GwjXerOyMwGh028b05dUFTfw/uQk09sToLiZ+adX11B044zryMLluQ00JxOcx/oQk61VF1Rnq4mcgclxg1mO/HW5EV9C8Y0CSKJcqJJXdbyEzVT6BZ2VZsfB3MCqErfHFO8DQy5YD5xO5aV651jjr3QI8/NDX+JAEtjOP/ByG3wvue6rG/AOs66BeokBKNWN
+2017-05-04 07:36:39,603 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:36:39,675 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:36:40,148 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:36:40,148 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/869579d0-4b2f-4abd-915b-c67a1943b786/ae37e73f952142dbabe0661ebecf0d70
+2017-05-04 07:36:40,184 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:40,325 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:36:40,330 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:40,331 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:40,337 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:40,339 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:40,362 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:40,364 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:40,478 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:40,944 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:41,118 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:41,118 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/126c6ed5-042f-4ee5-bffa-11dfa403b2a1/checklist/new/
+2017-05-04 07:36:41,197 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:41,198 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:41,243 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:41,243 DEBUG test_progress_bar 17 74492 140735693222848 Validate and check progress with engagement lead
+2017-05-04 07:36:41,243 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:41,244 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:36:41,456 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:41,601 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:41,968 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:42,085 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:42,148 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:36:42,625 DEBUG fe_wizard 130 74493 140735693222848 SSH Key added via modal window.
+2017-05-04 07:36:42,629 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTvO96C';
+2017-05-04 07:36:42,631 DEBUG db_general 188 74493 140735693222848 Query result: 15388249-7739-4b69-8ff4-a3ec928e0943
+2017-05-04 07:36:42,632 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=15388249-7739-4b69-8ff4-a3ec928e0943&inviter_uuid=0e807b63-396d-4317-a286-569e7ca67030&email=automationqattSTAUHjg@gmail.com
+2017-05-04 07:36:42,702 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:42,817 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:36:42,978 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:36:43,120 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:43,850 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:44,350 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:44,360 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:44,622 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-05-04 07:36:44,625 DEBUG db_general 188 74493 140735693222848 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:36:44,625 DEBUG db_user 37 74493 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=15388249-7739-4b69-8ff4-a3ec928e0943&email=STHAtKV@ericson.com&full_name=ST1Wt6QST1bJPD&phone_number=2017447392&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:36:44,625 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=15388249-7739-4b69-8ff4-a3ec928e0943&email=STHAtKV@ericson.com&full_name=ST1Wt6QST1bJPD&phone_number=2017447392&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-05-04 07:36:45,368 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:36:45,395 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 07:36:45,395 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-05-04 07:36:45,410 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-05-04 07:36:45,410 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 07:36:45,411 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-05-04 07:36:45,459 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:46,083 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:46,555 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:47,458 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 07:36:47,458 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-05-04 07:36:47,474 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-05-04 07:36:47,475 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 07:36:47,475 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-05-04 07:36:47,521 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:47,622 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STGQ0Fn';
+2017-05-04 07:36:47,626 DEBUG db_general 188 74494 140735693222848 Query result: c531e9a6-62c6-4d90-a0a6-161419da3bda
+2017-05-04 07:36:47,682 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:48,238 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:48,386 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:36:48,687 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:36:48,691 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STXPbM5@amdocs.com';
+2017-05-04 07:36:48,694 DEBUG db_general 136 74493 140735693222848 Query result: f40a0778-f36f-4391-88c6-d58ca14c35f1
+2017-05-04 07:36:48,698 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STXPbM5@amdocs.com';
+2017-05-04 07:36:48,700 DEBUG db_general 136 74493 140735693222848 Query result: f40a0778-f36f-4391-88c6-d58ca14c35f1
+2017-05-04 07:36:48,704 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STXPbM5@amdocs.com';
+2017-05-04 07:36:48,706 DEBUG db_general 136 74493 140735693222848 Query result: 1287
+2017-05-04 07:36:48,709 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1287';
+2017-05-04 07:36:48,711 DEBUG db_general 188 74493 140735693222848 Query result: e37ac92a3e89426090501d122897e844
+2017-05-04 07:36:48,711 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f40a0778-f36f-4391-88c6-d58ca14c35f1/e37ac92a3e89426090501d122897e844
+2017-05-04 07:36:48,711 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f40a0778-f36f-4391-88c6-d58ca14c35f1/e37ac92a3e89426090501d122897e844
+2017-05-04 07:36:49,337 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:49,337 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:36:49,582 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:50,186 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:36:50,637 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:36:50,637 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4bc96e7f-2aed-472a-96e5-ac0e960099ae/7a3be5ad252d4d65a72299f1ac622b87
+2017-05-04 07:36:50,670 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:50,738 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:50,738 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:50,742 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:50,744 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:50,748 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:50,750 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:50,815 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:36:50,923 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:36:51,209 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:51,209 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ffd6ed07-3539-482b-81e5-c3b9f6003eb1/checklist/new/
+2017-05-04 07:36:51,303 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:36:51,303 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:36:51,333 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:51,333 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:51,334 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:36:51,693 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:36:52,157 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:36:52,163 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:36:52,705 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STE2nAQ';
+2017-05-04 07:36:52,708 DEBUG db_general 188 74494 140735693222848 Query result: fa2b303f-2e43-4a10-bf80-d6a4b0cd849a
+2017-05-04 07:36:52,711 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fa2b303f-2e43-4a10-bf80-d6a4b0cd849a';
+2017-05-04 07:36:52,714 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1265
+2017-05-04 07:36:52,717 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1265';
+2017-05-04 07:36:52,719 DEBUG db_general 188 74494 140735693222848 Query result: 2
+2017-05-04 07:36:52,802 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:36:52,908 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:53,454 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:53,965 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:54,100 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:36:54,592 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:54,592 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:36:54,977 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:36:55,335 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:36:55,598 ERROR exception_decor 23 74492 140735693222848 There was an exception in test_progress_bar_ui
+2017-05-04 07:36:55,604 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:36:55,604 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:36:55,621 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-04 07:36:55,622 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 07:36:55,622 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-05-04 07:36:55,993 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:36:56,115 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:36:56,154 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:57,130 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:36:57,249 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:36:57,728 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:36:57,798 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:36:58,479 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:36:58,803 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:36:58,804 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57a63c27-bc2f-497e-a8fb-25a47034b69b/d7cb7446372b4696b73813b63baadd60
+2017-05-04 07:36:58,836 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:36:58,904 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:58,904 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:58,908 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:36:58,910 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:36:58,914 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:36:58,915 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:36:59,156 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:36:59,156 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4764310f-6d00-4aca-9c39-0ff92acd094b/checklist/new/
+2017-05-04 07:36:59,236 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:36:59,236 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:36:59,267 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:36:59,268 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:36:59,268 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:37:00,078 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:37:00,715 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:37:00,821 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:00,874 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:01,523 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:01,896 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:02,036 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:02,316 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:03,049 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:37:03,432 DEBUG fe_wizard 77 74493 140735693222848 Tab Add AT&T Sponsor
+2017-05-04 07:37:03,966 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 07:37:03,966 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-05-04 07:37:03,981 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-05-04 07:37:03,981 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 07:37:03,981 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-05-04 07:37:04,228 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:05,325 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:05,739 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:05,919 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:06,085 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:06,761 DEBUG fe_wizard 97 74493 140735693222848 Tab Invite Team Members
+2017-05-04 07:37:07,152 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:37:07,152 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6539ba9c-68fa-4814-8ed2-e54f39650c4b/284aa29bb8e04ec697cd53e8c514f35b
+2017-05-04 07:37:07,189 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:07,255 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:37:07,255 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:37:07,260 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:37:07,262 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:37:07,266 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:37:07,267 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:37:07,511 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:37:07,512 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/cd18ba3a-c986-4cdc-9fdf-2e17c5ff05d3/checklist/new/
+2017-05-04 07:37:07,589 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:37:07,590 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:37:07,629 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:37:07,707 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:37:07,707 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:37:07,717 DEBUG db_general 177 74495 140735693222848 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-05-04 07:37:07,719 DEBUG db_general 188 74495 140735693222848 Query result: 1
+2017-05-04 07:37:07,723 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_next_step Where owner_id = '1';
+2017-05-04 07:37:07,725 DEBUG db_general 188 74495 140735693222848 Query result: ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9
+2017-05-04 07:37:07,736 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:07,737 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:37:08,282 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:08,434 DEBUG fe_wizard 115 74493 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:37:08,449 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:37:08,540 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:37:08,553 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWbRg1XGzDh6OoBewxGFbSS+XhC+NPYzXaSPhJqaqwN3K5ZfPXIFUFHf46uKPkj+Vx4mRsEY4lgisliY3JdBT7V/efEyokvXb7BtYGeBivkFN0xLQ8ngjPXpkCFedkNPfXMBfggAmhBEGpmzI272r3EhVaF5y2wKQ4WhR0ieDCx/qKsmoDEfVneSHdTNZ3eLAEll+NKMtlTYRJe6rtBFx4N3C5w5+AC7s5H9RLvwEkClva3X2RMgWSKeIi2EkIIn+gyqywdZHPt5KmqZMgVhyO7Vrp+UiBPrxNQ5EQaxlgotSiRNO/WEvscNcEM5KWvqs4PJh7YHWVLle6XiJsugDx
+2017-05-04 07:37:09,170 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:37:09,276 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:09,913 DEBUG fe_dashboard 154 74492 140735693222848 Search engagement by engagement_manual_id
+2017-05-04 07:37:10,017 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:10,528 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:10,591 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 07:37:10,591 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-05-04 07:37:10,608 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-05-04 07:37:10,609 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 07:37:10,609 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-05-04 07:37:10,920 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:11,038 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:11,550 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:11,940 DEBUG fe_wizard 130 74493 140735693222848 SSH Key added via modal window.
+2017-05-04 07:37:11,944 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vf Where name = 'newVFSTVPX4D';
+2017-05-04 07:37:11,946 DEBUG db_general 188 74493 140735693222848 Query result: 9d5919e9-f833-4a0f-ab2d-dd5db551199a
+2017-05-04 07:37:11,949 DEBUG db_user 49 74493 140735693222848 Query : select invitation_token from ice_invitation Where engagement_uuid = '9d5919e9-f833-4a0f-ab2d-dd5db551199a' and email = 'automationqattSTnFq4A@gmail.com' ;
+2017-05-04 07:37:11,952 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTnFq4A@gmail.com
+2017-05-04 07:37:12,560 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:37:12,715 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:13,546 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-05-04 07:37:13,548 DEBUG db_general 188 74493 140735693222848 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:37:13,548 DEBUG db_user 37 74493 140735693222848 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STXACuG@att.com&full_name=STEyJjrST2U3b6&phone_number=2014746429&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:37:13,548 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STXACuG@att.com&full_name=STEyJjrST2U3b6&phone_number=2014746429&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-05-04 07:37:13,736 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:13,807 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:37:13,807 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f9ef6307-6e4d-41ce-be88-b6e8b00b9554/a9b5eb212f5f4e1b83d065af7f9631a7
+2017-05-04 07:37:13,841 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:13,915 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:13,915 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:13,919 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:37:13,922 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:37:13,926 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:37:13,927 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:37:14,160 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:37:14,160 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/77aea4b8-f574-4fb0-b72f-6ee5aed7b996/checklist/new/
+2017-05-04 07:37:14,228 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:14,229 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:14,261 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:37:14,261 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:14,261 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:37:14,459 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 07:37:14,459 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-05-04 07:37:14,477 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-05-04 07:37:14,478 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 07:37:14,478 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-05-04 07:37:14,956 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:15,101 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:37:15,606 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:15,764 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:37:15,867 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:16,581 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:16,730 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:17,679 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:37:17,679 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f0749bab-8217-47cf-831a-3c2f6835b068/98ef5ddc95524451a1c321f4d6d01c0a
+2017-05-04 07:37:17,715 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:17,715 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:17,715 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:37:17,739 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:37:18,658 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:37:18,905 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:19,296 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:37:19,418 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:20,002 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:20,427 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:37:20,542 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:20,965 DEBUG test_login_with_new_user 39 74493 140735693222848 Message Error(APIUser or Password does not match) Displayed
+2017-05-04 07:37:20,965 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 07:37:20,965 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-05-04 07:37:20,982 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-05-04 07:37:20,983 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 07:37:20,983 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-05-04 07:37:22,897 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:23,087 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:24,132 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:37:24,132 DEBUG test_login_with_new_user 45 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:24,446 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 07:37:24,446 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-05-04 07:37:24,461 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-05-04 07:37:24,462 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 07:37:24,462 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-05-04 07:37:26,277 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 07:37:26,277 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-05-04 07:37:26,293 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-05-04 07:37:26,294 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 07:37:26,294 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-05-04 07:37:26,568 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:27,637 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:37:27,637 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/00aad21f-3f46-4fa9-a030-8c5c4924ee41/25c0d9dd9da24e13bafe6ef12a03857e
+2017-05-04 07:37:27,674 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:27,740 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:27,741 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:27,745 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:37:27,746 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:37:27,750 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:37:27,751 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:37:28,096 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:37:28,096 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3fd58228-a9f4-45b2-b7f7-8c3fd74887f8/checklist/new/
+2017-05-04 07:37:28,161 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:28,161 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:28,192 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:37:28,192 DEBUG api_virtual_function 119 74492 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-04 07:37:28,238 DEBUG api_virtual_function 133 74492 140735693222848 Invite sent successfully to email STKXEqy@intl.att.com
+2017-05-04 07:37:28,245 DEBUG api_virtual_function 141 74492 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=f9a31654-4d72-4bd6-ab4c-09230a27d0dd&email=STKXEqy@intl.att.com&full_name=STcsQNT&phone_number=+12015898927&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-05-04 07:37:28,245 DEBUG api_user 206 74492 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:37:28,246 DEBUG api_user 211 74492 140735693222848 Invited contact full name is (according to url): STcsQNT
+2017-05-04 07:37:28,392 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:28,466 DEBUG api_user 231 74492 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:37:28,466 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3fd58228-a9f4-45b2-b7f7-8c3fd74887f8/checklist/new/
+2017-05-04 07:37:28,543 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:28,543 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:28,577 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:37:28,577 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/44ae39c8-17dc-41ff-b8cc-269930496b55/cc32b19165cc4087922a7f5bf726b512
+2017-05-04 07:37:28,610 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:28,610 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:28,610 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:37:29,476 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:37:30,132 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:37:30,241 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:31,132 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 07:37:31,132 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-05-04 07:37:31,149 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-05-04 07:37:31,150 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 07:37:31,150 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-05-04 07:37:31,247 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:37:32,417 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:33,250 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:33,521 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:34,144 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:34,986 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 07:37:34,986 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-05-04 07:37:35,002 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-05-04 07:37:35,002 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 07:37:35,002 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-05-04 07:37:36,353 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 07:37:36,353 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-05-04 07:37:36,368 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-05-04 07:37:36,369 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 07:37:36,369 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-05-04 07:37:37,099 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:38,153 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:37:38,153 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:38,153 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:37:38,469 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:39,093 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:37:39,479 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:37:39,479 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/53c02d26-4c90-4b3b-8e78-3d81a87991bd/b9d3b414a750448897086cd36a84085e
+2017-05-04 07:37:39,516 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:39,583 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:39,584 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:39,587 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:37:39,589 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:37:39,593 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:37:39,595 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:37:39,713 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:37:40,039 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:37:40,039 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1641a361-e7f0-4b9e-9a1c-f5acbb63b266/checklist/new/
+2017-05-04 07:37:40,106 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:40,106 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:40,141 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:37:40,141 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:40,141 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:37:40,413 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:37:40,936 DEBUG test_login_with_new_user 27 74493 140735693222848 Resend Activation Email Page Opened
+2017-05-04 07:37:40,941 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:37:40,949 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 07:37:40,950 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-05-04 07:37:40,965 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-05-04 07:37:40,966 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 07:37:40,966 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-05-04 07:37:41,575 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:37:41,688 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:42,589 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:43,062 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:43,599 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:37:44,092 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:37:44,096 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STCDOr9@intl.att.com';
+2017-05-04 07:37:44,099 DEBUG db_general 136 74493 140735693222848 Query result: 591311f0-ddd3-4184-90ab-0595e609fdd8
+2017-05-04 07:37:44,103 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STCDOr9@intl.att.com';
+2017-05-04 07:37:44,106 DEBUG db_general 136 74493 140735693222848 Query result: 591311f0-ddd3-4184-90ab-0595e609fdd8
+2017-05-04 07:37:44,110 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STCDOr9@intl.att.com';
+2017-05-04 07:37:44,113 DEBUG db_general 136 74493 140735693222848 Query result: 1298
+2017-05-04 07:37:44,117 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1298';
+2017-05-04 07:37:44,119 DEBUG db_general 188 74493 140735693222848 Query result: 8cd56767436b43dfabeb28d1936c60b0
+2017-05-04 07:37:44,119 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/591311f0-ddd3-4184-90ab-0595e609fdd8/8cd56767436b43dfabeb28d1936c60b0
+2017-05-04 07:37:44,119 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/591311f0-ddd3-4184-90ab-0595e609fdd8/8cd56767436b43dfabeb28d1936c60b0
+2017-05-04 07:37:44,764 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:44,771 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:44,771 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:37:45,637 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:37:45,862 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:46,258 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:37:46,384 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:37:46,432 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:47,574 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:37:48,652 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 07:37:48,652 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-05-04 07:37:48,670 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-05-04 07:37:48,671 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 07:37:48,671 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-05-04 07:37:49,979 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:49,979 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:37:50,723 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:37:50,780 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:37:51,382 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:37:51,506 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:51,828 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:37:51,828 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/46c93feb-3304-4e5a-a37b-4878f414e567/65d74252ccb5440db7458d39e6c17692
+2017-05-04 07:37:51,863 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:37:51,932 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:51,932 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:51,936 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:37:51,938 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:37:51,942 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:37:51,943 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:37:52,169 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:37:52,169 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5368f77d-4f20-4b98-afc1-0d363cdf24dd/checklist/new/
+2017-05-04 07:37:52,249 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:37:52,250 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:37:52,286 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:37:52,287 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:37:52,287 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:37:52,515 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:37:53,074 DEBUG test_login_with_new_user 283 74493 140735693222848 click_on on + Dashboard
+2017-05-04 07:37:53,084 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:37:53,720 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:37:53,813 DEBUG fe_wizard 24 74493 140735693222848 Tab Add Virtual Functions
+2017-05-04 07:37:53,822 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:37:54,649 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:55,656 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:37:56,169 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:56,817 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:57,113 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:57,916 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:37:58,487 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:37:58,644 DEBUG db_general 177 74493 140735693222848 Query : select engagement_id from ice_vf Where name = 'newVFST1nURD';
+2017-05-04 07:37:58,647 DEBUG db_general 188 74493 140735693222848 Query result: fa4a8280-ae11-430f-9b8f-be52a686485e
+2017-05-04 07:37:58,650 DEBUG db_general 177 74493 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'fa4a8280-ae11-430f-9b8f-be52a686485e';
+2017-05-04 07:37:58,653 DEBUG db_general 188 74493 140735693222848 Query result: 2017-1278
+2017-05-04 07:37:58,656 DEBUG db_general 177 74493 140735693222848 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-1278';
+2017-05-04 07:37:58,659 DEBUG db_general 188 74493 140735693222848 Query result: fa4a8280-ae11-430f-9b8f-be52a686485e
+2017-05-04 07:37:58,663 DEBUG db_general 177 74493 140735693222848 Query : select reviewer_id from ice_engagement Where uuid = 'fa4a8280-ae11-430f-9b8f-be52a686485e';
+2017-05-04 07:37:58,665 DEBUG db_general 188 74493 140735693222848 Query result: 1
+2017-05-04 07:37:58,669 DEBUG db_general 177 74493 140735693222848 Query : select email from ice_user_profile Where id = '1';
+2017-05-04 07:37:58,671 DEBUG db_general 188 74493 140735693222848 Query result: dd1122@att.com
+2017-05-04 07:37:58,671 DEBUG fe_wizard 57 74493 140735693222848 Tab Add Vendor Contact
+2017-05-04 07:37:59,628 ERROR exception_decor 23 74494 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 07:37:59,632 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 07:37:59,632 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-04 07:38:00,704 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 07:38:00,705 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-05-04 07:38:00,721 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-05-04 07:38:00,722 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 07:38:00,722 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-05-04 07:38:01,101 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-04 07:38:01,102 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 07:38:01,102 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-04 07:38:01,663 DEBUG fe_wizard 97 74493 140735693222848 Tab Invite Team Members
+2017-05-04 07:38:02,820 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:38:03,212 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:38:03,223 DEBUG fe_wizard 115 74493 140735693222848 About to add an SSH Key in modal window
+2017-05-04 07:38:03,237 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:38:03,414 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7RdyGIpWDXS8jtMorAYfFciKNhqaKAhIXSgyuiJU8DhYxpH3x9UJLOVbngWvyUB36309A+kXYrfTB5B2sqXTs96VObwLzlgaGAw/l4IXp0xeoiz1VlDjrudyipiPZai1mERYEhv00iVZ5CJI6P74Ykm5vbfXj2B+rwjFP1q0CJo22P87PfXXl37ThPHVgBaSYGGpsDgoOKw6wA6HMm/BBgnQsFPflPSxFWJED2B7t1HJNYvSOR+D9uHCYZnxLCfTJjkPA1Vq0rI5LQvgDjdQTobbd+IkMFl14gylxamHDo/3fBy6R8/ZcuvmXwZTz2mwkMQVOStCWTmQ21HwUET39
+2017-05-04 07:38:03,922 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:38:03,922 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d3a64606-c573-4ffe-8f89-33786fc98002/3b09ab8587254f2a94252192b6e803b2
+2017-05-04 07:38:03,958 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:38:04,024 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:04,024 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:04,028 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:38:04,030 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:38:04,033 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:38:04,035 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:38:04,268 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:38:04,269 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/19da6204-307f-46aa-984d-9364f56a6d87/checklist/new/
+2017-05-04 07:38:04,326 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:38:04,326 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8d3dea23-497e-473f-a04d-c928e48da0a0/47763f71539b4057bc8805eef6a5e3e8
+2017-05-04 07:38:04,353 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:04,354 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:04,359 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:38:04,389 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:04,390 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:04,390 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:38:04,433 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:38:04,433 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:38:04,437 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:38:04,438 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:38:04,442 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:38:04,443 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:38:04,709 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:38:04,709 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a0de9c97-5208-4da1-a349-6e5528d61a0b/checklist/new/
+2017-05-04 07:38:04,774 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:38:04,775 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:38:04,809 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:04,809 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:04,809 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:38:05,212 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:38:05,600 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:05,652 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:38:05,846 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:38:05,954 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:06,280 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:38:06,423 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:06,620 DEBUG fe_wizard 130 74493 140735693222848 SSH Key added via modal window.
+2017-05-04 07:38:06,640 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:07,152 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:07,431 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:38:07,956 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_vf Where name = 'STu4JVc';
+2017-05-04 07:38:07,959 DEBUG db_general 188 74494 140735693222848 Query result: dddc3e01-96aa-4557-b26a-5fa06dbe4d19
+2017-05-04 07:38:07,962 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STu4JVc';
+2017-05-04 07:38:07,965 DEBUG db_general 188 74494 140735693222848 Query result: a0de9c97-5208-4da1-a349-6e5528d61a0b
+2017-05-04 07:38:07,968 DEBUG db_general 177 74494 140735693222848 Query : select engagement_id from ice_vf Where name = 'STu4JVc';
+2017-05-04 07:38:07,971 DEBUG db_general 188 74494 140735693222848 Query result: a0de9c97-5208-4da1-a349-6e5528d61a0b
+2017-05-04 07:38:07,974 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'a0de9c97-5208-4da1-a349-6e5528d61a0b';
+2017-05-04 07:38:07,977 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1280
+2017-05-04 07:38:07,980 DEBUG db_general 177 74494 140735693222848 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1280';
+2017-05-04 07:38:07,983 DEBUG db_general 188 74494 140735693222848 Query result: 1
+2017-05-04 07:38:07,988 DEBUG fe_checklist 50 74494 140735693222848 EL email: dd1122@att.com
+2017-05-04 07:38:07,992 DEBUG db_general 177 74494 140735693222848 Query : select engagement_manual_id from ice_engagement Where uuid = 'a0de9c97-5208-4da1-a349-6e5528d61a0b';
+2017-05-04 07:38:07,994 DEBUG db_general 188 74494 140735693222848 Query result: 2017-1280
+2017-05-04 07:38:08,162 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:38:08,759 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:09,329 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:09,875 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:10,424 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:10,958 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:10,987 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:11,159 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:38:12,574 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=dddc3e01-96aa-4557-b26a-5fa06dbe4d19&inviter_uuid=8d3dea23-497e-473f-a04d-c928e48da0a0&email=automationqattSTnDghI@gmail.com
+2017-05-04 07:38:13,187 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 07:38:13,188 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-05-04 07:38:13,204 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-05-04 07:38:13,204 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 07:38:13,204 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-05-04 07:38:14,121 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:38:14,697 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:14,697 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:38:15,308 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:38:15,462 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:38:16,086 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:16,086 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:38:16,092 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:38:16,186 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:16,492 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:38:16,492 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22239036-facc-43b9-9f6c-4dbd7d39bb1c/f97ef60bc8514730bc973a89a2aafc7c
+2017-05-04 07:38:16,550 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:38:16,632 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:16,632 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:16,636 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:38:16,637 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:38:16,641 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:38:16,642 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:38:16,857 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:17,032 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:38:17,033 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/663773e3-ee0b-4b0f-a6d1-7d23a612f5d8/checklist/new/
+2017-05-04 07:38:17,107 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:17,108 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:17,144 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:17,144 DEBUG api_virtual_function 87 74492 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:38:17,194 DEBUG api_virtual_function 100 74492 140735693222848 Invite sent successfully to email STbNshW@intl.att.com
+2017-05-04 07:38:17,201 DEBUG api_virtual_function 105 74492 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=b26e7257-a937-4f97-8d8a-dc86f6c2c40e&email=STbNshW@intl.att.com
+2017-05-04 07:38:17,201 DEBUG api_user 206 74492 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:38:17,368 DEBUG api_user 231 74492 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:38:17,368 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:17,368 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/663773e3-ee0b-4b0f-a6d1-7d23a612f5d8/checklist/new/
+2017-05-04 07:38:17,440 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:17,440 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:17,476 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:17,477 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:17,477 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:38:18,297 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:38:18,381 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:38:18,937 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:38:19,047 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:19,563 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:20,075 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:21,087 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:38:21,118 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:22,301 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:22,813 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:25,383 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:26,177 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:26,688 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:38:27,635 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 07:38:27,638 DEBUG db_general 188 74495 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:38:27,738 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STjGR37';
+2017-05-04 07:38:27,740 DEBUG db_general 188 74494 140735693222848 Query result: 740a35ea-db81-4948-9873-14bb7a52cbf9
+2017-05-04 07:38:27,744 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where uuid = '740a35ea-db81-4948-9873-14bb7a52cbf9' order by update_time desc limit 1;
+2017-05-04 07:38:27,749 DEBUG db_general 177 74494 140735693222848 Query : select template_id from ice_checklist Where name = 'STjGR37';
+2017-05-04 07:38:27,752 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:38:27,802 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:38:28,117 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 07:38:28,118 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-05-04 07:38:28,131 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-05-04 07:38:28,132 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 07:38:28,132 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-05-04 07:38:28,362 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:28,362 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:38:28,556 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:38:29,025 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '71d489de-1557-4156-9c9c-3b286ca8e968';
+2017-05-04 07:38:29,028 DEBUG db_general 188 74495 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:38:29,126 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:38:29,541 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'ae57d812-c07e-46fb-93b5-af8a7888f841';
+2017-05-04 07:38:29,543 DEBUG db_general 188 74495 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:38:29,770 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:38:29,772 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:38:29,885 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:29,900 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:30,255 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:38:30,899 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:30,916 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:38:31,417 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:31,581 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:38:31,582 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4403666f-758f-460e-9d4d-45c4d27d8f59/b9f56aefbaa04fb39a8e601aca8dd022
+2017-05-04 07:38:31,630 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:38:31,716 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:31,716 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:31,721 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:38:31,723 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:38:31,727 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:38:31,728 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:38:32,012 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:38:32,012 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c0dd19ba-8ffe-4590-b295-953594b57dcd/checklist/new/
+2017-05-04 07:38:32,081 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:32,082 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:32,115 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:32,116 DEBUG api_virtual_function 87 74492 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:38:32,157 DEBUG api_virtual_function 100 74492 140735693222848 Invite sent successfully to email STT0aRe@intl.att.com
+2017-05-04 07:38:32,164 DEBUG api_virtual_function 105 74492 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=0b6b732b-1375-40eb-a8cd-c9f4e44e2e8a&email=STT0aRe@intl.att.com
+2017-05-04 07:38:32,164 DEBUG api_user 206 74492 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:38:32,291 DEBUG api_user 231 74492 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:38:32,291 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c0dd19ba-8ffe-4590-b295-953594b57dcd/checklist/new/
+2017-05-04 07:38:32,360 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:32,360 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:32,395 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:32,396 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:32,396 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:38:32,429 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:38:33,217 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:38:33,855 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:38:33,966 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:34,503 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:35,015 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:36,026 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:38:37,198 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:38,296 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:38,881 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:41,456 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:41,917 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:44,675 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 07:38:44,675 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-05-04 07:38:44,691 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-05-04 07:38:44,692 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 07:38:44,692 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-05-04 07:38:45,654 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 07:38:45,654 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-05-04 07:38:45,687 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-05-04 07:38:45,688 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 07:38:45,688 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-05-04 07:38:46,790 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:38:47,808 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:38:47,848 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:38:47,848 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7d7376d-29c4-4a17-a6b9-380adce855b9/9e60e98bf9ac494f93fb4e0ca2dc3cd2
+2017-05-04 07:38:47,891 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:38:47,969 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:47,969 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:47,974 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:38:47,976 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:38:47,981 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:38:47,982 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:38:48,198 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:38:48,199 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51a90552-8c8e-4446-bc0c-cb182c1c93ec/checklist/new/
+2017-05-04 07:38:48,282 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:48,282 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:48,339 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:48,340 DEBUG api_virtual_function 87 74492 140735693222848 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-05-04 07:38:48,393 DEBUG api_virtual_function 100 74492 140735693222848 Invite sent successfully to email STjn4YF@intl.att.com
+2017-05-04 07:38:48,399 DEBUG api_virtual_function 105 74492 140735693222848 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=8c494a32-fb11-4ce0-b200-911e60b47bb2&email=STjn4YF@intl.att.com
+2017-05-04 07:38:48,400 DEBUG api_user 206 74492 140735693222848 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-05-04 07:38:48,506 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:48,631 DEBUG api_user 231 74492 140735693222848 Invited user signed-up successfully!
+2017-05-04 07:38:48,631 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/51a90552-8c8e-4446-bc0c-cb182c1c93ec/checklist/new/
+2017-05-04 07:38:48,717 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:38:48,717 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:38:48,778 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:48,778 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:48,779 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:38:48,951 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:38:48,951 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2b1b8d73-39b8-4b28-b394-80d007ddf9c6/e11522ee9782403c90bea1c88ff85e0c
+2017-05-04 07:38:48,995 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:38:49,073 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:38:49,073 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:38:49,077 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:38:49,079 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:38:49,084 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:38:49,085 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:38:49,319 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:38:49,319 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/01b472b5-5b94-4324-9471-8db78bd551db/checklist/new/
+2017-05-04 07:38:49,395 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:38:49,395 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:38:49,428 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:38:49,610 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:38:50,240 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:38:50,348 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:38:51,064 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/resetPassword page is loaded.
+2017-05-04 07:38:51,172 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:52,089 DEBUG fe_general 163 74493 140735693222848 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-05-04 07:38:52,093 DEBUG db_general 128 74493 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 07:38:52,096 DEBUG db_general 136 74493 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 07:38:52,101 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STH0Gws@intl.att.com';
+2017-05-04 07:38:52,104 DEBUG db_general 136 74493 140735693222848 Query result: 1308
+2017-05-04 07:38:52,113 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUSDBHd3NAaW50bC5hdHQuY29tIg.C-yyXA.uWdSyv1VXhVlpWL4k73XoU8jvvE
+2017-05-04 07:38:52,185 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:38:52,657 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:52,657 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:38:53,364 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:53,485 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:38:54,126 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:38:54,218 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?t=IlNUSDBHd3NAaW50bC5hdHQuY29tIg.C-yyXA.uWdSyv1VXhVlpWL4k73XoU8jvvE page is loaded.
+2017-05-04 07:38:54,473 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:38:55,012 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:55,226 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:38:55,749 DEBUG test_reset_password 22 74493 140735693222848
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUSDBHd3NAaW50bC5hdHQuY29tIg.C-yyXA.uWdSyv1VXhVlpWL4k73XoU8jvvE
+Temp Password: iceusers
+User Email: STH0Gws@intl.att.com
+2017-05-04 07:38:57,211 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/updatePassword page is loaded.
+2017-05-04 07:38:58,070 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:38:58,236 DEBUG test_reset_password 24 74493 140735693222848 Logout and verify new password works
+2017-05-04 07:38:59,484 DEBUG test_reset_password 26 74493 140735693222848 Login with updated password
+2017-05-04 07:38:59,485 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:38:59,485 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:00,246 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:00,802 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 07:39:00,802 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-05-04 07:39:00,818 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-05-04 07:39:00,819 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 07:39:00,819 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-05-04 07:39:00,861 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:00,943 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:01,286 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist Where name = 'STjGR37';
+2017-05-04 07:39:01,288 DEBUG db_general 188 74494 140735693222848 Query result: 740a35ea-db81-4948-9873-14bb7a52cbf9
+2017-05-04 07:39:01,955 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:01,986 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:39:02,926 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:03,767 DEBUG test_reset_password 29 74493 140735693222848 Logout and change password back to 'iceusers'
+2017-05-04 07:39:03,770 DEBUG db_general 128 74493 140735693222848 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-05-04 07:39:03,773 DEBUG db_general 136 74493 140735693222848 Query result: pbkdf2_sha256$30000$7BPtSh2PXNE0$MSFCIXoS0xcChj95MEXwTdDk8//TNKLm95203mwvBT8=
+2017-05-04 07:39:03,780 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:03,780 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:03,982 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:39:03,983 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5b4993aa-79c9-41ee-ab57-59e4dbc54842/52d92c92bf604d6c89e8012068572213
+2017-05-04 07:39:04,015 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:39:04,076 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:39:04,076 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:39:04,080 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:39:04,081 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:39:04,085 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:39:04,086 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:39:04,300 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:39:04,300 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d47c9de4-7a14-4212-bda7-37d439cdcec9/checklist/new/
+2017-05-04 07:39:04,362 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:39:04,362 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:39:04,393 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:39:04,393 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:04,393 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:39:04,480 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:05,098 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:05,180 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:05,202 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:39:05,848 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:39:05,958 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:06,192 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:06,469 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:06,714 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 07:39:06,714 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-05-04 07:39:06,730 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-05-04 07:39:06,731 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 07:39:06,731 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-05-04 07:39:06,981 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:07,989 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:39:08,834 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:09,054 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:39:09,215 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:09,760 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:39:10,024 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:39:10,025 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28b12b6a-98e6-43d8-bc47-6f1049db57f1/396b58de8dc54004b874abc16b2aff16
+2017-05-04 07:39:10,069 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:39:10,136 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:39:10,137 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:39:10,142 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:39:10,143 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:39:10,147 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:39:10,148 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:39:10,468 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:39:10,469 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7fc67432-bb05-47b1-9849-7fedeb4c3502/checklist/new/
+2017-05-04 07:39:10,544 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:39:10,544 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:39:10,577 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:39:10,578 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:10,578 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:11,425 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:12,059 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:12,189 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:13,200 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:14,380 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:15,482 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:16,299 DEBUG test_set_stage 70 74492 140735693222848 Admin_ro failed to change stage to Intake
+2017-05-04 07:39:18,221 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:39:19,757 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:39:19,869 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3soMz7VcmrhOczcFVHoacyTtaIfiwrSZVbnSk+OZcWaJvEUluQNCZIZG05ClmEI0zMai3AIipFsedRREvul+1+BmLV68Tgz7cJKsYU8wprBl/pbRw042eR502q/2Glws22F6fMJ6czpOa/FaT0nldPywdAVoRQfFEz4lzVEzWAwkK5mYvqzpFDfyJSAoGT3BHawL98nt1UBUsQrTbbuGh9VNO7TabJtBd16P6DCf3f7oqTV5ZAMCOZ+2sfn/MQoVnRl7lAnRbnB7P3kagUOXp4Qcq8lG9jnopCbgvUNHFVHyN3NIlMjP3evR6Iclq01/qlCvgPNWJHCcauHaUM99j
+2017-05-04 07:39:19,869 DEBUG test_ssh_key 44 74493 140735693222848 AAAAB3NzaC1yc2EAAAADAQABAAABAQC3soMz7VcmrhOczcFVHoacyTtaIfiwrSZVbnSk+OZcWaJvEUluQNCZIZG05ClmEI0zMai3AIipFsedRREvul+1+BmLV68Tgz7cJKsYU8wprBl/pbRw042eR502q/2Glws22F6fMJ6czpOa/FaT0nldPywdAVoRQfFEz4lzVEzWAwkK5mYvqzpFDfyJSAoGT3BHawL98nt1UBUsQrTbbuGh9VNO7TabJtBd16P6DCf3f7oqTV5ZAMCOZ+2sfn/MQoVnRl7lAnRbnB7P3kagUOXp4Qcq8lG9jnopCbgvUNHFVHyN3NIlMjP3evR6Iclq01/qlCvgPNWJHCcauHaUM99j
+2017-05-04 07:39:22,139 DEBUG test_set_stage 70 74492 140735693222848 Admin_ro failed to change stage to Active
+2017-05-04 07:39:23,987 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 07:39:23,987 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-05-04 07:39:24,003 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-05-04 07:39:24,004 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 07:39:24,004 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-05-04 07:39:26,102 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:27,181 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:39:27,181 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/92fd7bb7-71db-4eb7-9268-d50c595d0a79/768837479e884646925328c97f1c79af
+2017-05-04 07:39:27,217 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:39:27,279 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:39:27,279 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:39:27,283 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:39:27,285 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:39:27,288 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:39:27,289 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:39:27,485 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:39:27,485 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1585a165-4013-439d-9665-bb6d9c1f9bf7/checklist/new/
+2017-05-04 07:39:27,559 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:39:27,559 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:39:27,590 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:39:27,590 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:27,590 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:27,972 DEBUG test_set_stage 70 74492 140735693222848 Admin_ro failed to change stage to Validated
+2017-05-04 07:39:27,972 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 07:39:27,973 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-05-04 07:39:27,990 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-05-04 07:39:27,991 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 07:39:27,991 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-05-04 07:39:28,432 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:29,084 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:29,203 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:30,090 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:30,212 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:30,733 DEBUG helper 42 74493 140735693222848 About to generate SSH Public Key
+2017-05-04 07:39:30,869 DEBUG helper 57 74493 140735693222848 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+LW7mobUkt0DGHHApSi5ND56hoR0du8vLZ9dUlA3GdflxobwQepAn6kum48jZzqga5UTv3mKeAEqhndykxKNQYg3l1zM0avtMzwfSZiA6kgnS/rR3q9ohRh6FSnW/ivf0E7aKDIQRWhZPSSsmbYvJvBenSHozn5l99kJQuRnEvtCKonXEeU3urA+1/+nPYYeL+UZHrzIzCSFxbYvczaH/LcTnigFnqoSmL/PEeP7sYlRs6pehxRpjo2K2f7bPjQRaXWWP+Qg7f+0SToAqO6FaV345DblrPrIBW4eW9OUhK3K1srFzByiuX28kv+90Uq9NTLTdlFTxInbPsL2dq80r
+2017-05-04 07:39:30,869 DEBUG test_ssh_key 33 74493 140735693222848 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+LW7mobUkt0DGHHApSi5ND56hoR0du8vLZ9dUlA3GdflxobwQepAn6kum48jZzqga5UTv3mKeAEqhndykxKNQYg3l1zM0avtMzwfSZiA6kgnS/rR3q9ohRh6FSnW/ivf0E7aKDIQRWhZPSSsmbYvJvBenSHozn5l99kJQuRnEvtCKonXEeU3urA+1/+nPYYeL+UZHrzIzCSFxbYvczaH/LcTnigFnqoSmL/PEeP7sYlRs6pehxRpjo2K2f7bPjQRaXWWP+Qg7f+0SToAqO6FaV345DblrPrIBW4eW9OUhK3K1srFzByiuX28kv+90Uq9NTLTdlFTxInbPsL2dq80r
+2017-05-04 07:39:31,112 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:39:31,113 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6cc56c6c-97e8-4918-a76d-9bb6ffb28b50/0ae3e0e9981445cab0edded7d50eded0
+2017-05-04 07:39:31,145 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:39:31,208 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:39:31,208 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:39:31,212 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:39:31,213 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:39:31,217 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:39:31,218 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:39:31,414 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:39:31,414 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/360d7018-079d-4e91-9c87-53161732f0bc/checklist/new/
+2017-05-04 07:39:31,489 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:39:31,489 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:39:31,518 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:39:31,519 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:31,519 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:39:31,767 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:39:32,322 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:39:32,958 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:39:33,059 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:33,591 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:34,103 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:35,111 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:39:35,453 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:39:36,337 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:36,484 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 07:39:36,484 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-05-04 07:39:36,499 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-05-04 07:39:36,499 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 07:39:36,500 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-05-04 07:39:36,846 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:39:37,876 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 07:39:37,882 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:39:37,964 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:39:38,601 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:38,895 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:39:39,658 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:39:39,658 DEBUG api_user 193 74493 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b5da4a8f-0b8e-48b6-a1f1-891a52e7e216/ebbe2b741de04934ada2e1edfe476a39
+2017-05-04 07:39:39,693 DEBUG api_user 196 74493 140735693222848 APIUser activated successfully!
+2017-05-04 07:39:39,761 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:39:39,761 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:39:39,765 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:39:39,767 DEBUG db_general 162 74493 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:39:39,770 DEBUG db_general 151 74493 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:39:39,772 DEBUG db_general 162 74493 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:39:39,995 DEBUG api_virtual_function 72 74493 140735693222848 Virtual Function created successfully!
+2017-05-04 07:39:39,995 DEBUG api_gitlab 267 74493 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/891c05df-f339-48eb-8e85-b92f22c2f1ff/checklist/new/
+2017-05-04 07:39:40,072 DEBUG api_user 128 74493 140735693222848 200 OK
+2017-05-04 07:39:40,072 DEBUG api_user 130 74493 140735693222848 Login successfully.
+2017-05-04 07:39:40,104 DEBUG api_gitlab 288 74493 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:39:40,104 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:40,104 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:40,420 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 07:39:40,426 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:39:40,949 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:41,250 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:39:41,579 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:41,709 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:42,723 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:42,778 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 07:39:42,784 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:39:43,564 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:39:44,128 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-05-04 07:39:45,082 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 07:39:45,083 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-05-04 07:39:45,096 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-05-04 07:39:45,097 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 07:39:45,097 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-05-04 07:39:45,824 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 07:39:45,824 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-05-04 07:39:45,842 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-05-04 07:39:45,843 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 07:39:45,843 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-05-04 07:39:47,197 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:47,954 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:48,297 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:39:48,297 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ca89b865-526a-4775-b2f0-8f726224b896/ddf62261b592458bb830b9cf47690423
+2017-05-04 07:39:48,333 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:39:48,396 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:39:48,396 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:39:48,400 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:39:48,402 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:39:48,405 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:39:48,406 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:39:48,668 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:39:48,668 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ce24fe34-602a-4659-8f29-31d8708e9b74/checklist/new/
+2017-05-04 07:39:48,736 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:39:48,737 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:39:48,766 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:39:48,766 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:48,766 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:39:49,008 DEBUG api_user 108 74493 140735693222848 Moving to next test case
+2017-05-04 07:39:49,009 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:49,009 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:49,584 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:39:49,944 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:50,221 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:39:50,324 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:39:50,597 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:50,893 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:51,313 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:51,405 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:52,364 DEBUG db_general 128 74493 140735693222848 Query : select uuid from ice_user_profile WHERE Email = 'STROow9@intl.att.com';
+2017-05-04 07:39:52,367 DEBUG db_general 136 74493 140735693222848 Query result: e2590832-f0fd-4a26-be2b-3e0f2f3109c5
+2017-05-04 07:39:52,372 DEBUG db_general 128 74493 140735693222848 Query : select id from auth_user WHERE Email = 'STROow9@intl.att.com';
+2017-05-04 07:39:52,375 DEBUG db_general 136 74493 140735693222848 Query result: 1315
+2017-05-04 07:39:52,379 DEBUG db_general 177 74493 140735693222848 Query : select activation_token from ice_custom_user Where user_ptr_id = '1315';
+2017-05-04 07:39:52,382 DEBUG db_general 188 74493 140735693222848 Query result: c4bc3bee99a8463493995523f06feade
+2017-05-04 07:39:52,382 DEBUG db_user 27 74493 140735693222848 activationUrl :http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2590832-f0fd-4a26-be2b-3e0f2f3109c5/c4bc3bee99a8463493995523f06feade
+2017-05-04 07:39:52,382 DEBUG fe_general 37 74493 140735693222848 Reopen URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e2590832-f0fd-4a26-be2b-3e0f2f3109c5/c4bc3bee99a8463493995523f06feade
+2017-05-04 07:39:52,416 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:39:52,965 DEBUG fe_user 27 74493 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:39:52,965 DEBUG fe_user 28 74493 140735693222848 Insert Email
+2017-05-04 07:39:53,594 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:53,798 DEBUG fe_user 31 74493 140735693222848 Insert Password
+2017-05-04 07:39:54,419 DEBUG fe_user 33 74493 140735693222848 Click Login Button
+2017-05-04 07:39:54,526 DEBUG wait 117 74493 140735693222848 Checking if http://127.0.0.1:8181/#/login?activation_success=true page is loaded.
+2017-05-04 07:39:54,692 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:39:55,369 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:39:55,785 DEBUG fe_user 35 74493 140735693222848 Login Button clicked
+2017-05-04 07:39:56,871 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 07:39:56,871 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-05-04 07:39:56,890 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-05-04 07:39:56,891 DEBUG logFuncEntry 34 74493 140735693222848 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 07:39:56,891 DEBUG test_ui_base 36 74493 140735693222848 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-05-04 07:39:56,925 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 07:39:56,931 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:39:57,022 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:39:57,785 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'ae57d812-c07e-46fb-93b5-af8a7888f841';
+2017-05-04 07:39:57,791 DEBUG db_general 188 74495 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:39:57,930 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:39:58,320 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '71d489de-1557-4156-9c9c-3b286ca8e968';
+2017-05-04 07:39:58,323 DEBUG db_general 188 74495 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:39:58,837 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'ce0df9a8-5a43-4eaf-92f7-ea9402fcbbc9';
+2017-05-04 07:39:58,840 DEBUG db_general 188 74495 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:39:59,003 DEBUG test_ui_base 48 74493 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:39:59,347 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 07:39:59,347 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-05-04 07:39:59,367 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-05-04 07:39:59,367 DEBUG logFuncEntry 34 74495 140735693222848 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 07:39:59,367 DEBUG test_ui_base 36 74495 140735693222848 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+2017-05-04 07:40:00,364 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:01,476 DEBUG test_ui_base 48 74495 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:40:01,554 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 07:40:01,561 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:40:02,452 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:02,461 DEBUG db_general 177 74493 140735693222848 Query : select name from ice_vendor Where public = 'TRUE';
+2017-05-04 07:40:02,464 DEBUG db_general 188 74493 140735693222848 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-05-04 07:40:02,598 DEBUG api_user 108 74495 140735693222848 Moving to next test case
+2017-05-04 07:40:02,598 DEBUG api_user 193 74495 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/942b89fe-c246-4415-9069-d9261e13d61e/ebbe829cdef349df8c94e5ff6f731e51
+2017-05-04 07:40:02,656 DEBUG api_user 196 74495 140735693222848 APIUser activated successfully!
+2017-05-04 07:40:02,747 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:40:02,747 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:40:02,751 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:40:02,752 DEBUG db_general 162 74495 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:40:02,756 DEBUG db_general 151 74495 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:40:02,758 DEBUG db_general 162 74495 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:40:03,205 DEBUG api_virtual_function 72 74495 140735693222848 Virtual Function created successfully!
+2017-05-04 07:40:03,206 DEBUG api_gitlab 267 74495 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c658bf40-1227-496a-b447-55acc763bdd8/checklist/new/
+2017-05-04 07:40:03,280 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:40:03,280 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:40:03,311 DEBUG api_gitlab 288 74495 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:40:03,385 DEBUG api_user 128 74495 140735693222848 200 OK
+2017-05-04 07:40:03,385 DEBUG api_user 130 74495 140735693222848 Login successfully.
+2017-05-04 07:40:03,396 DEBUG db_general 177 74495 140735693222848 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-05-04 07:40:03,398 DEBUG db_general 188 74495 140735693222848 Query result: 2
+2017-05-04 07:40:03,402 DEBUG db_general 177 74495 140735693222848 Query : select uuid from ice_next_step Where owner_id = '2';
+2017-05-04 07:40:03,403 DEBUG db_general 188 74495 140735693222848 Query result: 74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e
+2017-05-04 07:40:03,415 DEBUG fe_user 27 74495 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:40:03,415 DEBUG fe_user 28 74495 140735693222848 Insert Email
+2017-05-04 07:40:04,227 DEBUG fe_user 31 74495 140735693222848 Insert Password
+2017-05-04 07:40:04,860 DEBUG fe_user 33 74495 140735693222848 Click Login Button
+2017-05-04 07:40:04,980 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:40:05,792 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 07:40:05,799 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:40:05,866 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:06,665 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:06,874 DEBUG fe_user 35 74495 140735693222848 Login Button clicked
+2017-05-04 07:40:08,049 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:09,006 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:09,160 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:09,845 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:10,087 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 07:40:10,087 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-05-04 07:40:10,097 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-05-04 07:40:10,097 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 07:40:10,097 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-05-04 07:40:10,124 DEBUG logFuncEntry 34 74493 140735693222848 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 07:40:10,124 DEBUG logFuncEntry 34 74493 140735693222848 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-05-04 07:40:10,141 DEBUG test_ui_base 66 74493 140735693222848 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-05-04 07:40:12,205 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:40:13,230 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:40:13,230 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/04fa74d5-537b-4f86-99e4-6f78b1fad6d6/3425276cd98e43288fa049650835a564
+2017-05-04 07:40:13,269 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:40:13,344 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:40:13,345 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:40:13,349 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:40:13,351 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:40:13,356 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:40:13,357 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:40:13,576 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:40:13,577 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/132cc41a-ea0c-4c62-8882-b38c4e538590/checklist/new/
+2017-05-04 07:40:13,650 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:40:13,651 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:40:13,683 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:40:13,683 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:40:13,683 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:40:14,532 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:40:15,159 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:40:15,284 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:40:16,296 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:40:17,486 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:18,583 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:26,044 DEBUG test_set_stage 83 74492 140735693222848 User STK7r3Y@intl.att.com failed to change stage to Intake
+2017-05-04 07:40:31,897 DEBUG test_set_stage 83 74492 140735693222848 User STK7r3Y@intl.att.com failed to change stage to Active
+2017-05-04 07:40:37,763 DEBUG test_set_stage 83 74492 140735693222848 User STK7r3Y@intl.att.com failed to change stage to Validated
+2017-05-04 07:40:37,763 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:40:38,352 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 07:40:38,352 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-05-04 07:40:38,372 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-05-04 07:40:38,372 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 07:40:38,373 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-05-04 07:40:39,362 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:40:40,145 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:40,466 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:40:41,177 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 07:40:41,177 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-04 07:40:41,192 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-05-04 07:40:41,193 DEBUG logFuncEntry 34 74494 140735693222848 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 07:40:41,193 DEBUG test_ui_base 36 74494 140735693222848 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-05-04 07:40:41,565 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:40:41,566 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/516dae1d-056a-4ba4-aca7-d56718944ef3/99e727f26733479ebb52c4d68cbdce80
+2017-05-04 07:40:41,602 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:40:41,675 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:40:41,675 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:40:41,679 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:40:41,681 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:40:41,684 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:40:41,686 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:40:41,922 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:40:41,923 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8c46d48f-9b51-498c-8ced-c85249be4e0f/checklist/new/
+2017-05-04 07:40:42,021 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:40:42,021 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:40:42,051 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:40:42,051 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:40:42,051 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:40:43,185 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:40:43,824 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:40:43,943 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:40:44,313 DEBUG test_ui_base 48 74494 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:40:44,732 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:45,245 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:45,462 DEBUG api_user 108 74494 140735693222848 Moving to next test case
+2017-05-04 07:40:45,462 DEBUG api_user 193 74494 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/692065ce-0549-4811-9cf6-a34ac40fa210/4a359a8830a2490a963c75b0fc8a6b51
+2017-05-04 07:40:45,496 DEBUG api_user 196 74494 140735693222848 APIUser activated successfully!
+2017-05-04 07:40:45,563 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:40:45,564 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:40:45,568 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:40:45,570 DEBUG db_general 162 74494 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:40:45,573 DEBUG db_general 151 74494 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:40:45,575 DEBUG db_general 162 74494 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:40:45,782 DEBUG api_virtual_function 72 74494 140735693222848 Virtual Function created successfully!
+2017-05-04 07:40:45,782 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ca9564b-c0fb-45a3-835f-fb99f0cd03c1/checklist/new/
+2017-05-04 07:40:45,853 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:40:45,853 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:40:45,884 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:40:45,954 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:40:45,954 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:40:45,955 DEBUG api_checklist 24 74494 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ca9564b-c0fb-45a3-835f-fb99f0cd03c1/checklist/new/
+2017-05-04 07:40:45,958 DEBUG db_general 177 74494 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-04 07:40:45,960 DEBUG db_general 188 74494 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-04 07:40:45,960 DEBUG api_gitlab 267 74494 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ca9564b-c0fb-45a3-835f-fb99f0cd03c1/checklist/new/
+2017-05-04 07:40:46,026 DEBUG api_user 128 74494 140735693222848 200 OK
+2017-05-04 07:40:46,026 DEBUG api_user 130 74494 140735693222848 Login successfully.
+2017-05-04 07:40:46,062 DEBUG api_gitlab 288 74494 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:40:46,252 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:40:46,256 DEBUG api_checklist 40 74494 140735693222848 Checklist was created successfully!
+2017-05-04 07:40:46,261 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where name = 'checklistAPISTmrh7v' order by update_time desc limit 1;
+2017-05-04 07:40:46,263 DEBUG fe_general 37 74494 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:40:46,841 DEBUG fe_user 27 74494 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:40:46,841 DEBUG fe_user 28 74494 140735693222848 Insert Email
+2017-05-04 07:40:47,427 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:47,709 DEBUG fe_user 31 74494 140735693222848 Insert Password
+2017-05-04 07:40:48,339 DEBUG fe_user 33 74494 140735693222848 Click Login Button
+2017-05-04 07:40:48,453 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:40:48,537 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:49,191 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:49,476 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:49,704 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:50,715 DEBUG fe_user 35 74494 140735693222848 Login Button clicked
+2017-05-04 07:40:51,242 DEBUG db_checklist 391 74494 140735693222848 Query : select uuid from ice_checklist where name = 'checklistAPISTmrh7v' order by create_time desc limit 1;
+2017-05-04 07:40:51,803 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:51,914 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:53,038 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:40:53,322 DEBUG test_set_stage 97 74492 140735693222848 User dd1122@att.com failed to change stage to Intake
+2017-05-04 07:40:53,642 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:54,069 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:55,588 DEBUG test_set_stage 97 74492 140735693222848 User dd1122@att.com failed to change stage to Active
+2017-05-04 07:40:55,870 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:40:56,310 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:40:57,829 DEBUG test_set_stage 97 74492 140735693222848 User dd1122@att.com failed to change stage to Validated
+2017-05-04 07:40:57,830 DEBUG fe_general 37 74492 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:40:58,360 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-04 07:40:58,418 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 07:40:58,419 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-05-04 07:40:58,438 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-05-04 07:40:58,438 DEBUG logFuncEntry 34 74492 140735693222848 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 07:40:58,439 DEBUG test_ui_base 36 74492 140735693222848 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-05-04 07:40:59,232 DEBUG wait 117 74494 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:00,605 DEBUG test_ui_base 48 74492 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:41:00,751 DEBUG db_general 202 74494 140735693222848 Query : select state from ice_checklist Where uuid = '6b021f5d-d937-447c-b509-88a7d19f4525' order by update_time desc limit 1;
+2017-05-04 07:41:00,754 DEBUG logFuncEntry 34 74494 140735693222848 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 07:41:00,754 DEBUG logFuncEntry 34 74494 140735693222848 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-05-04 07:41:00,772 DEBUG test_ui_base 66 74494 140735693222848 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-05-04 07:41:01,714 DEBUG api_user 108 74492 140735693222848 Moving to next test case
+2017-05-04 07:41:01,714 DEBUG api_user 193 74492 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/91d2b402-c25c-4e88-ae56-662e10bd85c7/bce41634b17d4e9a9bc08ab502027185
+2017-05-04 07:41:01,749 DEBUG api_user 196 74492 140735693222848 APIUser activated successfully!
+2017-05-04 07:41:01,829 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:41:01,829 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:41:01,834 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:41:01,836 DEBUG db_general 162 74492 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:41:01,841 DEBUG db_general 151 74492 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:41:01,842 DEBUG db_general 162 74492 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:41:02,098 DEBUG api_virtual_function 72 74492 140735693222848 Virtual Function created successfully!
+2017-05-04 07:41:02,098 DEBUG api_gitlab 267 74492 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7faa63d8-1975-437e-91f0-ff1eaefb760f/checklist/new/
+2017-05-04 07:41:02,167 DEBUG api_user 128 74492 140735693222848 200 OK
+2017-05-04 07:41:02,167 DEBUG api_user 130 74492 140735693222848 Login successfully.
+2017-05-04 07:41:02,198 DEBUG api_gitlab 288 74492 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:41:02,199 DEBUG fe_user 27 74492 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:41:02,199 DEBUG fe_user 28 74492 140735693222848 Insert Email
+2017-05-04 07:41:03,067 DEBUG fe_user 31 74492 140735693222848 Insert Password
+2017-05-04 07:41:03,719 DEBUG fe_user 33 74492 140735693222848 Click Login Button
+2017-05-04 07:41:03,824 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:41:04,699 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:41:05,708 DEBUG fe_user 35 74492 140735693222848 Login Button clicked
+2017-05-04 07:41:06,890 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:41:08,004 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:41:08,552 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:10,129 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Intake
+2017-05-04 07:41:10,136 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:41:10,228 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:41:11,134 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:14,438 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Active
+2017-05-04 07:41:14,443 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:41:15,312 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:18,066 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:19,118 DEBUG fe_overview 80 74492 140735693222848 Got list of Next Steps for current stage Validated
+2017-05-04 07:41:19,123 DEBUG fe_overview 86 74492 140735693222848 Compare presented text of next step with the text from DB.
+2017-05-04 07:41:19,971 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:20,429 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 07:41:20,432 DEBUG db_general 188 74495 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:41:20,948 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '3ae2977d-cf3a-4406-b24c-bd31411f4c85';
+2017-05-04 07:41:20,950 DEBUG db_general 188 74495 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:41:21,465 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'e0386783-1d70-4d95-a972-4a254861e782';
+2017-05-04 07:41:21,468 DEBUG db_general 188 74495 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:41:22,398 DEBUG wait 117 74492 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:23,385 DEBUG wait 117 74495 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:41:23,469 DEBUG logFuncEntry 34 74492 140735693222848 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 07:41:23,470 DEBUG logFuncEntry 34 74492 140735693222848 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-05-04 07:41:23,497 DEBUG test_ui_base 66 74492 140735693222848 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-05-04 07:42:29,700 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = 'e0386783-1d70-4d95-a972-4a254861e782';
+2017-05-04 07:42:29,703 DEBUG db_general 188 74495 140735693222848 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-05-04 07:42:30,217 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '3ae2977d-cf3a-4406-b24c-bd31411f4c85';
+2017-05-04 07:42:30,220 DEBUG db_general 188 74495 140735693222848 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-05-04 07:42:30,733 DEBUG db_general 177 74495 140735693222848 Query : select description from ice_next_step Where uuid = '74e2c2f1-b3b2-4e27-8ffd-cfe7c5bb2c1e';
+2017-05-04 07:42:30,735 DEBUG db_general 188 74495 140735693222848 Query result: Please add your SSH key to be able to contribute.
+2017-05-04 07:42:31,242 DEBUG logFuncEntry 34 74495 140735693222848 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 07:42:31,242 DEBUG logFuncEntry 34 74495 140735693222848 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering_via_pr>,) | {}
+2017-05-04 07:42:31,256 DEBUG test_ui_base 66 74495 140735693222848 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering_via_pr ----------------------
+
+2017-05-04 07:42:59,601 DEBUG logFuncEntry 34 81900 140735693222848 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:42:59,601 DEBUG test_ui_base 36 81900 140735693222848 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-05-04 07:43:01,726 DEBUG test_ui_base 48 81900 140735693222848 <Open Firefox with URL http://127.0.0.1:8181/#/login>
+2017-05-04 07:43:02,794 DEBUG api_user 108 81900 140735693222848 Moving to next test case
+2017-05-04 07:43:02,795 DEBUG api_user 193 81900 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/81a1bb7a-260e-489f-8d4c-edac6908ca16/7228be0566dd455eaa0c0e8e852ca96e
+2017-05-04 07:43:02,827 DEBUG api_user 196 81900 140735693222848 APIUser activated successfully!
+2017-05-04 07:43:02,895 DEBUG api_user 128 81900 140735693222848 200 OK
+2017-05-04 07:43:02,895 DEBUG api_user 130 81900 140735693222848 Login successfully.
+2017-05-04 07:43:02,899 DEBUG db_general 151 81900 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-04 07:43:02,900 DEBUG db_general 162 81900 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-04 07:43:02,903 DEBUG db_general 151 81900 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-04 07:43:02,904 DEBUG db_general 162 81900 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-04 07:43:03,128 DEBUG api_virtual_function 72 81900 140735693222848 Virtual Function created successfully!
+2017-05-04 07:43:03,129 DEBUG api_gitlab 267 81900 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1b2cd0dc-7ecf-4f0d-af9b-375281711cf7/checklist/new/
+2017-05-04 07:43:03,192 DEBUG api_user 128 81900 140735693222848 200 OK
+2017-05-04 07:43:03,192 DEBUG api_user 130 81900 140735693222848 Login successfully.
+2017-05-04 07:43:03,223 DEBUG api_gitlab 288 81900 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-04 07:43:03,223 DEBUG test_progress_bar 17 81900 140735693222848 Validate and check progress with engagement lead
+2017-05-04 07:43:03,223 DEBUG fe_user 27 81900 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:43:03,223 DEBUG fe_user 28 81900 140735693222848 Insert Email
+2017-05-04 07:43:04,069 DEBUG fe_user 31 81900 140735693222848 Insert Password
+2017-05-04 07:43:04,715 DEBUG fe_user 33 81900 140735693222848 Click Login Button
+2017-05-04 07:43:04,826 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:43:05,718 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:43:06,734 DEBUG fe_user 35 81900 140735693222848 Login Button clicked
+2017-05-04 07:43:07,914 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:43:09,026 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:43:09,590 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:43:11,949 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:43:14,903 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-04 07:43:15,957 DEBUG test_progress_bar 24 81900 140735693222848 Validate progress with standard user
+2017-05-04 07:43:15,957 DEBUG fe_general 37 81900 140735693222848 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-04 07:43:16,565 DEBUG fe_user 27 81900 140735693222848 Verifying and Insert Login page elements:
+2017-05-04 07:43:16,565 DEBUG fe_user 28 81900 140735693222848 Insert Email
+2017-05-04 07:43:17,371 DEBUG fe_user 31 81900 140735693222848 Insert Password
+2017-05-04 07:43:18,034 DEBUG fe_user 33 81900 140735693222848 Click Login Button
+2017-05-04 07:43:18,119 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-04 07:43:19,129 DEBUG fe_user 35 81900 140735693222848 Login Button clicked
+2017-05-04 07:43:20,302 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:43:21,492 DEBUG wait 117 81900 140735693222848 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-04 07:43:23,069 DEBUG logFuncEntry 34 81900 140735693222848 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:43:23,069 DEBUG logFuncEntry 34 81900 140735693222848 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-05-04 07:43:23,083 DEBUG test_ui_base 66 81900 140735693222848 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-05-18 08:06:58,172 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-18 08:06:58,172 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:06:58,909 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:06:58,909 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9f8565ca-eafe-4df0-ad5e-cfe93f913100/1637d403a0844ae488cd0ccfae562f41
+2017-05-18 08:06:58,946 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:06:59,015 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:06:59,015 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:06:59,019 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:06:59,021 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:06:59,026 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:06:59,028 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:06:59,363 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:06:59,363 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4207a0b2-0789-49b7-8fe3-1ea624c81ffb/checklist/new/
+2017-05-18 08:06:59,436 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:06:59,436 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:06:59,473 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:06:59,473 DEBUG test_negative_requests 169 97509 140735693222848 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-05-18 08:06:59,552 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:06:59,553 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:06:59,553 DEBUG api_checklist 24 97509 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4207a0b2-0789-49b7-8fe3-1ea624c81ffb/checklist/new/
+2017-05-18 08:06:59,556 DEBUG db_general 177 97509 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-18 08:06:59,558 DEBUG db_general 188 97509 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-18 08:06:59,558 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4207a0b2-0789-49b7-8fe3-1ea624c81ffb/checklist/new/
+2017-05-18 08:06:59,629 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:06:59,629 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:06:59,665 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:06:59,786 DEBUG api_checklist 40 97509 140735693222848 Checklist was created successfully!
+2017-05-18 08:06:59,786 DEBUG test_negative_requests 174 97509 140735693222848 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-05-18 08:06:59,869 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:06:59,869 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:06:59,869 DEBUG test_negative_requests 181 97509 140735693222848 About to add audit log to checklist uuid 4aa9634d-480e-4e3c-b17a-abc160a928ee
+2017-05-18 08:06:59,869 DEBUG test_negative_requests 188 97509 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-18 08:06:59,936 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:06:59,936 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:06:59,936 DEBUG test_negative_requests 181 97509 140735693222848 About to add audit log to checklist uuid 4aa9634d-480e-4e3c-b17a-abc160a928ee
+2017-05-18 08:06:59,936 DEBUG test_negative_requests 188 97509 140735693222848 Success! Test failed to add audit log to checklist using other auth token.
+2017-05-18 08:06:59,936 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-18 08:06:59,937 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-05-18 08:06:59,948 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:06:59,972 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-18 08:06:59,973 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:00,061 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:00,061 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d7911021-ae2e-4cf0-856f-3f84bec18261/7e0b3f84aad544df81683d7d2b3a8d7e
+2017-05-18 08:07:00,092 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:00,165 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:00,165 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:00,170 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:00,171 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:00,174 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:00,176 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:00,415 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:00,416 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6013bbdf-2228-4a43-ba08-c3b8198bd6f0/checklist/new/
+2017-05-18 08:07:00,485 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:00,486 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:00,517 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:00,517 DEBUG test_negative_requests 195 97509 140735693222848 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-05-18 08:07:00,586 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:00,586 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:00,586 DEBUG api_checklist 24 97509 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6013bbdf-2228-4a43-ba08-c3b8198bd6f0/checklist/new/
+2017-05-18 08:07:00,589 DEBUG db_general 177 97509 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-18 08:07:00,591 DEBUG db_general 188 97509 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-18 08:07:00,591 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6013bbdf-2228-4a43-ba08-c3b8198bd6f0/checklist/new/
+2017-05-18 08:07:00,661 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:00,661 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:00,693 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:00,850 DEBUG api_checklist 40 97509 140735693222848 Checklist was created successfully!
+2017-05-18 08:07:00,850 DEBUG test_negative_requests 200 97509 140735693222848 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-05-18 08:07:00,918 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:00,918 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:00,919 DEBUG test_negative_requests 208 97509 140735693222848 About to add next step to checklist uuid 7069db2f-3f94-46d6-825d-abeab0b13e31
+2017-05-18 08:07:00,919 DEBUG api_checklist 116 97509 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6013bbdf-2228-4a43-ba08-c3b8198bd6f0/checklist/7069db2f-3f94-46d6-825d-abeab0b13e31/nextstep/
+2017-05-18 08:07:00,947 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7911021-ae2e-4cf0-856f-3f84bec18261. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:00,948 DEBUG test_negative_requests 215 97509 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-18 08:07:01,048 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:01,049 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:01,049 DEBUG test_negative_requests 208 97509 140735693222848 About to add next step to checklist uuid 7069db2f-3f94-46d6-825d-abeab0b13e31
+2017-05-18 08:07:01,049 DEBUG api_checklist 116 97509 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6013bbdf-2228-4a43-ba08-c3b8198bd6f0/checklist/7069db2f-3f94-46d6-825d-abeab0b13e31/nextstep/
+2017-05-18 08:07:01,080 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,080 DEBUG test_negative_requests 215 97509 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-18 08:07:01,152 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:01,153 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:01,153 DEBUG test_negative_requests 208 97509 140735693222848 About to add next step to checklist uuid 7069db2f-3f94-46d6-825d-abeab0b13e31
+2017-05-18 08:07:01,153 DEBUG api_checklist 116 97509 140735693222848 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6013bbdf-2228-4a43-ba08-c3b8198bd6f0/checklist/7069db2f-3f94-46d6-825d-abeab0b13e31/nextstep/
+2017-05-18 08:07:01,184 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,184 DEBUG test_negative_requests 215 97509 140735693222848 Success! Test failed to add next steps to checklist using other auth token.
+2017-05-18 08:07:01,185 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-18 08:07:01,185 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-05-18 08:07:01,192 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:07:01,193 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-18 08:07:01,193 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:01,193 DEBUG test_negative_requests 37 97509 140735693222848 This negative test will try to add contact to an engagement using other auth token.
+2017-05-18 08:07:01,307 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:01,308 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b83eb243-778d-4532-8e63-7635f65185cf/d091878691144c4494b6845c537d174f
+2017-05-18 08:07:01,339 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:01,407 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:01,407 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:01,411 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:01,412 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:01,416 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:01,417 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:01,690 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:01,691 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8bab6c08-2a88-4412-95b8-4837f2f1f457/checklist/new/
+2017-05-18 08:07:01,761 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:01,761 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:01,793 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:01,877 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:01,877 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/98e06af3-9496-426e-8b41-5f281beda7a9/d64ef1ba04e04d3f8a477096b37966ef
+2017-05-18 08:07:01,912 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:01,980 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:01,981 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:01,984 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:01,986 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:01,989 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:01,991 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:02,211 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:02,212 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3ba5a142-ed98-4a20-8ed4-6da90877cf0f/checklist/new/
+2017-05-18 08:07:02,280 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:02,280 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:02,310 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:02,310 DEBUG test_negative_requests 43 97509 140735693222848 About to invite contact to the engagement of user ST3oztW
+2017-05-18 08:07:02,310 DEBUG api_virtual_function 119 97509 140735693222848 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-05-18 08:07:02,340 ERROR api_virtual_function 148 97509 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 98e06af3-9496-426e-8b41-5f281beda7a9. eng_uuid=8bab6c08-2a88-4412-95b8-4837f2f1f457. checklist_uuid=None"
+2017-05-18 08:07:02,340 DEBUG test_negative_requests 49 97509 140735693222848 Success! Test failed to invite contact user using other auth token.
+2017-05-18 08:07:02,340 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-18 08:07:02,340 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-05-18 08:07:02,345 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:07:02,346 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-18 08:07:02,347 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:02,347 DEBUG test_negative_requests 54 97509 140735693222848 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-05-18 08:07:02,423 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:02,423 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/862e2ab0-8c94-439c-a826-57be908a3bf7/a7a09ff9c691434189484fc4d89b1f24
+2017-05-18 08:07:02,459 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:02,532 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:02,532 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:02,536 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:02,537 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:02,540 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:02,541 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:02,760 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:02,760 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/982329a8-a7e1-4197-82f8-44705fe7e7bb/checklist/new/
+2017-05-18 08:07:02,831 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:02,831 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:02,863 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:02,932 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:02,933 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:02,933 DEBUG test_negative_requests 63 97509 140735693222848 About to add a next step to VF STyCWaE using STp6X3k@intl.att.com token.
+2017-05-18 08:07:02,933 DEBUG api_virtual_function 25 97509 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/982329a8-a7e1-4197-82f8-44705fe7e7bb/nextsteps
+2017-05-18 08:07:02,957 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: 862e2ab0-8c94-439c-a826-57be908a3bf7. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:02,958 DEBUG test_negative_requests 69 97509 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-18 08:07:03,029 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:03,030 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:03,030 DEBUG test_negative_requests 63 97509 140735693222848 About to add a next step to VF STyCWaE using hs0007@att.com token.
+2017-05-18 08:07:03,030 DEBUG api_virtual_function 25 97509 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/982329a8-a7e1-4197-82f8-44705fe7e7bb/nextsteps
+2017-05-18 08:07:03,117 DEBUG api_virtual_function 40 97509 140735693222848 Next step was added to the engagement!
+2017-05-18 08:07:03,117 DEBUG test_negative_requests 69 97509 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-18 08:07:03,190 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:03,191 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:03,191 DEBUG test_negative_requests 63 97509 140735693222848 About to add a next step to VF STyCWaE using admin_ro@att.com token.
+2017-05-18 08:07:03,191 DEBUG api_virtual_function 25 97509 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/982329a8-a7e1-4197-82f8-44705fe7e7bb/nextsteps
+2017-05-18 08:07:03,222 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:03,223 DEBUG test_negative_requests 69 97509 140735693222848 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-05-18 08:07:03,223 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-18 08:07:03,223 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-05-18 08:07:03,228 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:07:03,230 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-18 08:07:03,230 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:03,230 DEBUG test_negative_requests 221 97509 140735693222848 Local environment, skipping test...
+2017-05-18 08:07:03,230 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-18 08:07:03,230 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-05-18 08:07:03,235 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:07:03,237 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-18 08:07:03,237 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:03,316 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:03,316 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d23b3881-b6bb-49d9-b6cd-a22dac6961f0/620aeae23bf942f387119f04d8b4b235
+2017-05-18 08:07:03,351 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:03,425 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:03,425 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:03,429 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:03,430 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:03,434 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:03,435 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:03,689 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:03,691 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:03,760 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:03,761 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:03,792 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:03,792 DEBUG test_negative_requests 98 97509 140735693222848 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-05-18 08:07:03,876 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:03,876 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:03,876 DEBUG test_negative_requests 106 97509 140735693222848 About to create checklist for VF STDehzt
+2017-05-18 08:07:03,877 DEBUG api_checklist 24 97509 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:03,882 DEBUG db_general 177 97509 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-18 08:07:03,883 DEBUG db_general 188 97509 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-18 08:07:03,883 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:03,953 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:03,954 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:03,987 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:04,016 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: d23b3881-b6bb-49d9-b6cd-a22dac6961f0. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,017 DEBUG test_negative_requests 112 97509 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-18 08:07:04,091 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:04,091 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:04,091 DEBUG test_negative_requests 106 97509 140735693222848 About to create checklist for VF STDehzt
+2017-05-18 08:07:04,091 DEBUG api_checklist 24 97509 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:04,095 DEBUG db_general 177 97509 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-18 08:07:04,097 DEBUG db_general 188 97509 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-18 08:07:04,097 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:04,170 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:04,170 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:04,201 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:04,228 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,228 DEBUG test_negative_requests 112 97509 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-18 08:07:04,296 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:04,296 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:04,296 DEBUG test_negative_requests 106 97509 140735693222848 About to create checklist for VF STDehzt
+2017-05-18 08:07:04,296 DEBUG api_checklist 24 97509 140735693222848 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:04,301 DEBUG db_general 177 97509 140735693222848 Query : select uuid from ice_checklist_template Where name = 'Heat';
+2017-05-18 08:07:04,303 DEBUG db_general 188 97509 140735693222848 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-18 08:07:04,303 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/42e93b09-0592-4ec3-a116-69115e2483a5/checklist/new/
+2017-05-18 08:07:04,378 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:04,378 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:04,409 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:04,434 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,434 DEBUG test_negative_requests 112 97509 140735693222848 Success! Test failed to create checklist using other auth token.
+2017-05-18 08:07:04,434 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-18 08:07:04,434 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-05-18 08:07:04,441 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:07:04,442 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-18 08:07:04,442 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:04,442 DEBUG test_negative_requests 74 97509 140735693222848 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-05-18 08:07:04,520 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:04,520 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6fea1ce0-f14a-4ceb-9ee9-50c30316bc49/6c76fc6c04db48c2829e1b79190bcfac
+2017-05-18 08:07:04,557 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:04,630 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:04,630 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:04,634 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:04,635 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:04,638 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:04,639 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:04,931 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:04,931 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5db28dcc-b3d1-4df8-a911-3c60d710994f/checklist/new/
+2017-05-18 08:07:05,001 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:05,001 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:05,033 DEBUG api_gitlab 288 97509 140735693222848 Gitlab and Jenkins are ready to continue!
+2017-05-18 08:07:05,102 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:05,102 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:05,102 DEBUG api_virtual_function 25 97509 140735693222848 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/5db28dcc-b3d1-4df8-a911-3c60d710994f/nextsteps
+2017-05-18 08:07:05,201 DEBUG api_virtual_function 40 97509 140735693222848 Next step was added to the engagement!
+2017-05-18 08:07:05,270 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:05,270 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:05,271 DEBUG test_negative_requests 86 97509 140735693222848 About to edit a next step (ns uuid: f918f049-6878-4b30-9449-a012bffaff55) using STUtcFT@intl.att.com token.
+2017-05-18 08:07:05,271 DEBUG api_virtual_function 156 97509 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f918f049-6878-4b30-9449-a012bffaff55/engagement/5db28dcc-b3d1-4df8-a911-3c60d710994f/modify/
+2017-05-18 08:07:05,298 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,298 DEBUG test_negative_requests 92 97509 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-18 08:07:05,367 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:05,367 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:05,367 DEBUG test_negative_requests 86 97509 140735693222848 About to edit a next step (ns uuid: f918f049-6878-4b30-9449-a012bffaff55) using dd1122@att.com token.
+2017-05-18 08:07:05,367 DEBUG api_virtual_function 156 97509 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f918f049-6878-4b30-9449-a012bffaff55/engagement/5db28dcc-b3d1-4df8-a911-3c60d710994f/modify/
+2017-05-18 08:07:05,394 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,394 DEBUG test_negative_requests 92 97509 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-18 08:07:05,463 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:05,463 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:05,463 DEBUG test_negative_requests 86 97509 140735693222848 About to edit a next step (ns uuid: f918f049-6878-4b30-9449-a012bffaff55) using admin_ro@att.com token.
+2017-05-18 08:07:05,463 DEBUG api_virtual_function 156 97509 140735693222848 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/f918f049-6878-4b30-9449-a012bffaff55/engagement/5db28dcc-b3d1-4df8-a911-3c60d710994f/modify/
+2017-05-18 08:07:05,489 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,490 DEBUG test_negative_requests 92 97509 140735693222848 Success! Test failed to edit a next step using other auth token.
+2017-05-18 08:07:05,490 DEBUG logFuncEntry 34 97509 140735693222848 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-18 08:07:05,490 DEBUG logFuncEntry 34 97509 140735693222848 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-05-18 08:07:05,495 DEBUG test_api_base 42 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-05-18 08:07:05,496 DEBUG logFuncEntry 34 97509 140735693222848 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-05-18 08:07:05,496 DEBUG test_api_base 30 97509 140735693222848 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-05-18 08:07:05,496 DEBUG test_negative_requests 20 97509 140735693222848 This negative test will try to invite team member to an engagement using other auth token.
+2017-05-18 08:07:05,579 DEBUG api_user 108 97509 140735693222848 Moving to next test case
+2017-05-18 08:07:05,579 DEBUG api_user 193 97509 140735693222848 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22367018-c269-4f7d-aa00-a7d130cbd594/d1d349733e9a40d3a422976a399f485b
+2017-05-18 08:07:05,615 DEBUG api_user 196 97509 140735693222848 APIUser activated successfully!
+2017-05-18 08:07:05,682 DEBUG api_user 128 97509 140735693222848 200 OK
+2017-05-18 08:07:05,682 DEBUG api_user 130 97509 140735693222848 Login successfully.
+2017-05-18 08:07:05,687 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_deployment_target;
+2017-05-18 08:07:05,688 DEBUG db_general 162 97509 140735693222848 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-18 08:07:05,692 DEBUG db_general 151 97509 140735693222848 Query : select uuid from ice_ecomp_release;
+2017-05-18 08:07:05,693 DEBUG db_general 162 97509 140735693222848 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-18 08:07:05,901 DEBUG api_virtual_function 72 97509 140735693222848 Virtual Function created successfully!
+2017-05-18 08:07:05,901 DEBUG api_gitlab 267 97509 140735693222848 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9af097a5-6713-442f-8047-09b1e8ffed4f/checklist/new/
+2017-05-18 08:07:05,962 DEBUG api_user 133 97509 140735693222848 Failed to login.
+2017-05-18 08:07:05,962 ERROR exception_decor 23 97509 140735693222848 There was an exception in test_negative_invite_member
+2017-05-28 02:28:36,803 DEBUG api_user 107 5598 140736541512640 Moving to next test case
+2017-05-28 02:28:36,803 DEBUG api_user 194 5598 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9e3682af-3442-456e-9adc-12500626b377/dcc9ee6ca9e545b1978661ecb3db2696
+2017-05-28 02:28:36,836 DEBUG api_user 197 5598 140736541512640 APIUser activated successfully!
+2017-05-28 02:28:36,903 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:36,903 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:36,907 DEBUG db_general 151 5598 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 02:28:36,908 DEBUG db_general 162 5598 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 02:28:36,911 DEBUG db_general 151 5598 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 02:28:36,913 DEBUG db_general 162 5598 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 02:28:37,398 DEBUG api_virtual_function 73 5598 140736541512640 Virtual Function created successfully!
+2017-05-28 02:28:37,399 DEBUG api_gitlab 283 5598 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a9186ed3-6455-4779-af51-c177a1d0b912/checklist/new/
+2017-05-28 02:28:37,462 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:37,462 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:37,494 DEBUG api_gitlab 304 5598 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 02:28:37,564 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:37,564 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:37,637 DEBUG api_user 107 5598 140736541512640 Moving to next test case
+2017-05-28 02:28:37,637 DEBUG api_user 194 5598 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2957b51f-f145-4af4-afa1-4ec0dd9bd695/a9345588377847f28cc18eb11ed9f3a6
+2017-05-28 02:28:37,670 DEBUG api_user 197 5598 140736541512640 APIUser activated successfully!
+2017-05-28 02:28:37,738 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:37,739 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:37,742 DEBUG db_general 151 5598 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 02:28:37,744 DEBUG db_general 162 5598 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 02:28:37,747 DEBUG db_general 151 5598 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 02:28:37,748 DEBUG db_general 162 5598 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 02:28:38,069 DEBUG api_virtual_function 73 5598 140736541512640 Virtual Function created successfully!
+2017-05-28 02:28:38,069 DEBUG api_gitlab 283 5598 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/73be63df-171f-4bc8-9eb0-a7b4b9088da2/checklist/new/
+2017-05-28 02:28:38,135 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:38,135 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:38,168 DEBUG api_gitlab 304 5598 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 02:28:38,168 DEBUG logFuncEntry 34 5598 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 02:28:38,168 DEBUG test_ui_base 48 5598 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 02:28:39,361 DEBUG api_user 107 5598 140736541512640 Moving to next test case
+2017-05-28 02:28:39,361 DEBUG api_user 194 5598 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/662402b0-7677-4910-9669-033b0d21f04c/cdbb39aef69447f5bdfa635f00b0ac4a
+2017-05-28 02:28:39,391 DEBUG api_user 197 5598 140736541512640 APIUser activated successfully!
+2017-05-28 02:28:39,473 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:39,473 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:39,477 DEBUG db_general 151 5598 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 02:28:39,478 DEBUG db_general 162 5598 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 02:28:39,482 DEBUG db_general 151 5598 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 02:28:39,483 DEBUG db_general 162 5598 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 02:28:39,816 DEBUG api_virtual_function 73 5598 140736541512640 Virtual Function created successfully!
+2017-05-28 02:28:39,816 DEBUG api_gitlab 283 5598 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2/checklist/new/
+2017-05-28 02:28:39,892 DEBUG api_user 131 5598 140736541512640 200 OK
+2017-05-28 02:28:39,892 DEBUG api_user 133 5598 140736541512640 Login successfully.
+2017-05-28 02:28:39,924 DEBUG api_gitlab 304 5598 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 02:28:39,924 DEBUG fe_user 24 5598 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:28:39,924 DEBUG fe_user 25 5598 140736541512640 Insert Email
+2017-05-28 02:28:40,839 DEBUG fe_user 28 5598 140736541512640 Insert Password
+2017-05-28 02:28:41,487 DEBUG fe_user 30 5598 140736541512640 Click Login Button
+2017-05-28 02:28:41,607 DEBUG fe_user 32 5598 140736541512640 Login Button clicked
+2017-05-28 02:28:41,619 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:28:42,649 DEBUG db_general 177 5598 140736541512640 Query : select uuid from ice_vf Where name = 'STpHy70';
+2017-05-28 02:28:42,651 DEBUG db_general 188 5598 140736541512640 Query result: 5269f2b0-afcc-4f6f-a620-b75e0f515568
+2017-05-28 02:28:42,655 DEBUG db_general 177 5598 140736541512640 Query : select engagement_id from ice_vf Where name = 'STpHy70';
+2017-05-28 02:28:42,657 DEBUG db_general 188 5598 140736541512640 Query result: 4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2
+2017-05-28 02:28:42,660 DEBUG db_general 177 5598 140736541512640 Query : select engagement_id from ice_vf Where name = 'STpHy70';
+2017-05-28 02:28:42,662 DEBUG db_general 188 5598 140736541512640 Query result: 4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2
+2017-05-28 02:28:42,665 DEBUG db_general 177 5598 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2';
+2017-05-28 02:28:42,667 DEBUG db_general 188 5598 140736541512640 Query result: 2017-1308
+2017-05-28 02:28:42,670 DEBUG db_general 177 5598 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1308';
+2017-05-28 02:28:42,673 DEBUG db_general 188 5598 140736541512640 Query result: 2
+2017-05-28 02:28:42,677 DEBUG fe_checklist 50 5598 140736541512640 EL email: hs0007@att.com
+2017-05-28 02:28:42,680 DEBUG db_general 177 5598 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2';
+2017-05-28 02:28:42,683 DEBUG db_general 188 5598 140736541512640 Query result: 2017-1308
+2017-05-28 02:28:44,023 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 02:28:45,037 DEBUG fe_general 41 5598 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=5269f2b0-afcc-4f6f-a620-b75e0f515568&inviter_uuid=662402b0-7677-4910-9669-033b0d21f04c&email=automationqattSTkeR2v@gmail.com
+2017-05-28 02:28:47,159 DEBUG fe_general 41 5598 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 02:28:47,738 DEBUG fe_user 24 5598 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:28:47,738 DEBUG fe_user 25 5598 140736541512640 Insert Email
+2017-05-28 02:28:48,523 DEBUG fe_user 28 5598 140736541512640 Insert Password
+2017-05-28 02:28:49,157 DEBUG fe_user 30 5598 140736541512640 Click Login Button
+2017-05-28 02:28:49,243 DEBUG fe_user 32 5598 140736541512640 Login Button clicked
+2017-05-28 02:28:49,251 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:28:49,764 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:28:50,279 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:28:56,044 DEBUG db_general 177 5598 140736541512640 Query : select uuid from ice_checklist Where name = 'ST5P3Ut';
+2017-05-28 02:28:56,047 DEBUG db_general 188 5598 140736541512640 Query result: e8867378-1093-4029-9189-b7a81bb95cb2
+2017-05-28 02:28:56,050 DEBUG db_general 202 5598 140736541512640 Query : select state from ice_checklist Where uuid = 'e8867378-1093-4029-9189-b7a81bb95cb2' order by update_time desc limit 1;
+2017-05-28 02:28:56,055 DEBUG db_general 177 5598 140736541512640 Query : select template_id from ice_checklist Where name = 'ST5P3Ut';
+2017-05-28 02:28:56,057 DEBUG db_general 188 5598 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 02:28:56,098 DEBUG fe_general 41 5598 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 02:28:56,943 DEBUG fe_user 24 5598 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:28:56,943 DEBUG fe_user 25 5598 140736541512640 Insert Email
+2017-05-28 02:28:57,750 DEBUG fe_user 28 5598 140736541512640 Insert Password
+2017-05-28 02:28:58,395 DEBUG fe_user 30 5598 140736541512640 Click Login Button
+2017-05-28 02:28:58,489 DEBUG fe_user 32 5598 140736541512640 Login Button clicked
+2017-05-28 02:28:58,502 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:28:59,189 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:28:59,704 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:29:01,909 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:29:03,641 DEBUG db_general 177 5598 140736541512640 Query : select uuid from ice_checklist Where name = 'ST5P3Ut';
+2017-05-28 02:29:03,644 DEBUG db_general 188 5598 140736541512640 Query result: e8867378-1093-4029-9189-b7a81bb95cb2
+2017-05-28 02:29:06,113 DEBUG db_general 177 5598 140736541512640 Query : select engagement_id from ice_vf Where name = 'STpHy70';
+2017-05-28 02:29:06,116 DEBUG db_general 188 5598 140736541512640 Query result: 4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2
+2017-05-28 02:29:06,119 DEBUG db_general 177 5598 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2';
+2017-05-28 02:29:06,122 DEBUG db_general 188 5598 140736541512640 Query result: 2017-1308
+2017-05-28 02:29:06,130 DEBUG db_general 177 5598 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1308';
+2017-05-28 02:29:06,132 DEBUG db_general 188 5598 140736541512640 Query result: 2
+2017-05-28 02:29:09,385 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 02:29:11,451 DEBUG db_checklist 58 5598 140736541512640 Query : select owner_id from ice_checklist Where uuid = 'e8867378-1093-4029-9189-b7a81bb95cb2' and state = 'peer_review';
+2017-05-28 02:29:11,453 DEBUG db_checklist 73 5598 140736541512640 Query result: 1
+2017-05-28 02:29:11,457 DEBUG db_general 177 5598 140736541512640 Query : select email from ice_user_profile Where id = '1';
+2017-05-28 02:29:11,459 DEBUG db_general 188 5598 140736541512640 Query result: dd1122@att.com
+2017-05-28 02:29:11,459 DEBUG fe_general 41 5598 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 02:29:12,052 DEBUG fe_user 24 5598 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:29:12,053 DEBUG fe_user 25 5598 140736541512640 Insert Email
+2017-05-28 02:29:12,821 DEBUG fe_user 28 5598 140736541512640 Insert Password
+2017-05-28 02:29:13,463 DEBUG fe_user 30 5598 140736541512640 Click Login Button
+2017-05-28 02:29:13,553 DEBUG fe_user 32 5598 140736541512640 Login Button clicked
+2017-05-28 02:29:13,563 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:29:14,086 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:29:14,597 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:29:16,882 DEBUG wait 117 5598 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:29:18,745 DEBUG db_general 177 5598 140736541512640 Query : select uuid from ice_checklist Where name = 'ST5P3Ut';
+2017-05-28 02:29:18,748 DEBUG db_general 188 5598 140736541512640 Query result: e8867378-1093-4029-9189-b7a81bb95cb2
+2017-05-28 02:29:21,197 DEBUG db_general 177 5598 140736541512640 Query : select engagement_id from ice_vf Where name = 'STpHy70';
+2017-05-28 02:29:21,200 DEBUG db_general 188 5598 140736541512640 Query result: 4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2
+2017-05-28 02:29:21,207 DEBUG db_general 177 5598 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2';
+2017-05-28 02:29:21,210 DEBUG db_general 188 5598 140736541512640 Query result: 2017-1308
+2017-05-28 02:29:21,214 DEBUG db_general 177 5598 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1308';
+2017-05-28 02:29:21,217 DEBUG db_general 188 5598 140736541512640 Query result: 2
+2017-05-28 02:29:24,511 DEBUG db_general 177 5598 140736541512640 Query : select engagement_id from ice_vf Where name = 'STpHy70';
+2017-05-28 02:29:24,514 DEBUG db_general 188 5598 140736541512640 Query result: 4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2
+2017-05-28 02:29:24,517 DEBUG db_general 177 5598 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '4ba6cbd1-ac22-4a2f-9c54-18b5757acfa2';
+2017-05-28 02:29:24,519 DEBUG db_general 188 5598 140736541512640 Query result: 2017-1308
+2017-05-28 02:29:24,524 DEBUG db_general 177 5598 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1308';
+2017-05-28 02:29:24,526 DEBUG db_general 188 5598 140736541512640 Query result: 2
+2017-05-28 02:29:25,920 DEBUG db_general 177 5598 140736541512640 Query : select uuid from ice_checklist Where name = 'ST5P3Ut';
+2017-05-28 02:29:25,923 DEBUG db_general 188 5598 140736541512640 Query result: [('724f565a-904e-41ab-b9ac-a8e28a881456',), ('e8867378-1093-4029-9189-b7a81bb95cb2',)]
+2017-05-28 02:29:25,928 DEBUG db_general 177 5598 140736541512640 Query : select state from ice_checklist Where uuid = '724f565a-904e-41ab-b9ac-a8e28a881456';
+2017-05-28 02:29:25,930 DEBUG db_general 188 5598 140736541512640 Query result: pending
+2017-05-28 02:29:25,934 DEBUG db_general 177 5598 140736541512640 Query : select state from ice_checklist Where uuid = 'e8867378-1093-4029-9189-b7a81bb95cb2';
+2017-05-28 02:29:25,936 DEBUG db_general 188 5598 140736541512640 Query result: archive
+2017-05-28 02:29:25,936 DEBUG logFuncEntry 34 5598 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 02:29:25,936 DEBUG logFuncEntry 34 5598 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 02:29:26,545 DEBUG test_ui_base 78 5598 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 02:57:50,933 DEBUG api_user 107 6708 140736541512640 Moving to next test case
+2017-05-28 02:57:50,934 DEBUG api_user 194 6708 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2eea0049-7db6-4ce5-a2cb-fa522409d6ac/0772ea59da0c40879264b348ca9568ed
+2017-05-28 02:57:50,969 DEBUG api_user 197 6708 140736541512640 APIUser activated successfully!
+2017-05-28 02:57:51,036 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:51,036 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:51,041 DEBUG db_general 151 6708 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 02:57:51,042 DEBUG db_general 162 6708 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 02:57:51,046 DEBUG db_general 151 6708 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 02:57:51,048 DEBUG db_general 162 6708 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 02:57:51,396 DEBUG api_virtual_function 73 6708 140736541512640 Virtual Function created successfully!
+2017-05-28 02:57:51,397 DEBUG api_gitlab 283 6708 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b688328a-2563-4adc-9f1f-1057f5130b9e/checklist/new/
+2017-05-28 02:57:51,463 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:51,463 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:51,495 DEBUG api_gitlab 304 6708 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 02:57:51,563 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:51,563 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:51,643 DEBUG api_user 107 6708 140736541512640 Moving to next test case
+2017-05-28 02:57:51,643 DEBUG api_user 194 6708 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/35328c27-0038-45ea-ab57-1a743ac960bf/e465ee68aa4842568196cd94f3e62038
+2017-05-28 02:57:51,680 DEBUG api_user 197 6708 140736541512640 APIUser activated successfully!
+2017-05-28 02:57:51,749 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:51,749 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:51,753 DEBUG db_general 151 6708 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 02:57:51,754 DEBUG db_general 162 6708 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 02:57:51,758 DEBUG db_general 151 6708 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 02:57:51,759 DEBUG db_general 162 6708 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 02:57:52,207 DEBUG api_virtual_function 73 6708 140736541512640 Virtual Function created successfully!
+2017-05-28 02:57:52,208 DEBUG api_gitlab 283 6708 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/87896470-5e1b-4797-8d99-71c41ce6a813/checklist/new/
+2017-05-28 02:57:52,293 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:52,293 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:52,327 DEBUG api_gitlab 304 6708 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 02:57:52,328 DEBUG logFuncEntry 34 6708 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 02:57:52,328 DEBUG test_ui_base 48 6708 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 02:57:53,482 DEBUG api_user 107 6708 140736541512640 Moving to next test case
+2017-05-28 02:57:53,483 DEBUG api_user 194 6708 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f5206170-ef33-414d-821e-0d0e0191ece5/f67604ab2d014b5ba7ef09f847322a29
+2017-05-28 02:57:53,516 DEBUG api_user 197 6708 140736541512640 APIUser activated successfully!
+2017-05-28 02:57:53,586 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:53,587 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:53,591 DEBUG db_general 151 6708 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 02:57:53,593 DEBUG db_general 162 6708 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 02:57:53,596 DEBUG db_general 151 6708 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 02:57:53,598 DEBUG db_general 162 6708 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 02:57:53,890 DEBUG api_virtual_function 73 6708 140736541512640 Virtual Function created successfully!
+2017-05-28 02:57:53,891 DEBUG api_gitlab 283 6708 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e831ba28-fd38-425a-a731-f1671d1a94f4/checklist/new/
+2017-05-28 02:57:53,963 DEBUG api_user 131 6708 140736541512640 200 OK
+2017-05-28 02:57:53,963 DEBUG api_user 133 6708 140736541512640 Login successfully.
+2017-05-28 02:57:53,997 DEBUG api_gitlab 304 6708 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 02:57:53,997 DEBUG fe_user 24 6708 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:57:53,998 DEBUG fe_user 25 6708 140736541512640 Insert Email
+2017-05-28 02:57:54,968 DEBUG fe_user 28 6708 140736541512640 Insert Password
+2017-05-28 02:57:55,617 DEBUG fe_user 30 6708 140736541512640 Click Login Button
+2017-05-28 02:57:55,736 DEBUG fe_user 32 6708 140736541512640 Login Button clicked
+2017-05-28 02:57:55,747 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:57:56,778 DEBUG db_general 177 6708 140736541512640 Query : select uuid from ice_vf Where name = 'STag70p';
+2017-05-28 02:57:56,780 DEBUG db_general 188 6708 140736541512640 Query result: 43bd8a5b-1832-4ce3-8897-7c570d2e4532
+2017-05-28 02:57:56,784 DEBUG db_general 177 6708 140736541512640 Query : select engagement_id from ice_vf Where name = 'STag70p';
+2017-05-28 02:57:56,786 DEBUG db_general 188 6708 140736541512640 Query result: e831ba28-fd38-425a-a731-f1671d1a94f4
+2017-05-28 02:57:56,789 DEBUG db_general 177 6708 140736541512640 Query : select engagement_id from ice_vf Where name = 'STag70p';
+2017-05-28 02:57:56,792 DEBUG db_general 188 6708 140736541512640 Query result: e831ba28-fd38-425a-a731-f1671d1a94f4
+2017-05-28 02:57:56,795 DEBUG db_general 177 6708 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'e831ba28-fd38-425a-a731-f1671d1a94f4';
+2017-05-28 02:57:56,798 DEBUG db_general 188 6708 140736541512640 Query result: 2017-1311
+2017-05-28 02:57:56,801 DEBUG db_general 177 6708 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1311';
+2017-05-28 02:57:56,803 DEBUG db_general 188 6708 140736541512640 Query result: 1
+2017-05-28 02:57:56,808 DEBUG fe_checklist 50 6708 140736541512640 EL email: dd1122@att.com
+2017-05-28 02:57:56,812 DEBUG db_general 177 6708 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'e831ba28-fd38-425a-a731-f1671d1a94f4';
+2017-05-28 02:57:56,814 DEBUG db_general 188 6708 140736541512640 Query result: 2017-1311
+2017-05-28 02:57:58,151 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 02:57:59,165 DEBUG fe_general 41 6708 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=43bd8a5b-1832-4ce3-8897-7c570d2e4532&inviter_uuid=f5206170-ef33-414d-821e-0d0e0191ece5&email=automationqattSTPZ2ml@gmail.com
+2017-05-28 02:58:01,441 DEBUG fe_general 41 6708 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 02:58:02,034 DEBUG fe_user 24 6708 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:58:02,035 DEBUG fe_user 25 6708 140736541512640 Insert Email
+2017-05-28 02:58:02,811 DEBUG fe_user 28 6708 140736541512640 Insert Password
+2017-05-28 02:58:03,460 DEBUG fe_user 30 6708 140736541512640 Click Login Button
+2017-05-28 02:58:03,548 DEBUG fe_user 32 6708 140736541512640 Login Button clicked
+2017-05-28 02:58:03,563 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:58:04,239 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:04,754 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:10,401 DEBUG db_general 177 6708 140736541512640 Query : select uuid from ice_checklist Where name = 'STMYHgA';
+2017-05-28 02:58:10,404 DEBUG db_general 188 6708 140736541512640 Query result: d46a1c39-c06d-4368-a28b-bb6a179f1f62
+2017-05-28 02:58:10,408 DEBUG db_general 202 6708 140736541512640 Query : select state from ice_checklist Where uuid = 'd46a1c39-c06d-4368-a28b-bb6a179f1f62' order by update_time desc limit 1;
+2017-05-28 02:58:10,413 DEBUG db_general 177 6708 140736541512640 Query : select template_id from ice_checklist Where name = 'STMYHgA';
+2017-05-28 02:58:10,415 DEBUG db_general 188 6708 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 02:58:10,455 DEBUG fe_general 41 6708 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 02:58:11,312 DEBUG fe_user 24 6708 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:58:11,312 DEBUG fe_user 25 6708 140736541512640 Insert Email
+2017-05-28 02:58:12,120 DEBUG fe_user 28 6708 140736541512640 Insert Password
+2017-05-28 02:58:12,769 DEBUG fe_user 30 6708 140736541512640 Click Login Button
+2017-05-28 02:58:12,865 DEBUG fe_user 32 6708 140736541512640 Login Button clicked
+2017-05-28 02:58:12,876 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:58:13,568 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:15,776 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:17,524 DEBUG db_general 177 6708 140736541512640 Query : select uuid from ice_checklist Where name = 'STMYHgA';
+2017-05-28 02:58:17,527 DEBUG db_general 188 6708 140736541512640 Query result: d46a1c39-c06d-4368-a28b-bb6a179f1f62
+2017-05-28 02:58:20,054 DEBUG db_general 177 6708 140736541512640 Query : select engagement_id from ice_vf Where name = 'STag70p';
+2017-05-28 02:58:20,058 DEBUG db_general 188 6708 140736541512640 Query result: e831ba28-fd38-425a-a731-f1671d1a94f4
+2017-05-28 02:58:20,062 DEBUG db_general 177 6708 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'e831ba28-fd38-425a-a731-f1671d1a94f4';
+2017-05-28 02:58:20,064 DEBUG db_general 188 6708 140736541512640 Query result: 2017-1311
+2017-05-28 02:58:20,067 DEBUG db_general 177 6708 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1311';
+2017-05-28 02:58:20,069 DEBUG db_general 188 6708 140736541512640 Query result: 1
+2017-05-28 02:58:23,184 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 02:58:25,273 DEBUG db_checklist 58 6708 140736541512640 Query : select owner_id from ice_checklist Where uuid = 'd46a1c39-c06d-4368-a28b-bb6a179f1f62' and state = 'peer_review';
+2017-05-28 02:58:25,276 DEBUG db_checklist 73 6708 140736541512640 Query result: 2
+2017-05-28 02:58:25,279 DEBUG db_general 177 6708 140736541512640 Query : select email from ice_user_profile Where id = '2';
+2017-05-28 02:58:25,281 DEBUG db_general 188 6708 140736541512640 Query result: hs0007@att.com
+2017-05-28 02:58:25,281 DEBUG fe_general 41 6708 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 02:58:25,871 DEBUG fe_user 24 6708 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 02:58:25,871 DEBUG fe_user 25 6708 140736541512640 Insert Email
+2017-05-28 02:58:26,648 DEBUG fe_user 28 6708 140736541512640 Insert Password
+2017-05-28 02:58:27,308 DEBUG fe_user 30 6708 140736541512640 Click Login Button
+2017-05-28 02:58:27,394 DEBUG fe_user 32 6708 140736541512640 Login Button clicked
+2017-05-28 02:58:27,404 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 02:58:28,038 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:28,555 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:30,898 DEBUG wait 117 6708 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 02:58:32,619 DEBUG db_general 177 6708 140736541512640 Query : select uuid from ice_checklist Where name = 'STMYHgA';
+2017-05-28 02:58:32,622 DEBUG db_general 188 6708 140736541512640 Query result: d46a1c39-c06d-4368-a28b-bb6a179f1f62
+2017-05-28 02:58:35,105 DEBUG db_general 177 6708 140736541512640 Query : select engagement_id from ice_vf Where name = 'STag70p';
+2017-05-28 02:58:35,107 DEBUG db_general 188 6708 140736541512640 Query result: e831ba28-fd38-425a-a731-f1671d1a94f4
+2017-05-28 02:58:35,110 DEBUG db_general 177 6708 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'e831ba28-fd38-425a-a731-f1671d1a94f4';
+2017-05-28 02:58:35,113 DEBUG db_general 188 6708 140736541512640 Query result: 2017-1311
+2017-05-28 02:58:35,117 DEBUG db_general 177 6708 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1311';
+2017-05-28 02:58:35,119 DEBUG db_general 188 6708 140736541512640 Query result: 1
+2017-05-28 02:58:38,410 DEBUG db_general 177 6708 140736541512640 Query : select engagement_id from ice_vf Where name = 'STag70p';
+2017-05-28 02:58:38,412 DEBUG db_general 188 6708 140736541512640 Query result: e831ba28-fd38-425a-a731-f1671d1a94f4
+2017-05-28 02:58:38,415 DEBUG db_general 177 6708 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'e831ba28-fd38-425a-a731-f1671d1a94f4';
+2017-05-28 02:58:38,418 DEBUG db_general 188 6708 140736541512640 Query result: 2017-1311
+2017-05-28 02:58:38,423 DEBUG db_general 177 6708 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1311';
+2017-05-28 02:58:38,426 DEBUG db_general 188 6708 140736541512640 Query result: 1
+2017-05-28 02:58:39,872 DEBUG db_general 177 6708 140736541512640 Query : select uuid from ice_checklist Where name = 'STMYHgA';
+2017-05-28 02:58:39,874 DEBUG db_general 188 6708 140736541512640 Query result: [('2285c9d8-084e-4a31-80b6-67ca42f1f7b2',), ('d46a1c39-c06d-4368-a28b-bb6a179f1f62',)]
+2017-05-28 02:58:39,878 DEBUG db_general 177 6708 140736541512640 Query : select state from ice_checklist Where uuid = '2285c9d8-084e-4a31-80b6-67ca42f1f7b2';
+2017-05-28 02:58:39,880 DEBUG db_general 188 6708 140736541512640 Query result: pending
+2017-05-28 02:58:39,883 DEBUG db_general 177 6708 140736541512640 Query : select state from ice_checklist Where uuid = 'd46a1c39-c06d-4368-a28b-bb6a179f1f62';
+2017-05-28 02:58:39,885 DEBUG db_general 188 6708 140736541512640 Query result: archive
+2017-05-28 02:58:39,885 DEBUG logFuncEntry 34 6708 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 02:58:39,886 DEBUG logFuncEntry 34 6708 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 02:58:40,453 DEBUG test_ui_base 78 6708 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 03:10:50,248 DEBUG api_user 107 7101 140736541512640 Moving to next test case
+2017-05-28 03:10:50,248 DEBUG api_user 194 7101 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bb31ae54-ceec-4ed6-9260-0f06fd9f8dc0/4317f6e655154609860722d4aeccc4d9
+2017-05-28 03:10:50,277 DEBUG api_user 197 7101 140736541512640 APIUser activated successfully!
+2017-05-28 03:10:50,342 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:50,343 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:50,346 DEBUG db_general 151 7101 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:10:50,348 DEBUG db_general 162 7101 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:10:50,351 DEBUG db_general 151 7101 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:10:50,352 DEBUG db_general 162 7101 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:10:50,686 DEBUG api_virtual_function 73 7101 140736541512640 Virtual Function created successfully!
+2017-05-28 03:10:50,686 DEBUG api_gitlab 283 7101 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9601a237-6774-41a9-abf0-eb156f5ea60c/checklist/new/
+2017-05-28 03:10:50,749 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:50,749 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:50,779 DEBUG api_gitlab 304 7101 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:10:50,846 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:50,847 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:50,921 DEBUG api_user 107 7101 140736541512640 Moving to next test case
+2017-05-28 03:10:50,921 DEBUG api_user 194 7101 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5907b84f-9a49-44e1-87fc-63745da3113b/8ffbd00600ab4db1b3a2c7d2e72a2834
+2017-05-28 03:10:50,950 DEBUG api_user 197 7101 140736541512640 APIUser activated successfully!
+2017-05-28 03:10:51,013 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:51,013 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:51,017 DEBUG db_general 151 7101 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:10:51,018 DEBUG db_general 162 7101 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:10:51,021 DEBUG db_general 151 7101 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:10:51,022 DEBUG db_general 162 7101 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:10:51,297 DEBUG api_virtual_function 73 7101 140736541512640 Virtual Function created successfully!
+2017-05-28 03:10:51,297 DEBUG api_gitlab 283 7101 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/982c8c38-1c74-4257-899d-7555081fc231/checklist/new/
+2017-05-28 03:10:51,361 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:51,361 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:51,392 DEBUG api_gitlab 304 7101 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:10:51,392 DEBUG logFuncEntry 34 7101 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:10:51,392 DEBUG test_ui_base 48 7101 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:10:52,503 DEBUG api_user 107 7101 140736541512640 Moving to next test case
+2017-05-28 03:10:52,503 DEBUG api_user 194 7101 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2518ffa2-852c-4848-8d96-4caa4b76278a/4e84e206907e49279f2e173fb83cba07
+2017-05-28 03:10:52,533 DEBUG api_user 197 7101 140736541512640 APIUser activated successfully!
+2017-05-28 03:10:52,598 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:52,598 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:52,601 DEBUG db_general 151 7101 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:10:52,603 DEBUG db_general 162 7101 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:10:52,606 DEBUG db_general 151 7101 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:10:52,608 DEBUG db_general 162 7101 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:10:52,907 DEBUG api_virtual_function 73 7101 140736541512640 Virtual Function created successfully!
+2017-05-28 03:10:52,907 DEBUG api_gitlab 283 7101 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b/checklist/new/
+2017-05-28 03:10:52,970 DEBUG api_user 131 7101 140736541512640 200 OK
+2017-05-28 03:10:52,971 DEBUG api_user 133 7101 140736541512640 Login successfully.
+2017-05-28 03:10:52,999 DEBUG api_gitlab 304 7101 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:10:52,999 DEBUG fe_user 24 7101 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:10:52,999 DEBUG fe_user 25 7101 140736541512640 Insert Email
+2017-05-28 03:10:53,953 DEBUG fe_user 28 7101 140736541512640 Insert Password
+2017-05-28 03:10:54,597 DEBUG fe_user 30 7101 140736541512640 Click Login Button
+2017-05-28 03:10:54,712 DEBUG fe_user 32 7101 140736541512640 Login Button clicked
+2017-05-28 03:10:54,725 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:10:55,758 DEBUG db_general 177 7101 140736541512640 Query : select uuid from ice_vf Where name = 'STt5hLw';
+2017-05-28 03:10:55,760 DEBUG db_general 188 7101 140736541512640 Query result: cece4d6e-4837-4f39-bf63-4db1d5ad939f
+2017-05-28 03:10:55,764 DEBUG db_general 177 7101 140736541512640 Query : select engagement_id from ice_vf Where name = 'STt5hLw';
+2017-05-28 03:10:55,766 DEBUG db_general 188 7101 140736541512640 Query result: b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b
+2017-05-28 03:10:55,769 DEBUG db_general 177 7101 140736541512640 Query : select engagement_id from ice_vf Where name = 'STt5hLw';
+2017-05-28 03:10:55,771 DEBUG db_general 188 7101 140736541512640 Query result: b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b
+2017-05-28 03:10:55,774 DEBUG db_general 177 7101 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b';
+2017-05-28 03:10:55,776 DEBUG db_general 188 7101 140736541512640 Query result: 2017-1314
+2017-05-28 03:10:55,779 DEBUG db_general 177 7101 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1314';
+2017-05-28 03:10:55,781 DEBUG db_general 188 7101 140736541512640 Query result: 1
+2017-05-28 03:10:55,786 DEBUG fe_checklist 50 7101 140736541512640 EL email: dd1122@att.com
+2017-05-28 03:10:55,789 DEBUG db_general 177 7101 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b';
+2017-05-28 03:10:55,791 DEBUG db_general 188 7101 140736541512640 Query result: 2017-1314
+2017-05-28 03:10:57,097 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:10:58,109 DEBUG fe_general 41 7101 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=cece4d6e-4837-4f39-bf63-4db1d5ad939f&inviter_uuid=2518ffa2-852c-4848-8d96-4caa4b76278a&email=automationqattSTF8BL5@gmail.com
+2017-05-28 03:11:00,269 DEBUG fe_general 41 7101 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:11:00,840 DEBUG fe_user 24 7101 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:11:00,841 DEBUG fe_user 25 7101 140736541512640 Insert Email
+2017-05-28 03:11:01,616 DEBUG fe_user 28 7101 140736541512640 Insert Password
+2017-05-28 03:11:02,257 DEBUG fe_user 30 7101 140736541512640 Click Login Button
+2017-05-28 03:11:02,345 DEBUG fe_user 32 7101 140736541512640 Login Button clicked
+2017-05-28 03:11:02,352 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:11:02,902 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:11:03,414 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:11:08,666 DEBUG db_general 177 7101 140736541512640 Query : select uuid from ice_checklist Where name = 'ST73KVq';
+2017-05-28 03:11:08,669 DEBUG db_general 188 7101 140736541512640 Query result: a5b1be34-51b5-45e8-bd87-a1136666c7b3
+2017-05-28 03:11:08,672 DEBUG db_general 202 7101 140736541512640 Query : select state from ice_checklist Where uuid = 'a5b1be34-51b5-45e8-bd87-a1136666c7b3' order by update_time desc limit 1;
+2017-05-28 03:11:08,679 DEBUG db_general 177 7101 140736541512640 Query : select template_id from ice_checklist Where name = 'ST73KVq';
+2017-05-28 03:11:08,681 DEBUG db_general 188 7101 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:11:08,720 DEBUG fe_general 41 7101 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:11:09,429 DEBUG fe_user 24 7101 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:11:09,429 DEBUG fe_user 25 7101 140736541512640 Insert Email
+2017-05-28 03:11:10,247 DEBUG fe_user 28 7101 140736541512640 Insert Password
+2017-05-28 03:11:10,920 DEBUG fe_user 30 7101 140736541512640 Click Login Button
+2017-05-28 03:11:11,015 DEBUG fe_user 32 7101 140736541512640 Login Button clicked
+2017-05-28 03:11:11,024 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:11:11,691 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:11:12,206 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:11:14,411 DEBUG wait 117 7101 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:11:16,139 DEBUG db_general 177 7101 140736541512640 Query : select uuid from ice_checklist Where name = 'ST73KVq';
+2017-05-28 03:11:16,142 DEBUG db_general 188 7101 140736541512640 Query result: a5b1be34-51b5-45e8-bd87-a1136666c7b3
+2017-05-28 03:11:18,696 DEBUG db_general 177 7101 140736541512640 Query : select engagement_id from ice_vf Where name = 'STt5hLw';
+2017-05-28 03:11:18,699 DEBUG db_general 188 7101 140736541512640 Query result: b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b
+2017-05-28 03:11:18,702 DEBUG db_general 177 7101 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'b939e0ed-5b3f-44d8-bb21-ed7df2e20c3b';
+2017-05-28 03:11:18,705 DEBUG db_general 188 7101 140736541512640 Query result: 2017-1314
+2017-05-28 03:11:18,708 DEBUG db_general 177 7101 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1314';
+2017-05-28 03:11:18,710 DEBUG db_general 188 7101 140736541512640 Query result: 1
+2017-05-28 03:12:13,163 DEBUG api_user 107 7254 140736541512640 Moving to next test case
+2017-05-28 03:12:13,163 DEBUG api_user 194 7254 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3eb810f5-198c-4728-82b8-4accdc9204b4/550423614ee64450984a965d5908b6c4
+2017-05-28 03:12:13,194 DEBUG api_user 197 7254 140736541512640 APIUser activated successfully!
+2017-05-28 03:12:13,258 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:13,258 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:13,261 DEBUG db_general 151 7254 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:12:13,263 DEBUG db_general 162 7254 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:12:13,266 DEBUG db_general 151 7254 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:12:13,267 DEBUG db_general 162 7254 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:12:13,590 DEBUG api_virtual_function 73 7254 140736541512640 Virtual Function created successfully!
+2017-05-28 03:12:13,591 DEBUG api_gitlab 283 7254 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a7587edc-28d6-4ee5-8334-3643d427ed3e/checklist/new/
+2017-05-28 03:12:13,655 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:13,655 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:13,686 DEBUG api_gitlab 304 7254 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:12:13,750 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:13,750 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:13,827 DEBUG api_user 107 7254 140736541512640 Moving to next test case
+2017-05-28 03:12:13,827 DEBUG api_user 194 7254 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5bfb850b-57a3-49cc-a58c-47f9d580685d/3a437dbea0814e388042ee03626c00f4
+2017-05-28 03:12:13,857 DEBUG api_user 197 7254 140736541512640 APIUser activated successfully!
+2017-05-28 03:12:13,921 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:13,921 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:13,924 DEBUG db_general 151 7254 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:12:13,925 DEBUG db_general 162 7254 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:12:13,929 DEBUG db_general 151 7254 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:12:13,930 DEBUG db_general 162 7254 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:12:14,215 DEBUG api_virtual_function 73 7254 140736541512640 Virtual Function created successfully!
+2017-05-28 03:12:14,215 DEBUG api_gitlab 283 7254 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/201187b6-d0ad-4236-a3c3-cae7834f3a2c/checklist/new/
+2017-05-28 03:12:14,280 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:14,281 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:14,310 DEBUG api_gitlab 304 7254 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:12:14,310 DEBUG logFuncEntry 34 7254 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:12:14,310 DEBUG test_ui_base 48 7254 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:12:15,411 DEBUG api_user 107 7254 140736541512640 Moving to next test case
+2017-05-28 03:12:15,411 DEBUG api_user 194 7254 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e69f53ec-df11-4c04-b00a-67fd869b620d/e39d0974ec0b4e95a3dafdf00fffaf83
+2017-05-28 03:12:15,443 DEBUG api_user 197 7254 140736541512640 APIUser activated successfully!
+2017-05-28 03:12:15,506 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:15,507 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:15,510 DEBUG db_general 151 7254 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:12:15,511 DEBUG db_general 162 7254 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:12:15,515 DEBUG db_general 151 7254 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:12:15,516 DEBUG db_general 162 7254 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:12:15,801 DEBUG api_virtual_function 73 7254 140736541512640 Virtual Function created successfully!
+2017-05-28 03:12:15,801 DEBUG api_gitlab 283 7254 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8b06528e-caf3-41f7-902a-feb8829c6956/checklist/new/
+2017-05-28 03:12:15,862 DEBUG api_user 131 7254 140736541512640 200 OK
+2017-05-28 03:12:15,862 DEBUG api_user 133 7254 140736541512640 Login successfully.
+2017-05-28 03:12:15,891 DEBUG api_gitlab 304 7254 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:12:15,891 DEBUG fe_user 24 7254 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:12:15,891 DEBUG fe_user 25 7254 140736541512640 Insert Email
+2017-05-28 03:12:16,843 DEBUG fe_user 28 7254 140736541512640 Insert Password
+2017-05-28 03:12:17,488 DEBUG fe_user 30 7254 140736541512640 Click Login Button
+2017-05-28 03:12:17,601 DEBUG fe_user 32 7254 140736541512640 Login Button clicked
+2017-05-28 03:12:17,611 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:12:18,643 DEBUG db_general 177 7254 140736541512640 Query : select uuid from ice_vf Where name = 'STN6qyk';
+2017-05-28 03:12:18,645 DEBUG db_general 188 7254 140736541512640 Query result: ef7fb923-49c9-4535-965f-1cd30feabfd8
+2017-05-28 03:12:18,649 DEBUG db_general 177 7254 140736541512640 Query : select engagement_id from ice_vf Where name = 'STN6qyk';
+2017-05-28 03:12:18,651 DEBUG db_general 188 7254 140736541512640 Query result: 8b06528e-caf3-41f7-902a-feb8829c6956
+2017-05-28 03:12:18,654 DEBUG db_general 177 7254 140736541512640 Query : select engagement_id from ice_vf Where name = 'STN6qyk';
+2017-05-28 03:12:18,656 DEBUG db_general 188 7254 140736541512640 Query result: 8b06528e-caf3-41f7-902a-feb8829c6956
+2017-05-28 03:12:18,659 DEBUG db_general 177 7254 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '8b06528e-caf3-41f7-902a-feb8829c6956';
+2017-05-28 03:12:18,662 DEBUG db_general 188 7254 140736541512640 Query result: 2017-1317
+2017-05-28 03:12:18,665 DEBUG db_general 177 7254 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1317';
+2017-05-28 03:12:18,667 DEBUG db_general 188 7254 140736541512640 Query result: 1
+2017-05-28 03:12:18,672 DEBUG fe_checklist 50 7254 140736541512640 EL email: dd1122@att.com
+2017-05-28 03:12:18,675 DEBUG db_general 177 7254 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '8b06528e-caf3-41f7-902a-feb8829c6956';
+2017-05-28 03:12:18,677 DEBUG db_general 188 7254 140736541512640 Query result: 2017-1317
+2017-05-28 03:12:19,990 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:12:21,005 DEBUG fe_general 41 7254 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=ef7fb923-49c9-4535-965f-1cd30feabfd8&inviter_uuid=e69f53ec-df11-4c04-b00a-67fd869b620d&email=automationqattSTSeug9@gmail.com
+2017-05-28 03:12:22,840 DEBUG fe_general 41 7254 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:12:23,419 DEBUG fe_user 24 7254 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:12:23,419 DEBUG fe_user 25 7254 140736541512640 Insert Email
+2017-05-28 03:12:24,196 DEBUG fe_user 28 7254 140736541512640 Insert Password
+2017-05-28 03:12:24,834 DEBUG fe_user 30 7254 140736541512640 Click Login Button
+2017-05-28 03:12:24,926 DEBUG fe_user 32 7254 140736541512640 Login Button clicked
+2017-05-28 03:12:24,935 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:12:25,487 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:12:25,998 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:12:31,371 DEBUG db_general 177 7254 140736541512640 Query : select uuid from ice_checklist Where name = 'STJWUhy';
+2017-05-28 03:12:31,373 DEBUG db_general 188 7254 140736541512640 Query result: 2316693d-8c08-4fc1-a441-9f2945c0aae8
+2017-05-28 03:12:31,376 DEBUG db_general 202 7254 140736541512640 Query : select state from ice_checklist Where uuid = '2316693d-8c08-4fc1-a441-9f2945c0aae8' order by update_time desc limit 1;
+2017-05-28 03:12:31,381 DEBUG db_general 177 7254 140736541512640 Query : select template_id from ice_checklist Where name = 'STJWUhy';
+2017-05-28 03:12:31,383 DEBUG db_general 188 7254 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:12:31,420 DEBUG fe_general 41 7254 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:12:32,150 DEBUG fe_user 24 7254 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:12:32,150 DEBUG fe_user 25 7254 140736541512640 Insert Email
+2017-05-28 03:12:33,008 DEBUG fe_user 28 7254 140736541512640 Insert Password
+2017-05-28 03:12:33,706 DEBUG fe_user 30 7254 140736541512640 Click Login Button
+2017-05-28 03:12:33,801 DEBUG fe_user 32 7254 140736541512640 Login Button clicked
+2017-05-28 03:12:33,812 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:12:34,353 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:12:34,865 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:12:37,074 DEBUG wait 117 7254 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:12:38,760 DEBUG db_general 177 7254 140736541512640 Query : select uuid from ice_checklist Where name = 'STJWUhy';
+2017-05-28 03:12:38,762 DEBUG db_general 188 7254 140736541512640 Query result: 2316693d-8c08-4fc1-a441-9f2945c0aae8
+2017-05-28 03:12:41,506 DEBUG db_general 177 7254 140736541512640 Query : select engagement_id from ice_vf Where name = 'STN6qyk';
+2017-05-28 03:12:41,508 DEBUG db_general 188 7254 140736541512640 Query result: 8b06528e-caf3-41f7-902a-feb8829c6956
+2017-05-28 03:12:41,512 DEBUG db_general 177 7254 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '8b06528e-caf3-41f7-902a-feb8829c6956';
+2017-05-28 03:12:41,514 DEBUG db_general 188 7254 140736541512640 Query result: 2017-1317
+2017-05-28 03:12:41,518 DEBUG db_general 177 7254 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1317';
+2017-05-28 03:12:41,520 DEBUG db_general 188 7254 140736541512640 Query result: 1
+2017-05-28 03:12:52,489 ERROR exception_decor 23 7254 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:12:52,494 DEBUG logFuncEntry 34 7254 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:12:52,494 DEBUG logFuncEntry 34 7254 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:12:53,062 DEBUG test_ui_base 78 7254 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 03:15:16,863 DEBUG api_user 107 7429 140736541512640 Moving to next test case
+2017-05-28 03:15:16,863 DEBUG api_user 194 7429 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d31ff0d3-ba3e-4123-a4e5-92b017b22458/d4a52b3cdf0c4b248f039b3d319dcda8
+2017-05-28 03:15:16,895 DEBUG api_user 197 7429 140736541512640 APIUser activated successfully!
+2017-05-28 03:15:16,960 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:16,960 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:16,964 DEBUG db_general 151 7429 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:15:16,965 DEBUG db_general 162 7429 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:15:16,969 DEBUG db_general 151 7429 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:15:16,970 DEBUG db_general 162 7429 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:15:17,298 DEBUG api_virtual_function 73 7429 140736541512640 Virtual Function created successfully!
+2017-05-28 03:15:17,298 DEBUG api_gitlab 283 7429 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b913d631-0146-47c8-9ab8-ed595a8c267c/checklist/new/
+2017-05-28 03:15:17,359 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:17,360 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:17,389 DEBUG api_gitlab 304 7429 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:15:17,465 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:17,466 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:17,536 DEBUG api_user 107 7429 140736541512640 Moving to next test case
+2017-05-28 03:15:17,536 DEBUG api_user 194 7429 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b6f0df91-2898-4f58-b257-6341e11c4fce/b231b922bf4c4324911d7b5a8a13b122
+2017-05-28 03:15:17,566 DEBUG api_user 197 7429 140736541512640 APIUser activated successfully!
+2017-05-28 03:15:17,629 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:17,629 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:17,633 DEBUG db_general 151 7429 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:15:17,634 DEBUG db_general 162 7429 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:15:17,637 DEBUG db_general 151 7429 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:15:17,639 DEBUG db_general 162 7429 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:15:17,911 DEBUG api_virtual_function 73 7429 140736541512640 Virtual Function created successfully!
+2017-05-28 03:15:17,911 DEBUG api_gitlab 283 7429 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e5523aae-cfba-486f-add9-ebb5c147dfb8/checklist/new/
+2017-05-28 03:15:17,973 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:17,974 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:18,002 DEBUG api_gitlab 304 7429 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:15:18,003 DEBUG logFuncEntry 34 7429 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:15:18,003 DEBUG test_ui_base 48 7429 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:15:19,105 DEBUG api_user 107 7429 140736541512640 Moving to next test case
+2017-05-28 03:15:19,105 DEBUG api_user 194 7429 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3e0b4c5c-1b0b-49a6-8a67-c8b757823f15/ebce259684b94f8984f88423e0344976
+2017-05-28 03:15:19,137 DEBUG api_user 197 7429 140736541512640 APIUser activated successfully!
+2017-05-28 03:15:19,215 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:19,215 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:19,219 DEBUG db_general 151 7429 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:15:19,221 DEBUG db_general 162 7429 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:15:19,224 DEBUG db_general 151 7429 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:15:19,225 DEBUG db_general 162 7429 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:15:19,497 DEBUG api_virtual_function 73 7429 140736541512640 Virtual Function created successfully!
+2017-05-28 03:15:19,498 DEBUG api_gitlab 283 7429 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22/checklist/new/
+2017-05-28 03:15:19,558 DEBUG api_user 131 7429 140736541512640 200 OK
+2017-05-28 03:15:19,558 DEBUG api_user 133 7429 140736541512640 Login successfully.
+2017-05-28 03:15:19,587 DEBUG api_gitlab 304 7429 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:15:19,588 DEBUG fe_user 24 7429 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:15:19,588 DEBUG fe_user 25 7429 140736541512640 Insert Email
+2017-05-28 03:15:20,537 DEBUG fe_user 28 7429 140736541512640 Insert Password
+2017-05-28 03:15:21,178 DEBUG fe_user 30 7429 140736541512640 Click Login Button
+2017-05-28 03:15:21,291 DEBUG fe_user 32 7429 140736541512640 Login Button clicked
+2017-05-28 03:15:21,300 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:15:22,333 DEBUG db_general 177 7429 140736541512640 Query : select uuid from ice_vf Where name = 'STgUaYB';
+2017-05-28 03:15:22,336 DEBUG db_general 188 7429 140736541512640 Query result: 4bc3ea53-e4f2-465c-af13-fd2e4ce73c9f
+2017-05-28 03:15:22,339 DEBUG db_general 177 7429 140736541512640 Query : select engagement_id from ice_vf Where name = 'STgUaYB';
+2017-05-28 03:15:22,341 DEBUG db_general 188 7429 140736541512640 Query result: 8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22
+2017-05-28 03:15:22,344 DEBUG db_general 177 7429 140736541512640 Query : select engagement_id from ice_vf Where name = 'STgUaYB';
+2017-05-28 03:15:22,346 DEBUG db_general 188 7429 140736541512640 Query result: 8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22
+2017-05-28 03:15:22,350 DEBUG db_general 177 7429 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22';
+2017-05-28 03:15:22,352 DEBUG db_general 188 7429 140736541512640 Query result: 2017-1320
+2017-05-28 03:15:22,355 DEBUG db_general 177 7429 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1320';
+2017-05-28 03:15:22,357 DEBUG db_general 188 7429 140736541512640 Query result: 2
+2017-05-28 03:15:22,362 DEBUG fe_checklist 50 7429 140736541512640 EL email: hs0007@att.com
+2017-05-28 03:15:22,365 DEBUG db_general 177 7429 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22';
+2017-05-28 03:15:22,367 DEBUG db_general 188 7429 140736541512640 Query result: 2017-1320
+2017-05-28 03:15:23,666 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:15:24,680 DEBUG fe_general 41 7429 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=4bc3ea53-e4f2-465c-af13-fd2e4ce73c9f&inviter_uuid=3e0b4c5c-1b0b-49a6-8a67-c8b757823f15&email=automationqattSTzy0iW@gmail.com
+2017-05-28 03:15:26,582 DEBUG fe_general 41 7429 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:15:27,149 DEBUG fe_user 24 7429 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:15:27,149 DEBUG fe_user 25 7429 140736541512640 Insert Email
+2017-05-28 03:15:27,931 DEBUG fe_user 28 7429 140736541512640 Insert Password
+2017-05-28 03:15:28,576 DEBUG fe_user 30 7429 140736541512640 Click Login Button
+2017-05-28 03:15:28,664 DEBUG fe_user 32 7429 140736541512640 Login Button clicked
+2017-05-28 03:15:28,673 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:15:29,226 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:15:29,740 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:15:35,215 DEBUG db_general 177 7429 140736541512640 Query : select uuid from ice_checklist Where name = 'STdVNag';
+2017-05-28 03:15:35,218 DEBUG db_general 188 7429 140736541512640 Query result: 903b1f48-22d8-41a1-afa8-f53e009a9c1e
+2017-05-28 03:15:35,222 DEBUG db_general 202 7429 140736541512640 Query : select state from ice_checklist Where uuid = '903b1f48-22d8-41a1-afa8-f53e009a9c1e' order by update_time desc limit 1;
+2017-05-28 03:15:35,227 DEBUG db_general 177 7429 140736541512640 Query : select template_id from ice_checklist Where name = 'STdVNag';
+2017-05-28 03:15:35,229 DEBUG db_general 188 7429 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:15:35,266 DEBUG fe_general 41 7429 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:15:35,969 DEBUG fe_user 24 7429 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:15:35,969 DEBUG fe_user 25 7429 140736541512640 Insert Email
+2017-05-28 03:15:36,746 DEBUG fe_user 28 7429 140736541512640 Insert Password
+2017-05-28 03:15:37,382 DEBUG fe_user 30 7429 140736541512640 Click Login Button
+2017-05-28 03:15:37,463 DEBUG fe_user 32 7429 140736541512640 Login Button clicked
+2017-05-28 03:15:37,474 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:15:38,138 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:15:38,678 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:15:40,885 DEBUG wait 117 7429 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:15:42,719 DEBUG db_general 177 7429 140736541512640 Query : select uuid from ice_checklist Where name = 'STdVNag';
+2017-05-28 03:15:42,721 DEBUG db_general 188 7429 140736541512640 Query result: 903b1f48-22d8-41a1-afa8-f53e009a9c1e
+2017-05-28 03:15:45,417 DEBUG db_general 177 7429 140736541512640 Query : select engagement_id from ice_vf Where name = 'STgUaYB';
+2017-05-28 03:15:45,420 DEBUG db_general 188 7429 140736541512640 Query result: 8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22
+2017-05-28 03:15:45,424 DEBUG db_general 177 7429 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '8ba3ff2d-a02b-4436-b0e4-1eda9ec4aa22';
+2017-05-28 03:15:45,426 DEBUG db_general 188 7429 140736541512640 Query result: 2017-1320
+2017-05-28 03:15:45,429 DEBUG db_general 177 7429 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1320';
+2017-05-28 03:15:45,431 DEBUG db_general 188 7429 140736541512640 Query result: 2
+2017-05-28 03:15:46,269 ERROR exception_decor 23 7429 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:15:46,271 DEBUG logFuncEntry 34 7429 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:15:46,271 DEBUG logFuncEntry 34 7429 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:15:46,850 DEBUG test_ui_base 78 7429 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 03:24:41,793 DEBUG api_user 107 7693 140736541512640 Moving to next test case
+2017-05-28 03:24:41,793 DEBUG api_user 194 7693 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2ec09fb8-c98e-497c-b0e2-05757e9cebfb/8e439b389b9a4a598c4dd72c6cd04f95
+2017-05-28 03:24:41,822 DEBUG api_user 197 7693 140736541512640 APIUser activated successfully!
+2017-05-28 03:24:41,887 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:41,887 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:41,891 DEBUG db_general 151 7693 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:24:41,893 DEBUG db_general 162 7693 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:24:41,897 DEBUG db_general 151 7693 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:24:41,898 DEBUG db_general 162 7693 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:24:42,229 DEBUG api_virtual_function 73 7693 140736541512640 Virtual Function created successfully!
+2017-05-28 03:24:42,230 DEBUG api_gitlab 283 7693 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2023ec1f-a033-4bb7-a354-a78d738ba006/checklist/new/
+2017-05-28 03:24:42,312 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:42,312 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:42,341 DEBUG api_gitlab 304 7693 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:24:42,419 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:42,420 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:42,493 DEBUG api_user 107 7693 140736541512640 Moving to next test case
+2017-05-28 03:24:42,493 DEBUG api_user 194 7693 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ea3b6827-437b-4d3d-a313-7f990b1e928d/4332dad2c6774ca4b97de6be0d5270a9
+2017-05-28 03:24:42,525 DEBUG api_user 197 7693 140736541512640 APIUser activated successfully!
+2017-05-28 03:24:42,591 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:42,592 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:42,596 DEBUG db_general 151 7693 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:24:42,597 DEBUG db_general 162 7693 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:24:42,601 DEBUG db_general 151 7693 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:24:42,602 DEBUG db_general 162 7693 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:24:42,882 DEBUG api_virtual_function 73 7693 140736541512640 Virtual Function created successfully!
+2017-05-28 03:24:42,882 DEBUG api_gitlab 283 7693 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/dbe39758-b108-4015-b87f-84cd6aeda262/checklist/new/
+2017-05-28 03:24:42,943 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:42,943 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:42,972 DEBUG api_gitlab 304 7693 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:24:42,973 DEBUG logFuncEntry 34 7693 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:24:42,973 DEBUG test_ui_base 48 7693 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:24:44,056 DEBUG api_user 107 7693 140736541512640 Moving to next test case
+2017-05-28 03:24:44,056 DEBUG api_user 194 7693 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/730fe79b-89ad-4a9c-8b7f-15102c449dfe/8b266c97f00e4c6d8067a3c54ff1e41f
+2017-05-28 03:24:44,087 DEBUG api_user 197 7693 140736541512640 APIUser activated successfully!
+2017-05-28 03:24:44,153 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:44,153 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:44,157 DEBUG db_general 151 7693 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:24:44,159 DEBUG db_general 162 7693 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:24:44,162 DEBUG db_general 151 7693 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:24:44,164 DEBUG db_general 162 7693 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:24:44,439 DEBUG api_virtual_function 73 7693 140736541512640 Virtual Function created successfully!
+2017-05-28 03:24:44,439 DEBUG api_gitlab 283 7693 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c737c5cd-69b2-4b57-aa08-7ccf36ad3557/checklist/new/
+2017-05-28 03:24:44,503 DEBUG api_user 131 7693 140736541512640 200 OK
+2017-05-28 03:24:44,503 DEBUG api_user 133 7693 140736541512640 Login successfully.
+2017-05-28 03:24:44,533 DEBUG api_gitlab 304 7693 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:24:44,533 DEBUG fe_user 24 7693 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:24:44,533 DEBUG fe_user 25 7693 140736541512640 Insert Email
+2017-05-28 03:24:45,493 DEBUG fe_user 28 7693 140736541512640 Insert Password
+2017-05-28 03:24:46,136 DEBUG fe_user 30 7693 140736541512640 Click Login Button
+2017-05-28 03:24:46,254 DEBUG fe_user 32 7693 140736541512640 Login Button clicked
+2017-05-28 03:24:46,265 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:24:47,295 DEBUG db_general 177 7693 140736541512640 Query : select uuid from ice_vf Where name = 'STdWg3w';
+2017-05-28 03:24:47,297 DEBUG db_general 188 7693 140736541512640 Query result: 2fbe85af-4765-4927-9ad2-651684d359f1
+2017-05-28 03:24:47,301 DEBUG db_general 177 7693 140736541512640 Query : select engagement_id from ice_vf Where name = 'STdWg3w';
+2017-05-28 03:24:47,303 DEBUG db_general 188 7693 140736541512640 Query result: c737c5cd-69b2-4b57-aa08-7ccf36ad3557
+2017-05-28 03:24:47,306 DEBUG db_general 177 7693 140736541512640 Query : select engagement_id from ice_vf Where name = 'STdWg3w';
+2017-05-28 03:24:47,308 DEBUG db_general 188 7693 140736541512640 Query result: c737c5cd-69b2-4b57-aa08-7ccf36ad3557
+2017-05-28 03:24:47,312 DEBUG db_general 177 7693 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'c737c5cd-69b2-4b57-aa08-7ccf36ad3557';
+2017-05-28 03:24:47,314 DEBUG db_general 188 7693 140736541512640 Query result: 2017-1323
+2017-05-28 03:24:47,317 DEBUG db_general 177 7693 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1323';
+2017-05-28 03:24:47,319 DEBUG db_general 188 7693 140736541512640 Query result: 2
+2017-05-28 03:24:47,324 DEBUG fe_checklist 50 7693 140736541512640 EL email: hs0007@att.com
+2017-05-28 03:24:47,327 DEBUG db_general 177 7693 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'c737c5cd-69b2-4b57-aa08-7ccf36ad3557';
+2017-05-28 03:24:47,329 DEBUG db_general 188 7693 140736541512640 Query result: 2017-1323
+2017-05-28 03:24:48,651 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:24:49,663 DEBUG fe_general 41 7693 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=2fbe85af-4765-4927-9ad2-651684d359f1&inviter_uuid=730fe79b-89ad-4a9c-8b7f-15102c449dfe&email=automationqattSTf2POR@gmail.com
+2017-05-28 03:24:51,691 DEBUG fe_general 41 7693 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:24:52,293 DEBUG fe_user 24 7693 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:24:52,293 DEBUG fe_user 25 7693 140736541512640 Insert Email
+2017-05-28 03:24:53,075 DEBUG fe_user 28 7693 140736541512640 Insert Password
+2017-05-28 03:24:53,716 DEBUG fe_user 30 7693 140736541512640 Click Login Button
+2017-05-28 03:24:53,809 DEBUG fe_user 32 7693 140736541512640 Login Button clicked
+2017-05-28 03:24:53,818 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:24:54,388 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:24:54,903 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:25:00,427 DEBUG db_general 177 7693 140736541512640 Query : select uuid from ice_checklist Where name = 'STXDs6J';
+2017-05-28 03:25:00,429 DEBUG db_general 188 7693 140736541512640 Query result: 47df8826-8b83-4932-a5d7-5785b358d738
+2017-05-28 03:25:00,432 DEBUG db_general 202 7693 140736541512640 Query : select state from ice_checklist Where uuid = '47df8826-8b83-4932-a5d7-5785b358d738' order by update_time desc limit 1;
+2017-05-28 03:25:00,438 DEBUG db_general 177 7693 140736541512640 Query : select template_id from ice_checklist Where name = 'STXDs6J';
+2017-05-28 03:25:00,440 DEBUG db_general 188 7693 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:25:00,478 DEBUG fe_general 41 7693 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:25:01,174 DEBUG fe_user 24 7693 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:25:01,174 DEBUG fe_user 25 7693 140736541512640 Insert Email
+2017-05-28 03:25:01,944 DEBUG fe_user 28 7693 140736541512640 Insert Password
+2017-05-28 03:25:02,586 DEBUG fe_user 30 7693 140736541512640 Click Login Button
+2017-05-28 03:25:02,670 DEBUG fe_user 32 7693 140736541512640 Login Button clicked
+2017-05-28 03:25:02,680 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:25:03,252 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:25:03,773 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:25:05,975 DEBUG wait 117 7693 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:25:07,788 DEBUG db_general 177 7693 140736541512640 Query : select uuid from ice_checklist Where name = 'STXDs6J';
+2017-05-28 03:25:07,790 DEBUG db_general 188 7693 140736541512640 Query result: 47df8826-8b83-4932-a5d7-5785b358d738
+2017-05-28 03:25:10,464 DEBUG db_general 177 7693 140736541512640 Query : select engagement_id from ice_vf Where name = 'STdWg3w';
+2017-05-28 03:25:10,467 DEBUG db_general 188 7693 140736541512640 Query result: c737c5cd-69b2-4b57-aa08-7ccf36ad3557
+2017-05-28 03:25:10,470 DEBUG db_general 177 7693 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = 'c737c5cd-69b2-4b57-aa08-7ccf36ad3557';
+2017-05-28 03:25:10,472 DEBUG db_general 188 7693 140736541512640 Query result: 2017-1323
+2017-05-28 03:25:10,475 DEBUG db_general 177 7693 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1323';
+2017-05-28 03:25:10,478 DEBUG db_general 188 7693 140736541512640 Query result: 2
+2017-05-28 03:25:21,421 ERROR exception_decor 23 7693 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:25:21,423 DEBUG logFuncEntry 34 7693 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:25:21,423 DEBUG logFuncEntry 34 7693 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:25:22,001 DEBUG test_ui_base 78 7693 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 03:26:09,465 DEBUG api_user 107 7841 140736541512640 Moving to next test case
+2017-05-28 03:26:09,465 DEBUG api_user 194 7841 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c22ea2f-8731-4172-b209-dd5461c3a29c/2a2adf95aad3443e8fb2cc8049af2e2c
+2017-05-28 03:26:09,493 DEBUG api_user 197 7841 140736541512640 APIUser activated successfully!
+2017-05-28 03:26:09,562 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:09,563 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:09,566 DEBUG db_general 151 7841 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:26:09,568 DEBUG db_general 162 7841 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:26:09,571 DEBUG db_general 151 7841 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:26:09,573 DEBUG db_general 162 7841 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:26:09,897 DEBUG api_virtual_function 73 7841 140736541512640 Virtual Function created successfully!
+2017-05-28 03:26:09,898 DEBUG api_gitlab 283 7841 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8290e64c-e517-4558-bdfe-7225f55c2072/checklist/new/
+2017-05-28 03:26:09,968 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:09,968 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:10,002 DEBUG api_gitlab 304 7841 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:26:10,074 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:10,074 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:10,149 DEBUG api_user 107 7841 140736541512640 Moving to next test case
+2017-05-28 03:26:10,150 DEBUG api_user 194 7841 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/aa5dd035-becf-4b0d-a761-c20b3e146256/cd05acf5e3cb4772a6548533838fa399
+2017-05-28 03:26:10,178 DEBUG api_user 197 7841 140736541512640 APIUser activated successfully!
+2017-05-28 03:26:10,248 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:10,248 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:10,252 DEBUG db_general 151 7841 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:26:10,253 DEBUG db_general 162 7841 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:26:10,257 DEBUG db_general 151 7841 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:26:10,259 DEBUG db_general 162 7841 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:26:10,545 DEBUG api_virtual_function 73 7841 140736541512640 Virtual Function created successfully!
+2017-05-28 03:26:10,545 DEBUG api_gitlab 283 7841 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/92b77624-d9e4-44f6-8ea7-02f38e2194cd/checklist/new/
+2017-05-28 03:26:10,612 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:10,613 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:10,645 DEBUG api_gitlab 304 7841 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:26:10,646 DEBUG logFuncEntry 34 7841 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:26:10,647 DEBUG test_ui_base 48 7841 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:26:11,776 DEBUG api_user 107 7841 140736541512640 Moving to next test case
+2017-05-28 03:26:11,777 DEBUG api_user 194 7841 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c7356d0-af0a-4a60-8bad-e411b2f5e8f5/f5de84a67f72479c97e835a563b9e28d
+2017-05-28 03:26:11,805 DEBUG api_user 197 7841 140736541512640 APIUser activated successfully!
+2017-05-28 03:26:11,874 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:11,875 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:11,880 DEBUG db_general 151 7841 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:26:11,881 DEBUG db_general 162 7841 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:26:11,884 DEBUG db_general 151 7841 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:26:11,886 DEBUG db_general 162 7841 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:26:12,225 DEBUG api_virtual_function 73 7841 140736541512640 Virtual Function created successfully!
+2017-05-28 03:26:12,226 DEBUG api_gitlab 283 7841 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2f49d5ad-2e0c-4f04-83ed-161c7783aad0/checklist/new/
+2017-05-28 03:26:12,292 DEBUG api_user 131 7841 140736541512640 200 OK
+2017-05-28 03:26:12,292 DEBUG api_user 133 7841 140736541512640 Login successfully.
+2017-05-28 03:26:12,326 DEBUG api_gitlab 304 7841 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:26:12,326 DEBUG fe_user 24 7841 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:26:12,326 DEBUG fe_user 25 7841 140736541512640 Insert Email
+2017-05-28 03:26:13,284 DEBUG fe_user 28 7841 140736541512640 Insert Password
+2017-05-28 03:26:13,940 DEBUG fe_user 30 7841 140736541512640 Click Login Button
+2017-05-28 03:26:14,061 DEBUG fe_user 32 7841 140736541512640 Login Button clicked
+2017-05-28 03:26:14,076 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:26:15,108 DEBUG db_general 177 7841 140736541512640 Query : select uuid from ice_vf Where name = 'STIq7xf';
+2017-05-28 03:26:15,112 DEBUG db_general 188 7841 140736541512640 Query result: 33ad266d-20a8-4ea9-a91c-5b2dc5c8fce1
+2017-05-28 03:26:15,115 DEBUG db_general 177 7841 140736541512640 Query : select engagement_id from ice_vf Where name = 'STIq7xf';
+2017-05-28 03:26:15,118 DEBUG db_general 188 7841 140736541512640 Query result: 2f49d5ad-2e0c-4f04-83ed-161c7783aad0
+2017-05-28 03:26:15,122 DEBUG db_general 177 7841 140736541512640 Query : select engagement_id from ice_vf Where name = 'STIq7xf';
+2017-05-28 03:26:15,124 DEBUG db_general 188 7841 140736541512640 Query result: 2f49d5ad-2e0c-4f04-83ed-161c7783aad0
+2017-05-28 03:26:15,127 DEBUG db_general 177 7841 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '2f49d5ad-2e0c-4f04-83ed-161c7783aad0';
+2017-05-28 03:26:15,129 DEBUG db_general 188 7841 140736541512640 Query result: 2017-1326
+2017-05-28 03:26:15,133 DEBUG db_general 177 7841 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1326';
+2017-05-28 03:26:15,135 DEBUG db_general 188 7841 140736541512640 Query result: 2
+2017-05-28 03:26:15,140 DEBUG fe_checklist 50 7841 140736541512640 EL email: hs0007@att.com
+2017-05-28 03:26:15,144 DEBUG db_general 177 7841 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '2f49d5ad-2e0c-4f04-83ed-161c7783aad0';
+2017-05-28 03:26:15,149 DEBUG db_general 188 7841 140736541512640 Query result: 2017-1326
+2017-05-28 03:26:16,470 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:26:17,487 DEBUG fe_general 41 7841 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=33ad266d-20a8-4ea9-a91c-5b2dc5c8fce1&inviter_uuid=1c7356d0-af0a-4a60-8bad-e411b2f5e8f5&email=automationqattSTdEHR5@gmail.com
+2017-05-28 03:26:19,501 DEBUG fe_general 41 7841 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:26:20,071 DEBUG fe_user 24 7841 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:26:20,071 DEBUG fe_user 25 7841 140736541512640 Insert Email
+2017-05-28 03:26:20,845 DEBUG fe_user 28 7841 140736541512640 Insert Password
+2017-05-28 03:26:21,482 DEBUG fe_user 30 7841 140736541512640 Click Login Button
+2017-05-28 03:26:21,567 DEBUG fe_user 32 7841 140736541512640 Login Button clicked
+2017-05-28 03:26:21,581 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:26:22,154 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:26:22,670 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:26:28,466 DEBUG db_general 177 7841 140736541512640 Query : select uuid from ice_checklist Where name = 'STbBI36';
+2017-05-28 03:26:28,468 DEBUG db_general 188 7841 140736541512640 Query result: 4d738ddb-9faa-4fa0-a6e6-f7296db71ebf
+2017-05-28 03:26:28,472 DEBUG db_general 202 7841 140736541512640 Query : select state from ice_checklist Where uuid = '4d738ddb-9faa-4fa0-a6e6-f7296db71ebf' order by update_time desc limit 1;
+2017-05-28 03:26:28,478 DEBUG db_general 177 7841 140736541512640 Query : select template_id from ice_checklist Where name = 'STbBI36';
+2017-05-28 03:26:28,480 DEBUG db_general 188 7841 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:26:28,521 DEBUG fe_general 41 7841 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:26:29,686 DEBUG fe_user 24 7841 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:26:29,686 DEBUG fe_user 25 7841 140736541512640 Insert Email
+2017-05-28 03:26:30,475 DEBUG fe_user 28 7841 140736541512640 Insert Password
+2017-05-28 03:26:31,110 DEBUG fe_user 30 7841 140736541512640 Click Login Button
+2017-05-28 03:26:31,198 DEBUG fe_user 32 7841 140736541512640 Login Button clicked
+2017-05-28 03:26:31,214 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:26:31,917 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:26:34,118 DEBUG wait 117 7841 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:26:35,968 DEBUG db_general 177 7841 140736541512640 Query : select uuid from ice_checklist Where name = 'STbBI36';
+2017-05-28 03:26:35,970 DEBUG db_general 188 7841 140736541512640 Query result: 4d738ddb-9faa-4fa0-a6e6-f7296db71ebf
+2017-05-28 03:26:38,463 DEBUG db_general 177 7841 140736541512640 Query : select engagement_id from ice_vf Where name = 'STIq7xf';
+2017-05-28 03:26:38,466 DEBUG db_general 188 7841 140736541512640 Query result: 2f49d5ad-2e0c-4f04-83ed-161c7783aad0
+2017-05-28 03:26:38,469 DEBUG db_general 177 7841 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '2f49d5ad-2e0c-4f04-83ed-161c7783aad0';
+2017-05-28 03:26:38,471 DEBUG db_general 188 7841 140736541512640 Query result: 2017-1326
+2017-05-28 03:26:38,475 DEBUG db_general 177 7841 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1326';
+2017-05-28 03:26:38,477 DEBUG db_general 188 7841 140736541512640 Query result: 2
+2017-05-28 03:27:50,210 ERROR exception_decor 23 7841 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:27:50,212 DEBUG logFuncEntry 34 7841 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:27:50,212 DEBUG logFuncEntry 34 7841 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:27:51,578 DEBUG test_ui_base 78 7841 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 03:28:49,026 DEBUG api_user 107 8086 140736541512640 Moving to next test case
+2017-05-28 03:28:49,027 DEBUG api_user 194 8086 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec16db43-df39-4c72-b509-e5dd89b2bfcf/077539bbdeea42da8f319115ecc26784
+2017-05-28 03:28:49,056 DEBUG api_user 197 8086 140736541512640 APIUser activated successfully!
+2017-05-28 03:28:49,126 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:49,126 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:49,130 DEBUG db_general 151 8086 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:28:49,131 DEBUG db_general 162 8086 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:28:49,136 DEBUG db_general 151 8086 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:28:49,138 DEBUG db_general 162 8086 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:28:49,453 DEBUG api_virtual_function 73 8086 140736541512640 Virtual Function created successfully!
+2017-05-28 03:28:49,454 DEBUG api_gitlab 283 8086 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f1919d2e-bbdd-46d5-bc91-f25073809ad6/checklist/new/
+2017-05-28 03:28:49,522 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:49,522 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:49,556 DEBUG api_gitlab 304 8086 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:28:49,635 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:49,636 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:49,714 DEBUG api_user 107 8086 140736541512640 Moving to next test case
+2017-05-28 03:28:49,714 DEBUG api_user 194 8086 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/13ef6954-17de-4d88-8a16-03e9997df16e/713782f8382b4da39ded67dc945bb4ad
+2017-05-28 03:28:49,746 DEBUG api_user 197 8086 140736541512640 APIUser activated successfully!
+2017-05-28 03:28:49,821 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:49,821 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:49,825 DEBUG db_general 151 8086 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:28:49,827 DEBUG db_general 162 8086 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:28:49,831 DEBUG db_general 151 8086 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:28:49,832 DEBUG db_general 162 8086 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:28:50,121 DEBUG api_virtual_function 73 8086 140736541512640 Virtual Function created successfully!
+2017-05-28 03:28:50,122 DEBUG api_gitlab 283 8086 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4787eb82-28e6-43c2-bbc1-714ca038aacb/checklist/new/
+2017-05-28 03:28:50,192 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:50,193 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:50,231 DEBUG api_gitlab 304 8086 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:28:50,232 DEBUG logFuncEntry 34 8086 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:28:50,233 DEBUG test_ui_base 48 8086 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:28:51,402 DEBUG api_user 107 8086 140736541512640 Moving to next test case
+2017-05-28 03:28:51,402 DEBUG api_user 194 8086 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30c9e994-d56c-4d97-99a9-3ebb5317cf65/f1b7fd967a24416ab1df130027fed4f8
+2017-05-28 03:28:51,440 DEBUG api_user 197 8086 140736541512640 APIUser activated successfully!
+2017-05-28 03:28:51,510 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:51,511 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:51,515 DEBUG db_general 151 8086 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:28:51,516 DEBUG db_general 162 8086 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:28:51,520 DEBUG db_general 151 8086 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:28:51,521 DEBUG db_general 162 8086 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:28:51,831 DEBUG api_virtual_function 73 8086 140736541512640 Virtual Function created successfully!
+2017-05-28 03:28:51,831 DEBUG api_gitlab 283 8086 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d3778b1-afdf-4508-882e-e1b8c2cad36b/checklist/new/
+2017-05-28 03:28:51,910 DEBUG api_user 131 8086 140736541512640 200 OK
+2017-05-28 03:28:51,911 DEBUG api_user 133 8086 140736541512640 Login successfully.
+2017-05-28 03:28:51,957 DEBUG api_gitlab 304 8086 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:28:51,958 DEBUG fe_user 24 8086 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:28:51,958 DEBUG fe_user 25 8086 140736541512640 Insert Email
+2017-05-28 03:28:52,872 DEBUG fe_user 28 8086 140736541512640 Insert Password
+2017-05-28 03:28:53,510 DEBUG fe_user 30 8086 140736541512640 Click Login Button
+2017-05-28 03:28:53,640 DEBUG fe_user 32 8086 140736541512640 Login Button clicked
+2017-05-28 03:28:53,654 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:28:54,687 DEBUG db_general 177 8086 140736541512640 Query : select uuid from ice_vf Where name = 'STcEY94';
+2017-05-28 03:28:54,690 DEBUG db_general 188 8086 140736541512640 Query result: f00d5d93-e7e1-4d35-b880-c9d549768f3a
+2017-05-28 03:28:54,694 DEBUG db_general 177 8086 140736541512640 Query : select engagement_id from ice_vf Where name = 'STcEY94';
+2017-05-28 03:28:54,697 DEBUG db_general 188 8086 140736541512640 Query result: 6d3778b1-afdf-4508-882e-e1b8c2cad36b
+2017-05-28 03:28:54,700 DEBUG db_general 177 8086 140736541512640 Query : select engagement_id from ice_vf Where name = 'STcEY94';
+2017-05-28 03:28:54,703 DEBUG db_general 188 8086 140736541512640 Query result: 6d3778b1-afdf-4508-882e-e1b8c2cad36b
+2017-05-28 03:28:54,706 DEBUG db_general 177 8086 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '6d3778b1-afdf-4508-882e-e1b8c2cad36b';
+2017-05-28 03:28:54,708 DEBUG db_general 188 8086 140736541512640 Query result: 2017-1329
+2017-05-28 03:28:54,712 DEBUG db_general 177 8086 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1329';
+2017-05-28 03:28:54,714 DEBUG db_general 188 8086 140736541512640 Query result: 1
+2017-05-28 03:28:54,719 DEBUG fe_checklist 50 8086 140736541512640 EL email: dd1122@att.com
+2017-05-28 03:28:54,723 DEBUG db_general 177 8086 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '6d3778b1-afdf-4508-882e-e1b8c2cad36b';
+2017-05-28 03:28:54,726 DEBUG db_general 188 8086 140736541512640 Query result: 2017-1329
+2017-05-28 03:28:56,289 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:28:57,302 DEBUG fe_general 41 8086 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=f00d5d93-e7e1-4d35-b880-c9d549768f3a&inviter_uuid=30c9e994-d56c-4d97-99a9-3ebb5317cf65&email=automationqattSTqIFle@gmail.com
+2017-05-28 03:28:59,050 DEBUG fe_general 41 8086 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:28:59,663 DEBUG fe_user 24 8086 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:28:59,664 DEBUG fe_user 25 8086 140736541512640 Insert Email
+2017-05-28 03:29:00,455 DEBUG fe_user 28 8086 140736541512640 Insert Password
+2017-05-28 03:29:01,109 DEBUG fe_user 30 8086 140736541512640 Click Login Button
+2017-05-28 03:29:01,203 DEBUG fe_user 32 8086 140736541512640 Login Button clicked
+2017-05-28 03:29:01,215 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:29:01,820 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:02,337 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:07,958 DEBUG db_general 177 8086 140736541512640 Query : select uuid from ice_checklist Where name = 'STXiYuE';
+2017-05-28 03:29:07,961 DEBUG db_general 188 8086 140736541512640 Query result: a4cdb88d-983b-4be2-9d9f-eae0270ce369
+2017-05-28 03:29:07,965 DEBUG db_general 202 8086 140736541512640 Query : select state from ice_checklist Where uuid = 'a4cdb88d-983b-4be2-9d9f-eae0270ce369' order by update_time desc limit 1;
+2017-05-28 03:29:07,972 DEBUG db_general 177 8086 140736541512640 Query : select template_id from ice_checklist Where name = 'STXiYuE';
+2017-05-28 03:29:07,974 DEBUG db_general 188 8086 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:29:08,017 DEBUG fe_general 41 8086 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:29:08,667 DEBUG fe_user 24 8086 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:29:08,668 DEBUG fe_user 25 8086 140736541512640 Insert Email
+2017-05-28 03:29:09,680 DEBUG fe_user 28 8086 140736541512640 Insert Password
+2017-05-28 03:29:10,382 DEBUG fe_user 30 8086 140736541512640 Click Login Button
+2017-05-28 03:29:10,483 DEBUG fe_user 32 8086 140736541512640 Login Button clicked
+2017-05-28 03:29:10,493 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:29:11,296 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:11,813 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:14,019 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:15,786 DEBUG db_general 177 8086 140736541512640 Query : select uuid from ice_checklist Where name = 'STXiYuE';
+2017-05-28 03:29:15,788 DEBUG db_general 188 8086 140736541512640 Query result: a4cdb88d-983b-4be2-9d9f-eae0270ce369
+2017-05-28 03:29:18,333 DEBUG db_general 177 8086 140736541512640 Query : select engagement_id from ice_vf Where name = 'STcEY94';
+2017-05-28 03:29:18,336 DEBUG db_general 188 8086 140736541512640 Query result: 6d3778b1-afdf-4508-882e-e1b8c2cad36b
+2017-05-28 03:29:18,339 DEBUG db_general 177 8086 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '6d3778b1-afdf-4508-882e-e1b8c2cad36b';
+2017-05-28 03:29:18,342 DEBUG db_general 188 8086 140736541512640 Query result: 2017-1329
+2017-05-28 03:29:18,345 DEBUG db_general 177 8086 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1329';
+2017-05-28 03:29:18,347 DEBUG db_general 188 8086 140736541512640 Query result: 1
+2017-05-28 03:29:43,944 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 03:29:46,506 DEBUG db_checklist 58 8086 140736541512640 Query : select owner_id from ice_checklist Where uuid = 'a4cdb88d-983b-4be2-9d9f-eae0270ce369' and state = 'peer_review';
+2017-05-28 03:29:46,509 DEBUG db_checklist 73 8086 140736541512640 Query result: 2
+2017-05-28 03:29:46,512 DEBUG db_general 177 8086 140736541512640 Query : select email from ice_user_profile Where id = '2';
+2017-05-28 03:29:46,514 DEBUG db_general 188 8086 140736541512640 Query result: hs0007@att.com
+2017-05-28 03:29:46,514 DEBUG fe_general 41 8086 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:29:47,970 DEBUG fe_user 24 8086 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:29:47,970 DEBUG fe_user 25 8086 140736541512640 Insert Email
+2017-05-28 03:29:48,765 DEBUG fe_user 28 8086 140736541512640 Insert Password
+2017-05-28 03:29:49,404 DEBUG fe_user 30 8086 140736541512640 Click Login Button
+2017-05-28 03:29:49,525 DEBUG fe_user 32 8086 140736541512640 Login Button clicked
+2017-05-28 03:29:50,642 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:52,968 DEBUG wait 117 8086 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:29:55,011 DEBUG db_general 177 8086 140736541512640 Query : select uuid from ice_checklist Where name = 'STXiYuE';
+2017-05-28 03:29:55,013 DEBUG db_general 188 8086 140736541512640 Query result: a4cdb88d-983b-4be2-9d9f-eae0270ce369
+2017-05-28 03:29:57,908 DEBUG db_general 177 8086 140736541512640 Query : select engagement_id from ice_vf Where name = 'STcEY94';
+2017-05-28 03:29:57,910 DEBUG db_general 188 8086 140736541512640 Query result: 6d3778b1-afdf-4508-882e-e1b8c2cad36b
+2017-05-28 03:29:57,914 DEBUG db_general 177 8086 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '6d3778b1-afdf-4508-882e-e1b8c2cad36b';
+2017-05-28 03:29:57,916 DEBUG db_general 188 8086 140736541512640 Query result: 2017-1329
+2017-05-28 03:29:57,920 DEBUG db_general 177 8086 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1329';
+2017-05-28 03:29:57,922 DEBUG db_general 188 8086 140736541512640 Query result: 1
+2017-05-28 03:30:07,926 DEBUG db_general 177 8086 140736541512640 Query : select engagement_id from ice_vf Where name = 'STcEY94';
+2017-05-28 03:30:07,929 DEBUG db_general 188 8086 140736541512640 Query result: 6d3778b1-afdf-4508-882e-e1b8c2cad36b
+2017-05-28 03:30:07,933 DEBUG db_general 177 8086 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '6d3778b1-afdf-4508-882e-e1b8c2cad36b';
+2017-05-28 03:30:07,936 DEBUG db_general 188 8086 140736541512640 Query result: 2017-1329
+2017-05-28 03:30:07,939 DEBUG db_general 177 8086 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1329';
+2017-05-28 03:30:07,942 DEBUG db_general 188 8086 140736541512640 Query result: 1
+2017-05-28 03:30:09,734 DEBUG db_general 177 8086 140736541512640 Query : select uuid from ice_checklist Where name = 'STXiYuE';
+2017-05-28 03:30:09,737 DEBUG db_general 188 8086 140736541512640 Query result: [('65515256-6294-43af-8bbd-16bb4eb48e04',), ('a4cdb88d-983b-4be2-9d9f-eae0270ce369',)]
+2017-05-28 03:30:09,740 DEBUG db_general 177 8086 140736541512640 Query : select state from ice_checklist Where uuid = '65515256-6294-43af-8bbd-16bb4eb48e04';
+2017-05-28 03:30:09,743 DEBUG db_general 188 8086 140736541512640 Query result: pending
+2017-05-28 03:30:09,747 DEBUG db_general 177 8086 140736541512640 Query : select state from ice_checklist Where uuid = 'a4cdb88d-983b-4be2-9d9f-eae0270ce369';
+2017-05-28 03:30:09,750 DEBUG db_general 188 8086 140736541512640 Query result: archive
+2017-05-28 03:30:09,750 DEBUG logFuncEntry 34 8086 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:30:09,751 DEBUG logFuncEntry 34 8086 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:30:10,764 DEBUG test_ui_base 78 8086 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 03:32:57,000 DEBUG api_user 107 8350 140736541512640 Moving to next test case
+2017-05-28 03:32:57,001 DEBUG api_user 194 8350 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/299fc9f0-b721-4605-9942-83209604f428/0c29cf9acbc04b3e93665534f3a6f2bf
+2017-05-28 03:32:57,030 DEBUG api_user 197 8350 140736541512640 APIUser activated successfully!
+2017-05-28 03:32:57,099 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:57,100 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:57,104 DEBUG db_general 151 8350 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:32:57,106 DEBUG db_general 162 8350 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:32:57,109 DEBUG db_general 151 8350 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:32:57,110 DEBUG db_general 162 8350 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:32:57,438 DEBUG api_virtual_function 73 8350 140736541512640 Virtual Function created successfully!
+2017-05-28 03:32:57,438 DEBUG api_gitlab 283 8350 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/771085f6-5b0c-49ac-8792-c470e10f369c/checklist/new/
+2017-05-28 03:32:57,512 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:57,512 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:57,544 DEBUG api_gitlab 304 8350 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:32:57,622 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:57,623 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:57,700 DEBUG api_user 107 8350 140736541512640 Moving to next test case
+2017-05-28 03:32:57,701 DEBUG api_user 194 8350 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/92a304bc-aea8-456e-866d-460d278f4e2f/2b8058d00ba34a4185f35036f23aba27
+2017-05-28 03:32:57,734 DEBUG api_user 197 8350 140736541512640 APIUser activated successfully!
+2017-05-28 03:32:57,806 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:57,806 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:57,810 DEBUG db_general 151 8350 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:32:57,811 DEBUG db_general 162 8350 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:32:57,814 DEBUG db_general 151 8350 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:32:57,816 DEBUG db_general 162 8350 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:32:58,090 DEBUG api_virtual_function 73 8350 140736541512640 Virtual Function created successfully!
+2017-05-28 03:32:58,090 DEBUG api_gitlab 283 8350 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/325c9921-448e-4de9-a489-90b4281a86cc/checklist/new/
+2017-05-28 03:32:58,156 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:58,156 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:58,189 DEBUG api_gitlab 304 8350 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:32:58,190 DEBUG logFuncEntry 34 8350 140736541512640 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:32:58,190 DEBUG test_ui_base 48 8350 140736541512640 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-05-28 03:32:59,302 DEBUG api_user 107 8350 140736541512640 Moving to next test case
+2017-05-28 03:32:59,303 DEBUG api_user 194 8350 140736541512640 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a90de2fa-dd3c-4649-993b-ddbe0876ae77/95b3d0ab6df140209cbfa8fc17e0038b
+2017-05-28 03:32:59,331 DEBUG api_user 197 8350 140736541512640 APIUser activated successfully!
+2017-05-28 03:32:59,398 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:59,398 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:59,402 DEBUG db_general 151 8350 140736541512640 Query : select uuid from ice_deployment_target;
+2017-05-28 03:32:59,403 DEBUG db_general 162 8350 140736541512640 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 03:32:59,407 DEBUG db_general 151 8350 140736541512640 Query : select uuid from ice_ecomp_release;
+2017-05-28 03:32:59,408 DEBUG db_general 162 8350 140736541512640 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 03:32:59,871 DEBUG api_virtual_function 73 8350 140736541512640 Virtual Function created successfully!
+2017-05-28 03:32:59,871 DEBUG api_gitlab 283 8350 140736541512640 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5da586f5-fbf7-48e4-825f-17e96da116b0/checklist/new/
+2017-05-28 03:32:59,938 DEBUG api_user 131 8350 140736541512640 200 OK
+2017-05-28 03:32:59,938 DEBUG api_user 133 8350 140736541512640 Login successfully.
+2017-05-28 03:32:59,970 DEBUG api_gitlab 304 8350 140736541512640 Gitlab and Jenkins are ready to continue!
+2017-05-28 03:32:59,971 DEBUG fe_user 24 8350 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:32:59,971 DEBUG fe_user 25 8350 140736541512640 Insert Email
+2017-05-28 03:33:00,853 DEBUG fe_user 28 8350 140736541512640 Insert Password
+2017-05-28 03:33:01,498 DEBUG fe_user 30 8350 140736541512640 Click Login Button
+2017-05-28 03:33:01,622 DEBUG fe_user 32 8350 140736541512640 Login Button clicked
+2017-05-28 03:33:01,632 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:33:02,670 DEBUG db_general 177 8350 140736541512640 Query : select uuid from ice_vf Where name = 'STq0rJ8';
+2017-05-28 03:33:02,672 DEBUG db_general 188 8350 140736541512640 Query result: ea11672d-9102-4eb9-99cb-a4d6098d0b47
+2017-05-28 03:33:02,676 DEBUG db_general 177 8350 140736541512640 Query : select engagement_id from ice_vf Where name = 'STq0rJ8';
+2017-05-28 03:33:02,678 DEBUG db_general 188 8350 140736541512640 Query result: 5da586f5-fbf7-48e4-825f-17e96da116b0
+2017-05-28 03:33:02,682 DEBUG db_general 177 8350 140736541512640 Query : select engagement_id from ice_vf Where name = 'STq0rJ8';
+2017-05-28 03:33:02,684 DEBUG db_general 188 8350 140736541512640 Query result: 5da586f5-fbf7-48e4-825f-17e96da116b0
+2017-05-28 03:33:02,687 DEBUG db_general 177 8350 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '5da586f5-fbf7-48e4-825f-17e96da116b0';
+2017-05-28 03:33:02,689 DEBUG db_general 188 8350 140736541512640 Query result: 2017-1332
+2017-05-28 03:33:02,692 DEBUG db_general 177 8350 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1332';
+2017-05-28 03:33:02,694 DEBUG db_general 188 8350 140736541512640 Query result: 2
+2017-05-28 03:33:02,699 DEBUG fe_checklist 50 8350 140736541512640 EL email: hs0007@att.com
+2017-05-28 03:33:02,703 DEBUG db_general 177 8350 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '5da586f5-fbf7-48e4-825f-17e96da116b0';
+2017-05-28 03:33:02,705 DEBUG db_general 188 8350 140736541512640 Query result: 2017-1332
+2017-05-28 03:33:04,041 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 03:33:05,055 DEBUG fe_general 41 8350 140736541512640 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=ea11672d-9102-4eb9-99cb-a4d6098d0b47&inviter_uuid=a90de2fa-dd3c-4649-993b-ddbe0876ae77&email=automationqattSTiVA2q@gmail.com
+2017-05-28 03:33:06,803 DEBUG fe_general 41 8350 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:33:07,396 DEBUG fe_user 24 8350 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:33:07,396 DEBUG fe_user 25 8350 140736541512640 Insert Email
+2017-05-28 03:33:08,155 DEBUG fe_user 28 8350 140736541512640 Insert Password
+2017-05-28 03:33:08,788 DEBUG fe_user 30 8350 140736541512640 Click Login Button
+2017-05-28 03:33:08,869 DEBUG fe_user 32 8350 140736541512640 Login Button clicked
+2017-05-28 03:33:08,880 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:33:09,434 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:09,946 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:15,542 DEBUG db_general 177 8350 140736541512640 Query : select uuid from ice_checklist Where name = 'STj9zL7';
+2017-05-28 03:33:15,545 DEBUG db_general 188 8350 140736541512640 Query result: 4c3a986c-d84a-41d6-b910-069558349ce2
+2017-05-28 03:33:15,548 DEBUG db_general 202 8350 140736541512640 Query : select state from ice_checklist Where uuid = '4c3a986c-d84a-41d6-b910-069558349ce2' order by update_time desc limit 1;
+2017-05-28 03:33:15,554 DEBUG db_general 177 8350 140736541512640 Query : select template_id from ice_checklist Where name = 'STj9zL7';
+2017-05-28 03:33:15,556 DEBUG db_general 188 8350 140736541512640 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 03:33:15,594 DEBUG fe_general 41 8350 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:33:16,168 DEBUG fe_user 24 8350 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:33:16,168 DEBUG fe_user 25 8350 140736541512640 Insert Email
+2017-05-28 03:33:17,008 DEBUG fe_user 28 8350 140736541512640 Insert Password
+2017-05-28 03:33:17,653 DEBUG fe_user 30 8350 140736541512640 Click Login Button
+2017-05-28 03:33:17,756 DEBUG fe_user 32 8350 140736541512640 Login Button clicked
+2017-05-28 03:33:17,769 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:33:18,341 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:18,855 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:21,056 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:22,817 DEBUG db_general 177 8350 140736541512640 Query : select uuid from ice_checklist Where name = 'STj9zL7';
+2017-05-28 03:33:22,819 DEBUG db_general 188 8350 140736541512640 Query result: 4c3a986c-d84a-41d6-b910-069558349ce2
+2017-05-28 03:33:25,383 DEBUG db_general 177 8350 140736541512640 Query : select engagement_id from ice_vf Where name = 'STq0rJ8';
+2017-05-28 03:33:25,387 DEBUG db_general 188 8350 140736541512640 Query result: 5da586f5-fbf7-48e4-825f-17e96da116b0
+2017-05-28 03:33:25,392 DEBUG db_general 177 8350 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '5da586f5-fbf7-48e4-825f-17e96da116b0';
+2017-05-28 03:33:25,396 DEBUG db_general 188 8350 140736541512640 Query result: 2017-1332
+2017-05-28 03:33:25,400 DEBUG db_general 177 8350 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1332';
+2017-05-28 03:33:25,402 DEBUG db_general 188 8350 140736541512640 Query result: 2
+2017-05-28 03:33:28,609 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 03:33:30,758 DEBUG db_checklist 58 8350 140736541512640 Query : select owner_id from ice_checklist Where uuid = '4c3a986c-d84a-41d6-b910-069558349ce2' and state = 'peer_review';
+2017-05-28 03:33:30,761 DEBUG db_checklist 73 8350 140736541512640 Query result: 1
+2017-05-28 03:33:30,764 DEBUG db_general 177 8350 140736541512640 Query : select email from ice_user_profile Where id = '1';
+2017-05-28 03:33:30,766 DEBUG db_general 188 8350 140736541512640 Query result: dd1122@att.com
+2017-05-28 03:33:30,767 DEBUG fe_general 41 8350 140736541512640 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 03:33:31,365 DEBUG fe_user 24 8350 140736541512640 Verifying and Insert Login page elements:
+2017-05-28 03:33:31,365 DEBUG fe_user 25 8350 140736541512640 Insert Email
+2017-05-28 03:33:32,127 DEBUG fe_user 28 8350 140736541512640 Insert Password
+2017-05-28 03:33:32,764 DEBUG fe_user 30 8350 140736541512640 Click Login Button
+2017-05-28 03:33:32,849 DEBUG fe_user 32 8350 140736541512640 Login Button clicked
+2017-05-28 03:33:32,861 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 03:33:33,414 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:33,931 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:36,208 DEBUG wait 117 8350 140736541512640 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 03:33:37,939 DEBUG db_general 177 8350 140736541512640 Query : select uuid from ice_checklist Where name = 'STj9zL7';
+2017-05-28 03:33:37,942 DEBUG db_general 188 8350 140736541512640 Query result: 4c3a986c-d84a-41d6-b910-069558349ce2
+2017-05-28 03:33:40,434 DEBUG db_general 177 8350 140736541512640 Query : select engagement_id from ice_vf Where name = 'STq0rJ8';
+2017-05-28 03:33:40,436 DEBUG db_general 188 8350 140736541512640 Query result: 5da586f5-fbf7-48e4-825f-17e96da116b0
+2017-05-28 03:33:40,440 DEBUG db_general 177 8350 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '5da586f5-fbf7-48e4-825f-17e96da116b0';
+2017-05-28 03:33:40,443 DEBUG db_general 188 8350 140736541512640 Query result: 2017-1332
+2017-05-28 03:33:40,446 DEBUG db_general 177 8350 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1332';
+2017-05-28 03:33:40,448 DEBUG db_general 188 8350 140736541512640 Query result: 2
+2017-05-28 03:33:43,708 DEBUG db_general 177 8350 140736541512640 Query : select engagement_id from ice_vf Where name = 'STq0rJ8';
+2017-05-28 03:33:43,710 DEBUG db_general 188 8350 140736541512640 Query result: 5da586f5-fbf7-48e4-825f-17e96da116b0
+2017-05-28 03:33:43,713 DEBUG db_general 177 8350 140736541512640 Query : select engagement_manual_id from ice_engagement Where uuid = '5da586f5-fbf7-48e4-825f-17e96da116b0';
+2017-05-28 03:33:43,716 DEBUG db_general 188 8350 140736541512640 Query result: 2017-1332
+2017-05-28 03:33:43,721 DEBUG db_general 177 8350 140736541512640 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1332';
+2017-05-28 03:33:43,723 DEBUG db_general 188 8350 140736541512640 Query result: 2
+2017-05-28 03:33:45,117 DEBUG db_general 177 8350 140736541512640 Query : select uuid from ice_checklist Where name = 'STj9zL7';
+2017-05-28 03:33:45,119 DEBUG db_general 188 8350 140736541512640 Query result: [('d4ba3ed2-688b-4d6e-a1f3-25a74020c68c',), ('4c3a986c-d84a-41d6-b910-069558349ce2',)]
+2017-05-28 03:33:45,122 DEBUG db_general 177 8350 140736541512640 Query : select state from ice_checklist Where uuid = 'd4ba3ed2-688b-4d6e-a1f3-25a74020c68c';
+2017-05-28 03:33:45,124 DEBUG db_general 188 8350 140736541512640 Query result: pending
+2017-05-28 03:33:45,128 DEBUG db_general 177 8350 140736541512640 Query : select state from ice_checklist Where uuid = '4c3a986c-d84a-41d6-b910-069558349ce2';
+2017-05-28 03:33:45,130 DEBUG db_general 188 8350 140736541512640 Query result: archive
+2017-05-28 03:33:45,131 DEBUG logFuncEntry 34 8350 140736541512640 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:33:45,131 DEBUG logFuncEntry 34 8350 140736541512640 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-05-28 03:33:45,676 DEBUG test_ui_base 78 8350 140736541512640 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-05-28 05:37:06,117 DEBUG api_user 107 1543 140736709428160 Moving to next test case
+2017-05-28 05:37:06,118 DEBUG api_user 194 1543 140736709428160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/674a972f-9ef0-45ca-9996-87df32dd6ae5/50cc4e17cc3e48eab8e12e1310c50e13
+2017-05-28 05:37:06,151 DEBUG api_user 197 1543 140736709428160 APIUser activated successfully!
+2017-05-28 05:37:06,219 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:06,219 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:06,222 DEBUG db_general 151 1543 140736709428160 Query : select uuid from ice_deployment_target;
+2017-05-28 05:37:06,224 DEBUG db_general 162 1543 140736709428160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 05:37:06,227 DEBUG db_general 151 1543 140736709428160 Query : select uuid from ice_ecomp_release;
+2017-05-28 05:37:06,228 DEBUG db_general 162 1543 140736709428160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 05:37:06,609 DEBUG api_virtual_function 73 1543 140736709428160 Virtual Function created successfully!
+2017-05-28 05:37:06,609 DEBUG api_gitlab 285 1543 140736709428160 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/987e4273-f2ba-4bfa-bbe3-abc8d4a51698/checklist/new/
+2017-05-28 05:37:06,674 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:06,674 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:06,705 DEBUG api_gitlab 306 1543 140736709428160 Gitlab and Jenkins are ready to continue!
+2017-05-28 05:37:06,770 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:06,770 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:06,841 DEBUG api_user 107 1543 140736709428160 Moving to next test case
+2017-05-28 05:37:06,841 DEBUG api_user 194 1543 140736709428160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a2b85a12-f2f5-4068-9cc7-375765b68dfd/66f247690ccd416a85cc32f2caac4b31
+2017-05-28 05:37:06,872 DEBUG api_user 197 1543 140736709428160 APIUser activated successfully!
+2017-05-28 05:37:06,935 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:06,936 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:06,939 DEBUG db_general 151 1543 140736709428160 Query : select uuid from ice_deployment_target;
+2017-05-28 05:37:06,941 DEBUG db_general 162 1543 140736709428160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 05:37:06,944 DEBUG db_general 151 1543 140736709428160 Query : select uuid from ice_ecomp_release;
+2017-05-28 05:37:06,945 DEBUG db_general 162 1543 140736709428160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 05:37:07,227 DEBUG api_virtual_function 73 1543 140736709428160 Virtual Function created successfully!
+2017-05-28 05:37:07,227 DEBUG api_gitlab 285 1543 140736709428160 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9ebe6319-67fa-4d5d-93cb-965cf5a6f6b0/checklist/new/
+2017-05-28 05:37:07,291 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:07,291 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:07,319 DEBUG api_gitlab 306 1543 140736709428160 Gitlab and Jenkins are ready to continue!
+2017-05-28 05:37:07,320 DEBUG logFuncEntry 34 1543 140736709428160 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-28 05:37:07,320 DEBUG test_ui_base 48 1543 140736709428160 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-05-28 05:37:08,429 DEBUG api_user 107 1543 140736709428160 Moving to next test case
+2017-05-28 05:37:08,429 DEBUG api_user 194 1543 140736709428160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/15ff20cc-4daf-4c93-a92c-c942d9c3b67f/f9a705ce6ed34ddda76c45651d9d679c
+2017-05-28 05:37:08,461 DEBUG api_user 197 1543 140736709428160 APIUser activated successfully!
+2017-05-28 05:37:08,527 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:08,527 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:08,531 DEBUG db_general 151 1543 140736709428160 Query : select uuid from ice_deployment_target;
+2017-05-28 05:37:08,532 DEBUG db_general 162 1543 140736709428160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 05:37:08,536 DEBUG db_general 151 1543 140736709428160 Query : select uuid from ice_ecomp_release;
+2017-05-28 05:37:08,537 DEBUG db_general 162 1543 140736709428160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 05:37:09,085 DEBUG api_virtual_function 73 1543 140736709428160 Virtual Function created successfully!
+2017-05-28 05:37:09,085 DEBUG api_gitlab 285 1543 140736709428160 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/639211ae-64d2-45d7-8e0a-9011eca9e0f4/checklist/new/
+2017-05-28 05:37:09,149 DEBUG api_user 131 1543 140736709428160 200 OK
+2017-05-28 05:37:09,150 DEBUG api_user 133 1543 140736709428160 Login successfully.
+2017-05-28 05:37:09,178 DEBUG api_gitlab 306 1543 140736709428160 Gitlab and Jenkins are ready to continue!
+2017-05-28 05:37:09,179 DEBUG fe_user 24 1543 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:37:09,179 DEBUG fe_user 25 1543 140736709428160 Insert Email
+2017-05-28 05:37:10,018 DEBUG fe_user 28 1543 140736709428160 Insert Password
+2017-05-28 05:37:10,642 DEBUG fe_user 30 1543 140736709428160 Click Login Button
+2017-05-28 05:37:10,753 DEBUG fe_user 32 1543 140736709428160 Login Button clicked
+2017-05-28 05:37:10,765 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:37:11,798 DEBUG db_general 177 1543 140736709428160 Query : select uuid from ice_vf Where name = 'ST0i34L';
+2017-05-28 05:37:11,800 DEBUG db_general 188 1543 140736709428160 Query result: a9b32206-b11e-48bb-91ba-fb9d0edb7d35
+2017-05-28 05:37:11,803 DEBUG db_general 177 1543 140736709428160 Query : select engagement_id from ice_vf Where name = 'ST0i34L';
+2017-05-28 05:37:11,805 DEBUG db_general 188 1543 140736709428160 Query result: 639211ae-64d2-45d7-8e0a-9011eca9e0f4
+2017-05-28 05:37:11,809 DEBUG db_general 177 1543 140736709428160 Query : select engagement_id from ice_vf Where name = 'ST0i34L';
+2017-05-28 05:37:11,811 DEBUG db_general 188 1543 140736709428160 Query result: 639211ae-64d2-45d7-8e0a-9011eca9e0f4
+2017-05-28 05:37:11,814 DEBUG db_general 177 1543 140736709428160 Query : select engagement_manual_id from ice_engagement Where uuid = '639211ae-64d2-45d7-8e0a-9011eca9e0f4';
+2017-05-28 05:37:11,816 DEBUG db_general 188 1543 140736709428160 Query result: 2017-1335
+2017-05-28 05:37:11,819 DEBUG db_general 177 1543 140736709428160 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1335';
+2017-05-28 05:37:11,822 DEBUG db_general 188 1543 140736709428160 Query result: 2
+2017-05-28 05:37:11,826 DEBUG fe_checklist 50 1543 140736709428160 EL email: hs0007@att.com
+2017-05-28 05:37:11,829 DEBUG db_general 177 1543 140736709428160 Query : select engagement_manual_id from ice_engagement Where uuid = '639211ae-64d2-45d7-8e0a-9011eca9e0f4';
+2017-05-28 05:37:11,831 DEBUG db_general 188 1543 140736709428160 Query result: 2017-1335
+2017-05-28 05:37:13,121 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 05:37:14,132 DEBUG fe_general 41 1543 140736709428160 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=a9b32206-b11e-48bb-91ba-fb9d0edb7d35&inviter_uuid=15ff20cc-4daf-4c93-a92c-c942d9c3b67f&email=automationqattSTt8He7@gmail.com
+2017-05-28 05:37:15,864 DEBUG fe_general 41 1543 140736709428160 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 05:37:16,445 DEBUG fe_user 24 1543 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:37:16,445 DEBUG fe_user 25 1543 140736709428160 Insert Email
+2017-05-28 05:37:17,186 DEBUG fe_user 28 1543 140736709428160 Insert Password
+2017-05-28 05:37:17,815 DEBUG fe_user 30 1543 140736709428160 Click Login Button
+2017-05-28 05:37:17,896 DEBUG fe_user 32 1543 140736709428160 Login Button clicked
+2017-05-28 05:37:17,903 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:37:18,549 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:19,061 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:24,412 DEBUG db_general 177 1543 140736709428160 Query : select uuid from ice_checklist Where name = 'STamYkw';
+2017-05-28 05:37:24,414 DEBUG db_general 188 1543 140736709428160 Query result: a888e9b9-55ee-46ac-9d19-e43fe7d9593a
+2017-05-28 05:37:24,419 DEBUG db_general 202 1543 140736709428160 Query : select state from ice_checklist Where uuid = 'a888e9b9-55ee-46ac-9d19-e43fe7d9593a' order by update_time desc limit 1;
+2017-05-28 05:37:24,426 DEBUG db_general 177 1543 140736709428160 Query : select template_id from ice_checklist Where name = 'STamYkw';
+2017-05-28 05:37:24,427 DEBUG db_general 188 1543 140736709428160 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 05:37:24,466 DEBUG fe_general 41 1543 140736709428160 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 05:37:25,119 DEBUG fe_user 24 1543 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:37:25,119 DEBUG fe_user 25 1543 140736709428160 Insert Email
+2017-05-28 05:37:25,958 DEBUG fe_user 28 1543 140736709428160 Insert Password
+2017-05-28 05:37:26,788 DEBUG fe_user 30 1543 140736709428160 Click Login Button
+2017-05-28 05:37:26,882 DEBUG fe_user 32 1543 140736709428160 Login Button clicked
+2017-05-28 05:37:26,893 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:37:27,447 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:27,961 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:30,206 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:31,946 DEBUG db_general 177 1543 140736709428160 Query : select uuid from ice_checklist Where name = 'STamYkw';
+2017-05-28 05:37:31,948 DEBUG db_general 188 1543 140736709428160 Query result: a888e9b9-55ee-46ac-9d19-e43fe7d9593a
+2017-05-28 05:37:34,618 DEBUG db_general 177 1543 140736709428160 Query : select engagement_id from ice_vf Where name = 'ST0i34L';
+2017-05-28 05:37:34,621 DEBUG db_general 188 1543 140736709428160 Query result: 639211ae-64d2-45d7-8e0a-9011eca9e0f4
+2017-05-28 05:37:34,625 DEBUG db_general 177 1543 140736709428160 Query : select engagement_manual_id from ice_engagement Where uuid = '639211ae-64d2-45d7-8e0a-9011eca9e0f4';
+2017-05-28 05:37:34,627 DEBUG db_general 188 1543 140736709428160 Query result: 2017-1335
+2017-05-28 05:37:34,630 DEBUG db_general 177 1543 140736709428160 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1335';
+2017-05-28 05:37:34,632 DEBUG db_general 188 1543 140736709428160 Query result: 2
+2017-05-28 05:37:37,741 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 05:37:39,901 DEBUG db_checklist 58 1543 140736709428160 Query : select owner_id from ice_checklist Where uuid = 'a888e9b9-55ee-46ac-9d19-e43fe7d9593a' and state = 'peer_review';
+2017-05-28 05:37:39,903 DEBUG db_checklist 73 1543 140736709428160 Query result: 1
+2017-05-28 05:37:39,906 DEBUG db_general 177 1543 140736709428160 Query : select email from ice_user_profile Where id = '1';
+2017-05-28 05:37:39,908 DEBUG db_general 188 1543 140736709428160 Query result: dd1122@att.com
+2017-05-28 05:37:39,908 DEBUG fe_general 41 1543 140736709428160 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 05:37:40,500 DEBUG fe_user 24 1543 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:37:40,501 DEBUG fe_user 25 1543 140736709428160 Insert Email
+2017-05-28 05:37:41,251 DEBUG fe_user 28 1543 140736709428160 Insert Password
+2017-05-28 05:37:41,880 DEBUG fe_user 30 1543 140736709428160 Click Login Button
+2017-05-28 05:37:41,965 DEBUG fe_user 32 1543 140736709428160 Login Button clicked
+2017-05-28 05:37:41,973 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:37:42,532 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:43,043 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:45,253 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:47,000 DEBUG db_general 177 1543 140736709428160 Query : select uuid from ice_checklist Where name = 'STamYkw';
+2017-05-28 05:37:47,002 DEBUG db_general 188 1543 140736709428160 Query result: a888e9b9-55ee-46ac-9d19-e43fe7d9593a
+2017-05-28 05:37:49,440 DEBUG db_general 177 1543 140736709428160 Query : select engagement_id from ice_vf Where name = 'ST0i34L';
+2017-05-28 05:37:49,443 DEBUG db_general 188 1543 140736709428160 Query result: 639211ae-64d2-45d7-8e0a-9011eca9e0f4
+2017-05-28 05:37:49,446 DEBUG db_general 177 1543 140736709428160 Query : select engagement_manual_id from ice_engagement Where uuid = '639211ae-64d2-45d7-8e0a-9011eca9e0f4';
+2017-05-28 05:37:49,448 DEBUG db_general 188 1543 140736709428160 Query result: 2017-1335
+2017-05-28 05:37:49,450 DEBUG db_general 177 1543 140736709428160 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1335';
+2017-05-28 05:37:49,454 DEBUG db_general 188 1543 140736709428160 Query result: 2
+2017-05-28 05:37:52,588 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 05:37:54,659 DEBUG db_checklist 27 1543 140736709428160 Query : select owner_id from ice_checklist Where uuid = 'a888e9b9-55ee-46ac-9d19-e43fe7d9593a' and state = 'approval';
+2017-05-28 05:37:54,662 DEBUG db_checklist 38 1543 140736709428160 Query result: 3
+2017-05-28 05:37:54,665 DEBUG db_general 177 1543 140736709428160 Query : select email from ice_user_profile Where id = '3';
+2017-05-28 05:37:54,666 DEBUG db_general 188 1543 140736709428160 Query result: admin@att.com
+2017-05-28 05:37:54,666 DEBUG fe_general 41 1543 140736709428160 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 05:37:55,222 DEBUG fe_user 24 1543 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:37:55,222 DEBUG fe_user 25 1543 140736709428160 Insert Email
+2017-05-28 05:37:55,961 DEBUG fe_user 28 1543 140736709428160 Insert Password
+2017-05-28 05:37:56,597 DEBUG fe_user 30 1543 140736709428160 Click Login Button
+2017-05-28 05:37:56,677 DEBUG fe_user 32 1543 140736709428160 Login Button clicked
+2017-05-28 05:37:56,686 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:37:57,198 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:37:57,711 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:38:00,006 DEBUG wait 117 1543 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:38:01,720 DEBUG db_general 177 1543 140736709428160 Query : select uuid from ice_checklist Where name = 'STamYkw';
+2017-05-28 05:38:01,722 DEBUG db_general 188 1543 140736709428160 Query result: a888e9b9-55ee-46ac-9d19-e43fe7d9593a
+2017-05-28 05:39:02,853 ERROR exception_decor 23 1543 140736709428160 There was an exception in test_e2e_checklist_add_next_step
+2017-05-28 05:39:02,856 DEBUG logFuncEntry 34 1543 140736709428160 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-28 05:39:02,856 DEBUG logFuncEntry 34 1543 140736709428160 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-05-28 05:39:03,454 DEBUG test_ui_base 78 1543 140736709428160 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-05-28 05:39:20,662 DEBUG api_user 107 1855 140736709428160 Moving to next test case
+2017-05-28 05:39:20,663 DEBUG api_user 194 1855 140736709428160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64c86910-f82b-4e29-9245-160b80724308/7173f5d3376c4a91aca3402cb805f2b3
+2017-05-28 05:39:20,692 DEBUG api_user 197 1855 140736709428160 APIUser activated successfully!
+2017-05-28 05:39:20,757 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:20,757 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:20,761 DEBUG db_general 151 1855 140736709428160 Query : select uuid from ice_deployment_target;
+2017-05-28 05:39:20,762 DEBUG db_general 162 1855 140736709428160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 05:39:20,766 DEBUG db_general 151 1855 140736709428160 Query : select uuid from ice_ecomp_release;
+2017-05-28 05:39:20,767 DEBUG db_general 162 1855 140736709428160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 05:39:21,108 DEBUG api_virtual_function 73 1855 140736709428160 Virtual Function created successfully!
+2017-05-28 05:39:21,108 DEBUG api_gitlab 285 1855 140736709428160 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2cfb12c3-8c5c-45a2-899b-bc9d307df8cf/checklist/new/
+2017-05-28 05:39:21,177 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:21,177 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:21,206 DEBUG api_gitlab 306 1855 140736709428160 Gitlab and Jenkins are ready to continue!
+2017-05-28 05:39:21,267 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:21,268 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:21,342 DEBUG api_user 107 1855 140736709428160 Moving to next test case
+2017-05-28 05:39:21,342 DEBUG api_user 194 1855 140736709428160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f8375773-7916-4f4e-a873-59a01bcf6c5e/6a848611e9aa44ad8714b19c0a692329
+2017-05-28 05:39:21,375 DEBUG api_user 197 1855 140736709428160 APIUser activated successfully!
+2017-05-28 05:39:21,442 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:21,442 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:21,445 DEBUG db_general 151 1855 140736709428160 Query : select uuid from ice_deployment_target;
+2017-05-28 05:39:21,447 DEBUG db_general 162 1855 140736709428160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 05:39:21,449 DEBUG db_general 151 1855 140736709428160 Query : select uuid from ice_ecomp_release;
+2017-05-28 05:39:21,451 DEBUG db_general 162 1855 140736709428160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 05:39:21,728 DEBUG api_virtual_function 73 1855 140736709428160 Virtual Function created successfully!
+2017-05-28 05:39:21,728 DEBUG api_gitlab 285 1855 140736709428160 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/438be269-f0c2-4523-bfd1-ed2f022e0dfb/checklist/new/
+2017-05-28 05:39:21,790 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:21,790 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:21,819 DEBUG api_gitlab 306 1855 140736709428160 Gitlab and Jenkins are ready to continue!
+2017-05-28 05:39:21,819 DEBUG logFuncEntry 34 1855 140736709428160 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-28 05:39:21,820 DEBUG test_ui_base 48 1855 140736709428160 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-05-28 05:39:22,863 DEBUG api_user 107 1855 140736709428160 Moving to next test case
+2017-05-28 05:39:22,863 DEBUG api_user 194 1855 140736709428160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5d8f226f-a2ee-4de7-9de6-6c1048d1bc34/ef8bc0667937479989a441f62e9b58f3
+2017-05-28 05:39:22,895 DEBUG api_user 197 1855 140736709428160 APIUser activated successfully!
+2017-05-28 05:39:22,959 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:22,959 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:22,962 DEBUG db_general 151 1855 140736709428160 Query : select uuid from ice_deployment_target;
+2017-05-28 05:39:22,964 DEBUG db_general 162 1855 140736709428160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-05-28 05:39:22,967 DEBUG db_general 151 1855 140736709428160 Query : select uuid from ice_ecomp_release;
+2017-05-28 05:39:22,969 DEBUG db_general 162 1855 140736709428160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-05-28 05:39:23,440 DEBUG api_virtual_function 73 1855 140736709428160 Virtual Function created successfully!
+2017-05-28 05:39:23,440 DEBUG api_gitlab 285 1855 140736709428160 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/118d18a1-94fa-427d-935b-9b46b51e7ab4/checklist/new/
+2017-05-28 05:39:23,501 DEBUG api_user 131 1855 140736709428160 200 OK
+2017-05-28 05:39:23,502 DEBUG api_user 133 1855 140736709428160 Login successfully.
+2017-05-28 05:39:23,531 DEBUG api_gitlab 306 1855 140736709428160 Gitlab and Jenkins are ready to continue!
+2017-05-28 05:39:23,531 DEBUG fe_user 24 1855 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:39:23,531 DEBUG fe_user 25 1855 140736709428160 Insert Email
+2017-05-28 05:39:24,386 DEBUG fe_user 28 1855 140736709428160 Insert Password
+2017-05-28 05:39:25,028 DEBUG fe_user 30 1855 140736709428160 Click Login Button
+2017-05-28 05:39:25,146 DEBUG fe_user 32 1855 140736709428160 Login Button clicked
+2017-05-28 05:39:25,157 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:39:26,194 DEBUG db_general 177 1855 140736709428160 Query : select uuid from ice_vf Where name = 'STG1pPd';
+2017-05-28 05:39:26,196 DEBUG db_general 188 1855 140736709428160 Query result: a93b2a37-f68f-4bb4-8481-6c0a1955df21
+2017-05-28 05:39:26,199 DEBUG db_general 177 1855 140736709428160 Query : select engagement_id from ice_vf Where name = 'STG1pPd';
+2017-05-28 05:39:26,201 DEBUG db_general 188 1855 140736709428160 Query result: 118d18a1-94fa-427d-935b-9b46b51e7ab4
+2017-05-28 05:39:26,204 DEBUG db_general 177 1855 140736709428160 Query : select engagement_id from ice_vf Where name = 'STG1pPd';
+2017-05-28 05:39:26,206 DEBUG db_general 188 1855 140736709428160 Query result: 118d18a1-94fa-427d-935b-9b46b51e7ab4
+2017-05-28 05:39:26,209 DEBUG db_general 177 1855 140736709428160 Query : select engagement_manual_id from ice_engagement Where uuid = '118d18a1-94fa-427d-935b-9b46b51e7ab4';
+2017-05-28 05:39:26,211 DEBUG db_general 188 1855 140736709428160 Query result: 2017-1338
+2017-05-28 05:39:26,214 DEBUG db_general 177 1855 140736709428160 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-1338';
+2017-05-28 05:39:26,216 DEBUG db_general 188 1855 140736709428160 Query result: 2
+2017-05-28 05:39:26,221 DEBUG fe_checklist 50 1855 140736709428160 EL email: hs0007@att.com
+2017-05-28 05:39:26,225 DEBUG db_general 177 1855 140736709428160 Query : select engagement_manual_id from ice_engagement Where uuid = '118d18a1-94fa-427d-935b-9b46b51e7ab4';
+2017-05-28 05:39:26,227 DEBUG db_general 188 1855 140736709428160 Query result: 2017-1338
+2017-05-28 05:39:27,547 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-05-28 05:39:28,562 DEBUG fe_general 41 1855 140736709428160 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=a93b2a37-f68f-4bb4-8481-6c0a1955df21&inviter_uuid=5d8f226f-a2ee-4de7-9de6-6c1048d1bc34&email=automationqattSTqCcXL@gmail.com
+2017-05-28 05:39:29,926 DEBUG fe_general 41 1855 140736709428160 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 05:39:30,513 DEBUG fe_user 24 1855 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:39:30,513 DEBUG fe_user 25 1855 140736709428160 Insert Email
+2017-05-28 05:39:31,281 DEBUG fe_user 28 1855 140736709428160 Insert Password
+2017-05-28 05:39:31,926 DEBUG fe_user 30 1855 140736709428160 Click Login Button
+2017-05-28 05:39:32,014 DEBUG fe_user 32 1855 140736709428160 Login Button clicked
+2017-05-28 05:39:32,024 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:39:32,596 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:39:33,107 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:39:38,487 DEBUG db_general 177 1855 140736709428160 Query : select uuid from ice_checklist Where name = 'ST9bjNz';
+2017-05-28 05:39:38,489 DEBUG db_general 188 1855 140736709428160 Query result: cb750ef4-853d-4aee-bf0a-4c9dc1728c50
+2017-05-28 05:39:38,492 DEBUG db_general 202 1855 140736709428160 Query : select state from ice_checklist Where uuid = 'cb750ef4-853d-4aee-bf0a-4c9dc1728c50' order by update_time desc limit 1;
+2017-05-28 05:39:38,497 DEBUG db_general 177 1855 140736709428160 Query : select template_id from ice_checklist Where name = 'ST9bjNz';
+2017-05-28 05:39:38,498 DEBUG db_general 188 1855 140736709428160 Query result: c2980cc9-e291-4ad2-ac8f-9be197a340f0
+2017-05-28 05:39:38,536 DEBUG fe_general 41 1855 140736709428160 Reopen URL: http://127.0.0.1:8181/#/login
+2017-05-28 05:39:39,253 DEBUG fe_user 24 1855 140736709428160 Verifying and Insert Login page elements:
+2017-05-28 05:39:39,253 DEBUG fe_user 25 1855 140736709428160 Insert Email
+2017-05-28 05:39:40,018 DEBUG fe_user 28 1855 140736709428160 Insert Password
+2017-05-28 05:39:40,745 DEBUG fe_user 30 1855 140736709428160 Click Login Button
+2017-05-28 05:39:40,878 DEBUG fe_user 32 1855 140736709428160 Login Button clicked
+2017-05-28 05:39:40,891 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-05-28 05:39:41,447 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:39:41,965 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:39:44,192 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-05-28 05:39:45,958 DEBUG db_general 177 1855 140736709428160 Query : select uuid from ice_checklist Where name = 'ST9bjNz';
+2017-05-28 05:39:45,962 DEBUG db_general 188 1855 140736709428160 Query result: cb750ef4-853d-4aee-bf0a-4c9dc1728c50
+2017-05-28 05:39:48,851 DEBUG wait 117 1855 140736709428160 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-05-28 05:39:56,865 DEBUG logFuncEntry 34 1855 140736709428160 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-28 05:39:56,865 DEBUG logFuncEntry 34 1855 140736709428160 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-05-28 05:39:57,448 DEBUG test_ui_base 78 1855 140736709428160 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-06-11 02:57:24,541 DEBUG logFuncEntry 34 79929 140736209204160 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-06-11 02:57:24,542 DEBUG test_ui_base 48 79929 140736209204160 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-06-11 02:57:25,817 DEBUG api_user 106 79929 140736209204160 Moving to next test case. status=200
+2017-06-11 02:57:25,817 DEBUG api_user 192 79929 140736209204160 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e8363af7-0f7f-4a18-9643-f52540fd96ac/d351fec4099041f9b94ffba788a153e3
+2017-06-11 02:57:25,846 DEBUG api_user 195 79929 140736209204160 APIUser activated successfully!
+2017-06-11 02:57:25,921 DEBUG api_user 130 79929 140736209204160 200 OK
+2017-06-11 02:57:25,924 DEBUG db_general 151 79929 140736209204160 Query : select uuid from ice_deployment_target;
+2017-06-11 02:57:25,926 DEBUG db_general 162 79929 140736209204160 Query result: b6910237-0291-441f-9079-97f211b433de
+2017-06-11 02:57:25,929 DEBUG db_general 151 79929 140736209204160 Query : select uuid from ice_ecomp_release;
+2017-06-11 02:57:25,930 DEBUG db_general 162 79929 140736209204160 Query result: f3fd6389-9d88-4a99-9a9e-9a3ef3df2ec6
+2017-06-11 02:57:26,149 DEBUG api_virtual_function 73 79929 140736209204160 Virtual Function created successfully!
+2017-06-11 02:57:26,150 DEBUG fe_user 24 79929 140736209204160 Verifying and Insert Login page elements:
+2017-06-11 02:57:26,150 DEBUG fe_user 25 79929 140736209204160 Insert Email
+2017-06-11 02:57:27,053 DEBUG fe_user 28 79929 140736209204160 Insert Password
+2017-06-11 02:57:27,680 DEBUG fe_user 30 79929 140736209204160 Click Login Button
+2017-06-11 02:57:27,776 DEBUG fe_user 32 79929 140736209204160 Login Button clicked
+2017-06-11 02:57:27,788 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-11 02:57:28,475 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-11 02:57:28,985 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-11 02:57:31,167 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-11 02:57:33,291 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-11 02:57:34,308 DEBUG test_set_stage 88 79929 140736209204160 User dd1122@att.com failed to change stage to Intake
+2017-06-11 02:57:34,574 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-11 02:57:35,588 DEBUG test_set_stage 88 79929 140736209204160 User dd1122@att.com failed to change stage to Active
+2017-06-11 02:57:35,805 DEBUG wait 128 79929 140736209204160 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-11 02:57:36,818 DEBUG test_set_stage 88 79929 140736209204160 User dd1122@att.com failed to change stage to Validated
+2017-06-11 02:57:36,819 DEBUG logFuncEntry 34 79929 140736209204160 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-06-11 02:57:36,819 DEBUG logFuncEntry 34 79929 140736209204160 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-06-11 02:57:36,842 DEBUG db_general 53 79929 140736209204160 Test result in DB - PASS
+2017-06-11 02:57:37,371 DEBUG test_ui_base 78 79929 140736209204160 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-06-13 04:15:54,245 DEBUG api_user 106 63818 140735912027072 Moving to next test case. status=200
+2017-06-13 04:15:54,246 DEBUG api_user 192 63818 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4df136a6-6601-4944-8f7f-178ac82c3dd3/24e33dda07d54f11a5579ac87e2581d8
+2017-06-13 04:15:54,279 DEBUG api_user 195 63818 140735912027072 APIUser activated successfully!
+2017-06-13 04:15:54,351 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:15:54,356 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:15:54,358 DEBUG db_general 162 63818 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:15:54,362 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:15:54,364 DEBUG db_general 162 63818 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:15:54,677 DEBUG api_virtual_function 73 63818 140735912027072 Virtual Function created successfully!
+2017-06-13 04:15:54,678 DEBUG logFuncEntry 34 63818 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:15:54,679 DEBUG test_ui_base 48 63818 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-06-13 04:15:55,946 DEBUG fe_user 24 63818 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:15:55,946 DEBUG fe_user 25 63818 140735912027072 Insert Email
+2017-06-13 04:15:56,877 DEBUG fe_user 28 63818 140735912027072 Insert Password
+2017-06-13 04:15:57,532 DEBUG fe_user 30 63818 140735912027072 Click Login Button
+2017-06-13 04:15:57,637 DEBUG fe_user 32 63818 140735912027072 Login Button clicked
+2017-06-13 04:15:57,650 DEBUG wait 128 63818 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:15:58,758 DEBUG api_user 106 63818 140735912027072 Moving to next test case. status=200
+2017-06-13 04:15:58,759 DEBUG api_user 192 63818 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7993caaf-e306-402b-bed2-0057ad10d5eb/0b128f7f291e4c48ab651036dfbc61f1
+2017-06-13 04:15:58,793 DEBUG api_user 195 63818 140735912027072 APIUser activated successfully!
+2017-06-13 04:15:58,863 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:15:58,868 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:15:58,869 DEBUG db_general 162 63818 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:15:58,873 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:15:58,875 DEBUG db_general 162 63818 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:15:59,087 DEBUG api_virtual_function 73 63818 140735912027072 Virtual Function created successfully!
+2017-06-13 04:15:59,088 DEBUG api_gitlab 317 63818 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2695dbdb-0ad3-47d4-b3cc-095294ee98a2/checklist/new/
+2017-06-13 04:15:59,158 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:15:59,199 DEBUG api_gitlab 339 63818 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:15:59,273 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:15:59,328 DEBUG api_virtual_function 240 63818 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:16:02,768 DEBUG db_general 66 63818 140735912027072 Query: select archived_time,archive_reason from ice_engagement where engagement_manual_id='2017-32'
+2017-06-13 04:16:02,771 DEBUG db_general 78 63818 140735912027072 Query result: [datetime.datetime(2017, 6, 13, 12, 16, 2, 467904, tzinfo=psycopg2.tz.FixedOffsetTimezone(offset=180, name=None)), 'ST2bRf1']
+2017-06-13 04:16:02,771 DEBUG logFuncEntry 34 63818 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:16:02,772 DEBUG logFuncEntry 34 63818 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:16:02,791 DEBUG db_general 53 63818 140735912027072 Test result in DB - PASS
+2017-06-13 04:16:03,379 DEBUG test_ui_base 78 63818 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-06-13 04:16:03,380 DEBUG logFuncEntry 34 63818 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:16:03,380 DEBUG test_ui_base 48 63818 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-06-13 04:16:03,984 DEBUG fe_user 24 63818 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:16:03,985 DEBUG fe_user 25 63818 140735912027072 Insert Email
+2017-06-13 04:16:04,737 DEBUG fe_user 28 63818 140735912027072 Insert Password
+2017-06-13 04:16:05,367 DEBUG fe_user 30 63818 140735912027072 Click Login Button
+2017-06-13 04:16:05,452 DEBUG fe_user 32 63818 140735912027072 Login Button clicked
+2017-06-13 04:16:05,462 DEBUG wait 128 63818 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:16:06,494 DEBUG db_general 66 63818 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-06-13 04:16:06,497 DEBUG db_general 78 63818 140735912027072 Query result: None
+2017-06-13 04:16:06,500 DEBUG db_general 66 63818 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:16:06,502 DEBUG db_general 78 63818 140735912027072 Query result: 7993caaf-e306-402b-bed2-0057ad10d5eb
+2017-06-13 04:16:06,506 DEBUG db_general 108 63818 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '7993caaf-e306-402b-bed2-0057ad10d5eb' ;
+2017-06-13 04:16:06,510 DEBUG db_general 112 63818 140735912027072 Update query success!
+2017-06-13 04:16:06,514 DEBUG db_general 108 63818 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:16:06,517 DEBUG db_general 112 63818 140735912027072 Update query success!
+2017-06-13 04:16:09,372 DEBUG db_general 66 63818 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:16:09,375 DEBUG db_general 78 63818 140735912027072 Query result: 7993caaf-e306-402b-bed2-0057ad10d5eb
+2017-06-13 04:16:09,379 DEBUG db_general 108 63818 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STrfQIJ' WHERE uuid = '7993caaf-e306-402b-bed2-0057ad10d5eb' ;
+2017-06-13 04:16:09,388 DEBUG db_general 112 63818 140735912027072 Update query success!
+2017-06-13 04:16:09,389 DEBUG logFuncEntry 34 63818 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:16:09,389 DEBUG logFuncEntry 34 63818 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:16:09,400 DEBUG db_general 53 63818 140735912027072 Test result in DB - PASS
+2017-06-13 04:16:09,943 DEBUG test_ui_base 78 63818 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-06-13 04:16:09,943 DEBUG logFuncEntry 34 63818 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:16:09,944 DEBUG test_ui_base 48 63818 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-06-13 04:16:10,685 DEBUG fe_user 24 63818 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:16:10,685 DEBUG fe_user 25 63818 140735912027072 Insert Email
+2017-06-13 04:16:11,431 DEBUG fe_user 28 63818 140735912027072 Insert Password
+2017-06-13 04:16:12,062 DEBUG fe_user 30 63818 140735912027072 Click Login Button
+2017-06-13 04:16:12,145 DEBUG fe_user 32 63818 140735912027072 Login Button clicked
+2017-06-13 04:16:12,155 DEBUG wait 128 63818 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:16:12,838 DEBUG wait 128 63818 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:16:14,267 DEBUG api_user 106 63818 140735912027072 Moving to next test case. status=200
+2017-06-13 04:16:14,268 DEBUG api_user 192 63818 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/91816c48-ba0f-4ddc-9dca-aa19199b8f8d/467a21bb3b1c4b0a80909f775095e341
+2017-06-13 04:16:14,297 DEBUG api_user 195 63818 140735912027072 APIUser activated successfully!
+2017-06-13 04:16:14,373 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:16:14,379 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:16:14,381 DEBUG db_general 162 63818 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:16:14,386 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:16:14,388 DEBUG db_general 162 63818 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:16:14,613 DEBUG api_virtual_function 73 63818 140735912027072 Virtual Function created successfully!
+2017-06-13 04:16:14,617 DEBUG db_general 66 63818 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-06-13 04:16:14,620 DEBUG db_general 78 63818 140735912027072 Query result: None
+2017-06-13 04:16:14,624 DEBUG db_general 66 63818 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:16:14,626 DEBUG db_general 78 63818 140735912027072 Query result: 91816c48-ba0f-4ddc-9dca-aa19199b8f8d
+2017-06-13 04:16:14,629 DEBUG db_general 108 63818 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '91816c48-ba0f-4ddc-9dca-aa19199b8f8d' ;
+2017-06-13 04:16:14,634 DEBUG db_general 112 63818 140735912027072 Update query success!
+2017-06-13 04:16:14,638 DEBUG db_general 108 63818 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:16:14,641 DEBUG db_general 112 63818 140735912027072 Update query success!
+2017-06-13 04:16:17,738 DEBUG db_general 66 63818 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:16:17,741 DEBUG db_general 78 63818 140735912027072 Query result: 91816c48-ba0f-4ddc-9dca-aa19199b8f8d
+2017-06-13 04:16:17,746 DEBUG db_general 108 63818 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STI6sAj' WHERE uuid = '91816c48-ba0f-4ddc-9dca-aa19199b8f8d' ;
+2017-06-13 04:16:17,751 DEBUG db_general 112 63818 140735912027072 Update query success!
+2017-06-13 04:16:17,751 DEBUG logFuncEntry 34 63818 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:16:17,752 DEBUG logFuncEntry 34 63818 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:16:17,758 DEBUG db_general 53 63818 140735912027072 Test result in DB - PASS
+2017-06-13 04:16:18,367 DEBUG test_ui_base 78 63818 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-06-13 04:16:18,367 DEBUG logFuncEntry 34 63818 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:16:18,368 DEBUG test_ui_base 48 63818 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+2017-06-13 04:16:19,034 DEBUG fe_user 24 63818 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:16:19,035 DEBUG fe_user 25 63818 140735912027072 Insert Email
+2017-06-13 04:16:19,869 DEBUG fe_user 28 63818 140735912027072 Insert Password
+2017-06-13 04:16:20,503 DEBUG fe_user 30 63818 140735912027072 Click Login Button
+2017-06-13 04:16:20,595 DEBUG fe_user 32 63818 140735912027072 Login Button clicked
+2017-06-13 04:16:20,610 DEBUG wait 128 63818 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:16:21,718 DEBUG api_user 106 63818 140735912027072 Moving to next test case. status=200
+2017-06-13 04:16:21,718 DEBUG api_user 192 63818 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c3ee86a2-aa17-475f-b0ee-736668fbf0f5/4bd51e9734de4834bf6b4118791c4324
+2017-06-13 04:16:21,755 DEBUG api_user 195 63818 140735912027072 APIUser activated successfully!
+2017-06-13 04:16:21,830 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:16:21,834 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:16:21,836 DEBUG db_general 162 63818 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:16:21,840 DEBUG db_general 151 63818 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:16:21,841 DEBUG db_general 162 63818 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:16:22,067 DEBUG api_virtual_function 73 63818 140735912027072 Virtual Function created successfully!
+2017-06-13 04:16:22,067 DEBUG api_gitlab 317 63818 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a3e8862-84c1-4c7c-a390-81fc97758005/checklist/new/
+2017-06-13 04:16:22,174 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:16:22,217 DEBUG api_gitlab 339 63818 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:16:22,290 DEBUG api_user 130 63818 140735912027072 200 OK
+2017-06-13 04:16:22,347 DEBUG api_virtual_function 240 63818 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:16:22,348 DEBUG logFuncEntry 34 63818 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:16:22,348 DEBUG logFuncEntry 34 63818 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:16:22,355 DEBUG db_general 53 63818 140735912027072 Test result in DB - PASS
+2017-06-13 04:16:22,973 DEBUG test_ui_base 78 63818 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+
+2017-06-13 04:16:22,973 DEBUG logFuncEntry 34 63818 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:16:22,974 DEBUG test_ui_base 48 63818 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-06-13 04:16:23,703 DEBUG fe_user 24 63818 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:16:23,703 DEBUG fe_user 25 63818 140735912027072 Insert Email
+2017-06-13 04:16:24,448 DEBUG fe_user 28 63818 140735912027072 Insert Password
+2017-06-13 04:16:25,082 DEBUG fe_user 30 63818 140735912027072 Click Login Button
+2017-06-13 04:16:25,160 DEBUG fe_user 32 63818 140735912027072 Login Button clicked
+2017-06-13 04:16:25,170 DEBUG wait 128 63818 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:23:27,423 DEBUG api_user 106 64557 140735912027072 Moving to next test case. status=200
+2017-06-13 04:23:27,424 DEBUG api_user 192 64557 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/14fc1b0f-dae7-40da-bb52-57bf6b60cedc/9ceff7f262e1441789092c8a5a959822
+2017-06-13 04:23:27,457 DEBUG api_user 195 64557 140735912027072 APIUser activated successfully!
+2017-06-13 04:23:27,528 DEBUG api_user 130 64557 140735912027072 200 OK
+2017-06-13 04:23:27,536 DEBUG db_general 151 64557 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:23:27,537 DEBUG db_general 162 64557 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:23:27,541 DEBUG db_general 151 64557 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:23:27,542 DEBUG db_general 162 64557 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:23:27,838 DEBUG api_virtual_function 73 64557 140735912027072 Virtual Function created successfully!
+2017-06-13 04:23:27,839 DEBUG logFuncEntry 34 64557 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:23:27,839 DEBUG test_ui_base 48 64557 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-06-13 04:23:28,937 DEBUG fe_user 24 64557 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:23:28,937 DEBUG fe_user 25 64557 140735912027072 Insert Email
+2017-06-13 04:23:29,760 DEBUG fe_user 28 64557 140735912027072 Insert Password
+2017-06-13 04:23:30,410 DEBUG fe_user 30 64557 140735912027072 Click Login Button
+2017-06-13 04:23:30,506 DEBUG fe_user 32 64557 140735912027072 Login Button clicked
+2017-06-13 04:23:30,521 DEBUG wait 128 64557 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:23:31,653 DEBUG api_user 106 64557 140735912027072 Moving to next test case. status=200
+2017-06-13 04:23:31,653 DEBUG api_user 192 64557 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eedb5d15-cb28-41f3-a9f0-9232a1c74ac4/6d41d2b0126448aa830b0f47c49451fc
+2017-06-13 04:23:31,686 DEBUG api_user 195 64557 140735912027072 APIUser activated successfully!
+2017-06-13 04:23:31,760 DEBUG api_user 130 64557 140735912027072 200 OK
+2017-06-13 04:23:31,765 DEBUG db_general 151 64557 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:23:31,767 DEBUG db_general 162 64557 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:23:31,772 DEBUG db_general 151 64557 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:23:31,773 DEBUG db_general 162 64557 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:23:31,980 DEBUG api_virtual_function 73 64557 140735912027072 Virtual Function created successfully!
+2017-06-13 04:23:31,980 DEBUG api_gitlab 317 64557 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/53174450-7ddf-406b-ac0a-d19afe190098/checklist/new/
+2017-06-13 04:23:32,053 DEBUG api_user 130 64557 140735912027072 200 OK
+2017-06-13 04:23:32,085 DEBUG api_gitlab 339 64557 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:23:32,157 DEBUG api_user 130 64557 140735912027072 200 OK
+2017-06-13 04:23:32,233 DEBUG api_virtual_function 240 64557 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:23:35,497 DEBUG db_general 66 64557 140735912027072 Query: select archived_time,archive_reason from ice_engagement where engagement_manual_id='2017-36'
+2017-06-13 04:23:35,500 DEBUG db_general 78 64557 140735912027072 Query result: [datetime.datetime(2017, 6, 13, 12, 23, 35, 171455, tzinfo=psycopg2.tz.FixedOffsetTimezone(offset=180, name=None)), 'STvKU3G']
+2017-06-13 04:23:35,500 DEBUG logFuncEntry 34 64557 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:23:35,500 DEBUG logFuncEntry 34 64557 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:23:35,530 DEBUG db_general 53 64557 140735912027072 Test result in DB - PASS
+2017-06-13 04:23:36,302 DEBUG test_ui_base 78 64557 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-06-13 04:31:53,513 DEBUG api_user 106 65410 140735912027072 Moving to next test case. status=200
+2017-06-13 04:31:53,513 DEBUG api_user 192 65410 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2/8f44e3024a694e05a45c096673a6a731
+2017-06-13 04:31:53,544 DEBUG api_user 195 65410 140735912027072 APIUser activated successfully!
+2017-06-13 04:31:53,609 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:31:53,614 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:31:53,616 DEBUG db_general 164 65410 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:31:53,621 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:31:53,623 DEBUG db_general 164 65410 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:31:53,847 DEBUG api_virtual_function 73 65410 140735912027072 Virtual Function created successfully!
+2017-06-13 04:31:53,847 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:31:53,848 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-06-13 04:31:54,980 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:31:54,980 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:31:55,833 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:31:56,489 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:31:56,584 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:31:56,595 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:31:57,696 DEBUG api_user 106 65410 140735912027072 Moving to next test case. status=200
+2017-06-13 04:31:57,696 DEBUG api_user 192 65410 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d0ef3b2c-8b6d-40cd-967a-8ca720de8e3e/34f6e8c4717f495ab3b421659776b82e
+2017-06-13 04:31:57,725 DEBUG api_user 195 65410 140735912027072 APIUser activated successfully!
+2017-06-13 04:31:57,793 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:31:57,797 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:31:57,798 DEBUG db_general 164 65410 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:31:57,802 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:31:57,803 DEBUG db_general 164 65410 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:31:58,003 DEBUG api_virtual_function 73 65410 140735912027072 Virtual Function created successfully!
+2017-06-13 04:31:58,003 DEBUG api_gitlab 317 65410 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d6876b30-b166-46bf-86e6-31ffc7840f4a/checklist/new/
+2017-06-13 04:31:58,075 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:31:58,109 DEBUG api_gitlab 339 65410 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:31:58,179 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:31:58,238 DEBUG api_virtual_function 240 65410 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:32:01,337 DEBUG db_general 67 65410 140735912027072 Query: select archived_time,archive_reason from ice_engagement where engagement_manual_id='2017-38'
+2017-06-13 04:32:01,339 DEBUG db_general 80 65410 140735912027072 Query result: [datetime.datetime(2017, 6, 13, 12, 32, 1, 119865, tzinfo=psycopg2.tz.FixedOffsetTimezone(offset=180, name=None)), 'STW0IgQ']
+2017-06-13 04:32:01,339 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:32:01,340 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:32:01,413 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:02,078 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-06-13 04:32:02,079 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:32:02,079 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-06-13 04:32:02,868 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:02,868 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:03,647 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:04,300 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:04,388 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:04,396 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:32:05,428 DEBUG db_general 67 65410 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-06-13 04:32:05,430 DEBUG db_general 80 65410 140735912027072 Query result: None
+2017-06-13 04:32:05,433 DEBUG db_general 67 65410 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:32:05,435 DEBUG db_general 80 65410 140735912027072 Query result: b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2
+2017-06-13 04:32:05,438 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2' ;
+2017-06-13 04:32:05,446 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:05,451 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:32:05,453 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:08,232 DEBUG db_general 67 65410 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:32:08,235 DEBUG db_general 80 65410 140735912027072 Query result: b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2
+2017-06-13 04:32:08,240 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STFZxPw' WHERE uuid = 'b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2' ;
+2017-06-13 04:32:08,251 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:08,252 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:32:08,252 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:32:08,258 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:08,840 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-06-13 04:32:08,840 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:32:08,840 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-06-13 04:32:09,568 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:09,568 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:10,311 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:10,944 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:11,020 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:11,029 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:32:12,139 DEBUG api_user 106 65410 140735912027072 Moving to next test case. status=200
+2017-06-13 04:32:12,140 DEBUG api_user 192 65410 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/de58b387-66d7-40d2-a97c-4fae9832ae96/a3ad0b696ac14204a0c4c1d11b1d7ce4
+2017-06-13 04:32:12,170 DEBUG api_user 195 65410 140735912027072 APIUser activated successfully!
+2017-06-13 04:32:12,236 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:32:12,240 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:32:12,242 DEBUG db_general 164 65410 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:32:12,246 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:32:12,248 DEBUG db_general 164 65410 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:32:12,456 DEBUG api_virtual_function 73 65410 140735912027072 Virtual Function created successfully!
+2017-06-13 04:32:12,460 DEBUG db_general 67 65410 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-06-13 04:32:12,462 DEBUG db_general 80 65410 140735912027072 Query result: None
+2017-06-13 04:32:12,466 DEBUG db_general 67 65410 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:32:12,467 DEBUG db_general 80 65410 140735912027072 Query result: b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2
+2017-06-13 04:32:12,471 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2' ;
+2017-06-13 04:32:12,474 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:12,478 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:32:12,481 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:15,771 DEBUG db_general 67 65410 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:32:15,774 DEBUG db_general 80 65410 140735912027072 Query result: b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2
+2017-06-13 04:32:15,779 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STaH5u0' WHERE uuid = 'b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2' ;
+2017-06-13 04:32:15,789 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:15,789 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:32:15,789 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:32:15,803 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:16,677 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-06-13 04:32:16,679 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:32:16,680 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+2017-06-13 04:32:17,269 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:17,270 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:18,029 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:18,667 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:18,756 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:18,764 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:32:19,877 DEBUG api_user 106 65410 140735912027072 Moving to next test case. status=200
+2017-06-13 04:32:19,877 DEBUG api_user 192 65410 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d94ef828-6cad-4164-84b6-221d65ba547d/03f426ea7fa14fdbb3d7d4f39be78dd6
+2017-06-13 04:32:19,909 DEBUG api_user 195 65410 140735912027072 APIUser activated successfully!
+2017-06-13 04:32:19,973 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:32:19,977 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:32:19,978 DEBUG db_general 164 65410 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:32:19,982 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:32:19,983 DEBUG db_general 164 65410 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:32:20,189 DEBUG api_virtual_function 73 65410 140735912027072 Virtual Function created successfully!
+2017-06-13 04:32:20,189 DEBUG api_gitlab 317 65410 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6a00c54a-202b-47f5-81a2-bada985bd3a9/checklist/new/
+2017-06-13 04:32:20,256 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:32:20,288 DEBUG api_gitlab 339 65410 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:32:20,353 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:32:20,406 DEBUG api_virtual_function 240 65410 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:32:20,406 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:32:20,406 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:32:20,411 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:21,367 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+
+2017-06-13 04:32:21,368 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:32:21,368 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-06-13 04:32:22,071 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:22,072 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:22,808 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:23,442 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:23,523 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:23,532 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:32:29,069 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:32:29,069 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:32:29,081 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:29,639 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-06-13 04:32:29,639 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-06-13 04:32:29,639 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-06-13 04:32:30,220 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:30,220 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:30,973 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:31,622 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:31,706 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:31,715 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:32:37,413 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-06-13 04:32:37,413 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-06-13 04:32:37,423 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:38,044 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-06-13 04:32:38,044 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-06-13 04:32:38,045 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-06-13 04:32:38,685 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:38,685 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:39,473 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:40,102 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:40,183 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:40,192 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:32:41,255 DEBUG db_general 67 65410 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'Homer Simpson';
+2017-06-13 04:32:41,258 DEBUG db_general 80 65410 140735912027072 Query result: None
+2017-06-13 04:32:41,261 DEBUG db_general 67 65410 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:32:41,263 DEBUG db_general 80 65410 140735912027072 Query result: b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2
+2017-06-13 04:32:41,267 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2' ;
+2017-06-13 04:32:41,271 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:41,274 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:32:41,277 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:41,281 DEBUG db_general 67 65410 140735912027072 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:32:41,284 DEBUG db_general 80 65410 140735912027072 Query result: STY43lk@intl.att.com
+2017-06-13 04:32:44,287 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:32:45,302 DEBUG fe_general 41 65410 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:32:45,938 DEBUG db_general 179 65410 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-37';
+2017-06-13 04:32:45,941 DEBUG db_general 190 65410 140735912027072 Query result: 1448cdf2-35f3-44e6-96fe-43f2a61e7a82
+2017-06-13 04:32:45,948 DEBUG db_user 49 65410 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '1448cdf2-35f3-44e6-96fe-43f2a61e7a82' and email = 'STY43lk@intl.att.com' ;
+2017-06-13 04:32:45,951 DEBUG db_user 64 65410 140735912027072 Query result: 12089166-b60e-4656-9be0-495dba4eb0e1
+2017-06-13 04:32:45,951 DEBUG fe_general 41 65410 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?invitation=12089166-b60e-4656-9be0-495dba4eb0e1
+2017-06-13 04:32:46,555 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:46,556 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:47,339 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:47,963 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:48,058 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:48,068 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login?invitation=12089166-b60e-4656-9be0-495dba4eb0e1 page is loaded.
+2017-06-13 04:32:51,922 DEBUG db_general 67 65410 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:32:51,925 DEBUG db_general 80 65410 140735912027072 Query result: b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2
+2017-06-13 04:32:51,929 DEBUG db_general 110 65410 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STaU4ej' WHERE uuid = 'b6e7ab2a-cfcf-4fec-9775-315b31b7f7b2' ;
+2017-06-13 04:32:51,938 DEBUG db_general 114 65410 140735912027072 Update query success!
+2017-06-13 04:32:51,938 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-06-13 04:32:51,938 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-06-13 04:32:51,956 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:32:52,598 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-06-13 04:32:52,599 DEBUG logFuncEntry 34 65410 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-13 04:32:52,599 DEBUG test_ui_base 48 65410 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-06-13 04:32:53,388 DEBUG api_user 106 65410 140735912027072 Moving to next test case. status=200
+2017-06-13 04:32:53,389 DEBUG api_user 192 65410 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ea38602d-b7c0-4566-b6a0-86d26dec4b86/e463014a7cb44003adc3b46a34656a75
+2017-06-13 04:32:53,420 DEBUG api_user 195 65410 140735912027072 APIUser activated successfully!
+2017-06-13 04:32:53,504 DEBUG api_user 130 65410 140735912027072 200 OK
+2017-06-13 04:32:53,513 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:32:53,518 DEBUG db_general 164 65410 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:32:53,524 DEBUG db_general 153 65410 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:32:53,525 DEBUG db_general 164 65410 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:32:53,756 DEBUG api_virtual_function 73 65410 140735912027072 Virtual Function created successfully!
+2017-06-13 04:32:53,757 DEBUG fe_user 24 65410 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:32:53,757 DEBUG fe_user 25 65410 140735912027072 Insert Email
+2017-06-13 04:32:54,540 DEBUG fe_user 28 65410 140735912027072 Insert Password
+2017-06-13 04:32:55,202 DEBUG fe_user 30 65410 140735912027072 Click Login Button
+2017-06-13 04:32:55,276 DEBUG fe_user 32 65410 140735912027072 Login Button clicked
+2017-06-13 04:32:55,289 DEBUG wait 128 65410 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:33:01,457 DEBUG logFuncEntry 34 65410 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-13 04:33:01,457 DEBUG logFuncEntry 34 65410 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-13 04:33:01,486 DEBUG db_general 53 65410 140735912027072 Test result in DB - PASS
+2017-06-13 04:33:02,065 DEBUG test_ui_base 78 65410 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-06-13 04:52:45,728 DEBUG test_signal_base 34 67326 140735912027072 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-06-13 04:52:45,729 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,730 DEBUG test_checklist_signal 25 67326 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,730 DEBUG test_git_signal 111 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,730 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_CL>,) | {}
+2017-06-13 04:52:45,731 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-06-13 04:52:45,738 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-06-13 04:52:45,739 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:45,744 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,744 DEBUG test_signal_base 45 67326 140735912027072 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-06-13 04:52:45,755 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,755 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,756 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,756 DEBUG test_git_signal 26 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,757 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-06-13 04:52:45,768 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,769 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,769 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,769 DEBUG test_git_signal 90 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,770 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-06-13 04:52:45,782 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,782 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,783 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,783 DEBUG test_git_signal 131 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,784 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_join_of_staff_users_to_new_gitlab_repo>,) | {}
+2017-06-13 04:52:45,796 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,796 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,797 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,797 DEBUG test_git_signal 142 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,797 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_join_of_stn_users_to_new_rep_after_active>,) | {}
+2017-06-13 04:52:45,816 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,817 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,817 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,817 DEBUG test_git_signal 169 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,818 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_rem_users_from_repo_after_active_and_validated>,) | {}
+2017-06-13 04:52:45,831 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,831 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,832 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,832 DEBUG test_git_signal 212 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,833 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_rem_users_from_repo_after_completed>,) | {}
+2017-06-13 04:52:45,845 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,846 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,846 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,846 DEBUG test_git_signal 71 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,847 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-06-13 04:52:45,859 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,860 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,860 DEBUG test_signal_base 34 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+2017-06-13 04:52:45,860 DEBUG test_git_signal 51 67327 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:45,861 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-06-13 04:52:45,872 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:45,872 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/20e5370e-a8c7-421a-95d3-6ba17a59abf9/232819dcbad24023a834e56a59c8ae6f
+2017-06-13 04:52:45,872 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:45,873 DEBUG test_signal_base 45 67327 140735912027072 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-06-13 04:52:45,927 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:46,082 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:46,100 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:46,106 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:46,114 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:46,125 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:47,038 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:47,038 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60f2e97e-8b24-40f0-8304-0fa408e5a3cc/checklist/new/
+2017-06-13 04:52:47,181 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:47,231 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:47,232 DEBUG test_negative_requests 169 67325 140735912027072 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-06-13 04:52:47,354 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:47,355 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60f2e97e-8b24-40f0-8304-0fa408e5a3cc/checklist/new/
+2017-06-13 04:52:47,364 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:52:47,370 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:52:47,370 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/60f2e97e-8b24-40f0-8304-0fa408e5a3cc/checklist/new/
+2017-06-13 04:52:47,483 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:47,538 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:47,946 DEBUG api_checklist 39 67325 140735912027072 Checklist was created successfully!
+2017-06-13 04:52:47,947 DEBUG test_negative_requests 174 67325 140735912027072 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-06-13 04:52:48,077 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:48,078 DEBUG test_negative_requests 181 67325 140735912027072 About to add audit log to checklist uuid 374e18b5-b280-4eb7-bb24-1c1068ae3888
+2017-06-13 04:52:48,079 DEBUG test_negative_requests 188 67325 140735912027072 Success! Test failed to add audit log to checklist using other auth token.
+2017-06-13 04:52:48,241 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:48,242 DEBUG test_negative_requests 181 67325 140735912027072 About to add audit log to checklist uuid 374e18b5-b280-4eb7-bb24-1c1068ae3888
+2017-06-13 04:52:48,243 DEBUG test_negative_requests 188 67325 140735912027072 Success! Test failed to add audit log to checklist using other auth token.
+2017-06-13 04:52:48,244 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-06-13 04:52:48,245 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-06-13 04:52:48,321 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:48,322 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:52:48,353 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-06-13 04:52:48,353 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:48,628 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:48,628 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/247f4387-5c34-4ead-816c-9bca24ce5ccb/e77ca86957e341f8b138c346fdee1177
+2017-06-13 04:52:48,707 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:48,864 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:48,895 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:48,897 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:48,902 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:48,911 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:49,098 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:49,099 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2970653-d627-4920-b54e-ca7e6d0fc799/a21aa3730e494c9d8f15c40e6099b214
+2017-06-13 04:52:49,103 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:49,104 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/506b28a0-c629-47bf-a45b-af53365b9631/cfc7dfed96ab440eac6fbeba6c3de5fa
+2017-06-13 04:52:49,139 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:49,140 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:49,184 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:49,185 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2253252-1070-430c-a47e-1f6048f34402/68f242ae9d1a44cf98904d44b9fd5405
+2017-06-13 04:52:49,223 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:49,238 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:52:49,240 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:52:49,244 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:49,246 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:49,246 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:49,248 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:49,252 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:49,253 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:49,254 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:49,255 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:49,333 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:52:49,338 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:49,341 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:49,346 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:49,350 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:49,535 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:49,535 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31feaa10-7917-4d8e-adea-d6a0e6f67590/checklist/new/
+2017-06-13 04:52:49,646 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:49,694 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:49,695 DEBUG test_negative_requests 195 67325 140735912027072 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-06-13 04:52:49,797 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:49,798 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31feaa10-7917-4d8e-adea-d6a0e6f67590/checklist/new/
+2017-06-13 04:52:49,804 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:52:49,808 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:52:49,808 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31feaa10-7917-4d8e-adea-d6a0e6f67590/checklist/new/
+2017-06-13 04:52:49,943 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:49,956 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:49,957 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-06-13 04:52:49,957 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-06-13 04:52:49,978 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:49,980 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:52:49,980 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-06-13 04:52:50,005 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:50,006 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:52:50,033 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:50,190 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:52:50,244 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:50,414 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:52:50,544 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:50,545 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cdb730ae-7772-4af3-bd07-eb120f2659ed/8418f9bda8764b369b1196c8ceddaddf
+2017-06-13 04:52:50,563 DEBUG api_checklist 39 67325 140735912027072 Checklist was created successfully!
+2017-06-13 04:52:50,563 DEBUG test_negative_requests 200 67325 140735912027072 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-06-13 04:52:50,605 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:50,687 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:50,687 DEBUG test_negative_requests 208 67325 140735912027072 About to add next step to checklist uuid 148265ab-9dd2-4f56-89ea-9586b0f513e7
+2017-06-13 04:52:50,688 DEBUG api_checklist 115 67325 140735912027072 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31feaa10-7917-4d8e-adea-d6a0e6f67590/checklist/148265ab-9dd2-4f56-89ea-9586b0f513e7/nextstep/
+2017-06-13 04:52:50,730 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:52:50,737 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:50,738 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 247f4387-5c34-4ead-816c-9bca24ce5ccb. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:50,739 DEBUG test_negative_requests 215 67325 140735912027072 Success! Test failed to add next steps to checklist using other auth token.
+2017-06-13 04:52:50,739 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:50,744 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:50,747 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:50,863 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:50,864 DEBUG test_negative_requests 208 67325 140735912027072 About to add next step to checklist uuid 148265ab-9dd2-4f56-89ea-9586b0f513e7
+2017-06-13 04:52:50,864 DEBUG api_checklist 115 67325 140735912027072 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31feaa10-7917-4d8e-adea-d6a0e6f67590/checklist/148265ab-9dd2-4f56-89ea-9586b0f513e7/nextstep/
+2017-06-13 04:52:50,924 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:50,925 DEBUG test_negative_requests 215 67325 140735912027072 Success! Test failed to add next steps to checklist using other auth token.
+2017-06-13 04:52:51,202 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:51,203 DEBUG test_negative_requests 208 67325 140735912027072 About to add next step to checklist uuid 148265ab-9dd2-4f56-89ea-9586b0f513e7
+2017-06-13 04:52:51,203 DEBUG api_checklist 115 67325 140735912027072 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/31feaa10-7917-4d8e-adea-d6a0e6f67590/checklist/148265ab-9dd2-4f56-89ea-9586b0f513e7/nextstep/
+2017-06-13 04:52:51,294 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:51,295 DEBUG test_negative_requests 215 67325 140735912027072 Success! Test failed to add next steps to checklist using other auth token.
+2017-06-13 04:52:51,296 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-06-13 04:52:51,296 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-06-13 04:52:51,311 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:51,312 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:52:51,314 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-06-13 04:52:51,314 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:51,314 DEBUG test_negative_requests 37 67325 140735912027072 This negative test will try to add contact to an engagement using other auth token.
+2017-06-13 04:52:51,437 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:51,438 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c7788391-391e-443a-85a7-3c531134abc1/checklist/new/
+2017-06-13 04:52:51,507 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:51,508 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/36360bfd-1e04-4565-8209-82a0bf85cb0b/fba0d5c61400422f9567b4f8cd4c38cc
+2017-06-13 04:52:51,557 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:51,576 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:52:51,662 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:51,666 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-13 04:52:51,668 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-06-13 04:52:51,699 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:51,707 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:51,712 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:51,737 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:51,744 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:51,884 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:52:51,884 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:52:51,900 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:52:51,901 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:52:52,412 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:52,413 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/15abf200-868e-4cf4-9b9a-ca8155bbec64/checklist/new/
+2017-06-13 04:52:52,526 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:52,564 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:52,659 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:52,660 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a8e39133-31d3-4486-b9c1-92609ce5a65a/e826f8e18c6c469f826869aabeee59fb
+2017-06-13 04:52:52,706 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:52,841 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:52,862 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:52,868 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:52,884 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:52,887 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:52,919 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:52:52,928 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:52:53,171 DEBUG api_checklist 23 67327 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:52:53,178 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:52:53,184 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:52:53,185 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:52:53,290 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:52:53,338 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:53,432 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:53,433 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/50aa3c28-f247-405d-9a8c-078f2cdc00fd/checklist/new/
+2017-06-13 04:52:53,572 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:53,620 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:53,620 DEBUG test_negative_requests 43 67325 140735912027072 About to invite contact to the engagement of user STZnJCo
+2017-06-13 04:52:53,621 DEBUG api_virtual_function 120 67325 140735912027072 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-06-13 04:52:53,627 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:52:53,647 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:52:53,678 ERROR api_virtual_function 149 67325 140735912027072 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: a8e39133-31d3-4486-b9c1-92609ce5a65a. eng_uuid=15abf200-868e-4cf4-9b9a-ca8155bbec64. checklist_uuid=None"
+2017-06-13 04:52:53,679 DEBUG test_negative_requests 49 67325 140735912027072 Success! Test failed to invite contact user using other auth token.
+2017-06-13 04:52:53,680 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-06-13 04:52:53,680 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-06-13 04:52:53,702 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:53,702 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:52:53,705 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-06-13 04:52:53,706 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:53,706 DEBUG test_negative_requests 54 67325 140735912027072 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-06-13 04:52:53,798 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:52:53,824 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:52:53,851 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:52:53,866 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:52:53,899 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:53,899 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0c829f1-fdf3-4007-874b-3e277cb9bc19/c94d4b58d8f24b578242a90c5a6d41b2
+2017-06-13 04:52:53,928 DEBUG api_checklist 39 67327 140735912027072 Checklist was created successfully!
+2017-06-13 04:52:53,935 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where name = 'checklistAPISTRS5xA' order by update_time desc limit 1;
+2017-06-13 04:52:53,940 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:52:53,940 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:52:53,954 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:54,097 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:54,103 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:54,104 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:54,113 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:54,115 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:54,660 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:52:54,891 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:54,891 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/3eba24fb-4561-4283-bb3f-2ec0bdb971ce/checklist/new/
+2017-06-13 04:52:54,971 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:52:54,971 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:55,010 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:55,085 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:55,085 DEBUG test_negative_requests 63 67325 140735912027072 About to add a next step to VF STv9aN2 using STkMLqW@intl.att.com token.
+2017-06-13 04:52:55,086 DEBUG api_virtual_function 26 67325 140735912027072 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3eba24fb-4561-4283-bb3f-2ec0bdb971ce/nextsteps
+2017-06-13 04:52:55,112 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: e0c829f1-fdf3-4007-874b-3e277cb9bc19. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:55,113 DEBUG test_negative_requests 69 67325 140735912027072 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-06-13 04:52:55,200 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:55,201 DEBUG test_negative_requests 63 67325 140735912027072 About to add a next step to VF STv9aN2 using dd1122@att.com token.
+2017-06-13 04:52:55,201 DEBUG api_virtual_function 26 67325 140735912027072 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3eba24fb-4561-4283-bb3f-2ec0bdb971ce/nextsteps
+2017-06-13 04:52:55,412 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:55,413 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e5aa8e1a-574e-4cc9-ad66-6f649a6581a2/7411b752e2264231a668c26c5213780b
+2017-06-13 04:52:55,445 DEBUG api_virtual_function 41 67325 140735912027072 Next step was added to the engagement!
+2017-06-13 04:52:55,445 DEBUG test_negative_requests 69 67325 140735912027072 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-06-13 04:52:55,458 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:55,580 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:52:55,580 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:55,581 DEBUG test_negative_requests 63 67325 140735912027072 About to add a next step to VF STv9aN2 using admin_ro@att.com token.
+2017-06-13 04:52:55,581 DEBUG api_virtual_function 26 67325 140735912027072 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/3eba24fb-4561-4283-bb3f-2ec0bdb971ce/nextsteps
+2017-06-13 04:52:55,587 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:55,589 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:55,596 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:55,600 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:55,631 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:52:55,648 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:55,649 DEBUG test_negative_requests 69 67325 140735912027072 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-06-13 04:52:55,649 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-06-13 04:52:55,650 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-06-13 04:52:55,670 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:55,671 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:52:55,698 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-06-13 04:52:55,698 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:55,699 DEBUG test_negative_requests 221 67325 140735912027072 Local environment, skipping test...
+2017-06-13 04:52:55,699 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-06-13 04:52:55,700 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-06-13 04:52:55,824 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:55,825 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:52:55,830 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-06-13 04:52:55,831 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:55,837 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:52:55,860 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:52:56,045 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:56,045 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bd5bfb70-5fb7-4a43-bcc0-5a0eb8192d3f/85abf682b01a4e5ca3b58fc8efde5ef2
+2017-06-13 04:52:56,122 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:56,420 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:56,451 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:56,461 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:56,466 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:56,468 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:57,100 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:57,100 DEBUG api_gitlab 317 67328 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b488990b-2f27-417d-a415-f63faf8a2aa0/checklist/new/
+2017-06-13 04:52:57,147 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-06-13 04:52:57,147 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-06-13 04:52:57,167 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:57,231 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:52:57,265 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:52:57,411 DEBUG api_gitlab 339 67328 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:57,475 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:57,475 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:57,522 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:52:57,591 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:57,637 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:57,637 DEBUG test_negative_requests 98 67325 140735912027072 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-06-13 04:52:57,648 DEBUG api_virtual_function 240 67328 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:52:57,751 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:57,751 DEBUG test_negative_requests 106 67325 140735912027072 About to create checklist for VF STHPjQR
+2017-06-13 04:52:57,752 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:57,756 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:52:57,759 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:52:57,759 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:57,870 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:57,917 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:57,964 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: bd5bfb70-5fb7-4a43-bcc0-5a0eb8192d3f. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:57,966 DEBUG test_negative_requests 112 67325 140735912027072 Success! Test failed to create checklist using other auth token.
+2017-06-13 04:52:58,071 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:58,071 DEBUG test_negative_requests 106 67325 140735912027072 About to create checklist for VF STHPjQR
+2017-06-13 04:52:58,072 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:58,078 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:52:58,081 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:52:58,082 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:58,145 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-06-13 04:52:58,145 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-06-13 04:52:58,145 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-06-13 04:52:58,183 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:58,231 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:58,272 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,273 DEBUG test_negative_requests 112 67325 140735912027072 Success! Test failed to create checklist using other auth token.
+2017-06-13 04:52:58,310 DEBUG db_checklist 352 67327 140735912027072 Query : select uuid from ice_checklist where name = 'checklistAPISTRS5xA' order by create_time desc limit 1;
+2017-06-13 04:52:58,403 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:58,403 DEBUG test_negative_requests 106 67325 140735912027072 About to create checklist for VF STHPjQR
+2017-06-13 04:52:58,403 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:58,410 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:52:58,412 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:52:58,413 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d804aea-8480-467f-9d83-97c49c11e6c8/checklist/new/
+2017-06-13 04:52:58,499 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:58,538 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:58,572 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,572 DEBUG test_negative_requests 112 67325 140735912027072 Success! Test failed to create checklist using other auth token.
+2017-06-13 04:52:58,573 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-06-13 04:52:58,573 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-06-13 04:52:58,581 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:52:58,581 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:52:58,582 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-06-13 04:52:58,583 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:52:58,583 DEBUG test_negative_requests 74 67325 140735912027072 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-06-13 04:52:58,668 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:52:58,668 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4022dc24-4386-4755-b108-61b9000d999f/e3558608db3f4f6aa70239fb8450c3af
+2017-06-13 04:52:58,700 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:52:58,788 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:58,793 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:52:58,795 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:52:58,799 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:52:58,801 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:52:58,920 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:52:59,521 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:52:59,522 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6b0d9a28-fad8-45d4-b512-b386047db486/checklist/new/
+2017-06-13 04:52:59,586 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:52:59,676 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:59,734 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:52:59,735 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:52:59,745 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:52:59,879 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:52:59,880 DEBUG api_virtual_function 26 67325 140735912027072 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/6b0d9a28-fad8-45d4-b512-b386047db486/nextsteps
+2017-06-13 04:53:00,047 DEBUG api_virtual_function 41 67325 140735912027072 Next step was added to the engagement!
+2017-06-13 04:53:00,134 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:00,135 DEBUG test_negative_requests 86 67325 140735912027072 About to edit a next step (ns uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336) using STqN43v@intl.att.com token.
+2017-06-13 04:53:00,135 DEBUG api_virtual_function 157 67325 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/05dedabe-45ff-4a9d-bdc6-345349d2e336/engagement/6b0d9a28-fad8-45d4-b512-b386047db486/modify/
+2017-06-13 04:53:00,171 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,172 DEBUG test_negative_requests 92 67325 140735912027072 Success! Test failed to edit a next step using other auth token.
+2017-06-13 04:53:00,278 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:00,278 DEBUG test_negative_requests 86 67325 140735912027072 About to edit a next step (ns uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336) using hs0007@att.com token.
+2017-06-13 04:53:00,279 DEBUG api_virtual_function 157 67325 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/05dedabe-45ff-4a9d-bdc6-345349d2e336/engagement/6b0d9a28-fad8-45d4-b512-b386047db486/modify/
+2017-06-13 04:53:00,323 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,324 DEBUG test_negative_requests 92 67325 140735912027072 Success! Test failed to edit a next step using other auth token.
+2017-06-13 04:53:00,430 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:00,430 DEBUG test_negative_requests 86 67325 140735912027072 About to edit a next step (ns uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336) using admin_ro@att.com token.
+2017-06-13 04:53:00,430 DEBUG api_virtual_function 157 67325 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/05dedabe-45ff-4a9d-bdc6-345349d2e336/engagement/6b0d9a28-fad8-45d4-b512-b386047db486/modify/
+2017-06-13 04:53:00,465 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,465 DEBUG test_negative_requests 92 67325 140735912027072 Success! Test failed to edit a next step using other auth token.
+2017-06-13 04:53:00,466 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-06-13 04:53:00,466 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-06-13 04:53:00,473 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:00,473 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:53:00,475 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-06-13 04:53:00,475 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:53:00,475 DEBUG test_negative_requests 20 67325 140735912027072 This negative test will try to invite team member to an engagement using other auth token.
+2017-06-13 04:53:00,589 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:00,590 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8213fc84-23bd-4c70-a33a-6d9d881143b2/4f5a8a4f935e486398814db4be108103
+2017-06-13 04:53:00,630 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:00,657 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:53:00,773 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:00,779 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:00,781 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:00,787 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:00,789 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:01,184 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:01,185 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a98a64b7-6028-46b4-8f7d-46056195780e/checklist/new/
+2017-06-13 04:53:01,286 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:01,333 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:53:01,333 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:01,472 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:01,525 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:53:01,541 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:01,598 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:01,599 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5f824ae2-c858-4f95-914e-dfa33824b817/31648cb3000d4cc6b609344fa25e76e4
+2017-06-13 04:53:01,732 DEBUG db_general 67 67328 140735912027072 Query: select archived_time,archive_reason from ice_engagement where engagement_manual_id='2017-51'
+2017-06-13 04:53:01,741 DEBUG db_general 80 67328 140735912027072 Query result: [datetime.datetime(2017, 6, 13, 12, 53, 1, 506969, tzinfo=psycopg2.tz.FixedOffsetTimezone(offset=180, name=None)), 'STLWGbN']
+2017-06-13 04:53:01,742 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:53:01,742 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 04:53:01,794 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:01,822 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:02,110 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:02,204 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:02,215 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:02,219 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:02,232 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:02,263 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:02,735 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:53:02,867 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-06-13 04:53:02,868 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:53:02,868 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-06-13 04:53:02,921 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:02,922 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/1f062114-59bb-43bc-b8e0-4cc02311a695/checklist/new/
+2017-06-13 04:53:03,047 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:03,104 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:03,105 DEBUG test_negative_requests 26 67325 140735912027072 About to invite team member to the engagement of user STcUNuJ
+2017-06-13 04:53:03,105 DEBUG api_virtual_function 88 67325 140735912027072 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-06-13 04:53:03,171 ERROR api_virtual_function 113 67325 140735912027072 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-06-13 04:53:03,172 DEBUG test_negative_requests 32 67325 140735912027072 Success! Test failed to invite user using other auth token.
+2017-06-13 04:53:03,172 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-06-13 04:53:03,173 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-06-13 04:53:03,189 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:03,190 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:53:03,194 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-06-13 04:53:03,194 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:53:03,314 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:03,314 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5177480-b503-4abb-9e81-6239f3da9d64/2ae8e1af3f5d4c929d0747994d6e3da0
+2017-06-13 04:53:03,352 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:03,433 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:03,438 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:03,439 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:03,444 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:03,446 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:03,641 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:03,641 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:53:03,912 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:03,912 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/207c2a24-981f-4a27-99ce-5410584fd570/checklist/new/
+2017-06-13 04:53:04,007 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:04,045 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:04,045 DEBUG test_negative_requests 146 67325 140735912027072 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-06-13 04:53:04,123 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:04,123 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/207c2a24-981f-4a27-99ce-5410584fd570/checklist/new/
+2017-06-13 04:53:04,128 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:53:04,129 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:53:04,130 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/207c2a24-981f-4a27-99ce-5410584fd570/checklist/new/
+2017-06-13 04:53:04,201 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:04,236 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:04,393 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:53:04,585 DEBUG api_checklist 39 67325 140735912027072 Checklist was created successfully!
+2017-06-13 04:53:04,585 DEBUG test_negative_requests 151 67325 140735912027072 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-06-13 04:53:04,585 DEBUG test_negative_requests 157 67325 140735912027072 About to change checklist state for VF STVJtie
+2017-06-13 04:53:04,675 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:04,717 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:04,719 DEBUG test_negative_requests 163 67325 140735912027072 Success! Test failed to change checklist state using other auth token.
+2017-06-13 04:53:04,719 DEBUG test_negative_requests 157 67325 140735912027072 About to change checklist state for VF STVJtie
+2017-06-13 04:53:04,804 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:04,854 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:04,855 DEBUG test_negative_requests 163 67325 140735912027072 Success! Test failed to change checklist state using other auth token.
+2017-06-13 04:53:04,855 DEBUG test_negative_requests 157 67325 140735912027072 About to change checklist state for VF STVJtie
+2017-06-13 04:53:04,968 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:05,027 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:05,028 DEBUG test_negative_requests 163 67325 140735912027072 Success! Test failed to change checklist state using other auth token.
+2017-06-13 04:53:05,028 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-06-13 04:53:05,029 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-06-13 04:53:05,049 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:05,049 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:53:05,051 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-06-13 04:53:05,051 DEBUG test_api_base 30 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-06-13 04:53:05,054 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:53:05,181 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:53:05,199 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:05,274 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:05,275 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/57fdcb6e-0ffe-4e12-b335-791cf926f5f2/4afdde8377ec499ca365d4f840b81bde
+2017-06-13 04:53:05,349 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:05,486 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:05,514 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:05,519 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:05,526 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:05,530 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:06,032 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:06,032 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b92da9da-8a8a-4f01-a808-eb0bce07cb36/checklist/new/
+2017-06-13 04:53:06,106 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:06,144 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:06,145 DEBUG test_negative_requests 119 67325 140735912027072 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-06-13 04:53:06,214 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:06,215 DEBUG api_checklist 23 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b92da9da-8a8a-4f01-a808-eb0bce07cb36/checklist/new/
+2017-06-13 04:53:06,219 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:53:06,221 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:53:06,222 DEBUG api_gitlab 317 67325 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b92da9da-8a8a-4f01-a808-eb0bce07cb36/checklist/new/
+2017-06-13 04:53:06,323 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:06,360 DEBUG api_gitlab 339 67325 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:06,514 DEBUG db_general 67 67328 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-06-13 04:53:06,518 DEBUG db_general 80 67328 140735912027072 Query result: None
+2017-06-13 04:53:06,524 DEBUG db_general 67 67328 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:53:06,528 DEBUG db_general 80 67328 140735912027072 Query result: 73939f65-66aa-4551-9ffc-1acc2fac8c96
+2017-06-13 04:53:06,534 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = '73939f65-66aa-4551-9ffc-1acc2fac8c96' ;
+2017-06-13 04:53:06,550 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:53:06,557 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:53:06,568 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:53:06,607 DEBUG api_checklist 39 67325 140735912027072 Checklist was created successfully!
+2017-06-13 04:53:06,607 DEBUG test_negative_requests 124 67325 140735912027072 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-06-13 04:53:06,664 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:53:06,718 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:06,719 DEBUG test_negative_requests 132 67325 140735912027072 About to update checklist for VF ST3rlMx
+2017-06-13 04:53:06,719 DEBUG api_checklist 57 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//f4475db4-4358-489f-846e-a7bde3ad0d31/f4475db4-4358-489f-846e-a7bde3ad0d31
+2017-06-13 04:53:06,724 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:53:06,726 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:53:06,768 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57fdcb6e-0ffe-4e12-b335-791cf926f5f2. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:06,768 DEBUG test_negative_requests 139 67325 140735912027072 Success! Test failed to create checklist using other auth token.
+2017-06-13 04:53:06,878 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:06,879 DEBUG test_negative_requests 132 67325 140735912027072 About to update checklist for VF ST3rlMx
+2017-06-13 04:53:06,879 DEBUG api_checklist 57 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//f4475db4-4358-489f-846e-a7bde3ad0d31/f4475db4-4358-489f-846e-a7bde3ad0d31
+2017-06-13 04:53:06,886 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:53:06,888 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:53:06,944 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:06,945 DEBUG test_negative_requests 139 67325 140735912027072 Success! Test failed to create checklist using other auth token.
+2017-06-13 04:53:07,063 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:07,064 DEBUG test_negative_requests 132 67325 140735912027072 About to update checklist for VF ST3rlMx
+2017-06-13 04:53:07,064 DEBUG api_checklist 57 67325 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//f4475db4-4358-489f-846e-a7bde3ad0d31/f4475db4-4358-489f-846e-a7bde3ad0d31
+2017-06-13 04:53:07,071 DEBUG db_general 179 67325 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:53:07,075 DEBUG db_general 190 67325 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:53:07,151 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:07,152 DEBUG test_negative_requests 139 67325 140735912027072 Success! Test failed to create checklist using other auth token.
+2017-06-13 04:53:07,153 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-06-13 04:53:07,153 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-06-13 04:53:07,164 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:07,165 DEBUG test_api_base 42 67325 140735912027072 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-06-13 04:53:07,187 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:53:08,372 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:53:08,398 DEBUG db_checklist 352 67327 140735912027072 Query : select uuid from ice_checklist where name = 'checklistAPISTRS5xA' order by create_time desc limit 1;
+2017-06-13 04:53:09,673 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:09,673 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:53:09,747 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:09,900 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:10,446 DEBUG api_user 106 67325 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:10,446 DEBUG api_user 192 67325 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fe70dad3-b19e-49f8-9d5a-7d7d4d174e03/8a537700aa44453996318c6b7b08f98a
+2017-06-13 04:53:10,480 DEBUG api_user 195 67325 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:10,569 DEBUG api_user 130 67325 140735912027072 200 OK
+2017-06-13 04:53:10,575 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:10,577 DEBUG db_general 164 67325 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:10,581 DEBUG db_general 153 67325 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:10,583 DEBUG db_general 164 67325 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:10,711 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:53:10,895 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:11,237 DEBUG db_general 67 67328 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:53:11,242 DEBUG db_general 80 67328 140735912027072 Query result: 73939f65-66aa-4551-9ffc-1acc2fac8c96
+2017-06-13 04:53:11,248 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STYj73V' WHERE uuid = '73939f65-66aa-4551-9ffc-1acc2fac8c96' ;
+2017-06-13 04:53:11,253 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:53:11,254 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:53:11,254 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-06-13 04:53:11,262 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:11,334 DEBUG api_virtual_function 73 67325 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:11,335 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-06-13 04:53:11,336 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-06-13 04:53:11,412 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:53:11,424 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:11,640 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:53:11,666 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:11,974 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:12,419 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:12,633 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-06-13 04:53:12,635 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:53:12,635 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-06-13 04:53:13,358 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:53:13,509 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:13,509 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:53:14,048 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:14,049 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:53:14,388 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-13 04:53:14,389 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-13 04:53:14,406 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:14,627 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:53:14,928 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:53:15,220 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-06-13 04:53:15,221 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-06-13 04:53:15,221 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-06-13 04:53:15,321 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:53:15,532 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:53:15,554 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:15,648 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:53:15,843 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:53:15,866 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:16,431 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:16,787 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:16,787 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:53:17,050 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:17,463 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STvuR0F
+2017-06-13 04:53:17,464 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STvuR0F', 'title_Announcement_STvuR0F-slug', '', 'description_Announcement_STT5d2O', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STT5d2O</p>', true, '', 1, 1);
+2017-06-13 04:53:17,470 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STvuR0F', 'title_Announcement_STvuR0F-slug', '', 'description_Announcement_STT5d2O', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STT5d2O</p>', true, '', 1, 1);
+2017-06-13 04:53:17,543 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:53:17,543 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 04:53:17,543 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:53:17,550 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:53:17,572 DEBUG db_cms 64 67325 140735912027072 Query result: 266
+2017-06-13 04:53:17,573 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 04:53:17,573 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 04:53:17,579 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 04:53:17,590 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 04:53:17,590 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 266
+2017-06-13 04:53:17,591 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (266, 2);
+2017-06-13 04:53:17,597 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (266, 2);
+2017-06-13 04:53:17,603 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:53:17,603 DEBUG fe_general 41 67325 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:53:17,734 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:53:18,362 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:18,362 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/82dfd402-492e-4527-a9dc-d3b9de5f78b9/035aab95285546ff96d1d036f1a4b8f3
+2017-06-13 04:53:18,400 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:18,442 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:53:18,530 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:53:18,537 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:18,540 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:18,545 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:18,547 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:18,585 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:53:18,605 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:18,727 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:18,727 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:53:19,170 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:53:19,531 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:19,539 DEBUG db_general 67 67328 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-06-13 04:53:19,542 DEBUG db_general 80 67328 140735912027072 Query result: None
+2017-06-13 04:53:19,550 DEBUG db_general 67 67328 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:53:19,553 DEBUG db_general 80 67328 140735912027072 Query result: b143e6b9-f145-4899-a70f-2dd9f1a07af8
+2017-06-13 04:53:19,559 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'b143e6b9-f145-4899-a70f-2dd9f1a07af8' ;
+2017-06-13 04:53:19,564 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:53:19,570 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:53:19,581 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:53:19,879 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:53:20,154 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:20,154 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:53:20,601 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:53:20,703 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:53:20,726 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:20,985 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:53:21,245 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:21,771 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:53:21,832 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:21,952 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:53:21,968 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:24,411 DEBUG db_general 67 67328 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:53:24,414 DEBUG db_general 80 67328 140735912027072 Query result: b143e6b9-f145-4899-a70f-2dd9f1a07af8
+2017-06-13 04:53:24,419 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STCwR91' WHERE uuid = 'b143e6b9-f145-4899-a70f-2dd9f1a07af8' ;
+2017-06-13 04:53:24,426 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:53:24,427 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:53:24,427 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-06-13 04:53:24,435 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:25,501 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-06-13 04:53:25,502 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:53:25,502 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+2017-06-13 04:53:26,280 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:26,280 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:53:27,122 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:53:27,163 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-06-13 04:53:27,164 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-06-13 04:53:27,183 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:27,772 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-06-13 04:53:27,773 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-06-13 04:53:27,773 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-06-13 04:53:27,789 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:53:27,900 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:53:27,912 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:28,548 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:28,549 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:53:28,980 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:53:29,228 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:29,228 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bcf51213-0a9e-43a7-9118-59332e57f837/1f70b8ed8e134bb58caac6c552c93ffd
+2017-06-13 04:53:29,259 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:29,341 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:53:29,345 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:29,347 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:29,351 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:29,352 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:29,361 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:53:29,607 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:29,607 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:53:29,630 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:29,630 DEBUG api_gitlab 317 67328 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/9834f766-add3-456e-ae8a-e707747b4924/checklist/new/
+2017-06-13 04:53:29,707 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:53:29,752 DEBUG api_gitlab 339 67328 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:29,850 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:53:29,920 DEBUG api_virtual_function 240 67328 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 04:53:29,921 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:53:29,921 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-06-13 04:53:29,927 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:30,013 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:53:30,191 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:53:30,208 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:30,480 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:53:30,865 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+
+2017-06-13 04:53:30,865 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:53:30,866 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-06-13 04:53:31,320 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:53:31,422 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'ST98M3O';
+2017-06-13 04:53:31,426 DEBUG db_general 190 67327 140735912027072 Query result: c7788391-391e-443a-85a7-3c531134abc1
+2017-06-13 04:53:31,433 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'ST98M3O';
+2017-06-13 04:53:31,442 DEBUG db_general 190 67327 140735912027072 Query result: c7788391-391e-443a-85a7-3c531134abc1
+2017-06-13 04:53:31,450 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'c7788391-391e-443a-85a7-3c531134abc1';
+2017-06-13 04:53:31,454 DEBUG db_general 190 67327 140735912027072 Query result: 2017-47
+2017-06-13 04:53:31,458 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-47';
+2017-06-13 04:53:31,461 DEBUG db_general 190 67327 140735912027072 Query result: 1
+2017-06-13 04:53:31,471 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '1' and role_id = '2';
+2017-06-13 04:53:31,483 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:53:31,487 DEBUG db_general 232 67327 140735912027072 Query result: dd1122@att.com
+2017-06-13 04:53:31,504 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:31,515 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'c7788391-391e-443a-85a7-3c531134abc1';
+2017-06-13 04:53:31,520 DEBUG db_general 190 67327 140735912027072 Query result: 2017-47
+2017-06-13 04:53:32,044 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:32,045 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:53:32,832 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:32,956 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:53:33,607 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:53:33,707 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:53:33,726 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:34,895 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_next_step Where engagement_id = 'c7788391-391e-443a-85a7-3c531134abc1' and engagement_stage = 'Intake';
+2017-06-13 04:53:34,898 DEBUG db_general 232 67327 140735912027072 Query result: ['16112c7b-56bd-461f-9a8a-37104a770667', 'd364d065-ee58-4309-908b-ccc4ce96dbdc']
+2017-06-13 04:53:35,163 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:53:35,992 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:35,992 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:53:36,755 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:53:37,398 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:53:37,517 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:53:37,539 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:38,201 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-06-13 04:53:38,202 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-06-13 04:53:38,222 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:38,933 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-06-13 04:53:39,894 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:53:39,895 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-06-13 04:53:40,026 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:40,278 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:41,654 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-06-13 04:53:41,655 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-06-13 04:53:41,656 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-06-13 04:53:42,525 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:42,525 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dfd1bcb1-0b2a-498e-ab76-472487a6a5c2/420b211846274de9b8b27c7ae2df1f23
+2017-06-13 04:53:42,580 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:42,703 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:53:42,709 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:42,712 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:42,723 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:42,726 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:42,735 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:42,735 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:53:43,187 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:43,187 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-06-13 04:53:43,188 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-06-13 04:53:43,597 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:53:44,273 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:53:44,436 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:53:44,455 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:44,585 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:44,586 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:53:44,980 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:45,936 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:53:46,622 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:53:46,763 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:53:46,798 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:47,326 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:47,566 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:53:48,462 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:53:48,463 DEBUG fe_user 171 67326 140735912027072 Adding new next step (via api) and assigning it to user STU6Vbm
+2017-06-13 04:53:48,463 DEBUG api_virtual_function 26 67326 140735912027072 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/586e70db-c317-4d0b-9819-582f30ce912e/nextsteps
+2017-06-13 04:53:48,540 DEBUG api_virtual_function 41 67326 140735912027072 Next step was added to the engagement!
+2017-06-13 04:53:48,541 DEBUG fe_user 174 67326 140735912027072 Refresh page and look for changes in assigned next steps section:
+2017-06-13 04:53:49,528 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'STKNsyL';
+2017-06-13 04:53:49,536 DEBUG db_general 190 67327 140735912027072 Query result: 2c15c417-84c9-4b21-aa50-b882607691df
+2017-06-13 04:53:49,995 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:53:50,356 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-06-13 04:53:50,356 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-06-13 04:53:50,382 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:51,008 DEBUG fe_user 176 67326 140735912027072 > Check if number has changed in 'Assigned To You'
+2017-06-13 04:53:51,244 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-06-13 04:53:51,244 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-06-13 04:53:51,244 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+2017-06-13 04:53:51,537 DEBUG fe_dashboard 210 67326 140735912027072 > Check if the engagement of NS is the correct one
+2017-06-13 04:53:51,561 DEBUG fe_dashboard 220 67326 140735912027072 > Check if creator of NS is the EL Donald Duck
+2017-06-13 04:53:51,591 DEBUG fe_overview 34 67326 140735912027072 Go to engagement's overview by clicking on the created Next Step
+2017-06-13 04:53:52,159 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:53:52,160 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9f19ea52-c53e-497e-b806-eaa63cd9e023/18eca80fd6e74c1aa79b9fa172fca0e9
+2017-06-13 04:53:52,201 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:53:52,302 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:53:52,308 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:53:52,310 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:53:52,316 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:53:52,318 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:53:52,878 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:53:52,926 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:53:52,926 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/744a5b0a-2cc0-4fc1-ae84-1992c3875692/checklist/new/
+2017-06-13 04:53:53,113 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:53:53,183 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:53:53,184 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:53,184 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:53:53,769 DEBUG fe_overview 39 67326 140735912027072 Login with EL user dd1122@att.com
+2017-06-13 04:53:53,770 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:53,770 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:53:54,251 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:53:54,543 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:53:54,911 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:53:55,012 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:53:55,027 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:55,169 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:53:55,311 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:53:55,333 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:53:56,062 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STn2O5A';
+2017-06-13 04:53:56,065 DEBUG db_general 190 67327 140735912027072 Query result: c894d38a-1a31-4620-a2fc-0ecc1257fb0b
+2017-06-13 04:53:56,070 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'STn2O5A';
+2017-06-13 04:53:56,072 DEBUG db_general 190 67327 140735912027072 Query result: 744a5b0a-2cc0-4fc1-ae84-1992c3875692
+2017-06-13 04:53:56,076 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'STn2O5A';
+2017-06-13 04:53:56,080 DEBUG db_general 190 67327 140735912027072 Query result: 744a5b0a-2cc0-4fc1-ae84-1992c3875692
+2017-06-13 04:53:56,084 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '744a5b0a-2cc0-4fc1-ae84-1992c3875692';
+2017-06-13 04:53:56,087 DEBUG db_general 190 67327 140735912027072 Query result: 2017-62
+2017-06-13 04:53:56,092 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-62';
+2017-06-13 04:53:56,095 DEBUG db_general 190 67327 140735912027072 Query result: 1
+2017-06-13 04:53:56,099 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '1' and role_id = '2';
+2017-06-13 04:53:56,101 DEBUG db_general 232 67327 140735912027072 Query result: dd1122@att.com
+2017-06-13 04:53:56,102 DEBUG fe_checklist 48 67327 140735912027072 EL email: dd1122@att.com
+2017-06-13 04:53:56,105 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '744a5b0a-2cc0-4fc1-ae84-1992c3875692';
+2017-06-13 04:53:56,109 DEBUG db_general 190 67327 140735912027072 Query result: 2017-62
+2017-06-13 04:53:56,545 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:53:56,548 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:53:56,552 DEBUG db_general 67 67326 140735912027072 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=1 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-06-13 04:53:56,557 DEBUG db_general 80 67326 140735912027072 Query result: 54
+2017-06-13 04:53:56,557 DEBUG fe_overview 47 67326 140735912027072 el_assigned_ns=54
+2017-06-13 04:53:57,064 DEBUG fe_overview 50 67326 140735912027072 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-06-13 04:53:57,141 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '744a5b0a-2cc0-4fc1-ae84-1992c3875692' and engagement_stage = 'Intake';
+2017-06-13 04:53:57,144 DEBUG db_general 232 67327 140735912027072 Query result: ['bcaddc2b-6c95-43d1-a3ae-ac8356f65dd8', 'a991b2fa-73b6-424a-ad1a-93d5a1f9a52d']
+2017-06-13 04:53:57,260 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-06-13 04:53:57,260 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-06-13 04:53:57,275 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:53:57,377 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:53:58,037 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-06-13 04:53:58,038 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-06-13 04:53:58,038 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-06-13 04:53:58,384 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=c894d38a-1a31-4620-a2fc-0ecc1257fb0b&inviter_uuid=9f19ea52-c53e-497e-b806-eaa63cd9e023&email=automationqattSTEgZCr@gmail.com
+2017-06-13 04:53:58,911 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:53:58,911 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:53:59,743 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:54:00,150 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:00,370 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:54:00,459 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:54:00,470 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:00,879 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:00,879 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:01,689 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:02,324 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:02,443 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:02,464 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:03,883 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:54:06,722 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:07,467 DEBUG fe_dashboard 179 67326 140735912027072 Login with user dd1122@att.com
+2017-06-13 04:54:07,467 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:07,468 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:54:08,358 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:54:08,607 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'ST1p3D4';
+2017-06-13 04:54:08,610 DEBUG db_general 190 67327 140735912027072 Query result: 3839c26c-f32d-4db0-89f2-4344db0f36a5
+2017-06-13 04:54:08,614 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where uuid = '3839c26c-f32d-4db0-89f2-4344db0f36a5' order by update_time desc limit 1;
+2017-06-13 04:54:08,620 DEBUG db_general 179 67327 140735912027072 Query : select template_id from ice_checklist Where name = 'ST1p3D4';
+2017-06-13 04:54:08,623 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:54:08,628 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-06-13 04:54:08,633 DEBUG db_general 232 67327 140735912027072 Query result: ['']
+2017-06-13 04:54:08,643 DEBUG db_general 311 67327 140735912027072 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = '3839c26c-f32d-4db0-89f2-4344db0f36a5' and lineitem_id = '';
+2017-06-13 04:54:08,647 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:09,071 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:54:09,187 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:54:09,211 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:09,297 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:09,297 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:10,284 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:10,748 DEBUG fe_dashboard 181 67326 140735912027072 Search engagement by engagement_manual_id
+2017-06-13 04:54:10,948 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:11,048 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:11,072 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:11,868 DEBUG fe_dashboard 186 67326 140735912027072 Engagement found (searched by engagement_manual_id)
+2017-06-13 04:54:13,473 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:54:13,587 DEBUG fe_dashboard 188 67326 140735912027072 Search engagement by VF name
+2017-06-13 04:54:14,724 DEBUG fe_dashboard 193 67326 140735912027072 Engagement found (searched by VF name)
+2017-06-13 04:54:15,333 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'ST1p3D4';
+2017-06-13 04:54:15,335 DEBUG db_general 190 67327 140735912027072 Query result: 3839c26c-f32d-4db0-89f2-4344db0f36a5
+2017-06-13 04:54:16,348 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:54:16,354 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-06-13 04:54:16,354 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_add_next_step>,) | {}
+2017-06-13 04:54:16,372 DEBUG db_general 53 67327 140735912027072 Test result in DB - FAIL
+2017-06-13 04:54:16,377 DEBUG fe_dashboard 195 67326 140735912027072 Search engagement by VFC
+2017-06-13 04:54:17,008 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_add_next_step ----------------------
+
+2017-06-13 04:54:17,013 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-06-13 04:54:17,014 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-06-13 04:54:17,543 DEBUG fe_dashboard 200 67326 140735912027072 Engagement found (searched by VFC)
+2017-06-13 04:54:17,743 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:54:17,744 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3438488c-172a-4ffc-a36c-20dc4b4c0299/3e09ac746138435ea3b1d4438f8735aa
+2017-06-13 04:54:17,776 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:54:17,861 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:54:17,865 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:54:17,867 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:54:17,872 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:54:17,874 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:54:18,129 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:54:18,130 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d4919f34-a45a-4bdb-8c89-1a168649351b/checklist/new/
+2017-06-13 04:54:18,227 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:54:18,390 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:54:18,396 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:54:18,396 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:18,397 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:19,250 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:19,397 DEBUG fe_dashboard 202 67326 140735912027072 Negative search: search by random string
+2017-06-13 04:54:19,867 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:19,969 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:19,987 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:20,562 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:21,077 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STZIEwC';
+2017-06-13 04:54:21,080 DEBUG db_general 190 67327 140735912027072 Query result: cf42eb7a-46d9-4fe0-a58f-d84f6025e216
+2017-06-13 04:54:21,086 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'STZIEwC';
+2017-06-13 04:54:21,088 DEBUG db_general 190 67327 140735912027072 Query result: d4919f34-a45a-4bdb-8c89-1a168649351b
+2017-06-13 04:54:21,092 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'STZIEwC';
+2017-06-13 04:54:21,095 DEBUG db_general 190 67327 140735912027072 Query result: d4919f34-a45a-4bdb-8c89-1a168649351b
+2017-06-13 04:54:21,099 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'd4919f34-a45a-4bdb-8c89-1a168649351b';
+2017-06-13 04:54:21,101 DEBUG db_general 190 67327 140735912027072 Query result: 2017-63
+2017-06-13 04:54:21,105 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-63';
+2017-06-13 04:54:21,107 DEBUG db_general 190 67327 140735912027072 Query result: 2
+2017-06-13 04:54:21,110 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-06-13 04:54:21,112 DEBUG db_general 232 67327 140735912027072 Query result: hs0007@att.com
+2017-06-13 04:54:21,113 DEBUG fe_checklist 48 67327 140735912027072 EL email: hs0007@att.com
+2017-06-13 04:54:21,116 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'd4919f34-a45a-4bdb-8c89-1a168649351b';
+2017-06-13 04:54:21,119 DEBUG db_general 190 67327 140735912027072 Query result: 2017-63
+2017-06-13 04:54:21,278 DEBUG fe_dashboard 179 67326 140735912027072 Login with user hs0007@att.com
+2017-06-13 04:54:21,278 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:21,278 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:54:22,056 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:54:22,166 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_next_step Where engagement_id = 'd4919f34-a45a-4bdb-8c89-1a168649351b' and engagement_stage = 'Intake';
+2017-06-13 04:54:22,170 DEBUG db_general 232 67327 140735912027072 Query result: ['1bcc9206-48d0-4b54-96cc-ab7b56087837', 'ce50cca9-bb32-4a35-92d8-c5ef135da366']
+2017-06-13 04:54:22,381 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:54:22,692 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:54:22,792 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:54:22,805 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:23,389 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=cf42eb7a-46d9-4fe0-a58f-d84f6025e216&inviter_uuid=3438488c-172a-4ffc-a36c-20dc4b4c0299&email=automationqattST4hPzt@gmail.com
+2017-06-13 04:54:24,036 DEBUG fe_dashboard 181 67326 140735912027072 Search engagement by engagement_manual_id
+2017-06-13 04:54:24,342 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:24,633 ERROR fe_user 41 67325 140735912027072 Login FAILED: email=STsC0Uf@intl.att.com password=iceusers
+2017-06-13 04:54:24,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 04:54:24,640 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-06-13 04:54:24,640 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-06-13 04:54:24,659 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 04:54:24,968 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:24,969 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:25,156 DEBUG fe_dashboard 186 67326 140735912027072 Engagement found (searched by engagement_manual_id)
+2017-06-13 04:54:25,723 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:26,409 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:26,525 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:26,545 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:26,919 DEBUG fe_dashboard 188 67326 140735912027072 Search engagement by VF name
+2017-06-13 04:54:27,343 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-06-13 04:54:27,346 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-06-13 04:54:27,346 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-06-13 04:54:28,141 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:28,142 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:54:28,233 DEBUG fe_dashboard 193 67326 140735912027072 Engagement found (searched by VF name)
+2017-06-13 04:54:29,008 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:54:29,038 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:54:29,148 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:54:29,700 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:54:29,853 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:54:29,867 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:30,110 DEBUG fe_dashboard 195 67326 140735912027072 Search engagement by VFC
+2017-06-13 04:54:30,890 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: News
+2017-06-13 04:54:30,890 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 04:54:30,895 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 04:54:30,897 DEBUG db_cms 64 67325 140735912027072 Query result: 1
+2017-06-13 04:54:30,897 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-06-13 04:54:30,898 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-06-13 04:54:30,909 DEBUG db_general 53 67325 140735912027072 Test result in DB - PASS
+2017-06-13 04:54:31,373 DEBUG fe_dashboard 200 67326 140735912027072 Engagement found (searched by VFC)
+2017-06-13 04:54:31,700 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-06-13 04:54:31,701 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-06-13 04:54:31,701 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-06-13 04:54:32,636 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:32,636 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:54:33,701 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:54:34,034 DEBUG fe_dashboard 202 67326 140735912027072 Negative search: search by random string
+2017-06-13 04:54:34,396 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:54:34,465 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'STnp5DP';
+2017-06-13 04:54:34,467 DEBUG db_general 190 67327 140735912027072 Query result: 4b1465c9-4b8a-4200-bb37-e582ad5e51d4
+2017-06-13 04:54:34,472 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where uuid = '4b1465c9-4b8a-4200-bb37-e582ad5e51d4' order by update_time desc limit 1;
+2017-06-13 04:54:34,478 DEBUG db_general 179 67327 140735912027072 Query : select template_id from ice_checklist Where name = 'STnp5DP';
+2017-06-13 04:54:34,481 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:54:34,486 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-06-13 04:54:34,488 DEBUG db_general 232 67327 140735912027072 Query result: ['']
+2017-06-13 04:54:34,493 DEBUG db_general 311 67327 140735912027072 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = '4b1465c9-4b8a-4200-bb37-e582ad5e51d4' and lineitem_id = '';
+2017-06-13 04:54:34,498 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:34,509 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:54:34,529 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:35,229 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:35,372 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:35,373 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:35,558 DEBUG db_cms 142 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:54:35,559 DEBUG db_cms 116 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:54:35,559 DEBUG db_cms 118 67325 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:54:35,565 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:54:35,568 DEBUG db_cms 64 67325 140735912027072 Query result: 10
+2017-06-13 04:54:35,568 DEBUG db_cms 148 67325 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STrEHVN', 'title_Of_Page_STrEHVN-slug', '', 'description_Of_Page_STNU8Hp', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STrEHVN', 'richtextpage', true, 10, 1);
+2017-06-13 04:54:35,573 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STrEHVN', 'title_Of_Page_STrEHVN-slug', '', 'description_Of_Page_STNU8Hp', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STrEHVN', 'richtextpage', true, 10, 1);
+2017-06-13 04:54:35,584 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:54:35,584 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 04:54:35,585 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,590 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,598 DEBUG db_cms 64 67325 140735912027072 Query result: 126
+2017-06-13 04:54:35,599 DEBUG db_cms 152 67325 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 04:54:35,599 DEBUG db_cms 154 67325 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (126, '<p>description_Of_Page_STNU8Hp</p>');
+2017-06-13 04:54:35,605 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (126, '<p>description_Of_Page_STNU8Hp</p>');
+2017-06-13 04:54:35,614 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:54:35,614 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 04:54:35,614 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,622 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,625 DEBUG db_cms 64 67325 140735912027072 Query result: 126
+2017-06-13 04:54:35,626 DEBUG db_cms 142 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:54:35,626 DEBUG db_cms 116 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:54:35,626 DEBUG db_cms 118 67325 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:54:35,632 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:54:35,638 DEBUG db_cms 64 67325 140735912027072 Query result: 10
+2017-06-13 04:54:35,639 DEBUG db_cms 148 67325 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STgh9nE', 'title_Of_Page_STgh9nE-slug', '', 'description_Of_Page_STu4OMX', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STgh9nE', 'richtextpage', true, 10, 1);
+2017-06-13 04:54:35,644 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STgh9nE', 'title_Of_Page_STgh9nE-slug', '', 'description_Of_Page_STu4OMX', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STgh9nE', 'richtextpage', true, 10, 1);
+2017-06-13 04:54:35,654 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:54:35,655 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 04:54:35,655 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,660 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,663 DEBUG db_cms 64 67325 140735912027072 Query result: 127
+2017-06-13 04:54:35,663 DEBUG db_cms 152 67325 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 04:54:35,664 DEBUG db_cms 154 67325 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (127, '<p>description_Of_Page_STu4OMX</p>');
+2017-06-13 04:54:35,668 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (127, '<p>description_Of_Page_STu4OMX</p>');
+2017-06-13 04:54:35,671 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:54:35,672 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 04:54:35,672 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,677 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,679 DEBUG db_cms 64 67325 140735912027072 Query result: 127
+2017-06-13 04:54:35,680 DEBUG db_cms 142 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:54:35,680 DEBUG db_cms 116 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:54:35,681 DEBUG db_cms 118 67325 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:54:35,688 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:54:35,690 DEBUG db_cms 64 67325 140735912027072 Query result: 10
+2017-06-13 04:54:35,690 DEBUG db_cms 148 67325 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STkBtHl', 'title_Of_Page_STkBtHl-slug', '', 'description_Of_Page_ST5nuS1', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STkBtHl', 'richtextpage', true, 10, 1);
+2017-06-13 04:54:35,695 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STkBtHl', 'title_Of_Page_STkBtHl-slug', '', 'description_Of_Page_ST5nuS1', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STkBtHl', 'richtextpage', true, 10, 1);
+2017-06-13 04:54:35,699 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:54:35,700 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 04:54:35,700 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,705 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 04:54:35,708 DEBUG db_cms 64 67325 140735912027072 Query result: 128
+2017-06-13 04:54:35,708 DEBUG db_cms 152 67325 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 04:54:35,709 DEBUG db_cms 154 67325 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (128, '<p>description_Of_Page_ST5nuS1</p>');
+2017-06-13 04:54:35,715 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (128, '<p>description_Of_Page_ST5nuS1</p>');
+2017-06-13 04:54:35,718 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:54:36,350 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:36,516 DEBUG fe_dashboard 179 67326 140735912027072 Login with user STdbaeG@intl.att.com
+2017-06-13 04:54:36,516 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:36,516 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:54:37,433 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:54:37,466 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:37,577 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:37,592 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:38,063 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:54:38,190 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:54:38,205 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:39,225 DEBUG fe_dashboard 181 67326 140735912027072 Search engagement by engagement_manual_id
+2017-06-13 04:54:39,998 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:54:40,535 DEBUG fe_dashboard 186 67326 140735912027072 Engagement found (searched by engagement_manual_id)
+2017-06-13 04:54:41,906 DEBUG fe_dashboard 188 67326 140735912027072 Search engagement by VF name
+2017-06-13 04:54:41,922 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'STnp5DP';
+2017-06-13 04:54:41,925 DEBUG db_general 190 67327 140735912027072 Query result: 4b1465c9-4b8a-4200-bb37-e582ad5e51d4
+2017-06-13 04:54:42,908 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_positive_test
+2017-06-13 04:54:42,910 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-06-13 04:54:42,910 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-06-13 04:54:42,922 DEBUG db_general 53 67327 140735912027072 Test result in DB - FAIL
+2017-06-13 04:54:43,039 DEBUG fe_dashboard 193 67326 140735912027072 Engagement found (searched by VF name)
+2017-06-13 04:54:43,936 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-06-13 04:54:43,937 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-06-13 04:54:43,938 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-06-13 04:54:44,705 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:54:44,705 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/71155986-f9a7-40dd-825a-c7801c9b3e05/19aaefef865f4679ae86e5d1e4907906
+2017-06-13 04:54:44,736 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:54:44,809 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:54:44,814 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:54:44,816 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:54:44,820 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:54:44,821 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:54:44,869 DEBUG fe_dashboard 195 67326 140735912027072 Search engagement by VFC
+2017-06-13 04:54:45,088 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:54:45,089 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/80de2931-bb4b-4aa3-922c-b6b45ec3d525/checklist/new/
+2017-06-13 04:54:45,164 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:54:45,198 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:54:45,199 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:45,199 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:46,025 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:46,028 DEBUG fe_dashboard 200 67326 140735912027072 Engagement found (searched by VFC)
+2017-06-13 04:54:46,681 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:46,877 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:46,888 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:47,545 DEBUG fe_dashboard 202 67326 140735912027072 Negative search: search by random string
+2017-06-13 04:54:47,915 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST0gDcl';
+2017-06-13 04:54:47,918 DEBUG db_general 190 67327 140735912027072 Query result: 0f90e345-3b6d-43eb-a7ac-5199d8048e50
+2017-06-13 04:54:47,921 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'ST0gDcl';
+2017-06-13 04:54:47,924 DEBUG db_general 190 67327 140735912027072 Query result: 80de2931-bb4b-4aa3-922c-b6b45ec3d525
+2017-06-13 04:54:47,927 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'ST0gDcl';
+2017-06-13 04:54:47,931 DEBUG db_general 190 67327 140735912027072 Query result: 80de2931-bb4b-4aa3-922c-b6b45ec3d525
+2017-06-13 04:54:47,935 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '80de2931-bb4b-4aa3-922c-b6b45ec3d525';
+2017-06-13 04:54:47,937 DEBUG db_general 190 67327 140735912027072 Query result: 2017-64
+2017-06-13 04:54:47,940 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-64';
+2017-06-13 04:54:47,943 DEBUG db_general 190 67327 140735912027072 Query result: 1
+2017-06-13 04:54:47,947 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '1' and role_id = '2';
+2017-06-13 04:54:47,949 DEBUG db_general 232 67327 140735912027072 Query result: dd1122@att.com
+2017-06-13 04:54:47,949 DEBUG fe_checklist 48 67327 140735912027072 EL email: dd1122@att.com
+2017-06-13 04:54:47,953 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '80de2931-bb4b-4aa3-922c-b6b45ec3d525';
+2017-06-13 04:54:47,955 DEBUG db_general 190 67327 140735912027072 Query result: 2017-64
+2017-06-13 04:54:48,698 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:48,979 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '80de2931-bb4b-4aa3-922c-b6b45ec3d525' and engagement_stage = 'Intake';
+2017-06-13 04:54:48,985 DEBUG db_general 232 67327 140735912027072 Query result: ['339af162-14be-4ce2-9812-2f045e492687', 'b9d04d25-0ca9-4fdd-88da-42491b2f9cb3']
+2017-06-13 04:54:49,186 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:54:49,453 DEBUG fe_dashboard 179 67326 140735912027072 Login with user admin@att.com
+2017-06-13 04:54:49,454 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:49,454 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:54:49,940 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_EL
+2017-06-13 04:54:49,946 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-06-13 04:54:49,947 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-06-13 04:54:49,960 DEBUG db_general 53 67328 140735912027072 Test result in DB - FAIL
+2017-06-13 04:54:50,197 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=0f90e345-3b6d-43eb-a7ac-5199d8048e50&inviter_uuid=71155986-f9a7-40dd-825a-c7801c9b3e05&email=automationqattSTkbQ6q@gmail.com
+2017-06-13 04:54:50,465 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:54:51,047 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-06-13 04:54:51,049 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-06-13 04:54:51,050 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-06-13 04:54:51,194 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:54:51,266 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:51,354 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:54:51,371 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:52,023 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:52,023 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:54:52,216 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:54:52,216 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:54:52,701 DEBUG fe_dashboard 181 67326 140735912027072 Search engagement by engagement_manual_id
+2017-06-13 04:54:52,865 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:54:53,004 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:54:53,503 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:54:53,605 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:54:53,616 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:53,676 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:54:53,778 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:54:53,799 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:54:53,835 DEBUG fe_dashboard 186 67326 140735912027072 Engagement found (searched by engagement_manual_id)
+2017-06-13 04:54:54,749 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:54:54,943 DEBUG db_general 67 67328 140735912027072 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'Donald Duck';
+2017-06-13 04:54:54,945 DEBUG db_general 80 67328 140735912027072 Query result: None
+2017-06-13 04:54:54,951 DEBUG db_general 67 67328 140735912027072 Query: select uuid from ice_user_profile where role_id = 1 ;
+2017-06-13 04:54:54,953 DEBUG db_general 80 67328 140735912027072 Query result: dfd1bcb1-0b2a-498e-ab76-472487a6a5c2
+2017-06-13 04:54:54,958 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 ,full_name = 'el_for_test' WHERE uuid = 'dfd1bcb1-0b2a-498e-ab76-472487a6a5c2' ;
+2017-06-13 04:54:54,967 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:54:54,971 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=2 WHERE full_name = 'el_for_test' ;
+2017-06-13 04:54:54,981 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:54:54,986 DEBUG db_general 67 67328 140735912027072 Query: select email from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:54:54,990 DEBUG db_general 80 67328 140735912027072 Query result: STdbaeG@intl.att.com
+2017-06-13 04:54:55,619 DEBUG fe_dashboard 188 67326 140735912027072 Search engagement by VF name
+2017-06-13 04:54:56,752 DEBUG fe_dashboard 193 67326 140735912027072 Engagement found (searched by VF name)
+2017-06-13 04:54:58,163 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:54:58,693 DEBUG fe_dashboard 195 67326 140735912027072 Search engagement by VFC
+2017-06-13 04:54:59,174 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:54:59,775 DEBUG db_general 179 67328 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-44';
+2017-06-13 04:54:59,778 DEBUG db_general 190 67328 140735912027072 Query result: bec0219c-6f32-451f-b513-1cd1c2e2b337
+2017-06-13 04:54:59,783 DEBUG db_user 49 67328 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = 'bec0219c-6f32-451f-b513-1cd1c2e2b337' and email = 'STdbaeG@intl.att.com' ;
+2017-06-13 04:54:59,785 DEBUG db_user 64 67328 140735912027072 Query result: None
+2017-06-13 04:54:59,786 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?invitation=None
+2017-06-13 04:54:59,855 DEBUG fe_dashboard 200 67326 140735912027072 Engagement found (searched by VFC)
+2017-06-13 04:55:00,673 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:00,674 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:55:00,895 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'ST1aD4G';
+2017-06-13 04:55:00,899 DEBUG db_general 190 67327 140735912027072 Query result: 210fe9f5-8bf4-415b-bb07-c8a895c5108a
+2017-06-13 04:55:00,905 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where uuid = '210fe9f5-8bf4-415b-bb07-c8a895c5108a' order by update_time desc limit 1;
+2017-06-13 04:55:00,914 DEBUG db_general 179 67327 140735912027072 Query : select template_id from ice_checklist Where name = 'ST1aD4G';
+2017-06-13 04:55:00,918 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:55:00,924 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-06-13 04:55:00,927 DEBUG db_general 232 67327 140735912027072 Query result: ['']
+2017-06-13 04:55:00,937 DEBUG db_general 311 67327 140735912027072 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = '210fe9f5-8bf4-415b-bb07-c8a895c5108a' and lineitem_id = '';
+2017-06-13 04:55:00,942 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:55:01,644 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:55:01,705 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:01,705 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:01,751 DEBUG fe_dashboard 202 67326 140735912027072 Negative search: search by random string
+2017-06-13 04:55:02,291 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:55:02,410 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:55:02,425 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login?invitation=None page is loaded.
+2017-06-13 04:55:02,550 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:02,943 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:55:03,180 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:03,261 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:03,272 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:03,620 DEBUG fe_dashboard 179 67326 140735912027072 Login with user admin_ro@att.com
+2017-06-13 04:55:03,620 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:03,621 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:55:04,504 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:55:05,221 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:55:05,346 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:55:05,360 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:05,728 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:06,385 DEBUG fe_dashboard 181 67326 140735912027072 Search engagement by engagement_manual_id
+2017-06-13 04:55:07,517 DEBUG fe_dashboard 186 67326 140735912027072 Engagement found (searched by engagement_manual_id)
+2017-06-13 04:55:07,642 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'ST1aD4G';
+2017-06-13 04:55:07,644 DEBUG db_general 190 67327 140735912027072 Query result: 210fe9f5-8bf4-415b-bb07-c8a895c5108a
+2017-06-13 04:55:08,953 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_reject
+2017-06-13 04:55:08,954 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-06-13 04:55:08,954 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-06-13 04:55:08,966 DEBUG db_general 53 67327 140735912027072 Test result in DB - FAIL
+2017-06-13 04:55:09,549 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-06-13 04:55:09,549 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-06-13 04:55:09,550 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-06-13 04:55:09,627 DEBUG fe_dashboard 188 67326 140735912027072 Search engagement by VF name
+2017-06-13 04:55:10,239 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:55:10,240 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d9025b22-cfef-402c-87a2-17e4290f4a9e/2af800ff07be4a4bbdea932d79a6d378
+2017-06-13 04:55:10,272 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:55:10,345 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:55:10,349 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:55:10,351 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:55:10,354 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:55:10,356 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:55:10,598 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:55:10,598 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/411de235-9e45-4946-accd-e1d58e89d971/checklist/new/
+2017-06-13 04:55:10,663 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:55:10,694 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:55:10,694 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:10,694 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:10,747 DEBUG fe_dashboard 193 67326 140735912027072 Engagement found (searched by VF name)
+2017-06-13 04:55:11,637 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:12,287 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:12,324 DEBUG fe_dashboard 195 67326 140735912027072 Search engagement by VFC
+2017-06-13 04:55:12,420 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:12,435 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:13,466 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST6ZBvn';
+2017-06-13 04:55:13,470 DEBUG db_general 190 67327 140735912027072 Query result: 0e811a85-a61b-48f1-a024-4fc2182221e9
+2017-06-13 04:55:13,474 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'ST6ZBvn';
+2017-06-13 04:55:13,476 DEBUG db_general 190 67327 140735912027072 Query result: 411de235-9e45-4946-accd-e1d58e89d971
+2017-06-13 04:55:13,480 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'ST6ZBvn';
+2017-06-13 04:55:13,482 DEBUG db_general 190 67327 140735912027072 Query result: 411de235-9e45-4946-accd-e1d58e89d971
+2017-06-13 04:55:13,486 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '411de235-9e45-4946-accd-e1d58e89d971';
+2017-06-13 04:55:13,489 DEBUG db_general 190 67327 140735912027072 Query result: 2017-65
+2017-06-13 04:55:13,493 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-65';
+2017-06-13 04:55:13,495 DEBUG db_general 190 67327 140735912027072 Query result: 1
+2017-06-13 04:55:13,498 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '1' and role_id = '2';
+2017-06-13 04:55:13,500 DEBUG db_general 232 67327 140735912027072 Query result: dd1122@att.com
+2017-06-13 04:55:13,500 DEBUG fe_checklist 48 67327 140735912027072 EL email: dd1122@att.com
+2017-06-13 04:55:13,504 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '411de235-9e45-4946-accd-e1d58e89d971';
+2017-06-13 04:55:13,507 DEBUG db_general 190 67327 140735912027072 Query result: 2017-65
+2017-06-13 04:55:13,546 DEBUG fe_dashboard 200 67326 140735912027072 Engagement found (searched by VFC)
+2017-06-13 04:55:14,699 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '411de235-9e45-4946-accd-e1d58e89d971' and engagement_stage = 'Intake';
+2017-06-13 04:55:14,702 DEBUG db_general 232 67327 140735912027072 Query result: ['795ed13b-d9bf-40c9-8db6-03ba9aa8da45', '02190aa8-5d2d-46f1-a1b7-7701c15faad3']
+2017-06-13 04:55:14,935 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:55:15,100 DEBUG fe_dashboard 202 67326 140735912027072 Negative search: search by random string
+2017-06-13 04:55:15,944 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=0e811a85-a61b-48f1-a024-4fc2182221e9&inviter_uuid=d9025b22-cfef-402c-87a2-17e4290f4a9e&email=automationqattSTOARY0@gmail.com
+2017-06-13 04:55:16,292 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-06-13 04:55:16,292 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-06-13 04:55:16,304 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:55:16,809 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:55:17,010 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-06-13 04:55:17,011 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-06-13 04:55:17,011 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-06-13 04:55:17,487 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:17,487 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:17,661 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:17,662 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:55:18,406 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:18,423 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:55:19,049 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:19,063 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:55:19,138 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:19,149 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:19,234 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:55:19,247 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:22,156 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:24,629 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:25,144 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'ST495LK';
+2017-06-13 04:55:25,147 DEBUG db_general 190 67327 140735912027072 Query result: c765c4fa-4e57-4767-85ad-9bd6d9282e77
+2017-06-13 04:55:25,151 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where uuid = 'c765c4fa-4e57-4767-85ad-9bd6d9282e77' order by update_time desc limit 1;
+2017-06-13 04:55:25,158 DEBUG db_general 179 67327 140735912027072 Query : select template_id from ice_checklist Where name = 'ST495LK';
+2017-06-13 04:55:25,161 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:55:25,164 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-06-13 04:55:25,166 DEBUG db_general 232 67327 140735912027072 Query result: ['']
+2017-06-13 04:55:25,170 DEBUG db_general 311 67327 140735912027072 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = 'c765c4fa-4e57-4767-85ad-9bd6d9282e77' and lineitem_id = '';
+2017-06-13 04:55:25,173 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:55:25,756 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:26,047 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:26,048 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:26,817 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:26,905 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:55:26,907 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:55:26,911 DEBUG db_user 237 67326 140735912027072 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Active') and (ice_engagement_engagement_team.iceuserprofile_id = 1 );
+2017-06-13 04:55:26,914 DEBUG db_user 241 67326 140735912027072 Query result: [(3,)]
+2017-06-13 04:55:26,914 DEBUG db_user 242 67326 140735912027072 3
+2017-06-13 04:55:26,915 DEBUG fe_dashboard 97 67326 140735912027072 Number of pages: 1
+2017-06-13 04:55:27,211 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-34
+2017-06-13 04:55:27,230 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-40
+2017-06-13 04:55:27,247 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-60
+2017-06-13 04:55:27,421 DEBUG fe_dashboard 106 67326 140735912027072 result right
+2017-06-13 04:55:27,422 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-06-13 04:55:27,422 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-06-13 04:55:27,433 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:55:27,456 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:27,588 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:27,609 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:28,156 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-06-13 04:55:28,156 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-06-13 04:55:28,156 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-06-13 04:55:28,808 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:28,808 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:55:29,596 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:55:30,083 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:30,257 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:55:30,346 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:55:30,355 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:31,971 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'ST495LK';
+2017-06-13 04:55:31,974 DEBUG db_general 190 67327 140735912027072 Query result: c765c4fa-4e57-4767-85ad-9bd6d9282e77
+2017-06-13 04:55:32,702 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:34,416 DEBUG db_checklist 143 67327 140735912027072 Query : UPDATE ice_checklist SET state='review' Where name= 'fileSTiIWlu' and state= 'pending';
+2017-06-13 04:55:35,214 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:35,293 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:55:36,364 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:37,235 DEBUG db_checklist 89 67327 140735912027072 Query : select uuid from ice_checklist Where name = 'fileSTiIWlu' and state != 'archive';
+2017-06-13 04:55:37,238 DEBUG db_checklist 100 67327 140735912027072 Query result: 2d5e537b-a284-4574-89c2-cdf2f728b465
+2017-06-13 04:55:37,394 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:55:37,398 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:55:37,403 DEBUG db_user 237 67326 140735912027072 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'All') and (ice_engagement_engagement_team.iceuserprofile_id = 1 );
+2017-06-13 04:55:37,406 DEBUG db_user 241 67326 140735912027072 Query result: [(0,)]
+2017-06-13 04:55:37,406 DEBUG db_user 242 67326 140735912027072 0
+2017-06-13 04:55:37,407 DEBUG fe_dashboard 97 67326 140735912027072 Number of pages: 1
+2017-06-13 04:55:37,700 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-41
+2017-06-13 04:55:37,721 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-37
+2017-06-13 04:55:37,741 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-34
+2017-06-13 04:55:37,760 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-40
+2017-06-13 04:55:37,785 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-60
+2017-06-13 04:55:37,803 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-33
+2017-06-13 04:55:37,821 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-35
+2017-06-13 04:55:37,840 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-42
+2017-06-13 04:55:38,009 DEBUG fe_dashboard 110 67326 140735912027072 numOfPage 1
+2017-06-13 04:55:38,656 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-06-13 04:55:38,656 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-06-13 04:55:38,689 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:55:39,286 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-06-13 04:55:39,286 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-06-13 04:55:39,287 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-06-13 04:55:39,873 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:39,873 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:55:40,667 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:55:41,482 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:55:41,588 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:55:41,601 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:43,329 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-06-13 04:55:43,329 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-06-13 04:55:43,346 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:55:44,021 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-06-13 04:55:44,021 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_multi_el>,) | {}
+2017-06-13 04:55:44,021 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_multi_el ----------------------
+2017-06-13 04:55:44,045 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:44,643 DEBUG api_checklist 23 67327 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:55:44,648 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:55:44,650 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:55:44,650 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:55:44,718 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:55:44,749 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:55:44,946 DEBUG api_checklist 39 67327 140735912027072 Checklist was created successfully!
+2017-06-13 04:55:45,035 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:55:45,035 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4a7e77ac-e46e-4256-bed8-cfb1e2358f2f/6c7a7e0dbd844584bad2819a8ab36f0c
+2017-06-13 04:55:45,075 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:55:45,163 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:55:45,170 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:55:45,172 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:55:45,180 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:55:45,182 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:55:45,668 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:55:45,668 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7da57d99-c3b9-4973-9421-2795c99cbb1b/checklist/new/
+2017-06-13 04:55:45,763 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:55:45,797 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:55:45,798 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:45,798 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:46,885 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:47,328 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:47,517 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:47,628 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:47,640 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:48,366 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:55:48,369 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:55:48,373 DEBUG db_user 237 67326 140735912027072 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Completed') and (ice_engagement_engagement_team.iceuserprofile_id = 1 );
+2017-06-13 04:55:48,377 DEBUG db_user 241 67326 140735912027072 Query result: [(0,)]
+2017-06-13 04:55:48,377 DEBUG db_user 242 67326 140735912027072 0
+2017-06-13 04:55:48,377 DEBUG fe_dashboard 97 67326 140735912027072 Number of pages: 1
+2017-06-13 04:55:48,666 DEBUG db_general 179 67327 140735912027072 Query : select template_id from ice_checklist Where name = 'checklistAPISThnaFR';
+2017-06-13 04:55:48,670 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:55:48,674 DEBUG db_general 220 67327 140735912027072 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-06-13 04:55:48,677 DEBUG db_general 232 67327 140735912027072 Query result: ['']
+2017-06-13 04:55:48,681 DEBUG db_general 311 67327 140735912027072 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = 'd84e810a-6948-420d-b550-d0715046ce57' and lineitem_id = '';
+2017-06-13 04:55:48,683 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:55:48,864 DEBUG fe_dashboard 106 67326 140735912027072 result right
+2017-06-13 04:55:48,865 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-06-13 04:55:48,865 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-06-13 04:55:48,878 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:55:49,393 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:49,393 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:49,522 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-06-13 04:55:49,522 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-06-13 04:55:49,523 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-06-13 04:55:50,128 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:50,128 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:55:50,219 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:50,847 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:50,901 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:55:50,951 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:50,967 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:51,557 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:55:51,660 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:55:51,671 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:52,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 04:55:52,639 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-06-13 04:55:52,639 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-06-13 04:55:52,650 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 04:55:52,803 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:55:53,475 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:53,477 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:55:53,494 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:54,245 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:55:54,916 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:55:55,081 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:55:55,093 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:55:55,456 DEBUG db_general 293 67327 140735912027072 Query : UPDATE ice_user_profile SET role_id=2 WHERE email = 'STYZrtI@intl.att.com';
+2017-06-13 04:55:57,116 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-46';
+2017-06-13 04:55:57,119 DEBUG db_general 190 67327 140735912027072 Query result: a6af3ec0-4c10-4846-9de5-040f440e32e8
+2017-06-13 04:55:57,124 DEBUG db_user 49 67327 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = 'a6af3ec0-4c10-4846-9de5-040f440e32e8' and email = 'STYZrtI@intl.att.com' ;
+2017-06-13 04:55:57,126 DEBUG db_user 64 67327 140735912027072 Query result: 8f10d0b7-eb54-4c6b-b131-36f16d9f5353
+2017-06-13 04:55:57,126 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?invitation=8f10d0b7-eb54-4c6b-b131-36f16d9f5353
+2017-06-13 04:55:57,660 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:55:57,777 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:55:57,777 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:55:58,571 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:55:59,192 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:55:59,371 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:55:59,385 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login?invitation=8f10d0b7-eb54-4c6b-b131-36f16d9f5353 page is loaded.
+2017-06-13 04:55:59,933 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:00,055 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:56:01,092 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:01,682 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-06-13 04:56:01,684 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-06-13 04:56:01,684 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-06-13 04:56:02,128 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:56:02,130 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:56:02,134 DEBUG db_user 237 67326 140735912027072 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Intake') and (ice_engagement_engagement_team.iceuserprofile_id = 1 );
+2017-06-13 04:56:02,138 DEBUG db_user 241 67326 140735912027072 Query result: [(25,)]
+2017-06-13 04:56:02,138 DEBUG db_user 242 67326 140735912027072 25
+2017-06-13 04:56:02,139 DEBUG fe_dashboard 63 67326 140735912027072 Number of pages: 3
+2017-06-13 04:56:02,139 DEBUG fe_dashboard 66 67326 140735912027072 numOfPage 4
+2017-06-13 04:56:02,295 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:02,296 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:56:03,104 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:56:03,466 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-06-13 04:56:03,466 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-06-13 04:56:03,477 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:03,729 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:56:03,844 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:56:03,858 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:04,122 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-06-13 04:56:04,122 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-06-13 04:56:04,122 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-06-13 04:56:04,807 DEBUG db_general 293 67326 140735912027072 Query : UPDATE ice_engagement SET engagement_stage='Validated' WHERE engagement_manual_id ='2017-61';
+2017-06-13 04:56:04,816 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:04,816 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:04,888 DEBUG db_cms 142 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:56:04,889 DEBUG db_cms 116 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 04:56:04,889 DEBUG db_cms 118 67325 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:56:04,893 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 04:56:04,895 DEBUG db_cms 64 67325 140735912027072 Query result: 10
+2017-06-13 04:56:04,896 DEBUG db_cms 148 67325 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STIw8UO', 'title_Of_Page_STIw8UO-slug', '', 'description_Of_Page_STP1qAb', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STIw8UO', 'richtextpage', true, 10, 1);
+2017-06-13 04:56:04,900 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STIw8UO', 'title_Of_Page_STIw8UO-slug', '', 'description_Of_Page_STP1qAb', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STIw8UO', 'richtextpage', true, 10, 1);
+2017-06-13 04:56:04,907 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:56:04,908 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 04:56:04,908 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 04:56:04,912 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 04:56:04,914 DEBUG db_cms 64 67325 140735912027072 Query result: 129
+2017-06-13 04:56:04,914 DEBUG db_cms 152 67325 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 04:56:04,915 DEBUG db_cms 154 67325 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (129, '<p>description_Of_Page_STP1qAb</p>');
+2017-06-13 04:56:04,918 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (129, '<p>description_Of_Page_STP1qAb</p>');
+2017-06-13 04:56:04,921 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:56:05,589 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:06,223 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:06,310 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:06,321 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:07,974 ERROR fe_user 41 67328 140735912027072 Login FAILED: email=STdbaeG@intl.att.com password=iceusers
+2017-06-13 04:56:07,982 DEBUG db_general 67 67328 140735912027072 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-06-13 04:56:07,985 DEBUG db_general 80 67328 140735912027072 Query result: dfd1bcb1-0b2a-498e-ab76-472487a6a5c2
+2017-06-13 04:56:07,990 DEBUG db_general 110 67328 140735912027072 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STUH5kd' WHERE uuid = 'dfd1bcb1-0b2a-498e-ab76-472487a6a5c2' ;
+2017-06-13 04:56:07,999 DEBUG db_general 114 67328 140735912027072 Update query success!
+2017-06-13 04:56:07,999 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_other_el
+2017-06-13 04:56:08,000 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-06-13 04:56:08,001 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-06-13 04:56:08,012 DEBUG db_general 53 67328 140735912027072 Test result in DB - FAIL
+2017-06-13 04:56:10,423 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:11,568 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:11,850 DEBUG fe_checklist 560 67327 140735912027072 check list not visible for EL invited : STYZrtI@intl.att.com
+2017-06-13 04:56:11,855 DEBUG db_general 293 67327 140735912027072 Query : UPDATE ice_user_profile SET role_id=1 WHERE email = 'STYZrtI@intl.att.com';
+2017-06-13 04:56:11,865 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_multi_el>,) | {}
+2017-06-13 04:56:11,866 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_multi_el>,) | {}
+2017-06-13 04:56:11,873 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:12,478 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_multi_el ----------------------
+
+2017-06-13 04:56:12,478 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-06-13 04:56:12,478 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-06-13 04:56:12,594 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:56:12,597 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:56:12,602 DEBUG db_user 237 67326 140735912027072 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Validated') and (ice_engagement_engagement_team.iceuserprofile_id = 1 );
+2017-06-13 04:56:12,605 DEBUG db_user 241 67326 140735912027072 Query result: [(1,)]
+2017-06-13 04:56:12,606 DEBUG db_user 242 67326 140735912027072 1
+2017-06-13 04:56:12,606 DEBUG fe_dashboard 97 67326 140735912027072 Number of pages: 1
+2017-06-13 04:56:12,867 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-06-13 04:56:12,868 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-13 04:56:12,869 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-06-13 04:56:12,973 DEBUG fe_dashboard 102 67326 140735912027072 starred_2017-61
+2017-06-13 04:56:13,201 DEBUG fe_dashboard 106 67326 140735912027072 result right
+2017-06-13 04:56:13,202 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-06-13 04:56:13,202 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-06-13 04:56:13,217 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:13,505 DEBUG api_checklist 23 67327 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:56:13,510 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 04:56:13,519 DEBUG db_general 190 67327 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 04:56:13,520 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a6af3ec0-4c10-4846-9de5-040f440e32e8/checklist/new/
+2017-06-13 04:56:13,607 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:56:13,657 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:56:13,827 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 04:56:13,827 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/896ec320-31df-4bb6-aee1-3b1aef9b8659/b346356627304a13bcdd66b76641e83e
+2017-06-13 04:56:13,857 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 04:56:13,948 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:56:13,955 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:56:13,957 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:56:13,964 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:56:13,966 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:56:13,994 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-06-13 04:56:13,995 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-06-13 04:56:13,995 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-06-13 04:56:14,019 DEBUG api_checklist 39 67327 140735912027072 Checklist was created successfully!
+2017-06-13 04:56:14,025 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where name = 'checklistAPISTQ8BJA' order by update_time desc limit 1;
+2017-06-13 04:56:14,035 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:14,036 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:56:14,429 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 04:56:14,429 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:14,429 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:56:14,666 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:14,666 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:14,877 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:56:15,204 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:56:15,507 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:56:15,532 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:15,641 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:56:15,650 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:15,837 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:56:15,984 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:56:16,003 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:16,299 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:16,483 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:16,510 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:18,207 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:18,982 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:20,321 DEBUG db_checklist 352 67327 140735912027072 Query : select uuid from ice_checklist where name = 'checklistAPISTQ8BJA' order by create_time desc limit 1;
+2017-06-13 04:56:21,049 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'dd1122@att.com';
+2017-06-13 04:56:21,052 DEBUG db_general 190 67326 140735912027072 Query result: 1
+2017-06-13 04:56:21,056 DEBUG db_user 216 67326 140735912027072 Query : select COUNT(*) from ice_engagement_engagement_team Where iceuserprofile_id = 1 and (select engagement_stage from public.ice_engagement where uuid = engagement_id LIMIT 1) != 'Archived';
+2017-06-13 04:56:21,069 DEBUG db_user 220 67326 140735912027072 Query result: [(29,)]
+2017-06-13 04:56:21,069 DEBUG db_user 221 67326 140735912027072 29
+2017-06-13 04:56:21,081 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:21,484 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:56:22,190 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-13 04:56:22,191 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-13 04:56:22,203 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:22,442 DEBUG db_user 237 67326 140735912027072 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Active') and (ice_engagement_engagement_team.iceuserprofile_id = 1 );
+2017-06-13 04:56:22,447 DEBUG db_user 241 67326 140735912027072 Query result: [(3,)]
+2017-06-13 04:56:22,447 DEBUG db_user 242 67326 140735912027072 3
+2017-06-13 04:56:22,614 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:56:22,962 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-06-13 04:56:23,147 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-06-13 04:56:23,148 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-06-13 04:56:23,182 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:24,377 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-06-13 04:56:24,378 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-06-13 04:56:24,378 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-06-13 04:56:25,468 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:25,469 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:26,301 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:26,333 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 04:56:26,334 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ddb89b40-b73d-42b8-84fe-21ca3f2ecaec/eeec597fd0914f51b1c6f5ec1df1beff
+2017-06-13 04:56:26,375 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-13 04:56:26,391 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 04:56:26,488 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 04:56:26,493 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:56:26,495 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:56:26,499 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:56:26,502 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:56:26,965 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 04:56:26,965 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-06-13 04:56:26,966 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-06-13 04:56:26,976 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:27,137 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:27,156 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:27,382 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:56:28,351 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:56:28,401 DEBUG db_general 204 67327 140735912027072 Query : select state from ice_checklist Where uuid = '4e2e45e5-d77c-468a-b077-15c969f0a2e9' order by update_time desc limit 1;
+2017-06-13 04:56:28,408 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-06-13 04:56:28,409 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-06-13 04:56:28,433 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:28,953 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-06-13 04:56:28,954 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-06-13 04:56:28,966 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:29,120 DEBUG fe_detailed_view 221 67328 140735912027072 Login with user dd1122@att.com
+2017-06-13 04:56:29,121 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:29,122 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:56:29,275 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-06-13 04:56:29,296 DEBUG db_general 67 67327 140735912027072 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-06-13 04:56:29,301 DEBUG db_general 80 67327 140735912027072 Query result: None
+2017-06-13 04:56:29,311 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_template(uuid, name, category, version, create_time)VALUES ('9362c7c6-846e-47c9-b67f-5a1635744bea', 'Editing_Heat', 'first category', '1', '2017-06-13 04:56:29.302474');
+2017-06-13 04:56:29,326 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,335 DEBUG db_general 67 67327 140735912027072 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing_Heat'
+2017-06-13 04:56:29,339 DEBUG db_general 80 67327 140735912027072 Query result: 9362c7c6-846e-47c9-b67f-5a1635744bea
+2017-06-13 04:56:29,344 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('8f446f6e-ebb8-4088-b5d7-e0907aef9b3d', 'External References', '1', 'section descripyion', 'valid instructions','2017-06-13 04:56:29.339475', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,359 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,365 DEBUG db_general 67 67327 140735912027072 Query: SELECT uuid FROM public.ice_checklist_section where name = 'External References' and template_id = '9362c7c6-846e-47c9-b67f-5a1635744bea'
+2017-06-13 04:56:29,369 DEBUG db_general 80 67327 140735912027072 Query result: 8f446f6e-ebb8-4088-b5d7-e0907aef9b3d
+2017-06-13 04:56:29,375 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('b95168cf-dce8-46e5-818b-470ba913fa5b', 'Parameter Specification', '2', 'section descripyion', 'valid instructions','2017-06-13 04:56:29.369569', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,385 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,396 DEBUG db_general 67 67327 140735912027072 Query: SELECT uuid FROM public.ice_checklist_section where name = 'Parameter Specification' and template_id = '9362c7c6-846e-47c9-b67f-5a1635744bea'
+2017-06-13 04:56:29,399 DEBUG db_general 80 67327 140735912027072 Query result: b95168cf-dce8-46e5-818b-470ba913fa5b
+2017-06-13 04:56:29,406 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('a64a84df-ba33-417b-bb8d-c292c57f0c54', 'Normal references', '1', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-06-13 04:56:29.400151', '8f446f6e-ebb8-4088-b5d7-e0907aef9b3d', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,412 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,417 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('fbd6ef0f-4412-4235-998b-147bc94d77e2', 'String parameters', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-06-13 04:56:29.412480', 'b95168cf-dce8-46e5-818b-470ba913fa5b', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,422 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,432 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('910e071c-6b8d-4d70-aff4-60d605a091d3', 'Numeric parameters', '3', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-06-13 04:56:29.422962', 'b95168cf-dce8-46e5-818b-470ba913fa5b', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,436 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,442 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('d9e8cb5e-d8c3-46aa-8d6f-0a930f6cbe01', 'VF image', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-06-13 04:56:29.436702', '8f446f6e-ebb8-4088-b5d7-e0907aef9b3d', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,446 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,454 DEBUG db_general 92 67327 140735912027072 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('59382293-91ff-45f9-8973-597409e833dc', 'Parameters', '1', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-06-13 04:56:29.447021', 'b95168cf-dce8-46e5-818b-470ba913fa5b', '9362c7c6-846e-47c9-b67f-5a1635744bea');
+2017-06-13 04:56:29,467 DEBUG db_general 96 67327 140735912027072 Insert query success!
+2017-06-13 04:56:29,467 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-06-13 04:56:29,468 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-06-13 04:56:29,998 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-06-13 04:56:29,999 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-06-13 04:56:29,999 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-06-13 04:56:30,174 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:56:30,894 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:56:31,091 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:56:31,122 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:31,564 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:31,565 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:32,523 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:33,181 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:33,350 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:33,362 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:33,981 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:33,983 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:56:35,057 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:56:35,290 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:56:35,364 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-06-13 04:56:35,364 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-06-13 04:56:35,376 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:35,740 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:56:35,835 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:56:35,849 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:35,996 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-06-13 04:56:35,996 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-06-13 04:56:35,997 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-06-13 04:56:36,761 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:56:36,786 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:36,786 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:37,579 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:37,625 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:56:38,334 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:38,429 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:38,441 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:40,078 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-06-13 04:56:40,078 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-06-13 04:56:40,091 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:40,741 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-06-13 04:56:40,741 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-06-13 04:56:40,742 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-06-13 04:56:41,386 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:41,387 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:41,923 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-06-13 04:56:41,923 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-06-13 04:56:41,935 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:41,939 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-06-13 04:56:41,940 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-06-13 04:56:41,940 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-06-13 04:56:42,180 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:42,825 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:42,959 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:42,981 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:44,951 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-06-13 04:56:44,952 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-06-13 04:56:44,967 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:45,288 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:45,288 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:56:45,698 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-06-13 04:56:45,699 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-06-13 04:56:45,699 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-06-13 04:56:46,100 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:56:46,322 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:46,322 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:56:46,764 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:56:46,862 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:56:46,873 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:47,147 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:56:47,411 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:47,808 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:56:47,934 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:56:47,943 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:48,969 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:56:52,067 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:56:53,106 DEBUG db_general 67 67327 140735912027072 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing_Heat') and name='Editing_Heat'
+2017-06-13 04:56:53,109 DEBUG db_general 80 67327 140735912027072 Query result: None
+2017-06-13 04:56:53,109 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-06-13 04:56:53,109 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-06-13 04:56:53,120 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:53,128 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-06-13 04:56:53,128 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_lineitem>,) | {}
+2017-06-13 04:56:53,128 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_lineitem ----------------------
+2017-06-13 04:56:54,734 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-06-13 04:56:54,734 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-06-13 04:56:54,745 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:56:55,570 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-06-13 04:56:56,651 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:56,652 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:56:57,641 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:56:57,942 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:56:57,943 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/94b4c791-70c7-4328-9ea8-c2c8f75cb627/44aa5e1702334c75ba34f835a976e799
+2017-06-13 04:56:57,971 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:56:58,053 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:56:58,057 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:56:58,059 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:56:58,063 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:56:58,065 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:56:58,313 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:56:58,313 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-06-13 04:56:58,314 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+2017-06-13 04:56:58,332 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:56:58,468 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:56:58,480 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:56:59,056 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:56:59,510 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:56:59,511 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:57:00,473 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:57:00,629 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:01,113 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:57:01,232 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:57:01,245 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:03,570 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:57:03,943 DEBUG api_virtual_function 188 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:57:03,943 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-06-13 04:57:03,944 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_export_excel.TestFeatureExportToExcel testMethod=test_validate_export_to_csv>,) | {}
+2017-06-13 04:57:03,955 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:04,964 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestFeatureExportToExcel Function test_validate_export_to_csv ----------------------
+
+2017-06-13 04:57:06,661 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:07,340 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-06-13 04:57:07,341 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+2017-06-13 04:57:08,544 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:57:08,545 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/42c5871d-ccf6-4a55-ad56-b0863ee1c07c/6ebf78649f2341e4a5e72f09a5e376e1
+2017-06-13 04:57:08,583 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:57:08,656 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:57:08,661 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:57:08,663 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:57:08,667 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:57:08,669 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:57:08,910 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:57:08,911 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:08,911 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:57:09,572 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_page
+2017-06-13 04:57:09,577 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-06-13 04:57:09,577 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-06-13 04:57:09,590 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 04:57:09,786 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:57:10,064 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_lineitem>,) | {}
+2017-06-13 04:57:10,065 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_lineitem>,) | {}
+2017-06-13 04:57:10,077 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:10,081 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_lineitem ----------------------
+
+2017-06-13 04:57:10,082 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-06-13 04:57:10,082 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-06-13 04:57:10,474 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:57:10,602 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:57:10,634 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:11,310 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:57:11,917 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-06-13 04:57:11,919 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 04:57:11,919 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-06-13 04:57:12,895 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:12,896 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:57:13,777 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:57:14,298 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:14,298 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:57:14,413 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:57:14,564 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:57:14,579 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:15,298 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:57:15,598 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STHj4T6
+2017-06-13 04:57:15,598 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STHj4T6', 'title_Announcement_STHj4T6-slug', '', 'description_Announcement_STb5Rdy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STb5Rdy</p>', true, '', 1, 1);
+2017-06-13 04:57:15,604 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STHj4T6', 'title_Announcement_STHj4T6-slug', '', 'description_Announcement_STb5Rdy', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STb5Rdy</p>', true, '', 1, 1);
+2017-06-13 04:57:15,613 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:57:15,614 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 04:57:15,614 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:57:15,619 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:57:15,621 DEBUG db_cms 64 67325 140735912027072 Query result: 267
+2017-06-13 04:57:15,622 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 04:57:15,622 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 04:57:15,626 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 04:57:15,628 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 04:57:15,628 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 267
+2017-06-13 04:57:15,629 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (267, 2);
+2017-06-13 04:57:15,633 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (267, 2);
+2017-06-13 04:57:15,636 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:57:15,948 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:57:16,092 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:57:16,112 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:17,953 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:21,795 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-06-13 04:57:21,795 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-06-13 04:57:21,820 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:21,825 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+
+2017-06-13 04:57:21,825 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-06-13 04:57:21,826 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-06-13 04:57:22,140 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:25,148 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:25,148 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:57:25,964 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:57:26,615 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:57:26,719 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:57:26,739 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:27,264 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:57:28,762 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:31,679 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:32,732 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:33,757 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-06-13 04:57:33,757 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-06-13 04:57:33,793 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:33,799 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+
+2017-06-13 04:57:33,799 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-06-13 04:57:33,800 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-06-13 04:57:37,073 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:37,073 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:57:37,902 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:57:38,109 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-06-13 04:57:38,109 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_25_invitations_for_an_invited_by_user_uuid>,) | {}
+2017-06-13 04:57:38,121 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:38,560 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:57:38,665 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:57:38,678 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:38,695 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_25_invitations_for_an_invited_by_user_uuid ----------------------
+
+2017-06-13 04:57:38,696 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-06-13 04:57:38,697 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+2017-06-13 04:57:39,271 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:57:39,478 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:57:39,479 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a5d607ca-cf66-44e9-8356-5b27641be649/2fdf26cc1a3d4ee9976f7c21bfe035d9
+2017-06-13 04:57:39,511 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:57:39,583 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:57:39,587 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:57:39,589 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:57:39,593 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:57:39,594 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:57:39,819 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:57:39,820 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:39,820 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:57:40,723 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:57:40,851 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:40,930 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_add_and_remove_deployment_targets
+2017-06-13 04:57:40,932 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-06-13 04:57:40,933 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-06-13 04:57:40,945 DEBUG db_general 53 67328 140735912027072 Test result in DB - FAIL
+2017-06-13 04:57:41,360 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:57:41,472 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:57:41,484 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:42,740 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+
+2017-06-13 04:57:42,741 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-06-13 04:57:42,741 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-06-13 04:57:43,440 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:57:43,441 DEBUG db_general 92 67328 140735912027072 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-06-13 04:57:43,443 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 04:57:43,447 DEBUG db_general 92 67328 140735912027072 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('41b07350-2a93-439c-9ab4-18e303ca8876', 'AIC', '333', 'TRUE', 0);
+2017-06-13 04:57:43,466 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 04:57:43,466 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:43,467 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:57:44,065 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:44,250 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:57:44,901 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:57:44,994 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:57:45,005 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:45,106 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-06-13 04:57:45,107 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-06-13 04:57:45,118 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:45,125 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+
+2017-06-13 04:57:45,126 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-06-13 04:57:45,126 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-06-13 04:57:46,179 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:47,563 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:48,419 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:57:49,361 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:49,361 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:57:49,865 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:57:50,211 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:57:50,226 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:57:50,881 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:57:50,989 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:57:51,000 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:51,284 DEBUG db_general 92 67328 140735912027072 Query: DELETE FROM public.ice_deployment_target WHERE uuid='41b07350-2a93-439c-9ab4-18e303ca8876'
+2017-06-13 04:57:51,312 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 04:57:51,322 DEBUG db_general 92 67328 140735912027072 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-06-13 04:57:51,326 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 04:57:51,326 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-06-13 04:57:51,327 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-06-13 04:57:51,343 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:51,568 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:57:52,009 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-06-13 04:57:52,009 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-06-13 04:57:52,009 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+2017-06-13 04:57:52,392 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:52,653 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:57:52,653 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:57:52,980 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:53,214 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:53,459 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:57:54,096 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:57:54,189 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:57:54,198 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:57:55,097 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/admin/admin/checklist-template page is loaded.
+2017-06-13 04:57:55,349 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:57:56,128 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-06-13 04:57:56,128 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-06-13 04:57:56,140 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:57:56,145 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+
+2017-06-13 04:57:57,867 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:57:58,105 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:58,642 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:57:59,327 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:57:59,327 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/83a882ab-64d3-43a2-875c-a6817678708c/f340bb664cac448da73812dc9c3a1f6f
+2017-06-13 04:57:59,356 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:57:59,434 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:57:59,439 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:57:59,441 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:57:59,446 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:57:59,447 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:57:59,764 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:57:59,814 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:57:59,815 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-06-13 04:57:59,816 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+2017-06-13 04:58:00,287 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFST7SG52';
+2017-06-13 04:58:00,290 DEBUG db_general 190 67326 140735912027072 Query result: 0fe9abc4-850a-4c03-bc81-ed25f5e7171f
+2017-06-13 04:58:00,295 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '0fe9abc4-850a-4c03-bc81-ed25f5e7171f';
+2017-06-13 04:58:00,297 DEBUG db_general 190 67326 140735912027072 Query result: 2017-72
+2017-06-13 04:58:01,006 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:01,006 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:01,372 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-06-13 04:58:01,372 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-06-13 04:58:01,388 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:02,032 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+
+2017-06-13 04:58:02,033 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-06-13 04:58:02,033 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+2017-06-13 04:58:02,035 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:02,743 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:02,873 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:02,894 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:03,295 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:03,296 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:58:03,523 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:03,581 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:58:04,439 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:58:04,817 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTD1sQr';
+2017-06-13 04:58:04,821 DEBUG db_general 190 67326 140735912027072 Query result: a5fde72b-1534-4a8b-af90-eb870cb9edde
+2017-06-13 04:58:04,825 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'a5fde72b-1534-4a8b-af90-eb870cb9edde';
+2017-06-13 04:58:04,829 DEBUG db_general 190 67326 140735912027072 Query result: 2017-73
+2017-06-13 04:58:04,973 DEBUG test_left_nav_panel 133 67327 140735912027072 Fetched ID: dashboard_2017-67: STS8DGf
+2017-06-13 04:58:05,113 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:58:05,260 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:58:05,287 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:05,847 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:58:06,331 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-06-13 04:58:06,331 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_entering_engagement_from_dashboard>,) | {}
+2017-06-13 04:58:06,350 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:07,430 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_entering_engagement_from_dashboard ----------------------
+
+2017-06-13 04:58:07,430 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-06-13 04:58:07,430 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+2017-06-13 04:58:08,318 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:08,319 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:08,558 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:09,314 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:09,572 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTF5sPN';
+2017-06-13 04:58:09,575 DEBUG db_general 190 67326 140735912027072 Query result: 2fd667ff-da07-49f1-9617-80898bc62ed7
+2017-06-13 04:58:09,580 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '2fd667ff-da07-49f1-9617-80898bc62ed7';
+2017-06-13 04:58:09,583 DEBUG db_general 190 67326 140735912027072 Query result: 2017-74
+2017-06-13 04:58:09,697 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:09,981 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:10,104 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:10,115 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:11,638 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:11,647 DEBUG db_general 130 67327 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'dd1122@att.com';
+2017-06-13 04:58:11,650 DEBUG db_general 138 67327 140735912027072 Query result: 4634fa32-8d02-4689-81ec-d455b344882f
+2017-06-13 04:58:11,656 DEBUG db_user 108 67327 140735912027072 Query : SELECT vf_id FROM public.ice_recent_engagement where user_uuid = '4634fa32-8d02-4689-81ec-d455b344882f' order by last_update desc limit 20;
+2017-06-13 04:58:11,661 DEBUG db_user 119 67327 140735912027072 Query result: [('376ffaea-f604-4c49-bbf0-b41f47a67020',), ('8bd6302f-bf55-473e-8b0c-16df1fc602d7',), ('05b2c70b-b067-4962-995a-952ee188b530',), ('9eab14dd-7200-4770-849c-a406e8f340a0',), ('fc66c01b-1375-4717-9cbf-9276c4895ba3',), ('60f922a1-b6d6-4814-94fd-ce3ac7e5c5ec',), ('e580f9af-6300-4174-af8e-d4ddcce5f773',), ('e0b70bb6-9ffb-47e6-921d-7b72a4f05348',), ('58d1a65c-e504-41af-b0c3-065ef38ae877',), ('e5a77f15-12f8-486b-8863-64d08eb8bfe3',), ('0e811a85-a61b-48f1-a024-4fc2182221e9',), ('0f90e345-3b6d-43eb-a7ac-5199d8048e50',), ('cf42eb7a-46d9-4fe0-a58f-d84f6025e216',), ('c894d38a-1a31-4620-a2fc-0ecc1257fb0b',), ('d482ec34-6ebe-4728-ae72-2359cc1d3c60',), ('3e6067cf-fa72-4e51-b77d-7a244fae9c7e',), ('073b131e-d2ae-4dae-be9f-1cb31492e15b',), ('9862bbd5-6790-4284-a57d-518efd9c29a3',), ('bb9389ce-b0d8-4b86-9413-0d21bfb7effc',), ('86ff4696-4f36-410d-a7b2-fc932ea3e1f0',)]
+2017-06-13 04:58:11,687 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-67: STS8DGf
+2017-06-13 04:58:11,701 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STS8DGf';
+2017-06-13 04:58:11,709 DEBUG db_general 190 67327 140735912027072 Query result: 376ffaea-f604-4c49-bbf0-b41f47a67020
+2017-06-13 04:58:11,726 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-75: ST6VvIK
+2017-06-13 04:58:11,754 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST6VvIK';
+2017-06-13 04:58:11,764 DEBUG db_general 190 67327 140735912027072 Query result: 8bd6302f-bf55-473e-8b0c-16df1fc602d7
+2017-06-13 04:58:11,780 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-74: newVFSTF5sPN
+2017-06-13 04:58:11,799 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'newVFSTF5sPN';
+2017-06-13 04:58:11,808 DEBUG db_general 190 67327 140735912027072 Query result: 05b2c70b-b067-4962-995a-952ee188b530
+2017-06-13 04:58:11,823 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-73: newVFSTD1sQr
+2017-06-13 04:58:11,836 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'newVFSTD1sQr';
+2017-06-13 04:58:11,840 DEBUG db_general 190 67327 140735912027072 Query result: 9eab14dd-7200-4770-849c-a406e8f340a0
+2017-06-13 04:58:11,997 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-68: STsfLrb
+2017-06-13 04:58:12,014 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STsfLrb';
+2017-06-13 04:58:12,018 DEBUG db_general 190 67327 140735912027072 Query result: fc66c01b-1375-4717-9cbf-9276c4895ba3
+2017-06-13 04:58:12,032 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-72: newVFST7SG52
+2017-06-13 04:58:12,057 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'newVFST7SG52';
+2017-06-13 04:58:12,063 DEBUG db_general 190 67327 140735912027072 Query result: 60f922a1-b6d6-4814-94fd-ce3ac7e5c5ec
+2017-06-13 04:58:12,083 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-71: ST2FQMK
+2017-06-13 04:58:12,096 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST2FQMK';
+2017-06-13 04:58:12,102 DEBUG db_general 190 67327 140735912027072 Query result: e580f9af-6300-4174-af8e-d4ddcce5f773
+2017-06-13 04:58:12,120 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-70: STabJSy
+2017-06-13 04:58:12,133 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STabJSy';
+2017-06-13 04:58:12,138 DEBUG db_general 190 67327 140735912027072 Query result: e0b70bb6-9ffb-47e6-921d-7b72a4f05348
+2017-06-13 04:58:12,298 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-69: STNZU3P
+2017-06-13 04:58:12,313 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STNZU3P';
+2017-06-13 04:58:12,316 DEBUG db_general 190 67327 140735912027072 Query result: 58d1a65c-e504-41af-b0c3-065ef38ae877
+2017-06-13 04:58:12,329 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-61: STEt1RL
+2017-06-13 04:58:12,337 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STEt1RL';
+2017-06-13 04:58:12,341 DEBUG db_general 190 67327 140735912027072 Query result: e5a77f15-12f8-486b-8863-64d08eb8bfe3
+2017-06-13 04:58:12,350 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-65: ST6ZBvn
+2017-06-13 04:58:12,358 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST6ZBvn';
+2017-06-13 04:58:12,361 DEBUG db_general 190 67327 140735912027072 Query result: 0e811a85-a61b-48f1-a024-4fc2182221e9
+2017-06-13 04:58:12,372 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-64: ST0gDcl
+2017-06-13 04:58:12,383 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST0gDcl';
+2017-06-13 04:58:12,388 DEBUG db_general 190 67327 140735912027072 Query result: 0f90e345-3b6d-43eb-a7ac-5199d8048e50
+2017-06-13 04:58:12,398 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-63: STZIEwC
+2017-06-13 04:58:12,409 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STZIEwC';
+2017-06-13 04:58:12,413 DEBUG db_general 190 67327 140735912027072 Query result: cf42eb7a-46d9-4fe0-a58f-d84f6025e216
+2017-06-13 04:58:12,421 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-62: STn2O5A
+2017-06-13 04:58:12,430 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STn2O5A';
+2017-06-13 04:58:12,433 DEBUG db_general 190 67327 140735912027072 Query result: c894d38a-1a31-4620-a2fc-0ecc1257fb0b
+2017-06-13 04:58:12,443 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-47: ST98M3O
+2017-06-13 04:58:12,451 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST98M3O';
+2017-06-13 04:58:12,454 DEBUG db_general 190 67327 140735912027072 Query result: d482ec34-6ebe-4728-ae72-2359cc1d3c60
+2017-06-13 04:58:12,463 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-60: STvkUx9
+2017-06-13 04:58:12,470 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STvkUx9';
+2017-06-13 04:58:12,472 DEBUG db_general 190 67327 140735912027072 Query result: 3e6067cf-fa72-4e51-b77d-7a244fae9c7e
+2017-06-13 04:58:12,481 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-59: ST0RPms
+2017-06-13 04:58:12,490 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST0RPms';
+2017-06-13 04:58:12,493 DEBUG db_general 190 67327 140735912027072 Query result: 073b131e-d2ae-4dae-be9f-1cb31492e15b
+2017-06-13 04:58:12,503 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-57: ST3rlMx
+2017-06-13 04:58:12,512 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'ST3rlMx';
+2017-06-13 04:58:12,516 DEBUG db_general 190 67327 140735912027072 Query result: 9862bbd5-6790-4284-a57d-518efd9c29a3
+2017-06-13 04:58:12,524 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-56: STVJtie
+2017-06-13 04:58:12,532 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STVJtie';
+2017-06-13 04:58:12,535 DEBUG db_general 190 67327 140735912027072 Query result: bb9389ce-b0d8-4b86-9413-0d21bfb7effc
+2017-06-13 04:58:12,549 DEBUG test_left_nav_panel 113 67327 140735912027072 Fetched ID: clickable_2017-55: STRDCtP
+2017-06-13 04:58:12,559 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'STRDCtP';
+2017-06-13 04:58:12,561 DEBUG db_general 190 67327 140735912027072 Query result: 86ff4696-4f36-410d-a7b2-fc932ea3e1f0
+2017-06-13 04:58:12,562 DEBUG test_left_nav_panel 119 67327 140735912027072 Right result
+2017-06-13 04:58:12,562 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-06-13 04:58:12,563 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_recent_bar_by_last_updated>,) | {}
+2017-06-13 04:58:12,574 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:13,263 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-06-13 04:58:13,263 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-06-13 04:58:13,282 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:13,357 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_recent_bar_by_last_updated ----------------------
+
+2017-06-13 04:58:13,357 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-06-13 04:58:13,358 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_bar ----------------------
+2017-06-13 04:58:14,094 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+
+2017-06-13 04:58:14,094 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-06-13 04:58:14,095 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-06-13 04:58:14,205 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFST7SG52';
+2017-06-13 04:58:14,208 DEBUG db_general 190 67326 140735912027072 Query result: 0fe9abc4-850a-4c03-bc81-ed25f5e7171f
+2017-06-13 04:58:14,214 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '0fe9abc4-850a-4c03-bc81-ed25f5e7171f';
+2017-06-13 04:58:14,217 DEBUG db_general 190 67326 140735912027072 Query result: 2017-72
+2017-06-13 04:58:14,222 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFST7SG52';
+2017-06-13 04:58:14,225 DEBUG db_general 190 67326 140735912027072 Query result: 0fe9abc4-850a-4c03-bc81-ed25f5e7171f
+2017-06-13 04:58:14,238 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '0fe9abc4-850a-4c03-bc81-ed25f5e7171f';
+2017-06-13 04:58:14,242 DEBUG db_general 190 67326 140735912027072 Query result: 2017-72
+2017-06-13 04:58:14,253 DEBUG db_general 179 67326 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-72';
+2017-06-13 04:58:14,257 DEBUG db_general 190 67326 140735912027072 Query result: 2
+2017-06-13 04:58:14,263 DEBUG db_general 220 67326 140735912027072 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-06-13 04:58:14,267 DEBUG db_general 232 67326 140735912027072 Query result: hs0007@att.com
+2017-06-13 04:58:14,273 DEBUG db_general 130 67326 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'STSEOKN@intl.att.com';
+2017-06-13 04:58:14,277 DEBUG db_general 138 67326 140735912027072 Query result: a5d607ca-cf66-44e9-8356-5b27641be649
+2017-06-13 04:58:14,283 DEBUG db_user 49 67326 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '0fe9abc4-850a-4c03-bc81-ed25f5e7171f' and email = 'STRJPdF@intl.att.com' ;
+2017-06-13 04:58:14,289 DEBUG db_user 64 67326 140735912027072 Query result: b5cdfb5c-4fbc-48ea-97e6-bac72d3f97b5
+2017-06-13 04:58:14,291 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:14,292 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:14,296 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-06-13 04:58:14,300 DEBUG db_general 190 67326 140735912027072 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 04:58:14,300 DEBUG db_user 37 67326 140735912027072 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=b5cdfb5c-4fbc-48ea-97e6-bac72d3f97b5&email=STRJPdF@intl.att.com&full_name=aaaaaa&phone_number=3058000000&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 04:58:14,301 DEBUG api_user 205 67326 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 04:58:14,572 DEBUG api_user 230 67326 140735912027072 Invited user signed-up successfully!
+2017-06-13 04:58:14,577 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_user_profile Where email = 'STRJPdF@intl.att.com';
+2017-06-13 04:58:14,580 DEBUG db_general 190 67326 140735912027072 Query result: 403278d3-c66b-4738-b9c2-0814df341043
+2017-06-13 04:58:14,584 DEBUG db_general 130 67326 140735912027072 Query : select id from auth_user WHERE Email = 'STRJPdF@intl.att.com';
+2017-06-13 04:58:14,588 DEBUG db_general 138 67326 140735912027072 Query result: 1409
+2017-06-13 04:58:14,592 DEBUG db_general 179 67326 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1409';
+2017-06-13 04:58:14,595 DEBUG db_general 190 67326 140735912027072 Query result: 4b6b92fb5ac04ed19c77a2b553b81326
+2017-06-13 04:58:14,595 DEBUG db_user 27 67326 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/403278d3-c66b-4738-b9c2-0814df341043/4b6b92fb5ac04ed19c77a2b553b81326
+2017-06-13 04:58:14,595 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/403278d3-c66b-4738-b9c2-0814df341043/4b6b92fb5ac04ed19c77a2b553b81326
+2017-06-13 04:58:15,024 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:15,024 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:58:15,129 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:15,492 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:15,493 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:58:15,810 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:15,843 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:58:15,930 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:15,943 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:16,311 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:58:16,488 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:58:16,624 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:58:16,641 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:16,976 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:58:17,102 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:58:17,115 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:18,214 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFST7SG52';
+2017-06-13 04:58:18,217 DEBUG db_general 190 67326 140735912027072 Query result: 0fe9abc4-850a-4c03-bc81-ed25f5e7171f
+2017-06-13 04:58:18,220 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '0fe9abc4-850a-4c03-bc81-ed25f5e7171f';
+2017-06-13 04:58:18,223 DEBUG db_general 190 67326 140735912027072 Query result: 2017-72
+2017-06-13 04:58:18,639 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:58:19,354 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTD1sQr';
+2017-06-13 04:58:19,357 DEBUG db_general 190 67326 140735912027072 Query result: a5fde72b-1534-4a8b-af90-eb870cb9edde
+2017-06-13 04:58:19,361 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'a5fde72b-1534-4a8b-af90-eb870cb9edde';
+2017-06-13 04:58:19,364 DEBUG db_general 190 67326 140735912027072 Query result: 2017-73
+2017-06-13 04:58:19,600 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:20,554 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:20,621 DEBUG db_general 179 67326 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTF5sPN';
+2017-06-13 04:58:20,630 DEBUG db_general 190 67326 140735912027072 Query result: 2fd667ff-da07-49f1-9617-80898bc62ed7
+2017-06-13 04:58:20,638 DEBUG db_general 179 67326 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '2fd667ff-da07-49f1-9617-80898bc62ed7';
+2017-06-13 04:58:20,643 DEBUG db_general 190 67326 140735912027072 Query result: 2017-74
+2017-06-13 04:58:20,831 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:21,715 DEBUG test_detailed_view 38 67328 140735912027072 Add Deployment Target
+2017-06-13 04:58:21,839 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-06-13 04:58:21,840 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_3_invitations_new_user_to_3_vfs>,) | {}
+2017-06-13 04:58:21,852 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:22,136 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:22,578 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_3_invitations_new_user_to_3_vfs ----------------------
+
+2017-06-13 04:58:22,578 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-06-13 04:58:22,579 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+2017-06-13 04:58:22,721 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:23,550 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:58:23,550 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/856d16b8-d6e6-43cd-aa68-893f796c3f98/8690c3ff8d9242a2bfbe3305275d3557
+2017-06-13 04:58:23,582 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:58:23,652 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:58:23,657 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:58:23,659 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:58:23,663 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:58:23,664 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:58:23,866 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:24,105 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:58:24,228 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:58:24,229 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/19b4f62d-2fc6-4924-bfc9-38ac8939a419/2e186aa31d054378920161c4ac60f3fa
+2017-06-13 04:58:24,329 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:58:24,440 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:58:24,444 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:58:24,446 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:58:24,450 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:58:24,452 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:58:24,688 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:58:24,689 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:24,689 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:58:25,502 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:58:25,599 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:26,132 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:58:26,241 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:58:26,249 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:26,716 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:27,946 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:28,901 DEBUG db_user 49 67326 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '1a28e915-1adc-4b4b-b540-71b47df23fda' and email = 'ST6m5ao@intl.att.com' ;
+2017-06-13 04:58:28,904 DEBUG db_user 64 67326 140735912027072 Query result: c4500390-8be5-467f-b9c2-b5ac55348bbe
+2017-06-13 04:58:28,904 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?invitation=c4500390-8be5-467f-b9c2-b5ac55348bbe
+2017-06-13 04:58:30,083 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:30,083 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:58:30,715 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:30,915 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:58:31,546 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:58:31,653 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:58:31,663 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login?invitation=c4500390-8be5-467f-b9c2-b5ac55348bbe page is loaded.
+2017-06-13 04:58:32,312 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:32,368 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 04:58:32,371 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 04:58:32,371 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 04:58:32,379 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:58:32,389 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 04:58:33,488 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-06-13 04:58:33,488 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_bar>,) | {}
+2017-06-13 04:58:33,504 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:33,788 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:33,788 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:58:34,118 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_bar ----------------------
+
+2017-06-13 04:58:34,118 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_by_email>,) | {}
+2017-06-13 04:58:34,119 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_by_email ----------------------
+2017-06-13 04:58:34,525 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:58:35,148 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:35,149 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:35,157 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:58:35,238 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:58:35,252 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:35,955 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:36,619 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:36,731 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:36,744 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:37,172 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:58:38,108 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:58:38,109 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/87d572ad-fb86-4991-ac68-008670156bb2/f52dbe188b154f6cbfc251adf20f11f9
+2017-06-13 04:58:38,141 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:58:38,208 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:58:38,213 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:58:38,214 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:58:38,218 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:58:38,219 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:58:38,429 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:58:38,429 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:58:39,016 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:39,016 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:39,711 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:39,817 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:40,468 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:40,607 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:40,621 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:40,643 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:42,567 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_by_email>,) | {}
+2017-06-13 04:58:42,568 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_by_email>,) | {}
+2017-06-13 04:58:42,585 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:43,032 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-06-13 04:58:43,033 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-06-13 04:58:43,033 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-06-13 04:58:43,264 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_by_email ----------------------
+
+2017-06-13 04:58:43,265 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_by_username>,) | {}
+2017-06-13 04:58:43,265 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_search_by_username ----------------------
+2017-06-13 04:58:43,876 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:43,876 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:58:44,052 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:44,052 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:44,798 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:58:44,939 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:45,448 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:58:45,559 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:58:45,568 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:45,623 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:45,721 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:45,737 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:46,592 DEBUG db_cms 132 67325 140735912027072 Delete all posts
+2017-06-13 04:58:46,593 DEBUG db_cms 134 67325 140735912027072 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-06-13 04:58:46,608 DEBUG db_cms 28 67325 140735912027072 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-06-13 04:58:46,620 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:58:46,622 DEBUG db_cms 137 67325 140735912027072 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-06-13 04:58:46,648 DEBUG db_cms 28 67325 140735912027072 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-06-13 04:58:46,662 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:58:46,662 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_FAQSTc61Or
+2017-06-13 04:58:46,663 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTc61Or', 'title_FAQSTc61Or-slug', '', 'description_FAQ_STnQYPz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STnQYPz</p>', true, '', 1, 1);
+2017-06-13 04:58:46,669 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTc61Or', 'title_FAQSTc61Or-slug', '', 'description_FAQ_STnQYPz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STnQYPz</p>', true, '', 1, 1);
+2017-06-13 04:58:46,674 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:58:46,674 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 04:58:46,675 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:58:46,680 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:58:46,682 DEBUG db_cms 64 67325 140735912027072 Query result: 268
+2017-06-13 04:58:46,683 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: FAQ
+2017-06-13 04:58:46,683 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-06-13 04:58:46,688 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-06-13 04:58:46,691 DEBUG db_cms 64 67325 140735912027072 Query result: 3
+2017-06-13 04:58:46,691 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 268
+2017-06-13 04:58:46,691 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (268, 3);
+2017-06-13 04:58:46,696 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (268, 3);
+2017-06-13 04:58:46,707 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:58:46,796 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:58:47,183 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:58:47,184 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/db72fb43-659b-4650-aba8-4fd4cfbd5896/519b5299956047e685d11ca3d57a6fbe
+2017-06-13 04:58:47,214 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:58:47,312 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:58:47,322 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:58:47,323 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:58:47,329 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:58:47,331 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:58:47,769 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:58:47,769 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:58:48,552 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:48,552 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:49,379 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:49,392 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:50,013 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:50,024 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:50,178 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:50,194 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:52,004 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_by_username>,) | {}
+2017-06-13 04:58:52,005 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_search_by_username>,) | {}
+2017-06-13 04:58:52,019 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:58:52,667 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_search_by_username ----------------------
+
+2017-06-13 04:58:52,667 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-06-13 04:58:52,667 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+2017-06-13 04:58:53,337 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:58:53,338 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:58:54,146 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:58:54,811 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:58:55,108 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:58:55,130 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:58:55,795 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:58:57,368 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:58,422 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:58:59,751 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-06-13 04:58:59,752 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_left_nav_panel.TestLeftNavPanel testMethod=test_starred_recent_searchbar>,) | {}
+2017-06-13 04:58:59,763 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:00,750 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLeftNavPanel Function test_starred_recent_searchbar ----------------------
+
+2017-06-13 04:59:03,219 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-06-13 04:59:03,222 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+2017-06-13 04:59:04,453 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:04,458 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STjmRgI@intl.att.com';
+2017-06-13 04:59:04,461 DEBUG db_general 190 67327 140735912027072 Query result: 5ec4de9b-361e-4c7a-b55d-2780ebc7f847
+2017-06-13 04:59:04,465 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STjmRgI@intl.att.com';
+2017-06-13 04:59:04,467 DEBUG db_general 138 67327 140735912027072 Query result: 1414
+2017-06-13 04:59:04,473 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1414';
+2017-06-13 04:59:04,476 DEBUG db_general 190 67327 140735912027072 Query result: 6320229650f8456dac3049f4f0898c8f
+2017-06-13 04:59:04,476 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/5ec4de9b-361e-4c7a-b55d-2780ebc7f847/6320229650f8456dac3049f4f0898c8f
+2017-06-13 04:59:04,476 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/5ec4de9b-361e-4c7a-b55d-2780ebc7f847/6320229650f8456dac3049f4f0898c8f
+2017-06-13 04:59:04,957 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:59:05,131 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:05,132 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:59:06,123 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:59:06,772 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:59:06,888 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:59:06,901 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:07,692 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:08,238 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:08,526 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:08,526 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:59:09,293 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:59:09,969 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:59:10,058 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:59:10,073 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:11,108 DEBUG test_login_with_new_user 407 67327 140735912027072 click_on on + Dashboard
+2017-06-13 04:59:11,369 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:59:13,247 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:59:14,093 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:59:14,765 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:15,785 DEBUG fe_wizard 58 67327 140735912027072 Tab Add Vendor Contact
+2017-06-13 04:59:15,876 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:16,720 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:18,552 DEBUG fe_wizard 98 67327 140735912027072 Tab Invite Team Members
+2017-06-13 04:59:19,684 DEBUG fe_wizard 116 67327 140735912027072 About to add an SSH Key in modal window
+2017-06-13 04:59:19,695 DEBUG helper 42 67327 140735912027072 About to generate SSH Public Key
+2017-06-13 04:59:20,030 DEBUG helper 57 67327 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFzsR7es9tafgxDLee10Hx9MFNVtamHhoGn0wWzdZraQdZN4aGcjXqcqjWTT1wKzmByYUMvFG9L2ul7mYLx8bKjhqcBiIGD86ocI52JxRcHcbGHxLPywJDhb6RPzMwIGeSmSFACZOkTQuRPlblziGgucZBcl9Tmsd6yS9YevG6lp3Pwpl/5X8vWo1plahiHiCAG0RtDMpSyyf5wQPgVqwuO33LjgHSTww09CCBsGMeXBQ+6GajSbag6RS6Q1Kb5eT0IAqYXYVGW9+oOuFTaywFEAtr5BXW5DU/yp1NMR3FkQS6wbx/pPX/R1P/qYqdtKe10VIS0pyGhXeTgRP73wL7
+2017-06-13 04:59:20,439 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-06-13 04:59:20,439 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_5_invitations_for_specific_SU_last_24_hours>,) | {}
+2017-06-13 04:59:20,467 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:21,039 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_5_invitations_for_specific_SU_last_24_hours ----------------------
+
+2017-06-13 04:59:21,040 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-06-13 04:59:21,040 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+2017-06-13 04:59:21,697 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:21,697 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e0e8981f-b09f-481e-a4ff-5d78d0895678/1ea2a37755aa4033808b3bf360cfaa87
+2017-06-13 04:59:21,732 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:21,811 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:59:21,815 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:21,816 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:21,820 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:21,822 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:22,039 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:22,115 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:22,116 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/91c2a7c0-969b-4ac2-a272-58f751063ad3/086c56cbf51b449a985b2f7cd1f20e66
+2017-06-13 04:59:22,148 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:22,219 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:59:22,223 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:22,224 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:22,228 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:22,230 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:22,533 DEBUG fe_wizard 136 67327 140735912027072 SSH Key added via modal window.
+2017-06-13 04:59:22,804 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:22,914 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:22,915 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4f26987-79b7-4eac-976e-926e2d0f2432/94db0970de464c64aad0b1790ad39065
+2017-06-13 04:59:22,964 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:23,054 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:59:23,058 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:23,060 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:23,063 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:23,065 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:23,570 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:23,571 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:23,571 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:59:23,690 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTj5nOb';
+2017-06-13 04:59:23,695 DEBUG db_general 190 67327 140735912027072 Query result: 1b87fcfd-7ea1-483a-8493-0f1b62a76967
+2017-06-13 04:59:23,701 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '1b87fcfd-7ea1-483a-8493-0f1b62a76967';
+2017-06-13 04:59:23,707 DEBUG db_general 190 67327 140735912027072 Query result: 2017-84
+2017-06-13 04:59:23,711 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-84';
+2017-06-13 04:59:23,714 DEBUG db_general 190 67327 140735912027072 Query result: 2
+2017-06-13 04:59:23,717 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-06-13 04:59:23,719 DEBUG db_general 232 67327 140735912027072 Query result: hs0007@att.com
+2017-06-13 04:59:23,724 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTj5nOb';
+2017-06-13 04:59:23,727 DEBUG db_general 190 67327 140735912027072 Query result: 1b87fcfd-7ea1-483a-8493-0f1b62a76967
+2017-06-13 04:59:23,732 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '1b87fcfd-7ea1-483a-8493-0f1b62a76967';
+2017-06-13 04:59:23,735 DEBUG db_general 190 67327 140735912027072 Query result: 2017-84
+2017-06-13 04:59:24,388 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:59:24,561 DEBUG db_general 179 67327 140735912027072 Query : select full_name from ice_user_profile Where email = 'hs0007@att.com';
+2017-06-13 04:59:24,564 DEBUG db_general 190 67327 140735912027072 Query result: Homer Simpson
+2017-06-13 04:59:24,596 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-06-13 04:59:24,597 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_Validate_SSHkeyNS>,) | {}
+2017-06-13 04:59:24,609 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:25,004 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:59:25,127 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:59:25,139 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:25,208 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_Validate_SSHkeyNS ----------------------
+
+2017-06-13 04:59:25,209 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-06-13 04:59:25,209 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+2017-06-13 04:59:25,615 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_detailed_view
+2017-06-13 04:59:25,619 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-06-13 04:59:25,619 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-06-13 04:59:25,650 DEBUG db_general 53 67328 140735912027072 Test result in DB - FAIL
+2017-06-13 04:59:26,063 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:26,064 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ec563ea4-4999-40ac-9602-75d5f03f10dc/a9d74a921be34d8d8e078851f2aa7849
+2017-06-13 04:59:26,104 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:26,216 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:59:26,221 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:26,224 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:26,229 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:26,230 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:26,658 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:26,658 DEBUG api_user 65 67327 140735912027072 Put user URL: http://127.0.0.1:8181/ice/v1/engmgr/iceusers/account
+2017-06-13 04:59:26,697 DEBUG api_user 87 67327 140735912027072 Testing for Cross site scripting successfully : ST0HK3Zstattus Code = 200
+2017-06-13 04:59:26,698 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/441d7184-04c8-4174-ba47-9863b1ed1622/checklist/new/
+2017-06-13 04:59:26,805 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 04:59:26,876 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-06-13 04:59:26,877 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-06-13 04:59:26,878 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-06-13 04:59:26,886 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 04:59:26,886 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:26,887 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:59:27,588 DEBUG db_general 92 67328 140735912027072 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-06-13 04:59:27,590 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 04:59:27,593 DEBUG db_virtual_function 25 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 04:59:27,594 DEBUG db_virtual_function 30 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 04:59:27,594 DEBUG db_virtual_function 34 67328 140735912027072 Query: INSERT INTO ice_ecomp_release (uuid, name, weight, ui_visibility) VALUES ('24f09ba4-b19b-48f9-b6e5-3c5ee112db9a', 'STermUA', '0', 'TRUE');
+2017-06-13 04:59:27,607 DEBUG db_virtual_function 37 67328 140735912027072 Test results are in General now.
+2017-06-13 04:59:27,608 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:27,608 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:59:27,792 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:59:28,268 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-86';
+2017-06-13 04:59:28,271 DEBUG db_general 190 67326 140735912027072 Query result: 409e43e8-c696-4b57-aa8f-cf732bb47d35
+2017-06-13 04:59:28,274 DEBUG db_user 49 67326 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '409e43e8-c696-4b57-aa8f-cf732bb47d35' and email = 'ST7y62U@intl.att.com' ;
+2017-06-13 04:59:28,277 DEBUG db_user 64 67326 140735912027072 Query result: 69b2ae78-3334-49a1-b54a-ecba3054634b
+2017-06-13 04:59:28,277 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?invitation=69b2ae78-3334-49a1-b54a-ecba3054634b
+2017-06-13 04:59:28,395 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:59:28,431 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:59:28,581 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:59:28,590 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:28,974 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:28,974 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:59:29,053 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:59:29,158 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:59:29,170 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:29,853 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:59:30,489 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:59:30,623 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:59:30,641 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login?invitation=69b2ae78-3334-49a1-b54a-ecba3054634b page is loaded.
+2017-06-13 04:59:31,277 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:32,446 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:32,732 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:32,732 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:59:33,488 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:59:34,178 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:59:34,217 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:34,310 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:59:34,324 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:34,939 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-06-13 04:59:34,942 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_XSS_script>,) | {}
+2017-06-13 04:59:34,954 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:35,253 DEBUG db_virtual_function 60 67328 140735912027072 Query: DELETE FROM ice_ecomp_release WHERE uuid = '24f09ba4-b19b-48f9-b6e5-3c5ee112db9a';
+2017-06-13 04:59:35,262 DEBUG db_virtual_function 63 67328 140735912027072 Test results are in General now.
+2017-06-13 04:59:35,267 DEBUG db_general 92 67328 140735912027072 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-06-13 04:59:35,269 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 04:59:35,269 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-06-13 04:59:35,269 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-06-13 04:59:35,275 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:35,618 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_XSS_script ----------------------
+
+2017-06-13 04:59:35,619 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-06-13 04:59:35,619 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+2017-06-13 04:59:36,267 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+
+2017-06-13 04:59:36,267 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-06-13 04:59:36,268 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-06-13 04:59:36,648 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:36,653 DEBUG db_general 130 67327 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'STF6Co9@amdocs.com';
+2017-06-13 04:59:36,655 DEBUG db_general 138 67327 140735912027072 Query result: 93b9f60c-a119-4ef0-bcd1-39cc40f4a76c
+2017-06-13 04:59:36,659 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STF6Co9@amdocs.com';
+2017-06-13 04:59:36,662 DEBUG db_general 190 67327 140735912027072 Query result: 93b9f60c-a119-4ef0-bcd1-39cc40f4a76c
+2017-06-13 04:59:36,666 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STF6Co9@amdocs.com';
+2017-06-13 04:59:36,668 DEBUG db_general 138 67327 140735912027072 Query result: 1419
+2017-06-13 04:59:36,673 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1419';
+2017-06-13 04:59:36,675 DEBUG db_general 190 67327 140735912027072 Query result: dfb2c901acdf4a7a9e19ff4c2a8570d5
+2017-06-13 04:59:36,676 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/93b9f60c-a119-4ef0-bcd1-39cc40f4a76c/dfb2c901acdf4a7a9e19ff4c2a8570d5
+2017-06-13 04:59:36,676 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/93b9f60c-a119-4ef0-bcd1-39cc40f4a76c/dfb2c901acdf4a7a9e19ff4c2a8570d5
+2017-06-13 04:59:37,025 DEBUG db_virtual_function 25 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 04:59:37,025 DEBUG db_virtual_function 30 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 04:59:37,026 DEBUG db_virtual_function 34 67328 140735912027072 Query: INSERT INTO ice_ecomp_release (uuid, name, weight, ui_visibility) VALUES ('9883ee53-b65b-4701-84a8-2ddcfe80cff7', 'STfJTX8', '0', 'TRUE');
+2017-06-13 04:59:37,036 DEBUG db_virtual_function 37 67328 140735912027072 Test results are in General now.
+2017-06-13 04:59:37,037 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:37,038 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:59:37,235 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:37,236 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:59:37,479 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-06-13 04:59:37,480 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_invitations_and_throttle_logic.TestInvitationsLogic testMethod=test_validate_duplicate_invite>,) | {}
+2017-06-13 04:59:37,493 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:37,885 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:59:38,206 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestInvitationsLogic Function test_validate_duplicate_invite ----------------------
+
+2017-06-13 04:59:38,378 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:59:38,513 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:59:38,704 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:59:38,724 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:39,346 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:59:39,393 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:59:39,602 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:59:39,626 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:41,431 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:41,432 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/266a4a12-ea9a-43e9-801f-8655ff207718/504f92bfa5104d1e9d0eed415a419c1a
+2017-06-13 04:59:41,465 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:41,516 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:41,517 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 04:59:41,554 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:59:41,561 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:41,563 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:41,570 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:41,572 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:42,209 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:42,209 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-06-13 04:59:42,210 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-06-13 04:59:42,367 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 04:59:42,872 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:43,309 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 04:59:43,425 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 04:59:43,443 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:43,477 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:43,478 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/40e56d1d-edc8-4b0f-bccf-82f54f631ebc/d4b81a8f439b4b768188cb907c5fd3f1
+2017-06-13 04:59:43,525 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:43,693 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:59:43,704 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:43,708 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:43,725 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:43,727 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:44,096 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:44,282 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:44,283 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:44,283 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:59:44,486 DEBUG test_login_with_new_user 347 67327 140735912027072 click_on on + Dashboard
+2017-06-13 04:59:44,696 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 04:59:45,127 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:59:45,775 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:59:45,874 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:59:45,889 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:46,846 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:47,485 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:59:48,225 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 04:59:48,467 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:59:49,177 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:49,247 DEBUG fe_wizard 78 67327 140735912027072 Tab Add AT&T Sponsor
+2017-06-13 04:59:50,709 DEBUG fe_wizard 87 67327 140735912027072 2014929476
+2017-06-13 04:59:50,744 DEBUG db_virtual_function 60 67328 140735912027072 Query: DELETE FROM ice_ecomp_release WHERE uuid = '9883ee53-b65b-4701-84a8-2ddcfe80cff7';
+2017-06-13 04:59:50,760 DEBUG db_virtual_function 63 67328 140735912027072 Test results are in General now.
+2017-06-13 04:59:50,761 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-06-13 04:59:50,761 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-06-13 04:59:50,959 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:51,833 DEBUG fe_wizard 98 67327 140735912027072 Tab Invite Team Members
+2017-06-13 04:59:51,905 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+
+2017-06-13 04:59:51,905 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-06-13 04:59:51,905 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-06-13 04:59:52,266 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 04:59:52,271 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-06-13 04:59:52,272 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-06-13 04:59:52,288 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 04:59:52,820 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 04:59:53,312 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-06-13 04:59:53,312 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-06-13 04:59:53,326 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 04:59:53,670 DEBUG fe_wizard 116 67327 140735912027072 About to add an SSH Key in modal window
+2017-06-13 04:59:53,694 DEBUG helper 42 67327 140735912027072 About to generate SSH Public Key
+2017-06-13 04:59:53,745 DEBUG helper 57 67327 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDry+CqCZRveQsKIzvLOsJmqyFoTm5WjakVyiBFRPFwmGL3nIXOTQqA/ATJ0vH5RYSL/8GTs12ly74whMUFdmjidv+8GSPO3bp7xMykIuy5mNY/4GadzYVloMP2h9XRvM1usQK6UKEK6cBMc2wgKlh2BLyQdJM6zcqO9pVmnhaMoQkc9DxlksB5yU7UPzkCOEm3KpbpElZiPE2YfiYv5rLWF/lh17iu3fMP3dAsSVD3bbt2mUQ3g1VQpxplvq00yznQvoTsrVOggCa79nNdJ0jtQWVeGcB8NhqUQqurV7NK7rVmT5FMX/RCe671LYKwjMJxz2H3s7gUMeKA4BMffIux
+2017-06-13 04:59:53,860 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-06-13 04:59:53,863 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-06-13 04:59:53,863 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-06-13 04:59:53,987 DEBUG fe_detailed_view 232 67328 140735912027072 Login with user STbg37y@intl.att.com
+2017-06-13 04:59:53,987 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:53,987 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 04:59:54,365 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-06-13 04:59:54,366 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-06-13 04:59:54,366 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-06-13 04:59:55,095 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:55,096 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 04:59:55,210 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 04:59:55,376 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 04:59:55,376 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/22c7f2d6-1f8e-4464-a7a8-c1bd16070c77/01089f2f8c4a4c6ebbec67028e57e248
+2017-06-13 04:59:55,416 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 04:59:55,529 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 04:59:55,536 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 04:59:55,538 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 04:59:55,542 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 04:59:55,544 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 04:59:55,763 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 04:59:55,764 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 04:59:55,764 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 04:59:55,911 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 04:59:56,056 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 04:59:56,066 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 04:59:56,087 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:56,553 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 04:59:56,733 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 04:59:56,862 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 04:59:56,884 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:57,197 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 04:59:57,294 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 04:59:57,308 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 04:59:57,402 DEBUG fe_wizard 136 67327 140735912027072 SSH Key added via modal window.
+2017-06-13 04:59:57,409 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'newVFSTYAQvI';
+2017-06-13 04:59:57,414 DEBUG db_general 190 67327 140735912027072 Query result: 355a4621-3c1f-4d68-b8aa-bade913c804e
+2017-06-13 04:59:57,420 DEBUG db_user 49 67327 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '355a4621-3c1f-4d68-b8aa-bade913c804e' and email = 'automationqattSTMsDVg@gmail.com' ;
+2017-06-13 04:59:57,425 DEBUG db_user 64 67327 140735912027072 Query result: None
+2017-06-13 04:59:57,425 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTMsDVg@gmail.com
+2017-06-13 04:59:57,915 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_NewsSTHaPC3
+2017-06-13 04:59:57,915 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTHaPC3', 'title_NewsSTHaPC3-slug', '', 'description_NewsSTNAO5y', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTNAO5y</p>', true, '', 1, 1);
+2017-06-13 04:59:57,921 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTHaPC3', 'title_NewsSTHaPC3-slug', '', 'description_NewsSTNAO5y', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTNAO5y</p>', true, '', 1, 1);
+2017-06-13 04:59:57,932 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:59:57,933 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 04:59:57,933 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:59:57,939 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 04:59:57,942 DEBUG db_cms 64 67325 140735912027072 Query result: 269
+2017-06-13 04:59:57,942 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: News
+2017-06-13 04:59:57,943 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 04:59:57,948 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 04:59:57,951 DEBUG db_cms 64 67325 140735912027072 Query result: 1
+2017-06-13 04:59:57,951 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 269
+2017-06-13 04:59:57,952 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (269, 1);
+2017-06-13 04:59:57,957 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (269, 1);
+2017-06-13 04:59:57,961 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 04:59:58,951 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 04:59:59,514 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 04:59:59,615 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-06-13 04:59:59,617 DEBUG db_general 190 67327 140735912027072 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 04:59:59,618 DEBUG db_user 37 67327 140735912027072 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=ST4k9Uo@att.com&full_name=STV4TvpSTUkWgq&phone_number=2014929476&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 04:59:59,618 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=ST4k9Uo@att.com&full_name=STV4TvpSTUkWgq&phone_number=2014929476&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 04:59:59,900 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:00,557 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTYAQvI';
+2017-06-13 05:00:00,560 DEBUG db_general 190 67327 140735912027072 Query result: c3aef398-66ab-4979-a138-87354dfe3d44
+2017-06-13 05:00:00,564 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'c3aef398-66ab-4979-a138-87354dfe3d44';
+2017-06-13 05:00:00,567 DEBUG db_general 190 67327 140735912027072 Query result: 2017-92
+2017-06-13 05:00:00,571 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-92';
+2017-06-13 05:00:00,574 DEBUG db_general 190 67327 140735912027072 Query result: c3aef398-66ab-4979-a138-87354dfe3d44
+2017-06-13 05:00:00,578 DEBUG db_user 49 67327 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = 'c3aef398-66ab-4979-a138-87354dfe3d44' and email = 'ST4k9Uo@att.com' ;
+2017-06-13 05:00:00,580 DEBUG db_user 64 67327 140735912027072 Query result: 6c765615-4d9a-4782-8913-744e20d6608d
+2017-06-13 05:00:00,585 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTYAQvI';
+2017-06-13 05:00:00,587 DEBUG db_general 190 67327 140735912027072 Query result: c3aef398-66ab-4979-a138-87354dfe3d44
+2017-06-13 05:00:00,591 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'c3aef398-66ab-4979-a138-87354dfe3d44';
+2017-06-13 05:00:00,593 DEBUG db_general 190 67327 140735912027072 Query result: 2017-92
+2017-06-13 05:00:00,598 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-92';
+2017-06-13 05:00:00,602 DEBUG db_general 190 67327 140735912027072 Query result: 1
+2017-06-13 05:00:00,607 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '1' and role_id = '2';
+2017-06-13 05:00:00,609 DEBUG db_general 232 67327 140735912027072 Query result: dd1122@att.com
+2017-06-13 05:00:00,609 DEBUG api_user 205 67327 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 05:00:00,754 DEBUG api_user 230 67327 140735912027072 Invited user signed-up successfully!
+2017-06-13 05:00:00,755 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c3aef398-66ab-4979-a138-87354dfe3d44/checklist/new/
+2017-06-13 05:00:00,842 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:00:00,880 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:00:00,890 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'ST4k9Uo@att.com';
+2017-06-13 05:00:00,894 DEBUG db_general 190 67327 140735912027072 Query result: f2b33049-f162-4990-9269-714b58aba038
+2017-06-13 05:00:00,900 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'ST4k9Uo@att.com';
+2017-06-13 05:00:00,904 DEBUG db_general 138 67327 140735912027072 Query result: 1423
+2017-06-13 05:00:00,909 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1423';
+2017-06-13 05:00:00,912 DEBUG db_general 190 67327 140735912027072 Query result: 5ee1b1d691184eea843731061c627892
+2017-06-13 05:00:00,912 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/f2b33049-f162-4990-9269-714b58aba038/5ee1b1d691184eea843731061c627892
+2017-06-13 05:00:00,918 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = 'c3aef398-66ab-4979-a138-87354dfe3d44';
+2017-06-13 05:00:00,921 DEBUG db_general 190 67327 140735912027072 Query result: 2017-92
+2017-06-13 05:00:00,921 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/f2b33049-f162-4990-9269-714b58aba038/5ee1b1d691184eea843731061c627892
+2017-06-13 05:00:02,076 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:02,076 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:02,921 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:03,754 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:03,872 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:03,886 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:04,531 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-06-13 05:00:04,532 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-06-13 05:00:04,659 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:05,326 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-06-13 05:00:05,326 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-06-13 05:00:05,326 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-06-13 05:00:05,466 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-06-13 05:00:05,467 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_att_sposnsor>,) | {}
+2017-06-13 05:00:05,483 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:05,902 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:00:06,231 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:06,232 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0b706804-2800-4a8b-9523-ef16e9bee307/f27dafbf715149d2a3c21bf8f1b90207
+2017-06-13 05:00:06,252 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_att_sposnsor ----------------------
+
+2017-06-13 05:00:06,253 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-06-13 05:00:06,253 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+2017-06-13 05:00:06,277 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:00:06,392 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:06,398 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:00:06,400 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:06,405 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:00:06,407 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:00:06,665 DEBUG fe_detailed_view 232 67328 140735912027072 Login with user admin_ro@att.com
+2017-06-13 05:00:06,666 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:06,666 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:00:06,680 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:00:06,686 DEBUG db_general 220 67326 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '7ffa158c-ebbd-4025-9a15-e2534a9ee65e' and engagement_stage = 'Intake';
+2017-06-13 05:00:06,688 DEBUG db_general 232 67326 140735912027072 Query result: ['fd79a430-7d97-4225-bb0f-f6ed1350f4b3', '2188397a-8d42-4877-9912-f5e5d62838dc']
+2017-06-13 05:00:06,694 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'STSd5VA@intl.att.com';
+2017-06-13 05:00:06,696 DEBUG db_general 190 67326 140735912027072 Query result: 1424
+2017-06-13 05:00:06,701 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_next_step Where owner_id = '1424';
+2017-06-13 05:00:06,703 DEBUG db_general 190 67326 140735912027072 Query result: 622e0309-96b8-4df4-9534-1504dd6f63f0
+2017-06-13 05:00:06,707 DEBUG db_general 274 67326 140735912027072 UPDATE ice_next_step SET position = '1' Where uuid = '622e0309-96b8-4df4-9534-1504dd6f63f0';
+2017-06-13 05:00:06,716 DEBUG db_general 277 67326 140735912027072 Query : UPDATE ice_next_step SET position = '1' Where uuid = '622e0309-96b8-4df4-9534-1504dd6f63f0';
+2017-06-13 05:00:06,717 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:06,717 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:00:07,349 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:07,353 DEBUG db_general 130 67327 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'STGF4c0@intl.att.com';
+2017-06-13 05:00:07,357 DEBUG db_general 138 67327 140735912027072 Query result: 19b21afd-bf02-45bb-9151-3ca66cae3258
+2017-06-13 05:00:07,360 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STGF4c0@intl.att.com';
+2017-06-13 05:00:07,362 DEBUG db_general 190 67327 140735912027072 Query result: 19b21afd-bf02-45bb-9151-3ca66cae3258
+2017-06-13 05:00:07,366 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STGF4c0@intl.att.com';
+2017-06-13 05:00:07,368 DEBUG db_general 138 67327 140735912027072 Query result: 1425
+2017-06-13 05:00:07,372 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1425';
+2017-06-13 05:00:07,374 DEBUG db_general 190 67327 140735912027072 Query result: 14db2891bdcf4ff09b900628e036af06
+2017-06-13 05:00:07,374 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/19b21afd-bf02-45bb-9151-3ca66cae3258/14db2891bdcf4ff09b900628e036af06
+2017-06-13 05:00:07,374 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/19b21afd-bf02-45bb-9151-3ca66cae3258/14db2891bdcf4ff09b900628e036af06
+2017-06-13 05:00:07,506 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:00:07,546 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:00:08,173 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:08,174 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:08,270 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:00:08,390 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:00:08,439 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:00:08,454 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:08,539 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:00:08,554 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:08,967 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:09,239 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:09,954 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:10,067 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:10,082 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:11,240 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:11,633 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:11,633 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:11,703 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:00:12,483 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:13,131 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:13,212 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:13,224 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:14,272 DEBUG test_login_with_new_user 289 67327 140735912027072 click_on on + Dashboard
+2017-06-13 05:00:14,505 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 05:00:17,017 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:17,861 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-06-13 05:00:17,862 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-06-13 05:00:17,874 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:17,882 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:00:18,439 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+
+2017-06-13 05:00:18,439 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-06-13 05:00:18,439 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-06-13 05:00:18,902 DEBUG fe_wizard 58 67327 140735912027072 Tab Add Vendor Contact
+2017-06-13 05:00:19,046 DEBUG db_general 92 67328 140735912027072 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('6a3ae2bd-6065-45c5-a8af-f72234666e0f', 'AIC', '667', 'FALSE', 0);
+2017-06-13 05:00:19,054 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 05:00:19,054 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:19,054 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:00:19,817 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:00:20,430 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-06-13 05:00:20,430 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-06-13 05:00:20,442 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:00:20,444 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:20,550 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:00:20,559 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:21,174 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-06-13 05:00:21,175 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-06-13 05:00:21,175 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-06-13 05:00:22,002 DEBUG fe_wizard 98 67327 140735912027072 Tab Invite Team Members
+2017-06-13 05:00:22,304 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:22,304 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e11c41c7-0e2a-4173-ae63-746a0b572e94/5abdb93110c9447989e207c9a74645e8
+2017-06-13 05:00:22,334 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:00:22,411 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:22,417 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:00:22,418 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:22,424 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:00:22,425 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:00:22,690 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:00:22,691 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:22,691 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:00:23,479 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:00:23,721 DEBUG fe_wizard 116 67327 140735912027072 About to add an SSH Key in modal window
+2017-06-13 05:00:23,733 DEBUG helper 42 67327 140735912027072 About to generate SSH Public Key
+2017-06-13 05:00:23,809 DEBUG helper 57 67327 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDW1MzQxC+cDQT0+OyIsyRs64MWpv9CTd14MtL7xM2G8reigk1M07W3VgSQrr/OOyp0+E0IAGATwCbPboLSrtoQcr8x/4kfcMplgQi+WxxCBYFWySdksaAGtCekAM68J5Cse10AtC899LW8GQW3JCtVzo+N0T8ef/GwMa+2SjJYCs7s7CMke1vfP862c13gbt/sj/LYdKaZdUjShrnHGZAfX/+kO3m0J7cFCJqsgSqKFWebe3XcZVgIRzfacL+MY3q9x/BqTX1tMFqRMDilrS5balwYSp9Sx+bMZT6TVjMFMEM6+3xP+aMYEibFLOyp1UYiXfRqv4B5sxbmU8qcBt2d
+2017-06-13 05:00:23,962 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:00:24,139 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:00:24,263 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:00:24,279 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:25,695 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:00:26,719 DEBUG fe_wizard 136 67327 140735912027072 SSH Key added via modal window.
+2017-06-13 05:00:26,725 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTM4jfI';
+2017-06-13 05:00:26,728 DEBUG db_general 190 67327 140735912027072 Query result: 79bb5cc5-7581-4752-8e50-ea1089aced42
+2017-06-13 05:00:26,728 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:26,731 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFSTM4jfI';
+2017-06-13 05:00:26,734 DEBUG db_general 190 67327 140735912027072 Query result: 79bb5cc5-7581-4752-8e50-ea1089aced42
+2017-06-13 05:00:26,738 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '79bb5cc5-7581-4752-8e50-ea1089aced42';
+2017-06-13 05:00:26,740 DEBUG db_general 190 67327 140735912027072 Query result: 2017-95
+2017-06-13 05:00:26,744 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-95';
+2017-06-13 05:00:26,746 DEBUG db_general 190 67327 140735912027072 Query result: 2
+2017-06-13 05:00:26,750 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-06-13 05:00:26,753 DEBUG db_general 232 67327 140735912027072 Query result: hs0007@att.com
+2017-06-13 05:00:26,757 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '79bb5cc5-7581-4752-8e50-ea1089aced42';
+2017-06-13 05:00:26,760 DEBUG db_general 190 67327 140735912027072 Query result: 2017-95
+2017-06-13 05:00:26,768 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-95';
+2017-06-13 05:00:26,771 DEBUG db_general 190 67327 140735912027072 Query result: 79bb5cc5-7581-4752-8e50-ea1089aced42
+2017-06-13 05:00:26,776 DEBUG db_user 49 67327 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '79bb5cc5-7581-4752-8e50-ea1089aced42' and email = 'STjcwDX@ericson.com' ;
+2017-06-13 05:00:26,779 DEBUG db_user 64 67327 140735912027072 Query result: ec436630-563e-4537-ac93-30d54094314e
+2017-06-13 05:00:26,783 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-06-13 05:00:26,786 DEBUG db_general 190 67327 140735912027072 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-06-13 05:00:26,787 DEBUG db_user 37 67327 140735912027072 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=ec436630-563e-4537-ac93-30d54094314e&email=STjcwDX@ericson.com&full_name=STqXdADST0cJla&phone_number=2019248334&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-06-13 05:00:26,787 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=ec436630-563e-4537-ac93-30d54094314e&email=STjcwDX@ericson.com&full_name=STqXdADST0cJla&phone_number=2019248334&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-06-13 05:00:27,724 DEBUG api_user 205 67327 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 05:00:27,986 DEBUG api_user 230 67327 140735912027072 Invited user signed-up successfully!
+2017-06-13 05:00:27,987 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/79bb5cc5-7581-4752-8e50-ea1089aced42/checklist/new/
+2017-06-13 05:00:28,099 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:00:28,147 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:00:28,155 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STjcwDX@ericson.com';
+2017-06-13 05:00:28,158 DEBUG db_general 190 67327 140735912027072 Query result: 09907d14-61f5-4514-8f2a-0e78d2adc01a
+2017-06-13 05:00:28,164 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STjcwDX@ericson.com';
+2017-06-13 05:00:28,167 DEBUG db_general 138 67327 140735912027072 Query result: 1427
+2017-06-13 05:00:28,172 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1427';
+2017-06-13 05:00:28,174 DEBUG db_general 190 67327 140735912027072 Query result: ad76163a77d0493681395bbe031efb77
+2017-06-13 05:00:28,175 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/09907d14-61f5-4514-8f2a-0e78d2adc01a/ad76163a77d0493681395bbe031efb77
+2017-06-13 05:00:28,175 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/09907d14-61f5-4514-8f2a-0e78d2adc01a/ad76163a77d0493681395bbe031efb77
+2017-06-13 05:00:28,852 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:28,853 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:29,155 DEBUG db_general 220 67326 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '905dcc8c-52f9-4cb2-bf2d-3dc9d6872468' and engagement_stage = 'Intake';
+2017-06-13 05:00:29,160 DEBUG db_general 232 67326 140735912027072 Query result: ['fcde89d3-300f-48ea-8f47-a8a761176827', '52896124-1bcc-4fa7-a23c-9ba6036db847']
+2017-06-13 05:00:30,096 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:30,112 DEBUG test_next_step 89 67326 140735912027072 Next step deleted! (1 of 2)
+2017-06-13 05:00:30,755 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:30,881 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:30,892 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:30,941 DEBUG test_next_step 89 67326 140735912027072 Next step deleted! (2 of 2)
+2017-06-13 05:00:30,942 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-06-13 05:00:30,942 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-06-13 05:00:30,957 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:31,687 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-06-13 05:00:31,688 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-06-13 05:00:31,688 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-06-13 05:00:31,865 DEBUG db_general 92 67328 140735912027072 Query: DELETE FROM public.ice_deployment_target WHERE uuid='6a3ae2bd-6065-45c5-a8af-f72234666e0f'
+2017-06-13 05:00:31,886 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 05:00:31,886 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-06-13 05:00:31,886 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-06-13 05:00:31,904 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:31,977 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-06-13 05:00:31,977 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vendor_contact>,) | {}
+2017-06-13 05:00:32,006 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:32,469 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:32,469 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/56ba97ff-fb0c-4493-8cc5-8715efab2c6c/b1eda6e7e3d340f1b78ea6a50c642fbb
+2017-06-13 05:00:32,501 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:00:32,579 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:32,585 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:00:32,586 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:32,590 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:00:32,593 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:00:32,644 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_aic_version ----------------------
+
+2017-06-13 05:00:32,645 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-06-13 05:00:32,645 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-06-13 05:00:32,733 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vendor_contact ----------------------
+
+2017-06-13 05:00:32,734 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-06-13 05:00:32,734 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+2017-06-13 05:00:33,040 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:00:33,040 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:33,041 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:00:33,360 DEBUG db_virtual_function 25 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 05:00:33,360 DEBUG db_virtual_function 30 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 05:00:33,360 DEBUG db_virtual_function 34 67328 140735912027072 Query: INSERT INTO ice_ecomp_release (uuid, name, weight, ui_visibility) VALUES ('e0a334ea-d9fe-4c07-ba6d-d896e07e8964', 'STLkW5z', '0', 'FALSE');
+2017-06-13 05:00:33,375 DEBUG db_virtual_function 37 67328 140735912027072 Test results are in General now.
+2017-06-13 05:00:33,375 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:33,376 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:00:33,521 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:33,521 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a4a51392-6200-4e78-8a1b-31090a35b344/6342d55f34544192838474575d2f9a50
+2017-06-13 05:00:33,550 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:00:33,619 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:00:33,624 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:00:33,625 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:33,629 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:00:33,631 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:00:33,820 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:00:33,848 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 05:00:33,850 DEBUG api_gitlab 317 67327 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8f6053c0-9cca-4834-8e95-f6fbf76ac0b7/checklist/new/
+2017-06-13 05:00:33,924 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:00:33,963 DEBUG api_gitlab 339 67327 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:00:34,036 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:00:34,036 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:34,036 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:34,156 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:00:34,467 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:00:34,551 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:00:34,560 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:34,813 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:00:34,867 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:35,033 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:00:35,052 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:35,549 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:35,674 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:35,688 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:37,225 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:38,008 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:38,750 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:00:39,197 DEBUG db_general 220 67326 140735912027072 Query : select uuid from ice_next_step Where engagement_id = 'cbda0de0-4dd4-4f85-9a70-4209be00e640' and engagement_stage = 'Intake';
+2017-06-13 05:00:39,200 DEBUG db_general 232 67326 140735912027072 Query result: ['2c0169e4-55ab-421b-84d6-49b2ffb72e6a', 'b5c5131e-c300-44c0-b125-0e2513dcd7e5']
+2017-06-13 05:00:40,099 DEBUG test_next_step 101 67326 140735912027072 Next step deleted! (1 of 2)
+2017-06-13 05:00:40,162 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 05:00:40,507 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:00:40,915 DEBUG test_next_step 101 67326 140735912027072 Next step deleted! (2 of 2)
+2017-06-13 05:00:40,916 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-06-13 05:00:40,916 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-06-13 05:00:40,929 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:41,552 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+
+2017-06-13 05:00:41,553 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-06-13 05:00:41,554 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+2017-06-13 05:00:42,303 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:42,303 DEBUG api_checklist 23 67326 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4e32e94b-a93b-4b58-bcc8-9213e38c70ed/checklist/new/
+2017-06-13 05:00:42,307 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 05:00:42,309 DEBUG db_general 190 67326 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 05:00:42,310 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4e32e94b-a93b-4b58-bcc8-9213e38c70ed/checklist/new/
+2017-06-13 05:00:42,393 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:42,428 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:00:42,789 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:00:42,822 DEBUG api_checklist 39 67326 140735912027072 Checklist was created successfully!
+2017-06-13 05:00:42,826 DEBUG db_general 204 67326 140735912027072 Query : select state from ice_checklist Where name = 'checklistAPIST5XevH' order by update_time desc limit 1;
+2017-06-13 05:00:42,833 DEBUG db_checklist 352 67326 140735912027072 Query : select uuid from ice_checklist where name = 'checklistAPIST5XevH' order by create_time desc limit 1;
+2017-06-13 05:00:42,836 DEBUG api_checklist 115 67326 140735912027072 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/4e32e94b-a93b-4b58-bcc8-9213e38c70ed/checklist/67ab6eda-5e58-4d91-9c4c-a2463c1d4fb7/nextstep/
+2017-06-13 05:00:43,181 DEBUG api_checklist 131 67326 140735912027072 Next step was added successfully!
+2017-06-13 05:00:43,181 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:43,182 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:00:43,350 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:00:44,020 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:00:44,399 DEBUG db_general 67 67327 140735912027072 Query: SELECT version FROM ice_vf WHERE name= 'newVFSTUKRfi';
+2017-06-13 05:00:44,401 DEBUG db_general 80 67327 140735912027072 Query result: newVFVersion6ST9Jbpl
+2017-06-13 05:00:44,406 DEBUG db_general 67 67327 140735912027072 Query: SELECT name FROM ice_vf WHERE version= 'newVFVersion6ST9Jbpl';
+2017-06-13 05:00:44,408 DEBUG db_general 80 67327 140735912027072 Query result: newVFSTUKRfi
+2017-06-13 05:00:44,408 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-06-13 05:00:44,409 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_add_vf>,) | {}
+2017-06-13 05:00:44,420 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:44,678 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:00:44,804 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:00:44,819 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:45,509 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_add_vf ----------------------
+
+2017-06-13 05:00:45,509 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-06-13 05:00:45,509 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+2017-06-13 05:00:46,175 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:46,175 DEBUG test_login_with_new_user 205 67327 140735912027072 STCA4gY@intl.att.com
+2017-06-13 05:00:46,179 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STCA4gY@intl.att.com';
+2017-06-13 05:00:46,182 DEBUG db_general 190 67327 140735912027072 Query result: 0dd05758-5c97-480b-a34f-5d7acdeb1e66
+2017-06-13 05:00:46,188 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STCA4gY@intl.att.com';
+2017-06-13 05:00:46,191 DEBUG db_general 138 67327 140735912027072 Query result: 1430
+2017-06-13 05:00:46,195 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1430';
+2017-06-13 05:00:46,196 DEBUG db_general 190 67327 140735912027072 Query result: 83c02c01d34e49b4bf8e8652d14ecf1a
+2017-06-13 05:00:46,197 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/0dd05758-5c97-480b-a34f-5d7acdeb1e66/83c02c01d34e49b4bf8e8652d14ecf1a
+2017-06-13 05:00:46,197 DEBUG test_login_with_new_user 207 67327 140735912027072 http://127.0.0.1:8181/#/activate/0dd05758-5c97-480b-a34f-5d7acdeb1e66/83c02c01d34e49b4bf8e8652d14ecf1a
+2017-06-13 05:00:46,197 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/0dd05758-5c97-480b-a34f-5d7acdeb1e66/83c02c01d34e49b4bf8e8652d14ecf1a
+2017-06-13 05:00:46,644 DEBUG db_virtual_function 60 67328 140735912027072 Query: DELETE FROM ice_ecomp_release WHERE uuid = 'e0a334ea-d9fe-4c07-ba6d-d896e07e8964';
+2017-06-13 05:00:46,653 DEBUG db_virtual_function 63 67328 140735912027072 Test results are in General now.
+2017-06-13 05:00:46,654 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-06-13 05:00:46,654 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-06-13 05:00:46,665 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:47,036 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:47,036 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:47,431 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:47,443 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+
+2017-06-13 05:00:47,444 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-06-13 05:00:47,445 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-06-13 05:00:47,957 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:48,083 DEBUG db_general 179 67328 140735912027072 Query : select uuid from ice_deployment_target Where version = '2.5';
+2017-06-13 05:00:48,085 DEBUG db_general 190 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:48,089 DEBUG db_general 92 67328 140735912027072 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('8fedb780-b5de-4f2b-b262-c368d30fa8cb', 'AIC', '737', 'FALSE', 0);
+2017-06-13 05:00:48,096 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 05:00:48,168 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:00:48,168 DEBUG api_virtual_function 256 67328 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d678a50a-8c83-4a2b-834e-76f6ffedd8b5/deployment-targets/8fedb780-b5de-4f2b-b262-c368d30fa8cb
+2017-06-13 05:00:48,199 DEBUG api_virtual_function 263 67328 140735912027072 AIC version has changed!
+2017-06-13 05:00:48,200 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:48,200 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:00:48,602 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:48,734 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:48,745 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:49,064 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:00:49,739 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:00:49,848 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:00:49,863 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:50,586 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:50,587 DEBUG test_login_with_new_user 216 67327 140735912027072 STHefYS@intl.att.com
+2017-06-13 05:00:50,592 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STHefYS@intl.att.com';
+2017-06-13 05:00:50,596 DEBUG db_general 190 67327 140735912027072 Query result: b4dd28a1-b3db-403d-9580-5f4a78a182fe
+2017-06-13 05:00:50,600 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STHefYS@intl.att.com';
+2017-06-13 05:00:50,602 DEBUG db_general 138 67327 140735912027072 Query result: 1431
+2017-06-13 05:00:50,607 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1431';
+2017-06-13 05:00:50,608 DEBUG db_general 190 67327 140735912027072 Query result: d0783af3e071482bbf005f3c198877d5
+2017-06-13 05:00:50,609 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/b4dd28a1-b3db-403d-9580-5f4a78a182fe/d0783af3e071482bbf005f3c198877d5
+2017-06-13 05:00:50,609 DEBUG test_login_with_new_user 218 67327 140735912027072 http://127.0.0.1:8181/#/activate/b4dd28a1-b3db-403d-9580-5f4a78a182fe/d0783af3e071482bbf005f3c198877d5
+2017-06-13 05:00:50,649 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:50,649 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:50,819 DEBUG db_general 179 67326 140735912027072 Query : select description from ice_next_step Where uuid = '08ad8e6f-3da5-4ab7-abf6-fb693f65e84d';
+2017-06-13 05:00:50,822 DEBUG db_general 190 67326 140735912027072 Query result: API next step test ST1dOP0
+2017-06-13 05:00:50,822 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-06-13 05:00:50,823 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files>,) | {}
+2017-06-13 05:00:50,834 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:51,450 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files ----------------------
+
+2017-06-13 05:00:51,451 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-06-13 05:00:51,451 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+2017-06-13 05:00:51,539 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:52,215 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:52,216 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9d8f280d-8718-4930-acfe-b7d86be092ea/3d08623bcb3d49d98e1dccb60a5511f1
+2017-06-13 05:00:52,219 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:52,252 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:00:52,336 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:52,348 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:52,351 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:52,356 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:00:52,358 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:52,362 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:00:52,363 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:00:52,968 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:00:52,969 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4014e93-fddd-43ed-aa9d-fa8ba2aade2b/checklist/new/
+2017-06-13 05:00:53,104 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:53,141 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:00:53,236 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:53,236 DEBUG api_checklist 23 67326 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4014e93-fddd-43ed-aa9d-fa8ba2aade2b/checklist/new/
+2017-06-13 05:00:53,240 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 05:00:53,242 DEBUG db_general 190 67326 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 05:00:53,242 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4014e93-fddd-43ed-aa9d-fa8ba2aade2b/checklist/new/
+2017-06-13 05:00:53,346 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:00:53,352 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:00:53,403 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:00:53,643 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-06-13 05:00:53,643 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_2_new_users>,) | {}
+2017-06-13 05:00:53,661 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:53,852 DEBUG api_checklist 39 67326 140735912027072 Checklist was created successfully!
+2017-06-13 05:00:53,858 DEBUG db_general 204 67326 140735912027072 Query : select state from ice_checklist Where name = 'checklistAPIST3cgMW' order by update_time desc limit 1;
+2017-06-13 05:00:53,865 DEBUG db_checklist 352 67326 140735912027072 Query : select uuid from ice_checklist where name = 'checklistAPIST3cgMW' order by create_time desc limit 1;
+2017-06-13 05:00:53,869 DEBUG api_checklist 115 67326 140735912027072 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4014e93-fddd-43ed-aa9d-fa8ba2aade2b/checklist/b9a8b8f5-440d-4418-af3d-627617cb18a9/nextstep/
+2017-06-13 05:00:54,139 DEBUG api_checklist 131 67326 140735912027072 Next step was added successfully!
+2017-06-13 05:00:54,140 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:54,140 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:00:54,294 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_2_new_users ----------------------
+
+2017-06-13 05:00:54,295 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-06-13 05:00:54,295 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+2017-06-13 05:00:54,923 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:00:55,051 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:00:55,052 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:55,052 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:55,591 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:00:55,678 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:00:55,686 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:55,880 DEBUG api_virtual_function 256 67328 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d678a50a-8c83-4a2b-834e-76f6ffedd8b5/deployment-targets/34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:00:55,925 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:56,024 DEBUG api_virtual_function 263 67328 140735912027072 AIC version has changed!
+2017-06-13 05:00:56,029 DEBUG db_general 92 67328 140735912027072 Query: DELETE FROM public.ice_deployment_target WHERE uuid='8fedb780-b5de-4f2b-b262-c368d30fa8cb'
+2017-06-13 05:00:56,044 DEBUG db_general 96 67328 140735912027072 Insert query success!
+2017-06-13 05:00:56,044 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-06-13 05:00:56,045 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-06-13 05:00:56,052 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:00:56,616 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:56,701 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+
+2017-06-13 05:00:56,701 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-06-13 05:00:56,702 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-06-13 05:00:56,885 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:57,360 DEBUG db_general 67 67328 140735912027072 Query: SELECT DISTINCT ice_engagement.uuid, engagement_manual_id, ice_vf.name, ice_user_profile.full_name, ice_user_profile.email, reviewer_table.full_name, reviewer_table.email, ice_deployment_target.version, ice_ecomp_release.name FROM ice_engagement LEFT JOIN ice_vf ON engagement_id = ice_engagement.uuid LEFT JOIN ice_user_profile reviewer_table ON reviewer_table.id = ice_engagement.reviewer_id LEFT JOIN ice_user_profile ON ice_user_profile.id = ice_engagement.peer_reviewer_id LEFT JOIN ice_deployment_target ON ice_deployment_target.uuid = ice_vf.deployment_target_id LEFT JOIN ice_ecomp_release ON ice_ecomp_release.uuid = ice_vf.ecomp_release_id WHERE ice_user_profile.id IS NOT NULL LIMIT 1;
+2017-06-13 05:00:57,373 DEBUG db_general 80 67328 140735912027072 Query result: ['d1ef752c-664d-4fb2-bf31-25b8b5242398', '2017-81', 'newVFST2DEMb', 'Donald Duck', 'dd1122@att.com', 'Homer Simpson', 'hs0007@att.com', '3.5', 'Unknown']
+2017-06-13 05:00:57,377 DEBUG db_general 179 67328 140735912027072 Query : select uuid from ice_ecomp_release Where name = 'Unknown';
+2017-06-13 05:00:57,379 DEBUG db_general 190 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:00:57,384 DEBUG db_virtual_function 25 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 05:00:57,384 DEBUG db_virtual_function 30 67328 140735912027072 DATABASE_TYPE: local
+2017-06-13 05:00:57,384 DEBUG db_virtual_function 34 67328 140735912027072 Query: INSERT INTO ice_ecomp_release (uuid, name, weight, ui_visibility) VALUES ('4e41bb98-4cb4-4ab9-a8f4-74f6d09ea5f7', 'STzLXyH', '0', 'FALSE');
+2017-06-13 05:00:57,386 DEBUG db_virtual_function 37 67328 140735912027072 Test results are in General now.
+2017-06-13 05:00:57,425 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STuYxs5@intl.att.com';
+2017-06-13 05:00:57,428 DEBUG db_general 190 67327 140735912027072 Query result: ed1f849b-fbea-46fa-9bfc-8ea7f8cfa413
+2017-06-13 05:00:57,434 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STuYxs5@intl.att.com';
+2017-06-13 05:00:57,437 DEBUG db_general 138 67327 140735912027072 Query result: 1433
+2017-06-13 05:00:57,441 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1433';
+2017-06-13 05:00:57,444 DEBUG db_general 190 67327 140735912027072 Query result: 394efceac11d460c88952f7591dbbfb4
+2017-06-13 05:00:57,444 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/ed1f849b-fbea-46fa-9bfc-8ea7f8cfa413/394efceac11d460c88952f7591dbbfb4
+2017-06-13 05:00:57,444 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/ed1f849b-fbea-46fa-9bfc-8ea7f8cfa413/394efceac11d460c88952f7591dbbfb4
+2017-06-13 05:00:57,487 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:00:57,488 DEBUG api_virtual_function 276 67328 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1ef752c-664d-4fb2-bf31-25b8b5242398/ecomp-releases/4e41bb98-4cb4-4ab9-a8f4-74f6d09ea5f7
+2017-06-13 05:00:57,526 DEBUG api_virtual_function 283 67328 140735912027072 AIC version has changed!
+2017-06-13 05:00:57,526 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:57,527 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:00:58,131 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:00:58,131 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:00:58,226 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:00:58,429 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:00:59,079 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:00:59,127 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:00:59,181 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:00:59,192 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:00:59,776 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:00:59,900 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:00:59,919 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:01,201 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-06-13 05:01:01,201 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_create_and_activate_user>,) | {}
+2017-06-13 05:01:01,213 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:01,463 DEBUG db_general 179 67326 140735912027072 Query : select description from ice_next_step Where uuid = '0bb36bb8-fe0e-4196-a713-5622af581625';
+2017-06-13 05:01:01,467 DEBUG db_general 190 67326 140735912027072 Query result: API next step test STjp9Ig
+2017-06-13 05:01:01,467 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-06-13 05:01:01,468 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_filter_next_steps_by_associated_files_via_pr>,) | {}
+2017-06-13 05:01:01,479 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:01,995 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_create_and_activate_user ----------------------
+
+2017-06-13 05:01:01,996 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-06-13 05:01:01,996 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+2017-06-13 05:01:02,211 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_filter_next_steps_by_associated_files_via_pr ----------------------
+
+2017-06-13 05:01:02,211 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-06-13 05:01:02,212 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+2017-06-13 05:01:02,979 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:03,123 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:03,124 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4cbd1456-dd0f-478c-8b27-a849d3086c71/2bd8844becfc4a6ca2ded28dd3d5231d
+2017-06-13 05:01:03,159 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:03,196 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:03,197 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/28ea47d8-8214-4b71-b8b7-edca69c24e92/0f1c29802db04610b06e3e2536facdd0
+2017-06-13 05:01:03,229 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:03,263 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:01:03,269 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:03,273 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:03,279 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:03,282 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:03,352 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:03,359 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:03,361 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:03,367 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:03,369 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:03,682 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:03,682 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:03,683 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:03,749 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:03,750 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56a5b6da-ec29-4316-9204-25143a573297/checklist/new/
+2017-06-13 05:01:03,826 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:03,858 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:01:03,925 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:03,926 DEBUG api_checklist 23 67326 140735912027072 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56a5b6da-ec29-4316-9204-25143a573297/checklist/new/
+2017-06-13 05:01:03,929 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-13 05:01:03,931 DEBUG db_general 190 67326 140735912027072 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-13 05:01:03,932 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56a5b6da-ec29-4316-9204-25143a573297/checklist/new/
+2017-06-13 05:01:04,000 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:04,031 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:01:04,246 DEBUG api_checklist 39 67326 140735912027072 Checklist was created successfully!
+2017-06-13 05:01:04,250 DEBUG db_general 204 67326 140735912027072 Query : select state from ice_checklist Where name = 'checklistAPISTOqPvg' order by update_time desc limit 1;
+2017-06-13 05:01:04,258 DEBUG db_checklist 352 67326 140735912027072 Query : select uuid from ice_checklist where name = 'checklistAPISTOqPvg' order by create_time desc limit 1;
+2017-06-13 05:01:04,260 DEBUG api_checklist 115 67326 140735912027072 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/56a5b6da-ec29-4316-9204-25143a573297/checklist/cc0d3740-0e8d-47ba-aa5e-437c9ba7fe12/nextstep/
+2017-06-13 05:01:04,362 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:01:04,363 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-06-13 05:01:04,364 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-06-13 05:01:04,377 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 05:01:04,495 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:04,597 DEBUG api_checklist 131 67326 140735912027072 Next step was added successfully!
+2017-06-13 05:01:04,597 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:04,598 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:01:04,860 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:05,109 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:05,209 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:05,220 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:05,429 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:01:05,905 DEBUG api_virtual_function 276 67328 140735912027072 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d1ef752c-664d-4fb2-bf31-25b8b5242398/ecomp-releases/57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:05,930 DEBUG api_virtual_function 283 67328 140735912027072 AIC version has changed!
+2017-06-13 05:01:05,934 DEBUG db_virtual_function 60 67328 140735912027072 Query: DELETE FROM ice_ecomp_release WHERE uuid = '4e41bb98-4cb4-4ab9-a8f4-74f6d09ea5f7';
+2017-06-13 05:01:05,944 DEBUG db_virtual_function 63 67328 140735912027072 Test results are in General now.
+2017-06-13 05:01:05,944 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-06-13 05:01:05,944 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-06-13 05:01:05,955 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:06,141 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:01:06,275 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:01:06,287 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:06,747 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+
+2017-06-13 05:01:06,748 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-06-13 05:01:06,748 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-06-13 05:01:07,451 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:01:07,469 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:08,170 DEBUG fe_detailed_view 211 67328 140735912027072 Login with user hs0007@att.com
+2017-06-13 05:01:08,171 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:08,171 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:01:08,755 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:08,972 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:01:09,634 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:01:09,798 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:01:09,818 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:10,105 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:10,854 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:10,916 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:12,078 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-06-13 05:01:12,079 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-06-13 05:01:12,080 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation_content ----------------------
+2017-06-13 05:01:12,511 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-06-13 05:01:12,512 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_associated_files>,) | {}
+2017-06-13 05:01:12,524 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:12,549 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:13,004 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:13,005 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 05:01:13,302 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_associated_files ----------------------
+
+2017-06-13 05:01:13,302 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-06-13 05:01:13,303 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+2017-06-13 05:01:13,989 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 05:01:14,256 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:14,256 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:01:14,608 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:14,700 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 05:01:14,889 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 05:01:14,904 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:15,185 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:01:15,484 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'STjHmWw';
+2017-06-13 05:01:15,487 DEBUG db_general 190 67327 140735912027072 Query result: 0f10654a-8cf4-4225-86ab-0f0a6016f94c
+2017-06-13 05:01:15,494 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '0f10654a-8cf4-4225-86ab-0f0a6016f94c';
+2017-06-13 05:01:15,497 DEBUG db_general 190 67327 140735912027072 Query result: 2017-101
+2017-06-13 05:01:15,501 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-101';
+2017-06-13 05:01:15,503 DEBUG db_general 190 67327 140735912027072 Query result: 2
+2017-06-13 05:01:15,507 DEBUG db_general 220 67327 140735912027072 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-06-13 05:01:15,510 DEBUG db_general 232 67327 140735912027072 Query result: hs0007@att.com
+2017-06-13 05:01:15,510 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:01:15,629 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:01:15,904 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:01:15,932 DEBUG db_cms 142 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 05:01:15,933 DEBUG db_cms 116 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 05:01:15,933 DEBUG db_cms 118 67325 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:01:15,938 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:01:15,941 DEBUG db_cms 64 67325 140735912027072 Query result: 10
+2017-06-13 05:01:15,942 DEBUG db_cms 148 67325 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STEj4hf', 'title_Of_Page_STEj4hf-slug', '', 'description_Of_Page_STD8Wmr', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STEj4hf', 'richtextpage', true, 10, 1);
+2017-06-13 05:01:15,949 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STEj4hf', 'title_Of_Page_STEj4hf-slug', '', 'description_Of_Page_STD8Wmr', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STEj4hf', 'richtextpage', true, 10, 1);
+2017-06-13 05:01:15,959 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:01:15,960 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:01:15,960 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:01:15,965 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:01:15,968 DEBUG db_cms 64 67325 140735912027072 Query result: 130
+2017-06-13 05:01:15,968 DEBUG db_cms 152 67325 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:01:15,969 DEBUG db_cms 154 67325 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (130, '<p>description_Of_Page_STD8Wmr</p>');
+2017-06-13 05:01:15,975 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (130, '<p>description_Of_Page_STD8Wmr</p>');
+2017-06-13 05:01:15,988 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:01:16,011 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:01:16,027 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:16,174 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:16,270 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:16,270 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:16,691 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:17,017 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:17,204 DEBUG fe_detailed_view 211 67328 140735912027072 Login with user dd1122@att.com
+2017-06-13 05:01:17,204 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:17,204 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:01:17,326 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:17,999 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:18,046 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:01:18,091 DEBUG fe_cms 74 67325 140735912027072 Search Documentation by content
+2017-06-13 05:01:18,110 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:18,144 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:18,719 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:01:18,852 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:01:18,879 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:19,387 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:20,464 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:22,871 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:23,903 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:01:24,633 DEBUG fe_detailed_view 211 67328 140735912027072 Login with user admin@att.com
+2017-06-13 05:01:24,634 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:24,634 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:01:25,013 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-06-13 05:01:25,013 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_step_with_empty_associated_files>,) | {}
+2017-06-13 05:01:25,034 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:25,400 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:01:25,654 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_next_step_with_empty_associated_files ----------------------
+
+2017-06-13 05:01:25,654 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-13 05:01:25,655 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-13 05:01:26,018 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:01:26,045 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:01:26,213 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:01:26,234 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:26,696 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:26,696 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7d305133-3c5f-4087-9a3e-17fa5bee2622/192ea6313f124dc49003f7e8c94a7733
+2017-06-13 05:01:26,735 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:26,856 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:26,865 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:26,870 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:26,875 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:26,877 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:26,956 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:26,956 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:27,220 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:27,288 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:27,293 DEBUG db_general 220 67326 140735912027072 Query : select uuid from ice_next_step Where engagement_id = 'eb5d54ed-184d-487f-85dc-afc62324afe0' and engagement_stage = 'Intake';
+2017-06-13 05:01:27,296 DEBUG db_general 232 67326 140735912027072 Query result: ['2828f838-858a-41b8-b116-ee9081e67282', 'b9eb67f5-0f9b-49d6-b65d-58705c29151e']
+2017-06-13 05:01:27,299 DEBUG db_general 179 67326 140735912027072 Query : select id from ice_user_profile Where email = 'ST17oSI@intl.att.com';
+2017-06-13 05:01:27,301 DEBUG db_general 190 67326 140735912027072 Query result: 1436
+2017-06-13 05:01:27,305 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_next_step Where owner_id = '1436';
+2017-06-13 05:01:27,307 DEBUG db_general 190 67326 140735912027072 Query result: 1514b59c-2361-4950-ac83-f87e077b907c
+2017-06-13 05:01:27,311 DEBUG db_general 274 67326 140735912027072 UPDATE ice_next_step SET position = '1' Where uuid = '1514b59c-2361-4950-ac83-f87e077b907c';
+2017-06-13 05:01:27,315 DEBUG db_general 277 67326 140735912027072 Query : UPDATE ice_next_step SET position = '1' Where uuid = '1514b59c-2361-4950-ac83-f87e077b907c';
+2017-06-13 05:01:27,315 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:27,316 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:01:27,788 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:28,144 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:01:28,475 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:28,601 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:28,613 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:28,791 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:01:28,978 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:01:28,993 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:30,124 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:30,830 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:31,177 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:01:31,246 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-06-13 05:01:31,246 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-06-13 05:01:31,259 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:31,854 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+
+2017-06-13 05:01:31,854 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_aic_version>,) | {}
+2017-06-13 05:01:31,855 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_update_aic_version ----------------------
+2017-06-13 05:01:32,681 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:32,681 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:01:32,759 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-06-13 05:01:32,759 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_current_status>,) | {}
+2017-06-13 05:01:32,776 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:33,564 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_current_status ----------------------
+
+2017-06-13 05:01:33,565 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-06-13 05:01:33,565 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+2017-06-13 05:01:33,680 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:01:34,306 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:34,306 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4bab2b37-098c-448b-bb72-0cdc616a665e/3b62d6e57be9446cbb0a75bb21cef27d
+2017-06-13 05:01:34,339 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:34,349 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:01:34,428 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:01:34,432 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:34,433 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:34,438 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:34,439 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:34,486 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:01:34,499 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:34,851 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:34,954 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:34,954 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cfb53563-6a88-4abd-a5c0-ba12f4a5e623/237524ee0f564a17a62ec64bd37e8c05
+2017-06-13 05:01:34,986 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:35,056 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:01:35,060 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:35,062 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:35,066 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:35,069 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:35,300 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:35,305 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STYdC9V@intl.att.com';
+2017-06-13 05:01:35,308 DEBUG db_general 190 67327 140735912027072 Query result: 4bab2b37-098c-448b-bb72-0cdc616a665e
+2017-06-13 05:01:35,312 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STYdC9V@intl.att.com';
+2017-06-13 05:01:35,315 DEBUG db_general 138 67327 140735912027072 Query result: 1437
+2017-06-13 05:01:35,320 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1437';
+2017-06-13 05:01:35,322 DEBUG db_general 190 67327 140735912027072 Query result: 3b62d6e57be9446cbb0a75bb21cef27d
+2017-06-13 05:01:35,322 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/4bab2b37-098c-448b-bb72-0cdc616a665e/3b62d6e57be9446cbb0a75bb21cef27d
+2017-06-13 05:01:35,323 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/4bab2b37-098c-448b-bb72-0cdc616a665e/3b62d6e57be9446cbb0a75bb21cef27d
+2017-06-13 05:01:36,003 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:36,004 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:36,803 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:37,456 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:37,472 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:37,584 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:37,593 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:39,272 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:41,110 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:41,208 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-104';
+2017-06-13 05:01:41,211 DEBUG db_general 190 67327 140735912027072 Query result: 53b237df-85aa-48ad-ab97-7805591e9166
+2017-06-13 05:01:41,216 DEBUG db_user 49 67327 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '53b237df-85aa-48ad-ab97-7805591e9166' and email = 'STSC7UD@intl.att.com' ;
+2017-06-13 05:01:41,219 DEBUG db_user 64 67327 140735912027072 Query result: 64f910df-6124-4fb8-805d-8cea6035a7ed
+2017-06-13 05:01:41,219 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?invitation=64f910df-6124-4fb8-805d-8cea6035a7ed
+2017-06-13 05:01:41,708 DEBUG db_general 179 67326 140735912027072 Query : select description from ice_next_step Where uuid = '1514b59c-2361-4950-ac83-f87e077b907c';
+2017-06-13 05:01:41,711 DEBUG db_general 190 67326 140735912027072 Query result: Please add your SSH key to be able to contribute.
+2017-06-13 05:01:41,738 DEBUG db_general 179 67326 140735912027072 Query : select description from ice_next_step Where uuid = '2828f838-858a-41b8-b116-ee9081e67282';
+2017-06-13 05:01:41,741 DEBUG db_general 190 67326 140735912027072 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-06-13 05:01:41,761 ERROR exception_decor 23 67326 140735912027072 There was an exception in test_next_steps_ordering
+2017-06-13 05:01:41,764 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-13 05:01:41,764 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-13 05:01:41,780 DEBUG db_general 53 67326 140735912027072 Test result in DB - FAIL
+2017-06-13 05:01:41,970 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:41,970 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:42,465 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-06-13 05:01:42,898 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:43,825 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:44,099 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:44,317 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:44,336 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login?invitation=64f910df-6124-4fb8-805d-8cea6035a7ed page is loaded.
+2017-06-13 05:01:44,917 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:01:45,479 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_aic_version>,) | {}
+2017-06-13 05:01:45,479 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_aic_version>,) | {}
+2017-06-13 05:01:45,494 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:45,698 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:45,699 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e3a0bf0f-90f1-4ef2-821e-582430ed45e9/7c40c9c591c34259971c8def3ef91d40
+2017-06-13 05:01:45,736 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:45,840 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:45,845 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:45,846 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:45,850 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:45,852 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:46,216 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_update_aic_version ----------------------
+
+2017-06-13 05:01:46,217 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_vf_version>,) | {}
+2017-06-13 05:01:46,217 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestDetailedView Function test_update_vf_version ----------------------
+2017-06-13 05:01:46,322 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:46,323 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-06-13 05:01:46,323 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+2017-06-13 05:01:47,008 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:47,009 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:01:47,360 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:01:47,596 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:47,597 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:01:47,876 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:01:48,504 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-06-13 05:01:48,504 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_existing_user>,) | {}
+2017-06-13 05:01:48,521 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:48,534 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:01:48,603 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:01:48,741 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:01:48,759 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:49,301 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_existing_user ----------------------
+
+2017-06-13 05:01:49,301 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-06-13 05:01:49,302 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+2017-06-13 05:01:49,333 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:01:49,474 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:01:49,493 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:50,366 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:50,370 DEBUG db_general 130 67327 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'STTRKu2@intl.att.com';
+2017-06-13 05:01:50,373 DEBUG db_general 138 67327 140735912027072 Query result: 3a28a59a-a5c2-45f9-8889-85a4fe84e38f
+2017-06-13 05:01:50,378 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STTRKu2@intl.att.com';
+2017-06-13 05:01:50,380 DEBUG db_general 190 67327 140735912027072 Query result: 3a28a59a-a5c2-45f9-8889-85a4fe84e38f
+2017-06-13 05:01:50,384 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STTRKu2@intl.att.com';
+2017-06-13 05:01:50,386 DEBUG db_general 138 67327 140735912027072 Query result: 1440
+2017-06-13 05:01:50,390 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1440';
+2017-06-13 05:01:50,392 DEBUG db_general 190 67327 140735912027072 Query result: 7dd870b116d14deba2a9b037c98c3f26
+2017-06-13 05:01:50,393 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/3a28a59a-a5c2-45f9-8889-85a4fe84e38f/7dd870b116d14deba2a9b037c98c3f26
+2017-06-13 05:01:50,393 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/3a28a59a-a5c2-45f9-8889-85a4fe84e38f/7dd870b116d14deba2a9b037c98c3f26
+2017-06-13 05:01:50,513 DEBUG test_notification_for_new_user 27 67326 140735912027072 Go to notifications page
+2017-06-13 05:01:50,799 DEBUG test_notification_for_new_user 29 67326 140735912027072 Remove one notification
+2017-06-13 05:01:50,806 DEBUG db_general 130 67326 140735912027072 Query : select id from ice_user_profile WHERE Email = 'STQ67nf@intl.att.com';
+2017-06-13 05:01:50,809 DEBUG db_general 138 67326 140735912027072 Query result: 1439
+2017-06-13 05:01:50,813 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_notification Where user_id = '1439';
+2017-06-13 05:01:50,815 DEBUG db_general 190 67326 140735912027072 Query result: [('425fced3-85bb-490f-892a-72844a58e81b',), ('cf721881-3a35-411d-bcbc-9e09c15284a6',), ('7fa98400-b173-46ee-aa76-919bfc8e6e8b',)]
+2017-06-13 05:01:50,826 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/account/account/notifications page is loaded.
+2017-06-13 05:01:51,001 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:51,001 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:51,931 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-06-13 05:01:51,931 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_notification_page_sanity>,) | {}
+2017-06-13 05:01:51,942 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:52,043 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:52,326 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:52,608 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_notification_page_sanity ----------------------
+
+2017-06-13 05:01:52,608 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_num_of_notifications_for_user>,) | {}
+2017-06-13 05:01:52,608 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_num_of_notifications_for_user ----------------------
+2017-06-13 05:01:52,716 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:52,872 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:52,904 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:53,581 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:53,581 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:01:54,113 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:54,438 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:01:54,493 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:54,494 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:01:55,123 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:01:55,225 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:01:55,241 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:55,319 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:01:56,009 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:01:56,109 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:01:56,117 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:01:56,422 DEBUG db_general 130 67326 140735912027072 Query : select id from ice_user_profile WHERE Email = 'dd1122@att.com';
+2017-06-13 05:01:56,425 DEBUG db_general 138 67326 140735912027072 Query result: 1
+2017-06-13 05:01:56,429 DEBUG db_general 220 67326 140735912027072 Query : select COUNT(*) from ice_notification Where user_id = '1' and is_read = 'False';
+2017-06-13 05:01:56,431 DEBUG db_general 232 67326 140735912027072 Query result: 250
+2017-06-13 05:01:56,442 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_num_of_notifications_for_user>,) | {}
+2017-06-13 05:01:56,443 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_num_of_notifications_for_user>,) | {}
+2017-06-13 05:01:56,455 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:01:57,023 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_num_of_notifications_for_user ----------------------
+
+2017-06-13 05:01:57,024 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-06-13 05:01:57,024 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+2017-06-13 05:01:57,085 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:01:57,170 DEBUG test_login_with_new_user 100 67327 140735912027072 click_on on + Dashboard
+2017-06-13 05:01:57,435 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 05:01:57,826 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:01:57,826 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/95e10f6c-e688-45fc-a5c6-73d729070e00/6fbf993aab124c8d92f36b18d22c25e5
+2017-06-13 05:01:57,858 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:01:57,929 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:57,933 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:01:57,935 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:01:57,940 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:01:57,941 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:01:58,210 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:01:58,210 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/99c07ec6-bc6a-47f7-8a70-2de9f25c6ed0/checklist/new/
+2017-06-13 05:01:58,280 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:58,319 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:01:58,389 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:01:58,390 DEBUG fe_general 41 67326 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:01:59,207 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:01:59,212 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:01:59,884 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-06-13 05:02:00,068 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:00,069 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:00,724 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:00,863 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:00,881 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:01,004 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:02:01,422 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_vf_version>,) | {}
+2017-06-13 05:02:01,422 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_vf_version>,) | {}
+2017-06-13 05:02:01,434 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:02,056 DEBUG fe_wizard 58 67327 140735912027072 Tab Add Vendor Contact
+2017-06-13 05:02:02,075 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestDetailedView Function test_update_vf_version ----------------------
+
+2017-06-13 05:02:02,549 DEBUG db_general 130 67326 140735912027072 Query : select id from ice_user_profile WHERE Email = 'STT5mdV@intl.att.com';
+2017-06-13 05:02:02,553 DEBUG db_general 138 67326 140735912027072 Query result: 1441
+2017-06-13 05:02:02,560 DEBUG db_general 179 67326 140735912027072 Query : select uuid from ice_notification Where user_id = '1441';
+2017-06-13 05:02:02,570 DEBUG db_general 190 67326 140735912027072 Query result: [('1a62e09f-d7b8-414b-bab5-a8eaf2bd4e88',), ('0b2eecc8-7ea0-4088-ba21-97c80663f3b3',), ('e9c5d754-6c70-495a-b30f-1fd981756c71',)]
+2017-06-13 05:02:02,764 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-06-13 05:02:02,764 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_validate_notifications>,) | {}
+2017-06-13 05:02:02,776 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:03,964 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_validate_notifications ----------------------
+
+2017-06-13 05:02:03,966 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_zero_notifications_for_user>,) | {}
+2017-06-13 05:02:03,966 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestNotificationForNewUser Function test_zero_notifications_for_user ----------------------
+2017-06-13 05:02:04,805 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:04,805 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:02:05,138 DEBUG fe_wizard 98 67327 140735912027072 Tab Invite Team Members
+2017-06-13 05:02:05,228 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-06-13 05:02:05,229 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestPortalHomepage Function test_homepage ----------------------
+2017-06-13 05:02:05,730 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:06,418 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181
+2017-06-13 05:02:06,422 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:06,449 DEBUG fe_wizard 116 67327 140735912027072 About to add an SSH Key in modal window
+2017-06-13 05:02:06,482 DEBUG helper 42 67327 140735912027072 About to generate SSH Public Key
+2017-06-13 05:02:06,530 DEBUG helper 57 67327 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDI1yV2mq+bUJoUSZ6+PMCYokScx+r/76aT0qE4mUz2OAV4prP9PYtlSpxH11BZE2nlIrDw+veNaN3swN6pbeP0XWTByGIvncjq+kCiTwI5aVI6PjEEnK47FUoPWzSStRSK6u6oW8tK4mHx+DMfBXjIrWx5PZMKLk5SKr3776Ythz6WeiC6xL7JZhskA1/rSagn8Xa8Q1pEo4E6HBxz9aOmg9lzGTg5wTNuDXQa6+0PTvqABvFVeoVY8Ae1UWgIXAGlvV0BCx4M1+faSGHOFReUMkH6wniNWwsp+WREOmMUYZoS9hkbARpvMoAz2OJgoHwuWUvBu6qJ96prR+KTu3UR
+2017-06-13 05:02:06,667 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:06,690 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:08,824 DEBUG db_general 130 67326 140735912027072 Query : select id from ice_user_profile WHERE Email = 'hs0007@att.com';
+2017-06-13 05:02:08,827 DEBUG db_general 138 67326 140735912027072 Query result: 2
+2017-06-13 05:02:08,831 DEBUG db_general 220 67326 140735912027072 Query : select COUNT(*) from ice_notification Where user_id = '2' and is_read = 'False';
+2017-06-13 05:02:08,834 DEBUG db_general 232 67326 140735912027072 Query result: 244
+2017-06-13 05:02:08,838 DEBUG db_general 220 67326 140735912027072 Query : select COUNT(*) from ice_notification Where user_id = '2' and is_read = 'False';
+2017-06-13 05:02:08,840 DEBUG db_general 232 67326 140735912027072 Query result: 244
+2017-06-13 05:02:09,220 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-06-13 05:02:09,220 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_portal_homepage.TestPortalHomepage testMethod=test_homepage>,) | {}
+2017-06-13 05:02:09,238 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:09,846 DEBUG db_general 220 67326 140735912027072 Query : select COUNT(*) from ice_notification Where user_id = '2' and is_read = 'False';
+2017-06-13 05:02:09,850 DEBUG db_general 232 67326 140735912027072 Query result: 106
+2017-06-13 05:02:10,002 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestPortalHomepage Function test_homepage ----------------------
+
+2017-06-13 05:02:10,311 DEBUG fe_wizard 136 67327 140735912027072 SSH Key added via modal window.
+2017-06-13 05:02:10,322 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'newVFSTx4Wo6';
+2017-06-13 05:02:10,329 DEBUG db_general 190 67327 140735912027072 Query result: 17238541-ca2f-4743-a1b3-b333c938ca52
+2017-06-13 05:02:10,329 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=17238541-ca2f-4743-a1b3-b333c938ca52&inviter_uuid=3a28a59a-a5c2-45f9-8889-85a4fe84e38f&email=automationqattSTzlU09@gmail.com
+2017-06-13 05:02:10,856 DEBUG db_general 220 67326 140735912027072 Query : select COUNT(*) from ice_notification Where user_id = '2' and is_read = 'False';
+2017-06-13 05:02:10,859 DEBUG db_general 232 67326 140735912027072 Query result: 1
+2017-06-13 05:02:11,597 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vendor Where name = 'Ericsson';
+2017-06-13 05:02:11,600 DEBUG db_general 190 67327 140735912027072 Query result: 226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-06-13 05:02:11,600 DEBUG db_user 37 67327 140735912027072 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=17238541-ca2f-4743-a1b3-b333c938ca52&email=ST902KW@ericson.com&full_name=STQt2xkSTWtDQw&phone_number=2012695293&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-06-13 05:02:11,600 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=17238541-ca2f-4743-a1b3-b333c938ca52&email=ST902KW@ericson.com&full_name=STQt2xkSTWtDQw&phone_number=2012695293&company=226d9974-b4d7-4652-9b7e-40ac8f472254
+2017-06-13 05:02:11,869 DEBUG db_general 220 67326 140735912027072 Query : select COUNT(*) from ice_notification Where user_id = '2' and is_read = 'False';
+2017-06-13 05:02:11,873 DEBUG db_general 232 67326 140735912027072 Query result: 0
+2017-06-13 05:02:12,867 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-06-13 05:02:12,868 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user>,) | {}
+2017-06-13 05:02:12,879 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:12,885 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_zero_notifications_for_user>,) | {}
+2017-06-13 05:02:12,886 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_notification_for_new_user.TestNotificationForNewUser testMethod=test_zero_notifications_for_user>,) | {}
+2017-06-13 05:02:12,896 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:13,171 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-06-13 05:02:13,172 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestProgressBar Function test_progress_bar_ui ----------------------
+2017-06-13 05:02:13,674 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestNotificationForNewUser Function test_zero_notifications_for_user ----------------------
+
+2017-06-13 05:02:13,835 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user ----------------------
+
+2017-06-13 05:02:13,836 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-06-13 05:02:13,836 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+2017-06-13 05:02:15,124 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:15,131 DEBUG db_general 130 67327 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'STcUXGr@amdocs.com';
+2017-06-13 05:02:15,134 DEBUG db_general 138 67327 140735912027072 Query result: 22790977-e464-479e-9f40-a827be332c9e
+2017-06-13 05:02:15,140 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STcUXGr@amdocs.com';
+2017-06-13 05:02:15,144 DEBUG db_general 190 67327 140735912027072 Query result: 22790977-e464-479e-9f40-a827be332c9e
+2017-06-13 05:02:15,149 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STcUXGr@amdocs.com';
+2017-06-13 05:02:15,153 DEBUG db_general 138 67327 140735912027072 Query result: 1442
+2017-06-13 05:02:15,161 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1442';
+2017-06-13 05:02:15,164 DEBUG db_general 190 67327 140735912027072 Query result: 700ed485da7947be95846ecf5bd554fe
+2017-06-13 05:02:15,164 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/22790977-e464-479e-9f40-a827be332c9e/700ed485da7947be95846ecf5bd554fe
+2017-06-13 05:02:15,165 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/22790977-e464-479e-9f40-a827be332c9e/700ed485da7947be95846ecf5bd554fe
+2017-06-13 05:02:15,263 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:15,264 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/96977637-cb8f-428a-9d23-3f972ad87ae1/ee462f76444a4e2d8af72c99923edf36
+2017-06-13 05:02:15,319 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:15,436 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:02:15,443 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:02:15,445 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:02:15,450 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:02:15,452 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:02:15,887 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:02:15,888 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:15,888 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:02:16,203 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:16,204 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:02:16,845 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:02:16,932 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:16,933 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e65c2cf-ffa1-41f6-98eb-526d146effda/ad48e1de6e05483abf81ce7b54a1cf99
+2017-06-13 05:02:16,969 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:17,049 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:02:17,055 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:02:17,056 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:02:17,064 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:02:17,066 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:02:17,297 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:02:17,297 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-06-13 05:02:17,297 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+2017-06-13 05:02:17,302 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:02:17,488 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:02:17,606 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:02:17,620 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:17,952 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:02:18,108 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:02:18,124 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:18,542 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:18,640 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:18,887 DEBUG api_virtual_function 120 67326 140735912027072 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-06-13 05:02:18,942 DEBUG api_virtual_function 134 67326 140735912027072 Invite sent successfully to email STjn8cK@intl.att.com
+2017-06-13 05:02:18,946 DEBUG db_general 220 67326 140735912027072 Query : select invitation_token from ice_invitation Where email = 'STjn8cK@intl.att.com' and engagement_uuid = 'ab5c6f65-ff30-4921-861d-86bb1d49d356';
+2017-06-13 05:02:18,949 DEBUG db_general 232 67326 140735912027072 Query result: e80d2136-3684-49c1-a4e5-bffea2a6c095
+2017-06-13 05:02:18,950 DEBUG api_virtual_function 142 67326 140735912027072 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=e80d2136-3684-49c1-a4e5-bffea2a6c095&email=STjn8cK@intl.att.com&full_name=STgDWrB&phone_number=+12015894636&company=5097eef9-23ae-4b66-9eed-57f578fa08c0&is_contact_user=true
+2017-06-13 05:02:18,950 DEBUG api_user 205 67326 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 05:02:18,951 DEBUG api_user 210 67326 140735912027072 Invited contact full name is (according to url): STgDWrB
+2017-06-13 05:02:19,144 DEBUG api_user 230 67326 140735912027072 Invited user signed-up successfully!
+2017-06-13 05:02:19,145 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab5c6f65-ff30-4921-861d-86bb1d49d356/checklist/new/
+2017-06-13 05:02:19,213 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:02:19,245 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:02:19,246 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/96e4e856-9a9a-426f-bf29-34b4e4e71077/0890dd83c2ec4f9d8b307509c7b8c042
+2017-06-13 05:02:19,278 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:19,278 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:19,278 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:02:19,566 DEBUG test_progress_bar 19 67328 140735912027072 Validate and check progress with engagement lead
+2017-06-13 05:02:20,055 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:20,056 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:02:20,150 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:20,854 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:20,873 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:20,921 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:02:21,026 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:21,040 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:21,661 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:02:21,771 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:02:21,785 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:23,106 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 05:02:23,117 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:02:23,270 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:25,057 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:02:25,064 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-06-13 05:02:25,064 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-06-13 05:02:25,077 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 05:02:25,406 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-06-13 05:02:25,407 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_contact_user_from_eng>,) | {}
+2017-06-13 05:02:25,422 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:25,619 DEBUG test_progress_bar 25 67328 140735912027072 Validate progress with standard user
+2017-06-13 05:02:25,619 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:02:25,855 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:26,306 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_contact_user_from_eng ----------------------
+
+2017-06-13 05:02:26,307 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-06-13 05:02:26,307 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+2017-06-13 05:02:26,623 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:26,623 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:02:26,942 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:27,304 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:27,305 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:02:27,607 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:02:27,963 DEBUG fe_wizard 78 67327 140735912027072 Tab Add AT&T Sponsor
+2017-06-13 05:02:28,092 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:28,235 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:02:28,346 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:02:28,362 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:28,753 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:28,862 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:28,879 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:29,724 DEBUG fe_wizard 87 67327 140735912027072 2012379646
+2017-06-13 05:02:30,559 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:30,784 DEBUG fe_wizard 98 67327 140735912027072 Tab Invite Team Members
+2017-06-13 05:02:31,304 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:32,368 DEBUG fe_wizard 116 67327 140735912027072 About to add an SSH Key in modal window
+2017-06-13 05:02:32,381 DEBUG helper 42 67327 140735912027072 About to generate SSH Public Key
+2017-06-13 05:02:32,426 DEBUG helper 57 67327 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYLqCeMCsaBee4s0O0Dmj7s77XZZsIXPsl/Z+8vdKB2lY9bPA2N8su669qzk4bd2WdymOd6D5TU78JStlv2QBAMH8Fnp5WnwOoEtJIdqzRusxkfq7kVyRNuak2ugYtJFpx9Hgvi0j10dJ4+XjgLdslr/YbRbz5qvYngQdPAa31wlPxkx80twQx6XIlLLfa8GEOEtwRM0ZghT63bZFYzIEaTqHx6LnuTUV7VJ0zMBjigATXDmzVGQRQYcl0I/VWPtU61WwbkBJtP8IgcMyilyoY8cAsBOOUcBQuxrltl9gNE3eH/PYahG+VjiK8g0fMAYL47AgXS5Y5XD9wFs7A57y7
+2017-06-13 05:02:33,029 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-06-13 05:02:33,029 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_progress_bar_ui>,) | {}
+2017-06-13 05:02:33,043 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:33,572 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-06-13 05:02:33,572 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_creator_from_eng>,) | {}
+2017-06-13 05:02:33,591 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:34,062 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestProgressBar Function test_progress_bar_ui ----------------------
+
+2017-06-13 05:02:34,063 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-06-13 05:02:34,063 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+2017-06-13 05:02:34,488 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_creator_from_eng ----------------------
+
+2017-06-13 05:02:34,489 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-06-13 05:02:34,489 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+2017-06-13 05:02:35,033 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:35,033 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bbc322c2-66f9-442d-8cc7-c9e31178a0fb/7bd996c99375411c9879925aa553d178
+2017-06-13 05:02:35,064 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:35,200 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:02:35,206 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:02:35,208 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:02:35,217 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:02:35,220 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:02:35,625 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:35,626 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:02:35,929 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:02:35,930 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:35,930 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:02:36,007 DEBUG fe_wizard 136 67327 140735912027072 SSH Key added via modal window.
+2017-06-13 05:02:36,014 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vf Where name = 'newVFSTfAdTk';
+2017-06-13 05:02:36,019 DEBUG db_general 190 67327 140735912027072 Query result: 7f5b6371-27c0-4096-8827-29bbc05d5f29
+2017-06-13 05:02:36,031 DEBUG db_user 49 67327 140735912027072 Query : select invitation_token from ice_invitation Where engagement_uuid = '7f5b6371-27c0-4096-8827-29bbc05d5f29' and email = 'automationqattSTOzSI4@gmail.com' ;
+2017-06-13 05:02:36,042 DEBUG db_user 64 67327 140735912027072 Query result: None
+2017-06-13 05:02:36,043 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=None&email=automationqattSTOzSI4@gmail.com
+2017-06-13 05:02:36,167 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation_content ----------------------
+
+2017-06-13 05:02:36,169 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-06-13 05:02:36,170 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation_title ----------------------
+2017-06-13 05:02:36,657 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:36,921 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:02:37,149 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:37,150 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 05:02:37,476 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_vendor Where name = 'AT&T';
+2017-06-13 05:02:37,480 DEBUG db_general 190 67327 140735912027072 Query result: 5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 05:02:37,480 DEBUG db_user 37 67327 140735912027072 SignUpURLforContact :http://127.0.0.1:8181#/signUp?invitation=None&email=STslI06@att.com&full_name=STskg2ISTYIhgB&phone_number=2012379646&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 05:02:37,480 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181#/signUp?invitation=None&email=STslI06@att.com&full_name=STskg2ISTYIhgB&phone_number=2012379646&company=5097eef9-23ae-4b66-9eed-57f578fa08c0
+2017-06-13 05:02:37,481 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:37,622 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:02:37,647 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:37,666 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:37,791 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:02:37,810 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:38,091 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 05:02:38,196 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:38,327 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:38,792 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 05:02:38,944 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 05:02:38,962 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:39,376 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-06-13 05:02:39,376 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_invite_new_user_att_sposnsor>,) | {}
+2017-06-13 05:02:39,387 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:39,987 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_invite_new_user_att_sposnsor ----------------------
+
+2017-06-13 05:02:39,987 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-06-13 05:02:39,988 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+2017-06-13 05:02:39,990 DEBUG db_cms 142 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 05:02:39,990 DEBUG db_cms 116 67325 140735912027072 Retrive id of documentation page:
+2017-06-13 05:02:39,991 DEBUG db_cms 118 67325 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:02:39,996 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:02:39,999 DEBUG db_cms 64 67325 140735912027072 Query result: 10
+2017-06-13 05:02:40,000 DEBUG db_cms 148 67325 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STfcxEi', 'title_Of_Page_STfcxEi-slug', '', 'description_Of_Page_STShBjw', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STfcxEi', 'richtextpage', true, 10, 1);
+2017-06-13 05:02:40,006 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STfcxEi', 'title_Of_Page_STfcxEi-slug', '', 'description_Of_Page_STShBjw', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STfcxEi', 'richtextpage', true, 10, 1);
+2017-06-13 05:02:40,016 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:02:40,016 DEBUG db_cms 124 67325 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:02:40,017 DEBUG db_cms 126 67325 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:02:40,023 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:02:40,026 DEBUG db_cms 64 67325 140735912027072 Query result: 131
+2017-06-13 05:02:40,026 DEBUG db_cms 152 67325 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:02:40,026 DEBUG db_cms 154 67325 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (131, '<p>description_Of_Page_STShBjw</p>');
+2017-06-13 05:02:40,040 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (131, '<p>description_Of_Page_STShBjw</p>');
+2017-06-13 05:02:40,051 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:02:40,052 DEBUG test_cms_news_and_announcementsion 56 67325 140735912027072 About to login with EL and add VFC
+2017-06-13 05:02:40,052 DEBUG test_cms_news_and_announcementsion 60 67325 140735912027072 Login with user bb@att.com
+2017-06-13 05:02:40,053 DEBUG fe_general 41 67325 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:02:40,463 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:40,870 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:40,879 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:40,880 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 05:02:40,960 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:40,961 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/9787d40c-7db5-452f-8da8-69b14032ac7e/100936f102d74922b3405ba003bd3ab9
+2017-06-13 05:02:40,996 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:40,996 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:40,996 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:02:41,600 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 05:02:41,824 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:02:42,289 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 05:02:42,475 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:02:42,534 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 05:02:42,558 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:42,582 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-06-13 05:02:42,582 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_peer_reviewer_from_eng>,) | {}
+2017-06-13 05:02:42,601 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:42,642 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:02:42,656 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:43,094 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:43,729 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_peer_reviewer_from_eng ----------------------
+
+2017-06-13 05:02:43,730 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-06-13 05:02:43,730 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+2017-06-13 05:02:43,856 DEBUG test_login_with_new_user 34 67327 140735912027072 Message Error(APIUser or Password does not match) Displayed
+2017-06-13 05:02:43,857 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-06-13 05:02:43,857 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative>,) | {}
+2017-06-13 05:02:43,880 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:44,033 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:02:44,407 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:44,996 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative ----------------------
+
+2017-06-13 05:02:44,997 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_email_valid>,) | {}
+2017-06-13 05:02:44,997 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_email_valid ----------------------
+2017-06-13 05:02:45,196 DEBUG fe_dashboard 152 67328 140735912027072 Search engagement by engagement_manual_id
+2017-06-13 05:02:45,338 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:45,338 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:02:46,014 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:46,014 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fd24f280-5bb6-4817-9486-5c9a2da43540/55425d802fe640c0a269077cc4b1505e
+2017-06-13 05:02:46,046 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:46,046 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:46,047 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:02:46,115 DEBUG fe_cms 63 67325 140735912027072 Search Documentation by title
+2017-06-13 05:02:46,271 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:46,883 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:02:46,931 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:47,049 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:47,065 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:47,561 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:02:47,719 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:02:47,916 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-06-13 05:02:47,916 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_dashboard_progress_bar>,) | {}
+2017-06-13 05:02:47,924 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:48,252 DEBUG test_login_with_new_user 43 67327 140735912027072 Message Error(APIUser or Password does not match) Displayed
+2017-06-13 05:02:48,252 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_email_valid>,) | {}
+2017-06-13 05:02:48,252 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_email_valid>,) | {}
+2017-06-13 05:02:48,265 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:48,518 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_dashboard_progress_bar ----------------------
+
+2017-06-13 05:02:48,519 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-06-13 05:02:48,519 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+2017-06-13 05:02:49,020 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_email_valid ----------------------
+
+2017-06-13 05:02:49,021 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-06-13 05:02:49,021 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+2017-06-13 05:02:49,451 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:49,452 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5fb17f0a-8959-4541-b14a-b48021042e52/2d5a1a95b7034500a88aa34f6ed73055
+2017-06-13 05:02:49,484 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:02:49,575 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:02:49,579 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:02:49,581 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:02:49,585 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:02:49,587 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:02:49,831 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:49,986 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:02:49,987 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:49,988 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:02:50,490 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:50,491 DEBUG test_login_with_new_user 49 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:50,808 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:02:51,448 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:02:51,565 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:02:51,582 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:52,108 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-06-13 05:02:52,109 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_negative_remove_reviewer_from_eng>,) | {}
+2017-06-13 05:02:52,125 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:52,738 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-06-13 05:02:52,738 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_negative_required_password>,) | {}
+2017-06-13 05:02:52,755 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:53,264 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_negative_remove_reviewer_from_eng ----------------------
+
+2017-06-13 05:02:53,264 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-06-13 05:02:53,264 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+2017-06-13 05:02:53,495 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_negative_required_password ----------------------
+
+2017-06-13 05:02:53,498 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-06-13 05:02:53,499 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+2017-06-13 05:02:54,222 DEBUG api_virtual_function 88 67326 140735912027072 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-06-13 05:02:54,307 DEBUG api_virtual_function 101 67326 140735912027072 Invite sent successfully to email STyC3tI@intl.att.com
+2017-06-13 05:02:54,311 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:02:54,312 DEBUG db_general 220 67326 140735912027072 Query : select invitation_token from ice_invitation Where email = 'STyC3tI@intl.att.com' and engagement_uuid = 'ab5c6f65-ff30-4921-861d-86bb1d49d356';
+2017-06-13 05:02:54,315 DEBUG db_general 232 67326 140735912027072 Query result: fc342af4-e954-496b-beed-5f6cf729ebbd
+2017-06-13 05:02:54,316 DEBUG api_virtual_function 106 67326 140735912027072 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=fc342af4-e954-496b-beed-5f6cf729ebbd&email=STyC3tI@intl.att.com
+2017-06-13 05:02:54,316 DEBUG api_user 205 67326 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 05:02:54,608 DEBUG api_user 230 67326 140735912027072 Invited user signed-up successfully!
+2017-06-13 05:02:54,609 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab5c6f65-ff30-4921-861d-86bb1d49d356/checklist/new/
+2017-06-13 05:02:54,708 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:02:54,760 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:02:54,760 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:54,761 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:02:55,019 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-06-13 05:02:55,019 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_dont_have_accaunt_button>,) | {}
+2017-06-13 05:02:55,032 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:55,654 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:02:55,815 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_dont_have_accaunt_button ----------------------
+
+2017-06-13 05:02:55,816 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-06-13 05:02:55,816 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+2017-06-13 05:02:56,416 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:02:56,596 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:02:56,629 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:02:56,879 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:02:57,179 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-06-13 05:02:57,179 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_page_home_button>,) | {}
+2017-06-13 05:02:57,201 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:57,964 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-06-13 05:02:57,964 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_progress_bar.TestProgressBar testMethod=test_vnf_version_with_value_appears_in_overview_progress_bar>,) | {}
+2017-06-13 05:02:57,976 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:02:58,267 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_page_home_button ----------------------
+
+2017-06-13 05:02:58,267 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-06-13 05:02:58,268 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+2017-06-13 05:02:58,599 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestProgressBar Function test_vnf_version_with_value_appears_in_overview_progress_bar ----------------------
+
+2017-06-13 05:02:59,315 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:02:59,315 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:02:59,316 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:03:00,346 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:03:01,057 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:03:01,364 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:03:01,854 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:01,855 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/62c7a29d-6f16-4ec8-b870-f26e89c2ef69/ef0dd40d81744506a0bf5734aadc9776
+2017-06-13 05:03:01,891 DEBUG test_login_with_new_user 25 67327 140735912027072 Resend Activation Email Page Opened
+2017-06-13 05:03:01,894 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:03:01,908 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-06-13 05:03:01,908 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_login_positive>,) | {}
+2017-06-13 05:03:01,922 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:02,005 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:03:02,012 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:03:02,017 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:03:02,023 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:03:02,025 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:03:02,567 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:03:02,568 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-13 05:03:02,569 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-06-13 05:03:03,212 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_login_positive ----------------------
+
+2017-06-13 05:03:03,212 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-06-13 05:03:03,213 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+2017-06-13 05:03:04,269 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:04,275 DEBUG db_general 130 67327 140735912027072 Query : select uuid from ice_user_profile WHERE Email = 'STurfaM@intl.att.com';
+2017-06-13 05:03:04,279 DEBUG db_general 138 67327 140735912027072 Query result: 23ce40a4-363a-4e99-af3f-780fee1716bb
+2017-06-13 05:03:04,283 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STurfaM@intl.att.com';
+2017-06-13 05:03:04,286 DEBUG db_general 190 67327 140735912027072 Query result: 23ce40a4-363a-4e99-af3f-780fee1716bb
+2017-06-13 05:03:04,292 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STurfaM@intl.att.com';
+2017-06-13 05:03:04,295 DEBUG db_general 138 67327 140735912027072 Query result: 1454
+2017-06-13 05:03:04,299 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1454';
+2017-06-13 05:03:04,302 DEBUG db_general 190 67327 140735912027072 Query result: d87cb6fa9a59418083c63828e67450f0
+2017-06-13 05:03:04,302 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/23ce40a4-363a-4e99-af3f-780fee1716bb/d87cb6fa9a59418083c63828e67450f0
+2017-06-13 05:03:04,302 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/23ce40a4-363a-4e99-af3f-780fee1716bb/d87cb6fa9a59418083c63828e67450f0
+2017-06-13 05:03:04,442 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-06-13 05:03:04,443 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_admin>,) | {}
+2017-06-13 05:03:04,462 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:05,201 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:05,201 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:03:05,412 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_admin ----------------------
+
+2017-06-13 05:03:05,414 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-06-13 05:03:05,414 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+2017-06-13 05:03:05,868 DEBUG fe_general 167 67328 140735912027072 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-06-13 05:03:05,875 DEBUG db_general 130 67328 140735912027072 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-13 05:03:05,880 DEBUG db_general 138 67328 140735912027072 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-13 05:03:05,884 DEBUG db_general 130 67328 140735912027072 Query : select id from auth_user WHERE Email = 'ST2MBGy@intl.att.com';
+2017-06-13 05:03:05,886 DEBUG db_general 138 67328 140735912027072 Query result: 1453
+2017-06-13 05:03:05,890 DEBUG db_general 274 67328 140735912027072 UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1453';
+2017-06-13 05:03:05,892 DEBUG db_general 277 67328 140735912027072 Query : UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1453';
+2017-06-13 05:03:05,894 DEBUG fe_general 41 67328 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUMk1CR3lAaW50bC5hdHQuY29tIg.DCFJ2Q.0-XEqXF_XSPRkiIHkfZd17ivH9I
+2017-06-13 05:03:06,298 DEBUG api_virtual_function 88 67326 140735912027072 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-06-13 05:03:06,335 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:03:06,377 DEBUG api_virtual_function 101 67326 140735912027072 Invite sent successfully to email STVIvu8@intl.att.com
+2017-06-13 05:03:06,401 DEBUG db_general 220 67326 140735912027072 Query : select invitation_token from ice_invitation Where email = 'STVIvu8@intl.att.com' and engagement_uuid = 'ab5c6f65-ff30-4921-861d-86bb1d49d356';
+2017-06-13 05:03:06,406 DEBUG db_general 232 67326 140735912027072 Query result: 363038eb-2238-4e11-948f-bada6e434215
+2017-06-13 05:03:06,407 DEBUG api_virtual_function 106 67326 140735912027072 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=363038eb-2238-4e11-948f-bada6e434215&email=STVIvu8@intl.att.com
+2017-06-13 05:03:06,407 DEBUG api_user 205 67326 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 05:03:06,634 DEBUG api_user 230 67326 140735912027072 Invited user signed-up successfully!
+2017-06-13 05:03:06,634 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab5c6f65-ff30-4921-861d-86bb1d49d356/checklist/new/
+2017-06-13 05:03:06,714 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:03:06,766 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:03:06,766 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:06,767 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:03:06,785 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:06,785 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:03:07,143 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:03:07,271 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:03:07,289 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:07,667 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:03:07,674 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:03:08,339 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:03:08,347 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:03:08,462 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:03:08,474 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:08,483 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:03:08,502 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login?t=IlNUMk1CR3lAaW50bC5hdHQuY29tIg.DCFJ2Q.0-XEqXF_XSPRkiIHkfZd17ivH9I page is loaded.
+2017-06-13 05:03:09,105 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:09,105 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:03:09,571 DEBUG test_reset_password 30 67328 140735912027072
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUMk1CR3lAaW50bC5hdHQuY29tIg.DCFJ2Q.0-XEqXF_XSPRkiIHkfZd17ivH9I
+Temp Password: iceusers
+User Email: ST2MBGy@intl.att.com
+2017-06-13 05:03:09,929 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:03:10,607 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:03:10,700 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:03:10,709 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:11,064 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:11,499 DEBUG test_reset_password 32 67328 140735912027072 Logout and verify new password works
+2017-06-13 05:03:11,831 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:11,851 DEBUG test_reset_password 34 67328 140735912027072 Login with updated password
+2017-06-13 05:03:11,852 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:11,852 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:03:12,687 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:03:12,890 DEBUG test_login_with_new_user 242 67327 140735912027072 click_on on + Dashboard
+2017-06-13 05:03:13,164 DEBUG fe_wizard 24 67327 140735912027072 Tab Add Virtual Functions
+2017-06-13 05:03:13,345 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:03:13,455 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:03:13,473 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:14,720 DEBUG test_reset_password 37 67328 140735912027072 Logout and change password back to 'iceusers'
+2017-06-13 05:03:14,728 DEBUG db_general 130 67328 140735912027072 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-13 05:03:14,735 DEBUG db_general 138 67328 140735912027072 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-13 05:03:14,742 DEBUG db_general 274 67328 140735912027072 UPDATE auth_user SET password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where email = 'ST2MBGy@intl.att.com';
+2017-06-13 05:03:14,745 DEBUG db_general 277 67328 140735912027072 Query : UPDATE auth_user SET password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where email = 'ST2MBGy@intl.att.com';
+2017-06-13 05:03:14,746 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:14,746 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:03:15,132 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:03:15,566 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:03:16,253 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:03:16,342 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:03:16,344 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-06-13 05:03:16,345 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_peer_reviewer>,) | {}
+2017-06-13 05:03:16,360 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:16,364 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:16,405 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:16,918 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:17,282 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_peer_reviewer ----------------------
+
+2017-06-13 05:03:17,283 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-06-13 05:03:17,283 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+2017-06-13 05:03:17,396 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-13 05:03:17,396 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-13 05:03:17,411 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:18,006 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:03:18,281 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-06-13 05:03:18,940 DEBUG api_virtual_function 88 67326 140735912027072 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-06-13 05:03:19,069 DEBUG db_general 179 67327 140735912027072 Query : select engagement_id from ice_vf Where name = 'newVFST4W9X1';
+2017-06-13 05:03:19,072 DEBUG db_general 190 67327 140735912027072 Query result: 9243d62b-6233-4ec7-b5ec-353e0738d37e
+2017-06-13 05:03:19,083 DEBUG api_virtual_function 101 67326 140735912027072 Invite sent successfully to email STf9yXK@intl.att.com
+2017-06-13 05:03:19,093 DEBUG db_general 179 67327 140735912027072 Query : select engagement_manual_id from ice_engagement Where uuid = '9243d62b-6233-4ec7-b5ec-353e0738d37e';
+2017-06-13 05:03:19,095 DEBUG db_general 220 67326 140735912027072 Query : select invitation_token from ice_invitation Where email = 'STf9yXK@intl.att.com' and engagement_uuid = 'ab5c6f65-ff30-4921-861d-86bb1d49d356';
+2017-06-13 05:03:19,100 DEBUG db_general 190 67327 140735912027072 Query result: 2017-115
+2017-06-13 05:03:19,102 DEBUG db_general 232 67326 140735912027072 Query result: 220de571-47a8-4922-8e28-246b8a5e8ca4
+2017-06-13 05:03:19,103 DEBUG api_virtual_function 106 67326 140735912027072 Invitation URL is: http://127.0.0.1:8181/#/signUp?invitation=220de571-47a8-4922-8e28-246b8a5e8ca4&email=STf9yXK@intl.att.com
+2017-06-13 05:03:19,104 DEBUG api_user 205 67326 140735912027072 Post signup URL: http://127.0.0.1:8181/ice/v1/engmgr/signup
+2017-06-13 05:03:19,119 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-115';
+2017-06-13 05:03:19,123 DEBUG db_general 190 67327 140735912027072 Query result: 9243d62b-6233-4ec7-b5ec-353e0738d37e
+2017-06-13 05:03:19,134 DEBUG db_general 179 67327 140735912027072 Query : select reviewer_id from ice_engagement Where uuid = '9243d62b-6233-4ec7-b5ec-353e0738d37e';
+2017-06-13 05:03:19,137 DEBUG db_general 190 67327 140735912027072 Query result: 2
+2017-06-13 05:03:19,151 DEBUG db_general 179 67327 140735912027072 Query : select email from ice_user_profile Where id = '2';
+2017-06-13 05:03:19,156 DEBUG db_general 190 67327 140735912027072 Query result: hs0007@att.com
+2017-06-13 05:03:19,156 DEBUG fe_wizard 58 67327 140735912027072 Tab Add Vendor Contact
+2017-06-13 05:03:19,581 DEBUG api_user 230 67326 140735912027072 Invited user signed-up successfully!
+2017-06-13 05:03:19,581 DEBUG api_gitlab 317 67326 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/ab5c6f65-ff30-4921-861d-86bb1d49d356/checklist/new/
+2017-06-13 05:03:19,743 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:03:19,821 DEBUG api_gitlab 339 67326 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:03:19,821 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:19,822 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:03:20,645 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:03:21,348 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:03:21,419 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-06-13 05:03:21,420 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+2017-06-13 05:03:21,502 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:03:21,524 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:22,566 DEBUG fe_wizard 98 67327 140735912027072 Tab Invite Team Members
+2017-06-13 05:03:22,976 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:22,977 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/72a32897-2c43-4e0a-a434-86abeceeb0cf/8f3255ea14a6447f94baa1a82fa4f45f
+2017-06-13 05:03:23,031 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:03:23,162 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:03:23,169 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:03:23,171 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:03:23,176 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:03:23,178 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:03:23,431 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:03:23,431 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:23,432 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:03:24,095 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:24,219 DEBUG fe_wizard 116 67327 140735912027072 About to add an SSH Key in modal window
+2017-06-13 05:03:24,233 DEBUG helper 42 67327 140735912027072 About to generate SSH Public Key
+2017-06-13 05:03:24,370 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:03:24,447 DEBUG helper 57 67327 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8rVSydQOi1+F8M0wiQB3cRH8iYrJvevAmlq4OqO+0DcP0GiNYo7WgxeUbtBqclkRUrD7RvXPiZM7Xa74sTOAZ8XVpagrr9lFxC8Bl+M1j7ejn9TueJIhbdnaXHwxdoA26c8z1h59/e5UUaFa0jNZMR0dfHezD/ghs7UPvIfNez4djXBqMhBZK6ueyWy4uVw+V+TzZ8lrvtlaPSJTZ0NksbvsV220GLWZn2KPCAysFyIHB6i8JwduPEnDecPCqi9Uv2T9b/XDFkCmLIAu+zgtfALWR0u4dS+Yd/cvrASRoLaVV9s72OY71ywJANPIbbg3KJlsF7DVFl6Z6kBHo6TYR
+2017-06-13 05:03:25,030 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:03:25,139 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:03:25,154 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:27,407 DEBUG fe_wizard 136 67327 140735912027072 SSH Key added via modal window.
+2017-06-13 05:03:28,051 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:03:29,376 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-06-13 05:03:29,376 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_remove_user_from_eng.TestRemoveUserFromEng testMethod=test_remove_user_with_reviewer>,) | {}
+2017-06-13 05:03:29,406 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:30,020 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestRemoveUserFromEng Function test_remove_user_with_reviewer ----------------------
+
+2017-06-13 05:03:32,266 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:32,267 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:03:32,500 DEBUG api_user 106 67326 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:32,501 DEBUG api_user 192 67326 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1c95daca-3010-4400-b610-97ba37186702/fe2224e0cb6947ca8cdde93bb8194fbd
+2017-06-13 05:03:32,532 DEBUG api_user 195 67326 140735912027072 APIUser activated successfully!
+2017-06-13 05:03:32,603 DEBUG api_user 130 67326 140735912027072 200 OK
+2017-06-13 05:03:32,607 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:03:32,609 DEBUG db_general 164 67326 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:03:32,613 DEBUG db_general 153 67326 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:03:32,615 DEBUG db_general 164 67326 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:03:32,850 DEBUG api_virtual_function 73 67326 140735912027072 Virtual Function created successfully!
+2017-06-13 05:03:32,850 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_set_invalid_ssh_key_in_wizard>,) | {}
+2017-06-13 05:03:32,851 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestSSHKey Function test_set_invalid_ssh_key_in_wizard ----------------------
+2017-06-13 05:03:33,066 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:03:33,669 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:03:33,784 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:03:33,801 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:33,885 DEBUG test_set_stage 64 67328 140735912027072 Admin_ro failed to change stage to Intake
+2017-06-13 05:03:33,944 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:33,944 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:03:35,030 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:03:35,325 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-06-13 05:03:35,325 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_login_with_new_user.TestLoginPageWithNewUser testMethod=test_validate_account_form>,) | {}
+2017-06-13 05:03:35,353 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:35,726 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:03:35,854 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:03:35,871 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:35,967 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestLoginPageWithNewUser Function test_validate_account_form ----------------------
+
+2017-06-13 05:03:36,408 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:37,715 DEBUG fe_wizard 24 67326 140735912027072 Tab Add Virtual Functions
+2017-06-13 05:03:39,160 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:39,161 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/65ce50e9-c621-431f-ad6a-b93fe1d9d566/91897407d9c64a4fa7be81c6ba2e683d
+2017-06-13 05:03:39,193 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:03:39,207 DEBUG test_set_stage 64 67328 140735912027072 Admin_ro failed to change stage to Active
+2017-06-13 05:03:39,300 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:03:39,307 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:03:39,316 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:03:39,323 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:03:39,325 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:03:39,634 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 05:03:39,635 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_user_profile_settings.TestUserProfileSettings testMethod=test_user_profile_checkboxes>,) | {}
+2017-06-13 05:03:39,635 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestUserProfileSettings Function test_user_profile_checkboxes ----------------------
+2017-06-13 05:03:40,367 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:40,752 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:40,753 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:03:40,898 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:41,766 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:03:42,010 DEBUG fe_wizard 58 67326 140735912027072 Tab Add Vendor Contact
+2017-06-13 05:03:42,411 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:03:42,529 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:03:42,538 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:44,467 DEBUG test_set_stage 64 67328 140735912027072 Admin_ro failed to change stage to Validated
+2017-06-13 05:03:44,467 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-06-13 05:03:44,467 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_ro_set_stage_negative>,) | {}
+2017-06-13 05:03:44,478 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:44,557 DEBUG fe_wizard 98 67326 140735912027072 Tab Invite Team Members
+2017-06-13 05:03:45,055 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/account/account/userProfile page is loaded.
+2017-06-13 05:03:45,114 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestSetStage Function test_admin_ro_set_stage_negative ----------------------
+
+2017-06-13 05:03:45,115 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-06-13 05:03:45,116 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestSetStage Function test_admin_set_stage ----------------------
+2017-06-13 05:03:45,823 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:45,824 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d494e832-d008-4e43-86e6-7aa0a3d8ab5b/cc83114bf1d04b8f81cb3acc49e053aa
+2017-06-13 05:03:45,855 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:03:45,925 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:03:45,930 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:03:45,932 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:03:45,936 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:03:45,937 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:03:46,059 DEBUG fe_wizard 116 67326 140735912027072 About to add an SSH Key in modal window
+2017-06-13 05:03:46,069 DEBUG helper 42 67326 140735912027072 About to generate SSH Public Key
+2017-06-13 05:03:46,071 DEBUG db_general 179 67327 140735912027072 Query : select regular_email_updates from ice_user_profile Where email = 'STfTXUC@intl.att.com';
+2017-06-13 05:03:46,074 DEBUG db_general 190 67327 140735912027072 Query result: False
+2017-06-13 05:03:46,078 DEBUG db_general 179 67327 140735912027072 Query : select email_updates_on_every_notification from ice_user_profile Where email = 'STfTXUC@intl.att.com';
+2017-06-13 05:03:46,081 DEBUG db_general 190 67327 140735912027072 Query result: False
+2017-06-13 05:03:46,085 DEBUG db_general 179 67327 140735912027072 Query : select email_updates_daily_digest from ice_user_profile Where email = 'STfTXUC@intl.att.com';
+2017-06-13 05:03:46,087 DEBUG db_general 190 67327 140735912027072 Query result: True
+2017-06-13 05:03:46,382 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:03:46,382 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:46,383 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:03:46,409 DEBUG helper 57 67326 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSigwOyTjRcNT7SyK2HItbg1jPWbL2N05580Lwq/odwuygp3zUOIYk0sd7SDHK9udMEKoYJbj/+0yP/ZAtlwWL5rFUI/l0PFG1oddgTuJOlh1JYTt+Tl/OtYWJVJ8qyUGCaKosvfWekZH/pYHZulC5YBpg+MrBPm9RGJjDotjKJogArFy6MAoygYN3SOWxO2t2o27EqFwvDcfWxW9Q0gtjQgJ5BxCR7m4aPD3wdO4l2vnAf3xXZ9f6mqcVh6BU47vyjET/2CXusCPJH2um/9UesHpCxNicGXYxdPrn4Zt0axOuG7d2OtdVgmTEFcQQvFVyKltm7P7noxTnTWf8PfGV
+2017-06-13 05:03:47,189 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:03:47,836 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:03:47,931 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:03:47,941 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:48,570 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_set_invalid_ssh_key_in_wizard>,) | {}
+2017-06-13 05:03:48,570 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_set_invalid_ssh_key_in_wizard>,) | {}
+2017-06-13 05:03:48,582 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:48,657 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:03:48,661 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-06-13 05:03:48,661 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-06-13 05:03:48,674 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 05:03:49,189 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestSSHKey Function test_set_invalid_ssh_key_in_wizard ----------------------
+
+2017-06-13 05:03:49,190 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-06-13 05:03:49,190 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+2017-06-13 05:03:49,335 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/account/account/userProfile page is loaded.
+2017-06-13 05:03:49,920 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:49,920 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:03:50,388 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation_title ----------------------
+
+2017-06-13 05:03:50,391 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-06-13 05:03:50,391 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-06-13 05:03:50,718 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:03:50,864 DEBUG db_general 179 67327 140735912027072 Query : select regular_email_updates from ice_user_profile Where email = 'STfTXUC@intl.att.com';
+2017-06-13 05:03:50,868 DEBUG db_general 190 67327 140735912027072 Query result: True
+2017-06-13 05:03:50,876 DEBUG db_general 179 67327 140735912027072 Query : select email_updates_on_every_notification from ice_user_profile Where email = 'STfTXUC@intl.att.com';
+2017-06-13 05:03:50,880 DEBUG db_general 190 67327 140735912027072 Query result: True
+2017-06-13 05:03:50,886 DEBUG db_general 179 67327 140735912027072 Query : select email_updates_daily_digest from ice_user_profile Where email = 'STfTXUC@intl.att.com';
+2017-06-13 05:03:50,889 DEBUG db_general 190 67327 140735912027072 Query result: False
+2017-06-13 05:03:50,889 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_user_profile_settings.TestUserProfileSettings testMethod=test_user_profile_checkboxes>,) | {}
+2017-06-13 05:03:50,890 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_user_profile_settings.TestUserProfileSettings testMethod=test_user_profile_checkboxes>,) | {}
+2017-06-13 05:03:50,897 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:51,177 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and engagement_stage = 'Intake';
+2017-06-13 05:03:51,181 DEBUG db_general 232 67328 140735912027072 Query result: ['Please work with your Engagement Lead (EL) to complete the necessary trial agreements.', 'Please add your AT&T sponsor or vendor contact information.']
+2017-06-13 05:03:51,182 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Intake
+2017-06-13 05:03:51,189 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and description = 'Please work with your Engagement Lead (EL) to complete the necessary trial agreements.';
+2017-06-13 05:03:51,193 DEBUG db_general 232 67328 140735912027072 Query result: 2ed5b09b-652b-413e-bee6-b3f1d0ed14d8
+2017-06-13 05:03:51,194 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:03:51,208 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:51,208 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 05:03:51,306 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and description = 'Please add your AT&T sponsor or vendor contact information.';
+2017-06-13 05:03:51,310 DEBUG db_general 232 67328 140735912027072 Query result: 8fcdd33c-659c-4d9e-99ae-f5738996f57a
+2017-06-13 05:03:51,310 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:03:51,384 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:03:51,537 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:03:51,552 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:51,732 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestUserProfileSettings Function test_user_profile_checkboxes ----------------------
+
+2017-06-13 05:03:51,733 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_user_profile_settings.TestUserProfileSettings testMethod=test_user_profile_settings_page_exists>,) | {}
+2017-06-13 05:03:51,733 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestUserProfileSettings Function test_user_profile_settings_page_exists ----------------------
+2017-06-13 05:03:51,854 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:03:52,207 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 05:03:52,580 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:52,581 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:03:52,863 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 05:03:52,871 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and engagement_stage = 'Active';
+2017-06-13 05:03:52,874 DEBUG db_general 232 67328 140735912027072 Query result: ['Please submit the first version of the VF package. If you have any problems or questions, please contact your Engagement Lead (EL)']
+2017-06-13 05:03:52,875 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Active
+2017-06-13 05:03:52,881 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and description = 'Please submit the first version of the VF package. If you have any problems or questions, please contact your Engagement Lead (EL)';
+2017-06-13 05:03:52,884 DEBUG db_general 232 67328 140735912027072 Query result: 7e4f9808-c830-4267-8b3f-ba9b8f8d8afe
+2017-06-13 05:03:52,885 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:03:53,006 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 05:03:53,033 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:53,408 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:03:53,481 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:03:53,554 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:53,980 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:54,163 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:03:54,282 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:03:54,294 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:54,495 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and engagement_stage = 'Validated';
+2017-06-13 05:03:54,498 DEBUG db_general 232 67328 140735912027072 Query result: ['Please schedule a time with your Engagement Lead (EL) to complete the handoff.']
+2017-06-13 05:03:54,498 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Validated
+2017-06-13 05:03:54,507 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '4a150643-4c80-458d-9053-d0715ef19466' and description = 'Please schedule a time with your Engagement Lead (EL) to complete the handoff.';
+2017-06-13 05:03:54,511 DEBUG db_general 232 67328 140735912027072 Query result: d998e13c-bd55-43ca-a34c-fabdb8278de7
+2017-06-13 05:03:54,511 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:03:54,594 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STM7fZQ
+2017-06-13 05:03:54,594 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STM7fZQ', 'title_Announcement_STM7fZQ-slug', '', 'description_Announcement_STgGEa5', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgGEa5</p>', true, '', 1, 1);
+2017-06-13 05:03:54,609 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STM7fZQ', 'title_Announcement_STM7fZQ-slug', '', 'description_Announcement_STgGEa5', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STgGEa5</p>', true, '', 1, 1);
+2017-06-13 05:03:54,619 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,620 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:03:54,620 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,629 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,632 DEBUG db_cms 64 67325 140735912027072 Query result: 270
+2017-06-13 05:03:54,633 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:03:54,633 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,640 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,643 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:03:54,644 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 270
+2017-06-13 05:03:54,644 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (270, 2);
+2017-06-13 05:03:54,649 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (270, 2);
+2017-06-13 05:03:54,659 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,659 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STTLhms
+2017-06-13 05:03:54,659 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTLhms', 'title_Announcement_STTLhms-slug', '', 'description_Announcement_STf9PJ5', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STf9PJ5</p>', true, '', 1, 1);
+2017-06-13 05:03:54,664 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTLhms', 'title_Announcement_STTLhms-slug', '', 'description_Announcement_STf9PJ5', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STf9PJ5</p>', true, '', 1, 1);
+2017-06-13 05:03:54,677 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,677 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:03:54,678 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,682 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,684 DEBUG db_cms 64 67325 140735912027072 Query result: 271
+2017-06-13 05:03:54,685 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:03:54,685 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,691 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,694 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:03:54,694 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 271
+2017-06-13 05:03:54,694 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (271, 2);
+2017-06-13 05:03:54,698 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (271, 2);
+2017-06-13 05:03:54,709 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,709 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STJ807z
+2017-06-13 05:03:54,710 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJ807z', 'title_Announcement_STJ807z-slug', '', 'description_Announcement_STiNAUK', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STiNAUK</p>', true, '', 1, 1);
+2017-06-13 05:03:54,717 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STJ807z', 'title_Announcement_STJ807z-slug', '', 'description_Announcement_STiNAUK', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STiNAUK</p>', true, '', 1, 1);
+2017-06-13 05:03:54,730 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,730 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:03:54,731 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,737 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,740 DEBUG db_cms 64 67325 140735912027072 Query result: 272
+2017-06-13 05:03:54,740 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:03:54,741 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,748 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,752 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:03:54,753 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 272
+2017-06-13 05:03:54,753 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (272, 2);
+2017-06-13 05:03:54,758 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (272, 2);
+2017-06-13 05:03:54,768 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,769 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STksbto
+2017-06-13 05:03:54,769 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STksbto', 'title_Announcement_STksbto-slug', '', 'description_Announcement_STFHDwI', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFHDwI</p>', true, '', 1, 1);
+2017-06-13 05:03:54,775 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STksbto', 'title_Announcement_STksbto-slug', '', 'description_Announcement_STFHDwI', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STFHDwI</p>', true, '', 1, 1);
+2017-06-13 05:03:54,790 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,790 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:03:54,790 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,798 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,806 DEBUG db_cms 64 67325 140735912027072 Query result: 273
+2017-06-13 05:03:54,806 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:03:54,806 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,814 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,816 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:03:54,817 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 273
+2017-06-13 05:03:54,817 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (273, 2);
+2017-06-13 05:03:54,824 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (273, 2);
+2017-06-13 05:03:54,834 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,834 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STpXZ0n
+2017-06-13 05:03:54,834 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpXZ0n', 'title_Announcement_STpXZ0n-slug', '', 'description_Announcement_STcPYWw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STcPYWw</p>', true, '', 1, 1);
+2017-06-13 05:03:54,840 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpXZ0n', 'title_Announcement_STpXZ0n-slug', '', 'description_Announcement_STcPYWw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STcPYWw</p>', true, '', 1, 1);
+2017-06-13 05:03:54,849 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,850 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:03:54,850 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,854 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,856 DEBUG db_cms 64 67325 140735912027072 Query result: 274
+2017-06-13 05:03:54,856 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:03:54,856 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,861 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,865 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:03:54,865 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 274
+2017-06-13 05:03:54,865 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (274, 2);
+2017-06-13 05:03:54,870 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (274, 2);
+2017-06-13 05:03:54,879 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,880 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STS4H3E
+2017-06-13 05:03:54,880 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STS4H3E', 'title_Announcement_STS4H3E-slug', '', 'description_Announcement_STG8JxH', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STG8JxH</p>', true, '', 1, 1);
+2017-06-13 05:03:54,886 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STS4H3E', 'title_Announcement_STS4H3E-slug', '', 'description_Announcement_STG8JxH', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STG8JxH</p>', true, '', 1, 1);
+2017-06-13 05:03:54,892 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,893 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:03:54,893 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,899 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:03:54,901 DEBUG db_cms 64 67325 140735912027072 Query result: 275
+2017-06-13 05:03:54,901 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:03:54,902 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,906 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:03:54,909 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:03:54,909 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 275
+2017-06-13 05:03:54,909 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (275, 2);
+2017-06-13 05:03:54,914 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (275, 2);
+2017-06-13 05:03:54,919 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:03:54,929 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:03:54,930 DEBUG fe_general 41 67325 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:03:55,825 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:55,826 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 05:03:55,834 DEBUG helper 42 67326 140735912027072 About to generate SSH Public Key
+2017-06-13 05:03:55,924 DEBUG helper 57 67326 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDoMshxf4a90ZRtIk0RxF0fTLB9kRU7SpIuMTupJzghOIg2nRNeX6Y+eUMLnxT34rsKmz1+jcBTb09CUiA/4UMxySDhAAVIfl1VgsQF/8wKcBJU6hYbSNPVyQsPUHxHIr/lr8upiGuOeBbRzTA4o3aTxGqw19wug9Xcgw4xpFlXvjOp9N2PEZHjNn6NQk1jP4R+m1Qym/voselsq27o3uPw/f5RbM8GE1YZ13rtMinsrAPgdiaCTOHw2lNHiRxmJHLpvly/wT2hguVhZsdENUJr69mWdwSmJmtf4yvg6S1ysD5SPX2JmM23rbViJl0GctJ/Ag/gyTH7kDCcIt2oaF37
+2017-06-13 05:03:55,925 DEBUG test_ssh_key 51 67326 140735912027072 AAAAB3NzaC1yc2EAAAADAQABAAABAQDoMshxf4a90ZRtIk0RxF0fTLB9kRU7SpIuMTupJzghOIg2nRNeX6Y+eUMLnxT34rsKmz1+jcBTb09CUiA/4UMxySDhAAVIfl1VgsQF/8wKcBJU6hYbSNPVyQsPUHxHIr/lr8upiGuOeBbRzTA4o3aTxGqw19wug9Xcgw4xpFlXvjOp9N2PEZHjNn6NQk1jP4R+m1Qym/voselsq27o3uPw/f5RbM8GE1YZ13rtMinsrAPgdiaCTOHw2lNHiRxmJHLpvly/wT2hguVhZsdENUJr69mWdwSmJmtf4yvg6S1ysD5SPX2JmM23rbViJl0GctJ/Ag/gyTH7kDCcIt2oaF37
+2017-06-13 05:03:55,928 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-06-13 05:03:55,929 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_admin_set_stage>,) | {}
+2017-06-13 05:03:55,952 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:56,341 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_user_profile_settings.TestUserProfileSettings testMethod=test_user_profile_settings_page_exists>,) | {}
+2017-06-13 05:03:56,341 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_user_profile_settings.TestUserProfileSettings testMethod=test_user_profile_settings_page_exists>,) | {}
+2017-06-13 05:03:56,358 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:03:56,891 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestSetStage Function test_admin_set_stage ----------------------
+
+2017-06-13 05:03:56,892 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-06-13 05:03:56,893 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages ----------------------
+2017-06-13 05:03:56,903 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 05:03:57,406 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestUserProfileSettings Function test_user_profile_settings_page_exists ----------------------
+
+2017-06-13 05:03:57,719 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 05:03:57,950 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 05:03:57,974 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:03:58,110 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:03:58,111 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c9e2a6bf-23cb-43b2-873d-cb52995776ad/dbc7b3269ae74e92948af5d1cef5f5f7
+2017-06-13 05:03:58,157 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:03:58,495 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:03:58,508 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:03:58,552 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:03:58,567 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:03:58,648 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:03:58,654 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:03:59,383 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:03:59,384 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:03:59,384 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:04:00,302 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-06-13 05:04:00,302 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_invalid>,) | {}
+2017-06-13 05:04:00,314 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:00,348 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:04:00,724 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:04:00,725 DEBUG api_user 192 67327 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/25fb933b-99e9-41eb-bf82-c0fd6288729a/9263abcab7ba4ec58fb0993b798e9258
+2017-06-13 05:04:00,761 DEBUG api_user 195 67327 140735912027072 APIUser activated successfully!
+2017-06-13 05:04:00,856 DEBUG api_user 130 67327 140735912027072 200 OK
+2017-06-13 05:04:00,866 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:04:00,867 DEBUG db_general 164 67327 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:04:00,875 DEBUG db_general 153 67327 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:04:00,877 DEBUG db_general 164 67327 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:04:01,073 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:04:01,195 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:04:01,210 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:01,400 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_invalid ----------------------
+
+2017-06-13 05:04:01,401 DEBUG logFuncEntry 34 67326 140735912027072 calling setUp | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-06-13 05:04:01,401 DEBUG test_ui_base 48 67326 140735912027072 ---------------------- TestCase - Start - Class TestSSHKey Function test_ssh_key_valid ----------------------
+2017-06-13 05:04:01,432 DEBUG api_virtual_function 73 67327 140735912027072 Virtual Function created successfully!
+2017-06-13 05:04:01,433 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-06-13 05:04:01,434 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+2017-06-13 05:04:01,731 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:04:02,345 DEBUG fe_user 24 67326 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:02,345 DEBUG fe_user 25 67326 140735912027072 Insert Email
+2017-06-13 05:04:02,869 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:02,870 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:04:03,209 DEBUG fe_user 28 67326 140735912027072 Insert Password
+2017-06-13 05:04:03,875 DEBUG fe_user 30 67326 140735912027072 Click Login Button
+2017-06-13 05:04:03,889 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:04:03,983 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:04:04,056 DEBUG fe_user 32 67326 140735912027072 Login Button clicked
+2017-06-13 05:04:04,083 DEBUG wait 128 67326 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:04,572 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:04:04,694 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:04:04,706 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:05,115 DEBUG helper 42 67326 140735912027072 About to generate SSH Public Key
+2017-06-13 05:04:05,294 DEBUG helper 57 67326 140735912027072 Generated SSH Public Key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1V9OB272py5xoecXD6Ga95x6Abwq39w7AYNwPBqMvb2jLDQZNSL4YNtCgXDqiiS3N7NkZ6h4W3fRjhKu0A5ZNIuqZa/76f/MzPgE8jcqce37AefQ4fgJoGbz9SN0mLJ7tdh7S2zGBnYG0ELiKCgSDtHh1yKnexmhduDmL5YHYFneYBvKPe1wDSL1a1RpSt591DQxl0dvCDl1nc9/mkPKFxZImr4RjXZVxW1H5zwaoIaWZMqhHIpBZIu09J+wtuTU3NPvj+7p+/DfDWrt8kA0qdDtvzMns/Ebt0YaCipaaW6hXJGYoVTXcEODTOo3UpCFMp0HhS63XauABw5hj0MBZ
+2017-06-13 05:04:05,295 DEBUG test_ssh_key 43 67326 140735912027072 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1V9OB272py5xoecXD6Ga95x6Abwq39w7AYNwPBqMvb2jLDQZNSL4YNtCgXDqiiS3N7NkZ6h4W3fRjhKu0A5ZNIuqZa/76f/MzPgE8jcqce37AefQ4fgJoGbz9SN0mLJ7tdh7S2zGBnYG0ELiKCgSDtHh1yKnexmhduDmL5YHYFneYBvKPe1wDSL1a1RpSt591DQxl0dvCDl1nc9/mkPKFxZImr4RjXZVxW1H5zwaoIaWZMqhHIpBZIu09J+wtuTU3NPvj+7p+/DfDWrt8kA0qdDtvzMns/Ebt0YaCipaaW6hXJGYoVTXcEODTOo3UpCFMp0HhS63XauABw5hj0MBZ
+2017-06-13 05:04:05,779 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and engagement_stage = 'Intake';
+2017-06-13 05:04:05,784 DEBUG db_general 232 67328 140735912027072 Query result: ['Please work with your Engagement Lead (EL) to complete the necessary trial agreements.', 'Please add your AT&T sponsor or vendor contact information.']
+2017-06-13 05:04:05,785 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Intake
+2017-06-13 05:04:05,790 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and description = 'Please work with your Engagement Lead (EL) to complete the necessary trial agreements.';
+2017-06-13 05:04:05,793 DEBUG db_general 232 67328 140735912027072 Query result: c16ef7e6-ddc7-4649-be9c-0ad63f799ce3
+2017-06-13 05:04:05,794 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:04:06,152 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and description = 'Please add your AT&T sponsor or vendor contact information.';
+2017-06-13 05:04:06,157 DEBUG db_general 232 67328 140735912027072 Query result: 621d48cf-a6b1-4142-a6b7-e7f02c36dcdb
+2017-06-13 05:04:06,157 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:04:06,676 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-06-13 05:04:06,677 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_activate_user_and_validate_account>,) | {}
+2017-06-13 05:04:06,692 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:06,904 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:07,415 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestValidateSignup Function test_activate_user_and_validate_account ----------------------
+
+2017-06-13 05:04:07,416 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-06-13 05:04:07,416 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+2017-06-13 05:04:08,403 DEBUG api_user 106 67327 140735912027072 Moving to next test case. status=200
+2017-06-13 05:04:08,404 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:08,404 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:04:09,080 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:09,099 DEBUG logFuncEntry 34 67326 140735912027072 calling tearDown | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-06-13 05:04:09,099 DEBUG logFuncEntry 34 67326 140735912027072 calling results | (<tests.uiTests.test_ssh_key.TestSSHKey testMethod=test_ssh_key_valid>,) | {}
+2017-06-13 05:04:09,113 DEBUG db_general 53 67326 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:09,575 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:04:09,921 DEBUG test_ui_base 78 67326 140735912027072 ---------------------- TestCase - End - Class TestSSHKey Function test_ssh_key_valid ----------------------
+
+2017-06-13 05:04:10,279 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:04:10,384 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and engagement_stage = 'Active';
+2017-06-13 05:04:10,388 DEBUG db_general 232 67328 140735912027072 Query result: ['Please submit the first version of the VF package. If you have any problems or questions, please contact your Engagement Lead (EL)']
+2017-06-13 05:04:10,389 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Active
+2017-06-13 05:04:10,395 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and description = 'Please submit the first version of the VF package. If you have any problems or questions, please contact your Engagement Lead (EL)';
+2017-06-13 05:04:10,399 DEBUG db_general 232 67328 140735912027072 Query result: f2dfdf8f-9d6f-4ce4-a2a0-1406c10621f2
+2017-06-13 05:04:10,400 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:04:10,402 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:04:10,897 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:11,584 DEBUG db_general 179 67327 140735912027072 Query : select uuid from ice_user_profile Where email = 'STxOAaJ@intl.att.com';
+2017-06-13 05:04:11,587 DEBUG db_general 190 67327 140735912027072 Query result: c461c39c-b179-4cdb-bc09-4b887367eb18
+2017-06-13 05:04:11,591 DEBUG db_general 130 67327 140735912027072 Query : select id from auth_user WHERE Email = 'STxOAaJ@intl.att.com';
+2017-06-13 05:04:11,593 DEBUG db_general 138 67327 140735912027072 Query result: 1463
+2017-06-13 05:04:11,597 DEBUG db_general 179 67327 140735912027072 Query : select activation_token from ice_custom_user Where user_ptr_id = '1463';
+2017-06-13 05:04:11,599 DEBUG db_general 190 67327 140735912027072 Query result: b0afecf3714f44c6bf513e55aafd6bfa
+2017-06-13 05:04:11,600 DEBUG db_user 27 67327 140735912027072 activationUrl :http://127.0.0.1:8181/#/activate/c461c39c-b179-4cdb-bc09-4b887367eb18/b0afecf3714f44c6bf513e55aafd6bfa
+2017-06-13 05:04:11,600 DEBUG fe_general 41 67327 140735912027072 Reopen URL: http://127.0.0.1:8181/#/activate/c461c39c-b179-4cdb-bc09-4b887367eb18/b0afecf3714f44c6bf513e55aafd6bfa
+2017-06-13 05:04:12,151 DEBUG fe_user 24 67327 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:12,151 DEBUG fe_user 25 67327 140735912027072 Insert Email
+2017-06-13 05:04:12,725 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:13,091 DEBUG fe_user 28 67327 140735912027072 Insert Password
+2017-06-13 05:04:13,734 DEBUG fe_user 30 67327 140735912027072 Click Login Button
+2017-06-13 05:04:13,840 DEBUG fe_user 32 67327 140735912027072 Login Button clicked
+2017-06-13 05:04:13,851 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:13,863 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and engagement_stage = 'Validated';
+2017-06-13 05:04:13,866 DEBUG db_general 232 67328 140735912027072 Query result: ['Please schedule a time with your Engagement Lead (EL) to complete the handoff.']
+2017-06-13 05:04:13,867 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Validated
+2017-06-13 05:04:13,872 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '6b672d3a-ddac-4488-ad44-3f287d4f4b47' and description = 'Please schedule a time with your Engagement Lead (EL) to complete the handoff.';
+2017-06-13 05:04:13,877 DEBUG db_general 232 67328 140735912027072 Query result: 891f0fdd-e782-48e1-a6a3-1b0954105017
+2017-06-13 05:04:13,878 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:04:14,339 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:14,438 DEBUG wait 128 67327 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:04:15,988 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-06-13 05:04:15,988 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_create_and_activateUser>,) | {}
+2017-06-13 05:04:15,999 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:16,786 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestValidateSignup Function test_create_and_activateUser ----------------------
+
+2017-06-13 05:04:16,786 DEBUG logFuncEntry 34 67327 140735912027072 calling setUp | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-06-13 05:04:16,787 DEBUG test_ui_base 48 67327 140735912027072 ---------------------- TestCase - Start - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+2017-06-13 05:04:16,829 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:17,865 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-06-13 05:04:17,866 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages>,) | {}
+2017-06-13 05:04:17,876 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:18,467 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages ----------------------
+
+2017-06-13 05:04:18,468 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-06-13 05:04:18,468 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+2017-06-13 05:04:19,180 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:04:19,181 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/260945c9-8854-4110-8549-939b421c54fc/fdb6b5cceadb40b38cb924951ba8f033
+2017-06-13 05:04:19,214 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:04:19,278 DEBUG db_general 179 67327 140735912027072 Query : select name from ice_vendor Where public = 'TRUE';
+2017-06-13 05:04:19,281 DEBUG db_general 190 67327 140735912027072 Query result: [('AT&T',), ('Affirmed Networks',), ('Amdocs',), ('Brocade',), ('Ciena',), ('Cisco',), ('Ericsson',), ('Fujitsu',), ('Juniper',), ('Metaswitch',), ('Nokia',), ('Other',)]
+2017-06-13 05:04:19,312 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:04:19,318 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:04:19,319 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:04:19,327 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:04:19,331 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:04:19,616 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:04:19,617 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:19,617 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:04:20,584 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:04:21,287 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:04:21,419 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:04:21,432 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:23,701 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:04:25,650 DEBUG logFuncEntry 34 67327 140735912027072 calling tearDown | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-06-13 05:04:25,650 DEBUG logFuncEntry 34 67327 140735912027072 calling results | (<tests.uiTests.test_validate_signup.TestValidateSignup testMethod=test_signup_page_sanity>,) | {}
+2017-06-13 05:04:25,669 DEBUG db_general 53 67327 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:26,309 DEBUG test_ui_base 78 67327 140735912027072 ---------------------- TestCase - End - Class TestValidateSignup Function test_signup_page_sanity ----------------------
+
+2017-06-13 05:04:31,727 DEBUG test_set_stage 76 67328 140735912027072 User STEIGuz@intl.att.com failed to change stage to Intake
+2017-06-13 05:04:37,084 DEBUG test_set_stage 76 67328 140735912027072 User STEIGuz@intl.att.com failed to change stage to Active
+2017-06-13 05:04:42,419 DEBUG test_set_stage 76 67328 140735912027072 User STEIGuz@intl.att.com failed to change stage to Validated
+2017-06-13 05:04:42,419 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-06-13 05:04:42,419 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative>,) | {}
+2017-06-13 05:04:42,430 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:42,970 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative ----------------------
+
+2017-06-13 05:04:42,970 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-06-13 05:04:42,971 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+2017-06-13 05:04:43,629 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:04:43,629 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/203c7530-223b-4711-a731-56ee90298083/3f345c57f6ff4ee6adc950cab02f9f9b
+2017-06-13 05:04:43,659 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:04:43,728 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:04:43,732 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:04:43,734 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:04:43,738 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:04:43,739 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:04:43,965 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:04:43,965 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:43,966 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:04:44,723 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:04:45,365 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:04:45,450 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:04:45,462 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:47,759 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:04:49,877 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:50,887 DEBUG test_set_stage 88 67328 140735912027072 User hs0007@att.com failed to change stage to Intake
+2017-06-13 05:04:51,138 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:52,147 DEBUG test_set_stage 88 67328 140735912027072 User hs0007@att.com failed to change stage to Active
+2017-06-13 05:04:52,362 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:04:53,371 DEBUG test_set_stage 88 67328 140735912027072 User hs0007@att.com failed to change stage to Validated
+2017-06-13 05:04:53,372 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-06-13 05:04:53,372 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_negative_via_pr>,) | {}
+2017-06-13 05:04:53,381 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:04:53,987 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_negative_via_pr ----------------------
+
+2017-06-13 05:04:53,988 DEBUG logFuncEntry 34 67328 140735912027072 calling setUp | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-06-13 05:04:53,988 DEBUG test_ui_base 48 67328 140735912027072 ---------------------- TestCase - Start - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+2017-06-13 05:04:54,667 DEBUG api_user 106 67328 140735912027072 Moving to next test case. status=200
+2017-06-13 05:04:54,667 DEBUG api_user 192 67328 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/281decac-9830-422a-9044-c381b95495fb/b5240998b4d64d09b73172f8b191c025
+2017-06-13 05:04:54,699 DEBUG api_user 195 67328 140735912027072 APIUser activated successfully!
+2017-06-13 05:04:54,767 DEBUG api_user 130 67328 140735912027072 200 OK
+2017-06-13 05:04:54,771 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:04:54,772 DEBUG db_general 164 67328 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:04:54,776 DEBUG db_general 153 67328 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:04:54,778 DEBUG db_general 164 67328 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:04:55,006 DEBUG api_virtual_function 73 67328 140735912027072 Virtual Function created successfully!
+2017-06-13 05:04:55,006 DEBUG fe_user 24 67328 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:04:55,006 DEBUG fe_user 25 67328 140735912027072 Insert Email
+2017-06-13 05:04:55,777 DEBUG fe_user 28 67328 140735912027072 Insert Password
+2017-06-13 05:04:56,450 DEBUG fe_user 30 67328 140735912027072 Click Login Button
+2017-06-13 05:04:56,539 DEBUG fe_user 32 67328 140735912027072 Login Button clicked
+2017-06-13 05:04:56,549 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:04:58,825 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:05:00,649 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and engagement_stage = 'Intake';
+2017-06-13 05:05:00,652 DEBUG db_general 232 67328 140735912027072 Query result: ['Please work with your Engagement Lead (EL) to complete the necessary trial agreements.', 'Please add your AT&T sponsor or vendor contact information.']
+2017-06-13 05:05:00,652 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Intake
+2017-06-13 05:05:00,657 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and description = 'Please work with your Engagement Lead (EL) to complete the necessary trial agreements.';
+2017-06-13 05:05:00,659 DEBUG db_general 232 67328 140735912027072 Query result: 432a2e04-4c77-427b-9eee-113339d185f4
+2017-06-13 05:05:00,659 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:05:00,792 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and description = 'Please add your AT&T sponsor or vendor contact information.';
+2017-06-13 05:05:00,795 DEBUG db_general 232 67328 140735912027072 Query result: be5402d3-85a4-4b0e-9b52-7a4da0a83592
+2017-06-13 05:05:00,795 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:05:01,380 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:05:03,149 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:05:04,051 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:05:04,054 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-06-13 05:05:04,054 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-06-13 05:05:04,066 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 05:05:04,293 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and engagement_stage = 'Active';
+2017-06-13 05:05:04,295 DEBUG db_general 232 67328 140735912027072 Query result: ['Please submit the first version of the VF package. If you have any problems or questions, please contact your Engagement Lead (EL)']
+2017-06-13 05:05:04,296 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Active
+2017-06-13 05:05:04,300 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and description = 'Please submit the first version of the VF package. If you have any problems or questions, please contact your Engagement Lead (EL)';
+2017-06-13 05:05:04,303 DEBUG db_general 232 67328 140735912027072 Query result: 64e3b9df-f3c1-4a26-b1ea-5a8d5df7abf8
+2017-06-13 05:05:04,303 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:05:04,711 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:05:06,585 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:05:07,743 DEBUG db_general 220 67328 140735912027072 Query : select description from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and engagement_stage = 'Validated';
+2017-06-13 05:05:07,746 DEBUG db_general 232 67328 140735912027072 Query result: ['Please schedule a time with your Engagement Lead (EL) to complete the handoff.']
+2017-06-13 05:05:07,746 DEBUG fe_overview 78 67328 140735912027072 Got list of Next Steps for current stage Validated
+2017-06-13 05:05:07,750 DEBUG db_general 220 67328 140735912027072 Query : select uuid from ice_next_step Where engagement_id = '81c7a1d3-7076-4c90-abf8-24fd5d963214' and description = 'Please schedule a time with your Engagement Lead (EL) to complete the handoff.';
+2017-06-13 05:05:07,752 DEBUG db_general 232 67328 140735912027072 Query result: cce05703-6c4b-4709-8894-60417478d2bd
+2017-06-13 05:05:07,753 DEBUG fe_overview 84 67328 140735912027072 Compare presented text of next step with the text from DB.
+2017-06-13 05:05:08,170 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:05:09,962 DEBUG wait 128 67328 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-13 05:05:10,025 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-06-13 05:05:10,026 DEBUG logFuncEntry 34 67325 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-06-13 05:05:10,026 DEBUG test_ui_base 48 67325 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-06-13 05:05:10,720 DEBUG fe_user 24 67325 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:05:10,720 DEBUG fe_user 25 67325 140735912027072 Insert Email
+2017-06-13 05:05:11,069 DEBUG logFuncEntry 34 67328 140735912027072 calling tearDown | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-06-13 05:05:11,070 DEBUG logFuncEntry 34 67328 140735912027072 calling results | (<tests.uiTests.test_set_stage.TestSetStage testMethod=test_set_eng_stages_via_pr_reviewer>,) | {}
+2017-06-13 05:05:11,081 DEBUG db_general 53 67328 140735912027072 Test result in DB - PASS
+2017-06-13 05:05:11,502 DEBUG fe_user 28 67325 140735912027072 Insert Password
+2017-06-13 05:05:11,660 DEBUG test_ui_base 78 67328 140735912027072 ---------------------- TestCase - End - Class TestSetStage Function test_set_eng_stages_via_pr_reviewer ----------------------
+
+2017-06-13 05:05:12,128 DEBUG fe_user 30 67325 140735912027072 Click Login Button
+2017-06-13 05:05:12,246 DEBUG fe_user 32 67325 140735912027072 Login Button clicked
+2017-06-13 05:05:12,264 DEBUG wait 128 67325 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:05:13,289 DEBUG db_cms 79 67325 140735912027072 Insert new post : title_Announcement_STusMEW
+2017-06-13 05:05:13,289 DEBUG db_cms 83 67325 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STusMEW', 'title_Announcement_STusMEW-slug', '', 'description_Announcement_STtNMPI', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STtNMPI</p>', true, '', 1, 1);
+2017-06-13 05:05:13,294 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STusMEW', 'title_Announcement_STusMEW-slug', '', 'description_Announcement_STtNMPI', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STtNMPI</p>', true, '', 1, 1);
+2017-06-13 05:05:13,303 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:05:13,304 DEBUG db_cms 92 67325 140735912027072 Get the id of the post inserted
+2017-06-13 05:05:13,304 DEBUG db_cms 94 67325 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:05:13,308 DEBUG db_cms 56 67325 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:05:13,309 DEBUG db_cms 64 67325 140735912027072 Query result: 276
+2017-06-13 05:05:13,310 DEBUG db_cms 71 67325 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:05:13,310 DEBUG db_cms 73 67325 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:05:13,314 DEBUG db_cms 56 67325 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:05:13,317 DEBUG db_cms 64 67325 140735912027072 Query result: 2
+2017-06-13 05:05:13,317 DEBUG db_cms 109 67325 140735912027072 bind category into inserted post: 276
+2017-06-13 05:05:13,317 DEBUG db_cms 111 67325 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (276, 2);
+2017-06-13 05:05:13,321 DEBUG db_cms 28 67325 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (276, 2);
+2017-06-13 05:05:13,324 DEBUG db_cms 32 67325 140735912027072 Insert query success!
+2017-06-13 05:06:30,073 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 05:06:30,074 DEBUG logFuncEntry 34 67325 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-06-13 05:06:30,075 DEBUG logFuncEntry 34 67325 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-06-13 05:06:30,084 DEBUG db_general 53 67325 140735912027072 Test result in DB - FAIL
+2017-06-13 05:06:40,239 DEBUG test_ui_base 78 67325 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-06-13 05:22:16,938 DEBUG api_user 106 75606 140735912027072 Moving to next test case. status=200
+2017-06-13 05:22:16,939 DEBUG api_user 192 75606 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/fa1164e5-a0bc-40c2-84a6-5094333c5535/45ddce631b914731b70f51b58a67436b
+2017-06-13 05:22:16,970 DEBUG api_user 195 75606 140735912027072 APIUser activated successfully!
+2017-06-13 05:22:17,037 DEBUG api_user 130 75606 140735912027072 200 OK
+2017-06-13 05:22:17,041 DEBUG db_general 153 75606 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:22:17,044 DEBUG db_general 164 75606 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:22:17,048 DEBUG db_general 153 75606 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:22:17,050 DEBUG db_general 164 75606 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:22:17,300 DEBUG api_virtual_function 73 75606 140735912027072 Virtual Function created successfully!
+2017-06-13 05:22:17,301 DEBUG logFuncEntry 34 75606 140735912027072 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 05:22:17,301 DEBUG test_ui_base 48 75606 140735912027072 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-06-13 05:22:18,387 DEBUG fe_user 24 75606 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:22:18,388 DEBUG fe_user 25 75606 140735912027072 Insert Email
+2017-06-13 05:22:19,187 DEBUG fe_user 28 75606 140735912027072 Insert Password
+2017-06-13 05:22:19,838 DEBUG fe_user 30 75606 140735912027072 Click Login Button
+2017-06-13 05:22:19,935 DEBUG fe_user 32 75606 140735912027072 Login Button clicked
+2017-06-13 05:22:19,945 DEBUG wait 128 75606 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:22:20,466 DEBUG wait 128 75606 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:22:21,562 DEBUG api_user 106 75606 140735912027072 Moving to next test case. status=200
+2017-06-13 05:22:21,562 DEBUG api_user 192 75606 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/71ee71a8-3b4e-4093-a8e1-4d23bbe79fc4/f13e2869560649d4956694b2adfb089f
+2017-06-13 05:22:21,595 DEBUG api_user 195 75606 140735912027072 APIUser activated successfully!
+2017-06-13 05:22:21,666 DEBUG api_user 130 75606 140735912027072 200 OK
+2017-06-13 05:22:21,671 DEBUG db_general 153 75606 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:22:21,673 DEBUG db_general 164 75606 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:22:21,677 DEBUG db_general 153 75606 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:22:21,678 DEBUG db_general 164 75606 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:22:21,927 DEBUG api_virtual_function 73 75606 140735912027072 Virtual Function created successfully!
+2017-06-13 05:22:21,928 DEBUG api_gitlab 317 75606 140735912027072 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f25a8f99-da81-432a-8e6d-a553a780e6fb/checklist/new/
+2017-06-13 05:22:21,998 DEBUG api_user 130 75606 140735912027072 200 OK
+2017-06-13 05:22:22,031 DEBUG api_gitlab 339 75606 140735912027072 Gitlab and Jenkins are ready to continue!
+2017-06-13 05:22:22,103 DEBUG api_user 130 75606 140735912027072 200 OK
+2017-06-13 05:22:22,157 DEBUG api_virtual_function 240 75606 140735912027072 Engagement stage was successfully changed to Active!
+2017-06-13 05:22:25,528 DEBUG db_general 67 75606 140735912027072 Query: select archived_time,archive_reason from ice_engagement where engagement_manual_id='2017-127'
+2017-06-13 05:22:25,531 DEBUG db_general 80 75606 140735912027072 Query result: [datetime.datetime(2017, 6, 13, 13, 22, 25, 161507, tzinfo=psycopg2.tz.FixedOffsetTimezone(offset=180, name=None)), 'STfJx2W']
+2017-06-13 05:22:25,531 DEBUG logFuncEntry 34 75606 140735912027072 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 05:22:25,531 DEBUG logFuncEntry 34 75606 140735912027072 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-06-13 05:22:25,548 DEBUG db_general 53 75606 140735912027072 Test result in DB - PASS
+2017-06-13 05:22:26,125 DEBUG test_ui_base 78 75606 140735912027072 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-06-13 05:23:11,892 DEBUG api_user 106 75737 140735912027072 Moving to next test case. status=200
+2017-06-13 05:23:11,893 DEBUG api_user 192 75737 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bb6825af-9145-46f8-bb8b-0d219c7ea429/db22c36d41104bce8157eb25ba5d8da7
+2017-06-13 05:23:11,923 DEBUG api_user 195 75737 140735912027072 APIUser activated successfully!
+2017-06-13 05:23:12,004 DEBUG api_user 130 75737 140735912027072 200 OK
+2017-06-13 05:23:12,009 DEBUG db_general 153 75737 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 05:23:12,010 DEBUG db_general 164 75737 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 05:23:12,015 DEBUG db_general 153 75737 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 05:23:12,016 DEBUG db_general 164 75737 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 05:23:12,241 DEBUG api_virtual_function 73 75737 140735912027072 Virtual Function created successfully!
+2017-06-13 05:23:12,242 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-06-13 05:23:12,242 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-06-13 05:23:13,334 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:23:13,335 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:23:14,310 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:23:14,944 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:23:15,053 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:23:15,065 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:23:16,095 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STqSmbs
+2017-06-13 05:23:16,095 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqSmbs', 'title_Announcement_STqSmbs-slug', '', 'description_Announcement_STm9no1', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STm9no1</p>', true, '', 1, 1);
+2017-06-13 05:23:16,100 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STqSmbs', 'title_Announcement_STqSmbs-slug', '', 'description_Announcement_STm9no1', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STm9no1</p>', true, '', 1, 1);
+2017-06-13 05:23:16,115 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:23:16,116 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:23:16,116 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:23:16,121 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:23:16,123 DEBUG db_cms 64 75737 140735912027072 Query result: 277
+2017-06-13 05:23:16,123 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:23:16,123 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:23:16,128 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:23:16,130 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:23:16,130 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 277
+2017-06-13 05:23:16,130 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (277, 2);
+2017-06-13 05:23:16,134 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (277, 2);
+2017-06-13 05:23:16,138 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:23:16,138 DEBUG fe_general 41 75737 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:23:16,698 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:23:16,698 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:23:17,493 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:23:18,120 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:23:18,221 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:23:18,230 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:24:22,541 ERROR fe_user 41 75737 140735912027072 Login FAILED: email=STRNvo6@intl.att.com password=iceusers
+2017-06-13 05:24:22,544 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 05:24:22,547 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-06-13 05:24:22,548 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-06-13 05:24:22,561 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:24:23,134 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-06-13 05:24:23,135 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-06-13 05:24:23,135 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-06-13 05:24:23,719 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:24:23,720 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:24:24,510 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:24:25,136 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:24:25,234 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:24:25,243 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:24:26,273 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: News
+2017-06-13 05:24:26,273 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 05:24:26,277 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 05:24:26,279 DEBUG db_cms 64 75737 140735912027072 Query result: 1
+2017-06-13 05:24:26,279 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-06-13 05:24:26,279 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-06-13 05:24:26,290 DEBUG db_general 53 75737 140735912027072 Test result in DB - PASS
+2017-06-13 05:24:26,845 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-06-13 05:24:26,846 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-06-13 05:24:26,846 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-06-13 05:24:27,419 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:24:27,419 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:24:28,212 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:24:28,836 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:24:28,964 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:24:28,975 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:24:30,003 DEBUG db_cms 142 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:24:30,004 DEBUG db_cms 116 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:24:30,004 DEBUG db_cms 118 75737 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:24:30,007 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:24:30,009 DEBUG db_cms 64 75737 140735912027072 Query result: 10
+2017-06-13 05:24:30,010 DEBUG db_cms 148 75737 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STNgZkc', 'title_Of_Page_STNgZkc-slug', '', 'description_Of_Page_STSHPeF', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STNgZkc', 'richtextpage', true, 10, 1);
+2017-06-13 05:24:30,013 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STNgZkc', 'title_Of_Page_STNgZkc-slug', '', 'description_Of_Page_STSHPeF', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STNgZkc', 'richtextpage', true, 10, 1);
+2017-06-13 05:24:30,022 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:24:30,022 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:24:30,022 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,027 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,028 DEBUG db_cms 64 75737 140735912027072 Query result: 132
+2017-06-13 05:24:30,028 DEBUG db_cms 152 75737 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:24:30,028 DEBUG db_cms 154 75737 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (132, '<p>description_Of_Page_STSHPeF</p>');
+2017-06-13 05:24:30,032 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (132, '<p>description_Of_Page_STSHPeF</p>');
+2017-06-13 05:24:30,034 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:24:30,035 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:24:30,035 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,038 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,040 DEBUG db_cms 64 75737 140735912027072 Query result: 132
+2017-06-13 05:24:30,040 DEBUG db_cms 142 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:24:30,040 DEBUG db_cms 116 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:24:30,040 DEBUG db_cms 118 75737 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:24:30,044 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:24:30,046 DEBUG db_cms 64 75737 140735912027072 Query result: 10
+2017-06-13 05:24:30,047 DEBUG db_cms 148 75737 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7yRD8', 'title_Of_Page_ST7yRD8-slug', '', 'description_Of_Page_STwRoeZ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7yRD8', 'richtextpage', true, 10, 1);
+2017-06-13 05:24:30,050 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7yRD8', 'title_Of_Page_ST7yRD8-slug', '', 'description_Of_Page_STwRoeZ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7yRD8', 'richtextpage', true, 10, 1);
+2017-06-13 05:24:30,053 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:24:30,053 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:24:30,053 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,057 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,059 DEBUG db_cms 64 75737 140735912027072 Query result: 133
+2017-06-13 05:24:30,059 DEBUG db_cms 152 75737 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:24:30,059 DEBUG db_cms 154 75737 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (133, '<p>description_Of_Page_STwRoeZ</p>');
+2017-06-13 05:24:30,063 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (133, '<p>description_Of_Page_STwRoeZ</p>');
+2017-06-13 05:24:30,066 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:24:30,067 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:24:30,067 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,071 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,073 DEBUG db_cms 64 75737 140735912027072 Query result: 133
+2017-06-13 05:24:30,073 DEBUG db_cms 142 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:24:30,073 DEBUG db_cms 116 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:24:30,073 DEBUG db_cms 118 75737 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:24:30,077 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:24:30,079 DEBUG db_cms 64 75737 140735912027072 Query result: 10
+2017-06-13 05:24:30,079 DEBUG db_cms 148 75737 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STX0g1U', 'title_Of_Page_STX0g1U-slug', '', 'description_Of_Page_STJvF19', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STX0g1U', 'richtextpage', true, 10, 1);
+2017-06-13 05:24:30,083 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STX0g1U', 'title_Of_Page_STX0g1U-slug', '', 'description_Of_Page_STJvF19', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STX0g1U', 'richtextpage', true, 10, 1);
+2017-06-13 05:24:30,086 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:24:30,087 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:24:30,087 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,091 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:24:30,093 DEBUG db_cms 64 75737 140735912027072 Query result: 134
+2017-06-13 05:24:30,093 DEBUG db_cms 152 75737 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:24:30,093 DEBUG db_cms 154 75737 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (134, '<p>description_Of_Page_STJvF19</p>');
+2017-06-13 05:24:30,099 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (134, '<p>description_Of_Page_STJvF19</p>');
+2017-06-13 05:24:30,101 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:25:34,689 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 05:25:34,694 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-06-13 05:25:34,694 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-06-13 05:25:34,707 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:25:35,326 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-06-13 05:25:35,327 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-06-13 05:25:35,327 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-06-13 05:25:35,914 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:25:35,914 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:25:36,704 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:25:37,328 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:25:37,424 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:25:37,433 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:25:38,460 DEBUG db_cms 142 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:25:38,460 DEBUG db_cms 116 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:25:38,460 DEBUG db_cms 118 75737 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:25:38,464 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:25:38,466 DEBUG db_cms 64 75737 140735912027072 Query result: 10
+2017-06-13 05:25:38,466 DEBUG db_cms 148 75737 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STuNElH', 'title_Of_Page_STuNElH-slug', '', 'description_Of_Page_STmzVfY', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STuNElH', 'richtextpage', true, 10, 1);
+2017-06-13 05:25:38,470 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STuNElH', 'title_Of_Page_STuNElH-slug', '', 'description_Of_Page_STmzVfY', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STuNElH', 'richtextpage', true, 10, 1);
+2017-06-13 05:25:38,479 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:25:38,479 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:25:38,479 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:25:38,483 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:25:38,485 DEBUG db_cms 64 75737 140735912027072 Query result: 135
+2017-06-13 05:25:38,485 DEBUG db_cms 152 75737 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:25:38,485 DEBUG db_cms 154 75737 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (135, '<p>description_Of_Page_STmzVfY</p>');
+2017-06-13 05:25:38,489 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (135, '<p>description_Of_Page_STmzVfY</p>');
+2017-06-13 05:25:38,492 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:26:55,047 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_page
+2017-06-13 05:26:55,048 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-06-13 05:26:55,048 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-06-13 05:26:55,055 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:27:05,232 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-06-13 05:27:05,232 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 05:27:05,232 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-06-13 05:27:05,831 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:27:05,832 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:27:06,621 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:27:07,247 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:27:07,349 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:27:07,359 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:27:08,387 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STpbCAl
+2017-06-13 05:27:08,387 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpbCAl', 'title_Announcement_STpbCAl-slug', '', 'description_Announcement_STHGV63', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STHGV63</p>', true, '', 1, 1);
+2017-06-13 05:27:08,392 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STpbCAl', 'title_Announcement_STpbCAl-slug', '', 'description_Announcement_STHGV63', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STHGV63</p>', true, '', 1, 1);
+2017-06-13 05:27:08,401 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:27:08,401 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:27:08,401 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:27:08,405 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:27:08,407 DEBUG db_cms 64 75737 140735912027072 Query result: 278
+2017-06-13 05:27:08,407 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:27:08,407 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:27:08,411 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:27:08,413 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:27:08,413 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 278
+2017-06-13 05:27:08,413 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (278, 2);
+2017-06-13 05:27:08,417 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (278, 2);
+2017-06-13 05:27:08,425 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:28:26,040 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 05:28:26,041 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 05:28:26,041 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 05:28:26,049 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:28:36,288 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-06-13 05:28:36,289 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-06-13 05:28:36,289 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-06-13 05:28:36,840 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:28:36,840 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:28:37,629 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:28:38,247 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:28:38,340 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:28:38,348 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:28:39,374 DEBUG db_cms 132 75737 140735912027072 Delete all posts
+2017-06-13 05:28:39,375 DEBUG db_cms 134 75737 140735912027072 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-06-13 05:28:39,378 DEBUG db_cms 28 75737 140735912027072 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-06-13 05:28:39,386 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:28:39,387 DEBUG db_cms 137 75737 140735912027072 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-06-13 05:28:39,391 DEBUG db_cms 28 75737 140735912027072 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-06-13 05:28:39,396 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:28:39,397 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_FAQSTnd9WD
+2017-06-13 05:28:39,397 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTnd9WD', 'title_FAQSTnd9WD-slug', '', 'description_FAQ_STSb5CT', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STSb5CT</p>', true, '', 1, 1);
+2017-06-13 05:28:39,400 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTnd9WD', 'title_FAQSTnd9WD-slug', '', 'description_FAQ_STSb5CT', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STSb5CT</p>', true, '', 1, 1);
+2017-06-13 05:28:39,403 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:28:39,403 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:28:39,403 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:28:39,407 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:28:39,408 DEBUG db_cms 64 75737 140735912027072 Query result: 279
+2017-06-13 05:28:39,409 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: FAQ
+2017-06-13 05:28:39,409 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-06-13 05:28:39,412 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-06-13 05:28:39,414 DEBUG db_cms 64 75737 140735912027072 Query result: 3
+2017-06-13 05:28:39,414 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 279
+2017-06-13 05:28:39,414 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (279, 3);
+2017-06-13 05:28:39,418 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (279, 3);
+2017-06-13 05:28:39,420 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:29:45,555 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:29:45,558 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-06-13 05:29:45,558 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-06-13 05:29:45,586 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:29:47,517 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-06-13 05:29:47,518 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-06-13 05:29:47,518 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-06-13 05:29:48,071 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:29:48,072 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:29:48,876 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:29:49,502 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:29:49,601 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:29:49,611 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:29:50,647 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_NewsST3IAzQ
+2017-06-13 05:29:50,647 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsST3IAzQ', 'title_NewsST3IAzQ-slug', '', 'description_NewsST432Iv', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsST432Iv</p>', true, '', 1, 1);
+2017-06-13 05:29:50,651 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsST3IAzQ', 'title_NewsST3IAzQ-slug', '', 'description_NewsST432Iv', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsST432Iv</p>', true, '', 1, 1);
+2017-06-13 05:29:50,659 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:29:50,659 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:29:50,659 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:29:50,664 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:29:50,666 DEBUG db_cms 64 75737 140735912027072 Query result: 280
+2017-06-13 05:29:50,666 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: News
+2017-06-13 05:29:50,666 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 05:29:50,670 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-06-13 05:29:50,671 DEBUG db_cms 64 75737 140735912027072 Query result: 1
+2017-06-13 05:29:50,672 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 280
+2017-06-13 05:29:50,672 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (280, 1);
+2017-06-13 05:29:50,676 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (280, 1);
+2017-06-13 05:29:50,679 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:30:56,754 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:30:56,754 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-06-13 05:30:56,754 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-06-13 05:30:56,762 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:30:58,766 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-06-13 05:30:58,767 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-06-13 05:30:58,768 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation_content ----------------------
+2017-06-13 05:30:59,329 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:30:59,329 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:31:00,135 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:31:00,757 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:31:00,855 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:31:00,864 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:31:01,902 DEBUG db_cms 142 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:31:01,903 DEBUG db_cms 116 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:31:01,903 DEBUG db_cms 118 75737 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:31:01,906 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:31:01,908 DEBUG db_cms 64 75737 140735912027072 Query result: 10
+2017-06-13 05:31:01,908 DEBUG db_cms 148 75737 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STO9s8k', 'title_Of_Page_STO9s8k-slug', '', 'description_Of_Page_STiGE7g', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STO9s8k', 'richtextpage', true, 10, 1);
+2017-06-13 05:31:01,912 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STO9s8k', 'title_Of_Page_STO9s8k-slug', '', 'description_Of_Page_STiGE7g', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STO9s8k', 'richtextpage', true, 10, 1);
+2017-06-13 05:31:01,921 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:31:01,921 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:31:01,921 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:31:01,925 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:31:01,926 DEBUG db_cms 64 75737 140735912027072 Query result: 136
+2017-06-13 05:31:01,927 DEBUG db_cms 152 75737 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:31:01,927 DEBUG db_cms 154 75737 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (136, '<p>description_Of_Page_STiGE7g</p>');
+2017-06-13 05:31:01,930 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (136, '<p>description_Of_Page_STiGE7g</p>');
+2017-06-13 05:31:01,932 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:31:02,045 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:31:03,215 DEBUG fe_cms 74 75737 140735912027072 Search Documentation by content
+2017-06-13 05:32:08,651 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:32:08,654 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-06-13 05:32:08,654 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-06-13 05:32:08,666 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:32:10,108 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation_content ----------------------
+
+2017-06-13 05:32:10,109 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-06-13 05:32:10,109 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation_title ----------------------
+2017-06-13 05:32:10,698 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:32:10,698 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:32:11,493 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:32:12,126 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:32:12,223 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:32:12,233 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:32:13,271 DEBUG db_cms 142 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:32:13,271 DEBUG db_cms 116 75737 140735912027072 Retrive id of documentation page:
+2017-06-13 05:32:13,271 DEBUG db_cms 118 75737 140735912027072 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:32:13,275 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-06-13 05:32:13,277 DEBUG db_cms 64 75737 140735912027072 Query result: 10
+2017-06-13 05:32:13,277 DEBUG db_cms 148 75737 140735912027072 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STgmdtZ', 'title_Of_Page_STgmdtZ-slug', '', 'description_Of_Page_STA38qo', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STgmdtZ', 'richtextpage', true, 10, 1);
+2017-06-13 05:32:13,280 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STgmdtZ', 'title_Of_Page_STgmdtZ-slug', '', 'description_Of_Page_STA38qo', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STgmdtZ', 'richtextpage', true, 10, 1);
+2017-06-13 05:32:13,289 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:32:13,289 DEBUG db_cms 124 75737 140735912027072 Retrive id of last page inserted:
+2017-06-13 05:32:13,289 DEBUG db_cms 126 75737 140735912027072 Query : select MAX(id) FROM public.pages_page;
+2017-06-13 05:32:13,294 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.pages_page;
+2017-06-13 05:32:13,296 DEBUG db_cms 64 75737 140735912027072 Query result: 137
+2017-06-13 05:32:13,296 DEBUG db_cms 152 75737 140735912027072 Bind the page with the rich text content related to this page
+2017-06-13 05:32:13,296 DEBUG db_cms 154 75737 140735912027072 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (137, '<p>description_Of_Page_STA38qo</p>');
+2017-06-13 05:32:13,300 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (137, '<p>description_Of_Page_STA38qo</p>');
+2017-06-13 05:32:13,302 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:32:13,302 DEBUG test_cms_news_and_announcementsion 56 75737 140735912027072 About to login with EL and add VFC
+2017-06-13 05:32:13,302 DEBUG test_cms_news_and_announcementsion 60 75737 140735912027072 Login with user hs0007@att.com
+2017-06-13 05:32:13,302 DEBUG fe_general 41 75737 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:32:13,874 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:32:13,874 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:32:14,622 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:32:15,336 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:32:15,437 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:32:15,446 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:32:16,692 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:32:17,846 DEBUG fe_cms 63 75737 140735912027072 Search Documentation by title
+2017-06-13 05:33:19,657 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:33:19,658 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-06-13 05:33:19,658 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-06-13 05:33:19,665 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:33:21,256 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation_title ----------------------
+
+2017-06-13 05:33:21,257 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-06-13 05:33:21,257 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-06-13 05:33:21,820 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:33:21,821 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:33:22,620 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:33:23,243 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:33:23,337 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:33:23,348 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:33:24,386 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STa12BM
+2017-06-13 05:33:24,386 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STa12BM', 'title_Announcement_STa12BM-slug', '', 'description_Announcement_SToUMkK', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToUMkK</p>', true, '', 1, 1);
+2017-06-13 05:33:24,391 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STa12BM', 'title_Announcement_STa12BM-slug', '', 'description_Announcement_SToUMkK', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToUMkK</p>', true, '', 1, 1);
+2017-06-13 05:33:24,399 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,399 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:33:24,399 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,403 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,404 DEBUG db_cms 64 75737 140735912027072 Query result: 281
+2017-06-13 05:33:24,405 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:33:24,405 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,408 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,410 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:33:24,410 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 281
+2017-06-13 05:33:24,411 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (281, 2);
+2017-06-13 05:33:24,415 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (281, 2);
+2017-06-13 05:33:24,418 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,418 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STFCQDZ
+2017-06-13 05:33:24,418 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFCQDZ', 'title_Announcement_STFCQDZ-slug', '', 'description_Announcement_STfwOoP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfwOoP</p>', true, '', 1, 1);
+2017-06-13 05:33:24,421 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STFCQDZ', 'title_Announcement_STFCQDZ-slug', '', 'description_Announcement_STfwOoP', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfwOoP</p>', true, '', 1, 1);
+2017-06-13 05:33:24,424 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,424 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:33:24,424 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,428 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,430 DEBUG db_cms 64 75737 140735912027072 Query result: 282
+2017-06-13 05:33:24,430 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:33:24,430 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,434 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,436 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:33:24,436 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 282
+2017-06-13 05:33:24,436 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (282, 2);
+2017-06-13 05:33:24,439 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (282, 2);
+2017-06-13 05:33:24,442 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,442 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_ST0FxWz
+2017-06-13 05:33:24,442 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST0FxWz', 'title_Announcement_ST0FxWz-slug', '', 'description_Announcement_STK2rME', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STK2rME</p>', true, '', 1, 1);
+2017-06-13 05:33:24,446 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST0FxWz', 'title_Announcement_ST0FxWz-slug', '', 'description_Announcement_STK2rME', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STK2rME</p>', true, '', 1, 1);
+2017-06-13 05:33:24,449 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,449 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:33:24,449 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,453 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,455 DEBUG db_cms 64 75737 140735912027072 Query result: 283
+2017-06-13 05:33:24,455 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:33:24,455 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,460 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,461 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:33:24,462 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 283
+2017-06-13 05:33:24,462 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (283, 2);
+2017-06-13 05:33:24,465 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (283, 2);
+2017-06-13 05:33:24,468 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,468 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STTkQl8
+2017-06-13 05:33:24,468 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTkQl8', 'title_Announcement_STTkQl8-slug', '', 'description_Announcement_STRxZNw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STRxZNw</p>', true, '', 1, 1);
+2017-06-13 05:33:24,471 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTkQl8', 'title_Announcement_STTkQl8-slug', '', 'description_Announcement_STRxZNw', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STRxZNw</p>', true, '', 1, 1);
+2017-06-13 05:33:24,475 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,475 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:33:24,475 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,478 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,480 DEBUG db_cms 64 75737 140735912027072 Query result: 284
+2017-06-13 05:33:24,480 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:33:24,480 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,483 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,485 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:33:24,485 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 284
+2017-06-13 05:33:24,485 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (284, 2);
+2017-06-13 05:33:24,489 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (284, 2);
+2017-06-13 05:33:24,491 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,492 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STQmd50
+2017-06-13 05:33:24,492 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQmd50', 'title_Announcement_STQmd50-slug', '', 'description_Announcement_ST5CFwT', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST5CFwT</p>', true, '', 1, 1);
+2017-06-13 05:33:24,496 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STQmd50', 'title_Announcement_STQmd50-slug', '', 'description_Announcement_ST5CFwT', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST5CFwT</p>', true, '', 1, 1);
+2017-06-13 05:33:24,501 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,501 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:33:24,501 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,505 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,507 DEBUG db_cms 64 75737 140735912027072 Query result: 285
+2017-06-13 05:33:24,507 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:33:24,507 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,510 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,513 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:33:24,513 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 285
+2017-06-13 05:33:24,513 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (285, 2);
+2017-06-13 05:33:24,517 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (285, 2);
+2017-06-13 05:33:24,519 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,520 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_ST9j3zI
+2017-06-13 05:33:24,520 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST9j3zI', 'title_Announcement_ST9j3zI-slug', '', 'description_Announcement_STpPSYt', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STpPSYt</p>', true, '', 1, 1);
+2017-06-13 05:33:24,526 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST9j3zI', 'title_Announcement_ST9j3zI-slug', '', 'description_Announcement_STpPSYt', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STpPSYt</p>', true, '', 1, 1);
+2017-06-13 05:33:24,530 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,530 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:33:24,531 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,535 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:33:24,536 DEBUG db_cms 64 75737 140735912027072 Query result: 286
+2017-06-13 05:33:24,536 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:33:24,536 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,540 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:33:24,541 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:33:24,542 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 286
+2017-06-13 05:33:24,542 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (286, 2);
+2017-06-13 05:33:24,545 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (286, 2);
+2017-06-13 05:33:24,547 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:33:24,548 DEBUG fe_general 41 75737 140735912027072 Reopen URL: http://127.0.0.1:8181/#/login
+2017-06-13 05:33:25,106 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:33:25,106 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:33:25,906 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:33:26,532 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:33:26,626 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:33:26,637 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 05:34:31,266 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:34:31,269 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-06-13 05:34:31,269 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-06-13 05:34:31,299 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:34:32,591 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-06-13 05:34:32,591 DEBUG logFuncEntry 34 75737 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-06-13 05:34:32,591 DEBUG test_ui_base 48 75737 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-06-13 05:34:33,345 DEBUG fe_user 24 75737 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 05:34:33,345 DEBUG fe_user 25 75737 140735912027072 Insert Email
+2017-06-13 05:34:52,397 DEBUG fe_user 28 75737 140735912027072 Insert Password
+2017-06-13 05:35:20,630 DEBUG fe_user 30 75737 140735912027072 Click Login Button
+2017-06-13 05:35:20,750 DEBUG fe_user 32 75737 140735912027072 Login Button clicked
+2017-06-13 05:35:30,669 DEBUG wait 128 75737 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 05:35:40,869 DEBUG db_cms 79 75737 140735912027072 Insert new post : title_Announcement_STwRox4
+2017-06-13 05:35:40,869 DEBUG db_cms 83 75737 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STwRox4', 'title_Announcement_STwRox4-slug', '', 'description_Announcement_STojMF8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STojMF8</p>', true, '', 1, 1);
+2017-06-13 05:35:40,873 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STwRox4', 'title_Announcement_STwRox4-slug', '', 'description_Announcement_STojMF8', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STojMF8</p>', true, '', 1, 1);
+2017-06-13 05:35:40,876 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:35:40,876 DEBUG db_cms 92 75737 140735912027072 Get the id of the post inserted
+2017-06-13 05:35:40,876 DEBUG db_cms 94 75737 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:35:40,880 DEBUG db_cms 56 75737 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 05:35:40,881 DEBUG db_cms 64 75737 140735912027072 Query result: 287
+2017-06-13 05:35:40,882 DEBUG db_cms 71 75737 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 05:35:40,882 DEBUG db_cms 73 75737 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:35:40,885 DEBUG db_cms 56 75737 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 05:35:40,887 DEBUG db_cms 64 75737 140735912027072 Query result: 2
+2017-06-13 05:35:40,887 DEBUG db_cms 109 75737 140735912027072 bind category into inserted post: 287
+2017-06-13 05:35:40,887 DEBUG db_cms 111 75737 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (287, 2);
+2017-06-13 05:35:40,890 DEBUG db_cms 28 75737 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (287, 2);
+2017-06-13 05:35:40,893 DEBUG db_cms 32 75737 140735912027072 Insert query success!
+2017-06-13 05:36:42,368 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 05:36:42,371 DEBUG logFuncEntry 34 75737 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-06-13 05:36:42,372 DEBUG logFuncEntry 34 75737 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-06-13 05:36:42,401 DEBUG db_general 53 75737 140735912027072 Test result in DB - FAIL
+2017-06-13 05:36:47,204 DEBUG test_ui_base 78 75737 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-06-13 08:08:11,758 DEBUG api_user 106 91365 140735912027072 Moving to next test case. status=200
+2017-06-13 08:08:11,759 DEBUG api_user 192 91365 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dc51a20e-2aa0-467f-93e2-9c083ae2bc6f/f1a7fb2751ab45e6a88593ee79ae00c0
+2017-06-13 08:08:11,794 DEBUG api_user 195 91365 140735912027072 APIUser activated successfully!
+2017-06-13 08:08:11,872 DEBUG api_user 130 91365 140735912027072 200 OK
+2017-06-13 08:08:11,876 DEBUG db_general 153 91365 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 08:08:11,878 DEBUG db_general 164 91365 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 08:08:11,882 DEBUG db_general 153 91365 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 08:08:11,884 DEBUG db_general 164 91365 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 08:08:12,132 DEBUG api_virtual_function 73 91365 140735912027072 Virtual Function created successfully!
+2017-06-13 08:08:12,133 DEBUG logFuncEntry 34 91365 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:08:12,133 DEBUG test_ui_base 48 91365 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-06-13 08:08:13,211 DEBUG fe_user 24 91365 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 08:08:13,211 DEBUG fe_user 25 91365 140735912027072 Insert Email
+2017-06-13 08:08:14,188 DEBUG fe_user 28 91365 140735912027072 Insert Password
+2017-06-13 08:08:14,819 DEBUG fe_user 30 91365 140735912027072 Click Login Button
+2017-06-13 08:08:14,949 DEBUG fe_user 32 91365 140735912027072 Login Button clicked
+2017-06-13 08:08:14,961 DEBUG wait 128 91365 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 08:08:15,991 DEBUG db_cms 79 91365 140735912027072 Insert new post : title_Announcement_STztwUA
+2017-06-13 08:08:15,991 DEBUG db_cms 83 91365 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STztwUA', 'title_Announcement_STztwUA-slug', '', 'description_Announcement_SToNmdC', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToNmdC</p>', true, '', 1, 1);
+2017-06-13 08:08:15,995 DEBUG db_cms 28 91365 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STztwUA', 'title_Announcement_STztwUA-slug', '', 'description_Announcement_SToNmdC', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToNmdC</p>', true, '', 1, 1);
+2017-06-13 08:08:16,005 DEBUG db_cms 32 91365 140735912027072 Insert query success!
+2017-06-13 08:08:16,005 DEBUG db_cms 92 91365 140735912027072 Get the id of the post inserted
+2017-06-13 08:08:16,005 DEBUG db_cms 94 91365 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 08:08:16,009 DEBUG db_cms 56 91365 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 08:08:16,012 DEBUG db_cms 64 91365 140735912027072 Query result: 288
+2017-06-13 08:08:16,012 DEBUG db_cms 71 91365 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 08:08:16,012 DEBUG db_cms 73 91365 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 08:08:16,016 DEBUG db_cms 56 91365 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 08:08:16,018 DEBUG db_cms 64 91365 140735912027072 Query result: 2
+2017-06-13 08:08:16,018 DEBUG db_cms 109 91365 140735912027072 bind category into inserted post: 288
+2017-06-13 08:08:16,018 DEBUG db_cms 111 91365 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (288, 2);
+2017-06-13 08:08:16,021 DEBUG db_cms 28 91365 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (288, 2);
+2017-06-13 08:08:16,028 DEBUG db_cms 32 91365 140735912027072 Insert query success!
+2017-06-13 08:09:20,588 ERROR exception_decor 23 91365 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 08:09:20,592 DEBUG logFuncEntry 34 91365 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:09:20,592 DEBUG logFuncEntry 34 91365 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:09:20,841 DEBUG db_general 53 91365 140735912027072 Test result in DB - FAIL
+2017-06-13 08:09:21,910 DEBUG test_ui_base 78 91365 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-06-13 08:14:12,682 DEBUG api_user 106 92943 140735912027072 Moving to next test case. status=200
+2017-06-13 08:14:12,682 DEBUG api_user 192 92943 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/567863ea-4d0b-44b8-a4d4-7b2e6d3b6cc8/c369040408f7458f8ad6b90872fc5116
+2017-06-13 08:14:12,718 DEBUG api_user 195 92943 140735912027072 APIUser activated successfully!
+2017-06-13 08:14:12,791 DEBUG api_user 130 92943 140735912027072 200 OK
+2017-06-13 08:14:12,795 DEBUG db_general 153 92943 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 08:14:12,797 DEBUG db_general 164 92943 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 08:14:12,801 DEBUG db_general 153 92943 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 08:14:12,802 DEBUG db_general 164 92943 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 08:14:13,096 DEBUG api_virtual_function 73 92943 140735912027072 Virtual Function created successfully!
+2017-06-13 08:14:13,096 DEBUG logFuncEntry 34 92943 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:14:13,097 DEBUG test_ui_base 48 92943 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-06-13 08:14:14,254 DEBUG fe_user 24 92943 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 08:14:14,254 DEBUG fe_user 25 92943 140735912027072 Insert Email
+2017-06-13 08:14:15,247 DEBUG fe_user 28 92943 140735912027072 Insert Password
+2017-06-13 08:14:15,894 DEBUG fe_user 30 92943 140735912027072 Click Login Button
+2017-06-13 08:14:16,015 DEBUG fe_user 32 92943 140735912027072 Login Button clicked
+2017-06-13 08:14:16,029 DEBUG wait 128 92943 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 08:14:17,054 DEBUG db_cms 79 92943 140735912027072 Insert new post : title_Announcement_ST9dsAt
+2017-06-13 08:14:17,054 DEBUG db_cms 83 92943 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST9dsAt', 'title_Announcement_ST9dsAt-slug', '', 'description_Announcement_STARdjS', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STARdjS</p>', true, '', 1, 1);
+2017-06-13 08:14:17,058 DEBUG db_cms 28 92943 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST9dsAt', 'title_Announcement_ST9dsAt-slug', '', 'description_Announcement_STARdjS', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STARdjS</p>', true, '', 1, 1);
+2017-06-13 08:14:17,067 DEBUG db_cms 32 92943 140735912027072 Insert query success!
+2017-06-13 08:14:17,068 DEBUG db_cms 92 92943 140735912027072 Get the id of the post inserted
+2017-06-13 08:14:17,068 DEBUG db_cms 94 92943 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 08:14:17,073 DEBUG db_cms 56 92943 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 08:14:17,075 DEBUG db_cms 64 92943 140735912027072 Query result: 289
+2017-06-13 08:14:17,075 DEBUG db_cms 71 92943 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 08:14:17,075 DEBUG db_cms 73 92943 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 08:14:17,080 DEBUG db_cms 56 92943 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 08:14:17,083 DEBUG db_cms 64 92943 140735912027072 Query result: 2
+2017-06-13 08:14:17,083 DEBUG db_cms 109 92943 140735912027072 bind category into inserted post: 289
+2017-06-13 08:14:17,084 DEBUG db_cms 111 92943 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (289, 2);
+2017-06-13 08:14:17,088 DEBUG db_cms 28 92943 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (289, 2);
+2017-06-13 08:14:17,091 DEBUG db_cms 32 92943 140735912027072 Insert query success!
+2017-06-13 08:14:54,989 DEBUG api_user 106 93142 140735912027072 Moving to next test case. status=200
+2017-06-13 08:14:54,990 DEBUG api_user 192 93142 140735912027072 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/952e2994-1dd2-4f1a-ae11-455c7852bfa6/fb0ffe903f8449c59dd086756dd68d60
+2017-06-13 08:14:55,021 DEBUG api_user 195 93142 140735912027072 APIUser activated successfully!
+2017-06-13 08:14:55,091 DEBUG api_user 130 93142 140735912027072 200 OK
+2017-06-13 08:14:55,095 DEBUG db_general 153 93142 140735912027072 Query : select uuid from ice_deployment_target;
+2017-06-13 08:14:55,096 DEBUG db_general 164 93142 140735912027072 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-13 08:14:55,100 DEBUG db_general 153 93142 140735912027072 Query : select uuid from ice_ecomp_release;
+2017-06-13 08:14:55,101 DEBUG db_general 164 93142 140735912027072 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-13 08:14:55,360 DEBUG api_virtual_function 73 93142 140735912027072 Virtual Function created successfully!
+2017-06-13 08:14:55,360 DEBUG logFuncEntry 34 93142 140735912027072 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:14:55,361 DEBUG test_ui_base 48 93142 140735912027072 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-06-13 08:14:56,443 DEBUG fe_user 24 93142 140735912027072 Verifying and Insert Login page elements:
+2017-06-13 08:14:56,444 DEBUG fe_user 25 93142 140735912027072 Insert Email
+2017-06-13 08:14:57,403 DEBUG fe_user 28 93142 140735912027072 Insert Password
+2017-06-13 08:14:58,058 DEBUG fe_user 30 93142 140735912027072 Click Login Button
+2017-06-13 08:14:58,170 DEBUG fe_user 32 93142 140735912027072 Login Button clicked
+2017-06-13 08:14:58,182 DEBUG wait 128 93142 140735912027072 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-13 08:14:58,697 DEBUG wait 128 93142 140735912027072 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-13 08:14:59,723 DEBUG db_cms 79 93142 140735912027072 Insert new post : title_Announcement_STuYTzN
+2017-06-13 08:14:59,723 DEBUG db_cms 83 93142 140735912027072 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuYTzN', 'title_Announcement_STuYTzN-slug', '', 'description_Announcement_ST04SlO', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST04SlO</p>', true, '', 1, 1);
+2017-06-13 08:14:59,727 DEBUG db_cms 28 93142 140735912027072 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuYTzN', 'title_Announcement_STuYTzN-slug', '', 'description_Announcement_ST04SlO', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST04SlO</p>', true, '', 1, 1);
+2017-06-13 08:14:59,736 DEBUG db_cms 32 93142 140735912027072 Insert query success!
+2017-06-13 08:14:59,736 DEBUG db_cms 92 93142 140735912027072 Get the id of the post inserted
+2017-06-13 08:14:59,736 DEBUG db_cms 94 93142 140735912027072 Query : select MAX(id) FROM public.blog_blogpost;
+2017-06-13 08:14:59,741 DEBUG db_cms 56 93142 140735912027072 Query: select MAX(id) FROM public.blog_blogpost;
+2017-06-13 08:14:59,743 DEBUG db_cms 64 93142 140735912027072 Query result: 290
+2017-06-13 08:14:59,743 DEBUG db_cms 71 93142 140735912027072 Get DBCMS category id for name: Announcement
+2017-06-13 08:14:59,743 DEBUG db_cms 73 93142 140735912027072 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 08:14:59,747 DEBUG db_cms 56 93142 140735912027072 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-06-13 08:14:59,749 DEBUG db_cms 64 93142 140735912027072 Query result: 2
+2017-06-13 08:14:59,749 DEBUG db_cms 109 93142 140735912027072 bind category into inserted post: 290
+2017-06-13 08:14:59,749 DEBUG db_cms 111 93142 140735912027072 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (290, 2);
+2017-06-13 08:14:59,752 DEBUG db_cms 28 93142 140735912027072 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (290, 2);
+2017-06-13 08:14:59,755 DEBUG db_cms 32 93142 140735912027072 Insert query success!
+2017-06-13 08:15:01,821 DEBUG logFuncEntry 34 93142 140735912027072 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:15:01,821 DEBUG logFuncEntry 34 93142 140735912027072 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-06-13 08:15:02,090 DEBUG db_general 53 93142 140735912027072 Test result in DB - PASS
+2017-06-13 08:15:02,656 DEBUG test_ui_base 78 93142 140735912027072 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-06-14 06:25:00,707 DEBUG api_user 106 27671 140736529691584 Moving to next test case. status=200
+2017-06-14 06:25:00,708 DEBUG api_user 192 27671 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1e4f6480-d7ab-413f-97d9-896e31831668/3b3d9ee1a90a434b85fe7544a19fbe8c
+2017-06-14 06:25:00,742 DEBUG api_user 195 27671 140736529691584 APIUser activated successfully!
+2017-06-14 06:25:00,807 DEBUG api_user 130 27671 140736529691584 200 OK
+2017-06-14 06:25:00,811 DEBUG db_general 153 27671 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 06:25:00,812 DEBUG db_general 164 27671 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 06:25:00,816 DEBUG db_general 153 27671 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 06:25:00,817 DEBUG db_general 164 27671 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 06:25:01,078 DEBUG api_virtual_function 73 27671 140736529691584 Virtual Function created successfully!
+2017-06-14 06:25:01,079 DEBUG api_gitlab 317 27671 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/785b1537-2f3a-46df-95cc-3159dee1c541/checklist/new/
+2017-06-14 06:25:01,144 DEBUG api_user 130 27671 140736529691584 200 OK
+2017-06-14 06:25:01,177 DEBUG api_gitlab 339 27671 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 06:25:01,253 DEBUG api_user 130 27671 140736529691584 200 OK
+2017-06-14 06:25:01,339 DEBUG api_user 106 27671 140736529691584 Moving to next test case. status=200
+2017-06-14 06:25:01,340 DEBUG api_user 192 27671 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/529ca840-8365-4877-bc18-3d951d1d1344/af806b14a87c41ac93b5e5813812b351
+2017-06-14 06:25:01,369 DEBUG api_user 195 27671 140736529691584 APIUser activated successfully!
+2017-06-14 06:25:01,438 DEBUG api_user 130 27671 140736529691584 200 OK
+2017-06-14 06:25:01,441 DEBUG db_general 153 27671 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 06:25:01,442 DEBUG db_general 164 27671 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 06:25:01,445 DEBUG db_general 153 27671 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 06:25:01,446 DEBUG db_general 164 27671 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 06:25:01,693 DEBUG api_virtual_function 73 27671 140736529691584 Virtual Function created successfully!
+2017-06-14 06:25:01,693 DEBUG api_gitlab 317 27671 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/12f86697-2b26-49f6-9827-061f57c2369a/checklist/new/
+2017-06-14 06:25:01,761 DEBUG api_user 130 27671 140736529691584 200 OK
+2017-06-14 06:25:01,789 DEBUG api_gitlab 339 27671 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 06:25:01,789 DEBUG logFuncEntry 34 27671 140736529691584 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 06:25:01,789 DEBUG test_ui_base 48 27671 140736529691584 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-06-14 06:25:02,993 DEBUG api_checklist 23 27671 140736529691584 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/785b1537-2f3a-46df-95cc-3159dee1c541/checklist/new/
+2017-06-14 06:25:02,997 DEBUG db_general 179 27671 140736529691584 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-14 06:25:02,999 DEBUG db_general 190 27671 140736529691584 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-14 06:25:02,999 DEBUG api_gitlab 317 27671 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/785b1537-2f3a-46df-95cc-3159dee1c541/checklist/new/
+2017-06-14 06:25:03,073 DEBUG api_user 130 27671 140736529691584 200 OK
+2017-06-14 06:25:03,103 DEBUG api_gitlab 339 27671 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 06:25:03,305 DEBUG api_checklist 39 27671 140736529691584 Checklist was created successfully!
+2017-06-14 06:25:03,309 DEBUG db_general 204 27671 140736529691584 Query : select state from ice_checklist Where name = 'checklistAPIST42eoO' order by update_time desc limit 1;
+2017-06-14 06:25:03,312 DEBUG fe_user 24 27671 140736529691584 Verifying and Insert Login page elements:
+2017-06-14 06:25:03,312 DEBUG fe_user 25 27671 140736529691584 Insert Email
+2017-06-14 06:25:04,250 DEBUG fe_user 28 27671 140736529691584 Insert Password
+2017-06-14 06:25:04,899 DEBUG fe_user 30 27671 140736529691584 Click Login Button
+2017-06-14 06:25:05,002 DEBUG fe_user 32 27671 140736529691584 Login Button clicked
+2017-06-14 06:25:05,014 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-14 06:25:06,345 DEBUG db_checklist 352 27671 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPIST42eoO' order by create_time desc limit 1;
+2017-06-14 06:25:07,507 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 06:25:08,631 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 06:25:09,308 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 06:25:11,056 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 06:25:14,684 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 06:25:15,804 DEBUG db_checklist 352 27671 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPIST42eoO' order by create_time desc limit 1;
+2017-06-14 06:25:16,944 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 06:25:18,053 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 06:25:19,740 DEBUG wait 128 27671 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 06:25:20,778 DEBUG logFuncEntry 34 27671 140736529691584 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 06:25:20,778 DEBUG logFuncEntry 34 27671 140736529691584 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 06:25:20,810 DEBUG db_general 53 27671 140736529691584 Test result in DB - PASS
+2017-06-14 06:25:21,386 DEBUG test_ui_base 78 27671 140736529691584 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-06-14 07:35:36,315 DEBUG api_user 106 28591 140736529691584 Moving to next test case. status=200
+2017-06-14 07:35:36,316 DEBUG api_user 192 28591 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/89ecab8e-614d-4128-823a-3d1c2dacdd9a/577455f1a250431e818ffd1111df2701
+2017-06-14 07:35:36,345 DEBUG api_user 195 28591 140736529691584 APIUser activated successfully!
+2017-06-14 07:35:36,407 DEBUG api_user 130 28591 140736529691584 200 OK
+2017-06-14 07:35:36,410 DEBUG db_general 153 28591 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 07:35:36,412 DEBUG db_general 164 28591 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 07:35:36,415 DEBUG db_general 153 28591 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 07:35:36,416 DEBUG db_general 164 28591 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 07:35:36,623 DEBUG api_virtual_function 73 28591 140736529691584 Virtual Function created successfully!
+2017-06-14 07:35:36,623 DEBUG api_gitlab 317 28591 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c1408033-7cb1-4241-b508-30176088290e/checklist/new/
+2017-06-14 07:35:36,688 DEBUG api_user 130 28591 140736529691584 200 OK
+2017-06-14 07:35:36,720 DEBUG api_gitlab 339 28591 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 07:35:36,783 DEBUG api_user 130 28591 140736529691584 200 OK
+2017-06-14 07:35:36,854 DEBUG api_user 106 28591 140736529691584 Moving to next test case. status=200
+2017-06-14 07:35:36,854 DEBUG api_user 192 28591 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/64496d85-5215-4543-a869-360d2812694e/00dd2640f0764d6bace3917abe791b8a
+2017-06-14 07:35:36,885 DEBUG api_user 195 28591 140736529691584 APIUser activated successfully!
+2017-06-14 07:35:36,949 DEBUG api_user 130 28591 140736529691584 200 OK
+2017-06-14 07:35:36,953 DEBUG db_general 153 28591 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 07:35:36,954 DEBUG db_general 164 28591 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 07:35:36,957 DEBUG db_general 153 28591 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 07:35:36,958 DEBUG db_general 164 28591 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 07:35:37,188 DEBUG api_virtual_function 73 28591 140736529691584 Virtual Function created successfully!
+2017-06-14 07:35:37,188 DEBUG api_gitlab 317 28591 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/09081331-668f-47a8-b2bc-e2cf5c779d90/checklist/new/
+2017-06-14 07:35:37,254 DEBUG api_user 130 28591 140736529691584 200 OK
+2017-06-14 07:35:37,282 DEBUG api_gitlab 339 28591 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 07:35:37,283 DEBUG logFuncEntry 34 28591 140736529691584 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 07:35:37,283 DEBUG test_ui_base 48 28591 140736529691584 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-06-14 07:35:38,422 DEBUG api_checklist 23 28591 140736529691584 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c1408033-7cb1-4241-b508-30176088290e/checklist/new/
+2017-06-14 07:35:38,433 DEBUG db_general 179 28591 140736529691584 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-14 07:35:38,436 DEBUG db_general 190 28591 140736529691584 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-14 07:35:38,436 DEBUG api_gitlab 317 28591 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c1408033-7cb1-4241-b508-30176088290e/checklist/new/
+2017-06-14 07:35:38,505 DEBUG api_user 130 28591 140736529691584 200 OK
+2017-06-14 07:35:38,539 DEBUG api_gitlab 339 28591 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 07:35:38,813 DEBUG api_checklist 39 28591 140736529691584 Checklist was created successfully!
+2017-06-14 07:35:38,818 DEBUG db_general 204 28591 140736529691584 Query : select state from ice_checklist Where name = 'checklistAPISTxZMSg' order by update_time desc limit 1;
+2017-06-14 07:35:38,821 DEBUG fe_user 24 28591 140736529691584 Verifying and Insert Login page elements:
+2017-06-14 07:35:38,821 DEBUG fe_user 25 28591 140736529691584 Insert Email
+2017-06-14 07:35:39,760 DEBUG fe_user 28 28591 140736529691584 Insert Password
+2017-06-14 07:35:40,405 DEBUG fe_user 30 28591 140736529691584 Click Login Button
+2017-06-14 07:35:40,500 DEBUG fe_user 32 28591 140736529691584 Login Button clicked
+2017-06-14 07:35:40,510 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-14 07:35:41,858 DEBUG db_checklist 352 28591 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPISTxZMSg' order by create_time desc limit 1;
+2017-06-14 07:35:43,024 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 07:35:44,133 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 07:35:44,907 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 07:35:46,694 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 07:35:50,312 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 07:35:51,426 DEBUG db_general 204 28591 140736529691584 Query : select state from ice_checklist Where uuid = '2121a3cc-94d8-4c61-ae7a-6d2c59b11f2a' order by update_time desc limit 1;
+2017-06-14 07:35:51,432 DEBUG db_checklist 352 28591 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPISTxZMSg' order by create_time desc limit 1;
+2017-06-14 07:35:52,579 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 07:35:53,686 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 07:35:55,369 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 07:35:56,405 DEBUG logFuncEntry 34 28591 140736529691584 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 07:35:56,406 DEBUG logFuncEntry 34 28591 140736529691584 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 07:35:56,412 DEBUG db_general 53 28591 140736529691584 Test result in DB - PASS
+2017-06-14 07:35:57,037 DEBUG test_ui_base 78 28591 140736529691584 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-06-14 07:35:57,040 DEBUG logFuncEntry 34 28591 140736529691584 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-06-14 07:35:57,041 DEBUG test_ui_base 48 28591 140736529691584 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-06-14 07:35:57,647 DEBUG fe_user 24 28591 140736529691584 Verifying and Insert Login page elements:
+2017-06-14 07:35:57,648 DEBUG fe_user 25 28591 140736529691584 Insert Email
+2017-06-14 07:35:58,435 DEBUG fe_user 28 28591 140736529691584 Insert Password
+2017-06-14 07:35:59,071 DEBUG fe_user 30 28591 140736529691584 Click Login Button
+2017-06-14 07:35:59,155 DEBUG fe_user 32 28591 140736529691584 Login Button clicked
+2017-06-14 07:35:59,163 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-14 07:36:01,499 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 07:36:02,717 DEBUG wait 128 28591 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 07:36:22,855 DEBUG api_user 106 28723 140736529691584 Moving to next test case. status=200
+2017-06-14 07:36:22,855 DEBUG api_user 192 28723 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0a4ad0f7-94ab-4663-927f-80d695a01002/9370be408f6f4176afc9bab608f2204f
+2017-06-14 07:36:22,886 DEBUG api_user 195 28723 140736529691584 APIUser activated successfully!
+2017-06-14 07:36:22,951 DEBUG api_user 130 28723 140736529691584 200 OK
+2017-06-14 07:36:22,955 DEBUG db_general 153 28723 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 07:36:22,956 DEBUG db_general 164 28723 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 07:36:22,959 DEBUG db_general 153 28723 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 07:36:22,961 DEBUG db_general 164 28723 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 07:36:23,184 DEBUG api_virtual_function 73 28723 140736529691584 Virtual Function created successfully!
+2017-06-14 07:36:23,185 DEBUG api_gitlab 317 28723 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0af25947-4d6b-4344-bf17-a11282ff4821/checklist/new/
+2017-06-14 07:36:23,244 DEBUG api_user 130 28723 140736529691584 200 OK
+2017-06-14 07:36:23,274 DEBUG api_gitlab 339 28723 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 07:36:23,337 DEBUG api_user 130 28723 140736529691584 200 OK
+2017-06-14 07:36:23,410 DEBUG api_user 106 28723 140736529691584 Moving to next test case. status=200
+2017-06-14 07:36:23,411 DEBUG api_user 192 28723 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6267a20d-d190-43d8-818c-43f94dd5f3b6/bc5d28736dcf4adbb80f8609ed197770
+2017-06-14 07:36:23,441 DEBUG api_user 195 28723 140736529691584 APIUser activated successfully!
+2017-06-14 07:36:23,509 DEBUG api_user 130 28723 140736529691584 200 OK
+2017-06-14 07:36:23,513 DEBUG db_general 153 28723 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 07:36:23,514 DEBUG db_general 164 28723 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 07:36:23,517 DEBUG db_general 153 28723 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 07:36:23,518 DEBUG db_general 164 28723 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 07:36:23,757 DEBUG api_virtual_function 73 28723 140736529691584 Virtual Function created successfully!
+2017-06-14 07:36:23,757 DEBUG api_gitlab 317 28723 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0d676560-4163-40f4-b58f-161947da09d3/checklist/new/
+2017-06-14 07:36:23,825 DEBUG api_user 130 28723 140736529691584 200 OK
+2017-06-14 07:36:23,853 DEBUG api_gitlab 339 28723 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 07:36:23,854 DEBUG logFuncEntry 34 28723 140736529691584 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 07:36:23,854 DEBUG test_ui_base 48 28723 140736529691584 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-06-14 07:36:24,939 DEBUG api_checklist 23 28723 140736529691584 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0af25947-4d6b-4344-bf17-a11282ff4821/checklist/new/
+2017-06-14 07:36:24,949 DEBUG db_general 179 28723 140736529691584 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-14 07:36:24,952 DEBUG db_general 190 28723 140736529691584 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-14 07:36:24,952 DEBUG api_gitlab 317 28723 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0af25947-4d6b-4344-bf17-a11282ff4821/checklist/new/
+2017-06-14 07:36:25,025 DEBUG api_user 130 28723 140736529691584 200 OK
+2017-06-14 07:36:25,054 DEBUG api_gitlab 339 28723 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 07:36:25,242 DEBUG api_checklist 39 28723 140736529691584 Checklist was created successfully!
+2017-06-14 07:36:25,245 DEBUG db_general 204 28723 140736529691584 Query : select state from ice_checklist Where name = 'checklistAPISTEltK4' order by update_time desc limit 1;
+2017-06-14 07:36:25,248 DEBUG fe_user 24 28723 140736529691584 Verifying and Insert Login page elements:
+2017-06-14 07:36:25,248 DEBUG fe_user 25 28723 140736529691584 Insert Email
+2017-06-14 07:36:26,177 DEBUG fe_user 28 28723 140736529691584 Insert Password
+2017-06-14 07:36:26,826 DEBUG fe_user 30 28723 140736529691584 Click Login Button
+2017-06-14 07:36:26,922 DEBUG fe_user 32 28723 140736529691584 Login Button clicked
+2017-06-14 07:36:26,932 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-14 07:36:28,285 DEBUG db_checklist 352 28723 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPISTEltK4' order by create_time desc limit 1;
+2017-06-14 07:36:29,456 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 07:36:30,565 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 07:36:31,317 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 07:36:33,073 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 07:36:36,684 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 07:36:37,803 DEBUG db_general 204 28723 140736529691584 Query : select state from ice_checklist Where uuid = 'ce1290eb-a27d-4ef5-a394-c1099ed6d054' order by update_time desc limit 1;
+2017-06-14 07:36:37,808 DEBUG db_checklist 352 28723 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPISTEltK4' order by create_time desc limit 1;
+2017-06-14 07:36:38,954 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 07:36:40,070 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 07:36:41,744 DEBUG wait 128 28723 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 07:36:42,782 DEBUG logFuncEntry 34 28723 140736529691584 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 07:36:42,782 DEBUG logFuncEntry 34 28723 140736529691584 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 07:36:42,806 DEBUG db_general 53 28723 140736529691584 Test result in DB - PASS
+2017-06-14 07:36:43,377 DEBUG test_ui_base 78 28723 140736529691584 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-06-14 08:00:48,997 DEBUG api_user 106 29129 140736529691584 Moving to next test case. status=200
+2017-06-14 08:00:48,998 DEBUG api_user 192 29129 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/20a0e762-a906-4c83-8505-c2bfee9091f1/d81cf6eb4758497884889ca1c5827797
+2017-06-14 08:00:49,031 DEBUG api_user 195 29129 140736529691584 APIUser activated successfully!
+2017-06-14 08:00:49,102 DEBUG api_user 130 29129 140736529691584 200 OK
+2017-06-14 08:00:49,106 DEBUG db_general 153 29129 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 08:00:49,108 DEBUG db_general 164 29129 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 08:00:49,112 DEBUG db_general 153 29129 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 08:00:49,113 DEBUG db_general 164 29129 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 08:00:49,314 DEBUG api_virtual_function 73 29129 140736529691584 Virtual Function created successfully!
+2017-06-14 08:00:49,315 DEBUG api_gitlab 317 29129 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f61425fa-f423-44f5-a030-3aa84fce8421/checklist/new/
+2017-06-14 08:00:49,388 DEBUG api_user 130 29129 140736529691584 200 OK
+2017-06-14 08:00:49,419 DEBUG api_gitlab 339 29129 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 08:00:49,490 DEBUG api_user 130 29129 140736529691584 200 OK
+2017-06-14 08:00:49,581 DEBUG api_user 106 29129 140736529691584 Moving to next test case. status=200
+2017-06-14 08:00:49,581 DEBUG api_user 192 29129 140736529691584 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/00f6be36-824e-40c6-ac0b-2622ec20241a/256872893e2e4d15849afc492edc8786
+2017-06-14 08:00:49,610 DEBUG api_user 195 29129 140736529691584 APIUser activated successfully!
+2017-06-14 08:00:49,678 DEBUG api_user 130 29129 140736529691584 200 OK
+2017-06-14 08:00:49,682 DEBUG db_general 153 29129 140736529691584 Query : select uuid from ice_deployment_target;
+2017-06-14 08:00:49,683 DEBUG db_general 164 29129 140736529691584 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-14 08:00:49,687 DEBUG db_general 153 29129 140736529691584 Query : select uuid from ice_ecomp_release;
+2017-06-14 08:00:49,689 DEBUG db_general 164 29129 140736529691584 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-14 08:00:49,939 DEBUG api_virtual_function 73 29129 140736529691584 Virtual Function created successfully!
+2017-06-14 08:00:49,939 DEBUG api_gitlab 317 29129 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/26e86d65-1a9a-4623-be3c-963882ce2b07/checklist/new/
+2017-06-14 08:00:50,004 DEBUG api_user 130 29129 140736529691584 200 OK
+2017-06-14 08:00:50,036 DEBUG api_gitlab 339 29129 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 08:00:50,037 DEBUG logFuncEntry 34 29129 140736529691584 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-06-14 08:00:50,037 DEBUG test_ui_base 48 29129 140736529691584 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-06-14 08:00:51,241 DEBUG api_checklist 23 29129 140736529691584 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f61425fa-f423-44f5-a030-3aa84fce8421/checklist/new/
+2017-06-14 08:00:51,246 DEBUG db_general 179 29129 140736529691584 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-06-14 08:00:51,248 DEBUG db_general 190 29129 140736529691584 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-06-14 08:00:51,248 DEBUG api_gitlab 317 29129 140736529691584 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f61425fa-f423-44f5-a030-3aa84fce8421/checklist/new/
+2017-06-14 08:00:51,320 DEBUG api_user 130 29129 140736529691584 200 OK
+2017-06-14 08:00:51,352 DEBUG api_gitlab 339 29129 140736529691584 Gitlab and Jenkins are ready to continue!
+2017-06-14 08:00:51,560 DEBUG api_checklist 39 29129 140736529691584 Checklist was created successfully!
+2017-06-14 08:00:51,564 DEBUG db_general 204 29129 140736529691584 Query : select state from ice_checklist Where name = 'checklistAPISTEhA9w' order by update_time desc limit 1;
+2017-06-14 08:00:51,567 DEBUG fe_user 24 29129 140736529691584 Verifying and Insert Login page elements:
+2017-06-14 08:00:51,567 DEBUG fe_user 25 29129 140736529691584 Insert Email
+2017-06-14 08:00:52,498 DEBUG fe_user 28 29129 140736529691584 Insert Password
+2017-06-14 08:00:53,149 DEBUG fe_user 30 29129 140736529691584 Click Login Button
+2017-06-14 08:00:53,246 DEBUG fe_user 32 29129 140736529691584 Login Button clicked
+2017-06-14 08:00:53,256 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-14 08:00:53,832 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 08:00:54,868 DEBUG db_checklist 352 29129 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPISTEhA9w' order by create_time desc limit 1;
+2017-06-14 08:00:56,041 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 08:00:57,155 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-14 08:00:57,810 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 08:00:59,564 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 08:01:03,186 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-06-14 08:01:03,717 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 08:01:04,737 DEBUG db_general 204 29129 140736529691584 Query : select state from ice_checklist Where uuid = 'e5093c15-e92e-4fb5-a19c-1f8f7699dc93' order by update_time desc limit 1;
+2017-06-14 08:01:04,743 DEBUG db_checklist 352 29129 140736529691584 Query : select uuid from ice_checklist where name = 'checklistAPISTEhA9w' order by create_time desc limit 1;
+2017-06-14 08:01:05,905 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-14 08:01:07,011 DEBUG wait 128 29129 140736529691584 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-19 01:37:24,973 DEBUG api_user 106 33979 140736594224064 Moving to next test case. status=200
+2017-06-19 01:37:24,974 DEBUG api_user 192 33979 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ce88e9c3-7418-4944-baf6-c37741d32cc9/a29bef5e277d47349718d5330f6e2544
+2017-06-19 01:37:25,054 DEBUG api_user 195 33979 140736594224064 APIUser activated successfully!
+2017-06-19 01:37:25,125 DEBUG api_user 130 33979 140736594224064 200 OK
+2017-06-19 01:37:25,130 DEBUG db_general 153 33979 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 01:37:25,132 DEBUG db_general 164 33979 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 01:37:25,135 DEBUG db_general 153 33979 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 01:37:25,137 DEBUG db_general 164 33979 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 01:37:25,527 DEBUG api_virtual_function 73 33979 140736594224064 Virtual Function created successfully!
+2017-06-19 01:37:25,528 DEBUG logFuncEntry 34 33979 140736594224064 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-19 01:37:25,528 DEBUG test_ui_base 48 33979 140736594224064 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-06-19 01:37:26,790 DEBUG api_user 106 33979 140736594224064 Moving to next test case. status=200
+2017-06-19 01:37:26,790 DEBUG api_user 192 33979 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f9da7bb3-0180-4c39-a6cc-340e83812e24/c878a92bcf5a485f9dbbe0b546677054
+2017-06-19 01:37:26,819 DEBUG api_user 195 33979 140736594224064 APIUser activated successfully!
+2017-06-19 01:37:26,885 DEBUG api_user 130 33979 140736594224064 200 OK
+2017-06-19 01:37:26,889 DEBUG db_general 153 33979 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 01:37:26,890 DEBUG db_general 164 33979 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 01:37:26,893 DEBUG db_general 153 33979 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 01:37:26,894 DEBUG db_general 164 33979 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 01:37:27,101 DEBUG api_virtual_function 73 33979 140736594224064 Virtual Function created successfully!
+2017-06-19 01:37:27,101 DEBUG fe_user 24 33979 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 01:37:27,101 DEBUG fe_user 25 33979 140736594224064 Insert Email
+2017-06-19 01:37:28,049 DEBUG fe_user 28 33979 140736594224064 Insert Password
+2017-06-19 01:37:28,697 DEBUG fe_user 30 33979 140736594224064 Click Login Button
+2017-06-19 01:37:28,795 DEBUG fe_user 32 33979 140736594224064 Login Button clicked
+2017-06-19 01:38:34,920 ERROR exception_decor 23 33979 140736594224064 There was an exception in test_update_status_via_peer_riviewer
+2017-06-19 01:38:34,926 DEBUG logFuncEntry 34 33979 140736594224064 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-19 01:38:34,926 DEBUG logFuncEntry 34 33979 140736594224064 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-06-19 01:38:34,964 DEBUG db_general 53 33979 140736594224064 Test result in DB - FAIL
+2017-06-19 01:38:35,560 DEBUG test_ui_base 78 33979 140736594224064 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-06-19 02:03:33,653 DEBUG api_user 106 35957 140736594224064 Moving to next test case. status=200
+2017-06-19 02:03:33,653 DEBUG api_user 192 35957 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/396099b1-657d-4de6-a89c-b7aa20528d9b/59828a94c9cf42138b22c156f84d9e25
+2017-06-19 02:03:33,684 DEBUG api_user 195 35957 140736594224064 APIUser activated successfully!
+2017-06-19 02:03:33,748 DEBUG api_user 130 35957 140736594224064 200 OK
+2017-06-19 02:03:33,753 DEBUG db_general 153 35957 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:03:33,754 DEBUG db_general 164 35957 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:03:33,758 DEBUG db_general 153 35957 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:03:33,759 DEBUG db_general 164 35957 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:03:34,001 DEBUG api_virtual_function 73 35957 140736594224064 Virtual Function created successfully!
+2017-06-19 02:03:34,001 DEBUG logFuncEntry 34 35957 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:03:34,001 DEBUG test_ui_base 48 35957 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:03:35,271 DEBUG api_user 106 35957 140736594224064 Moving to next test case. status=200
+2017-06-19 02:03:35,271 DEBUG api_user 192 35957 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cfcb3aed-534c-47bc-82d2-688c1b3cef6d/925590f5713d40d38d7dd5b6e56247a2
+2017-06-19 02:03:35,302 DEBUG api_user 195 35957 140736594224064 APIUser activated successfully!
+2017-06-19 02:03:35,374 DEBUG api_user 130 35957 140736594224064 200 OK
+2017-06-19 02:03:35,378 DEBUG db_general 153 35957 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:03:35,379 DEBUG db_general 164 35957 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:03:35,383 DEBUG db_general 153 35957 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:03:35,384 DEBUG db_general 164 35957 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:03:35,644 DEBUG api_virtual_function 73 35957 140736594224064 Virtual Function created successfully!
+2017-06-19 02:03:35,715 DEBUG api_user 130 35957 140736594224064 200 OK
+2017-06-19 02:03:35,719 DEBUG db_general 258 35957 140736594224064 Query : select uuid from ice_next_step Where engagement_id = '6e00147a-7369-4d50-9356-18ebc2783e21' and engagement_stage = 'Intake';
+2017-06-19 02:03:35,721 DEBUG db_general 270 35957 140736594224064 Query result: ['b1854832-287e-4ee0-aa07-f49c6f00ae3c', 'ead5970b-9f20-46c5-a561-bf138d6a6e25']
+2017-06-19 02:03:35,725 DEBUG db_general 179 35957 140736594224064 Query : select id from ice_user_profile Where email = 'STZuLW3@intl.att.com';
+2017-06-19 02:03:35,727 DEBUG db_general 190 35957 140736594224064 Query result: 1484
+2017-06-19 02:03:35,731 DEBUG db_general 179 35957 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1484';
+2017-06-19 02:03:35,733 DEBUG db_general 190 35957 140736594224064 Query result: 95cf3d2c-6615-46aa-8574-0271501f130f
+2017-06-19 02:03:35,737 DEBUG db_general 312 35957 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '95cf3d2c-6615-46aa-8574-0271501f130f';
+2017-06-19 02:03:35,746 DEBUG db_general 315 35957 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '95cf3d2c-6615-46aa-8574-0271501f130f';
+2017-06-19 02:03:35,746 DEBUG fe_user 24 35957 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:03:35,746 DEBUG fe_user 25 35957 140736594224064 Insert Email
+2017-06-19 02:03:36,698 DEBUG fe_user 28 35957 140736594224064 Insert Password
+2017-06-19 02:03:37,350 DEBUG fe_user 30 35957 140736594224064 Click Login Button
+2017-06-19 02:03:37,475 DEBUG fe_user 32 35957 140736594224064 Login Button clicked
+2017-06-19 02:03:37,486 DEBUG wait 128 35957 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:03:39,679 DEBUG wait 128 35957 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:03:41,326 DEBUG wait 128 35957 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:03:41,875 DEBUG wait 128 35957 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-06-19 02:04:49,375 DEBUG db_general 179 35957 140736594224064 Query : select description from ice_next_step Where uuid = '95cf3d2c-6615-46aa-8574-0271501f130f';
+2017-06-19 02:04:49,378 DEBUG db_general 190 35957 140736594224064 Query result: Please add your SSH key to be able to contribute.
+2017-06-19 02:04:49,403 DEBUG db_general 179 35957 140736594224064 Query : select description from ice_next_step Where uuid = 'b1854832-287e-4ee0-aa07-f49c6f00ae3c';
+2017-06-19 02:04:49,405 DEBUG db_general 190 35957 140736594224064 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-06-19 02:04:49,423 DEBUG db_general 179 35957 140736594224064 Query : select description from ice_next_step Where uuid = 'ead5970b-9f20-46c5-a561-bf138d6a6e25';
+2017-06-19 02:04:49,425 DEBUG db_general 190 35957 140736594224064 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-06-19 02:04:49,443 DEBUG db_general 312 35957 140736594224064 UPDATE ice_next_step SET position = '3' Where uuid = '95cf3d2c-6615-46aa-8574-0271501f130f';
+2017-06-19 02:04:49,451 DEBUG db_general 315 35957 140736594224064 Query : UPDATE ice_next_step SET position = '3' Where uuid = '95cf3d2c-6615-46aa-8574-0271501f130f';
+2017-06-19 02:04:49,455 DEBUG db_general 312 35957 140736594224064 UPDATE ice_next_step SET position = '2' Where uuid = 'b1854832-287e-4ee0-aa07-f49c6f00ae3c';
+2017-06-19 02:04:49,458 DEBUG db_general 315 35957 140736594224064 Query : UPDATE ice_next_step SET position = '2' Where uuid = 'b1854832-287e-4ee0-aa07-f49c6f00ae3c';
+2017-06-19 02:04:49,461 DEBUG db_general 312 35957 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = 'ead5970b-9f20-46c5-a561-bf138d6a6e25';
+2017-06-19 02:04:49,464 DEBUG db_general 315 35957 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = 'ead5970b-9f20-46c5-a561-bf138d6a6e25';
+2017-06-19 02:05:57,495 DEBUG db_general 179 35957 140736594224064 Query : select description from ice_next_step Where uuid = 'ead5970b-9f20-46c5-a561-bf138d6a6e25';
+2017-06-19 02:05:57,499 DEBUG db_general 190 35957 140736594224064 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-06-19 02:05:57,522 DEBUG db_general 179 35957 140736594224064 Query : select description from ice_next_step Where uuid = 'b1854832-287e-4ee0-aa07-f49c6f00ae3c';
+2017-06-19 02:05:57,525 DEBUG db_general 190 35957 140736594224064 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-06-19 02:05:57,540 DEBUG db_general 179 35957 140736594224064 Query : select description from ice_next_step Where uuid = '95cf3d2c-6615-46aa-8574-0271501f130f';
+2017-06-19 02:05:57,543 DEBUG db_general 190 35957 140736594224064 Query result: Please add your SSH key to be able to contribute.
+2017-06-19 02:05:57,559 DEBUG logFuncEntry 34 35957 140736594224064 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:05:57,559 DEBUG logFuncEntry 34 35957 140736594224064 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:05:57,569 DEBUG db_general 53 35957 140736594224064 Test result in DB - PASS
+2017-06-19 02:05:58,134 DEBUG test_ui_base 78 35957 140736594224064 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-06-19 02:06:25,658 DEBUG api_user 106 36223 140736594224064 Moving to next test case. status=200
+2017-06-19 02:06:25,659 DEBUG api_user 192 36223 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/149452e3-fede-4b25-ba87-73a7b3b6f571/eecb88046c464fb29bc7e23d41f9ec03
+2017-06-19 02:06:25,692 DEBUG api_user 195 36223 140736594224064 APIUser activated successfully!
+2017-06-19 02:06:25,766 DEBUG api_user 130 36223 140736594224064 200 OK
+2017-06-19 02:06:25,772 DEBUG db_general 153 36223 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:06:25,773 DEBUG db_general 164 36223 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:06:25,777 DEBUG db_general 153 36223 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:06:25,778 DEBUG db_general 164 36223 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:06:26,001 DEBUG api_virtual_function 73 36223 140736594224064 Virtual Function created successfully!
+2017-06-19 02:06:26,002 DEBUG logFuncEntry 34 36223 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:06:26,002 DEBUG test_ui_base 48 36223 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:06:32,756 DEBUG api_user 106 36223 140736594224064 Moving to next test case. status=200
+2017-06-19 02:06:32,757 DEBUG api_user 192 36223 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3dfd904e-cb03-426f-856e-3257718ae7e3/cd5b400c495b4b0fa0ec095cdcde4b87
+2017-06-19 02:06:32,809 DEBUG api_user 195 36223 140736594224064 APIUser activated successfully!
+2017-06-19 02:06:32,913 DEBUG api_user 130 36223 140736594224064 200 OK
+2017-06-19 02:06:32,918 DEBUG db_general 153 36223 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:06:32,921 DEBUG db_general 164 36223 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:06:32,928 DEBUG db_general 153 36223 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:06:32,930 DEBUG db_general 164 36223 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:06:33,505 DEBUG api_virtual_function 73 36223 140736594224064 Virtual Function created successfully!
+2017-06-19 02:06:35,658 DEBUG api_user 130 36223 140736594224064 200 OK
+2017-06-19 02:06:39,439 DEBUG db_general 258 36223 140736594224064 Query : select uuid from ice_next_step Where engagement_id = 'f2922c82-e1e8-4cd9-8fb7-5a77e69f0ba4' and engagement_stage = 'Intake';
+2017-06-19 02:06:39,442 DEBUG db_general 270 36223 140736594224064 Query result: ['d290a707-7d77-4aa9-8356-b310fff7e914', 'bf5fa8a8-bebb-4774-9f7e-5ff3bef257ae']
+2017-06-19 02:06:39,446 DEBUG db_general 179 36223 140736594224064 Query : select id from ice_user_profile Where email = 'STKh6Zq@intl.att.com';
+2017-06-19 02:06:39,448 DEBUG db_general 190 36223 140736594224064 Query result: 1486
+2017-06-19 02:06:39,453 DEBUG db_general 179 36223 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1486';
+2017-06-19 02:06:39,455 DEBUG db_general 190 36223 140736594224064 Query result: a13faa93-eeb0-45d7-90c3-cfc4b24dce01
+2017-06-19 02:06:39,459 DEBUG db_general 312 36223 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = 'a13faa93-eeb0-45d7-90c3-cfc4b24dce01';
+2017-06-19 02:06:39,464 DEBUG db_general 315 36223 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = 'a13faa93-eeb0-45d7-90c3-cfc4b24dce01';
+2017-06-19 02:06:46,121 DEBUG fe_user 24 36223 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:06:46,121 DEBUG fe_user 25 36223 140736594224064 Insert Email
+2017-06-19 02:06:47,001 DEBUG fe_user 28 36223 140736594224064 Insert Password
+2017-06-19 02:06:47,653 DEBUG fe_user 30 36223 140736594224064 Click Login Button
+2017-06-19 02:06:47,769 DEBUG fe_user 32 36223 140736594224064 Login Button clicked
+2017-06-19 02:06:47,783 DEBUG wait 128 36223 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:06:51,171 DEBUG wait 128 36223 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:06:52,817 DEBUG wait 128 36223 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:08:06,977 DEBUG api_user 106 36396 140736594224064 Moving to next test case. status=200
+2017-06-19 02:08:06,978 DEBUG api_user 192 36396 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a39d5ef6-1ed5-4de5-a4a2-d0a34cecc142/1a6543675b9244fdb13afb38d4c80059
+2017-06-19 02:08:07,011 DEBUG api_user 195 36396 140736594224064 APIUser activated successfully!
+2017-06-19 02:08:07,094 DEBUG api_user 130 36396 140736594224064 200 OK
+2017-06-19 02:08:07,098 DEBUG db_general 153 36396 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:08:07,099 DEBUG db_general 164 36396 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:08:07,103 DEBUG db_general 153 36396 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:08:07,105 DEBUG db_general 164 36396 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:08:07,339 DEBUG api_virtual_function 73 36396 140736594224064 Virtual Function created successfully!
+2017-06-19 02:08:07,340 DEBUG logFuncEntry 34 36396 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:08:07,340 DEBUG test_ui_base 48 36396 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:08:08,530 DEBUG api_user 106 36396 140736594224064 Moving to next test case. status=200
+2017-06-19 02:08:08,531 DEBUG api_user 192 36396 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e7e775a9-7c70-453e-a973-b0c9f80f79fb/1f7db2ed20614974917ab7eeda93ad7a
+2017-06-19 02:08:08,562 DEBUG api_user 195 36396 140736594224064 APIUser activated successfully!
+2017-06-19 02:08:08,645 DEBUG api_user 130 36396 140736594224064 200 OK
+2017-06-19 02:08:08,651 DEBUG db_general 153 36396 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:08:08,653 DEBUG db_general 164 36396 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:08:08,657 DEBUG db_general 153 36396 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:08:08,658 DEBUG db_general 164 36396 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:08:08,913 DEBUG api_virtual_function 73 36396 140736594224064 Virtual Function created successfully!
+2017-06-19 02:08:08,987 DEBUG api_user 130 36396 140736594224064 200 OK
+2017-06-19 02:08:08,992 DEBUG db_general 258 36396 140736594224064 Query : select uuid from ice_next_step Where engagement_id = 'f6ce31a6-6331-45b9-9d3d-c8beb419ea74' and engagement_stage = 'Intake';
+2017-06-19 02:08:08,995 DEBUG db_general 270 36396 140736594224064 Query result: ['82c463a0-f030-4482-8932-db96c2a372d2', 'e1c3357a-9893-4c86-be93-eaf54b060cc6']
+2017-06-19 02:08:08,998 DEBUG db_general 179 36396 140736594224064 Query : select id from ice_user_profile Where email = 'STUAw8V@intl.att.com';
+2017-06-19 02:08:09,001 DEBUG db_general 190 36396 140736594224064 Query result: 1488
+2017-06-19 02:08:09,005 DEBUG db_general 179 36396 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1488';
+2017-06-19 02:08:09,006 DEBUG db_general 190 36396 140736594224064 Query result: 4579d47f-b9e9-45fd-b63d-70fe07032437
+2017-06-19 02:08:09,010 DEBUG db_general 312 36396 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '4579d47f-b9e9-45fd-b63d-70fe07032437';
+2017-06-19 02:08:09,013 DEBUG db_general 315 36396 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '4579d47f-b9e9-45fd-b63d-70fe07032437';
+2017-06-19 02:08:09,014 DEBUG fe_user 24 36396 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:08:09,014 DEBUG fe_user 25 36396 140736594224064 Insert Email
+2017-06-19 02:08:10,002 DEBUG fe_user 28 36396 140736594224064 Insert Password
+2017-06-19 02:08:10,662 DEBUG fe_user 30 36396 140736594224064 Click Login Button
+2017-06-19 02:08:10,781 DEBUG fe_user 32 36396 140736594224064 Login Button clicked
+2017-06-19 02:08:10,796 DEBUG wait 128 36396 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:08:13,000 DEBUG wait 128 36396 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:08:14,641 DEBUG wait 128 36396 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:20:43,834 DEBUG api_user 106 37324 140736594224064 Moving to next test case. status=200
+2017-06-19 02:20:43,835 DEBUG api_user 192 37324 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7f7bbce3-ba7b-40b8-8b07-9d1544e9634b/1a6584e4d6564470a2483d4e484df448
+2017-06-19 02:20:43,867 DEBUG api_user 195 37324 140736594224064 APIUser activated successfully!
+2017-06-19 02:20:43,940 DEBUG api_user 130 37324 140736594224064 200 OK
+2017-06-19 02:20:43,945 DEBUG db_general 153 37324 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:20:43,946 DEBUG db_general 164 37324 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:20:43,950 DEBUG db_general 153 37324 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:20:43,951 DEBUG db_general 164 37324 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:20:44,167 DEBUG api_virtual_function 73 37324 140736594224064 Virtual Function created successfully!
+2017-06-19 02:20:44,169 DEBUG logFuncEntry 34 37324 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:20:44,170 DEBUG test_ui_base 48 37324 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:20:45,326 DEBUG api_user 106 37324 140736594224064 Moving to next test case. status=200
+2017-06-19 02:20:45,327 DEBUG api_user 192 37324 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/eb79cd33-13f4-4264-a2d5-70792492cbe5/32be11743b19453fb5bb01076647dcc5
+2017-06-19 02:20:45,356 DEBUG api_user 195 37324 140736594224064 APIUser activated successfully!
+2017-06-19 02:20:45,425 DEBUG api_user 130 37324 140736594224064 200 OK
+2017-06-19 02:20:45,428 DEBUG db_general 153 37324 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:20:45,430 DEBUG db_general 164 37324 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:20:45,434 DEBUG db_general 153 37324 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:20:45,437 DEBUG db_general 164 37324 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:20:45,735 DEBUG api_virtual_function 73 37324 140736594224064 Virtual Function created successfully!
+2017-06-19 02:20:45,845 DEBUG api_user 130 37324 140736594224064 200 OK
+2017-06-19 02:20:45,849 DEBUG db_general 258 37324 140736594224064 Query : select uuid from ice_next_step Where engagement_id = 'dfb30557-fab6-4865-9346-f1c233c1796e' and engagement_stage = 'Intake';
+2017-06-19 02:20:45,851 DEBUG db_general 270 37324 140736594224064 Query result: ['e3561b08-91b5-4ff4-a124-b4e60a2e1367', '86deb33f-3169-4325-83f9-66bb6f94a855']
+2017-06-19 02:20:45,856 DEBUG db_general 179 37324 140736594224064 Query : select id from ice_user_profile Where email = 'STPfVKc@intl.att.com';
+2017-06-19 02:20:45,858 DEBUG db_general 190 37324 140736594224064 Query result: 1490
+2017-06-19 02:20:45,864 DEBUG db_general 179 37324 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1490';
+2017-06-19 02:20:45,866 DEBUG db_general 190 37324 140736594224064 Query result: 443dfab6-f061-4f32-a00e-558dc2aa96b8
+2017-06-19 02:20:45,869 DEBUG db_general 312 37324 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '443dfab6-f061-4f32-a00e-558dc2aa96b8';
+2017-06-19 02:20:45,873 DEBUG db_general 315 37324 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '443dfab6-f061-4f32-a00e-558dc2aa96b8';
+2017-06-19 02:20:45,873 DEBUG fe_user 24 37324 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:20:45,874 DEBUG fe_user 25 37324 140736594224064 Insert Email
+2017-06-19 02:20:46,821 DEBUG fe_user 28 37324 140736594224064 Insert Password
+2017-06-19 02:20:47,478 DEBUG fe_user 30 37324 140736594224064 Click Login Button
+2017-06-19 02:20:47,598 DEBUG fe_user 32 37324 140736594224064 Login Button clicked
+2017-06-19 02:20:47,610 DEBUG wait 128 37324 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:20:49,823 DEBUG wait 128 37324 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:20:51,464 DEBUG wait 128 37324 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:21:28,837 ERROR exception_decor 23 37324 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:21:28,842 DEBUG logFuncEntry 34 37324 140736594224064 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:21:28,843 DEBUG logFuncEntry 34 37324 140736594224064 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:21:28,854 DEBUG db_general 53 37324 140736594224064 Test result in DB - FAIL
+2017-06-19 02:21:29,443 DEBUG test_ui_base 78 37324 140736594224064 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-06-19 02:22:42,269 DEBUG api_user 106 37518 140736594224064 Moving to next test case. status=200
+2017-06-19 02:22:42,270 DEBUG api_user 192 37518 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e9ac2572-4483-4c00-a852-466bee652c1a/d183c45446864ea2a8d7b487c1114e8f
+2017-06-19 02:22:42,301 DEBUG api_user 195 37518 140736594224064 APIUser activated successfully!
+2017-06-19 02:22:42,372 DEBUG api_user 130 37518 140736594224064 200 OK
+2017-06-19 02:22:42,375 DEBUG db_general 153 37518 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:22:42,376 DEBUG db_general 164 37518 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:22:42,380 DEBUG db_general 153 37518 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:22:42,381 DEBUG db_general 164 37518 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:22:42,616 DEBUG api_virtual_function 73 37518 140736594224064 Virtual Function created successfully!
+2017-06-19 02:22:42,617 DEBUG logFuncEntry 34 37518 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:22:42,617 DEBUG test_ui_base 48 37518 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:22:43,774 DEBUG api_user 106 37518 140736594224064 Moving to next test case. status=200
+2017-06-19 02:22:43,775 DEBUG api_user 192 37518 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dbd6aac8-5063-4d04-b04d-45fdf403720a/faaf5053948049d7897bfee505a05f59
+2017-06-19 02:22:43,808 DEBUG api_user 195 37518 140736594224064 APIUser activated successfully!
+2017-06-19 02:22:43,883 DEBUG api_user 130 37518 140736594224064 200 OK
+2017-06-19 02:22:43,887 DEBUG db_general 153 37518 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:22:43,891 DEBUG db_general 164 37518 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:22:43,895 DEBUG db_general 153 37518 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:22:43,897 DEBUG db_general 164 37518 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:22:44,150 DEBUG api_virtual_function 73 37518 140736594224064 Virtual Function created successfully!
+2017-06-19 02:22:44,231 DEBUG api_user 130 37518 140736594224064 200 OK
+2017-06-19 02:22:44,235 DEBUG db_general 258 37518 140736594224064 Query : select uuid from ice_next_step Where engagement_id = 'efd4793e-6091-42b1-84f2-e4094c51eb5e' and engagement_stage = 'Intake';
+2017-06-19 02:22:44,238 DEBUG db_general 270 37518 140736594224064 Query result: ['4c491ad3-7c91-480f-9bf3-37d0f101ab1a', 'ad2c5126-85cd-4b0a-be9b-8ffeccff23e1']
+2017-06-19 02:22:44,242 DEBUG db_general 179 37518 140736594224064 Query : select id from ice_user_profile Where email = 'ST0AJQ6@intl.att.com';
+2017-06-19 02:22:44,244 DEBUG db_general 190 37518 140736594224064 Query result: 1492
+2017-06-19 02:22:44,247 DEBUG db_general 179 37518 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1492';
+2017-06-19 02:22:44,249 DEBUG db_general 190 37518 140736594224064 Query result: 76290c12-7949-48de-92e2-3bfa0085d04b
+2017-06-19 02:22:44,252 DEBUG db_general 312 37518 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '76290c12-7949-48de-92e2-3bfa0085d04b';
+2017-06-19 02:22:44,255 DEBUG db_general 315 37518 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '76290c12-7949-48de-92e2-3bfa0085d04b';
+2017-06-19 02:22:44,255 DEBUG fe_user 24 37518 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:22:44,256 DEBUG fe_user 25 37518 140736594224064 Insert Email
+2017-06-19 02:22:45,246 DEBUG fe_user 28 37518 140736594224064 Insert Password
+2017-06-19 02:22:45,899 DEBUG fe_user 30 37518 140736594224064 Click Login Button
+2017-06-19 02:22:46,017 DEBUG fe_user 32 37518 140736594224064 Login Button clicked
+2017-06-19 02:22:46,028 DEBUG wait 128 37518 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:22:48,246 DEBUG wait 128 37518 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:22:49,874 DEBUG wait 128 37518 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:25:10,848 DEBUG api_user 106 37748 140736594224064 Moving to next test case. status=200
+2017-06-19 02:25:10,849 DEBUG api_user 192 37748 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f20ddef-acaf-4c23-815f-4d8a61b3ccb4/c981fab9c95f45649bb63939d4cb0e51
+2017-06-19 02:25:10,876 DEBUG api_user 195 37748 140736594224064 APIUser activated successfully!
+2017-06-19 02:25:10,950 DEBUG api_user 130 37748 140736594224064 200 OK
+2017-06-19 02:25:10,954 DEBUG db_general 153 37748 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:25:10,956 DEBUG db_general 164 37748 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:25:10,960 DEBUG db_general 153 37748 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:25:10,962 DEBUG db_general 164 37748 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:25:11,225 DEBUG api_virtual_function 73 37748 140736594224064 Virtual Function created successfully!
+2017-06-19 02:25:11,226 DEBUG logFuncEntry 34 37748 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:25:11,227 DEBUG test_ui_base 48 37748 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:25:12,430 DEBUG api_user 106 37748 140736594224064 Moving to next test case. status=200
+2017-06-19 02:25:12,430 DEBUG api_user 192 37748 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/afe1b359-2456-4f37-b3d1-753ee61155af/9807243f8ed94870983433f2b60e5030
+2017-06-19 02:25:12,481 DEBUG api_user 195 37748 140736594224064 APIUser activated successfully!
+2017-06-19 02:25:12,557 DEBUG api_user 130 37748 140736594224064 200 OK
+2017-06-19 02:25:12,561 DEBUG db_general 153 37748 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:25:12,562 DEBUG db_general 164 37748 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:25:12,566 DEBUG db_general 153 37748 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:25:12,568 DEBUG db_general 164 37748 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:25:12,837 DEBUG api_virtual_function 73 37748 140736594224064 Virtual Function created successfully!
+2017-06-19 02:25:12,916 DEBUG api_user 130 37748 140736594224064 200 OK
+2017-06-19 02:25:12,919 DEBUG db_general 258 37748 140736594224064 Query : select uuid from ice_next_step Where engagement_id = '5442d630-47b6-4a59-988a-d5b8cacf580d' and engagement_stage = 'Intake';
+2017-06-19 02:25:12,922 DEBUG db_general 270 37748 140736594224064 Query result: ['ccef0609-31a7-4e58-b830-39b869afb052', 'f760ae00-5fe4-4fc3-a062-c7439597fdeb']
+2017-06-19 02:25:12,925 DEBUG db_general 179 37748 140736594224064 Query : select id from ice_user_profile Where email = 'ST5p4Uh@intl.att.com';
+2017-06-19 02:25:12,927 DEBUG db_general 190 37748 140736594224064 Query result: 1494
+2017-06-19 02:25:12,931 DEBUG db_general 179 37748 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1494';
+2017-06-19 02:25:12,932 DEBUG db_general 190 37748 140736594224064 Query result: e05aa416-e076-4d12-8b5f-0b73f677b49f
+2017-06-19 02:25:12,935 DEBUG db_general 312 37748 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = 'e05aa416-e076-4d12-8b5f-0b73f677b49f';
+2017-06-19 02:25:12,938 DEBUG db_general 315 37748 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = 'e05aa416-e076-4d12-8b5f-0b73f677b49f';
+2017-06-19 02:25:12,938 DEBUG fe_user 24 37748 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:25:12,939 DEBUG fe_user 25 37748 140736594224064 Insert Email
+2017-06-19 02:25:13,858 DEBUG fe_user 28 37748 140736594224064 Insert Password
+2017-06-19 02:25:14,504 DEBUG fe_user 30 37748 140736594224064 Click Login Button
+2017-06-19 02:25:14,624 DEBUG fe_user 32 37748 140736594224064 Login Button clicked
+2017-06-19 02:25:14,635 DEBUG wait 128 37748 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:25:16,828 DEBUG wait 128 37748 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:25:18,466 DEBUG wait 128 37748 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:26:42,818 DEBUG api_user 106 37915 140736594224064 Moving to next test case. status=200
+2017-06-19 02:26:42,819 DEBUG api_user 192 37915 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/899945a6-bb75-4e13-8e0b-2673cf2134fe/f3d9031a771d46c686bb4decc116271a
+2017-06-19 02:26:42,852 DEBUG api_user 195 37915 140736594224064 APIUser activated successfully!
+2017-06-19 02:26:42,924 DEBUG api_user 130 37915 140736594224064 200 OK
+2017-06-19 02:26:42,928 DEBUG db_general 153 37915 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:26:42,930 DEBUG db_general 164 37915 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:26:42,934 DEBUG db_general 153 37915 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:26:42,935 DEBUG db_general 164 37915 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:26:43,154 DEBUG api_virtual_function 73 37915 140736594224064 Virtual Function created successfully!
+2017-06-19 02:26:43,155 DEBUG logFuncEntry 34 37915 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:26:43,155 DEBUG test_ui_base 48 37915 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:26:44,338 DEBUG api_user 106 37915 140736594224064 Moving to next test case. status=200
+2017-06-19 02:26:44,339 DEBUG api_user 192 37915 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4feb2111-5402-4707-9136-8adc76f549e4/d9664e6785c34c1b912adcd86b4192d3
+2017-06-19 02:26:44,371 DEBUG api_user 195 37915 140736594224064 APIUser activated successfully!
+2017-06-19 02:26:44,443 DEBUG api_user 130 37915 140736594224064 200 OK
+2017-06-19 02:26:44,447 DEBUG db_general 153 37915 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:26:44,449 DEBUG db_general 164 37915 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:26:44,452 DEBUG db_general 153 37915 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:26:44,454 DEBUG db_general 164 37915 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:26:44,694 DEBUG api_virtual_function 73 37915 140736594224064 Virtual Function created successfully!
+2017-06-19 02:26:44,767 DEBUG api_user 130 37915 140736594224064 200 OK
+2017-06-19 02:26:44,772 DEBUG db_general 258 37915 140736594224064 Query : select uuid from ice_next_step Where engagement_id = 'd440a7c7-eef3-439c-97f0-37573d24c1a2' and engagement_stage = 'Intake';
+2017-06-19 02:26:44,775 DEBUG db_general 270 37915 140736594224064 Query result: ['40783b94-8649-4f01-bbfd-767eb971f1e8', '2a248068-eee8-4f12-8ebf-e668296d2d3d']
+2017-06-19 02:26:44,778 DEBUG db_general 179 37915 140736594224064 Query : select id from ice_user_profile Where email = 'STAgkPn@intl.att.com';
+2017-06-19 02:26:44,780 DEBUG db_general 190 37915 140736594224064 Query result: 1496
+2017-06-19 02:26:44,784 DEBUG db_general 179 37915 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1496';
+2017-06-19 02:26:44,786 DEBUG db_general 190 37915 140736594224064 Query result: 777516f2-6a84-45c5-8cf3-bd4ed9aabc20
+2017-06-19 02:26:44,790 DEBUG db_general 312 37915 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '777516f2-6a84-45c5-8cf3-bd4ed9aabc20';
+2017-06-19 02:26:44,792 DEBUG db_general 315 37915 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '777516f2-6a84-45c5-8cf3-bd4ed9aabc20';
+2017-06-19 02:26:44,793 DEBUG fe_user 24 37915 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:26:44,793 DEBUG fe_user 25 37915 140736594224064 Insert Email
+2017-06-19 02:26:45,757 DEBUG fe_user 28 37915 140736594224064 Insert Password
+2017-06-19 02:26:46,416 DEBUG fe_user 30 37915 140736594224064 Click Login Button
+2017-06-19 02:26:46,540 DEBUG fe_user 32 37915 140736594224064 Login Button clicked
+2017-06-19 02:26:46,551 DEBUG wait 128 37915 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:26:48,761 DEBUG wait 128 37915 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:26:50,399 DEBUG wait 128 37915 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:28:19,503 DEBUG api_user 106 38091 140736594224064 Moving to next test case. status=200
+2017-06-19 02:28:19,504 DEBUG api_user 192 38091 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f44e0ddd-2067-4d25-9bf1-b6416821b3f0/a741ded9aa704068a9e0664b52005a14
+2017-06-19 02:28:19,537 DEBUG api_user 195 38091 140736594224064 APIUser activated successfully!
+2017-06-19 02:28:19,611 DEBUG api_user 130 38091 140736594224064 200 OK
+2017-06-19 02:28:19,614 DEBUG db_general 153 38091 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:28:19,616 DEBUG db_general 164 38091 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:28:19,619 DEBUG db_general 153 38091 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:28:19,621 DEBUG db_general 164 38091 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:28:19,870 DEBUG api_virtual_function 73 38091 140736594224064 Virtual Function created successfully!
+2017-06-19 02:28:19,871 DEBUG logFuncEntry 34 38091 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:28:19,872 DEBUG test_ui_base 48 38091 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:28:21,052 DEBUG api_user 106 38091 140736594224064 Moving to next test case. status=200
+2017-06-19 02:28:21,053 DEBUG api_user 192 38091 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c3fb306d-eb0f-45b2-9d20-54bc1d5cd002/3847aceacd174ce6ba2b40f351b52fac
+2017-06-19 02:28:21,085 DEBUG api_user 195 38091 140736594224064 APIUser activated successfully!
+2017-06-19 02:28:21,159 DEBUG api_user 130 38091 140736594224064 200 OK
+2017-06-19 02:28:21,164 DEBUG db_general 153 38091 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:28:21,166 DEBUG db_general 164 38091 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:28:21,170 DEBUG db_general 153 38091 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:28:21,171 DEBUG db_general 164 38091 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:28:21,411 DEBUG api_virtual_function 73 38091 140736594224064 Virtual Function created successfully!
+2017-06-19 02:28:21,480 DEBUG api_user 130 38091 140736594224064 200 OK
+2017-06-19 02:28:21,485 DEBUG db_general 258 38091 140736594224064 Query : select uuid from ice_next_step Where engagement_id = '86a86d57-8669-495d-874c-5db86dfdf53f' and engagement_stage = 'Intake';
+2017-06-19 02:28:21,488 DEBUG db_general 270 38091 140736594224064 Query result: ['6ed30c7c-6b65-4502-a9ee-50c99bce4d41', 'b29c1494-8671-4579-979d-9c7b1e8de0ba']
+2017-06-19 02:28:21,492 DEBUG db_general 179 38091 140736594224064 Query : select id from ice_user_profile Where email = 'ST5dcVt@intl.att.com';
+2017-06-19 02:28:21,494 DEBUG db_general 190 38091 140736594224064 Query result: 1498
+2017-06-19 02:28:21,497 DEBUG db_general 179 38091 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1498';
+2017-06-19 02:28:21,499 DEBUG db_general 190 38091 140736594224064 Query result: 0a34ba62-3ae9-4f17-a3d7-d8465b1721be
+2017-06-19 02:28:21,503 DEBUG db_general 312 38091 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '0a34ba62-3ae9-4f17-a3d7-d8465b1721be';
+2017-06-19 02:28:21,507 DEBUG db_general 315 38091 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '0a34ba62-3ae9-4f17-a3d7-d8465b1721be';
+2017-06-19 02:28:21,507 DEBUG fe_user 24 38091 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:28:21,507 DEBUG fe_user 25 38091 140736594224064 Insert Email
+2017-06-19 02:28:22,481 DEBUG fe_user 28 38091 140736594224064 Insert Password
+2017-06-19 02:28:23,138 DEBUG fe_user 30 38091 140736594224064 Click Login Button
+2017-06-19 02:28:23,255 DEBUG fe_user 32 38091 140736594224064 Login Button clicked
+2017-06-19 02:28:23,265 DEBUG wait 128 38091 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:28:25,470 DEBUG wait 128 38091 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:28:27,103 DEBUG wait 128 38091 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:29:59,937 DEBUG api_user 106 38270 140736594224064 Moving to next test case. status=200
+2017-06-19 02:29:59,937 DEBUG api_user 192 38270 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/0e42e92f-3e54-4817-a791-b99469dd196d/52787428dd734dbd97bc9997fc9f6c3e
+2017-06-19 02:29:59,969 DEBUG api_user 195 38270 140736594224064 APIUser activated successfully!
+2017-06-19 02:30:00,045 DEBUG api_user 130 38270 140736594224064 200 OK
+2017-06-19 02:30:00,048 DEBUG db_general 153 38270 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:30:00,049 DEBUG db_general 164 38270 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:30:00,052 DEBUG db_general 153 38270 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:30:00,054 DEBUG db_general 164 38270 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:30:00,312 DEBUG api_virtual_function 73 38270 140736594224064 Virtual Function created successfully!
+2017-06-19 02:30:00,313 DEBUG logFuncEntry 34 38270 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:30:00,313 DEBUG test_ui_base 48 38270 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:30:01,471 DEBUG api_user 106 38270 140736594224064 Moving to next test case. status=200
+2017-06-19 02:30:01,472 DEBUG api_user 192 38270 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/55c2f03e-05d0-4f30-8522-91e700c4388d/b502869951864cb0b526616724f36b22
+2017-06-19 02:30:01,499 DEBUG api_user 195 38270 140736594224064 APIUser activated successfully!
+2017-06-19 02:30:01,574 DEBUG api_user 130 38270 140736594224064 200 OK
+2017-06-19 02:30:01,577 DEBUG db_general 153 38270 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:30:01,579 DEBUG db_general 164 38270 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:30:01,582 DEBUG db_general 153 38270 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:30:01,583 DEBUG db_general 164 38270 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:30:01,827 DEBUG api_virtual_function 73 38270 140736594224064 Virtual Function created successfully!
+2017-06-19 02:30:01,901 DEBUG api_user 130 38270 140736594224064 200 OK
+2017-06-19 02:30:01,906 DEBUG db_general 258 38270 140736594224064 Query : select uuid from ice_next_step Where engagement_id = '5d4e4b07-80ed-4061-9e9a-b2c6a4684d87' and engagement_stage = 'Intake';
+2017-06-19 02:30:01,909 DEBUG db_general 270 38270 140736594224064 Query result: ['7895d7d2-7d83-4bcf-ba42-9941dddfe575', '4aeecd9a-6822-4090-bb9f-b7d69edcba42']
+2017-06-19 02:30:01,914 DEBUG db_general 179 38270 140736594224064 Query : select id from ice_user_profile Where email = 'STshfcy@intl.att.com';
+2017-06-19 02:30:01,916 DEBUG db_general 190 38270 140736594224064 Query result: 1500
+2017-06-19 02:30:01,920 DEBUG db_general 179 38270 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1500';
+2017-06-19 02:30:01,922 DEBUG db_general 190 38270 140736594224064 Query result: 1bee6af6-0780-4a35-ab0c-3d06990dfe9d
+2017-06-19 02:30:01,926 DEBUG db_general 312 38270 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '1bee6af6-0780-4a35-ab0c-3d06990dfe9d';
+2017-06-19 02:30:01,928 DEBUG db_general 315 38270 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '1bee6af6-0780-4a35-ab0c-3d06990dfe9d';
+2017-06-19 02:30:01,929 DEBUG fe_user 24 38270 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:30:01,929 DEBUG fe_user 25 38270 140736594224064 Insert Email
+2017-06-19 02:30:02,907 DEBUG fe_user 28 38270 140736594224064 Insert Password
+2017-06-19 02:30:03,571 DEBUG fe_user 30 38270 140736594224064 Click Login Button
+2017-06-19 02:30:03,692 DEBUG fe_user 32 38270 140736594224064 Login Button clicked
+2017-06-19 02:30:03,703 DEBUG wait 128 38270 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:30:05,906 DEBUG wait 128 38270 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:30:07,557 DEBUG wait 128 38270 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:30:19,760 DEBUG db_general 179 38270 140736594224064 Query : select description from ice_next_step Where uuid = '1bee6af6-0780-4a35-ab0c-3d06990dfe9d';
+2017-06-19 02:30:19,762 DEBUG db_general 190 38270 140736594224064 Query result: Please add your SSH key to be able to contribute.
+2017-06-19 02:30:19,763 ERROR exception_decor 23 38270 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:30:19,765 DEBUG logFuncEntry 34 38270 140736594224064 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:30:19,765 DEBUG logFuncEntry 34 38270 140736594224064 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:30:19,776 DEBUG db_general 53 38270 140736594224064 Test result in DB - FAIL
+2017-06-19 02:30:20,342 DEBUG test_ui_base 78 38270 140736594224064 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-06-19 02:31:11,533 DEBUG api_user 106 38409 140736594224064 Moving to next test case. status=200
+2017-06-19 02:31:11,534 DEBUG api_user 192 38409 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4bc45d20-0854-412a-a329-6c7e92435522/558b8e51f77a4b82855df6201ace4e21
+2017-06-19 02:31:11,567 DEBUG api_user 195 38409 140736594224064 APIUser activated successfully!
+2017-06-19 02:31:11,641 DEBUG api_user 130 38409 140736594224064 200 OK
+2017-06-19 02:31:11,645 DEBUG db_general 153 38409 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:31:11,647 DEBUG db_general 164 38409 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:31:11,651 DEBUG db_general 153 38409 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:31:11,652 DEBUG db_general 164 38409 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:31:11,914 DEBUG api_virtual_function 73 38409 140736594224064 Virtual Function created successfully!
+2017-06-19 02:31:11,915 DEBUG logFuncEntry 34 38409 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:31:11,915 DEBUG test_ui_base 48 38409 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:31:13,044 DEBUG api_user 106 38409 140736594224064 Moving to next test case. status=200
+2017-06-19 02:31:13,044 DEBUG api_user 192 38409 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1d669424-1c54-4db8-8eb1-b8c6be1c0ef7/63c3caea8af14768beb8133d9573fe8b
+2017-06-19 02:31:13,077 DEBUG api_user 195 38409 140736594224064 APIUser activated successfully!
+2017-06-19 02:31:13,160 DEBUG api_user 130 38409 140736594224064 200 OK
+2017-06-19 02:31:13,164 DEBUG db_general 153 38409 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:31:13,166 DEBUG db_general 164 38409 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:31:13,170 DEBUG db_general 153 38409 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:31:13,172 DEBUG db_general 164 38409 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:31:13,421 DEBUG api_virtual_function 73 38409 140736594224064 Virtual Function created successfully!
+2017-06-19 02:31:13,493 DEBUG api_user 130 38409 140736594224064 200 OK
+2017-06-19 02:31:13,497 DEBUG db_general 258 38409 140736594224064 Query : select uuid from ice_next_step Where engagement_id = '66b64bc3-aff6-4844-b0d9-adae4ad28c50' and engagement_stage = 'Intake';
+2017-06-19 02:31:13,499 DEBUG db_general 270 38409 140736594224064 Query result: ['d4d0a73d-6855-4cec-a9c8-572aea1eda93', 'ca40e328-cd16-4012-83e6-35baa35df36e']
+2017-06-19 02:31:13,503 DEBUG db_general 179 38409 140736594224064 Query : select id from ice_user_profile Where email = 'STcprhY@intl.att.com';
+2017-06-19 02:31:13,505 DEBUG db_general 190 38409 140736594224064 Query result: 1502
+2017-06-19 02:31:13,508 DEBUG db_general 179 38409 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1502';
+2017-06-19 02:31:13,510 DEBUG db_general 190 38409 140736594224064 Query result: 0bc002e3-edd2-404a-bcf1-8fcbf4834aaf
+2017-06-19 02:31:13,513 DEBUG db_general 312 38409 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '0bc002e3-edd2-404a-bcf1-8fcbf4834aaf';
+2017-06-19 02:31:13,516 DEBUG db_general 315 38409 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '0bc002e3-edd2-404a-bcf1-8fcbf4834aaf';
+2017-06-19 02:31:13,516 DEBUG fe_user 24 38409 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:31:13,516 DEBUG fe_user 25 38409 140736594224064 Insert Email
+2017-06-19 02:31:14,495 DEBUG fe_user 28 38409 140736594224064 Insert Password
+2017-06-19 02:31:15,151 DEBUG fe_user 30 38409 140736594224064 Click Login Button
+2017-06-19 02:31:15,268 DEBUG fe_user 32 38409 140736594224064 Login Button clicked
+2017-06-19 02:31:15,281 DEBUG wait 128 38409 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:31:17,494 DEBUG wait 128 38409 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:31:19,135 DEBUG wait 128 38409 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:32:45,259 DEBUG api_user 106 38580 140736594224064 Moving to next test case. status=200
+2017-06-19 02:32:45,259 DEBUG api_user 192 38580 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d0cc86a-b3bd-464b-821f-da66ef8ba13c/5c1b3ec1bb38412d88e72a4897845d90
+2017-06-19 02:32:45,289 DEBUG api_user 195 38580 140736594224064 APIUser activated successfully!
+2017-06-19 02:32:45,357 DEBUG api_user 130 38580 140736594224064 200 OK
+2017-06-19 02:32:45,362 DEBUG db_general 153 38580 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:32:45,363 DEBUG db_general 164 38580 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:32:45,366 DEBUG db_general 153 38580 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:32:45,368 DEBUG db_general 164 38580 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:32:45,595 DEBUG api_virtual_function 73 38580 140736594224064 Virtual Function created successfully!
+2017-06-19 02:32:45,595 DEBUG logFuncEntry 34 38580 140736594224064 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:32:45,596 DEBUG test_ui_base 48 38580 140736594224064 ---------------------- TestCase - Start - Class TestNextStep Function test_next_steps_ordering ----------------------
+2017-06-19 02:32:46,799 DEBUG api_user 106 38580 140736594224064 Moving to next test case. status=200
+2017-06-19 02:32:46,799 DEBUG api_user 192 38580 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a64136ed-2de6-41d4-923a-142329c9d706/bc5018489cee4d2195e96b2598c8c828
+2017-06-19 02:32:46,830 DEBUG api_user 195 38580 140736594224064 APIUser activated successfully!
+2017-06-19 02:32:46,903 DEBUG api_user 130 38580 140736594224064 200 OK
+2017-06-19 02:32:46,907 DEBUG db_general 153 38580 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:32:46,909 DEBUG db_general 164 38580 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:32:46,912 DEBUG db_general 153 38580 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:32:46,913 DEBUG db_general 164 38580 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:32:47,142 DEBUG api_virtual_function 73 38580 140736594224064 Virtual Function created successfully!
+2017-06-19 02:32:47,219 DEBUG api_user 130 38580 140736594224064 200 OK
+2017-06-19 02:32:47,224 DEBUG db_general 258 38580 140736594224064 Query : select uuid from ice_next_step Where engagement_id = '5238dc83-228b-4172-a1e9-547577dad661' and engagement_stage = 'Intake';
+2017-06-19 02:32:47,226 DEBUG db_general 270 38580 140736594224064 Query result: ['ece274e7-1e90-48a1-a5f8-742972f1fe92', 'b7deec0a-eac6-4682-93c5-a98155f77bbf']
+2017-06-19 02:32:47,229 DEBUG db_general 179 38580 140736594224064 Query : select id from ice_user_profile Where email = 'STjxUPY@intl.att.com';
+2017-06-19 02:32:47,232 DEBUG db_general 190 38580 140736594224064 Query result: 1504
+2017-06-19 02:32:47,235 DEBUG db_general 179 38580 140736594224064 Query : select uuid from ice_next_step Where owner_id = '1504';
+2017-06-19 02:32:47,238 DEBUG db_general 190 38580 140736594224064 Query result: 87e4928a-8a61-4134-876d-038ecb76f357
+2017-06-19 02:32:47,241 DEBUG db_general 312 38580 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = '87e4928a-8a61-4134-876d-038ecb76f357';
+2017-06-19 02:32:47,244 DEBUG db_general 315 38580 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = '87e4928a-8a61-4134-876d-038ecb76f357';
+2017-06-19 02:32:47,244 DEBUG fe_user 24 38580 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:32:47,244 DEBUG fe_user 25 38580 140736594224064 Insert Email
+2017-06-19 02:32:48,217 DEBUG fe_user 28 38580 140736594224064 Insert Password
+2017-06-19 02:32:48,867 DEBUG fe_user 30 38580 140736594224064 Click Login Button
+2017-06-19 02:32:48,984 DEBUG fe_user 32 38580 140736594224064 Login Button clicked
+2017-06-19 02:32:49,001 DEBUG wait 128 38580 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:32:51,196 DEBUG wait 128 38580 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:32:52,827 DEBUG wait 128 38580 140736594224064 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-06-19 02:32:56,496 DEBUG db_general 179 38580 140736594224064 Query : select description from ice_next_step Where uuid = '87e4928a-8a61-4134-876d-038ecb76f357';
+2017-06-19 02:32:56,498 DEBUG db_general 190 38580 140736594224064 Query result: Please add your SSH key to be able to contribute.
+2017-06-19 02:32:56,514 DEBUG db_general 179 38580 140736594224064 Query : select description from ice_next_step Where uuid = 'ece274e7-1e90-48a1-a5f8-742972f1fe92';
+2017-06-19 02:32:56,517 DEBUG db_general 190 38580 140736594224064 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-06-19 02:32:56,531 DEBUG db_general 179 38580 140736594224064 Query : select description from ice_next_step Where uuid = 'b7deec0a-eac6-4682-93c5-a98155f77bbf';
+2017-06-19 02:32:56,533 DEBUG db_general 190 38580 140736594224064 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-06-19 02:32:56,552 DEBUG db_general 312 38580 140736594224064 UPDATE ice_next_step SET position = '3' Where uuid = '87e4928a-8a61-4134-876d-038ecb76f357';
+2017-06-19 02:32:56,561 DEBUG db_general 315 38580 140736594224064 Query : UPDATE ice_next_step SET position = '3' Where uuid = '87e4928a-8a61-4134-876d-038ecb76f357';
+2017-06-19 02:32:56,564 DEBUG db_general 312 38580 140736594224064 UPDATE ice_next_step SET position = '2' Where uuid = 'ece274e7-1e90-48a1-a5f8-742972f1fe92';
+2017-06-19 02:32:56,566 DEBUG db_general 315 38580 140736594224064 Query : UPDATE ice_next_step SET position = '2' Where uuid = 'ece274e7-1e90-48a1-a5f8-742972f1fe92';
+2017-06-19 02:32:56,570 DEBUG db_general 312 38580 140736594224064 UPDATE ice_next_step SET position = '1' Where uuid = 'b7deec0a-eac6-4682-93c5-a98155f77bbf';
+2017-06-19 02:32:56,573 DEBUG db_general 315 38580 140736594224064 Query : UPDATE ice_next_step SET position = '1' Where uuid = 'b7deec0a-eac6-4682-93c5-a98155f77bbf';
+2017-06-19 02:33:00,726 DEBUG db_general 179 38580 140736594224064 Query : select description from ice_next_step Where uuid = 'b7deec0a-eac6-4682-93c5-a98155f77bbf';
+2017-06-19 02:33:00,728 DEBUG db_general 190 38580 140736594224064 Query result: Please add your AT&T sponsor or vendor contact information.
+2017-06-19 02:33:00,748 DEBUG db_general 179 38580 140736594224064 Query : select description from ice_next_step Where uuid = 'ece274e7-1e90-48a1-a5f8-742972f1fe92';
+2017-06-19 02:33:00,750 DEBUG db_general 190 38580 140736594224064 Query result: Please work with your Engagement Lead (EL) to complete the necessary trial agreements.
+2017-06-19 02:33:00,766 DEBUG db_general 179 38580 140736594224064 Query : select description from ice_next_step Where uuid = '87e4928a-8a61-4134-876d-038ecb76f357';
+2017-06-19 02:33:00,768 DEBUG db_general 190 38580 140736594224064 Query result: Please add your SSH key to be able to contribute.
+2017-06-19 02:33:00,781 DEBUG logFuncEntry 34 38580 140736594224064 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:33:00,781 DEBUG logFuncEntry 34 38580 140736594224064 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_next_steps_ordering>,) | {}
+2017-06-19 02:33:00,804 DEBUG db_general 53 38580 140736594224064 Test result in DB - PASS
+2017-06-19 02:33:01,383 DEBUG test_ui_base 78 38580 140736594224064 ---------------------- TestCase - End - Class TestNextStep Function test_next_steps_ordering ----------------------
+
+2017-06-19 02:36:46,878 DEBUG api_user 106 38929 140736594224064 Moving to next test case. status=200
+2017-06-19 02:36:46,878 DEBUG api_user 192 38929 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/45b5b0c4-e898-42b5-9a92-ef75a2ade278/43582c9d5c254de49bbdc5d7ec1ba3e7
+2017-06-19 02:36:46,907 DEBUG api_user 195 38929 140736594224064 APIUser activated successfully!
+2017-06-19 02:36:46,974 DEBUG api_user 130 38929 140736594224064 200 OK
+2017-06-19 02:36:46,978 DEBUG db_general 153 38929 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:36:46,980 DEBUG db_general 164 38929 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:36:46,983 DEBUG db_general 153 38929 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:36:46,984 DEBUG db_general 164 38929 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:36:47,218 DEBUG api_virtual_function 73 38929 140736594224064 Virtual Function created successfully!
+2017-06-19 02:36:47,218 DEBUG logFuncEntry 34 38929 140736594224064 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:36:47,219 DEBUG test_ui_base 48 38929 140736594224064 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-06-19 02:36:49,559 DEBUG fe_general 167 38929 140736594224064 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-06-19 02:36:49,563 DEBUG db_general 130 38929 140736594224064 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-19 02:36:49,565 DEBUG db_general 138 38929 140736594224064 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-19 02:36:49,568 DEBUG db_general 130 38929 140736594224064 Query : select id from auth_user WHERE Email = 'STwNpby@intl.att.com';
+2017-06-19 02:36:49,570 DEBUG db_general 138 38929 140736594224064 Query result: 1505
+2017-06-19 02:36:49,573 DEBUG db_general 312 38929 140736594224064 UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1505';
+2017-06-19 02:36:49,581 DEBUG db_general 315 38929 140736594224064 Query : UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1505';
+2017-06-19 02:36:49,582 DEBUG fe_general 41 38929 140736594224064 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUd05wYnlAaW50bC5hdHQuY29tIg.DCkQkQ.7V05JwGg_DAPt0YS-q9K6b2fzvQ
+2017-06-19 02:36:50,170 DEBUG fe_user 24 38929 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:36:50,170 DEBUG fe_user 25 38929 140736594224064 Insert Email
+2017-06-19 02:36:50,979 DEBUG fe_user 28 38929 140736594224064 Insert Password
+2017-06-19 02:36:51,618 DEBUG fe_user 30 38929 140736594224064 Click Login Button
+2017-06-19 02:36:51,721 DEBUG fe_user 32 38929 140736594224064 Login Button clicked
+2017-06-19 02:36:52,302 DEBUG test_reset_password 30 38929 140736594224064
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUd05wYnlAaW50bC5hdHQuY29tIg.DCkQkQ.7V05JwGg_DAPt0YS-q9K6b2fzvQ
+Temp Password: iceusers
+User Email: STwNpby@intl.att.com
+2017-06-19 02:37:52,382 ERROR exception_decor 23 38929 140736594224064 There was an exception in test_reset_password
+2017-06-19 02:37:52,386 DEBUG logFuncEntry 34 38929 140736594224064 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:37:52,386 DEBUG logFuncEntry 34 38929 140736594224064 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:37:52,417 DEBUG db_general 53 38929 140736594224064 Test result in DB - FAIL
+2017-06-19 02:37:52,986 DEBUG test_ui_base 78 38929 140736594224064 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-06-19 02:41:47,319 DEBUG api_user 106 39263 140736594224064 Moving to next test case. status=200
+2017-06-19 02:41:47,320 DEBUG api_user 192 39263 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab9c2046-8b41-4575-88fb-49f9a44b29db/be31d4d3d2fd478ca1ddc3521f061033
+2017-06-19 02:41:47,353 DEBUG api_user 195 39263 140736594224064 APIUser activated successfully!
+2017-06-19 02:41:47,439 DEBUG api_user 130 39263 140736594224064 200 OK
+2017-06-19 02:41:47,443 DEBUG db_general 153 39263 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:41:47,444 DEBUG db_general 164 39263 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:41:47,447 DEBUG db_general 153 39263 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:41:47,449 DEBUG db_general 164 39263 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:41:47,663 DEBUG api_virtual_function 73 39263 140736594224064 Virtual Function created successfully!
+2017-06-19 02:41:47,664 DEBUG logFuncEntry 34 39263 140736594224064 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:41:47,664 DEBUG test_ui_base 48 39263 140736594224064 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-06-19 02:41:54,378 DEBUG fe_general 167 39263 140736594224064 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-06-19 02:42:06,568 DEBUG db_general 130 39263 140736594224064 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-19 02:42:06,571 DEBUG db_general 138 39263 140736594224064 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-19 02:42:06,575 DEBUG db_general 130 39263 140736594224064 Query : select id from auth_user WHERE Email = 'STPxqa9@intl.att.com';
+2017-06-19 02:42:06,577 DEBUG db_general 138 39263 140736594224064 Query result: 1506
+2017-06-19 02:42:06,581 DEBUG db_general 312 39263 140736594224064 UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1506';
+2017-06-19 02:42:06,586 DEBUG db_general 315 39263 140736594224064 Query : UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1506';
+2017-06-19 02:42:22,025 DEBUG fe_general 41 39263 140736594224064 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUUHhxYTlAaW50bC5hdHQuY29tIg.DCkR1Q.xYIqA9L5p7iXq3_EuXWM-RzhAg8
+2017-06-19 02:42:36,230 DEBUG fe_user 24 39263 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:42:36,231 DEBUG fe_user 25 39263 140736594224064 Insert Email
+2017-06-19 02:42:37,065 DEBUG fe_user 28 39263 140736594224064 Insert Password
+2017-06-19 02:42:37,711 DEBUG fe_user 30 39263 140736594224064 Click Login Button
+2017-06-19 02:42:37,862 DEBUG fe_user 32 39263 140736594224064 Login Button clicked
+2017-06-19 02:43:14,764 DEBUG test_reset_password 30 39263 140736594224064
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUUHhxYTlAaW50bC5hdHQuY29tIg.DCkR1Q.xYIqA9L5p7iXq3_EuXWM-RzhAg8
+Temp Password: iceusers
+User Email: STPxqa9@intl.att.com
+2017-06-19 02:44:14,875 ERROR exception_decor 23 39263 140736594224064 There was an exception in test_reset_password
+2017-06-19 02:44:14,880 DEBUG logFuncEntry 34 39263 140736594224064 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:44:14,881 DEBUG logFuncEntry 34 39263 140736594224064 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:44:14,893 DEBUG db_general 53 39263 140736594224064 Test result in DB - FAIL
+2017-06-19 02:44:15,476 DEBUG test_ui_base 78 39263 140736594224064 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-06-19 02:56:03,973 DEBUG api_user 106 40296 140736594224064 Moving to next test case. status=200
+2017-06-19 02:56:03,973 DEBUG api_user 192 40296 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/26f713bc-981f-4756-9a89-1fd279430d4c/16d9fe5b61114ded9d02a17951acf121
+2017-06-19 02:56:04,002 DEBUG api_user 195 40296 140736594224064 APIUser activated successfully!
+2017-06-19 02:56:04,067 DEBUG api_user 130 40296 140736594224064 200 OK
+2017-06-19 02:56:04,071 DEBUG db_general 153 40296 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 02:56:04,072 DEBUG db_general 164 40296 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 02:56:04,075 DEBUG db_general 153 40296 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 02:56:04,076 DEBUG db_general 164 40296 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 02:56:04,502 DEBUG api_virtual_function 73 40296 140736594224064 Virtual Function created successfully!
+2017-06-19 02:56:04,503 DEBUG logFuncEntry 34 40296 140736594224064 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:56:04,503 DEBUG test_ui_base 48 40296 140736594224064 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-06-19 02:56:06,850 DEBUG fe_general 167 40296 140736594224064 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-06-19 02:56:06,856 DEBUG db_general 130 40296 140736594224064 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-19 02:56:06,858 DEBUG db_general 138 40296 140736594224064 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-19 02:56:06,862 DEBUG db_general 130 40296 140736594224064 Query : select id from auth_user WHERE Email = 'ST87Snt@intl.att.com';
+2017-06-19 02:56:06,863 DEBUG db_general 138 40296 140736594224064 Query result: 1507
+2017-06-19 02:56:06,866 DEBUG db_general 312 40296 140736594224064 UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1507';
+2017-06-19 02:56:06,868 DEBUG db_general 315 40296 140736594224064 Query : UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1507';
+2017-06-19 02:56:06,869 DEBUG fe_general 41 40296 140736594224064 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUODdTbnRAaW50bC5hdHQuY29tIg.DCkVFg.DrHKgmV3ei-PTqHJHto54qydWCE
+2017-06-19 02:56:07,444 DEBUG fe_user 24 40296 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:56:07,444 DEBUG fe_user 25 40296 140736594224064 Insert Email
+2017-06-19 02:56:08,256 DEBUG fe_user 28 40296 140736594224064 Insert Password
+2017-06-19 02:56:08,901 DEBUG fe_user 30 40296 140736594224064 Click Login Button
+2017-06-19 02:56:09,002 DEBUG fe_user 32 40296 140736594224064 Login Button clicked
+2017-06-19 02:56:09,011 DEBUG wait 128 40296 140736594224064 Checking if http://127.0.0.1:8181/#/login?t=IlNUODdTbnRAaW50bC5hdHQuY29tIg.DCkVFg.DrHKgmV3ei-PTqHJHto54qydWCE page is loaded.
+2017-06-19 02:56:10,041 DEBUG test_reset_password 30 40296 140736594224064
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUODdTbnRAaW50bC5hdHQuY29tIg.DCkVFg.DrHKgmV3ei-PTqHJHto54qydWCE
+Temp Password: iceusers
+User Email: ST87Snt@intl.att.com
+2017-06-19 02:56:12,042 DEBUG test_reset_password 32 40296 140736594224064 Logout and verify new password works
+2017-06-19 02:56:12,405 DEBUG test_reset_password 34 40296 140736594224064 Login with updated password
+2017-06-19 02:56:12,405 DEBUG fe_user 24 40296 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:56:12,405 DEBUG fe_user 25 40296 140736594224064 Insert Email
+2017-06-19 02:56:13,280 DEBUG fe_user 28 40296 140736594224064 Insert Password
+2017-06-19 02:56:13,918 DEBUG fe_user 30 40296 140736594224064 Click Login Button
+2017-06-19 02:56:14,011 DEBUG fe_user 32 40296 140736594224064 Login Button clicked
+2017-06-19 02:56:14,020 DEBUG wait 128 40296 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:56:15,276 DEBUG test_reset_password 37 40296 140736594224064 Logout and change password back to 'iceusers'
+2017-06-19 02:56:15,282 DEBUG db_general 130 40296 140736594224064 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-19 02:56:15,285 DEBUG db_general 138 40296 140736594224064 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-19 02:56:15,289 DEBUG db_general 312 40296 140736594224064 UPDATE auth_user SET password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where email = 'ST87Snt@intl.att.com';
+2017-06-19 02:56:15,296 DEBUG db_general 315 40296 140736594224064 Query : UPDATE auth_user SET password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where email = 'ST87Snt@intl.att.com';
+2017-06-19 02:56:15,296 DEBUG fe_user 24 40296 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 02:56:15,296 DEBUG fe_user 25 40296 140736594224064 Insert Email
+2017-06-19 02:56:16,018 DEBUG fe_user 28 40296 140736594224064 Insert Password
+2017-06-19 02:56:16,648 DEBUG fe_user 30 40296 140736594224064 Click Login Button
+2017-06-19 02:56:16,725 DEBUG fe_user 32 40296 140736594224064 Login Button clicked
+2017-06-19 02:56:16,737 DEBUG wait 128 40296 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 02:56:17,767 DEBUG logFuncEntry 34 40296 140736594224064 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:56:17,767 DEBUG logFuncEntry 34 40296 140736594224064 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 02:56:17,792 DEBUG db_general 53 40296 140736594224064 Test result in DB - PASS
+2017-06-19 02:56:18,356 DEBUG test_ui_base 78 40296 140736594224064 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-06-19 03:14:56,158 DEBUG api_user 106 41749 140736594224064 Moving to next test case. status=200
+2017-06-19 03:14:56,159 DEBUG api_user 192 41749 140736594224064 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3d4d6131-1f15-497b-b19e-88d2dacc909f/d99a8d14dca447c9b4998b10203f3af3
+2017-06-19 03:14:56,189 DEBUG api_user 195 41749 140736594224064 APIUser activated successfully!
+2017-06-19 03:14:56,257 DEBUG api_user 130 41749 140736594224064 200 OK
+2017-06-19 03:14:56,261 DEBUG db_general 153 41749 140736594224064 Query : select uuid from ice_deployment_target;
+2017-06-19 03:14:56,263 DEBUG db_general 164 41749 140736594224064 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-06-19 03:14:56,266 DEBUG db_general 153 41749 140736594224064 Query : select uuid from ice_ecomp_release;
+2017-06-19 03:14:56,268 DEBUG db_general 164 41749 140736594224064 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-06-19 03:14:56,499 DEBUG api_virtual_function 73 41749 140736594224064 Virtual Function created successfully!
+2017-06-19 03:14:56,500 DEBUG logFuncEntry 34 41749 140736594224064 calling setUp | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 03:14:56,500 DEBUG test_ui_base 48 41749 140736594224064 ---------------------- TestCase - Start - Class TestResetPassword Function test_reset_password ----------------------
+2017-06-19 03:14:59,087 DEBUG fe_general 167 41749 140736594224064 An email with detailed instructions on how to reset your password was sent to your Email.
+2017-06-19 03:14:59,094 DEBUG db_general 130 41749 140736594224064 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-19 03:14:59,099 DEBUG db_general 138 41749 140736594224064 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-19 03:14:59,103 DEBUG db_general 130 41749 140736594224064 Query : select id from auth_user WHERE Email = 'ST3A4zq@intl.att.com';
+2017-06-19 03:14:59,105 DEBUG db_general 138 41749 140736594224064 Query result: 1508
+2017-06-19 03:14:59,108 DEBUG db_general 312 41749 140736594224064 UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1508';
+2017-06-19 03:14:59,110 DEBUG db_general 315 41749 140736594224064 Query : UPDATE ice_custom_user SET temp_password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where user_ptr_id = '1508';
+2017-06-19 03:14:59,111 DEBUG fe_general 41 41749 140736594224064 Reopen URL: http://127.0.0.1:8181/#/login?t=IlNUM0E0enFAaW50bC5hdHQuY29tIg.DCkZgw.b738iwx7sA1PPDpOUgBR8Bemnvk
+2017-06-19 03:14:59,681 DEBUG fe_user 24 41749 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 03:14:59,681 DEBUG fe_user 25 41749 140736594224064 Insert Email
+2017-06-19 03:15:00,513 DEBUG fe_user 28 41749 140736594224064 Insert Password
+2017-06-19 03:15:01,154 DEBUG fe_user 30 41749 140736594224064 Click Login Button
+2017-06-19 03:15:01,254 DEBUG fe_user 32 41749 140736594224064 Login Button clicked
+2017-06-19 03:15:01,262 DEBUG wait 128 41749 140736594224064 Checking if http://127.0.0.1:8181/#/login?t=IlNUM0E0enFAaW50bC5hdHQuY29tIg.DCkZgw.b738iwx7sA1PPDpOUgBR8Bemnvk page is loaded.
+2017-06-19 03:15:02,293 DEBUG test_reset_password 30 41749 140736594224064
+Reset URL: http://127.0.0.1:8181/#/login?t=IlNUM0E0enFAaW50bC5hdHQuY29tIg.DCkZgw.b738iwx7sA1PPDpOUgBR8Bemnvk
+Temp Password: iceusers
+User Email: ST3A4zq@intl.att.com
+2017-06-19 03:15:04,128 DEBUG test_reset_password 32 41749 140736594224064 Logout and verify new password works
+2017-06-19 03:15:04,546 DEBUG test_reset_password 34 41749 140736594224064 Login with updated password
+2017-06-19 03:15:04,546 DEBUG fe_user 24 41749 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 03:15:04,546 DEBUG fe_user 25 41749 140736594224064 Insert Email
+2017-06-19 03:15:05,383 DEBUG fe_user 28 41749 140736594224064 Insert Password
+2017-06-19 03:15:06,026 DEBUG fe_user 30 41749 140736594224064 Click Login Button
+2017-06-19 03:15:06,131 DEBUG fe_user 32 41749 140736594224064 Login Button clicked
+2017-06-19 03:15:06,142 DEBUG wait 128 41749 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 03:15:07,404 DEBUG test_reset_password 37 41749 140736594224064 Logout and change password back to 'iceusers'
+2017-06-19 03:15:07,409 DEBUG db_general 130 41749 140736594224064 Query : select password from auth_user WHERE Email = 'admin@att.com';
+2017-06-19 03:15:07,412 DEBUG db_general 138 41749 140736594224064 Query result: pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=
+2017-06-19 03:15:07,415 DEBUG db_general 312 41749 140736594224064 UPDATE auth_user SET password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where email = 'ST3A4zq@intl.att.com';
+2017-06-19 03:15:07,422 DEBUG db_general 315 41749 140736594224064 Query : UPDATE auth_user SET password = 'pbkdf2_sha256$30000$gW7H8STvsunv$u/tzrl6mXe963OnpsqE5q8XZcVgiqi7JCATK9AZ9ByU=' Where email = 'ST3A4zq@intl.att.com';
+2017-06-19 03:15:07,422 DEBUG fe_user 24 41749 140736594224064 Verifying and Insert Login page elements:
+2017-06-19 03:15:07,422 DEBUG fe_user 25 41749 140736594224064 Insert Email
+2017-06-19 03:15:08,144 DEBUG fe_user 28 41749 140736594224064 Insert Password
+2017-06-19 03:15:08,782 DEBUG fe_user 30 41749 140736594224064 Click Login Button
+2017-06-19 03:15:08,874 DEBUG fe_user 32 41749 140736594224064 Login Button clicked
+2017-06-19 03:15:08,883 DEBUG wait 128 41749 140736594224064 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-06-19 03:15:09,910 DEBUG logFuncEntry 34 41749 140736594224064 calling tearDown | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 03:15:09,910 DEBUG logFuncEntry 34 41749 140736594224064 calling results | (<tests.uiTests.test_reset_password.TestResetPassword testMethod=test_reset_password>,) | {}
+2017-06-19 03:15:09,922 DEBUG db_general 53 41749 140736594224064 Test result in DB - PASS
+2017-06-19 03:15:10,470 DEBUG test_ui_base 78 41749 140736594224064 ---------------------- TestCase - End - Class TestResetPassword Function test_reset_password ----------------------
+
+2017-07-03 03:59:34,708 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-07-03 03:59:34,708 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:35,137 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:35,137 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f9fa2e9-e4c9-4294-ac96-0c8e862dfd4b/447152573eba47488e01f553c78d499a
+2017-07-03 03:59:35,174 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:35,245 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:35,250 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:35,252 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:35,256 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:35,258 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:35,829 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:35,829 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a8ccd77e-22b8-449f-bf00-164bdff5a0b6/checklist/new/
+2017-07-03 03:59:35,899 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:35,930 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:35,930 DEBUG test_negative_requests 169 20728 140736393348032 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-07-03 03:59:36,000 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:36,000 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a8ccd77e-22b8-449f-bf00-164bdff5a0b6/checklist/new/
+2017-07-03 03:59:36,004 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:36,006 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:36,006 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a8ccd77e-22b8-449f-bf00-164bdff5a0b6/checklist/new/
+2017-07-03 03:59:36,084 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:36,117 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:36,412 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 03:59:36,412 DEBUG test_negative_requests 174 20728 140736393348032 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-07-03 03:59:36,479 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:36,479 DEBUG test_negative_requests 181 20728 140736393348032 About to add audit log to checklist uuid 3587a901-bdc7-4ce3-9224-c4f5c25dfa1c
+2017-07-03 03:59:36,480 DEBUG test_negative_requests 188 20728 140736393348032 Success! Test failed to add audit log to checklist using other auth token.
+2017-07-03 03:59:36,550 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:36,551 DEBUG test_negative_requests 181 20728 140736393348032 About to add audit log to checklist uuid 3587a901-bdc7-4ce3-9224-c4f5c25dfa1c
+2017-07-03 03:59:36,551 DEBUG test_negative_requests 188 20728 140736393348032 Success! Test failed to add audit log to checklist using other auth token.
+2017-07-03 03:59:36,551 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-07-03 03:59:36,551 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-07-03 03:59:36,571 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:36,571 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:36,582 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-07-03 03:59:36,583 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:36,669 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:36,669 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/be48b36b-4153-4fed-87aa-7cd7ada9a7b8/22d8966f057b44fda22c4d59c197f2ab
+2017-07-03 03:59:36,724 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:36,794 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:36,799 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:36,801 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:36,805 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:36,807 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:37,363 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:37,363 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c93c9a48-5c5d-4d42-8025-ad721459a9f7/checklist/new/
+2017-07-03 03:59:37,439 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:37,470 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:37,470 DEBUG test_negative_requests 195 20728 140736393348032 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-07-03 03:59:37,536 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:37,536 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c93c9a48-5c5d-4d42-8025-ad721459a9f7/checklist/new/
+2017-07-03 03:59:37,540 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:37,542 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:37,543 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c93c9a48-5c5d-4d42-8025-ad721459a9f7/checklist/new/
+2017-07-03 03:59:37,604 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:37,634 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:38,027 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 03:59:38,027 DEBUG test_negative_requests 200 20728 140736393348032 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-07-03 03:59:38,093 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:38,093 DEBUG test_negative_requests 208 20728 140736393348032 About to add next step to checklist uuid d6571725-6dd9-43e8-abac-db22fc638852
+2017-07-03 03:59:38,093 DEBUG api_checklist 115 20728 140736393348032 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c93c9a48-5c5d-4d42-8025-ad721459a9f7/checklist/d6571725-6dd9-43e8-abac-db22fc638852/nextstep/
+2017-07-03 03:59:38,125 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: be48b36b-4153-4fed-87aa-7cd7ada9a7b8. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,125 DEBUG test_negative_requests 215 20728 140736393348032 Success! Test failed to add next steps to checklist using other auth token.
+2017-07-03 03:59:38,201 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:38,201 DEBUG test_negative_requests 208 20728 140736393348032 About to add next step to checklist uuid d6571725-6dd9-43e8-abac-db22fc638852
+2017-07-03 03:59:38,201 DEBUG api_checklist 115 20728 140736393348032 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c93c9a48-5c5d-4d42-8025-ad721459a9f7/checklist/d6571725-6dd9-43e8-abac-db22fc638852/nextstep/
+2017-07-03 03:59:38,232 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,232 DEBUG test_negative_requests 215 20728 140736393348032 Success! Test failed to add next steps to checklist using other auth token.
+2017-07-03 03:59:38,298 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:38,298 DEBUG test_negative_requests 208 20728 140736393348032 About to add next step to checklist uuid d6571725-6dd9-43e8-abac-db22fc638852
+2017-07-03 03:59:38,298 DEBUG api_checklist 115 20728 140736393348032 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c93c9a48-5c5d-4d42-8025-ad721459a9f7/checklist/d6571725-6dd9-43e8-abac-db22fc638852/nextstep/
+2017-07-03 03:59:38,325 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,325 DEBUG test_negative_requests 215 20728 140736393348032 Success! Test failed to add next steps to checklist using other auth token.
+2017-07-03 03:59:38,325 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-07-03 03:59:38,326 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-07-03 03:59:38,331 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:38,331 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:38,332 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-07-03 03:59:38,332 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:38,383 DEBUG test_negative_requests 37 20728 140736393348032 This negative test will try to add contact to an engagement using other auth token.
+2017-07-03 03:59:38,462 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:38,462 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/bed500fe-dd96-4237-adcc-2d1c2345ee49/aaeffaf8c9714a4482fe154c74453ae3
+2017-07-03 03:59:38,496 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:38,559 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:38,562 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:38,564 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:38,567 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:38,568 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:39,084 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:39,084 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/55fd9ded-15be-4f56-833b-a045c3041a88/checklist/new/
+2017-07-03 03:59:39,157 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:39,341 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:39,419 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:39,420 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3f3b62cf-a56b-42a2-8b9f-991e83340809/2d32cc2480194da095d4109272143d95
+2017-07-03 03:59:39,449 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:39,526 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:39,530 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:39,532 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:39,535 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:39,536 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:40,172 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:40,172 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/649eb626-5edf-41c1-949d-8ac493b71281/checklist/new/
+2017-07-03 03:59:40,259 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:40,296 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:40,297 DEBUG test_negative_requests 43 20728 140736393348032 About to invite contact to the engagement of user STGJAbw
+2017-07-03 03:59:40,297 DEBUG api_virtual_function 120 20728 140736393348032 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-07-03 03:59:40,326 ERROR api_virtual_function 149 20728 140736393348032 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 3f3b62cf-a56b-42a2-8b9f-991e83340809. eng_uuid=55fd9ded-15be-4f56-833b-a045c3041a88. checklist_uuid=None"
+2017-07-03 03:59:40,327 DEBUG test_negative_requests 49 20728 140736393348032 Success! Test failed to invite contact user using other auth token.
+2017-07-03 03:59:40,327 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-07-03 03:59:40,327 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-07-03 03:59:40,345 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:40,345 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:40,347 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-07-03 03:59:40,347 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:40,347 DEBUG test_negative_requests 54 20728 140736393348032 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-07-03 03:59:40,426 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:40,426 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/dff7cf2d-885f-4f6e-a93d-43941ed17a07/3026cec091b249f797cdad3bbab7a63d
+2017-07-03 03:59:40,456 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:40,528 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:40,531 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:40,533 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:40,536 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:40,538 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:41,142 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:41,142 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/84f03c31-293e-47c4-b9c8-bb55acf2789c/checklist/new/
+2017-07-03 03:59:41,231 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:41,263 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:41,336 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:41,336 DEBUG test_negative_requests 63 20728 140736393348032 About to add a next step to VF STwZe1P using STdPDka@intl.att.com token.
+2017-07-03 03:59:41,336 DEBUG api_virtual_function 26 20728 140736393348032 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/84f03c31-293e-47c4-b9c8-bb55acf2789c/nextsteps
+2017-07-03 03:59:41,359 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: dff7cf2d-885f-4f6e-a93d-43941ed17a07. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:41,360 DEBUG test_negative_requests 69 20728 140736393348032 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-07-03 03:59:41,428 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:41,428 DEBUG test_negative_requests 63 20728 140736393348032 About to add a next step to VF STwZe1P using hs0007@att.com token.
+2017-07-03 03:59:41,429 DEBUG api_virtual_function 26 20728 140736393348032 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/84f03c31-293e-47c4-b9c8-bb55acf2789c/nextsteps
+2017-07-03 03:59:41,623 DEBUG api_virtual_function 41 20728 140736393348032 Next step was added to the engagement!
+2017-07-03 03:59:41,623 DEBUG test_negative_requests 69 20728 140736393348032 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-07-03 03:59:41,689 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:41,689 DEBUG test_negative_requests 63 20728 140736393348032 About to add a next step to VF STwZe1P using admin_ro@att.com token.
+2017-07-03 03:59:41,689 DEBUG api_virtual_function 26 20728 140736393348032 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/84f03c31-293e-47c4-b9c8-bb55acf2789c/nextsteps
+2017-07-03 03:59:41,713 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:41,713 DEBUG test_negative_requests 69 20728 140736393348032 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-07-03 03:59:41,713 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-07-03 03:59:41,713 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-07-03 03:59:41,719 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:41,719 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:41,721 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-07-03 03:59:41,721 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:41,721 DEBUG test_negative_requests 221 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:41,721 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-07-03 03:59:41,811 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-07-03 03:59:41,817 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:41,817 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:41,819 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-07-03 03:59:41,819 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:41,902 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:41,902 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/1472ddbb-3705-429f-bc33-54324e96cb4c/0fb7b780065a45c682064a82c73fae9b
+2017-07-03 03:59:41,934 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:41,998 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:42,002 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:42,004 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:42,008 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:42,010 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:42,538 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:42,538 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:42,610 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:42,642 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:42,643 DEBUG test_negative_requests 98 20728 140736393348032 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-07-03 03:59:42,712 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:42,712 DEBUG test_negative_requests 106 20728 140736393348032 About to create checklist for VF STRULNX
+2017-07-03 03:59:42,712 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:42,716 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:42,718 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:42,718 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:42,790 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:42,820 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:42,843 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1472ddbb-3705-429f-bc33-54324e96cb4c. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:42,843 DEBUG test_negative_requests 112 20728 140736393348032 Success! Test failed to create checklist using other auth token.
+2017-07-03 03:59:42,909 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:42,909 DEBUG test_negative_requests 106 20728 140736393348032 About to create checklist for VF STRULNX
+2017-07-03 03:59:42,909 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:42,913 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:42,915 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:42,915 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:42,985 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:43,014 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:43,044 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,044 DEBUG test_negative_requests 112 20728 140736393348032 Success! Test failed to create checklist using other auth token.
+2017-07-03 03:59:43,109 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:43,109 DEBUG test_negative_requests 106 20728 140736393348032 About to create checklist for VF STRULNX
+2017-07-03 03:59:43,109 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:43,113 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:43,115 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:43,115 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6d1ed866-8177-411d-b414-21a08a48430c/checklist/new/
+2017-07-03 03:59:43,183 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:43,213 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:43,241 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,242 DEBUG test_negative_requests 112 20728 140736393348032 Success! Test failed to create checklist using other auth token.
+2017-07-03 03:59:43,242 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-07-03 03:59:43,242 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-07-03 03:59:43,248 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:43,249 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:43,250 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-07-03 03:59:43,250 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:43,250 DEBUG test_negative_requests 74 20728 140736393348032 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-07-03 03:59:43,329 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:43,329 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/03f7b9b3-1eb6-473c-9258-40c079c7c70f/7765195f25cd41b794d296478fa30196
+2017-07-03 03:59:43,362 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:43,435 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:43,440 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:43,441 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:43,445 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:43,447 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:43,895 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:43,895 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/c34bbc18-2a87-4640-88fd-9afe16bff99b/checklist/new/
+2017-07-03 03:59:43,966 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:43,996 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:44,067 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:44,067 DEBUG api_virtual_function 26 20728 140736393348032 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/c34bbc18-2a87-4640-88fd-9afe16bff99b/nextsteps
+2017-07-03 03:59:44,212 DEBUG api_virtual_function 41 20728 140736393348032 Next step was added to the engagement!
+2017-07-03 03:59:44,289 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:44,290 DEBUG test_negative_requests 86 20728 140736393348032 About to edit a next step (ns uuid: 591b8a34-afdf-4ae1-9973-95b576cac975) using STNSEjV@intl.att.com token.
+2017-07-03 03:59:44,290 DEBUG api_virtual_function 157 20728 140736393348032 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/591b8a34-afdf-4ae1-9973-95b576cac975/engagement/c34bbc18-2a87-4640-88fd-9afe16bff99b/modify/
+2017-07-03 03:59:44,314 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,315 DEBUG test_negative_requests 92 20728 140736393348032 Success! Test failed to edit a next step using other auth token.
+2017-07-03 03:59:44,387 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:44,387 DEBUG test_negative_requests 86 20728 140736393348032 About to edit a next step (ns uuid: 591b8a34-afdf-4ae1-9973-95b576cac975) using dd1122@att.com token.
+2017-07-03 03:59:44,387 DEBUG api_virtual_function 157 20728 140736393348032 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/591b8a34-afdf-4ae1-9973-95b576cac975/engagement/c34bbc18-2a87-4640-88fd-9afe16bff99b/modify/
+2017-07-03 03:59:44,407 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,407 DEBUG test_negative_requests 92 20728 140736393348032 Success! Test failed to edit a next step using other auth token.
+2017-07-03 03:59:44,478 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:44,479 DEBUG test_negative_requests 86 20728 140736393348032 About to edit a next step (ns uuid: 591b8a34-afdf-4ae1-9973-95b576cac975) using admin_ro@att.com token.
+2017-07-03 03:59:44,479 DEBUG api_virtual_function 157 20728 140736393348032 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/591b8a34-afdf-4ae1-9973-95b576cac975/engagement/c34bbc18-2a87-4640-88fd-9afe16bff99b/modify/
+2017-07-03 03:59:44,498 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,499 DEBUG test_negative_requests 92 20728 140736393348032 Success! Test failed to edit a next step using other auth token.
+2017-07-03 03:59:44,499 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-07-03 03:59:44,499 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-07-03 03:59:44,505 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:44,505 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:44,506 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-07-03 03:59:44,506 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:44,506 DEBUG test_negative_requests 20 20728 140736393348032 This negative test will try to invite team member to an engagement using other auth token.
+2017-07-03 03:59:44,578 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:44,578 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6d8c8006-f991-4062-8e95-269c632cdd8b/64b7e0abcba04a8e83f09f15b051574a
+2017-07-03 03:59:44,647 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:44,717 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:44,721 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:44,722 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:44,727 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:44,730 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:45,285 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:45,285 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2cbcb30a-c148-46e2-b46a-9f6ee93396ee/checklist/new/
+2017-07-03 03:59:45,356 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:45,387 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:45,473 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:45,473 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7070f438-b4ac-48a2-b046-ffdc8dda1302/ea35d90237dd42509bd909a8624b21dd
+2017-07-03 03:59:45,502 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:45,568 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:45,572 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:45,574 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:45,578 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:45,579 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:46,177 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:46,177 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e1c91012-6301-42e9-be4f-82d418939be2/checklist/new/
+2017-07-03 03:59:46,247 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:46,277 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:46,277 DEBUG test_negative_requests 26 20728 140736393348032 About to invite team member to the engagement of user STvEdLG
+2017-07-03 03:59:46,278 DEBUG api_virtual_function 88 20728 140736393348032 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-07-03 03:59:46,309 ERROR api_virtual_function 113 20728 140736393348032 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-03 03:59:46,309 DEBUG test_negative_requests 32 20728 140736393348032 Success! Test failed to invite user using other auth token.
+2017-07-03 03:59:46,309 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-07-03 03:59:46,310 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-07-03 03:59:46,317 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:46,317 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:46,319 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-07-03 03:59:46,319 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:46,401 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:46,402 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/33d42092-2d23-4ca6-be57-ee8bae02a579/14eafa290a5349b8b32abf33d43becff
+2017-07-03 03:59:46,434 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:46,499 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:46,503 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:46,504 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:46,508 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:46,509 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:47,054 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:47,054 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a433f97-c7f9-41cf-aa12-b7165a5e9228/checklist/new/
+2017-07-03 03:59:47,128 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:47,159 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:47,159 DEBUG test_negative_requests 146 20728 140736393348032 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-07-03 03:59:47,231 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:47,231 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a433f97-c7f9-41cf-aa12-b7165a5e9228/checklist/new/
+2017-07-03 03:59:47,235 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:47,237 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:47,237 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5a433f97-c7f9-41cf-aa12-b7165a5e9228/checklist/new/
+2017-07-03 03:59:47,307 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:47,338 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:47,541 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 03:59:47,541 DEBUG test_negative_requests 151 20728 140736393348032 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-07-03 03:59:47,541 DEBUG test_negative_requests 157 20728 140736393348032 About to change checklist state for VF STs4A1b
+2017-07-03 03:59:47,607 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:47,645 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,645 DEBUG test_negative_requests 163 20728 140736393348032 Success! Test failed to change checklist state using other auth token.
+2017-07-03 03:59:47,646 DEBUG test_negative_requests 157 20728 140736393348032 About to change checklist state for VF STs4A1b
+2017-07-03 03:59:47,714 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:47,749 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,749 DEBUG test_negative_requests 163 20728 140736393348032 Success! Test failed to change checklist state using other auth token.
+2017-07-03 03:59:47,749 DEBUG test_negative_requests 157 20728 140736393348032 About to change checklist state for VF STs4A1b
+2017-07-03 03:59:47,820 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:47,846 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,846 DEBUG test_negative_requests 163 20728 140736393348032 Success! Test failed to change checklist state using other auth token.
+2017-07-03 03:59:47,846 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-07-03 03:59:47,846 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-07-03 03:59:47,851 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:47,852 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:47,853 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-07-03 03:59:47,853 DEBUG test_api_base 30 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-03 03:59:47,939 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:47,940 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/30a5ba22-5af0-4110-a94b-a84db6bdbb28/23220a118a6d42db8cb97312ab97710c
+2017-07-03 03:59:48,012 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:48,077 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:48,080 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:48,082 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:48,085 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:48,087 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:48,624 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:48,625 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b5cfabd1-64ed-426d-9ab6-85e060fe2519/checklist/new/
+2017-07-03 03:59:48,694 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:48,728 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:48,729 DEBUG test_negative_requests 119 20728 140736393348032 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-07-03 03:59:48,802 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:48,802 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b5cfabd1-64ed-426d-9ab6-85e060fe2519/checklist/new/
+2017-07-03 03:59:48,806 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:48,808 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:48,808 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b5cfabd1-64ed-426d-9ab6-85e060fe2519/checklist/new/
+2017-07-03 03:59:48,872 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:48,901 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:49,144 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 03:59:49,144 DEBUG test_negative_requests 124 20728 140736393348032 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-07-03 03:59:49,213 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:49,214 DEBUG test_negative_requests 132 20728 140736393348032 About to update checklist for VF STivtjV
+2017-07-03 03:59:49,214 DEBUG api_checklist 57 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//bb200e3e-2902-4ad1-b11a-54bfd8459b19/bb200e3e-2902-4ad1-b11a-54bfd8459b19
+2017-07-03 03:59:49,217 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:49,219 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:49,246 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 30a5ba22-5af0-4110-a94b-a84db6bdbb28. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,246 DEBUG test_negative_requests 139 20728 140736393348032 Success! Test failed to create checklist using other auth token.
+2017-07-03 03:59:49,317 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:49,317 DEBUG test_negative_requests 132 20728 140736393348032 About to update checklist for VF STivtjV
+2017-07-03 03:59:49,317 DEBUG api_checklist 57 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//bb200e3e-2902-4ad1-b11a-54bfd8459b19/bb200e3e-2902-4ad1-b11a-54bfd8459b19
+2017-07-03 03:59:49,321 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:49,323 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:49,351 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,351 DEBUG test_negative_requests 139 20728 140736393348032 Success! Test failed to create checklist using other auth token.
+2017-07-03 03:59:49,421 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:49,421 DEBUG test_negative_requests 132 20728 140736393348032 About to update checklist for VF STivtjV
+2017-07-03 03:59:49,421 DEBUG api_checklist 57 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//bb200e3e-2902-4ad1-b11a-54bfd8459b19/bb200e3e-2902-4ad1-b11a-54bfd8459b19
+2017-07-03 03:59:49,425 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 03:59:49,427 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 03:59:49,466 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,466 DEBUG test_negative_requests 139 20728 140736393348032 Success! Test failed to create checklist using other auth token.
+2017-07-03 03:59:49,466 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-07-03 03:59:49,466 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-07-03 03:59:49,477 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,478 DEBUG test_api_base 42 20728 140736393348032 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-03 03:59:49,479 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-07-03 03:59:49,479 DEBUG test_checklist_signal 22 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,479 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_checklist_after_editing_files>,) | {}
+2017-07-03 03:59:49,485 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,485 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-07-03 03:59:49,485 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,485 DEBUG test_git_signal 111 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,485 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-07-03 03:59:49,491 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,491 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,491 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,491 DEBUG test_git_signal 26 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,491 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-07-03 03:59:49,496 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,497 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,497 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,497 DEBUG test_git_signal 90 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,497 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-07-03 03:59:49,560 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,560 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,561 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,561 DEBUG test_git_signal 131 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,561 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_join_of_staff_users_to_new_gitlab_repo>,) | {}
+2017-07-03 03:59:49,567 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,567 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,567 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,567 DEBUG test_git_signal 142 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,567 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_join_of_stn_users_to_new_rep_after_active>,) | {}
+2017-07-03 03:59:49,573 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,573 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,573 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,573 DEBUG test_git_signal 169 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,574 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_rem_users_from_repo_after_active_and_validated>,) | {}
+2017-07-03 03:59:49,578 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,579 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,579 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,579 DEBUG test_git_signal 212 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,741 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_rem_users_from_repo_after_completed>,) | {}
+2017-07-03 03:59:49,749 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,749 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,750 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,750 DEBUG test_git_signal 71 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,750 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-07-03 03:59:49,758 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,758 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:49,758 DEBUG test_signal_base 34 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-03 03:59:49,758 DEBUG test_git_signal 51 20728 140736393348032 Local environment, skipping test...
+2017-07-03 03:59:49,758 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-07-03 03:59:49,763 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 03:59:49,764 DEBUG test_signal_base 45 20728 140736393348032 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-03 03:59:52,354 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:52,355 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/81dab422-8fc2-4545-b18e-d2cc860b6c1f/0a5481867006410a86a20600233e7529
+2017-07-03 03:59:52,383 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:52,462 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:52,466 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:52,468 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:52,471 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:52,473 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:52,960 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:52,960 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-07-03 03:59:52,960 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_archive_engagement ----------------------
+2017-07-03 03:59:54,202 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 03:59:54,202 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 03:59:55,533 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 03:59:56,203 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 03:59:56,813 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 03:59:57,440 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 03:59:58,547 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 03:59:58,547 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e50d7bcc-e6b8-4992-ac78-bf870b2639b4/15cd3ac6dd70417b981e5dd1938c2e84
+2017-07-03 03:59:58,577 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 03:59:58,661 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:58,665 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 03:59:58,666 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 03:59:58,670 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 03:59:58,672 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 03:59:59,164 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 03:59:59,164 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/93b2437d-4364-4ef4-a86a-9d5d1fb13f61/checklist/new/
+2017-07-03 03:59:59,244 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:59,276 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 03:59:59,363 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 03:59:59,556 DEBUG api_virtual_function 251 20728 140736393348032 Engagement stage was successfully changed to Active!
+2017-07-03 04:00:01,870 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:00:02,387 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:00:05,678 DEBUG db_general 67 20728 140736393348032 Query: select archived_time,archive_reason from ice_engagement where engagement_manual_id='2017-180'
+2017-07-03 04:00:05,681 DEBUG db_general 80 20728 140736393348032 Query result: [datetime.datetime(2017, 7, 3, 12, 0, 5, 541511, tzinfo=psycopg2.tz.FixedOffsetTimezone(offset=180, name=None)), 'STP7D5u']
+2017-07-03 04:00:05,681 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-07-03 04:00:05,681 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_archive_engagement>,) | {}
+2017-07-03 04:00:05,693 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:00:06,638 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_archive_engagement ----------------------
+
+2017-07-03 04:00:06,638 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-07-03 04:00:06,638 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+2017-07-03 04:00:07,269 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:00:07,269 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:00:08,535 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:00:09,210 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:00:09,800 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:00:09,812 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:00:10,886 DEBUG db_general 67 20728 140736393348032 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'STYj73V';
+2017-07-03 04:00:10,889 DEBUG db_general 80 20728 140736393348032 Query result: Donald Duck
+2017-07-03 04:00:13,154 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:00:15,932 DEBUG db_general 67 20728 140736393348032 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-07-03 04:00:15,935 DEBUG db_general 80 20728 140736393348032 Query result: None
+2017-07-03 04:00:15,940 DEBUG db_general 110 20728 140736393348032 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STeb8Ot' WHERE uuid = 'None' ;
+2017-07-03 04:00:15,945 DEBUG db_general 114 20728 140736393348032 Update query success!
+2017-07-03 04:00:15,946 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-07-03 04:00:15,946 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_peer_reviewer>,) | {}
+2017-07-03 04:00:15,959 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:00:16,613 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_peer_reviewer ----------------------
+
+2017-07-03 04:00:16,615 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-07-03 04:00:16,615 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_change_reviewer ----------------------
+2017-07-03 04:00:17,182 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:00:17,183 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:00:18,479 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:00:19,206 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:00:19,813 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:00:19,825 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:00:20,965 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:00:20,966 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/78e2141a-bbf7-4309-a64d-450400e3dcd7/6e3c6ee36d23434889ec0b28031c8eed
+2017-07-03 04:00:20,995 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:00:21,065 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:00:21,069 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:00:21,070 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:00:21,075 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:00:21,076 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:00:21,585 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:00:21,590 DEBUG db_general 67 20728 140736393348032 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Donald Duck' and full_name != 'STYj73V';
+2017-07-03 04:00:21,592 DEBUG db_general 80 20728 140736393348032 Query result: Homer Simpson
+2017-07-03 04:00:23,854 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:00:26,633 DEBUG db_general 67 20728 140736393348032 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-07-03 04:00:26,635 DEBUG db_general 80 20728 140736393348032 Query result: None
+2017-07-03 04:00:26,639 DEBUG db_general 110 20728 140736393348032 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'STWGXVY' WHERE uuid = 'None' ;
+2017-07-03 04:00:26,642 DEBUG db_general 114 20728 140736393348032 Update query success!
+2017-07-03 04:00:26,642 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-07-03 04:00:26,642 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_change_reviewer>,) | {}
+2017-07-03 04:00:26,647 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:00:27,251 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_change_reviewer ----------------------
+
+2017-07-03 04:00:27,251 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-07-03 04:00:27,252 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+2017-07-03 04:00:27,849 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:00:27,849 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:00:29,110 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:00:29,753 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:00:30,342 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:00:30,350 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:00:31,493 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:00:31,493 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c369178-527d-48af-9fed-8202e9c6e590/64aa8bad41c147b7a7b4cd0b8c210321
+2017-07-03 04:00:31,524 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:00:31,596 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:00:31,600 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:00:31,601 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:00:31,605 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:00:31,607 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:00:32,072 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:00:32,073 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/44566eae-64d1-414d-85e9-0c88a504b2a9/checklist/new/
+2017-07-03 04:00:32,146 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:00:32,181 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:00:32,253 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:00:32,371 DEBUG api_virtual_function 251 20728 140736393348032 Engagement stage was successfully changed to Active!
+2017-07-03 04:00:32,372 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-07-03 04:00:32,372 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_remove_standard_users_after_archive_engagement>,) | {}
+2017-07-03 04:00:32,382 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:00:33,086 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_remove_standard_users_after_archive_engagement ----------------------
+
+2017-07-03 04:00:33,086 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-07-03 04:00:33,086 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status ----------------------
+2017-07-03 04:00:33,679 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:00:33,679 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:00:34,998 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:00:35,711 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:00:36,319 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:00:36,327 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:00:39,671 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:00:43,871 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:00:44,957 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-07-03 04:00:44,957 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status>,) | {}
+2017-07-03 04:00:44,969 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:00:45,792 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status ----------------------
+
+2017-07-03 04:00:45,792 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-07-03 04:00:45,792 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+2017-07-03 04:00:46,423 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:00:46,423 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:00:47,710 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:00:48,399 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:00:48,994 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:00:49,002 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:00:52,519 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:00:56,728 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:00:57,766 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-07-03 04:00:57,766 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_EL>,) | {}
+2017-07-03 04:00:57,778 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:00:58,579 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_EL ----------------------
+
+2017-07-03 04:00:58,579 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-07-03 04:00:58,580 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+2017-07-03 04:00:59,186 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:00:59,186 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:01:00,460 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:01:01,129 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:01:01,738 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:01:01,746 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:01:02,882 DEBUG db_general 67 20728 140736393348032 Query: select full_name from ice_user_profile where role_id = 2 and full_name != 'Homer Simpson' and full_name != 'STYj73V';
+2017-07-03 04:01:02,885 DEBUG db_general 80 20728 140736393348032 Query result: Donald Duck
+2017-07-03 04:01:02,889 DEBUG db_general 67 20728 140736393348032 Query: select email from ice_user_profile where full_name = 'Donald Duck';
+2017-07-03 04:01:02,891 DEBUG db_general 80 20728 140736393348032 Query result: dd1122@att.com
+2017-07-03 04:01:05,129 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:01:08,495 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:01:09,672 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-179';
+2017-07-03 04:01:09,674 DEBUG db_general 190 20728 140736393348032 Query result: 333bb314-0fb9-4919-943e-cc9d3b5f2c4a
+2017-07-03 04:01:09,678 DEBUG db_user 52 20728 140736393348032 Query : select invitation_token from ice_invitation Where engagement_uuid = '333bb314-0fb9-4919-943e-cc9d3b5f2c4a' and email = 'dd1122@att.com' ;
+2017-07-03 04:01:09,680 DEBUG db_user 67 20728 140736393348032 Query result: 99fe2760-468e-4993-90e1-720ee0f5ad3a
+2017-07-03 04:01:09,680 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login?invitation=99fe2760-468e-4993-90e1-720ee0f5ad3a
+2017-07-03 04:01:10,796 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:01:10,796 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:01:12,061 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:01:12,775 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:01:13,382 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:01:13,393 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login?invitation=99fe2760-468e-4993-90e1-720ee0f5ad3a page is loaded.
+2017-07-03 04:01:13,909 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:01:17,904 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:01:18,946 DEBUG db_general 67 20728 140736393348032 Query: select uuid from ice_user_profile where full_name = 'el_for_test';
+2017-07-03 04:01:18,949 DEBUG db_general 80 20728 140736393348032 Query result: None
+2017-07-03 04:01:18,954 DEBUG db_general 110 20728 140736393348032 Query: UPDATE ice_user_profile SET role_id=1,full_name = 'ST8sH0T' WHERE uuid = 'None' ;
+2017-07-03 04:01:18,957 DEBUG db_general 114 20728 140736393348032 Update query success!
+2017-07-03 04:01:18,957 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-07-03 04:01:18,957 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_other_el>,) | {}
+2017-07-03 04:01:18,967 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:01:19,919 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_other_el ----------------------
+
+2017-07-03 04:01:19,919 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-07-03 04:01:19,919 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+2017-07-03 04:01:20,599 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:01:20,599 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b70f43ef-ac17-4ba2-a170-a86ad83c2f0b/d07e6a60426943b3b8efa9ccb54210c0
+2017-07-03 04:01:20,629 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:01:20,697 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:01:20,702 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:01:20,703 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:01:20,707 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:01:20,708 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:01:21,355 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:01:21,355 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:01:21,355 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:01:22,640 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:01:23,314 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:01:23,912 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:01:23,920 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:01:27,410 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:01:31,666 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:01:32,763 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-07-03 04:01:32,763 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_dropdown.TestAdminDropdown testMethod=test_update_status_via_peer_riviewer>,) | {}
+2017-07-03 04:01:32,809 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:01:33,625 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminDropdown Function test_update_status_via_peer_riviewer ----------------------
+
+2017-07-03 04:01:35,829 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:01:35,829 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/8c47a19b-4b16-4fca-bd5c-f49a5f4caac2/9ea8f67c4f1044b5aebe8863ee2bd9af
+2017-07-03 04:01:35,858 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:01:35,927 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:01:35,931 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:01:35,932 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:01:35,939 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:01:35,940 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:01:36,414 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:01:36,414 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-07-03 04:01:36,414 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminSection Function test_admin_page ----------------------
+2017-07-03 04:01:37,527 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:01:37,527 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:01:38,852 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:01:39,519 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:01:40,126 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:01:40,134 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:01:40,806 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:01:42,838 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/account page is loaded.
+2017-07-03 04:01:44,615 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-07-03 04:01:44,615 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_admin_page>,) | {}
+2017-07-03 04:01:44,655 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:01:45,325 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminSection Function test_admin_page ----------------------
+
+2017-07-03 04:01:45,326 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-07-03 04:01:45,326 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestAdminSection Function test_negative_admin_page ----------------------
+2017-07-03 04:01:45,965 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:01:47,059 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:01:47,059 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:01:48,379 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:01:49,010 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:01:49,627 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:01:49,636 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:01:56,936 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:01:58,066 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:01:58,066 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:01:59,310 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:01:59,996 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:02:00,591 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:02:00,599 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:02:08,015 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:02:09,431 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:02:09,431 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:02:10,719 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:02:11,386 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:02:11,980 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:02:11,988 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:02:19,497 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:02:20,621 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:02:20,621 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:02:21,930 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:02:22,603 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:02:23,224 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:02:23,235 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:02:30,630 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-07-03 04:02:30,630 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_admin_section.TestAdminSection testMethod=test_negative_admin_page>,) | {}
+2017-07-03 04:02:30,642 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:02:31,244 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestAdminSection Function test_negative_admin_page ----------------------
+
+2017-07-03 04:02:33,526 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:02:33,526 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7add2fb7-5147-4e98-a338-5a1cfbbd9d21/a36f998465944ab9885cf860bd49b76a
+2017-07-03 04:02:33,557 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:02:33,628 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:02:33,632 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:02:33,634 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:02:33,637 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:02:33,638 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:02:34,148 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:02:34,149 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:02:34,222 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:02:34,255 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:02:34,336 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:02:34,412 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:02:34,412 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/2a33f7e3-687c-449c-b4e0-06d2b25f9e1f/a7e02d6f81ae4f9989c17a9bde05a803
+2017-07-03 04:02:34,441 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:02:34,510 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:02:34,514 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:02:34,515 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:02:34,519 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:02:34,520 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:02:34,964 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:02:34,965 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/a14d90cd-e117-4362-986c-ad803785c1d9/checklist/new/
+2017-07-03 04:02:35,037 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:02:35,071 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:02:35,071 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-07-03 04:02:35,071 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+2017-07-03 04:02:36,110 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:02:36,117 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 04:02:36,119 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:02:36,119 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:02:36,200 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:02:36,233 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:02:36,430 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 04:02:36,435 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where name='checklistAPIST8dbvk' and state='review';
+2017-07-03 04:02:36,437 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['review'], and was verified over the DB
+2017-07-03 04:02:36,437 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:02:36,437 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:02:37,779 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:02:38,450 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:02:39,053 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:02:39,062 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:02:39,716 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:02:40,750 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'checklistAPIST8dbvk' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:02:42,005 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:02:43,152 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:02:43,724 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:02:45,962 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:02:47,758 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:02:51,459 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='2bffea9c-1776-4f09-9be1-87c48693a0ae' and state='archive';
+2017-07-03 04:02:52,973 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='2bffea9c-1776-4f09-9be1-87c48693a0ae' and state='archive';
+2017-07-03 04:02:52,976 DEBUG db_checklist 339 20728 140736393348032 Checklist state not changed yet (0 of 120)
+2017-07-03 04:02:52,976 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['archive'], and was verified over the DB
+2017-07-03 04:02:52,981 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'checklistAPIST8dbvk' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:02:54,166 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:02:55,286 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:02:57,579 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:02:58,638 DEBUG fe_checklist 673 20728 140736393348032 validate_audit_log PASS
+2017-07-03 04:02:58,638 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-07-03 04:02:58,639 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_clone_decision_auditlogs>,) | {}
+2017-07-03 04:02:58,645 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:02:59,469 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_clone_decision_auditlogs ----------------------
+
+2017-07-03 04:02:59,470 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-07-03 04:02:59,471 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+2017-07-03 04:03:00,291 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:03:00,291 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:03:01,596 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:03:02,261 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:03:02,860 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:03:02,869 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:03:05,232 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:03:06,448 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:03:07,103 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:03:10,457 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-07-03 04:03:10,457 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_checklist_without_files>,) | {}
+2017-07-03 04:03:10,481 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:03:11,090 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_checklist_without_files ----------------------
+
+2017-07-03 04:03:11,091 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-07-03 04:03:11,092 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+2017-07-03 04:03:11,801 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:03:11,802 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:03:13,141 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:03:13,789 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:03:14,418 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:03:14,428 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:03:15,463 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'STeUPq9';
+2017-07-03 04:03:15,468 DEBUG db_general 190 20728 140736393348032 Query result: a14d90cd-e117-4362-986c-ad803785c1d9
+2017-07-03 04:03:15,471 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'STeUPq9';
+2017-07-03 04:03:15,473 DEBUG db_general 190 20728 140736393348032 Query result: a14d90cd-e117-4362-986c-ad803785c1d9
+2017-07-03 04:03:15,477 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = 'a14d90cd-e117-4362-986c-ad803785c1d9';
+2017-07-03 04:03:15,479 DEBUG db_general 190 20728 140736393348032 Query result: 2017-186
+2017-07-03 04:03:15,484 DEBUG db_general 179 20728 140736393348032 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-186';
+2017-07-03 04:03:15,486 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:03:15,489 DEBUG db_general 258 20728 140736393348032 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-07-03 04:03:15,491 DEBUG db_general 270 20728 140736393348032 Query result: hs0007@att.com
+2017-07-03 04:03:15,495 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = 'a14d90cd-e117-4362-986c-ad803785c1d9';
+2017-07-03 04:03:15,499 DEBUG db_general 190 20728 140736393348032 Query result: 2017-186
+2017-07-03 04:03:16,678 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:03:17,795 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:03:19,024 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_next_step Where engagement_id = 'a14d90cd-e117-4362-986c-ad803785c1d9' and engagement_stage = 'Intake';
+2017-07-03 04:03:19,027 DEBUG db_general 270 20728 140736393348032 Query result: ['df4ee796-8eb9-4ad4-889a-14f06097c245', '1253b576-3857-436e-95db-71d9b5f88029']
+2017-07-03 04:03:19,694 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:03:20,810 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:03:22,076 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:03:22,078 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:03:23,350 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:03:24,007 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:03:24,603 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:03:24,614 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:03:27,191 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:03:28,328 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:03:36,384 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:03:38,056 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:03:39,241 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:03:39,763 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:03:40,808 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'ST0Iuvn' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:03:42,012 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-07-03 04:03:42,012 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_create_new_checklist>,) | {}
+2017-07-03 04:03:42,037 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:03:42,688 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_create_new_checklist ----------------------
+
+2017-07-03 04:03:42,688 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-07-03 04:03:42,689 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+2017-07-03 04:03:43,496 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:03:43,496 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/341a1bd1-a9df-46f9-83fc-6cbf2d47b284/a00eb391caef4c50a848b2b2fb61f50e
+2017-07-03 04:03:43,527 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:03:43,604 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:03:43,608 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:03:43,609 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:03:43,613 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:03:43,615 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:03:44,139 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:03:44,139 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8d0cd8c3-7860-4a20-8e85-f05342a0a38b/checklist/new/
+2017-07-03 04:03:44,209 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:03:44,241 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:03:44,241 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:03:44,241 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:03:45,550 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:03:46,188 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:03:46,813 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:03:46,823 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:03:47,891 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_vf Where name = 'STsjMRD';
+2017-07-03 04:03:47,894 DEBUG db_general 190 20728 140736393348032 Query result: e72bef59-a640-4787-8e3d-6d9e7ca000ff
+2017-07-03 04:03:47,897 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'STsjMRD';
+2017-07-03 04:03:47,900 DEBUG db_general 190 20728 140736393348032 Query result: 8d0cd8c3-7860-4a20-8e85-f05342a0a38b
+2017-07-03 04:03:47,903 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'STsjMRD';
+2017-07-03 04:03:47,906 DEBUG db_general 190 20728 140736393348032 Query result: 8d0cd8c3-7860-4a20-8e85-f05342a0a38b
+2017-07-03 04:03:47,910 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = '8d0cd8c3-7860-4a20-8e85-f05342a0a38b';
+2017-07-03 04:03:47,914 DEBUG db_general 190 20728 140736393348032 Query result: 2017-187
+2017-07-03 04:03:47,919 DEBUG db_general 179 20728 140736393348032 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-187';
+2017-07-03 04:03:47,922 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:03:47,925 DEBUG db_general 258 20728 140736393348032 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-07-03 04:03:47,927 DEBUG db_general 270 20728 140736393348032 Query result: hs0007@att.com
+2017-07-03 04:03:47,927 DEBUG fe_checklist 50 20728 140736393348032 EL email: hs0007@att.com
+2017-07-03 04:03:47,933 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = '8d0cd8c3-7860-4a20-8e85-f05342a0a38b';
+2017-07-03 04:03:47,935 DEBUG db_general 190 20728 140736393348032 Query result: 2017-187
+2017-07-03 04:03:48,994 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_next_step Where engagement_id = '8d0cd8c3-7860-4a20-8e85-f05342a0a38b' and engagement_stage = 'Intake';
+2017-07-03 04:03:48,997 DEBUG db_general 270 20728 140736393348032 Query result: ['8ad4e2d4-e833-47cf-8f9d-8bde2f9f3649', '5fc0c07f-4a8d-4708-acf9-6a30fad4fa08']
+2017-07-03 04:03:49,624 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:03:50,743 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=e72bef59-a640-4787-8e3d-6d9e7ca000ff&inviter_uuid=341a1bd1-a9df-46f9-83fc-6cbf2d47b284&email=automationqattSTSgDn1@gmail.com
+2017-07-03 04:03:53,259 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:03:54,454 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:03:54,454 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:03:55,724 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:03:56,360 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:03:57,015 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:03:57,031 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:04:05,899 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'ST0T87A';
+2017-07-03 04:04:05,902 DEBUG db_general 190 20728 140736393348032 Query result: b86ee9e9-325f-4c51-92d9-f06e31700b51
+2017-07-03 04:04:05,907 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='b86ee9e9-325f-4c51-92d9-f06e31700b51' and state='review';
+2017-07-03 04:04:05,910 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['review'], and was verified over the DB
+2017-07-03 04:04:05,914 DEBUG db_general 179 20728 140736393348032 Query : select template_id from ice_checklist Where name = 'ST0T87A';
+2017-07-03 04:04:05,916 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:04:05,925 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-07-03 04:04:05,927 DEBUG db_general 270 20728 140736393348032 Query result: ['']
+2017-07-03 04:04:05,932 DEBUG db_general 349 20728 140736393348032 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = 'b86ee9e9-325f-4c51-92d9-f06e31700b51' and lineitem_id = '';
+2017-07-03 04:04:05,934 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:04:07,131 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:04:07,131 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:04:08,429 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:04:09,058 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:04:09,645 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:04:09,652 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:04:12,108 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:04:13,228 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:04:14,505 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'ST0T87A' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:04:15,714 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:04:16,834 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_positive_test
+2017-07-03 04:04:16,839 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-07-03 04:04:16,839 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_positive_test>,) | {}
+2017-07-03 04:04:16,851 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:04:17,500 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_positive_test ----------------------
+
+2017-07-03 04:04:17,501 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-07-03 04:04:17,501 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+2017-07-03 04:04:18,625 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:04:18,625 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/58815c01-52bf-4705-a319-4a19b7a30117/4c6f7cba1d96427c8f9bf65d5bc2afea
+2017-07-03 04:04:18,654 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:04:18,726 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:04:18,735 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:04:18,737 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:04:18,741 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:04:18,743 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:04:19,230 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:04:19,230 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/d9e25eeb-afa3-4e46-b579-ace1ae598100/checklist/new/
+2017-07-03 04:04:19,301 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:04:19,332 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:04:19,332 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:04:19,332 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:04:20,667 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:04:21,314 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:04:21,982 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:04:22,014 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:04:23,046 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_vf Where name = 'SToBbEd';
+2017-07-03 04:04:23,050 DEBUG db_general 190 20728 140736393348032 Query result: 53ee51e1-adb0-4bf8-9882-b38a097e0e66
+2017-07-03 04:04:23,053 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'SToBbEd';
+2017-07-03 04:04:23,055 DEBUG db_general 190 20728 140736393348032 Query result: d9e25eeb-afa3-4e46-b579-ace1ae598100
+2017-07-03 04:04:23,059 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'SToBbEd';
+2017-07-03 04:04:23,061 DEBUG db_general 190 20728 140736393348032 Query result: d9e25eeb-afa3-4e46-b579-ace1ae598100
+2017-07-03 04:04:23,065 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = 'd9e25eeb-afa3-4e46-b579-ace1ae598100';
+2017-07-03 04:04:23,067 DEBUG db_general 190 20728 140736393348032 Query result: 2017-188
+2017-07-03 04:04:23,072 DEBUG db_general 179 20728 140736393348032 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-188';
+2017-07-03 04:04:23,074 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:04:23,079 DEBUG db_general 258 20728 140736393348032 Query : select email from ice_user_profile Where id = '2' and role_id = '2';
+2017-07-03 04:04:23,082 DEBUG db_general 270 20728 140736393348032 Query result: hs0007@att.com
+2017-07-03 04:04:23,082 DEBUG fe_checklist 50 20728 140736393348032 EL email: hs0007@att.com
+2017-07-03 04:04:23,086 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = 'd9e25eeb-afa3-4e46-b579-ace1ae598100';
+2017-07-03 04:04:23,088 DEBUG db_general 190 20728 140736393348032 Query result: 2017-188
+2017-07-03 04:04:24,130 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_next_step Where engagement_id = 'd9e25eeb-afa3-4e46-b579-ace1ae598100' and engagement_stage = 'Intake';
+2017-07-03 04:04:24,133 DEBUG db_general 270 20728 140736393348032 Query result: ['3056f112-c56a-48eb-85a3-c73265d6fa70', '214b573f-d4ed-43c9-97cf-f8a66b583b73']
+2017-07-03 04:04:24,974 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:04:26,080 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=53ee51e1-adb0-4bf8-9882-b38a097e0e66&inviter_uuid=58815c01-52bf-4705-a319-4a19b7a30117&email=automationqattSTKPpTo@gmail.com
+2017-07-03 04:04:27,468 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:04:28,607 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:04:28,607 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:04:29,866 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:04:30,495 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:04:31,112 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:04:31,125 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:04:39,760 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'STGueJI';
+2017-07-03 04:04:39,763 DEBUG db_general 190 20728 140736393348032 Query result: cd0a185d-a8b6-4e1c-a9f0-ad3388559d50
+2017-07-03 04:04:39,766 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='cd0a185d-a8b6-4e1c-a9f0-ad3388559d50' and state='review';
+2017-07-03 04:04:39,769 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['review'], and was verified over the DB
+2017-07-03 04:04:39,772 DEBUG db_general 179 20728 140736393348032 Query : select template_id from ice_checklist Where name = 'STGueJI';
+2017-07-03 04:04:39,774 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:04:39,778 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-07-03 04:04:39,781 DEBUG db_general 270 20728 140736393348032 Query result: ['']
+2017-07-03 04:04:39,784 DEBUG db_general 349 20728 140736393348032 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = 'cd0a185d-a8b6-4e1c-a9f0-ad3388559d50' and lineitem_id = '';
+2017-07-03 04:04:39,787 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:04:41,237 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:04:41,237 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:04:42,507 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:04:43,138 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:04:43,722 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:04:43,732 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:04:46,294 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:04:47,421 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:04:48,733 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'STGueJI' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:04:49,945 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:04:51,062 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_reject
+2017-07-03 04:04:51,063 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-07-03 04:04:51,064 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_reject>,) | {}
+2017-07-03 04:04:51,080 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:04:51,705 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_reject ----------------------
+
+2017-07-03 04:04:51,707 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-07-03 04:04:51,707 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+2017-07-03 04:04:52,700 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:04:52,700 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ab18ea74-2bd9-4dba-aa3a-18c00e303070/a21a698241bf41f8861580e76b5733ff
+2017-07-03 04:04:52,731 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:04:52,803 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:04:52,807 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:04:52,808 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:04:52,813 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:04:52,814 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:04:53,302 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:04:53,302 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b4d8fbe3-3e2c-471f-857a-535e116d6cd3/checklist/new/
+2017-07-03 04:04:53,378 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:04:53,420 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:04:53,421 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:04:53,421 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:04:54,752 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:04:55,398 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:04:56,028 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:04:56,037 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:04:57,133 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_vf Where name = 'ST7EQzy';
+2017-07-03 04:04:57,135 DEBUG db_general 190 20728 140736393348032 Query result: 028f1c5b-1e92-4210-9528-961d0f80eeff
+2017-07-03 04:04:57,139 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'ST7EQzy';
+2017-07-03 04:04:57,141 DEBUG db_general 190 20728 140736393348032 Query result: b4d8fbe3-3e2c-471f-857a-535e116d6cd3
+2017-07-03 04:04:57,146 DEBUG db_general 179 20728 140736393348032 Query : select engagement_id from ice_vf Where name = 'ST7EQzy';
+2017-07-03 04:04:57,149 DEBUG db_general 190 20728 140736393348032 Query result: b4d8fbe3-3e2c-471f-857a-535e116d6cd3
+2017-07-03 04:04:57,153 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = 'b4d8fbe3-3e2c-471f-857a-535e116d6cd3';
+2017-07-03 04:04:57,156 DEBUG db_general 190 20728 140736393348032 Query result: 2017-189
+2017-07-03 04:04:57,160 DEBUG db_general 179 20728 140736393348032 Query : select reviewer_id from ice_engagement Where engagement_manual_id = '2017-189';
+2017-07-03 04:04:57,162 DEBUG db_general 190 20728 140736393348032 Query result: 1364
+2017-07-03 04:04:57,166 DEBUG db_general 258 20728 140736393348032 Query : select email from ice_user_profile Where id = '1364' and role_id = '2';
+2017-07-03 04:04:57,168 DEBUG db_general 270 20728 140736393348032 Query result: bb@att.com
+2017-07-03 04:04:57,168 DEBUG fe_checklist 50 20728 140736393348032 EL email: bb@att.com
+2017-07-03 04:04:57,173 DEBUG db_general 179 20728 140736393348032 Query : select engagement_manual_id from ice_engagement Where uuid = 'b4d8fbe3-3e2c-471f-857a-535e116d6cd3';
+2017-07-03 04:04:57,175 DEBUG db_general 190 20728 140736393348032 Query result: 2017-189
+2017-07-03 04:04:57,956 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_next_step Where engagement_id = 'b4d8fbe3-3e2c-471f-857a-535e116d6cd3' and engagement_stage = 'Intake';
+2017-07-03 04:04:57,961 DEBUG db_general 270 20728 140736393348032 Query result: ['922e8d61-aadb-400d-97ad-6043786f481d', '43a7e811-11cd-4aed-b2c9-50f1757a6615']
+2017-07-03 04:04:58,929 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:05:00,079 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/signUp?eng_uuid=028f1c5b-1e92-4210-9528-961d0f80eeff&inviter_uuid=ab18ea74-2bd9-4dba-aa3a-18c00e303070&email=automationqattSTZ7w1s@gmail.com
+2017-07-03 04:05:01,543 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:05:03,034 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:05:03,034 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:05:04,253 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:05:04,932 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:05:05,545 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:05:05,554 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:05:14,274 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'ST0DfmB';
+2017-07-03 04:05:14,277 DEBUG db_general 190 20728 140736393348032 Query result: 6f45a16d-03a4-4a9e-8fed-7e235858e533
+2017-07-03 04:05:14,282 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='6f45a16d-03a4-4a9e-8fed-7e235858e533' and state='review';
+2017-07-03 04:05:14,284 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['review'], and was verified over the DB
+2017-07-03 04:05:14,287 DEBUG db_general 179 20728 140736393348032 Query : select template_id from ice_checklist Where name = 'ST0DfmB';
+2017-07-03 04:05:14,289 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:05:14,293 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-07-03 04:05:14,296 DEBUG db_general 270 20728 140736393348032 Query result: ['']
+2017-07-03 04:05:14,299 DEBUG db_general 349 20728 140736393348032 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = '6f45a16d-03a4-4a9e-8fed-7e235858e533' and lineitem_id = '';
+2017-07-03 04:05:14,302 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:05:15,438 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:05:15,438 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:05:16,669 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:05:17,350 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:05:17,950 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:05:17,958 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:05:20,324 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:05:21,430 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:05:22,672 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'ST0DfmB' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:05:23,902 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:05:26,212 DEBUG db_checklist 143 20728 140736393348032 Query : UPDATE ice_checklist SET state='review' Where name= 'fileST86qe2' and state= 'pending';
+2017-07-03 04:05:26,964 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:05:29,009 DEBUG db_checklist 89 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'fileST86qe2' and state != 'archive';
+2017-07-03 04:05:29,013 DEBUG db_checklist 100 20728 140736393348032 Query result: 2f0b160b-fc52-447c-a347-ce9a6ffc5ddc
+2017-07-03 04:05:36,074 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:05:37,235 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:05:38,285 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-07-03 04:05:38,285 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_e2e_checklist_update_add_next_step>,) | {}
+2017-07-03 04:05:38,332 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:05:38,966 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_e2e_checklist_update_add_next_step ----------------------
+
+2017-07-03 04:05:38,966 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_multi_el>,) | {}
+2017-07-03 04:05:38,966 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_multi_el ----------------------
+2017-07-03 04:05:39,670 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:05:39,677 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 04:05:39,680 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:05:39,680 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:05:39,756 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:05:39,787 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:05:39,998 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 04:05:40,083 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:05:40,083 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/892519a0-a31d-4c7d-9f42-671cd3953c8b/6ad788f8caaf4ec988170b8ce72f7946
+2017-07-03 04:05:40,164 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:05:40,236 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:05:40,240 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:05:40,241 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:05:40,246 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:05:40,248 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:05:40,858 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:05:40,858 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/387eee52-332c-40b3-9bfe-5b755cf28652/checklist/new/
+2017-07-03 04:05:40,928 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:05:40,959 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:05:40,960 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:05:40,960 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:05:42,258 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:05:42,933 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:05:43,778 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:05:43,792 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:05:44,827 DEBUG db_general 179 20728 140736393348032 Query : select template_id from ice_checklist Where name = 'checklistAPISTaIRmc';
+2017-07-03 04:05:44,830 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:05:44,834 DEBUG db_general 258 20728 140736393348032 Query : select uuid from ice_checklist_line_item Where line_type = 'auto' and template_id = '621c6bf1-874c-43da-8a82-88f872bfd5c0';
+2017-07-03 04:05:44,836 DEBUG db_general 270 20728 140736393348032 Query result: ['']
+2017-07-03 04:05:44,841 DEBUG db_general 349 20728 140736393348032 Query : UPDATE ice_checklist_decision SET review_value = 'approved', peer_review_value = 'approved' Where checklist_id = 'f383e1e7-084b-4d81-ac13-8f973d00c9a8' and lineitem_id = '';
+2017-07-03 04:05:44,844 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:05:45,981 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:05:45,982 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:05:47,299 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:05:47,948 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:05:48,544 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:05:48,553 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:05:51,198 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:05:52,322 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:05:53,636 DEBUG db_general 331 20728 140736393348032 Query : UPDATE ice_user_profile SET role_id=2 WHERE email = 'STk5Irn@intl.att.com';
+2017-07-03 04:05:54,819 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_engagement Where engagement_manual_id = '2017-185';
+2017-07-03 04:05:54,821 DEBUG db_general 190 20728 140736393348032 Query result: 343ce9b4-29fa-4061-ab83-d8152e611fd0
+2017-07-03 04:05:54,825 DEBUG db_user 52 20728 140736393348032 Query : select invitation_token from ice_invitation Where engagement_uuid = '343ce9b4-29fa-4061-ab83-d8152e611fd0' and email = 'STk5Irn@intl.att.com' ;
+2017-07-03 04:05:54,827 DEBUG db_user 67 20728 140736393348032 Query result: 5ba98881-07a7-4776-bdf6-399ed4346248
+2017-07-03 04:05:54,828 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login?invitation=5ba98881-07a7-4776-bdf6-399ed4346248
+2017-07-03 04:05:55,968 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:05:55,968 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:05:57,383 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:05:58,029 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:05:58,657 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:05:58,671 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login?invitation=5ba98881-07a7-4776-bdf6-399ed4346248 page is loaded.
+2017-07-03 04:05:59,189 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:06:10,894 DEBUG fe_checklist 643 20728 140736393348032 check list not visible for EL invited : STk5Irn@intl.att.com
+2017-07-03 04:06:10,898 DEBUG db_general 331 20728 140736393348032 Query : UPDATE ice_user_profile SET role_id=1 WHERE email = 'STk5Irn@intl.att.com';
+2017-07-03 04:06:10,904 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_multi_el>,) | {}
+2017-07-03 04:06:10,904 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_multi_el>,) | {}
+2017-07-03 04:06:10,912 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:06:11,547 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_multi_el ----------------------
+
+2017-07-03 04:06:11,547 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-07-03 04:06:11,547 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+2017-07-03 04:06:12,205 DEBUG api_checklist 23 20728 140736393348032 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:06:12,209 DEBUG db_general 179 20728 140736393348032 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-03 04:06:12,215 DEBUG db_general 190 20728 140736393348032 Query result: 621c6bf1-874c-43da-8a82-88f872bfd5c0
+2017-07-03 04:06:12,215 DEBUG api_gitlab 330 20728 140736393348032 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/343ce9b4-29fa-4061-ab83-d8152e611fd0/checklist/new/
+2017-07-03 04:06:12,293 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:06:12,328 DEBUG api_gitlab 352 20728 140736393348032 Gitlab and Jenkins are ready to continue!
+2017-07-03 04:06:12,529 DEBUG api_checklist 39 20728 140736393348032 Checklist was created successfully!
+2017-07-03 04:06:12,533 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where name='checklistAPISTZk0Rh' and state='review';
+2017-07-03 04:06:12,535 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['review'], and was verified over the DB
+2017-07-03 04:06:12,536 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:06:12,536 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:06:13,806 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:06:14,443 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:06:15,032 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:06:15,045 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:06:17,491 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:06:19,417 DEBUG db_general 241 20728 140736393348032 Query : select uuid from ice_checklist Where name = 'checklistAPISTZk0Rh' and state != 'archive' order by create_time desc limit 1;
+2017-07-03 04:06:20,574 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:06:21,679 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:06:24,062 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/checklist page is loaded.
+2017-07-03 04:06:27,076 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='bc75aa9c-02b1-486b-97b6-1ca1f4eb3a89' and state='archive';
+2017-07-03 04:06:28,587 DEBUG db_general 225 20728 140736393348032 Query : select state from ice_checklist Where uuid='bc75aa9c-02b1-486b-97b6-1ca1f4eb3a89' and state='archive';
+2017-07-03 04:06:28,589 DEBUG db_checklist 339 20728 140736393348032 Checklist state not changed yet (0 of 120)
+2017-07-03 04:06:28,589 DEBUG db_checklist 342 20728 140736393348032 Checklist state was successfully changed into: ['archive'], and was verified over the DB
+2017-07-03 04:06:28,590 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-07-03 04:06:28,590 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_checklist_validations.TestChecklistValidations testMethod=test_reject_anytime_checklist>,) | {}
+2017-07-03 04:06:28,595 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:06:29,399 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestChecklistValidations Function test_reject_anytime_checklist ----------------------
+
+2017-07-03 04:06:32,617 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:06:32,618 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4e008a10-b370-49ee-adf6-f1eb0d14c0fe/318b2062662646f6ad19848457c49d36
+2017-07-03 04:06:32,648 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:06:32,719 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:06:32,724 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:06:32,725 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:06:32,729 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:06:32,730 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:06:33,205 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:06:33,206 DEBUG test_cms_news_and_announcementsion 20 20728 140736393348032 user_conntent = {'full_name': 'STkJQdj', 'email': 'STWVHOh@intl.att.com', 'uuid': '4e008a10-b370-49ee-adf6-f1eb0d14c0fe', 'role': {'id': 1, 'uuid': 'd2d0dc26-e5b3-4b58-8c90-8c66b672e01a', 'name': 'standard_user'}, 'user': {'is_active': False, 'email': 'STWVHOh@intl.att.com', 'activation_token': '318b2062662646f6ad19848457c49d36'}, 'company': {'id': 1, 'uuid': '5097eef9-23ae-4b66-9eed-57f578fa08c0', 'name': 'AT&T', 'public': True}, 'phone_number': '+972-50-555-5555', 'token': 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNTMyLCJlbWFpbCI6IlNUV1ZIT2hAaW50bC5hdHQuY29tIiwidXNlcm5hbWUiOiJTVFdWSE9oQGludGwuYXR0LmNvbSIsImV4cCI6MTQ5OTE1OTE5Mn0.VjhbNJNl-c_YqhD4QslnEm-ltKb_QtVlJvMnfW-7V_s', 'vfName': 'STKDWrf', 'vf_uuid': '1c57fb04-f647-4eec-b28f-d49869dfb0c0', 'target_aic': '2.5', 'ecomp_release': '2.5', 'vnf_version': 'STltPuq5', 'vendor': 'AT&T', 'vendor_uuid': '5097eef9-23ae-4b66-9eed-57f578fa08c0', 'engagement_manual_id': '2017-191', 'target_lab_entry_date': '2017-07-03', 'engagement_uuid': 'a9170a9d-6a34-4440-a48b-88c1add070c5', 'el_email': 'bb@att.com', 'el_name': 'STYj73V', 'pr_email': 'hs0007@att.com', 'pr_name': 'Homer Simpson', 'session_token': 'token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNTMyLCJlbWFpbCI6IlNUV1ZIT2hAaW50bC5hdHQuY29tIiwidXNlcm5hbWUiOiJTVFdWSE9oQGludGwuYXR0LmNvbSIsImV4cCI6MTQ5OTE1OTE5Mn0.VjhbNJNl-c_YqhD4QslnEm-ltKb_QtVlJvMnfW-7V_s'}
+2017-07-03 04:06:33,206 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-07-03 04:06:33,206 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+2017-07-03 04:06:34,432 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:06:34,432 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:06:35,815 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:06:36,464 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:06:37,093 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:06:37,102 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:06:38,127 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STDp8iw
+2017-07-03 04:06:38,127 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STDp8iw', 'title_Announcement_STDp8iw-slug', '', 'description_Announcement_STQTLZI', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STQTLZI</p>', true, '', 1, 1);
+2017-07-03 04:06:38,132 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STDp8iw', 'title_Announcement_STDp8iw-slug', '', 'description_Announcement_STQTLZI', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STQTLZI</p>', true, '', 1, 1);
+2017-07-03 04:06:38,152 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:06:38,153 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:06:38,153 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:06:38,158 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:06:38,184 DEBUG db_cms 71 20728 140736393348032 Query result: 291
+2017-07-03 04:06:38,184 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:06:38,185 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:06:38,190 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:06:38,192 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:06:38,193 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 291
+2017-07-03 04:06:38,193 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (291, 2);
+2017-07-03 04:06:38,197 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (291, 2);
+2017-07-03 04:06:38,201 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:06:38,201 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:06:39,333 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:06:39,333 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:06:40,679 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:06:41,411 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:06:42,044 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:06:42,058 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:06:44,227 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:06:44,227 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:06:45,495 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:06:46,150 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:06:46,731 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:06:46,741 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:06:53,043 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-07-03 04:06:53,043 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_Announcement_validate_toast>,) | {}
+2017-07-03 04:06:53,055 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:06:53,638 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_Announcement_validate_toast ----------------------
+
+2017-07-03 04:06:53,639 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-07-03 04:06:53,639 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+2017-07-03 04:06:54,244 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:06:54,244 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:06:55,559 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:06:56,209 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:06:56,822 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:06:56,829 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:06:57,866 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: News
+2017-07-03 04:06:57,867 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-07-03 04:06:57,874 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-07-03 04:06:57,876 DEBUG db_cms 71 20728 140736393348032 Query result: 1
+2017-07-03 04:06:57,877 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-07-03 04:06:57,877 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_announcements>,) | {}
+2017-07-03 04:06:57,886 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:06:58,492 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_announcements ----------------------
+
+2017-07-03 04:06:58,492 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-07-03 04:06:58,493 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+2017-07-03 04:06:59,121 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:06:59,122 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:00,448 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:01,125 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:01,735 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:01,744 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:02,771 DEBUG db_cms 154 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:02,771 DEBUG db_cms 128 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:02,772 DEBUG db_cms 130 20728 140736393348032 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:02,776 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:02,778 DEBUG db_cms 71 20728 140736393348032 Query result: 10
+2017-07-03 04:07:02,778 DEBUG db_cms 161 20728 140736393348032 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STiFMN7', 'title_Of_Page_STiFMN7-slug', '', 'description_Of_Page_STUl1Jv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STiFMN7', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:02,782 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STiFMN7', 'title_Of_Page_STiFMN7-slug', '', 'description_Of_Page_STUl1Jv', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STiFMN7', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:02,793 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:02,793 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:02,793 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,797 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,809 DEBUG db_cms 71 20728 140736393348032 Query result: 138
+2017-07-03 04:07:02,809 DEBUG db_cms 166 20728 140736393348032 Bind the page with the rich text content related to this page
+2017-07-03 04:07:02,810 DEBUG db_cms 169 20728 140736393348032 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (138, '<p>description_Of_Page_STUl1Jv</p>');
+2017-07-03 04:07:02,813 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (138, '<p>description_Of_Page_STUl1Jv</p>');
+2017-07-03 04:07:02,822 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:02,822 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:02,822 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,826 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,828 DEBUG db_cms 71 20728 140736393348032 Query result: 138
+2017-07-03 04:07:02,829 DEBUG db_cms 154 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:02,829 DEBUG db_cms 128 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:02,829 DEBUG db_cms 130 20728 140736393348032 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:02,832 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:02,834 DEBUG db_cms 71 20728 140736393348032 Query result: 10
+2017-07-03 04:07:02,834 DEBUG db_cms 161 20728 140736393348032 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7WLDY', 'title_Of_Page_ST7WLDY-slug', '', 'description_Of_Page_STJziov', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7WLDY', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:02,842 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_ST7WLDY', 'title_Of_Page_ST7WLDY-slug', '', 'description_Of_Page_STJziov', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_ST7WLDY', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:02,845 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:02,846 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:02,846 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,849 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,851 DEBUG db_cms 71 20728 140736393348032 Query result: 139
+2017-07-03 04:07:02,851 DEBUG db_cms 166 20728 140736393348032 Bind the page with the rich text content related to this page
+2017-07-03 04:07:02,852 DEBUG db_cms 169 20728 140736393348032 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (139, '<p>description_Of_Page_STJziov</p>');
+2017-07-03 04:07:02,857 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (139, '<p>description_Of_Page_STJziov</p>');
+2017-07-03 04:07:02,859 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:02,859 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:02,859 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,863 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,865 DEBUG db_cms 71 20728 140736393348032 Query result: 139
+2017-07-03 04:07:02,865 DEBUG db_cms 154 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:02,865 DEBUG db_cms 128 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:02,865 DEBUG db_cms 130 20728 140736393348032 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:02,868 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:02,870 DEBUG db_cms 71 20728 140736393348032 Query result: 10
+2017-07-03 04:07:02,870 DEBUG db_cms 161 20728 140736393348032 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STZGILe', 'title_Of_Page_STZGILe-slug', '', 'description_Of_Page_STLArai', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STZGILe', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:02,875 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STZGILe', 'title_Of_Page_STZGILe-slug', '', 'description_Of_Page_STLArai', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STZGILe', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:02,878 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:02,878 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:02,878 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,882 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:02,884 DEBUG db_cms 71 20728 140736393348032 Query result: 140
+2017-07-03 04:07:02,884 DEBUG db_cms 166 20728 140736393348032 Bind the page with the rich text content related to this page
+2017-07-03 04:07:02,884 DEBUG db_cms 169 20728 140736393348032 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (140, '<p>description_Of_Page_STLArai</p>');
+2017-07-03 04:07:02,888 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (140, '<p>description_Of_Page_STLArai</p>');
+2017-07-03 04:07:02,892 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:04,299 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:04,299 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:04,305 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:04,307 DEBUG db_cms 71 20728 140736393348032 Query result: 140
+2017-07-03 04:07:04,320 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-07-03 04:07:04,320 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_grandchild_page>,) | {}
+2017-07-03 04:07:04,334 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:07:05,026 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_grandchild_page ----------------------
+
+2017-07-03 04:07:05,027 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-07-03 04:07:05,027 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+2017-07-03 04:07:05,655 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:05,655 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:06,974 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:07,660 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:08,282 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:08,297 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:09,323 DEBUG db_cms 154 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:09,323 DEBUG db_cms 128 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:09,323 DEBUG db_cms 130 20728 140736393348032 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:09,327 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:09,330 DEBUG db_cms 71 20728 140736393348032 Query result: 10
+2017-07-03 04:07:09,330 DEBUG db_cms 161 20728 140736393348032 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_SToXjzW', 'title_Of_Page_SToXjzW-slug', '', 'description_Of_Page_STyA8FH', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_SToXjzW', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:09,333 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_SToXjzW', 'title_Of_Page_SToXjzW-slug', '', 'description_Of_Page_STyA8FH', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_SToXjzW', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:09,341 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:09,341 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:09,341 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:09,345 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:09,347 DEBUG db_cms 71 20728 140736393348032 Query result: 141
+2017-07-03 04:07:09,347 DEBUG db_cms 166 20728 140736393348032 Bind the page with the rich text content related to this page
+2017-07-03 04:07:09,347 DEBUG db_cms 169 20728 140736393348032 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (141, '<p>description_Of_Page_STyA8FH</p>');
+2017-07-03 04:07:09,351 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (141, '<p>description_Of_Page_STyA8FH</p>');
+2017-07-03 04:07:09,354 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:10,408 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:10,408 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:10,413 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:10,414 DEBUG db_cms 71 20728 140736393348032 Query result: 141
+2017-07-03 04:07:10,430 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-07-03 04:07:10,430 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_page>,) | {}
+2017-07-03 04:07:10,442 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:07:11,284 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_page ----------------------
+
+2017-07-03 04:07:11,284 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-07-03 04:07:11,284 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+2017-07-03 04:07:11,915 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:11,915 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:13,225 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:13,888 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:14,501 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:14,512 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:15,538 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STGq9H2
+2017-07-03 04:07:15,538 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STGq9H2', 'title_Announcement_STGq9H2-slug', '', 'description_Announcement_STfJl9I', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfJl9I</p>', true, '', 1, 1);
+2017-07-03 04:07:15,542 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STGq9H2', 'title_Announcement_STGq9H2-slug', '', 'description_Announcement_STfJl9I', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STfJl9I</p>', true, '', 1, 1);
+2017-07-03 04:07:15,552 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:15,552 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:07:15,552 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:07:15,559 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:07:15,560 DEBUG db_cms 71 20728 140736393348032 Query result: 292
+2017-07-03 04:07:15,560 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:07:15,561 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:07:15,564 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:07:15,566 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:07:15,566 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 292
+2017-07-03 04:07:15,566 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (292, 2);
+2017-07-03 04:07:15,570 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (292, 2);
+2017-07-03 04:07:15,573 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:17,383 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-07-03 04:07:17,383 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_Announcement>,) | {}
+2017-07-03 04:07:17,394 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:07:18,469 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_Announcement ----------------------
+
+2017-07-03 04:07:18,469 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-07-03 04:07:18,470 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+2017-07-03 04:07:19,079 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:19,079 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:20,494 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:21,261 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:21,906 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:21,915 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:22,966 DEBUG db_cms 144 20728 140736393348032 Delete all posts
+2017-07-03 04:07:22,966 DEBUG db_cms 146 20728 140736393348032 Query : DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-07-03 04:07:22,971 DEBUG db_cms 31 20728 140736393348032 Query: DELETE FROM public.blog_blogpost_categories WHERE id>0;
+2017-07-03 04:07:22,980 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:22,980 DEBUG db_cms 149 20728 140736393348032 Query : DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-07-03 04:07:22,984 DEBUG db_cms 31 20728 140736393348032 Query: DELETE FROM public.blog_blogpost WHERE id>0;;
+2017-07-03 04:07:22,996 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:22,996 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_FAQSTBoigG
+2017-07-03 04:07:22,996 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTBoigG', 'title_FAQSTBoigG-slug', '', 'description_FAQ_STmd937', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STmd937</p>', true, '', 1, 1);
+2017-07-03 04:07:23,001 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_FAQSTBoigG', 'title_FAQSTBoigG-slug', '', 'description_FAQ_STmd937', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_FAQ_STmd937</p>', true, '', 1, 1);
+2017-07-03 04:07:23,005 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:23,005 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:07:23,005 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:07:23,010 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:07:23,012 DEBUG db_cms 71 20728 140736393348032 Query result: 293
+2017-07-03 04:07:23,012 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: FAQ
+2017-07-03 04:07:23,013 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-07-03 04:07:23,016 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'FAQ' LIMIT 1;
+2017-07-03 04:07:23,018 DEBUG db_cms 71 20728 140736393348032 Query result: 3
+2017-07-03 04:07:23,018 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 293
+2017-07-03 04:07:23,018 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (293, 3);
+2017-07-03 04:07:23,023 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (293, 3);
+2017-07-03 04:07:23,025 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:24,560 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-07-03 04:07:24,560 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_FAQ>,) | {}
+2017-07-03 04:07:24,573 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:07:25,186 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_FAQ ----------------------
+
+2017-07-03 04:07:25,186 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-07-03 04:07:25,186 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+2017-07-03 04:07:25,789 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:25,789 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:27,246 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:27,908 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:28,542 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:28,551 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:29,583 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_NewsSTrlWtk
+2017-07-03 04:07:29,583 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTrlWtk', 'title_NewsSTrlWtk-slug', '', 'description_NewsSTGD5SR', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTGD5SR</p>', true, '', 1, 1);
+2017-07-03 04:07:29,588 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_NewsSTrlWtk', 'title_NewsSTrlWtk-slug', '', 'description_NewsSTGD5SR', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_NewsSTGD5SR</p>', true, '', 1, 1);
+2017-07-03 04:07:29,598 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:29,598 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:07:29,598 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:07:29,601 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:07:29,604 DEBUG db_cms 71 20728 140736393348032 Query result: 294
+2017-07-03 04:07:29,605 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: News
+2017-07-03 04:07:29,605 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-07-03 04:07:29,609 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'News' LIMIT 1;
+2017-07-03 04:07:29,612 DEBUG db_cms 71 20728 140736393348032 Query result: 1
+2017-07-03 04:07:29,612 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 294
+2017-07-03 04:07:29,612 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (294, 1);
+2017-07-03 04:07:29,616 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (294, 1);
+2017-07-03 04:07:29,620 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:31,789 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-07-03 04:07:31,789 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_insert_post_News>,) | {}
+2017-07-03 04:07:31,802 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:07:32,451 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_insert_post_News ----------------------
+
+2017-07-03 04:07:32,451 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-07-03 04:07:32,451 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation_content ----------------------
+2017-07-03 04:07:33,122 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:33,122 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:34,518 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:35,196 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:35,833 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:35,843 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:36,868 DEBUG db_cms 154 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:36,868 DEBUG db_cms 128 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:36,869 DEBUG db_cms 130 20728 140736393348032 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:36,873 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:36,875 DEBUG db_cms 71 20728 140736393348032 Query result: 10
+2017-07-03 04:07:36,875 DEBUG db_cms 161 20728 140736393348032 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STr1KAj', 'title_Of_Page_STr1KAj-slug', '', 'description_Of_Page_STbGSOZ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STr1KAj', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:36,879 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STr1KAj', 'title_Of_Page_STr1KAj-slug', '', 'description_Of_Page_STbGSOZ', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STr1KAj', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:36,887 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:36,888 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:36,888 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:36,892 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:36,894 DEBUG db_cms 71 20728 140736393348032 Query result: 142
+2017-07-03 04:07:36,894 DEBUG db_cms 166 20728 140736393348032 Bind the page with the rich text content related to this page
+2017-07-03 04:07:36,894 DEBUG db_cms 169 20728 140736393348032 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (142, '<p>description_Of_Page_STbGSOZ</p>');
+2017-07-03 04:07:36,898 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (142, '<p>description_Of_Page_STbGSOZ</p>');
+2017-07-03 04:07:36,900 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:37,566 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:07:38,861 DEBUG fe_cms 77 20728 140736393348032 Search Documentation by content
+2017-07-03 04:07:40,780 DEBUG fe_cms 82 20728 140736393348032 Documentation found (searched by content)
+2017-07-03 04:07:40,780 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-07-03 04:07:40,780 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_content>,) | {}
+2017-07-03 04:07:40,799 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:07:41,716 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation_content ----------------------
+
+2017-07-03 04:07:41,716 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-07-03 04:07:41,716 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_search_documentation_title ----------------------
+2017-07-03 04:07:42,360 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:42,360 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:43,719 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:44,408 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:45,043 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:45,053 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:46,080 DEBUG db_cms 154 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:46,080 DEBUG db_cms 128 20728 140736393348032 Retrive id of documentation page:
+2017-07-03 04:07:46,080 DEBUG db_cms 130 20728 140736393348032 Query : SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:46,084 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.pages_page WHERE title = 'Documentation' LIMIT 1;
+2017-07-03 04:07:46,086 DEBUG db_cms 71 20728 140736393348032 Query result: 10
+2017-07-03 04:07:46,086 DEBUG db_cms 161 20728 140736393348032 Query : INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVTRj7', 'title_Of_Page_STVTRj7-slug', '', 'description_Of_Page_STXO1Nx', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVTRj7', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:46,091 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_page(keywords_string, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, _order, in_menus, titles, content_model, login_required, parent_id, site_id)VALUES ('', 'title_Of_Page_STVTRj7', 'title_Of_Page_STVTRj7-slug', '', 'description_Of_Page_STXO1Nx', true, current_timestamp - interval '1 day', current_timestamp - interval '1 day', 2, current_timestamp - interval '1 day', NULL, '', true, 0, '1,2,3', 'title_Of_Page_STVTRj7', 'richtextpage', true, 10, 1);
+2017-07-03 04:07:46,100 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:46,100 DEBUG db_cms 136 20728 140736393348032 Retrive id of last page inserted:
+2017-07-03 04:07:46,100 DEBUG db_cms 138 20728 140736393348032 Query : select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:46,106 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.pages_page;
+2017-07-03 04:07:46,108 DEBUG db_cms 71 20728 140736393348032 Query result: 143
+2017-07-03 04:07:46,109 DEBUG db_cms 166 20728 140736393348032 Bind the page with the rich text content related to this page
+2017-07-03 04:07:46,109 DEBUG db_cms 169 20728 140736393348032 Query : INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (143, '<p>description_Of_Page_STXO1Nx</p>');
+2017-07-03 04:07:46,112 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.pages_richtextpage(page_ptr_id, content) VALUES (143, '<p>description_Of_Page_STXO1Nx</p>');
+2017-07-03 04:07:46,114 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:07:46,115 DEBUG test_cms_news_and_announcementsion 57 20728 140736393348032 About to login with EL and add VFC
+2017-07-03 04:07:46,115 DEBUG test_cms_news_and_announcementsion 61 20728 140736393348032 Login with user bb@att.com
+2017-07-03 04:07:46,115 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:07:47,256 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:47,256 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:48,600 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:49,309 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:49,923 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:49,933 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:07:51,824 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:07:53,074 DEBUG fe_cms 66 20728 140736393348032 Search Documentation by title
+2017-07-03 04:07:55,073 DEBUG fe_cms 71 20728 140736393348032 Documentation found (searched by title)
+2017-07-03 04:07:55,073 DEBUG test_cms_news_and_announcementsion 61 20728 140736393348032 Login with user hs0007@att.com
+2017-07-03 04:07:55,073 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:07:56,270 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:07:56,270 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:07:57,558 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:07:58,219 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:07:58,821 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:07:58,830 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:00,935 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:08:02,283 DEBUG fe_cms 66 20728 140736393348032 Search Documentation by title
+2017-07-03 04:08:04,100 DEBUG fe_cms 71 20728 140736393348032 Documentation found (searched by title)
+2017-07-03 04:08:04,100 DEBUG test_cms_news_and_announcementsion 61 20728 140736393348032 Login with user admin_ro@att.com
+2017-07-03 04:08:04,100 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:08:05,226 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:05,226 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:06,500 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:07,250 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:07,842 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:07,850 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:09,650 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:08:10,871 DEBUG fe_cms 66 20728 140736393348032 Search Documentation by title
+2017-07-03 04:08:12,717 DEBUG fe_cms 71 20728 140736393348032 Documentation found (searched by title)
+2017-07-03 04:08:12,717 DEBUG test_cms_news_and_announcementsion 61 20728 140736393348032 Login with user admin@att.com
+2017-07-03 04:08:12,717 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:08:13,852 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:13,852 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:15,114 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:15,841 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:16,446 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:16,457 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:18,229 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:08:19,482 DEBUG fe_cms 66 20728 140736393348032 Search Documentation by title
+2017-07-03 04:08:21,299 DEBUG fe_cms 71 20728 140736393348032 Documentation found (searched by title)
+2017-07-03 04:08:21,299 DEBUG test_cms_news_and_announcementsion 61 20728 140736393348032 Login with user STWVHOh@intl.att.com
+2017-07-03 04:08:21,299 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:08:22,532 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:22,532 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:23,885 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:24,530 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:25,172 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:25,185 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:26,860 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:08:28,095 DEBUG fe_cms 66 20728 140736393348032 Search Documentation by title
+2017-07-03 04:08:29,960 DEBUG fe_cms 71 20728 140736393348032 Documentation found (searched by title)
+2017-07-03 04:08:29,960 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-07-03 04:08:29,960 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_search_documentation_title>,) | {}
+2017-07-03 04:08:29,984 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:08:30,722 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_search_documentation_title ----------------------
+
+2017-07-03 04:08:30,722 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-07-03 04:08:30,723 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+2017-07-03 04:08:31,355 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:31,355 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:32,673 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:33,327 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:33,939 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:33,946 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:34,973 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STuKYk4
+2017-07-03 04:08:34,974 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuKYk4', 'title_Announcement_STuKYk4-slug', '', 'description_Announcement_ST19lvz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST19lvz</p>', true, '', 1, 1);
+2017-07-03 04:08:34,977 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STuKYk4', 'title_Announcement_STuKYk4-slug', '', 'description_Announcement_ST19lvz', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST19lvz</p>', true, '', 1, 1);
+2017-07-03 04:08:34,986 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:34,986 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:34,986 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:34,991 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:34,993 DEBUG db_cms 71 20728 140736393348032 Query result: 295
+2017-07-03 04:08:34,994 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:34,994 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:34,997 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,001 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:35,002 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 295
+2017-07-03 04:08:35,002 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (295, 2);
+2017-07-03 04:08:35,006 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (295, 2);
+2017-07-03 04:08:35,009 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,009 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_ST09HFV
+2017-07-03 04:08:35,009 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST09HFV', 'title_Announcement_ST09HFV-slug', '', 'description_Announcement_STATYW2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STATYW2</p>', true, '', 1, 1);
+2017-07-03 04:08:35,013 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST09HFV', 'title_Announcement_ST09HFV-slug', '', 'description_Announcement_STATYW2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STATYW2</p>', true, '', 1, 1);
+2017-07-03 04:08:35,016 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,016 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:35,016 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,020 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,022 DEBUG db_cms 71 20728 140736393348032 Query result: 296
+2017-07-03 04:08:35,022 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:35,022 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,026 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,028 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:35,028 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 296
+2017-07-03 04:08:35,028 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (296, 2);
+2017-07-03 04:08:35,031 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (296, 2);
+2017-07-03 04:08:35,035 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,035 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_ST4jnWr
+2017-07-03 04:08:35,035 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST4jnWr', 'title_Announcement_ST4jnWr-slug', '', 'description_Announcement_STpC9EL', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STpC9EL</p>', true, '', 1, 1);
+2017-07-03 04:08:35,038 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_ST4jnWr', 'title_Announcement_ST4jnWr-slug', '', 'description_Announcement_STpC9EL', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STpC9EL</p>', true, '', 1, 1);
+2017-07-03 04:08:35,042 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,042 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:35,042 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,046 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,048 DEBUG db_cms 71 20728 140736393348032 Query result: 297
+2017-07-03 04:08:35,048 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:35,048 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,054 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,056 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:35,056 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 297
+2017-07-03 04:08:35,056 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (297, 2);
+2017-07-03 04:08:35,060 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (297, 2);
+2017-07-03 04:08:35,062 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,062 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STejflY
+2017-07-03 04:08:35,062 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STejflY', 'title_Announcement_STejflY-slug', '', 'description_Announcement_SToTpQj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToTpQj</p>', true, '', 1, 1);
+2017-07-03 04:08:35,066 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STejflY', 'title_Announcement_STejflY-slug', '', 'description_Announcement_SToTpQj', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_SToTpQj</p>', true, '', 1, 1);
+2017-07-03 04:08:35,071 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,071 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:35,071 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,075 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,076 DEBUG db_cms 71 20728 140736393348032 Query result: 298
+2017-07-03 04:08:35,077 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:35,077 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,080 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,082 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:35,082 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 298
+2017-07-03 04:08:35,082 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (298, 2);
+2017-07-03 04:08:35,086 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (298, 2);
+2017-07-03 04:08:35,089 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,089 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STr8uv3
+2017-07-03 04:08:35,089 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STr8uv3', 'title_Announcement_STr8uv3-slug', '', 'description_Announcement_ST9Rfn2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST9Rfn2</p>', true, '', 1, 1);
+2017-07-03 04:08:35,093 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STr8uv3', 'title_Announcement_STr8uv3-slug', '', 'description_Announcement_ST9Rfn2', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_ST9Rfn2</p>', true, '', 1, 1);
+2017-07-03 04:08:35,096 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,096 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:35,097 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,103 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,105 DEBUG db_cms 71 20728 140736393348032 Query result: 299
+2017-07-03 04:08:35,105 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:35,105 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,109 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,111 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:35,111 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 299
+2017-07-03 04:08:35,111 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (299, 2);
+2017-07-03 04:08:35,114 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (299, 2);
+2017-07-03 04:08:35,117 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,117 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STVBQRT
+2017-07-03 04:08:35,117 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STVBQRT', 'title_Announcement_STVBQRT-slug', '', 'description_Announcement_STv1VPW', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STv1VPW</p>', true, '', 1, 1);
+2017-07-03 04:08:35,120 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STVBQRT', 'title_Announcement_STVBQRT-slug', '', 'description_Announcement_STv1VPW', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STv1VPW</p>', true, '', 1, 1);
+2017-07-03 04:08:35,123 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,123 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:35,123 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,127 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:35,129 DEBUG db_cms 71 20728 140736393348032 Query result: 300
+2017-07-03 04:08:35,129 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:35,129 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,133 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:35,135 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:35,136 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 300
+2017-07-03 04:08:35,136 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (300, 2);
+2017-07-03 04:08:35,139 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (300, 2);
+2017-07-03 04:08:35,141 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:35,142 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:08:36,282 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:36,282 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:37,615 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:38,275 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:38,916 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:38,923 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:40,141 DEBUG db_cms 210 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:40,142 DEBUG db_cms 213 20728 140736393348032 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STVBQRT' ;
+2017-07-03 04:08:40,146 DEBUG db_cms 47 20728 140736393348032 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STVBQRT' ;
+2017-07-03 04:08:40,155 DEBUG db_cms 51 20728 140736393348032 Update query success!
+2017-07-03 04:08:40,677 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:40,678 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:41,934 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:42,590 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:43,293 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:43,307 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:49,621 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-07-03 04:08:49,621 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_5_last_Announcement_displayed>,) | {}
+2017-07-03 04:08:49,632 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:08:50,226 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_5_last_Announcement_displayed ----------------------
+
+2017-07-03 04:08:50,227 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-07-03 04:08:50,227 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+2017-07-03 04:08:50,829 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:08:50,830 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:08:52,166 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:08:52,812 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:08:53,432 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:08:53,440 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:08:54,473 DEBUG db_cms 88 20728 140736393348032 Insert new post : title_Announcement_STTWo5u
+2017-07-03 04:08:54,473 DEBUG db_cms 93 20728 140736393348032 Query : INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTWo5u', 'title_Announcement_STTWo5u-slug', '', 'description_Announcement_STUA85O', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STUA85O</p>', true, '', 1, 1);
+2017-07-03 04:08:54,477 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost(comments_count, keywords_string, rating_count, rating_sum, rating_average, title, slug, _meta_title, description, gen_description, created, updated, status, publish_date, expiry_date, short_url, in_sitemap, content, allow_comments, featured_image, site_id, user_id) VALUES (0, '', 0, 0, 0, 'title_Announcement_STTWo5u', 'title_Announcement_STTWo5u-slug', '', 'description_Announcement_STUA85O', true, current_timestamp - interval '1 day', current_timestamp - interval '2 day', 2, current_timestamp - interval '1 day', NULL, '', true, '<p>description_Announcement_STUA85O</p>', true, '', 1, 1);
+2017-07-03 04:08:54,485 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:54,485 DEBUG db_cms 102 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:54,486 DEBUG db_cms 104 20728 140736393348032 Query : select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:54,490 DEBUG db_cms 63 20728 140736393348032 Query: select MAX(id) FROM public.blog_blogpost;
+2017-07-03 04:08:54,491 DEBUG db_cms 71 20728 140736393348032 Query result: 301
+2017-07-03 04:08:54,492 DEBUG db_cms 79 20728 140736393348032 Get DBCMS category id for name: Announcement
+2017-07-03 04:08:54,492 DEBUG db_cms 82 20728 140736393348032 Query : SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:54,495 DEBUG db_cms 63 20728 140736393348032 Query: SELECT id FROM public.blog_blogcategory WHERE title = 'Announcement' LIMIT 1;
+2017-07-03 04:08:54,497 DEBUG db_cms 71 20728 140736393348032 Query result: 2
+2017-07-03 04:08:54,497 DEBUG db_cms 120 20728 140736393348032 bind category into inserted post: 301
+2017-07-03 04:08:54,497 DEBUG db_cms 123 20728 140736393348032 Query : INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (301, 2);
+2017-07-03 04:08:54,502 DEBUG db_cms 31 20728 140736393348032 Query: INSERT INTO public.blog_blogpost_categories(blogpost_id, blogcategory_id) VALUES (301, 2);
+2017-07-03 04:08:54,505 DEBUG db_cms 35 20728 140736393348032 Insert query success!
+2017-07-03 04:08:56,239 DEBUG db_cms 210 20728 140736393348032 Get the id of the post inserted
+2017-07-03 04:08:56,239 DEBUG db_cms 213 20728 140736393348032 Query : UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STTWo5u' ;
+2017-07-03 04:08:56,243 DEBUG db_cms 47 20728 140736393348032 Query: UPDATE blog_blogpost SET created = current_timestamp - interval '3 day', publish_date=current_timestamp - interval '3 day' WHERE title= 'title_Announcement_STTWo5u' ;
+2017-07-03 04:08:56,251 DEBUG db_cms 51 20728 140736393348032 Update query success!
+2017-07-03 04:09:03,103 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-07-03 04:09:03,104 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_cms_news_and_announcementsion.TestCMSNewsAndAnnoucements testMethod=test_validate_expired_post_Announcement>,) | {}
+2017-07-03 04:09:03,115 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:09:03,829 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestCMSNewsAndAnnoucements Function test_validate_expired_post_Announcement ----------------------
+
+2017-07-03 04:09:06,056 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:09:06,056 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c2063b6f-c8c7-4434-be33-74477e3d1e23/d4de147cc8b84b628b2db65f8be421d8
+2017-07-03 04:09:06,088 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:09:06,159 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:09:06,162 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:09:06,164 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:09:06,167 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:09:06,169 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:09:06,669 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:09:06,669 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-07-03 04:09:06,669 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+2017-07-03 04:09:07,820 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:09:07,820 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:09:09,222 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:09:09,878 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:09:10,514 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:09:10,525 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:09:11,698 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:09:11,698 DEBUG fe_user 204 20728 140736393348032 Adding new next step (via api) and assigning it to user STamQOb
+2017-07-03 04:09:11,698 DEBUG api_virtual_function 26 20728 140736393348032 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/31ddff24-2b30-483f-96b3-2523d3d8d782/nextsteps
+2017-07-03 04:09:11,861 DEBUG api_virtual_function 41 20728 140736393348032 Next step was added to the engagement!
+2017-07-03 04:09:11,861 DEBUG fe_user 207 20728 140736393348032 Refresh page and look for changes in assigned next steps section:
+2017-07-03 04:09:13,246 DEBUG fe_user 209 20728 140736393348032 > Check if number has changed in 'Assigned To You'
+2017-07-03 04:09:13,776 DEBUG fe_dashboard 210 20728 140736393348032 > Check if the engagement of NS is the correct one
+2017-07-03 04:09:13,792 DEBUG fe_dashboard 219 20728 140736393348032 > Check if creator of NS is the EL Homer Simpson
+2017-07-03 04:09:13,816 DEBUG fe_overview 38 20728 140736393348032 Go to engagement's overview by clicking on the created Next Step
+2017-07-03 04:09:14,534 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:09:15,082 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:09:16,123 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:09:17,256 DEBUG fe_overview 43 20728 140736393348032 Login with EL user hs0007@att.com
+2017-07-03 04:09:17,257 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:09:17,257 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:09:18,535 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:09:19,206 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:09:19,808 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:09:19,820 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:09:21,058 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:09:21,060 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:09:21,064 DEBUG db_general 67 20728 140736393348032 Query: SELECT count(*) FROM ice_user_profile AS users, ice_next_step_assignees AS assignees, ice_next_step AS ns WHERE users.id=2 AND users.id=assignees.iceuserprofile_id AND assignees.nextstep_id=ns.uuid AND ns.state='Incomplete';
+2017-07-03 04:09:21,069 DEBUG db_general 80 20728 140736393348032 Query result: 334
+2017-07-03 04:09:21,069 DEBUG fe_overview 52 20728 140736393348032 el_assigned_ns=334
+2017-07-03 04:09:21,580 DEBUG fe_overview 56 20728 140736393348032 EL has 5 or more assigned next steps, checking that only 5 are shown
+2017-07-03 04:09:21,778 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-07-03 04:09:21,778 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_assigned_next_steps>,) | {}
+2017-07-03 04:09:21,786 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:09:22,391 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_assigned_next_steps ----------------------
+
+2017-07-03 04:09:22,392 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-07-03 04:09:22,392 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_search_engagement ----------------------
+2017-07-03 04:09:23,116 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:09:23,116 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:09:24,426 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:09:25,072 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:09:25,983 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:09:25,993 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:09:29,639 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:09:33,689 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:09:35,067 DEBUG fe_dashboard 179 20728 140736393348032 Login with user hs0007@att.com
+2017-07-03 04:09:35,067 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:09:35,067 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:09:36,372 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:09:37,069 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:09:37,668 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:09:37,676 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:09:38,909 DEBUG fe_dashboard 181 20728 140736393348032 Search engagement by engagement_manual_id
+2017-07-03 04:09:39,536 DEBUG fe_dashboard 186 20728 140736393348032 Engagement found (searched by engagement_manual_id)
+2017-07-03 04:09:41,395 DEBUG fe_dashboard 188 20728 140736393348032 Search engagement by VF name
+2017-07-03 04:09:42,062 DEBUG fe_dashboard 193 20728 140736393348032 Engagement found (searched by VF name)
+2017-07-03 04:09:43,745 DEBUG fe_dashboard 195 20728 140736393348032 Search engagement by VFC
+2017-07-03 04:09:44,418 DEBUG fe_dashboard 200 20728 140736393348032 Engagement found (searched by VFC)
+2017-07-03 04:09:46,207 DEBUG fe_dashboard 202 20728 140736393348032 Negative search: search by random string
+2017-07-03 04:09:46,861 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:09:48,095 DEBUG fe_dashboard 179 20728 140736393348032 Login with user bb@att.com
+2017-07-03 04:09:48,095 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:09:48,095 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:09:49,350 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:09:50,042 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:09:50,647 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:09:50,655 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:09:51,876 DEBUG fe_dashboard 181 20728 140736393348032 Search engagement by engagement_manual_id
+2017-07-03 04:09:52,504 DEBUG fe_dashboard 186 20728 140736393348032 Engagement found (searched by engagement_manual_id)
+2017-07-03 04:09:54,121 DEBUG fe_dashboard 188 20728 140736393348032 Search engagement by VF name
+2017-07-03 04:09:54,833 DEBUG fe_dashboard 193 20728 140736393348032 Engagement found (searched by VF name)
+2017-07-03 04:09:56,470 DEBUG fe_dashboard 195 20728 140736393348032 Search engagement by VFC
+2017-07-03 04:09:57,139 DEBUG fe_dashboard 200 20728 140736393348032 Engagement found (searched by VFC)
+2017-07-03 04:09:58,915 DEBUG fe_dashboard 202 20728 140736393348032 Negative search: search by random string
+2017-07-03 04:09:59,732 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:10:00,861 DEBUG fe_dashboard 179 20728 140736393348032 Login with user STPq2Lo@intl.att.com
+2017-07-03 04:10:00,862 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:10:00,862 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:10:02,243 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:10:02,891 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:10:03,526 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:10:03,535 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:10:04,579 DEBUG fe_dashboard 181 20728 140736393348032 Search engagement by engagement_manual_id
+2017-07-03 04:10:05,230 DEBUG fe_dashboard 186 20728 140736393348032 Engagement found (searched by engagement_manual_id)
+2017-07-03 04:10:06,996 DEBUG fe_dashboard 188 20728 140736393348032 Search engagement by VF name
+2017-07-03 04:10:07,680 DEBUG fe_dashboard 193 20728 140736393348032 Engagement found (searched by VF name)
+2017-07-03 04:10:09,108 DEBUG fe_dashboard 195 20728 140736393348032 Search engagement by VFC
+2017-07-03 04:10:09,840 DEBUG fe_dashboard 200 20728 140736393348032 Engagement found (searched by VFC)
+2017-07-03 04:10:11,228 DEBUG fe_dashboard 202 20728 140736393348032 Negative search: search by random string
+2017-07-03 04:10:11,904 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:10:13,149 DEBUG fe_dashboard 179 20728 140736393348032 Login with user admin@att.com
+2017-07-03 04:10:13,149 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:10:13,149 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:10:14,419 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:10:15,093 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:10:15,687 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:10:15,696 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:10:17,091 DEBUG fe_dashboard 181 20728 140736393348032 Search engagement by engagement_manual_id
+2017-07-03 04:10:17,749 DEBUG fe_dashboard 186 20728 140736393348032 Engagement found (searched by engagement_manual_id)
+2017-07-03 04:10:19,308 DEBUG fe_dashboard 188 20728 140736393348032 Search engagement by VF name
+2017-07-03 04:10:19,964 DEBUG fe_dashboard 193 20728 140736393348032 Engagement found (searched by VF name)
+2017-07-03 04:10:21,616 DEBUG fe_dashboard 195 20728 140736393348032 Search engagement by VFC
+2017-07-03 04:10:22,263 DEBUG fe_dashboard 200 20728 140736393348032 Engagement found (searched by VFC)
+2017-07-03 04:10:23,944 DEBUG fe_dashboard 202 20728 140736393348032 Negative search: search by random string
+2017-07-03 04:10:24,674 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:10:25,804 DEBUG fe_dashboard 179 20728 140736393348032 Login with user admin_ro@att.com
+2017-07-03 04:10:25,804 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:10:25,804 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:10:27,093 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:10:27,742 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:10:28,345 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:10:28,355 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:10:29,434 DEBUG fe_dashboard 181 20728 140736393348032 Search engagement by engagement_manual_id
+2017-07-03 04:10:30,071 DEBUG fe_dashboard 186 20728 140736393348032 Engagement found (searched by engagement_manual_id)
+2017-07-03 04:10:31,712 DEBUG fe_dashboard 188 20728 140736393348032 Search engagement by VF name
+2017-07-03 04:10:32,364 DEBUG fe_dashboard 193 20728 140736393348032 Engagement found (searched by VF name)
+2017-07-03 04:10:33,882 DEBUG fe_dashboard 195 20728 140736393348032 Search engagement by VFC
+2017-07-03 04:10:34,526 DEBUG fe_dashboard 200 20728 140736393348032 Engagement found (searched by VFC)
+2017-07-03 04:10:36,255 DEBUG fe_dashboard 202 20728 140736393348032 Negative search: search by random string
+2017-07-03 04:10:36,906 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-07-03 04:10:36,907 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_search_engagement>,) | {}
+2017-07-03 04:10:36,918 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:10:38,089 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_search_engagement ----------------------
+
+2017-07-03 04:10:38,090 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-07-03 04:10:38,090 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+2017-07-03 04:10:38,704 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:10:38,705 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:10:40,031 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:10:40,716 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:10:41,334 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:10:41,344 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:10:43,821 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:10:44,963 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:10:47,631 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:10:49,015 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:10:49,017 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:10:49,020 DEBUG db_user 240 20728 140736393348032 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Active') and (ice_engagement_engagement_team.iceuserprofile_id = 2 );
+2017-07-03 04:10:49,023 DEBUG db_user 244 20728 140736393348032 Query result: [(7,)]
+2017-07-03 04:10:49,023 DEBUG db_user 245 20728 140736393348032 7
+2017-07-03 04:10:49,023 DEBUG fe_dashboard 95 20728 140736393348032 Number of pages: 1
+2017-07-03 04:10:49,330 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-109
+2017-07-03 04:10:49,348 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-112
+2017-07-03 04:10:49,365 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-34
+2017-07-03 04:10:49,383 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-40
+2017-07-03 04:10:49,400 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-60
+2017-07-03 04:10:49,421 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-113
+2017-07-03 04:10:49,438 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-182
+2017-07-03 04:10:49,540 DEBUG fe_dashboard 104 20728 140736393348032 result right
+2017-07-03 04:10:49,541 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-07-03 04:10:49,541 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_active>,) | {}
+2017-07-03 04:10:49,553 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:10:50,125 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_active ----------------------
+
+2017-07-03 04:10:50,126 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-07-03 04:10:50,126 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+2017-07-03 04:10:50,749 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:10:50,749 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:10:52,203 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:10:52,864 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:10:53,470 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:10:53,486 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:10:55,997 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:10:57,130 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:10:59,171 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:00,356 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:01,398 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:11:01,401 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:11:01,405 DEBUG db_user 240 20728 140736393348032 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'All') and (ice_engagement_engagement_team.iceuserprofile_id = 2 );
+2017-07-03 04:11:01,408 DEBUG db_user 244 20728 140736393348032 Query result: [(0,)]
+2017-07-03 04:11:01,408 DEBUG db_user 245 20728 140736393348032 0
+2017-07-03 04:11:01,408 DEBUG fe_dashboard 95 20728 140736393348032 Number of pages: 1
+2017-07-03 04:11:01,686 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-67
+2017-07-03 04:11:01,702 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-44
+2017-07-03 04:11:01,719 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-41
+2017-07-03 04:11:01,739 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-109
+2017-07-03 04:11:01,761 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-112
+2017-07-03 04:11:01,779 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-34
+2017-07-03 04:11:01,800 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-40
+2017-07-03 04:11:01,820 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-60
+2017-07-03 04:11:01,915 DEBUG fe_dashboard 108 20728 140736393348032 number_of_pages 1
+2017-07-03 04:11:01,935 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-07-03 04:11:01,935 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_all>,) | {}
+2017-07-03 04:11:01,947 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:11:02,561 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_all ----------------------
+
+2017-07-03 04:11:02,561 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-07-03 04:11:02,561 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+2017-07-03 04:11:03,186 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:11:03,187 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:11:04,496 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:11:05,171 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:11:05,799 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:11:05,811 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:11:08,344 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:09,474 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:12,897 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:11:12,900 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:11:12,904 DEBUG db_user 240 20728 140736393348032 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Completed') and (ice_engagement_engagement_team.iceuserprofile_id = 2 );
+2017-07-03 04:11:12,908 DEBUG db_user 244 20728 140736393348032 Query result: [(4,)]
+2017-07-03 04:11:12,908 DEBUG db_user 245 20728 140736393348032 4
+2017-07-03 04:11:12,908 DEBUG fe_dashboard 95 20728 140736393348032 Number of pages: 1
+2017-07-03 04:11:13,197 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-120
+2017-07-03 04:11:13,215 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-121
+2017-07-03 04:11:13,233 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-124
+2017-07-03 04:11:13,255 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-125
+2017-07-03 04:11:13,361 DEBUG fe_dashboard 104 20728 140736393348032 result right
+2017-07-03 04:11:13,361 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-07-03 04:11:13,361 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_completed>,) | {}
+2017-07-03 04:11:13,373 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:11:13,999 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_completed ----------------------
+
+2017-07-03 04:11:13,999 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-07-03 04:11:13,999 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+2017-07-03 04:11:14,610 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:11:14,611 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:11:15,936 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:11:16,612 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:11:17,207 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:11:17,217 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:11:18,454 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:11:19,893 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:11:19,893 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:11:21,198 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:11:21,858 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:11:22,459 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:11:22,467 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:11:24,980 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:26,113 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:28,025 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:29,230 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:30,272 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:11:30,275 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:11:30,281 DEBUG db_user 240 20728 140736393348032 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Intake') and (ice_engagement_engagement_team.iceuserprofile_id = 2 );
+2017-07-03 04:11:30,285 DEBUG db_user 244 20728 140736393348032 Query result: [(136,)]
+2017-07-03 04:11:30,285 DEBUG db_user 245 20728 140736393348032 136
+2017-07-03 04:11:30,285 DEBUG fe_dashboard 61 20728 140736393348032 Number of pages: 17
+2017-07-03 04:11:30,285 DEBUG fe_dashboard 64 20728 140736393348032 number_of_pages 17
+2017-07-03 04:11:31,577 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-07-03 04:11:31,577 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_intake>,) | {}
+2017-07-03 04:11:31,588 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:11:32,207 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_intake ----------------------
+
+2017-07-03 04:11:32,208 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-07-03 04:11:32,208 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+2017-07-03 04:11:32,829 DEBUG db_general 331 20728 140736393348032 Query : UPDATE ice_engagement SET engagement_stage='Validated' WHERE engagement_manual_id ='2017-192';
+2017-07-03 04:11:32,838 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:11:32,838 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:11:34,127 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:11:34,888 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:11:35,499 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:11:35,508 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:11:38,007 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:39,141 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:42,548 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:11:42,550 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:11:42,554 DEBUG db_user 240 20728 140736393348032 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Validated') and (ice_engagement_engagement_team.iceuserprofile_id = 2 );
+2017-07-03 04:11:42,557 DEBUG db_user 244 20728 140736393348032 Query result: [(2,)]
+2017-07-03 04:11:42,557 DEBUG db_user 245 20728 140736393348032 2
+2017-07-03 04:11:42,558 DEBUG fe_dashboard 95 20728 140736393348032 Number of pages: 1
+2017-07-03 04:11:42,842 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-61
+2017-07-03 04:11:42,859 DEBUG fe_dashboard 100 20728 140736393348032 starred-2017-192
+2017-07-03 04:11:42,957 DEBUG fe_dashboard 104 20728 140736393348032 result right
+2017-07-03 04:11:42,957 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-07-03 04:11:42,957 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_filtering_by_stage_validated>,) | {}
+2017-07-03 04:11:42,968 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:11:43,560 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_filtering_by_stage_validated ----------------------
+
+2017-07-03 04:11:43,561 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-07-03 04:11:43,561 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+2017-07-03 04:11:44,204 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:11:44,205 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:11:45,495 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:11:46,155 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:11:46,750 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:11:46,758 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:11:49,279 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:50,418 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:52,092 DEBUG db_general 179 20728 140736393348032 Query : select id from ice_user_profile Where email = 'hs0007@att.com';
+2017-07-03 04:11:52,095 DEBUG db_general 190 20728 140736393348032 Query result: 2
+2017-07-03 04:11:52,099 DEBUG db_user 219 20728 140736393348032 Query : select COUNT(*) from ice_engagement_engagement_team Where iceuserprofile_id = 2 and (select engagement_stage from public.ice_engagement where uuid = engagement_id LIMIT 1) != 'Archived';
+2017-07-03 04:11:52,104 DEBUG db_user 223 20728 140736393348032 Query result: [(148,)]
+2017-07-03 04:11:52,104 DEBUG db_user 224 20728 140736393348032 148
+2017-07-03 04:11:53,306 DEBUG db_user 240 20728 140736393348032 Query : select count(*) from ice_engagement INNER JOIN ice_engagement_engagement_team ON ice_engagement_engagement_team.engagement_id= ice_engagement.uuid Where (ice_engagement.engagement_stage = 'Active') and (ice_engagement_engagement_team.iceuserprofile_id = 2 );
+2017-07-03 04:11:53,314 DEBUG db_user 244 20728 140736393348032 Query result: [(7,)]
+2017-07-03 04:11:53,314 DEBUG db_user 245 20728 140736393348032 7
+2017-07-03 04:11:53,444 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:11:54,485 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-07-03 04:11:54,485 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_by_stages>,) | {}
+2017-07-03 04:11:54,496 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:11:55,098 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_by_stages ----------------------
+
+2017-07-03 04:11:55,099 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-07-03 04:11:55,099 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+2017-07-03 04:11:55,995 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:11:55,995 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:11:57,295 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:11:57,973 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:11:58,584 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:11:58,596 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:12:00,311 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-07-03 04:12:00,311 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin>,) | {}
+2017-07-03 04:12:00,323 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:12:00,898 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin ----------------------
+
+2017-07-03 04:12:00,899 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-07-03 04:12:00,899 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+2017-07-03 04:12:01,610 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:12:01,610 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:12:02,907 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:12:03,562 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:12:04,179 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:12:04,186 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:12:05,936 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-07-03 04:12:05,936 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_admin_ro>,) | {}
+2017-07-03 04:12:05,947 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:12:06,546 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_admin_ro ----------------------
+
+2017-07-03 04:12:06,546 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-07-03 04:12:06,547 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+2017-07-03 04:12:07,147 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:12:07,147 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:12:08,540 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:12:09,514 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:12:10,123 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:12:10,140 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:12:11,912 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-07-03 04:12:11,912 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_el>,) | {}
+2017-07-03 04:12:11,923 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:12:12,604 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_el ----------------------
+
+2017-07-03 04:12:12,604 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-07-03 04:12:12,604 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+2017-07-03 04:12:13,314 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:12:13,314 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:12:14,527 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:12:15,247 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:12:16,082 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:12:16,094 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:12:17,843 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-07-03 04:12:17,843 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_peer_re>,) | {}
+2017-07-03 04:12:17,856 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:12:18,483 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_peer_re ----------------------
+
+2017-07-03 04:12:18,483 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-07-03 04:12:18,484 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+2017-07-03 04:12:19,190 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:12:19,190 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:12:20,564 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:12:21,208 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:12:21,820 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:12:21,829 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:12:28,706 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-07-03 04:12:28,707 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_dashboard_feature.TestDashboardFeature testMethod=test_validate_statistics_modal_appears_for_standart_user>,) | {}
+2017-07-03 04:12:28,718 DEBUG db_general 53 20728 140736393348032 Test result in DB - PASS
+2017-07-03 04:12:30,100 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDashboardFeature Function test_validate_statistics_modal_appears_for_standart_user ----------------------
+
+2017-07-03 04:12:32,349 DEBUG api_user 107 20728 140736393348032 Moving to next test case. status=200
+2017-07-03 04:12:32,349 DEBUG api_user 197 20728 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7ec8b86b-492d-4319-8016-de6b7d7b1030/0b5b42441cd2416695704434f1ea55ce
+2017-07-03 04:12:32,381 DEBUG api_user 200 20728 140736393348032 APIUser activated successfully!
+2017-07-03 04:12:32,460 DEBUG api_user 132 20728 140736393348032 200 OK
+2017-07-03 04:12:32,464 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:12:32,465 DEBUG db_general 164 20728 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:12:32,468 DEBUG db_general 153 20728 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:12:32,470 DEBUG db_general 164 20728 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:12:32,942 DEBUG api_virtual_function 73 20728 140736393348032 Virtual Function created successfully!
+2017-07-03 04:12:32,943 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:12:32,943 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 04:12:34,032 DEBUG fe_general 41 20728 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:12:35,172 DEBUG fe_detailed_view 265 20728 140736393348032 Login with user bb@att.com
+2017-07-03 04:12:35,173 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:12:35,173 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:12:36,443 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:12:37,162 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:12:37,771 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:12:37,780 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:12:41,532 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:12:42,060 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:12:45,236 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:13:46,545 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:13:46,552 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:13:46,552 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:13:46,564 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:13:47,153 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+
+2017-07-03 04:13:47,153 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:13:47,154 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-07-03 04:13:47,785 DEBUG db_general 92 20728 140736393348032 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-07-03 04:13:47,788 DEBUG db_general 96 20728 140736393348032 Insert query success!
+2017-07-03 04:13:47,794 DEBUG db_general 92 20728 140736393348032 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('7e78cc0c-5259-406b-a5a1-c30da5459258', 'AIC', '273', 'TRUE', 0);
+2017-07-03 04:13:47,806 DEBUG db_general 96 20728 140736393348032 Insert query success!
+2017-07-03 04:13:47,807 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:13:47,807 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:13:49,074 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:13:49,797 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:13:50,414 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:13:50,423 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:13:53,923 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:13:55,790 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:13:56,954 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:14:59,331 DEBUG db_general 92 20728 140736393348032 Query: DELETE FROM public.ice_deployment_target WHERE uuid='7e78cc0c-5259-406b-a5a1-c30da5459258';
+2017-07-03 04:14:59,344 DEBUG db_general 96 20728 140736393348032 Insert query success!
+2017-07-03 04:14:59,350 DEBUG db_general 92 20728 140736393348032 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-07-03 04:14:59,352 DEBUG db_general 96 20728 140736393348032 Insert query success!
+2017-07-03 04:14:59,352 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_aic_dropdown_ordering
+2017-07-03 04:14:59,353 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:14:59,353 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:14:59,365 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:15:03,001 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-07-03 04:15:03,001 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:15:03,001 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+2017-07-03 04:15:04,048 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:15:04,048 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:15:50,396 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:16:19,758 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:16:29,980 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:16:30,012 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:17:30,633 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:17:42,900 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry
+2017-07-03 04:17:42,905 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:17:42,905 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:17:42,916 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:17:43,650 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+
+2017-07-03 04:17:43,651 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:17:43,651 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+2017-07-03 04:17:44,422 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:17:44,422 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:18:21,248 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:18:48,174 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:18:52,054 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:18:52,087 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:20:32,744 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry_via_standard_user
+2017-07-03 04:20:32,745 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:20:32,745 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:20:32,755 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:20:33,496 DEBUG test_ui_base 78 20728 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+
+2017-07-03 04:20:33,497 DEBUG logFuncEntry 34 20728 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:20:33,497 DEBUG test_ui_base 48 20728 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-07-03 04:20:34,279 DEBUG fe_user 27 20728 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:20:34,279 DEBUG fe_user 28 20728 140736393348032 Insert Email
+2017-07-03 04:21:03,169 DEBUG fe_user 31 20728 140736393348032 Insert Password
+2017-07-03 04:21:03,832 DEBUG fe_user 33 20728 140736393348032 Click Login Button
+2017-07-03 04:21:04,438 DEBUG fe_user 35 20728 140736393348032 Login Button clicked
+2017-07-03 04:21:04,447 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:21:07,952 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:21:09,865 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:21:11,550 DEBUG test_detailed_view 38 20728 140736393348032 Add Deployment Target
+2017-07-03 04:21:12,483 DEBUG wait 148 20728 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:21:31,235 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:21:31,242 DEBUG logFuncEntry 34 20728 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:21:31,242 DEBUG logFuncEntry 34 20728 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:21:31,273 DEBUG db_general 53 20728 140736393348032 Test result in DB - FAIL
+2017-07-03 04:22:14,736 DEBUG api_user 107 23594 140736393348032 Moving to next test case. status=200
+2017-07-03 04:22:14,737 DEBUG api_user 197 23594 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/975707c4-d3cc-4379-9204-03167657fb99/1c5e99a65b7a4943b858e1344e4c0102
+2017-07-03 04:22:14,767 DEBUG api_user 200 23594 140736393348032 APIUser activated successfully!
+2017-07-03 04:22:14,837 DEBUG api_user 132 23594 140736393348032 200 OK
+2017-07-03 04:22:14,842 DEBUG db_general 153 23594 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:22:14,843 DEBUG db_general 164 23594 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:22:14,849 DEBUG db_general 153 23594 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:22:14,850 DEBUG db_general 164 23594 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:22:15,326 DEBUG api_virtual_function 73 23594 140736393348032 Virtual Function created successfully!
+2017-07-03 04:22:15,327 DEBUG logFuncEntry 34 23594 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:22:15,327 DEBUG test_ui_base 48 23594 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 04:22:16,654 DEBUG fe_general 41 23594 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:22:17,812 DEBUG fe_detailed_view 265 23594 140736393348032 Login with user dd1122@att.com
+2017-07-03 04:22:17,812 DEBUG fe_user 27 23594 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:22:17,812 DEBUG fe_user 28 23594 140736393348032 Insert Email
+2017-07-03 04:22:19,162 DEBUG fe_user 31 23594 140736393348032 Insert Password
+2017-07-03 04:22:19,806 DEBUG fe_user 33 23594 140736393348032 Click Login Button
+2017-07-03 04:22:20,412 DEBUG fe_user 35 23594 140736393348032 Login Button clicked
+2017-07-03 04:22:20,420 DEBUG wait 148 23594 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:22:24,332 DEBUG wait 148 23594 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:22:24,874 DEBUG wait 148 23594 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:22:27,990 DEBUG wait 148 23594 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:23:04,512 ERROR exception_decor 23 23594 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:23:04,523 DEBUG logFuncEntry 34 23594 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:23:04,523 DEBUG logFuncEntry 34 23594 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:23:04,602 DEBUG db_general 53 23594 140736393348032 Test result in DB - FAIL
+2017-07-03 04:23:28,996 DEBUG api_user 107 23664 140736393348032 Moving to next test case. status=200
+2017-07-03 04:23:28,997 DEBUG api_user 197 23664 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5182f955-47f0-40a1-8182-df569356ed6e/f0a6f6cb32b24519816018647ac0b963
+2017-07-03 04:23:29,035 DEBUG api_user 200 23664 140736393348032 APIUser activated successfully!
+2017-07-03 04:23:29,127 DEBUG api_user 132 23664 140736393348032 200 OK
+2017-07-03 04:23:29,133 DEBUG db_general 153 23664 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:23:29,135 DEBUG db_general 164 23664 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:23:29,139 DEBUG db_general 153 23664 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:23:29,141 DEBUG db_general 164 23664 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:23:29,673 DEBUG api_virtual_function 73 23664 140736393348032 Virtual Function created successfully!
+2017-07-03 04:23:29,674 DEBUG logFuncEntry 34 23664 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:23:29,674 DEBUG test_ui_base 48 23664 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-07-03 04:23:35,374 DEBUG fe_user 27 23664 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:23:35,375 DEBUG fe_user 28 23664 140736393348032 Insert Email
+2017-07-03 04:23:36,658 DEBUG fe_user 31 23664 140736393348032 Insert Password
+2017-07-03 04:23:37,347 DEBUG fe_user 33 23664 140736393348032 Click Login Button
+2017-07-03 04:23:38,002 DEBUG fe_user 35 23664 140736393348032 Login Button clicked
+2017-07-03 04:23:38,016 DEBUG wait 148 23664 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:23:46,512 DEBUG wait 148 23664 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:23:47,044 DEBUG wait 148 23664 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:24:17,962 DEBUG test_detailed_view 38 23664 140736393348032 Add Deployment Target
+2017-07-03 04:26:24,154 DEBUG api_user 107 23758 140736393348032 Moving to next test case. status=200
+2017-07-03 04:26:24,154 DEBUG api_user 197 23758 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/a3724f7f-546f-401a-937b-fef2c587d3a1/39fb64e631e04f8ebce4146733586183
+2017-07-03 04:26:24,188 DEBUG api_user 200 23758 140736393348032 APIUser activated successfully!
+2017-07-03 04:26:24,263 DEBUG api_user 132 23758 140736393348032 200 OK
+2017-07-03 04:26:24,267 DEBUG db_general 153 23758 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:26:24,268 DEBUG db_general 164 23758 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:26:24,272 DEBUG db_general 153 23758 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:26:24,274 DEBUG db_general 164 23758 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:26:24,767 DEBUG api_virtual_function 73 23758 140736393348032 Virtual Function created successfully!
+2017-07-03 04:26:24,768 DEBUG logFuncEntry 34 23758 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:26:24,768 DEBUG test_ui_base 48 23758 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-07-03 04:26:27,334 DEBUG fe_user 27 23758 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:26:27,334 DEBUG fe_user 28 23758 140736393348032 Insert Email
+2017-07-03 04:26:28,669 DEBUG fe_user 31 23758 140736393348032 Insert Password
+2017-07-03 04:26:29,306 DEBUG fe_user 33 23758 140736393348032 Click Login Button
+2017-07-03 04:26:29,920 DEBUG fe_user 35 23758 140736393348032 Login Button clicked
+2017-07-03 04:26:29,929 DEBUG wait 148 23758 140736393348032 Checking if http://127.0.0.1:8181/#/login page is loaded.
+2017-07-03 04:26:30,512 DEBUG wait 148 23758 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:26:33,807 DEBUG wait 148 23758 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:26:34,362 DEBUG wait 148 23758 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:26:36,042 DEBUG wait 148 23758 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:26:37,711 DEBUG test_detailed_view 38 23758 140736393348032 Add Deployment Target
+2017-07-03 04:26:38,634 DEBUG wait 148 23758 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:51:34,339 DEBUG api_user 107 26865 140736393348032 Moving to next test case. status=200
+2017-07-03 04:51:34,341 DEBUG api_user 197 26865 140736393348032 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99fd5dff-5304-46c2-9440-d9ab40bddbcb/f861c1b22d7c462788d5da7b6d5c819e
+2017-07-03 04:51:34,371 DEBUG api_user 200 26865 140736393348032 APIUser activated successfully!
+2017-07-03 04:51:34,448 DEBUG api_user 132 26865 140736393348032 200 OK
+2017-07-03 04:51:34,453 DEBUG db_general 153 26865 140736393348032 Query : select uuid from ice_deployment_target;
+2017-07-03 04:51:34,454 DEBUG db_general 164 26865 140736393348032 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:51:34,458 DEBUG db_general 153 26865 140736393348032 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:51:34,459 DEBUG db_general 164 26865 140736393348032 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:51:34,957 DEBUG api_virtual_function 73 26865 140736393348032 Virtual Function created successfully!
+2017-07-03 04:51:34,958 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:51:34,958 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 04:51:35,764 DEBUG fe_general 41 26865 140736393348032 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:51:37,139 DEBUG fe_detailed_view 265 26865 140736393348032 Login with user dd1122@att.com
+2017-07-03 04:51:37,139 DEBUG fe_user 27 26865 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:51:37,139 DEBUG fe_user 28 26865 140736393348032 Insert Email
+2017-07-03 04:51:38,502 DEBUG fe_user 31 26865 140736393348032 Insert Password
+2017-07-03 04:51:39,146 DEBUG fe_user 33 26865 140736393348032 Click Login Button
+2017-07-03 04:51:40,097 DEBUG fe_user 35 26865 140736393348032 Login Button clicked
+2017-07-03 04:51:40,446 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:51:43,925 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:52:48,581 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:52:48,588 DEBUG logFuncEntry 34 26865 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:52:48,588 DEBUG logFuncEntry 34 26865 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:52:48,600 DEBUG db_general 53 26865 140736393348032 Test result in DB - FAIL
+2017-07-03 04:52:49,074 DEBUG test_ui_base 78 26865 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+
+2017-07-03 04:52:49,075 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:52:49,075 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-07-03 04:52:50,529 DEBUG db_general 92 26865 140736393348032 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-07-03 04:52:50,531 DEBUG db_general 96 26865 140736393348032 Insert query success!
+2017-07-03 04:52:50,534 DEBUG db_general 92 26865 140736393348032 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('de20ecba-b88a-4a17-accd-d77855adbf64', 'AIC', '972', 'TRUE', 0);
+2017-07-03 04:52:50,536 DEBUG db_general 96 26865 140736393348032 Insert query success!
+2017-07-03 04:52:50,536 DEBUG fe_user 27 26865 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:52:50,536 DEBUG fe_user 28 26865 140736393348032 Insert Email
+2017-07-03 04:52:51,890 DEBUG fe_user 31 26865 140736393348032 Insert Password
+2017-07-03 04:52:52,582 DEBUG fe_user 33 26865 140736393348032 Click Login Button
+2017-07-03 04:52:53,635 DEBUG fe_user 35 26865 140736393348032 Login Button clicked
+2017-07-03 04:52:54,292 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:52:57,953 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:52:58,797 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:53:00,804 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:53:02,889 DEBUG db_general 92 26865 140736393348032 Query: DELETE FROM public.ice_deployment_target WHERE uuid='de20ecba-b88a-4a17-accd-d77855adbf64';
+2017-07-03 04:53:02,894 DEBUG db_general 96 26865 140736393348032 Insert query success!
+2017-07-03 04:53:02,898 DEBUG db_general 92 26865 140736393348032 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-07-03 04:53:02,900 DEBUG db_general 96 26865 140736393348032 Insert query success!
+2017-07-03 04:53:02,900 DEBUG logFuncEntry 34 26865 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:53:02,900 DEBUG logFuncEntry 34 26865 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:53:02,906 DEBUG db_general 53 26865 140736393348032 Test result in DB - PASS
+2017-07-03 04:53:03,652 DEBUG test_ui_base 78 26865 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-07-03 04:53:03,653 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:53:03,653 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+2017-07-03 04:53:04,826 DEBUG fe_user 27 26865 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:53:04,827 DEBUG fe_user 28 26865 140736393348032 Insert Email
+2017-07-03 04:53:06,461 DEBUG fe_user 31 26865 140736393348032 Insert Password
+2017-07-03 04:53:07,194 DEBUG fe_user 33 26865 140736393348032 Click Login Button
+2017-07-03 04:53:08,130 DEBUG fe_user 35 26865 140736393348032 Login Button clicked
+2017-07-03 04:53:08,623 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:53:12,863 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:53:14,794 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:53:19,651 DEBUG logFuncEntry 34 26865 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:53:19,651 DEBUG logFuncEntry 34 26865 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:53:19,662 DEBUG db_general 53 26865 140736393348032 Test result in DB - PASS
+2017-07-03 04:53:20,180 DEBUG test_ui_base 78 26865 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+
+2017-07-03 04:53:20,181 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:53:20,181 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+2017-07-03 04:53:21,277 DEBUG fe_user 27 26865 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:53:21,277 DEBUG fe_user 28 26865 140736393348032 Insert Email
+2017-07-03 04:53:22,854 DEBUG fe_user 31 26865 140736393348032 Insert Password
+2017-07-03 04:53:23,527 DEBUG fe_user 33 26865 140736393348032 Click Login Button
+2017-07-03 04:53:24,610 DEBUG fe_user 35 26865 140736393348032 Login Button clicked
+2017-07-03 04:53:24,972 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:53:28,891 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:53:30,727 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:53:35,583 DEBUG logFuncEntry 34 26865 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:53:35,583 DEBUG logFuncEntry 34 26865 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:53:35,590 DEBUG db_general 53 26865 140736393348032 Test result in DB - PASS
+2017-07-03 04:53:36,280 DEBUG test_ui_base 78 26865 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+
+2017-07-03 04:53:36,281 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:53:36,281 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-07-03 04:53:37,460 DEBUG fe_user 27 26865 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:53:37,460 DEBUG fe_user 28 26865 140736393348032 Insert Email
+2017-07-03 04:53:39,183 DEBUG fe_user 31 26865 140736393348032 Insert Password
+2017-07-03 04:53:39,907 DEBUG fe_user 33 26865 140736393348032 Click Login Button
+2017-07-03 04:53:40,880 DEBUG fe_user 35 26865 140736393348032 Login Button clicked
+2017-07-03 04:53:41,622 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:53:45,557 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:53:47,558 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:53:49,212 DEBUG test_detailed_view 38 26865 140736393348032 Add Deployment Target
+2017-07-03 04:54:51,421 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:54:51,423 DEBUG logFuncEntry 34 26865 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:54:51,423 DEBUG logFuncEntry 34 26865 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:54:51,451 DEBUG db_general 53 26865 140736393348032 Test result in DB - FAIL
+2017-07-03 04:54:52,011 DEBUG test_ui_base 78 26865 140736393348032 ---------------------- TestCase - End - Class TestDetailedView Function test_detailed_view ----------------------
+
+2017-07-03 04:54:52,012 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-07-03 04:54:52,012 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-07-03 04:54:53,193 DEBUG db_general 92 26865 140736393348032 Query: UPDATE public.ice_ecomp_release SET weight=10 WHERE weight=0
+2017-07-03 04:54:53,195 DEBUG db_general 96 26865 140736393348032 Insert query success!
+2017-07-03 04:54:53,198 DEBUG db_virtual_function 26 26865 140736393348032 DATABASE_TYPE: local
+2017-07-03 04:54:53,198 DEBUG db_virtual_function 31 26865 140736393348032 DATABASE_TYPE: local
+2017-07-03 04:54:53,198 DEBUG db_virtual_function 35 26865 140736393348032 Query: INSERT INTO ice_ecomp_release (uuid, name, weight, ui_visibility) VALUES ('6215d80b-a604-4908-bfa1-08c1b0b1a386', 'STu1Hzh', '0', 'TRUE');
+2017-07-03 04:54:53,223 DEBUG db_virtual_function 38 26865 140736393348032 Test results are in General now.
+2017-07-03 04:54:53,223 DEBUG fe_user 27 26865 140736393348032 Verifying and Insert Login page elements:
+2017-07-03 04:54:53,223 DEBUG fe_user 28 26865 140736393348032 Insert Email
+2017-07-03 04:54:54,808 DEBUG fe_user 31 26865 140736393348032 Insert Password
+2017-07-03 04:54:55,488 DEBUG fe_user 33 26865 140736393348032 Click Login Button
+2017-07-03 04:54:56,556 DEBUG fe_user 35 26865 140736393348032 Login Button clicked
+2017-07-03 04:54:57,146 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:55:01,114 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:55:02,911 DEBUG wait 148 26865 140736393348032 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-03 04:55:03,480 DEBUG db_virtual_function 61 26865 140736393348032 Query: DELETE FROM ice_ecomp_release WHERE uuid = '6215d80b-a604-4908-bfa1-08c1b0b1a386';
+2017-07-03 04:55:03,492 DEBUG db_virtual_function 64 26865 140736393348032 Test results are in General now.
+2017-07-03 04:55:03,500 DEBUG db_general 92 26865 140736393348032 Query: UPDATE public.ice_ecomp_release SET weight=0 WHERE weight=10
+2017-07-03 04:55:03,502 DEBUG db_general 96 26865 140736393348032 Insert query success!
+2017-07-03 04:55:03,502 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_ecomp_dropdown_ordering
+2017-07-03 04:55:03,505 DEBUG logFuncEntry 34 26865 140736393348032 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-07-03 04:55:03,505 DEBUG logFuncEntry 34 26865 140736393348032 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-07-03 04:55:03,544 DEBUG db_general 53 26865 140736393348032 Test result in DB - FAIL
+2017-07-03 04:55:03,554 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-07-03 04:55:03,554 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-07-03 04:55:03,564 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-07-03 04:55:03,564 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-07-03 04:55:03,574 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-07-03 04:55:03,575 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-07-03 04:55:03,582 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-07-03 04:55:03,582 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-07-03 04:55:03,589 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-07-03 04:55:03,589 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-07-03 04:55:03,597 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-07-03 04:55:03,597 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-07-03 04:55:03,607 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-07-03 04:55:03,607 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-07-03 04:55:03,617 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_aic_version>,) | {}
+2017-07-03 04:55:03,617 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_update_aic_version ----------------------
+2017-07-03 04:55:03,625 DEBUG logFuncEntry 34 26865 140736393348032 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_vf_version>,) | {}
+2017-07-03 04:55:03,625 DEBUG test_ui_base 48 26865 140736393348032 ---------------------- TestCase - Start - Class TestDetailedView Function test_update_vf_version ----------------------
+2017-07-03 04:58:08,951 DEBUG api_user 107 916 140736051725248 Moving to next test case. status=200
+2017-07-03 04:58:08,952 DEBUG api_user 197 916 140736051725248 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99881008-f72b-4750-a9bc-ee9dec752252/60d2ede71da24345977c044187dc2574
+2017-07-03 04:58:09,001 DEBUG api_user 200 916 140736051725248 APIUser activated successfully!
+2017-07-03 04:58:09,065 DEBUG api_user 132 916 140736051725248 200 OK
+2017-07-03 04:58:09,069 DEBUG db_general 153 916 140736051725248 Query : select uuid from ice_deployment_target;
+2017-07-03 04:58:09,071 DEBUG db_general 164 916 140736051725248 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 04:58:09,074 DEBUG db_general 153 916 140736051725248 Query : select uuid from ice_ecomp_release;
+2017-07-03 04:58:09,077 DEBUG db_general 164 916 140736051725248 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 04:58:09,729 DEBUG api_virtual_function 73 916 140736051725248 Virtual Function created successfully!
+2017-07-03 04:58:09,729 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:58:09,729 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 04:58:10,427 DEBUG fe_general 41 916 140736051725248 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 04:58:11,663 DEBUG fe_detailed_view 265 916 140736051725248 Login with user bb@att.com
+2017-07-03 04:58:11,663 DEBUG fe_user 27 916 140736051725248 Verifying and Insert Login page elements:
+2017-07-03 04:58:11,663 DEBUG fe_user 28 916 140736051725248 Insert Email
+2017-07-03 04:58:12,938 DEBUG fe_user 31 916 140736051725248 Insert Password
+2017-07-03 04:58:13,609 DEBUG fe_user 33 916 140736051725248 Click Login Button
+2017-07-03 04:58:14,460 DEBUG fe_user 35 916 140736051725248 Login Button clicked
+2017-07-03 04:58:14,494 DEBUG wait 148 916 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:58:18,488 DEBUG wait 148 916 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:59:22,803 ERROR exception_decor 23 916 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:59:22,806 DEBUG logFuncEntry 34 916 140736051725248 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:59:22,807 DEBUG logFuncEntry 34 916 140736051725248 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 04:59:22,841 DEBUG db_general 53 916 140736051725248 Test result in DB - FAIL
+2017-07-03 04:59:24,132 DEBUG test_ui_base 78 916 140736051725248 ---------------------- TestCase - End - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+
+2017-07-03 04:59:24,133 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:59:24,133 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-07-03 04:59:26,353 DEBUG db_general 92 916 140736051725248 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-07-03 04:59:26,354 DEBUG db_general 96 916 140736051725248 Insert query success!
+2017-07-03 04:59:26,358 DEBUG db_general 92 916 140736051725248 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('f0d706fc-0357-4f93-a865-1b283e2062d1', 'AIC', '484', 'TRUE', 0);
+2017-07-03 04:59:26,365 DEBUG db_general 96 916 140736051725248 Insert query success!
+2017-07-03 04:59:26,365 DEBUG fe_user 27 916 140736051725248 Verifying and Insert Login page elements:
+2017-07-03 04:59:26,365 DEBUG fe_user 28 916 140736051725248 Insert Email
+2017-07-03 04:59:27,795 DEBUG fe_user 31 916 140736051725248 Insert Password
+2017-07-03 04:59:28,513 DEBUG fe_user 33 916 140736051725248 Click Login Button
+2017-07-03 04:59:29,471 DEBUG fe_user 35 916 140736051725248 Login Button clicked
+2017-07-03 04:59:30,213 DEBUG wait 148 916 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 04:59:34,671 DEBUG wait 148 916 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 04:59:36,279 DEBUG db_general 92 916 140736051725248 Query: DELETE FROM public.ice_deployment_target WHERE uuid='f0d706fc-0357-4f93-a865-1b283e2062d1';
+2017-07-03 04:59:36,285 DEBUG db_general 96 916 140736051725248 Insert query success!
+2017-07-03 04:59:36,289 DEBUG db_general 92 916 140736051725248 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-07-03 04:59:36,290 DEBUG db_general 96 916 140736051725248 Insert query success!
+2017-07-03 04:59:36,290 ERROR exception_decor 23 916 140736051725248 There was an exception in test_aic_dropdown_ordering
+2017-07-03 04:59:36,293 DEBUG logFuncEntry 34 916 140736051725248 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:59:36,293 DEBUG logFuncEntry 34 916 140736051725248 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-03 04:59:36,303 DEBUG db_general 53 916 140736051725248 Test result in DB - FAIL
+2017-07-03 04:59:36,314 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-03 04:59:36,315 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+2017-07-03 04:59:36,324 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-03 04:59:36,325 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+2017-07-03 04:59:36,336 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-03 04:59:36,336 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-07-03 04:59:36,347 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_ecomp_dropdown_ordering>,) | {}
+2017-07-03 04:59:36,347 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_ecomp_dropdown_ordering ----------------------
+2017-07-03 04:59:36,357 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_edit_ecomp_release>,) | {}
+2017-07-03 04:59:36,357 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_edit_ecomp_release ----------------------
+2017-07-03 04:59:36,369 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_negative_role_for_deployment_targets>,) | {}
+2017-07-03 04:59:36,369 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_negative_role_for_deployment_targets ----------------------
+2017-07-03 04:59:36,380 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_aic_version>,) | {}
+2017-07-03 04:59:36,380 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_aic_version ----------------------
+2017-07-03 04:59:36,391 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_ecomp_release>,) | {}
+2017-07-03 04:59:36,391 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_ecomp_release ----------------------
+2017-07-03 04:59:36,406 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_aic_version>,) | {}
+2017-07-03 04:59:36,406 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_aic_version ----------------------
+2017-07-03 04:59:36,419 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_retire_selected_ecomp_release>,) | {}
+2017-07-03 04:59:36,420 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_retire_selected_ecomp_release ----------------------
+2017-07-03 04:59:36,433 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_role_for_deployment_targets>,) | {}
+2017-07-03 04:59:36,433 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_role_for_deployment_targets ----------------------
+2017-07-03 04:59:36,447 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_aic_version>,) | {}
+2017-07-03 04:59:36,448 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_update_aic_version ----------------------
+2017-07-03 04:59:36,458 DEBUG logFuncEntry 34 916 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_update_vf_version>,) | {}
+2017-07-03 04:59:36,458 DEBUG test_ui_base 48 916 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_update_vf_version ----------------------
+2017-07-03 05:04:05,457 DEBUG api_user 107 1122 140736051725248 Moving to next test case. status=200
+2017-07-03 05:04:05,457 DEBUG api_user 197 1122 140736051725248 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7951cd7f-3775-459c-b83f-1fe72b36a81d/46f2f5dda20347d384e5d4c18853aad9
+2017-07-03 05:04:05,488 DEBUG api_user 200 1122 140736051725248 APIUser activated successfully!
+2017-07-03 05:04:05,555 DEBUG api_user 132 1122 140736051725248 200 OK
+2017-07-03 05:04:05,558 DEBUG db_general 153 1122 140736051725248 Query : select uuid from ice_deployment_target;
+2017-07-03 05:04:05,560 DEBUG db_general 164 1122 140736051725248 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 05:04:05,564 DEBUG db_general 153 1122 140736051725248 Query : select uuid from ice_ecomp_release;
+2017-07-03 05:04:05,565 DEBUG db_general 164 1122 140736051725248 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 05:04:06,053 DEBUG api_virtual_function 73 1122 140736051725248 Virtual Function created successfully!
+2017-07-03 05:04:06,053 DEBUG logFuncEntry 34 1122 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:04:06,053 DEBUG test_ui_base 48 1122 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 05:04:06,793 DEBUG fe_general 41 1122 140736051725248 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 05:04:08,110 DEBUG fe_detailed_view 265 1122 140736051725248 Login with user dd1122@att.com
+2017-07-03 05:04:08,110 DEBUG fe_user 27 1122 140736051725248 Verifying and Insert Login page elements:
+2017-07-03 05:04:08,110 DEBUG fe_user 28 1122 140736051725248 Insert Email
+2017-07-03 05:04:09,635 DEBUG fe_user 31 1122 140736051725248 Insert Password
+2017-07-03 05:04:10,268 DEBUG fe_user 33 1122 140736051725248 Click Login Button
+2017-07-03 05:04:11,123 DEBUG fe_user 35 1122 140736051725248 Login Button clicked
+2017-07-03 05:04:11,146 DEBUG wait 148 1122 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 05:04:15,717 DEBUG wait 148 1122 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 05:05:15,824 ERROR exception_decor 23 1122 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:05:15,827 DEBUG logFuncEntry 34 1122 140736051725248 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:05:15,827 DEBUG logFuncEntry 34 1122 140736051725248 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:05:15,838 DEBUG db_general 53 1122 140736051725248 Test result in DB - FAIL
+2017-07-03 05:10:08,958 DEBUG api_user 107 1305 140736051725248 Moving to next test case. status=200
+2017-07-03 05:10:08,958 DEBUG api_user 197 1305 140736051725248 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/929069c0-fe61-4688-8c37-aa7c889154a7/b8e9c5fbf31b431ea7abaaedfa48c8ce
+2017-07-03 05:10:08,987 DEBUG api_user 200 1305 140736051725248 APIUser activated successfully!
+2017-07-03 05:10:09,062 DEBUG api_user 132 1305 140736051725248 200 OK
+2017-07-03 05:10:09,067 DEBUG db_general 153 1305 140736051725248 Query : select uuid from ice_deployment_target;
+2017-07-03 05:10:09,068 DEBUG db_general 164 1305 140736051725248 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 05:10:09,072 DEBUG db_general 153 1305 140736051725248 Query : select uuid from ice_ecomp_release;
+2017-07-03 05:10:09,073 DEBUG db_general 164 1305 140736051725248 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 05:10:09,562 DEBUG api_virtual_function 73 1305 140736051725248 Virtual Function created successfully!
+2017-07-03 05:10:09,562 DEBUG logFuncEntry 34 1305 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:10:09,562 DEBUG test_ui_base 48 1305 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 05:10:10,294 DEBUG fe_general 41 1305 140736051725248 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 05:10:11,559 DEBUG fe_detailed_view 265 1305 140736051725248 Login with user dd1122@att.com
+2017-07-03 05:10:11,559 DEBUG fe_user 27 1305 140736051725248 Verifying and Insert Login page elements:
+2017-07-03 05:10:11,559 DEBUG fe_user 28 1305 140736051725248 Insert Email
+2017-07-03 05:10:13,168 DEBUG fe_user 31 1305 140736051725248 Insert Password
+2017-07-03 05:10:13,928 DEBUG fe_user 33 1305 140736051725248 Click Login Button
+2017-07-03 05:10:14,752 DEBUG fe_user 35 1305 140736051725248 Login Button clicked
+2017-07-03 05:10:14,991 DEBUG wait 148 1305 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 05:10:19,431 DEBUG wait 148 1305 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-03 05:11:07,634 ERROR exception_decor 23 1305 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:07,637 DEBUG logFuncEntry 34 1305 140736051725248 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:11:07,637 DEBUG logFuncEntry 34 1305 140736051725248 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:11:07,644 DEBUG db_general 53 1305 140736051725248 Test result in DB - FAIL
+2017-07-03 05:11:25,800 DEBUG api_user 107 1381 140736051725248 Moving to next test case. status=200
+2017-07-03 05:11:25,801 DEBUG api_user 197 1381 140736051725248 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/29a7698a-d69c-4226-bc36-a59974580244/5f51114dca5d407587d29cb60d66a299
+2017-07-03 05:11:25,831 DEBUG api_user 200 1381 140736051725248 APIUser activated successfully!
+2017-07-03 05:11:25,895 DEBUG api_user 132 1381 140736051725248 200 OK
+2017-07-03 05:11:25,899 DEBUG db_general 153 1381 140736051725248 Query : select uuid from ice_deployment_target;
+2017-07-03 05:11:25,900 DEBUG db_general 164 1381 140736051725248 Query result: 34097969-d0c3-49cb-9e8b-d97f733208ba
+2017-07-03 05:11:25,903 DEBUG db_general 153 1381 140736051725248 Query : select uuid from ice_ecomp_release;
+2017-07-03 05:11:25,905 DEBUG db_general 164 1381 140736051725248 Query result: 57edfbe7-509b-4d1e-8035-947b49390999
+2017-07-03 05:11:26,400 DEBUG api_virtual_function 73 1381 140736051725248 Virtual Function created successfully!
+2017-07-03 05:11:26,401 DEBUG logFuncEntry 34 1381 140736051725248 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:11:26,401 DEBUG test_ui_base 48 1381 140736051725248 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-03 05:11:27,119 DEBUG fe_general 41 1381 140736051725248 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-03 05:11:28,433 DEBUG fe_detailed_view 265 1381 140736051725248 Login with user hs0007@att.com
+2017-07-03 05:11:28,433 DEBUG fe_user 27 1381 140736051725248 Verifying and Insert Login page elements:
+2017-07-03 05:11:28,434 DEBUG fe_user 28 1381 140736051725248 Insert Email
+2017-07-03 05:11:30,471 DEBUG fe_user 31 1381 140736051725248 Insert Password
+2017-07-03 05:11:31,156 DEBUG fe_user 33 1381 140736051725248 Click Login Button
+2017-07-03 05:11:32,129 DEBUG fe_user 35 1381 140736051725248 Login Button clicked
+2017-07-03 05:11:32,628 DEBUG wait 148 1381 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 05:11:36,204 DEBUG wait 148 1381 140736051725248 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-03 05:11:38,010 ERROR exception_decor 23 1381 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:38,014 DEBUG logFuncEntry 34 1381 140736051725248 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:11:38,014 DEBUG logFuncEntry 34 1381 140736051725248 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-03 05:11:38,026 DEBUG db_general 53 1381 140736051725248 Test result in DB - FAIL
+2017-07-04 01:56:07,173 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-07-04 01:56:07,174 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:07,770 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:07,771 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/20cec1f7-aabb-4845-be5e-ae8ccec61dba/a0b5a22954a446459aaba89a9cbef8a3
+2017-07-04 01:56:07,804 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:07,895 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:07,900 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:07,903 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:07,908 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:07,909 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:08,483 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:08,483 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c11c5e5-20b9-49f2-bc27-7ae0b7536818/checklist/new/
+2017-07-04 01:56:08,570 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:08,610 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:08,610 DEBUG test_negative_requests 169 10310 140737189385152 Create checklist with engagement lead (next: try to add audit log to checklist with standard user and admin_ro)
+2017-07-04 01:56:08,713 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:08,713 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c11c5e5-20b9-49f2-bc27-7ae0b7536818/checklist/new/
+2017-07-04 01:56:08,721 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:08,724 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:08,724 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/6c11c5e5-20b9-49f2-bc27-7ae0b7536818/checklist/new/
+2017-07-04 01:56:08,809 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:08,847 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:09,015 DEBUG api_checklist 39 10310 140737189385152 Checklist was created successfully!
+2017-07-04 01:56:09,015 DEBUG test_negative_requests 174 10310 140737189385152 This negative test will try to add audit log to checklist using standard user / admin_ro auth token.
+2017-07-04 01:56:09,092 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:09,092 DEBUG test_negative_requests 181 10310 140737189385152 About to add audit log to checklist uuid 8632fbb9-2bc4-46df-a088-3fbcbdf5e3d6
+2017-07-04 01:56:09,092 DEBUG test_negative_requests 188 10310 140737189385152 Success! Test failed to add audit log to checklist using other auth token.
+2017-07-04 01:56:09,167 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:09,167 DEBUG test_negative_requests 181 10310 140737189385152 About to add audit log to checklist uuid 8632fbb9-2bc4-46df-a088-3fbcbdf5e3d6
+2017-07-04 01:56:09,168 DEBUG test_negative_requests 188 10310 140737189385152 Success! Test failed to add audit log to checklist using other auth token.
+2017-07-04 01:56:09,168 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-07-04 01:56:09,168 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_audit_log>,) | {}
+2017-07-04 01:56:09,192 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:09,193 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:09,212 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-07-04 01:56:09,212 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:09,296 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:09,297 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/87e1855e-63eb-4e10-94f1-4ec76a72a74d/2f4c05892f584bbdbbc70ab49ecf15ce
+2017-07-04 01:56:09,325 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:09,396 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:09,400 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:09,402 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:09,407 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:09,409 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:09,878 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:09,878 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a07ca6a-76f9-4281-839f-4aebb748e201/checklist/new/
+2017-07-04 01:56:09,947 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:09,985 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:09,985 DEBUG test_negative_requests 195 10310 140737189385152 Create checklist with engagement lead (next: try to add checklist next step with PR, standard user and admin_ro)
+2017-07-04 01:56:10,062 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:10,062 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a07ca6a-76f9-4281-839f-4aebb748e201/checklist/new/
+2017-07-04 01:56:10,066 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:10,068 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:10,068 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a07ca6a-76f9-4281-839f-4aebb748e201/checklist/new/
+2017-07-04 01:56:10,144 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:10,189 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:10,460 DEBUG api_checklist 39 10310 140737189385152 Checklist was created successfully!
+2017-07-04 01:56:10,460 DEBUG test_negative_requests 200 10310 140737189385152 This negative test will try to add checklist next step using PR / standard user / admin_ro auth token.
+2017-07-04 01:56:10,537 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:10,537 DEBUG test_negative_requests 208 10310 140737189385152 About to add next step to checklist uuid 4a9bb742-20d4-4d26-b7bb-8e565cb333e0
+2017-07-04 01:56:10,537 DEBUG api_checklist 115 10310 140737189385152 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a07ca6a-76f9-4281-839f-4aebb748e201/checklist/4a9bb742-20d4-4d26-b7bb-8e565cb333e0/nextstep/
+2017-07-04 01:56:10,566 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 87e1855e-63eb-4e10-94f1-4ec76a72a74d. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,567 DEBUG test_negative_requests 215 10310 140737189385152 Success! Test failed to add next steps to checklist using other auth token.
+2017-07-04 01:56:10,652 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:10,652 DEBUG test_negative_requests 208 10310 140737189385152 About to add next step to checklist uuid 4a9bb742-20d4-4d26-b7bb-8e565cb333e0
+2017-07-04 01:56:10,652 DEBUG api_checklist 115 10310 140737189385152 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a07ca6a-76f9-4281-839f-4aebb748e201/checklist/4a9bb742-20d4-4d26-b7bb-8e565cb333e0/nextstep/
+2017-07-04 01:56:10,690 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ca63770-3110-4b4c-a2cc-1d51774ffe77. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,690 DEBUG test_negative_requests 215 10310 140737189385152 Success! Test failed to add next steps to checklist using other auth token.
+2017-07-04 01:56:10,768 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:10,768 DEBUG test_negative_requests 208 10310 140737189385152 About to add next step to checklist uuid 4a9bb742-20d4-4d26-b7bb-8e565cb333e0
+2017-07-04 01:56:10,768 DEBUG api_checklist 115 10310 140737189385152 Post checklist next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/2a07ca6a-76f9-4281-839f-4aebb748e201/checklist/4a9bb742-20d4-4d26-b7bb-8e565cb333e0/nextstep/
+2017-07-04 01:56:10,795 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,795 DEBUG test_negative_requests 215 10310 140737189385152 Success! Test failed to add next steps to checklist using other auth token.
+2017-07-04 01:56:10,795 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-07-04 01:56:10,795 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_add_checklist_next_step>,) | {}
+2017-07-04 01:56:10,800 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:10,800 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:10,803 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-07-04 01:56:10,803 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:10,803 DEBUG test_negative_requests 37 10310 140737189385152 This negative test will try to add contact to an engagement using other auth token.
+2017-07-04 01:56:10,894 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:10,895 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/f2e827b2-0151-4dfd-8db8-e4d78c484dfa/9d791045fbe14f348c39785dda92de3b
+2017-07-04 01:56:10,925 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:11,008 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:11,014 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:11,015 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:11,018 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:11,020 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:11,475 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:11,475 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/41c45107-1151-4d1d-a552-84ec6915d42c/checklist/new/
+2017-07-04 01:56:11,543 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:11,577 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:11,657 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:11,657 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/301dd474-74fb-4c2a-b731-23842f76e989/f8c7940776124ac8b6cc715d6e4136e9
+2017-07-04 01:56:11,686 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:11,756 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:11,761 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:11,762 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:11,766 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:11,767 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:12,217 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:12,218 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/8fdb0758-2284-42a8-b4ed-91ae7231c002/checklist/new/
+2017-07-04 01:56:12,300 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:12,341 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:12,341 DEBUG test_negative_requests 43 10310 140737189385152 About to invite contact to the engagement of user STrc9Lw
+2017-07-04 01:56:12,341 DEBUG api_virtual_function 120 10310 140737189385152 Post invite vendor contact URL: http://127.0.0.1:8181/ice/v1/engmgr/add-contact/
+2017-07-04 01:56:12,380 ERROR api_virtual_function 149 10310 140737189385152 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 301dd474-74fb-4c2a-b731-23842f76e989. eng_uuid=41c45107-1151-4d1d-a552-84ec6915d42c. checklist_uuid=None"
+2017-07-04 01:56:12,380 DEBUG test_negative_requests 49 10310 140737189385152 Success! Test failed to invite contact user using other auth token.
+2017-07-04 01:56:12,380 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-07-04 01:56:12,380 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_contact>,) | {}
+2017-07-04 01:56:12,393 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:12,393 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:12,396 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-07-04 01:56:12,396 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:12,396 DEBUG test_negative_requests 54 10310 140737189385152 This negative test will try to add a next step to engagement using PR / standard user / admin_ro auth token.
+2017-07-04 01:56:12,487 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:12,487 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/75e4b48c-404a-4bf2-8e43-1aafd1d38aa8/733952fbf4554d62abb1329c14f71bd6
+2017-07-04 01:56:12,517 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:12,593 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:12,597 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:12,598 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:12,601 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:12,602 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:13,057 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:13,058 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7ae29584-9ba6-4488-b53e-f97f1c99e303/checklist/new/
+2017-07-04 01:56:13,128 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:13,160 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:13,231 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:13,231 DEBUG test_negative_requests 63 10310 140737189385152 About to add a next step to VF STIDpmh using ST4lfwb@intl.att.com token.
+2017-07-04 01:56:13,232 DEBUG api_virtual_function 26 10310 140737189385152 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/7ae29584-9ba6-4488-b53e-f97f1c99e303/nextsteps
+2017-07-04 01:56:13,260 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 75e4b48c-404a-4bf2-8e43-1aafd1d38aa8. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:13,260 DEBUG test_negative_requests 69 10310 140737189385152 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-07-04 01:56:13,334 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:13,334 DEBUG test_negative_requests 63 10310 140737189385152 About to add a next step to VF STIDpmh using hs0007@att.com token.
+2017-07-04 01:56:13,334 DEBUG api_virtual_function 26 10310 140737189385152 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/7ae29584-9ba6-4488-b53e-f97f1c99e303/nextsteps
+2017-07-04 01:56:13,481 DEBUG api_virtual_function 41 10310 140737189385152 Next step was added to the engagement!
+2017-07-04 01:56:13,482 DEBUG test_negative_requests 69 10310 140737189385152 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-07-04 01:56:13,554 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:13,554 DEBUG test_negative_requests 63 10310 140737189385152 About to add a next step to VF STIDpmh using admin_ro@att.com token.
+2017-07-04 01:56:13,554 DEBUG api_virtual_function 26 10310 140737189385152 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/7ae29584-9ba6-4488-b53e-f97f1c99e303/nextsteps
+2017-07-04 01:56:13,580 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:13,580 DEBUG test_negative_requests 69 10310 140737189385152 Success! Test failed to add a new next step to the engagement using other auth token.
+2017-07-04 01:56:13,581 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-07-04 01:56:13,581 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_add_next_step>,) | {}
+2017-07-04 01:56:13,587 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:13,587 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:13,589 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-07-04 01:56:13,589 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:13,589 DEBUG test_negative_requests 221 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:13,589 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-07-04 01:56:13,589 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_checklist_files>,) | {}
+2017-07-04 01:56:13,597 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:13,597 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:13,599 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-07-04 01:56:13,599 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:13,691 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:13,691 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/cd0f9300-74ee-443f-b66b-08a27e2c4913/8b043854a9454fe68aa7b1b63586e211
+2017-07-04 01:56:13,721 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:13,798 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:13,802 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:13,803 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:13,807 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:13,809 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:14,261 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:14,261 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:14,336 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:14,368 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:14,368 DEBUG test_negative_requests 98 10310 140737189385152 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-07-04 01:56:14,468 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:14,469 DEBUG test_negative_requests 106 10310 140737189385152 About to create checklist for VF ST9b2Tt
+2017-07-04 01:56:14,469 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:14,473 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:14,475 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:14,475 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:14,557 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:14,592 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:14,620 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: cd0f9300-74ee-443f-b66b-08a27e2c4913. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:14,620 DEBUG test_negative_requests 112 10310 140737189385152 Success! Test failed to create checklist using other auth token.
+2017-07-04 01:56:14,698 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:14,698 DEBUG test_negative_requests 106 10310 140737189385152 About to create checklist for VF ST9b2Tt
+2017-07-04 01:56:14,698 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:14,701 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:14,704 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:14,704 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:14,786 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:14,817 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:14,848 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:14,848 DEBUG test_negative_requests 112 10310 140737189385152 Success! Test failed to create checklist using other auth token.
+2017-07-04 01:56:14,928 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:14,928 DEBUG test_negative_requests 106 10310 140737189385152 About to create checklist for VF ST9b2Tt
+2017-07-04 01:56:14,928 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:14,932 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:14,935 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:14,935 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/b1e322bc-0637-4ca7-8037-851372848a33/checklist/new/
+2017-07-04 01:56:15,016 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:15,049 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:15,076 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:15,076 DEBUG test_negative_requests 112 10310 140737189385152 Success! Test failed to create checklist using other auth token.
+2017-07-04 01:56:15,076 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-07-04 01:56:15,076 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_create_checklist>,) | {}
+2017-07-04 01:56:15,081 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:15,081 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:15,083 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-07-04 01:56:15,083 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:15,084 DEBUG test_negative_requests 74 10310 140737189385152 This negative test will try to edit a next step using PR / standard user / admin_ro auth token.
+2017-07-04 01:56:15,174 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:15,175 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/68c50b51-2e7a-4ea3-8137-decd126065a0/885fb8e845ec403997c51cc0a27ededc
+2017-07-04 01:56:15,205 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:15,279 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:15,282 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:15,284 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:15,288 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:15,290 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:15,742 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:15,742 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/f4e75ae0-0620-4f27-882c-3a842595590a/checklist/new/
+2017-07-04 01:56:15,811 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:15,844 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:15,921 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:15,922 DEBUG api_virtual_function 26 10310 140737189385152 Post add next step URL: http://127.0.0.1:8181/ice/v1/engmgr/engagements/f4e75ae0-0620-4f27-882c-3a842595590a/nextsteps
+2017-07-04 01:56:16,072 DEBUG api_virtual_function 41 10310 140737189385152 Next step was added to the engagement!
+2017-07-04 01:56:16,141 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:16,141 DEBUG test_negative_requests 86 10310 140737189385152 About to edit a next step (ns uuid: 4010ba36-2b86-49c4-b316-328fc2638252) using STodBVZ@intl.att.com token.
+2017-07-04 01:56:16,141 DEBUG api_virtual_function 157 10310 140737189385152 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/4010ba36-2b86-49c4-b316-328fc2638252/engagement/f4e75ae0-0620-4f27-882c-3a842595590a/modify/
+2017-07-04 01:56:16,165 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,165 DEBUG test_negative_requests 92 10310 140737189385152 Success! Test failed to edit a next step using other auth token.
+2017-07-04 01:56:16,249 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:16,249 DEBUG test_negative_requests 86 10310 140737189385152 About to edit a next step (ns uuid: 4010ba36-2b86-49c4-b316-328fc2638252) using dd1122@att.com token.
+2017-07-04 01:56:16,249 DEBUG api_virtual_function 157 10310 140737189385152 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/4010ba36-2b86-49c4-b316-328fc2638252/engagement/f4e75ae0-0620-4f27-882c-3a842595590a/modify/
+2017-07-04 01:56:16,273 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,274 DEBUG test_negative_requests 92 10310 140737189385152 Success! Test failed to edit a next step using other auth token.
+2017-07-04 01:56:16,352 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:16,352 DEBUG test_negative_requests 86 10310 140737189385152 About to edit a next step (ns uuid: 4010ba36-2b86-49c4-b316-328fc2638252) using admin_ro@att.com token.
+2017-07-04 01:56:16,352 DEBUG api_virtual_function 157 10310 140737189385152 Put next step URL: http://127.0.0.1:8181/ice/v1/engmgr/nextsteps/4010ba36-2b86-49c4-b316-328fc2638252/engagement/f4e75ae0-0620-4f27-882c-3a842595590a/modify/
+2017-07-04 01:56:16,376 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,376 DEBUG test_negative_requests 92 10310 140737189385152 Success! Test failed to edit a next step using other auth token.
+2017-07-04 01:56:16,377 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-07-04 01:56:16,377 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_edit_next_step>,) | {}
+2017-07-04 01:56:16,382 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:16,382 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:16,384 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-07-04 01:56:16,384 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:16,384 DEBUG test_negative_requests 20 10310 140737189385152 This negative test will try to invite team member to an engagement using other auth token.
+2017-07-04 01:56:16,472 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:16,472 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/45e3c6ba-5e08-4019-8deb-086fbe84ba56/baa82dbb60544052b08e92f878165eb8
+2017-07-04 01:56:16,502 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:16,575 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:16,579 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:16,581 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:16,584 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:16,585 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:17,098 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:17,098 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/e87ea2c4-cb4a-43c9-b10a-3dd1968dc34d/checklist/new/
+2017-07-04 01:56:17,189 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:17,229 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:17,338 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:17,338 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/819c0a41-99b3-46a5-b94f-9bc48d5592b9/91e4fd1603db44039df1955c03e099ef
+2017-07-04 01:56:17,368 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:17,444 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:17,447 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:17,449 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:17,452 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:17,453 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:18,047 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:18,047 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/7aeda674-fd65-4b01-b269-18b73861ac40/checklist/new/
+2017-07-04 01:56:18,124 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:18,163 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:18,163 DEBUG test_negative_requests 26 10310 140737189385152 About to invite team member to the engagement of user STq1k0n
+2017-07-04 01:56:18,163 DEBUG api_virtual_function 88 10310 140737189385152 Post invite user URL: http://127.0.0.1:8181/ice/v1/engmgr/invite-team-members/
+2017-07-04 01:56:18,201 ERROR api_virtual_function 113 10310 140737189385152 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-04 01:56:18,201 DEBUG test_negative_requests 32 10310 140737189385152 Success! Test failed to invite user using other auth token.
+2017-07-04 01:56:18,201 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-07-04 01:56:18,201 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_invite_member>,) | {}
+2017-07-04 01:56:18,207 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:18,207 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:18,209 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-07-04 01:56:18,209 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:18,312 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:18,312 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/b0b96b9d-a0b5-4c00-acd3-8bd4b96e07fe/2169ec14bcf34d73ad637ebc47353f4f
+2017-07-04 01:56:18,347 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:18,440 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:18,445 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:18,448 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:18,453 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:18,454 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:18,924 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:18,924 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ca6fccb-d884-4d9d-a923-5f4ccbf827eb/checklist/new/
+2017-07-04 01:56:18,992 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:19,026 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:19,026 DEBUG test_negative_requests 146 10310 140737189385152 Create checklist with engagement lead (next: try to change checklist state with PR, standard user and admin_ro)
+2017-07-04 01:56:19,102 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:19,102 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ca6fccb-d884-4d9d-a923-5f4ccbf827eb/checklist/new/
+2017-07-04 01:56:19,106 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:19,109 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:19,109 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/0ca6fccb-d884-4d9d-a923-5f4ccbf827eb/checklist/new/
+2017-07-04 01:56:19,190 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:19,223 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:19,428 DEBUG api_checklist 39 10310 140737189385152 Checklist was created successfully!
+2017-07-04 01:56:19,428 DEBUG test_negative_requests 151 10310 140737189385152 This negative test will try to change checklist state using PR / standard user / admin_ro auth token.
+2017-07-04 01:56:19,428 DEBUG test_negative_requests 157 10310 140737189385152 About to change checklist state for VF STusBxG
+2017-07-04 01:56:19,510 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:19,548 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,548 DEBUG test_negative_requests 163 10310 140737189385152 Success! Test failed to change checklist state using other auth token.
+2017-07-04 01:56:19,548 DEBUG test_negative_requests 157 10310 140737189385152 About to change checklist state for VF STusBxG
+2017-07-04 01:56:19,630 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:19,664 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,664 DEBUG test_negative_requests 163 10310 140737189385152 Success! Test failed to change checklist state using other auth token.
+2017-07-04 01:56:19,664 DEBUG test_negative_requests 157 10310 140737189385152 About to change checklist state for VF STusBxG
+2017-07-04 01:56:19,736 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:19,769 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,769 DEBUG test_negative_requests 163 10310 140737189385152 Success! Test failed to change checklist state using other auth token.
+2017-07-04 01:56:19,769 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-07-04 01:56:19,769 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_set_checklist_state>,) | {}
+2017-07-04 01:56:19,776 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:19,776 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:19,778 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-07-04 01:56:19,778 DEBUG test_api_base 30 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+2017-07-04 01:56:19,879 DEBUG api_user 107 10310 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:19,879 DEBUG api_user 197 10310 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/405ebaeb-6cdb-47f9-9e68-385035b5d99f/60d4ff62523748bd957c564eca1e1ffd
+2017-07-04 01:56:19,907 DEBUG api_user 200 10310 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:20,021 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:20,024 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:20,025 DEBUG db_general 164 10310 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:20,029 DEBUG db_general 153 10310 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:20,031 DEBUG db_general 164 10310 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:20,484 DEBUG api_virtual_function 73 10310 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:20,484 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5ac9ca3d-6937-45ae-83ef-c6105c8f1b14/checklist/new/
+2017-07-04 01:56:20,554 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:20,589 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:20,589 DEBUG test_negative_requests 119 10310 140737189385152 Create checklist with engagement lead (next: try to edit checklist with PR and standard user)
+2017-07-04 01:56:20,659 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:20,660 DEBUG api_checklist 23 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5ac9ca3d-6937-45ae-83ef-c6105c8f1b14/checklist/new/
+2017-07-04 01:56:20,664 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:20,666 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:20,666 DEBUG api_gitlab 330 10310 140737189385152 Get URL to check if GitLab and Jenkins are ready: http://127.0.0.1:8181/ice/v1/engmgr/engagement/5ac9ca3d-6937-45ae-83ef-c6105c8f1b14/checklist/new/
+2017-07-04 01:56:20,741 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:20,772 DEBUG api_gitlab 352 10310 140737189385152 Gitlab and Jenkins are ready to continue!
+2017-07-04 01:56:20,981 DEBUG api_checklist 39 10310 140737189385152 Checklist was created successfully!
+2017-07-04 01:56:20,982 DEBUG test_negative_requests 124 10310 140737189385152 This negative test will try to create a checklist using PR / standard user / admin_ro auth token.
+2017-07-04 01:56:21,063 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:21,063 DEBUG test_negative_requests 132 10310 140737189385152 About to update checklist for VF STs0bHf
+2017-07-04 01:56:21,063 DEBUG api_checklist 57 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//a483857a-f84d-4eee-b5d4-499d4ee029ac/a483857a-f84d-4eee-b5d4-499d4ee029ac
+2017-07-04 01:56:21,067 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:21,069 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:21,097 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 405ebaeb-6cdb-47f9-9e68-385035b5d99f. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,097 DEBUG test_negative_requests 139 10310 140737189385152 Success! Test failed to create checklist using other auth token.
+2017-07-04 01:56:21,185 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:21,186 DEBUG test_negative_requests 132 10310 140737189385152 About to update checklist for VF STs0bHf
+2017-07-04 01:56:21,186 DEBUG api_checklist 57 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//a483857a-f84d-4eee-b5d4-499d4ee029ac/a483857a-f84d-4eee-b5d4-499d4ee029ac
+2017-07-04 01:56:21,192 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:21,195 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:21,235 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,235 DEBUG test_negative_requests 139 10310 140737189385152 Success! Test failed to create checklist using other auth token.
+2017-07-04 01:56:21,329 DEBUG api_user 132 10310 140737189385152 200 OK
+2017-07-04 01:56:21,329 DEBUG test_negative_requests 132 10310 140737189385152 About to update checklist for VF STs0bHf
+2017-07-04 01:56:21,329 DEBUG api_checklist 57 10310 140737189385152 Post create checklist URL: http://127.0.0.1:8181/ice/v1/engmgr/checklist//a483857a-f84d-4eee-b5d4-499d4ee029ac/a483857a-f84d-4eee-b5d4-499d4ee029ac
+2017-07-04 01:56:21,334 DEBUG db_general 179 10310 140737189385152 Query : select uuid from ice_checklist_template Where name = 'Heat Templates';
+2017-07-04 01:56:21,337 DEBUG db_general 190 10310 140737189385152 Query result: e46fcc64-1a2c-4ae1-bc9c-ab518ea00ba9
+2017-07-04 01:56:21,378 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,378 DEBUG test_negative_requests 139 10310 140737189385152 Success! Test failed to create checklist using other auth token.
+2017-07-04 01:56:21,379 DEBUG logFuncEntry 34 10310 140737189385152 calling tearDown | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-07-04 01:56:21,379 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.apiTests.test_negative_requests.TestNegativeRequests testMethod=test_negative_update_checklist>,) | {}
+2017-07-04 01:56:21,386 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,387 DEBUG test_api_base 42 10310 140737189385152 ---------------------- TestCase TestNegativeRequests ----------------------
+
+
+2017-07-04 01:56:21,391 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestChecklistSignal ----------------------
+2017-07-04 01:56:21,391 DEBUG test_checklist_signal 22 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,391 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_checklist_signal.TestChecklistSignal testMethod=test_archive_checklist_after_editing_files>,) | {}
+2017-07-04 01:56:21,402 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,402 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestChecklistSignal ----------------------
+
+
+2017-07-04 01:56:21,403 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,404 DEBUG test_git_signal 111 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,404 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_add_contact>,) | {}
+2017-07-04 01:56:21,412 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,412 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,412 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,413 DEBUG test_git_signal 26 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,413 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_create_eng>,) | {}
+2017-07-04 01:56:21,424 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,425 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,425 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,426 DEBUG test_git_signal 90 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,426 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_invite_member>,) | {}
+2017-07-04 01:56:21,435 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,435 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,435 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,436 DEBUG test_git_signal 131 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,436 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_join_of_staff_users_to_new_gitlab_repo>,) | {}
+2017-07-04 01:56:21,445 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,445 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,446 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,446 DEBUG test_git_signal 142 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,446 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_join_of_stn_users_to_new_rep_after_active>,) | {}
+2017-07-04 01:56:21,453 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,454 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,454 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,454 DEBUG test_git_signal 169 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,455 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_rem_users_from_repo_after_active_and_validated>,) | {}
+2017-07-04 01:56:21,464 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,464 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,464 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,465 DEBUG test_git_signal 212 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,465 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_rem_users_from_repo_after_completed>,) | {}
+2017-07-04 01:56:21,482 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,482 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,482 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,483 DEBUG test_git_signal 71 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,483 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_set_ssh>,) | {}
+2017-07-04 01:56:21,492 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,493 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,493 DEBUG test_signal_base 34 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+2017-07-04 01:56:21,494 DEBUG test_git_signal 51 10310 140737189385152 Local environment, skipping test...
+2017-07-04 01:56:21,494 DEBUG logFuncEntry 34 10310 140737189385152 calling results | (<tests.signalTests.test_git_signal.TestGitSignal testMethod=test_update_account>,) | {}
+2017-07-04 01:56:21,501 DEBUG db_general 53 10310 140737189385152 Test result in DB - PASS
+2017-07-04 01:56:21,502 DEBUG test_signal_base 45 10310 140737189385152 ---------------------- TestCase TestGitSignal ----------------------
+
+
+2017-07-04 01:56:21,558 DEBUG db_general 67 10310 140737189385152 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing Heat'
+2017-07-04 01:56:21,561 DEBUG db_general 80 10310 140737189385152 Query result: None
+2017-07-04 01:56:21,564 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_template(uuid, name, category, version, create_time)VALUES ('f6d39965-2676-4d9f-96aa-3037a750dee7', 'Editing Heat', 'first category', '1', '2017-07-04 01:56:21.561253');
+2017-07-04 01:56:21,566 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,569 DEBUG db_general 67 10310 140737189385152 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing Heat'
+2017-07-04 01:56:21,571 DEBUG db_general 80 10310 140737189385152 Query result: f6d39965-2676-4d9f-96aa-3037a750dee7
+2017-07-04 01:56:21,574 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('10656dbc-a788-42bd-b5ff-1c53f87c3fc6', 'External References', '1', 'section descripyion', 'valid instructions','2017-07-04 01:56:21.571621', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,577 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,582 DEBUG db_general 67 10310 140737189385152 Query: SELECT uuid FROM public.ice_checklist_section where name = 'External References' and template_id = 'f6d39965-2676-4d9f-96aa-3037a750dee7'
+2017-07-04 01:56:21,585 DEBUG db_general 80 10310 140737189385152 Query result: 10656dbc-a788-42bd-b5ff-1c53f87c3fc6
+2017-07-04 01:56:21,589 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_section(uuid, name, weight, description, validation_instructions, create_time, template_id) VALUES ('22930430-dca2-4d51-bd6b-5b34f876a68d', 'Parameter Specification', '2', 'section descripyion', 'valid instructions','2017-07-04 01:56:21.585278', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,592 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,596 DEBUG db_general 67 10310 140737189385152 Query: SELECT uuid FROM public.ice_checklist_section where name = 'Parameter Specification' and template_id = 'f6d39965-2676-4d9f-96aa-3037a750dee7'
+2017-07-04 01:56:21,598 DEBUG db_general 80 10310 140737189385152 Query result: 22930430-dca2-4d51-bd6b-5b34f876a68d
+2017-07-04 01:56:21,602 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('c2bddb74-514d-4447-837d-c68f60189347', 'Normal references', '1', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-07-04 01:56:21.598257', '10656dbc-a788-42bd-b5ff-1c53f87c3fc6', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,605 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,609 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('7f39cbfa-1567-4e87-a784-3a5b8019345f', 'String parameters', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-07-04 01:56:21.605944', '22930430-dca2-4d51-bd6b-5b34f876a68d', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,611 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,615 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('fc5176d4-91e9-403d-a5ed-b4f659edb381', 'Numeric parameters', '3', 'Numeric parameters should include range and/or allowed values.', 'manual','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-07-04 01:56:21.612144', '22930430-dca2-4d51-bd6b-5b34f876a68d', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,617 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,621 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time, section_id, template_id) VALUES ('a8aae758-798a-4c75-bc18-5b398993c11f', 'VF image', '2', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-07-04 01:56:21.617983', '10656dbc-a788-42bd-b5ff-1c53f87c3fc6', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,624 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,629 DEBUG db_general 92 10310 140737189385152 Query: INSERT INTO public.ice_checklist_line_item(uuid, name, weight, description, line_type, validation_instructions,create_time,section_id, template_id) VALUES ('7100d973-260b-40aa-84f1-8071f1ed4bda', 'Parameters', '1', 'Numeric parameters should include range and/or allowed values.', 'auto','Here are some useful tips for how to validate this item in the most awesome way:<br><br><ul><li>Here is my awesome tip 1</li><li>Here is my awesome tip 2</li><li>Here is my awesome tip 3</li></ul>', '2017-07-04 01:56:21.625190', '22930430-dca2-4d51-bd6b-5b34f876a68d', 'f6d39965-2676-4d9f-96aa-3037a750dee7');
+2017-07-04 01:56:21,631 DEBUG db_general 96 10310 140737189385152 Insert query success!
+2017-07-04 01:56:21,632 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-07-04 01:56:21,632 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-07-04 01:56:21,638 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-07-04 01:56:21,639 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-07-04 01:56:21,646 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_lineitem>,) | {}
+2017-07-04 01:56:21,646 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_lineitem ----------------------
+2017-07-04 01:56:21,653 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_section_name>,) | {}
+2017-07-04 01:56:21,654 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_section_name ----------------------
+2017-07-04 01:56:21,659 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_added>,) | {}
+2017-07-04 01:56:21,660 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_added ----------------------
+2017-07-04 01:56:21,666 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_lineitem_delete>,) | {}
+2017-07-04 01:56:21,667 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_lineitem_delete ----------------------
+2017-07-04 01:56:21,672 DEBUG logFuncEntry 34 10310 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_without_changes>,) | {}
+2017-07-04 01:56:21,673 DEBUG test_ui_base 48 10310 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_without_changes ----------------------
+2017-07-04 01:56:58,326 DEBUG api_user 107 10745 140737189385152 Moving to next test case. status=200
+2017-07-04 01:56:58,326 DEBUG api_user 197 10745 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/e29bc34f-b659-44ab-b501-a89270105637/9d0f2e364e494df3a68e759fd8481c7b
+2017-07-04 01:56:58,352 DEBUG api_user 200 10745 140737189385152 APIUser activated successfully!
+2017-07-04 01:56:58,418 DEBUG api_user 132 10745 140737189385152 200 OK
+2017-07-04 01:56:58,422 DEBUG db_general 153 10745 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 01:56:58,423 DEBUG db_general 164 10745 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 01:56:58,426 DEBUG db_general 153 10745 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 01:56:58,427 DEBUG db_general 164 10745 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 01:56:58,946 DEBUG api_virtual_function 73 10745 140737189385152 Virtual Function created successfully!
+2017-07-04 01:56:58,947 DEBUG logFuncEntry 34 10745 140737189385152 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-04 01:56:58,947 DEBUG test_ui_base 48 10745 140737189385152 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-04 01:57:00,163 DEBUG fe_general 41 10745 140737189385152 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-04 01:57:01,444 DEBUG fe_detailed_view 199 10745 140737189385152 Login with user hs0007@att.com
+2017-07-04 01:57:01,445 DEBUG fe_user 27 10745 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 01:57:01,445 DEBUG fe_user 28 10745 140737189385152 Insert Email
+2017-07-04 01:57:02,840 DEBUG fe_user 31 10745 140737189385152 Insert Password
+2017-07-04 01:57:03,474 DEBUG fe_user 33 10745 140737189385152 Click Login Button
+2017-07-04 01:57:04,476 DEBUG fe_user 35 10745 140737189385152 Login Button clicked
+2017-07-04 01:57:05,042 DEBUG wait 148 10745 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 01:57:08,938 DEBUG wait 148 10745 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 01:57:31,315 ERROR exception_decor 23 10745 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 01:57:31,324 DEBUG logFuncEntry 34 10745 140737189385152 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-04 01:57:31,324 DEBUG logFuncEntry 34 10745 140737189385152 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-04 02:07:00,527 DEBUG db_general 67 13125 140737189385152 Query: SELECT uuid FROM public.ice_checklist_template where name = 'Editing Heat'
+2017-07-04 02:07:00,530 DEBUG db_general 80 13125 140737189385152 Query result: f6d39965-2676-4d9f-96aa-3037a750dee7
+2017-07-04 02:07:00,531 DEBUG logFuncEntry 34 13125 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-07-04 02:07:00,531 DEBUG test_ui_base 48 13125 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+2017-07-04 02:07:05,131 DEBUG fe_user 27 13125 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:07:05,132 DEBUG fe_user 28 13125 140737189385152 Insert Email
+2017-07-04 02:07:06,526 DEBUG fe_user 31 13125 140737189385152 Insert Password
+2017-07-04 02:07:07,163 DEBUG fe_user 33 13125 140737189385152 Click Login Button
+2017-07-04 02:07:08,177 DEBUG fe_user 35 13125 140737189385152 Login Button clicked
+2017-07-04 02:07:08,638 DEBUG wait 148 13125 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:07:16,012 DEBUG logFuncEntry 34 13125 140737189385152 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-07-04 02:07:16,014 DEBUG logFuncEntry 34 13125 140737189385152 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_discard_checklist_tamplate_with_changes>,) | {}
+2017-07-04 02:07:16,046 DEBUG db_general 53 13125 140737189385152 Test result in DB - PASS
+2017-07-04 02:07:16,111 DEBUG test_ui_base 78 13125 140737189385152 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_discard_checklist_tamplate_with_changes ----------------------
+
+2017-07-04 02:07:16,113 DEBUG logFuncEntry 34 13125 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-07-04 02:07:16,113 DEBUG test_ui_base 48 13125 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+2017-07-04 02:07:20,414 DEBUG fe_user 27 13125 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:07:20,415 DEBUG fe_user 28 13125 140737189385152 Insert Email
+2017-07-04 02:07:21,817 DEBUG fe_user 31 13125 140737189385152 Insert Password
+2017-07-04 02:07:22,447 DEBUG fe_user 33 13125 140737189385152 Click Login Button
+2017-07-04 02:07:23,359 DEBUG fe_user 35 13125 140737189385152 Login Button clicked
+2017-07-04 02:07:23,748 DEBUG wait 148 13125 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:07:30,352 DEBUG db_general 67 13125 140737189385152 Query: select uuid from ice_checklist_section where template_id in (select template_id from ice_checklist_template where name='Editing Heat') and name='Editing Heat'
+2017-07-04 02:07:30,355 DEBUG db_general 80 13125 140737189385152 Query result: None
+2017-07-04 02:07:30,355 DEBUG logFuncEntry 34 13125 140737189385152 calling tearDown | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-07-04 02:07:30,355 DEBUG logFuncEntry 34 13125 140737189385152 calling results | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_lineitem_added_and_verify_cl_changed>,) | {}
+2017-07-04 02:07:30,363 DEBUG db_general 53 13125 140737189385152 Test result in DB - PASS
+2017-07-04 02:07:30,425 DEBUG test_ui_base 78 13125 140737189385152 ---------------------- TestCase - End - Class TestChecklistTemplate Function test_lineitem_added_and_verify_cl_changed ----------------------
+
+2017-07-04 02:07:30,425 DEBUG logFuncEntry 34 13125 140737189385152 calling setUp | (<tests.uiTests.test_edit_checklist_template.TestChecklistTemplate testMethod=test_save_checklist_tamplate_after_edit_lineitem>,) | {}
+2017-07-04 02:07:30,426 DEBUG test_ui_base 48 13125 140737189385152 ---------------------- TestCase - Start - Class TestChecklistTemplate Function test_save_checklist_tamplate_after_edit_lineitem ----------------------
+2017-07-04 02:07:34,635 DEBUG fe_user 27 13125 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:07:34,635 DEBUG fe_user 28 13125 140737189385152 Insert Email
+2017-07-04 02:07:36,007 DEBUG fe_user 31 13125 140737189385152 Insert Password
+2017-07-04 02:07:36,644 DEBUG fe_user 33 13125 140737189385152 Click Login Button
+2017-07-04 02:08:00,303 DEBUG api_user 107 13333 140737189385152 Moving to next test case. status=200
+2017-07-04 02:08:00,303 DEBUG api_user 197 13333 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/99373bab-31a1-4cc9-96ed-8370b27a5470/ed8b7e91789445a99dbecfd01290413a
+2017-07-04 02:08:00,332 DEBUG api_user 200 13333 140737189385152 APIUser activated successfully!
+2017-07-04 02:08:00,397 DEBUG api_user 132 13333 140737189385152 200 OK
+2017-07-04 02:08:00,401 DEBUG db_general 153 13333 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 02:08:00,402 DEBUG db_general 164 13333 140737189385152 Query result: 0673d21c-1ff1-47bb-abbe-8126bd5a8469
+2017-07-04 02:08:00,405 DEBUG db_general 153 13333 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 02:08:00,406 DEBUG db_general 164 13333 140737189385152 Query result: 9c64d713-1983-4fc8-ad2a-fe473121a87f
+2017-07-04 02:08:00,878 DEBUG api_virtual_function 73 13333 140737189385152 Virtual Function created successfully!
+2017-07-04 02:08:00,879 DEBUG logFuncEntry 34 13333 140737189385152 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-04 02:08:00,879 DEBUG test_ui_base 48 13333 140737189385152 ---------------------- TestCase - Start - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+2017-07-04 02:08:01,963 DEBUG fe_general 41 13333 140737189385152 Reopen URL: http://127.0.0.1:8181/#/login
+2017-07-04 02:08:03,190 DEBUG fe_detailed_view 199 13333 140737189385152 Login with user dd1122@att.com
+2017-07-04 02:08:03,190 DEBUG fe_user 27 13333 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:08:03,190 DEBUG fe_user 28 13333 140737189385152 Insert Email
+2017-07-04 02:08:04,548 DEBUG fe_user 31 13333 140737189385152 Insert Password
+2017-07-04 02:08:05,170 DEBUG fe_user 33 13333 140737189385152 Click Login Button
+2017-07-04 02:08:06,057 DEBUG fe_user 35 13333 140737189385152 Login Button clicked
+2017-07-04 02:08:06,564 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:08:10,655 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 02:09:15,075 ERROR exception_decor 23 13333 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 02:09:15,081 DEBUG logFuncEntry 34 13333 140737189385152 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-04 02:09:15,081 DEBUG logFuncEntry 34 13333 140737189385152 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_add_and_remove_deployment_targets>,) | {}
+2017-07-04 02:09:15,104 DEBUG db_general 53 13333 140737189385152 Test result in DB - FAIL
+2017-07-04 02:09:15,745 DEBUG test_ui_base 78 13333 140737189385152 ---------------------- TestCase - End - Class TestDetailedView Function test_add_and_remove_deployment_targets ----------------------
+
+2017-07-04 02:09:15,749 DEBUG logFuncEntry 34 13333 140737189385152 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-04 02:09:15,750 DEBUG test_ui_base 48 13333 140737189385152 ---------------------- TestCase - Start - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+2017-07-04 02:09:16,463 DEBUG db_general 92 13333 140737189385152 Query: UPDATE public.ice_deployment_target SET weight=10 WHERE weight=0
+2017-07-04 02:09:16,465 DEBUG db_general 96 13333 140737189385152 Insert query success!
+2017-07-04 02:09:16,469 DEBUG db_general 92 13333 140737189385152 Query: INSERT INTO public.ice_deployment_target( uuid, name, version, ui_visibility, weight) VALUES ('35430075-0ab4-4fe7-8924-710e0a8fa1a6', 'AIC', '333', 'TRUE', 0);
+2017-07-04 02:09:16,495 DEBUG db_general 96 13333 140737189385152 Insert query success!
+2017-07-04 02:09:16,495 DEBUG fe_user 27 13333 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:09:16,495 DEBUG fe_user 28 13333 140737189385152 Insert Email
+2017-07-04 02:09:17,787 DEBUG fe_user 31 13333 140737189385152 Insert Password
+2017-07-04 02:09:18,407 DEBUG fe_user 33 13333 140737189385152 Click Login Button
+2017-07-04 02:09:19,364 DEBUG fe_user 35 13333 140737189385152 Login Button clicked
+2017-07-04 02:09:19,721 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:09:23,803 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 02:09:25,488 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-04 02:09:27,412 DEBUG db_general 92 13333 140737189385152 Query: DELETE FROM public.ice_deployment_target WHERE uuid='35430075-0ab4-4fe7-8924-710e0a8fa1a6'
+2017-07-04 02:09:27,427 DEBUG db_general 96 13333 140737189385152 Insert query success!
+2017-07-04 02:09:27,431 DEBUG db_general 92 13333 140737189385152 Query: UPDATE public.ice_deployment_target SET weight=0 WHERE weight=10
+2017-07-04 02:09:27,432 DEBUG db_general 96 13333 140737189385152 Insert query success!
+2017-07-04 02:09:27,432 DEBUG logFuncEntry 34 13333 140737189385152 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-04 02:09:27,433 DEBUG logFuncEntry 34 13333 140737189385152 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_aic_dropdown_ordering>,) | {}
+2017-07-04 02:09:27,461 DEBUG db_general 53 13333 140737189385152 Test result in DB - PASS
+2017-07-04 02:09:28,100 DEBUG test_ui_base 78 13333 140737189385152 ---------------------- TestCase - End - Class TestDetailedView Function test_aic_dropdown_ordering ----------------------
+
+2017-07-04 02:09:28,102 DEBUG logFuncEntry 34 13333 140737189385152 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-04 02:09:28,103 DEBUG test_ui_base 48 13333 140737189385152 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+2017-07-04 02:09:28,839 DEBUG fe_user 27 13333 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:09:28,839 DEBUG fe_user 28 13333 140737189385152 Insert Email
+2017-07-04 02:09:30,184 DEBUG fe_user 31 13333 140737189385152 Insert Password
+2017-07-04 02:09:30,818 DEBUG fe_user 33 13333 140737189385152 Click Login Button
+2017-07-04 02:09:31,742 DEBUG fe_user 35 13333 140737189385152 Login Button clicked
+2017-07-04 02:09:32,150 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:09:36,126 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 02:09:37,797 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-04 02:09:42,361 DEBUG logFuncEntry 34 13333 140737189385152 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-04 02:09:42,364 DEBUG logFuncEntry 34 13333 140737189385152 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry>,) | {}
+2017-07-04 02:09:42,393 DEBUG db_general 53 13333 140737189385152 Test result in DB - PASS
+2017-07-04 02:09:43,133 DEBUG test_ui_base 78 13333 140737189385152 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry ----------------------
+
+2017-07-04 02:09:43,133 DEBUG logFuncEntry 34 13333 140737189385152 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-04 02:09:43,133 DEBUG test_ui_base 48 13333 140737189385152 ---------------------- TestCase - Start - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+2017-07-04 02:09:43,790 DEBUG fe_user 27 13333 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:09:43,790 DEBUG fe_user 28 13333 140737189385152 Insert Email
+2017-07-04 02:09:45,179 DEBUG fe_user 31 13333 140737189385152 Insert Password
+2017-07-04 02:09:45,796 DEBUG fe_user 33 13333 140737189385152 Click Login Button
+2017-07-04 02:09:46,661 DEBUG fe_user 35 13333 140737189385152 Login Button clicked
+2017-07-04 02:09:46,882 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:09:50,787 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 02:09:52,496 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-04 02:09:57,068 DEBUG logFuncEntry 34 13333 140737189385152 calling tearDown | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-04 02:09:57,068 DEBUG logFuncEntry 34 13333 140737189385152 calling results | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_change_target_lab_entry_via_standard_user>,) | {}
+2017-07-04 02:09:57,076 DEBUG db_general 53 13333 140737189385152 Test result in DB - PASS
+2017-07-04 02:09:57,687 DEBUG test_ui_base 78 13333 140737189385152 ---------------------- TestCase - End - Class TestDetailedView Function test_change_target_lab_entry_via_standard_user ----------------------
+
+2017-07-04 02:09:57,687 DEBUG logFuncEntry 34 13333 140737189385152 calling setUp | (<tests.uiTests.test_detailed_view.TestDetailedView testMethod=test_detailed_view>,) | {}
+2017-07-04 02:09:57,687 DEBUG test_ui_base 48 13333 140737189385152 ---------------------- TestCase - Start - Class TestDetailedView Function test_detailed_view ----------------------
+2017-07-04 02:09:58,312 DEBUG fe_user 27 13333 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 02:09:58,312 DEBUG fe_user 28 13333 140737189385152 Insert Email
+2017-07-04 02:09:59,606 DEBUG fe_user 31 13333 140737189385152 Insert Password
+2017-07-04 02:10:00,229 DEBUG fe_user 33 13333 140737189385152 Click Login Button
+2017-07-04 02:10:01,105 DEBUG fe_user 35 13333 140737189385152 Login Button clicked
+2017-07-04 02:10:01,436 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 02:10:05,416 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 02:10:07,082 DEBUG wait 148 13333 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/detailedview page is loaded.
+2017-07-04 02:10:08,726 DEBUG test_detailed_view 38 13333 140737189385152 Add Deployment Target
+2017-07-04 05:24:10,363 ERROR api_user 112 27332 140737189385152 =========== json error ========
+2017-07-04 05:24:10,365 ERROR api_user 114 27332 140737189385152 r1.content = b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.10.3</center>\r\n</body>\r\n</html>\r\n', status=502
+2017-07-04 05:24:10,365 ERROR api_user 115 27332 140737189385152 =========== json error end ========
+2017-07-04 05:24:40,953 DEBUG api_user 107 27390 140737189385152 Moving to next test case. status=200
+2017-07-04 05:24:40,954 DEBUG api_user 197 27390 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/c7f9fae5-0930-486d-9fe1-450e5813ca4f/cf4a6d0122f946b9b5053fac19609b98
+2017-07-04 05:24:40,985 DEBUG api_user 200 27390 140737189385152 APIUser activated successfully!
+2017-07-04 05:24:41,064 DEBUG api_user 132 27390 140737189385152 200 OK
+2017-07-04 05:24:41,068 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:24:41,070 DEBUG db_general 164 27390 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:24:41,074 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:24:41,075 DEBUG db_general 164 27390 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:24:41,579 DEBUG api_virtual_function 73 27390 140737189385152 Virtual Function created successfully!
+2017-07-04 05:24:41,580 DEBUG logFuncEntry 34 27390 140737189385152 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-07-04 05:24:41,580 DEBUG test_ui_base 48 27390 140737189385152 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-07-04 05:24:42,848 DEBUG api_user 107 27390 140737189385152 Moving to next test case. status=200
+2017-07-04 05:24:42,848 DEBUG api_user 197 27390 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/ca09ce3a-1ef6-4ad6-8a38-6b56cc7b6c31/64ce84c8a8bd481c8d4ef5f1aa06b35b
+2017-07-04 05:24:42,881 DEBUG api_user 200 27390 140737189385152 APIUser activated successfully!
+2017-07-04 05:24:42,963 DEBUG api_user 132 27390 140737189385152 200 OK
+2017-07-04 05:24:42,968 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:24:42,970 DEBUG db_general 164 27390 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:24:42,973 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:24:42,975 DEBUG db_general 164 27390 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:24:43,484 DEBUG api_virtual_function 73 27390 140737189385152 Virtual Function created successfully!
+2017-07-04 05:24:43,484 DEBUG fe_user 27 27390 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 05:24:43,485 DEBUG fe_user 28 27390 140737189385152 Insert Email
+2017-07-04 05:24:44,888 DEBUG fe_user 31 27390 140737189385152 Insert Password
+2017-07-04 05:24:45,516 DEBUG fe_user 33 27390 140737189385152 Click Login Button
+2017-07-04 05:24:46,434 DEBUG fe_user 35 27390 140737189385152 Login Button clicked
+2017-07-04 05:24:46,760 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:24:49,039 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:24:50,952 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 05:24:54,444 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step
+2017-07-04 05:24:54,450 DEBUG logFuncEntry 34 27390 140737189385152 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-07-04 05:24:54,450 DEBUG logFuncEntry 34 27390 140737189385152 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-07-04 05:24:54,484 DEBUG db_general 53 27390 140737189385152 Test result in DB - FAIL
+2017-07-04 05:24:55,145 DEBUG test_ui_base 78 27390 140737189385152 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step ----------------------
+
+2017-07-04 05:24:55,146 DEBUG logFuncEntry 34 27390 140737189385152 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-07-04 05:24:55,146 DEBUG test_ui_base 48 27390 140737189385152 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+2017-07-04 05:24:56,016 DEBUG api_user 107 27390 140737189385152 Moving to next test case. status=200
+2017-07-04 05:24:56,016 DEBUG api_user 197 27390 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/d2bf16c1-2726-4779-b8e3-1c16e70c03ea/4dd9acb1acb64d06a43b01e50ca1efeb
+2017-07-04 05:24:56,041 DEBUG api_user 200 27390 140737189385152 APIUser activated successfully!
+2017-07-04 05:24:56,124 DEBUG api_user 132 27390 140737189385152 200 OK
+2017-07-04 05:24:56,128 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:24:56,129 DEBUG db_general 164 27390 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:24:56,133 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:24:56,135 DEBUG db_general 164 27390 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:24:56,645 DEBUG api_virtual_function 73 27390 140737189385152 Virtual Function created successfully!
+2017-07-04 05:24:56,645 DEBUG fe_user 27 27390 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 05:24:56,645 DEBUG fe_user 28 27390 140737189385152 Insert Email
+2017-07-04 05:24:57,944 DEBUG fe_user 31 27390 140737189385152 Insert Password
+2017-07-04 05:24:58,570 DEBUG fe_user 33 27390 140737189385152 Click Login Button
+2017-07-04 05:24:59,494 DEBUG fe_user 35 27390 140737189385152 Login Button clicked
+2017-07-04 05:24:59,831 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:02,138 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:03,450 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:07,157 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step_via_pr
+2017-07-04 05:25:07,160 DEBUG logFuncEntry 34 27390 140737189385152 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-07-04 05:25:07,160 DEBUG logFuncEntry 34 27390 140737189385152 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step_via_pr>,) | {}
+2017-07-04 05:25:07,194 DEBUG db_general 53 27390 140737189385152 Test result in DB - FAIL
+2017-07-04 05:25:07,909 DEBUG test_ui_base 78 27390 140737189385152 ---------------------- TestCase - End - Class TestNextStep Function test_add_next_step_via_pr ----------------------
+
+2017-07-04 05:25:07,910 DEBUG logFuncEntry 34 27390 140737189385152 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-07-04 05:25:07,910 DEBUG test_ui_base 48 27390 140737189385152 ---------------------- TestCase - Start - Class TestNextStep Function test_complete_next_steps ----------------------
+2017-07-04 05:25:08,875 DEBUG api_user 107 27390 140737189385152 Moving to next test case. status=200
+2017-07-04 05:25:08,875 DEBUG api_user 197 27390 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/7e1eab81-b85a-4440-84c1-1aa4af981682/4b2cefbc98ab4bdbb9892e8d9845044f
+2017-07-04 05:25:08,905 DEBUG api_user 200 27390 140737189385152 APIUser activated successfully!
+2017-07-04 05:25:08,979 DEBUG api_user 132 27390 140737189385152 200 OK
+2017-07-04 05:25:08,983 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:25:08,984 DEBUG db_general 164 27390 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:25:08,988 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:25:08,989 DEBUG db_general 164 27390 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:25:09,454 DEBUG api_virtual_function 73 27390 140737189385152 Virtual Function created successfully!
+2017-07-04 05:25:09,458 DEBUG db_general 258 27390 140737189385152 Query : select uuid from ice_next_step Where engagement_id = '3822573c-1d15-4329-aeea-a5a770aa2eae' and engagement_stage = 'Intake';
+2017-07-04 05:25:09,463 DEBUG db_general 270 27390 140737189385152 Query result: ['6f2d64c3-c0fc-4c8f-8f8a-8cabc160063a', '2979647d-6b2d-4073-9a35-f38ed1535c15']
+2017-07-04 05:25:09,468 DEBUG db_general 179 27390 140737189385152 Query : select id from ice_user_profile Where email = 'STOwE2D@intl.att.com';
+2017-07-04 05:25:09,470 DEBUG db_general 190 27390 140737189385152 Query result: 10
+2017-07-04 05:25:09,474 DEBUG db_general 179 27390 140737189385152 Query : select uuid from ice_next_step Where owner_id = '10';
+2017-07-04 05:25:09,476 DEBUG db_general 190 27390 140737189385152 Query result: d2add0a7-510b-4ac2-a69c-31263615c845
+2017-07-04 05:25:09,479 DEBUG db_general 312 27390 140737189385152 UPDATE ice_next_step SET position = '1' Where uuid = 'd2add0a7-510b-4ac2-a69c-31263615c845';
+2017-07-04 05:25:09,486 DEBUG db_general 315 27390 140737189385152 Query : UPDATE ice_next_step SET position = '1' Where uuid = 'd2add0a7-510b-4ac2-a69c-31263615c845';
+2017-07-04 05:25:09,486 DEBUG fe_user 27 27390 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 05:25:09,487 DEBUG fe_user 28 27390 140737189385152 Insert Email
+2017-07-04 05:25:10,854 DEBUG fe_user 31 27390 140737189385152 Insert Password
+2017-07-04 05:25:11,507 DEBUG fe_user 33 27390 140737189385152 Click Login Button
+2017-07-04 05:25:12,420 DEBUG fe_user 35 27390 140737189385152 Login Button clicked
+2017-07-04 05:25:12,614 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:14,830 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:16,711 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 05:25:28,592 DEBUG logFuncEntry 34 27390 140737189385152 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-07-04 05:25:28,593 DEBUG logFuncEntry 34 27390 140737189385152 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_complete_next_steps>,) | {}
+2017-07-04 05:25:28,605 DEBUG db_general 53 27390 140737189385152 Test result in DB - PASS
+2017-07-04 05:25:29,289 DEBUG test_ui_base 78 27390 140737189385152 ---------------------- TestCase - End - Class TestNextStep Function test_complete_next_steps ----------------------
+
+2017-07-04 05:25:29,289 DEBUG logFuncEntry 34 27390 140737189385152 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-07-04 05:25:29,289 DEBUG test_ui_base 48 27390 140737189385152 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step ----------------------
+2017-07-04 05:25:30,040 DEBUG api_user 107 27390 140737189385152 Moving to next test case. status=200
+2017-07-04 05:25:30,040 DEBUG api_user 197 27390 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/3de8296a-0463-405c-8cbd-6d41473a708e/08345446fc3d45a69e5d4d4c4c86fcb2
+2017-07-04 05:25:30,069 DEBUG api_user 200 27390 140737189385152 APIUser activated successfully!
+2017-07-04 05:25:30,143 DEBUG api_user 132 27390 140737189385152 200 OK
+2017-07-04 05:25:30,147 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:25:30,149 DEBUG db_general 164 27390 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:25:30,152 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:25:30,153 DEBUG db_general 164 27390 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:25:30,769 DEBUG api_virtual_function 73 27390 140737189385152 Virtual Function created successfully!
+2017-07-04 05:25:30,769 DEBUG fe_user 27 27390 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 05:25:30,769 DEBUG fe_user 28 27390 140737189385152 Insert Email
+2017-07-04 05:25:32,071 DEBUG fe_user 31 27390 140737189385152 Insert Password
+2017-07-04 05:25:32,707 DEBUG fe_user 33 27390 140737189385152 Click Login Button
+2017-07-04 05:25:33,592 DEBUG fe_user 35 27390 140737189385152 Login Button clicked
+2017-07-04 05:25:33,980 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:36,199 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:37,488 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:25:38,658 DEBUG db_general 258 27390 140737189385152 Query : select uuid from ice_next_step Where engagement_id = '2c888368-20b6-4e33-b0ae-ccbd79b93b23' and engagement_stage = 'Intake';
+2017-07-04 05:25:38,660 DEBUG db_general 270 27390 140737189385152 Query result: ['38bf5a52-f2de-4d1e-a2c8-4a877fab379b', '9b5c32cb-c130-44e1-9731-6b090ac650cf']
+2017-07-04 05:26:40,051 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_delete_next_step
+2017-07-04 05:26:40,053 DEBUG logFuncEntry 34 27390 140737189385152 calling tearDown | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-07-04 05:26:40,053 DEBUG logFuncEntry 34 27390 140737189385152 calling results | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step>,) | {}
+2017-07-04 05:26:40,082 DEBUG db_general 53 27390 140737189385152 Test result in DB - FAIL
+2017-07-04 05:26:40,783 DEBUG test_ui_base 78 27390 140737189385152 ---------------------- TestCase - End - Class TestNextStep Function test_delete_next_step ----------------------
+
+2017-07-04 05:26:40,783 DEBUG logFuncEntry 34 27390 140737189385152 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_delete_next_step_via_pr>,) | {}
+2017-07-04 05:26:40,784 DEBUG test_ui_base 48 27390 140737189385152 ---------------------- TestCase - Start - Class TestNextStep Function test_delete_next_step_via_pr ----------------------
+2017-07-04 05:26:41,584 DEBUG api_user 107 27390 140737189385152 Moving to next test case. status=200
+2017-07-04 05:26:41,584 DEBUG api_user 197 27390 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/6e772e8a-295e-4285-af8f-90feb6ff350d/a4e4d736c05047d3b0c11f64a497d214
+2017-07-04 05:26:41,612 DEBUG api_user 200 27390 140737189385152 APIUser activated successfully!
+2017-07-04 05:26:41,678 DEBUG api_user 132 27390 140737189385152 200 OK
+2017-07-04 05:26:41,682 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:26:41,683 DEBUG db_general 164 27390 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:26:41,686 DEBUG db_general 153 27390 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:26:41,688 DEBUG db_general 164 27390 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:26:42,149 DEBUG api_virtual_function 73 27390 140737189385152 Virtual Function created successfully!
+2017-07-04 05:26:42,149 DEBUG fe_user 27 27390 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 05:26:42,149 DEBUG fe_user 28 27390 140737189385152 Insert Email
+2017-07-04 05:26:43,458 DEBUG fe_user 31 27390 140737189385152 Insert Password
+2017-07-04 05:26:44,087 DEBUG fe_user 33 27390 140737189385152 Click Login Button
+2017-07-04 05:26:45,004 DEBUG fe_user 35 27390 140737189385152 Login Button clicked
+2017-07-04 05:26:45,422 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:26:47,615 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:26:49,430 DEBUG wait 148 27390 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
+2017-07-04 05:26:50,465 DEBUG db_general 258 27390 140737189385152 Query : select uuid from ice_next_step Where engagement_id = '773b1c6a-d1a2-4232-a698-ed831a728061' and engagement_stage = 'Intake';
+2017-07-04 05:26:50,467 DEBUG db_general 270 27390 140737189385152 Query result: ['5b385378-d5d4-4132-8064-2fa93744701b', '0350bc3d-8323-44fd-a702-8d0c676cdcb7']
+2017-07-04 05:27:44,308 DEBUG api_user 107 27653 140737189385152 Moving to next test case. status=200
+2017-07-04 05:27:44,309 DEBUG api_user 197 27653 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/5a653bb1-850a-4a17-8235-45edbc231158/827da830e83b4285b4abc98bc56873fd
+2017-07-04 05:27:44,336 DEBUG api_user 200 27653 140737189385152 APIUser activated successfully!
+2017-07-04 05:27:44,408 DEBUG api_user 132 27653 140737189385152 200 OK
+2017-07-04 05:27:44,412 DEBUG db_general 153 27653 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:27:44,413 DEBUG db_general 164 27653 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:27:44,417 DEBUG db_general 153 27653 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:27:44,419 DEBUG db_general 164 27653 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:27:44,897 DEBUG api_virtual_function 73 27653 140737189385152 Virtual Function created successfully!
+2017-07-04 05:27:44,898 DEBUG logFuncEntry 34 27653 140737189385152 calling setUp | (<tests.uiTests.test_next_step.TestNextStep testMethod=test_add_next_step>,) | {}
+2017-07-04 05:27:44,898 DEBUG test_ui_base 48 27653 140737189385152 ---------------------- TestCase - Start - Class TestNextStep Function test_add_next_step ----------------------
+2017-07-04 05:27:50,503 DEBUG api_user 107 27653 140737189385152 Moving to next test case. status=200
+2017-07-04 05:27:50,504 DEBUG api_user 197 27653 140737189385152 http://127.0.0.1:8181/ice/v1/engmgr/iceusers/activate/4f0618e4-d490-4658-9128-d9b63ec0b7ea/c5b9a1183a2245d58634124ce3d17a6f
+2017-07-04 05:27:50,540 DEBUG api_user 200 27653 140737189385152 APIUser activated successfully!
+2017-07-04 05:27:50,612 DEBUG api_user 132 27653 140737189385152 200 OK
+2017-07-04 05:27:50,616 DEBUG db_general 153 27653 140737189385152 Query : select uuid from ice_deployment_target;
+2017-07-04 05:27:50,618 DEBUG db_general 164 27653 140737189385152 Query result: 37331bb5-8f85-4e0e-8214-517d6e7c848b
+2017-07-04 05:27:50,622 DEBUG db_general 153 27653 140737189385152 Query : select uuid from ice_ecomp_release;
+2017-07-04 05:27:50,623 DEBUG db_general 164 27653 140737189385152 Query result: 6c4a55fb-ecfa-4ba5-9d80-8bc68f173745
+2017-07-04 05:27:51,181 DEBUG api_virtual_function 73 27653 140737189385152 Virtual Function created successfully!
+2017-07-04 05:27:53,189 DEBUG fe_user 27 27653 140737189385152 Verifying and Insert Login page elements:
+2017-07-04 05:27:53,190 DEBUG fe_user 28 27653 140737189385152 Insert Email
+2017-07-04 05:27:54,599 DEBUG fe_user 31 27653 140737189385152 Insert Password
+2017-07-04 05:27:55,246 DEBUG fe_user 33 27653 140737189385152 Click Login Button
+2017-07-04 05:27:56,158 DEBUG fe_user 35 27653 140737189385152 Login Button clicked
+2017-07-04 05:27:56,597 DEBUG wait 148 27653 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:27:59,654 DEBUG wait 148 27653 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/dashboard page is loaded.
+2017-07-04 05:28:01,449 DEBUG wait 148 27653 140737189385152 Checking if http://127.0.0.1:8181/#/dashboard/overview page is loaded.
diff --git a/web/settings/logs/ice-info.log b/web/settings/logs/ice-info.log
new file mode 100755
index 0000000..fde8b57
--- /dev/null
+++ b/web/settings/logs/ice-info.log
@@ -0,0 +1,7431 @@
+2017-03-08 04:39:07,861 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:39:16,590 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:39:27,067 ERROR test_dashboard_feature 62 64543 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You () not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:39:31,912 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:39:40,638 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:43:41,165 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:43:49,708 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:45:39,419 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:45:48,091 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:51:01,334 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:51:09,971 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:31,667 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:55:38,420 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:55:47,451 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:54,946 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:55:56,958 ERROR exception_decor 21 65923 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:56:58,466 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b3f7b020-1887-48db-ab01-02d2d9c7b4ce. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:56:58,586 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:57:00,341 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9db690b5-66f3-4d5f-b0aa-aa5696c5eac3. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,516 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,536 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:57:00,681 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:04,415 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8937ca13-352d-4b6e-894a-fd2e73fc2b1e. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,570 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,720 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:06,089 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:57:06,238 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1af5c013-5d3c-4967-a22c-6dcd2f28fc9e. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:06,664 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:07,096 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:08,726 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:08,853 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:09,015 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:10,620 ERROR api_virtual_function 95 66223 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:57:12,449 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,557 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,660 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:14,213 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4db9d949-2ce3-4c2c-a46d-f33875d2ca19. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,334 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,487 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,674 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:57:22,666 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:57:31,944 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:57:37,019 ERROR fe_user 40 66225 140736596902848 Login FAILED: email=STwjFUb@intl.att.com password=iceusers
+2017-03-08 04:57:37,020 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 04:57:37,024 ERROR exception_decor 21 66226 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:57:37,044 ERROR fe_user 40 66224 140736596902848 Login FAILED: email=STfUHby@intl.att.com password=iceusers
+2017-03-08 04:57:37,045 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:57:37,047 ERROR test_dashboard_feature 62 66223 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (2) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:58:51,184 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c4d2ad94-8b11-4664-a7b2-67e45589a930. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:51,302 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:53,113 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 12fcb21a-8d88-44ff-a008-158c72709503. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,158 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:58:53,301 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,485 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:57,217 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e73993a-1ac6-4885-9325-639eac9d561a. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,349 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,490 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:58,601 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a025a7bd-338d-4407-af0b-7542ae55f8a1. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,100 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,242 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:58:59,492 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:59:01,192 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,321 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,480 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:03,016 ERROR api_virtual_function 95 66766 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:59:04,916 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,038 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,150 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:06,747 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2dc6c0b9-5fad-460c-80a0-3041594dd071. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:06,888 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,001 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,826 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:59:15,062 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:59:24,139 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:59:31,049 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:59:33,182 ERROR fe_user 40 66768 140736596902848 Login FAILED: email=ST2mkpL@intl.att.com password=iceusers
+2017-03-08 04:59:33,187 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:02:17,841 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4b2740ee-5754-4490-abdd-dcfd7a9e4fe8. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:17,955 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:19,642 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6ab496ae-2964-4bd7-9342-3faac83d530c. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,772 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,821 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 05:02:19,946 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:22,896 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c21908b2-d9a1-4c8c-b6a5-71bb10ab61cd. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,136 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,414 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:24,644 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ff095d3-2cc3-4df7-9ae5-a1037e318400. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:24,989 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:25,418 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:26,446 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:02:27,261 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,565 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,770 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:29,970 ERROR api_virtual_function 95 67425 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:02:31,697 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:31,993 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:32,168 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:33,378 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3774213c-72b8-4ad3-80cd-21998b21fc2a. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,497 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,685 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:35,952 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:02:43,277 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_page
+2017-03-08 05:02:52,337 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 05:02:59,084 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 05:03:02,372 ERROR test_dashboard_feature 62 67425 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (3) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 05:03:02,543 ERROR fe_user 40 67427 140736596902848 Login FAILED: email=STzUsJ2@intl.att.com password=iceusers
+2017-03-08 05:03:02,544 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:03:21,559 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_FAQ
+2017-03-08 05:03:40,417 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_News
+2017-03-08 05:03:45,362 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_clone_decision_auditlogs
+2017-03-08 05:03:59,075 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_checklist_without_files
+2017-03-08 05:04:04,804 ERROR test_cms_news_and_announcementsion 64 67427 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to go to Announcement page.', Exception('Text - title_Of_Page_STm6YEj not found in ID title_Of_Page_STm6YEj', 'title_Of_Page_STm6YEj'))
+2017-03-08 05:04:04,804 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_search_documentation
+2017-03-08 05:04:09,172 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_5_last_Announcement_displayed
+2017-03-08 05:04:13,703 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_expired_post_Announcement
+2017-03-08 05:04:19,562 ERROR test_checklist_validations 276 67426 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to reject checklist.', AttributeError("type object 'Dashboard' has no attribute 'DBChecklist'",))
+2017-03-08 05:04:19,562 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reject_anytime_checklist
+2017-03-08 05:04:22,032 ERROR fe_user 40 67425 140736596902848 Login FAILED: email=admin_ro@att.com password=iceusers
+2017-03-08 05:04:58,644 ERROR test_left_nav_panel 142 67427 140736596902848 _-_-_-_-_- Unexpected error: id() takes 1 positional argument but 2 were given
+2017-03-08 05:05:48,749 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_delete_next_step
+2017-03-08 05:06:00,201 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_filtering_by_files_states
+2017-03-08 05:06:02,144 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_notification_page_sanity
+2017-03-08 05:06:08,604 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_next_steps_for_new_user
+2017-03-08 05:06:14,727 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_validate_notifications
+2017-03-08 05:06:22,022 ERROR test_login_with_new_user 513 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:33,147 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reset_password
+2017-03-08 05:06:45,786 ERROR test_login_with_new_user 268 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:46,412 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:46,413 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_invalid
+2017-03-08 05:06:54,056 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:54,587 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_valid
+2017-03-08 05:07:00,765 ERROR fe_user 40 67426 140736596902848 Login FAILED: email=STJquxF@intl.att.com password=iceusers
+2017-03-08 05:07:00,766 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_and_activateUser
+2017-03-08 05:07:05,184 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_signup_page_sanity
+2017-03-08 05:33:01,324 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4640f0cf-381d-4449-addb-ba1115167372. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:01,444 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:03,486 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 95e44d2e-5ffc-41b4-a010-18c7289ae351. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,651 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,805 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:06,174 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cc322add-40f6-4712-8926-db241238706e. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,346 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,735 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:08,062 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e7863506-0dee-47b3-8d5b-cc4cecb89e25. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,303 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,781 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:09,351 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:33:11,798 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,031 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,301 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:14,399 ERROR api_virtual_function 95 70950 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:33:16,322 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,468 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,597 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:18,319 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:33:18,751 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2804b8d0-12e6-47f4-a1da-0d3cf70c18a0. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:18,918 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:19,084 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-16 09:57:39,553 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b6fc588a-05f4-4b0d-b653-7c3f5180512c. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:40,031 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:43,179 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f1b370aa-1971-4d6a-863f-3dc42995b001. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,370 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,554 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:48,926 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9d6663e-d40a-49fc-8c7f-69f5a4838706. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,234 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,504 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,820 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 09:57:52,045 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e4a2b425-36f9-4cdc-8f78-34dc3343c212. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,606 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,994 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:55,127 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,328 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,549 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:58,497 ERROR api_virtual_function 95 74172 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 09:57:59,791 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 09:58:01,866 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:01,928 ERROR fe_user 41 74173 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:01,930 ERROR exception_decor 21 74173 140736596902848 There was an exception in test_admin_page
+2017-03-16 09:58:02,262 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:02,406 ERROR fe_user 41 74175 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:02,407 ERROR exception_decor 21 74175 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 09:58:03,144 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:17,239 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89c0ed03-6aef-4d64-b86b-0a0fd1778938. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:17,390 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:19,214 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 193961e3-3411-4b0e-9e9d-ca89dae08a8b. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,463 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,719 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:23,186 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3fa54f75-1452-4b9c-beeb-04864895e857. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,387 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,878 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:27,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89df5960-23ba-4240-b184-2b6d6cc3da9e. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:27,274 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:00:27,650 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:28,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:30,219 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,405 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,648 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:33,515 ERROR api_virtual_function 95 74623 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:00:35,984 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,165 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,352 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:37,105 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:00:39,131 ERROR fe_user 41 74624 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:39,132 ERROR exception_decor 21 74624 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:00:39,948 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7bb10e50-48db-4d16-a9be-ab8aba0bfee9. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,075 ERROR fe_user 41 74626 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:40,076 ERROR exception_decor 21 74626 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 10:00:40,559 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,857 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:01:27,878 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 63cd77b4-21ab-4ab4-b6dd-0f1f355ca353. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:28,110 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:30,096 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e9cf42eb-c7f2-42e5-aa0b-9eae34225aff. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,339 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,526 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:34,779 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f2250a09-0016-4a7b-9f9c-8fb54d33a4a8. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,017 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,256 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:36,622 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:01:37,194 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6c8fc440-fab6-4e18-b346-68ed5f368a88. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:37,615 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:38,034 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:39,842 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,046 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,278 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:42,921 ERROR api_virtual_function 95 75090 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:01:45,093 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,335 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,412 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:01:45,616 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:47,629 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8e056288-0ded-44d4-afdf-471fdff30aea. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:47,736 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:48,841 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f12516d0-6ffb-4c33-bf30-ac7651e223ba. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:48,950 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:49,051 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:50,824 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d7be35b4-8d6d-46af-b3c4-7a247c28a3e8. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:50,928 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,032 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,769 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2999c76-9605-439a-a4a0-c2f9ee07375e. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:51,978 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,199 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,973 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,075 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,187 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:54,247 ERROR api_virtual_function 95 75472 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:03:55,262 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,366 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,469 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:56,491 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7edd3ec4-0df2-476f-af32-a3254c694619. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,598 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 10079e08-8b20-4b7f-8bbe-4c4542ad6688. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,706 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:19:50,088 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5f46498-4933-45c9-a492-644f822ee589. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:50,195 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:51,205 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 547c5334-885a-47b1-b459-5c3ffee98419. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,313 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,420 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:53,160 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 88afb9fd-583b-4569-a843-d377162fbead. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,265 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,379 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:54,184 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a2007ab0-7b9c-442e-aa6c-237596421cc2. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,406 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,621 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:55,416 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,524 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,632 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:57,008 ERROR api_virtual_function 95 76178 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:19:58,027 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,144 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,252 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:59,300 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e329fc56-e8db-4565-9cdb-3f8d3d4285b1. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,414 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,523 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:20:48,140 ERROR exception_decor 21 76444 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:25:23,757 ERROR exception_decor 21 76570 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:34:43,466 ERROR exception_decor 21 76723 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:21,852 ERROR exception_decor 21 77084 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:49,648 ERROR exception_decor 21 77179 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:37:25,340 ERROR exception_decor 21 77248 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:38:38,101 ERROR exception_decor 21 77336 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:39:04,627 ERROR exception_decor 21 77395 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:41:14,642 ERROR exception_decor 21 77468 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:42:51,636 ERROR exception_decor 21 77617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:43:51,171 ERROR exception_decor 21 77683 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:46:28,004 ERROR exception_decor 21 77781 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:47:27,278 ERROR exception_decor 21 77889 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:53:53,757 ERROR exception_decor 21 78186 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:58:28,199 ERROR exception_decor 21 78430 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:59:11,698 ERROR exception_decor 21 78471 140736596902848 There was an exception in test_admin_page
+2017-03-16 11:01:19,364 ERROR exception_decor 21 78599 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:02:44,720 ERROR exception_decor 21 78674 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:05:58,948 ERROR exception_decor 21 78814 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:07:24,431 ERROR exception_decor 21 78880 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:12:02,673 ERROR exception_decor 21 78957 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:13,940 ERROR exception_decor 21 79171 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:32,677 ERROR exception_decor 21 79357 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:25:37,571 ERROR exception_decor 21 79421 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:00,034 ERROR exception_decor 21 79779 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:50,973 ERROR exception_decor 21 79831 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:31:43,256 ERROR exception_decor 21 79963 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:38:03,931 ERROR exception_decor 21 84343 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:40:00,364 ERROR exception_decor 21 84458 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:42:21,726 ERROR exception_decor 21 84577 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-04-05 07:40:05,472 ERROR exception_decor 21 28611 140736398640064 There was an exception in test_update_status_via_other_el
+2017-04-05 07:45:13,551 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:13,647 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:14,571 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8487f083-0cb0-4ee9-a613-5cd6afb6c1ec. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,673 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,769 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:25,987 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:26,200 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:28,353 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 82dfe31e-aaa5-40c6-8d1b-debf73599f78. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,613 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fcd63d13-a633-4155-a394-a2cc047796d7. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,845 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:32,669 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f3bdf161-cc8f-439a-aeda-a7956545dd79. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:33,164 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:34,553 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b20c2095-0529-46dc-9948-b7b795fb3e4f. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:34,944 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:35,225 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:36,590 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,726 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,867 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:38,776 ERROR api_virtual_function 95 29043 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:45:40,717 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,835 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,953 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:42,386 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2dd495c-632d-49f2-8b16-0a5bf76931ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,526 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,823 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:46:16,721 ERROR exception_decor 21 29043 140736398640064 There was an exception in test_detailed_view
+2017-04-05 07:47:51,801 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:52,012 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:53,790 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f03a3735-6e92-4bcc-948e-00875502add4. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,115 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,315 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:57,474 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4cfc1d1c-02a0-43d8-9575-a172c204ebcf. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:47:58,628 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:48:00,793 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7320ab3e-3376-4862-89f6-2a34ff33485f. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,095 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,472 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:04,863 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,027 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,360 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:09,554 ERROR api_virtual_function 95 30030 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:48:11,782 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:11,958 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:12,115 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:14,621 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9982b65-f971-4b20-9643-f4d569853900. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,737 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,855 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:24,275 ERROR exception_decor 21 30032 140736398640064 There was an exception in test_Create_New_Checklist
+2017-04-05 07:49:02,473 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:02,592 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:04,500 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 15fb69ab-c390-446b-99d3-4adbdd222d33. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,719 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bb080337-8164-4329-95c6-f4112489be0c. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,867 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:08,353 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1ee2038c-0e04-4151-8971-5a6c67878414. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:09,078 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:11,018 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b89f9946-3d4d-43d3-bd82-a8ebd04ea414. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,362 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,721 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:13,547 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,719 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,859 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:16,570 ERROR api_virtual_function 95 30558 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:49:18,606 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,752 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,868 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:21,827 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c0a017b8-2b74-4314-820c-fafcc1ebd271. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,012 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,234 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:54:43,019 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:43,148 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:44,857 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ae68181a-3cd0-4f8c-a178-260562679301. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:44,960 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:45,051 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:47,846 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 623d9939-adde-4b99-827a-a8d58a7a720d. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:48,115 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:49,373 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: caebf2d0-0514-4995-9061-865aa7804633. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:49,665 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:50,017 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:51,935 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,090 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,218 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:53,981 ERROR api_virtual_function 95 908 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:54:55,489 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,635 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,764 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:57,097 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1129d8c5-f083-4588-ab13-db49dc4916ee. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,216 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: eece2a8f-b8d6-43bc-90a7-acc024742671. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,330 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:55:15,548 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STr840Q@intl.att.com password=iceusers
+2017-04-05 07:55:15,549 ERROR exception_decor 21 908 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 07:55:37,721 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 07:55:56,185 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_page
+2017-04-05 07:56:14,335 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STG8HdB@intl.att.com password=iceusers
+2017-04-05 07:56:14,336 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 07:56:32,830 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 07:56:50,483 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 07:57:10,358 ERROR exception_decor 21 908 140736510014400 There was an exception in test_search_documentation
+2017-04-05 07:57:28,356 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STUOS9w@intl.att.com password=iceusers
+2017-04-05 07:57:28,357 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 07:57:46,378 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STbjfMq@intl.att.com password=iceusers
+2017-04-05 07:57:46,379 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:17:40,982 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:41,098 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:42,794 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 51121644-4190-40b9-b381-beb0a6b9e008. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:42,948 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:43,117 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:45,749 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fc891ac3-b3b9-49c6-90ca-c4c3b138eb73. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:46,240 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:47,345 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e089b07a-fd99-40e7-a744-650056d1d06a. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,599 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,887 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:49,383 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,555 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,729 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:51,961 ERROR api_virtual_function 95 6533 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:17:54,073 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,225 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,365 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:56,047 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 121827ca-bc42-4236-ad4e-40417064254b. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,158 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,300 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:18:08,022 ERROR exception_decor 21 6533 140736510014400 There was an exception in test_discard_checklist_tamplate_with_changes
+2017-04-05 08:18:30,786 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:30,910 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:32,581 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: aa37aae3-a7d1-4ad2-a6f1-52126a10000c. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,718 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,839 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:35,932 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7f49f080-40c9-4e72-8c00-55820fb5571c. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,414 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,444 ERROR fe_user 42 6983 140736510014400 Login FAILED: email=STXlji6@intl.att.com password=iceusers
+2017-04-05 08:18:36,445 ERROR exception_decor 21 6983 140736510014400 There was an exception in test_Create_New_Checklist
+2017-04-05 08:18:49,912 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:49,999 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:50,915 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 483e6432-c9c3-41c4-8f82-c8fea809266d. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,009 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,099 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:52,669 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ff3964f3-3ecc-41e2-b447-792131afe274. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:52,902 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:53,580 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a3726a3f-947f-491a-a30f-91434134729c. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,773 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,969 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:54,683 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,775 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,866 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:55,842 ERROR api_virtual_function 95 7122 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:18:56,756 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,851 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,943 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:57,859 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2530326a-5eb2-4dca-b5d1-24ef2ad49555. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:57,958 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:58,058 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:26:29,329 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STtlgme@intl.att.com password=iceusers
+2017-04-05 08:26:29,330 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:26:49,762 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:27:07,103 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:27:24,258 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STkrye2@intl.att.com password=iceusers
+2017-04-05 08:27:24,259 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:27:41,132 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:27:58,060 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:28:16,641 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:28:34,103 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=ST8Dv3t@intl.att.com password=iceusers
+2017-04-05 08:28:34,104 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:28:51,069 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STw3hdJ@intl.att.com password=iceusers
+2017-04-05 08:28:51,070 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:30:39,107 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_filtering_by_stage_completed
+2017-04-05 08:49:40,507 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:40,608 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:42,340 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b5ab5e46-d21e-4168-992e-84cbb5f831cb. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,478 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,636 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:44,891 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bdad506b-ab31-4002-bc5d-1ec003e3a4dc. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:45,402 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:46,881 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e269ee6-87e1-41c6-96fb-32b0f53abf3f. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,082 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,276 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:48,567 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,724 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,931 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:51,299 ERROR api_virtual_function 95 9808 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:49:53,223 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,363 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,474 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:54,873 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 83a088e6-8247-4506-869e-a49dca4b2fb4. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,073 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,233 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:50:13,495 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STBsnTf@intl.att.com password=iceusers
+2017-04-05 08:50:13,496 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:50:35,789 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:50:54,181 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:51:13,258 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=ST7GqYI@intl.att.com password=iceusers
+2017-04-05 08:51:13,259 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:51:32,502 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:51:51,400 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:52:11,201 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:52:30,442 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STDNLGM@intl.att.com password=iceusers
+2017-04-05 08:52:30,443 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:52:48,925 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STaCK2c@intl.att.com password=iceusers
+2017-04-05 08:52:48,926 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:55:07,674 ERROR api_user 218 9809 140736510014400 POST request failed to sign up the invited team member, see response >>> 200 OK
+b'{"full_name":"ST0rcUV","email":"ST94rvY@att.com","uuid":"51bca254-da3c-4466-9628-aeeadbfe6228","role":{"id":1,"uuid":"7dcafa0c-9b8a-4408-a4e6-e228fd5378e5","name":"standard_user"},"user":{"is_active":false,"email":"ST94rvY@att.com","activation_token":"8cd310c7d4e74566bf803ef6e6ca468a"},"company":{"id":1,"uuid":"8096266d-ddf0-4f14-ac4b-05f0d70c5cad","name":"AT&T","public":true},"phone_number":"+12017992776","eng_uuid":"a17b2446-079d-41ea-9970-eb01a9d360a4","token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo0MzksImVtYWlsIjoiU1Q5NHJ2WUBhdHQuY29tIiwidXNlcm5hbWUiOiJTVDk0cnZZQGF0dC5jb20iLCJleHAiOjE0OTE0ODY5MDd9.TxDfI0iVd4zYCUorGkj_WL5ECKeml0lC1Ulqw786GSQ"}'
+2017-04-05 08:55:07,674 ERROR exception_decor 21 9809 140736510014400 There was an exception in test_add_att_sposnsor
+2017-04-19 09:42:32,552 ERROR exception_decor 23 62099 140736103490496 There was an exception in test_admin_page
+2017-04-19 09:42:57,515 ERROR exception_decor 23 62137 140736103490496 There was an exception in test_admin_page
+2017-04-19 10:06:21,270 ERROR exception_decor 23 63062 140736103490496 There was an exception in test_negative_admin_page
+2017-04-23 23:50:47,560 ERROR exception_decor 23 9199 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:52:45,316 ERROR exception_decor 23 9242 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:53:36,300 ERROR exception_decor 23 9291 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:03,302 ERROR fe_user 42 9389 140736342762432 Login FAILED: email=STcYjJ6@intl.att.com password=iceusers
+2017-04-23 23:59:03,306 ERROR exception_decor 23 9389 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:52,749 ERROR exception_decor 23 9473 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:05:42,518 ERROR exception_decor 23 9566 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:14:26,370 ERROR exception_decor 23 9838 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:15:13,160 ERROR exception_decor 23 9896 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:35:31,486 ERROR exception_decor 23 10924 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 01:03:36,073 ERROR exception_decor 23 12071 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:04:49,391 ERROR exception_decor 23 12132 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:12:58,468 ERROR exception_decor 23 12375 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:14:54,362 ERROR exception_decor 23 12559 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:16:21,833 ERROR exception_decor 23 12612 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:17,254 ERROR exception_decor 23 12780 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:59,846 ERROR exception_decor 23 12839 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:00,955 ERROR exception_decor 23 12942 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:52,304 ERROR exception_decor 23 13008 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:26:27,580 ERROR fe_user 42 13025 140736342762432 Login FAILED: email=hs0007@att.com password=iceusers
+2017-04-24 01:26:27,583 ERROR exception_decor 23 13025 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:27:17,586 ERROR fe_user 42 13055 140736342762432 Login FAILED: email=dd1122@att.com password=iceusers
+2017-04-24 01:27:17,589 ERROR exception_decor 23 13055 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-24 01:30:44,151 ERROR exception_decor 23 13188 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:32:09,465 ERROR exception_decor 23 13260 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:34:14,110 ERROR exception_decor 23 13324 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 06:31:52,038 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-24 06:31:55,761 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_XSS_script
+2017-04-24 06:32:19,967 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_att_sposnsor
+2017-04-24 06:32:43,740 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vendor_contact
+2017-04-24 06:32:47,463 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vf
+2017-04-24 06:33:12,970 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_current_status
+2017-04-24 06:33:16,575 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_existing_user
+2017-04-24 06:33:40,717 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user
+2017-04-24 06:34:05,200 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user_att_sposnsor
+2017-04-24 06:34:45,044 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_validate_account_form
+2017-04-25 02:08:31,725 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-25 02:08:35,458 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:14:15,782 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_detailed_view
+2017-04-25 02:14:19,466 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_edit_ecomp_release_and_aic
+2017-04-25 02:14:23,221 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_negative_role_for_deployment_targets
+2017-04-25 02:14:26,905 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_role_for_deployment_targets
+2017-04-25 02:17:11,621 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_progress_bar_ui
+2017-04-25 02:17:15,344 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-25 02:17:19,034 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-25 02:34:47,836 ERROR exception_decor 23 40729 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:39:34,978 ERROR exception_decor 23 41585 140736342762432 There was an exception in test_XSS_script
+2017-04-25 03:52:48,418 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step
+2017-04-25 03:53:09,734 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 03:53:42,825 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 03:54:24,439 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 03:54:45,092 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 03:55:26,237 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 03:55:46,984 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 04:02:16,483 ERROR exception_decor 23 43248 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:04:38,198 ERROR exception_decor 23 43301 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:05:23,322 ERROR exception_decor 23 43379 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:06:33,086 ERROR exception_decor 23 43465 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:12:10,585 ERROR exception_decor 23 43632 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:18:19,802 ERROR exception_decor 23 43746 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:28:54,089 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 05:29:27,373 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:30:08,405 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:30:29,185 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:31:11,432 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:31:31,416 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 05:32:35,598 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_add_next_step
+2017-04-25 05:33:20,251 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:34:01,386 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:34:21,931 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:34:42,699 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_step_with_empty_associated_files
+2017-04-25 05:35:03,663 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:35:24,057 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:25:14,340 ERROR exception_decor 23 47139 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:19,506 ERROR exception_decor 23 47230 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:56,931 ERROR exception_decor 23 47282 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:27:56,379 ERROR exception_decor 23 47326 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:29:10,246 ERROR exception_decor 23 47391 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:31:29,013 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 06:32:11,148 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:32:31,375 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:33:12,830 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 06:33:33,250 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:39:40,707 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:40:01,589 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:40:57,657 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:43:04,932 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:43:25,304 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:43:45,170 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:46:05,177 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:46:25,542 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:46:45,473 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:44:43,269 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:45:11,962 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:48:25,954 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:51:41,178 ERROR exception_decor 23 49996 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:56:15,776 ERROR exception_decor 23 50124 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:59:41,619 ERROR exception_decor 23 50364 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:03:35,661 ERROR exception_decor 23 51056 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:04:21,770 ERROR exception_decor 23 51083 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:05:30,899 ERROR exception_decor 23 51134 140736342762432 There was an exception in test_next_steps_ordering
+2017-05-01 04:16:51,893 ERROR exception_decor 23 8219 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:21:56,239 ERROR exception_decor 23 8429 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:28:03,047 ERROR exception_decor 23 8749 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:50:41,478 ERROR exception_decor 23 9683 140736342762432 There was an exception in test_save_checklist_tamplate_after_edit_section_name
+2017-05-03 09:15:14,564 ERROR fe_user 42 8760 140735693222848 Login FAILED: email=ST65ysV@intl.att.com password=iceusers
+2017-05-03 09:15:14,567 ERROR exception_decor 23 8760 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-03 09:16:08,573 ERROR exception_decor 23 8833 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-04 02:48:30,881 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_audit_log
+2017-05-04 02:48:31,406 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_next_step
+2017-05-04 02:48:31,837 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_contact
+2017-05-04 02:48:32,585 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_next_step
+2017-05-04 02:48:33,099 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_create_checklist
+2017-05-04 02:48:33,568 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_edit_next_step
+2017-05-04 02:48:33,734 ERROR exception_decor 23 24218 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:48:33,737 ERROR exception_decor 23 24220 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:48:33,967 ERROR exception_decor 23 24219 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:48:34,044 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_invite_member
+2017-05-04 02:48:34,807 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_set_checklist_state
+2017-05-04 02:48:35,453 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_update_checklist
+2017-05-04 02:49:55,711 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:55,821 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:57,888 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: a8c93c08-fd41-44ad-bb97-1c90467c1ecf. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,068 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,253 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:59,646 ERROR api_virtual_function 148 24446 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 4ec336e1-ac1a-488f-90ee-f3aa4f8bf216. eng_uuid=08064b4f-3382-4ed9-af63-e67d789663d7. checklist_uuid=None"
+2017-05-04 02:50:00,305 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: a67d053c-2c20-4fd4-bebd-e832e78dbe5e. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:00,544 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:01,240 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: dd21b3ee-9421-497e-9602-0168bd961bcb. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,451 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,647 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:02,367 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,464 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,558 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,011 ERROR api_virtual_function 112 24446 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,970 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,067 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,164 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:06,107 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 41143827-2582-4c9e-ae28-db98ac6b3a87. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,209 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,314 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:08,852 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,853 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:50:08,860 ERROR fe_user 42 24449 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,860 ERROR exception_decor 23 24449 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:50:10,182 ERROR fe_user 42 24448 140735693222848 Login FAILED: email=SThlxSC@intl.att.com password=iceusers
+2017-05-04 02:50:10,183 ERROR exception_decor 23 24448 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:50:13,418 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=STZp2Bb@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR fe_user 42 24446 140735693222848 Login FAILED: email=STnhe74@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_negative_admin_page
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24446 140735693222848 There was an exception in test_Announcement_validate_toast
+2017-05-04 03:01:33,826 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:34,013 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:35,656 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: a6502173-8377-4465-b443-d5f825881b56. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,787 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,950 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:37,589 ERROR api_virtual_function 148 25560 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: f5165e81-de9c-4ac7-a3fd-f47b73251e1a. eng_uuid=f5021fe1-c7de-454a-8ad7-b5c82603374c. checklist_uuid=None"
+2017-05-04 03:01:39,012 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: 327c2b83-c90d-4e1f-ad0f-b3d9d0a8f701. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:39,269 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:40,516 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: cff09816-8a86-4c9e-810e-e3c143faec9b. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:40,959 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:41,426 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:43,437 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:43,700 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:44,130 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:45,965 ERROR api_virtual_function 112 25560 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:01:47,602 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,750 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,888 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:49,532 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: fbd75b2b-daa1-4c64-95e2-dfda7e917dd1. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,662 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,794 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:06:56,375 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:08:03,784 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:08:22,425 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_validate_notifications
+2017-05-04 03:12:49,066 ERROR exception_decor 23 32363 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:18:04,258 ERROR exception_decor 23 32581 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:21:37,361 ERROR exception_decor 23 32808 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:27:16,462 ERROR exception_decor 23 33456 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:28:56,552 ERROR exception_decor 23 33514 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:30:42,215 ERROR exception_decor 23 33587 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:35:37,146 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:37,266 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:39,199 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3fa74abc-6284-406f-a193-02f5cdf97afd. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,403 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,593 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:41,400 ERROR api_virtual_function 148 33824 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 38fe6431-5302-499d-8de9-8b77d894ad37. eng_uuid=10273408-42f7-46c1-a7f9-ba57f8c60653. checklist_uuid=None"
+2017-05-04 03:35:42,685 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: ba03eb8a-2535-4fc3-9b4e-290d665109dc. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:43,062 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:44,300 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: aa20e348-9ba3-4760-9177-ec28fc2bc2da. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,602 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,954 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:46,975 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,446 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,774 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:49,922 ERROR api_virtual_function 112 33824 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:35:51,625 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,735 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,832 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:53,531 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: ff0b7815-bd18-47d8-b79b-e7744078380d. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,703 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7635b2e-5f53-48dd-823c-12f39ba80da5. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,823 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:37:10,748 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_create_new_checklist
+2017-05-04 03:40:22,827 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 03:43:47,372 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 03:44:26,023 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 03:46:39,056 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:39,160 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:40,883 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: b0233fee-c7be-45ad-94d2-aa6b696b39fb. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,059 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,215 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:43,003 ERROR api_virtual_function 148 40543 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 558c9e81-4b46-4e7d-90e9-a4da003c0046. eng_uuid=aaf961d0-58bf-4dfc-9535-ad5948407b3c. checklist_uuid=None"
+2017-05-04 03:46:44,493 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: fe2925bf-1e4f-4192-a20b-5db9516e637a. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:44,923 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:45,925 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: f0a58b21-ed5d-464b-8014-dcfd91d6649f. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,237 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,503 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:48,281 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,500 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,674 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:51,327 ERROR api_virtual_function 112 40543 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:46:53,062 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,180 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,317 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:54,738 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 74f3c01f-247c-493e-9ee1-b46b08902a88. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:54,955 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:55,128 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:50:21,005 ERROR exception_decor 23 40546 140735693222848 There was an exception in test_retire_ecomp_release
+2017-05-04 03:59:32,163 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50d4980a-6740-4e44-973c-260d862d7159. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,262 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,357 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:33,357 ERROR api_virtual_function 148 43729 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: df932162-dfbc-4bd7-a52d-698fcfd2904a. eng_uuid=ac73d4be-7094-4b6a-8b48-f92ad2080120. checklist_uuid=None"
+2017-05-04 03:59:33,944 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: 46582fb9-33e7-4de6-b861-b771b247e56b. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,182 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,872 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50e2c3c2-60d0-4095-aa0f-63c3ff6953b4. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,069 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,262 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:36,103 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,195 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,290 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:37,299 ERROR api_virtual_function 112 43729 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:59:38,209 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,306 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,399 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:39,353 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: b33e0663-827b-4fc1-b99e-f902a645f725. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,455 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,554 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 04:01:29,694 ERROR exception_decor 23 43936 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:05:07,628 ERROR exception_decor 23 44958 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:15:50,409 ERROR exception_decor 23 45490 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 05:30:46,325 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: bbd87d99-42be-4ba0-8f87-7d0ee23915c3. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,510 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,706 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:48,563 ERROR api_virtual_function 148 46495 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: deede0b5-c339-47b7-8888-2cdc1e50bf79. eng_uuid=3685fdbc-ea8c-4b5b-aaa4-bdaf3ce2cc25. checklist_uuid=None"
+2017-05-04 05:30:49,983 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: fd046db1-d12c-4956-8450-b06da182052f. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:50,431 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:51,353 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: e43326c6-0b51-4431-8439-5a9bfb718da9. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,551 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,765 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:53,416 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,515 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,618 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:55,368 ERROR api_virtual_function 112 46495 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 05:30:56,585 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,742 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,866 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:58,686 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 84ae687d-77d9-4257-a07d-ce9cac7fba73. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:58,891 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:59,062 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:31:32,283 ERROR exception_decor 23 46498 140735693222848 There was an exception in test_change_reviewer
+2017-05-04 05:36:36,989 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_search_bar
+2017-05-04 05:38:53,979 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:55:39,131 ERROR exception_decor 23 53583 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:56:37,494 ERROR exception_decor 23 53646 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:59:45,782 ERROR exception_decor 23 53865 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:00:17,291 ERROR exception_decor 23 53919 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:09,624 ERROR exception_decor 23 54003 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:34,363 ERROR exception_decor 23 54055 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:08:51,705 ERROR exception_decor 23 54168 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:09:16,843 ERROR exception_decor 23 54233 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:15:15,906 ERROR fe_user 43 54539 140735693222848 Login FAILED: email=hs0007@att.com password=iceusers
+2017-05-04 06:15:15,907 ERROR exception_decor 23 54539 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:19:48,843 ERROR exception_decor 23 54709 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:21:16,577 ERROR exception_decor 23 54797 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:27:25,497 ERROR exception_decor 23 55061 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:37:57,042 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 6b5e00bc-d6d4-4ede-9064-e13da9dd1b54. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,299 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,497 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:59,302 ERROR api_virtual_function 148 56025 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 9d3ac005-f69a-4ac0-ad5a-dc03c6baab31. eng_uuid=f90d7bbb-22b2-430e-a674-45e22dd561e0. checklist_uuid=None"
+2017-05-04 06:38:00,638 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: 5124a325-3374-445f-b6d6-6a9ffc3bc3f7. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:01,037 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:02,282 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: b38b153e-7a8d-476a-ad61-f0b437fbb79c. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,490 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,720 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:03,988 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,135 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,296 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:06,166 ERROR api_virtual_function 112 56025 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:38:07,376 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,474 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,570 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:10,026 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57718501-8348-4b51-9104-f31fc17efca9. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,281 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,618 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:42:17,847 ERROR fe_user 43 56027 140735693222848 Login FAILED: email=ST7aCtE@intl.att.com password=iceusers
+2017-05-04 06:42:17,849 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 06:42:47,874 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 06:42:47,876 ERROR fe_user 43 56026 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 06:42:47,877 ERROR exception_decor 23 56026 140735693222848 There was an exception in test_validate_statistics_modal_appears_for_admin
+2017-05-04 06:42:47,878 ERROR exception_decor 23 56025 140735693222848 There was an exception in test_validate_export_to_csv
+2017-05-04 06:43:23,664 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3106f0a3-0bbe-4d49-9c53-ddef61ff48aa. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,810 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,983 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:25,633 ERROR api_virtual_function 148 59052 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 34a5bb0e-d0c7-41dd-981d-26b634651f46. eng_uuid=a3925a83-1da0-432e-8343-092f7d74eb1f. checklist_uuid=None"
+2017-05-04 06:43:26,592 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: 086eb922-6ecf-4144-80d6-c3bae8778d8c. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:27,418 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:28,823 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 14783963-f015-4087-9558-9b0ff42717e6. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,031 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,236 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:30,546 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,677 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,812 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:32,596 ERROR api_virtual_function 112 59052 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:43:33,930 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,031 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,139 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:36,146 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: ec99e6a8-e4cf-46dd-b617-65583ff608ea. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,321 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,472 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:44:51,156 ERROR exception_decor 23 59053 140735693222848 There was an exception in test_assigned_next_steps
+2017-05-04 06:44:51,168 ERROR exception_decor 23 59054 140735693222848 There was an exception in test_create_checklist_without_files
+2017-05-04 07:09:00,487 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1baf8fa4-3e05-4337-9adf-12f079ad1a7b. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,660 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,841 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:02,726 ERROR api_virtual_function 148 66983 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: b1886c34-d63f-4574-acb2-f702986bd154. eng_uuid=80f9416b-1387-495b-8a28-35eeb58ce513. checklist_uuid=None"
+2017-05-04 07:09:04,276 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: b663ff11-8abf-4a0e-8605-c8afd42e62f3. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:04,761 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:05,992 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: e34b0abd-93fb-46aa-a6c5-3f7022979ed9. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,229 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,502 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:07,590 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,748 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,875 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:10,198 ERROR api_virtual_function 112 66983 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:09:12,272 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,428 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,595 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:14,333 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: bf501dfb-3370-461f-8fb8-cda5ee6a2a8c. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,458 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,594 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:26:39,211 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4503d1c9-37b1-46c7-ad2e-74efc131711e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,395 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,575 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:41,392 ERROR api_virtual_function 148 74492 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: dff04998-42af-45ae-9e1f-2f06161b61ab. eng_uuid=74f8d922-06a6-47f2-8908-0d9d0d1b5a47. checklist_uuid=None"
+2017-05-04 07:26:42,750 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: b3f9f020-1c15-4599-a3a7-fcd37453c899. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:43,183 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:44,538 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: f528d911-0a8b-4a13-8f09-2750951d88de. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:44,769 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:45,039 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:46,112 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,226 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,325 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:48,237 ERROR api_virtual_function 112 74492 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:26:49,579 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,678 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,774 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:51,861 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3b6c164b-585b-4661-920d-e0aac94b4e96. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,027 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,217 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:36:55,598 ERROR exception_decor 23 74492 140735693222848 There was an exception in test_progress_bar_ui
+2017-05-04 07:37:59,628 ERROR exception_decor 23 74494 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-18 08:07:00,947 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7911021-ae2e-4cf0-856f-3f84bec18261. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,080 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,184 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:02,340 ERROR api_virtual_function 148 97509 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 98e06af3-9496-426e-8b41-5f281beda7a9. eng_uuid=8bab6c08-2a88-4412-95b8-4837f2f1f457. checklist_uuid=None"
+2017-05-18 08:07:02,957 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: 862e2ab0-8c94-439c-a826-57be908a3bf7. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:03,222 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:04,016 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: d23b3881-b6bb-49d9-b6cd-a22dac6961f0. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,228 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,434 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:05,298 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,394 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,489 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,962 ERROR exception_decor 23 97509 140735693222848 There was an exception in test_negative_invite_member
+2017-05-28 03:12:52,489 ERROR exception_decor 23 7254 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:15:46,269 ERROR exception_decor 23 7429 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:25:21,421 ERROR exception_decor 23 7693 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:27:50,210 ERROR exception_decor 23 7841 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 05:39:02,853 ERROR exception_decor 23 1543 140736709428160 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:52:50,738 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 247f4387-5c34-4ead-816c-9bca24ce5ccb. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:50,924 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:51,294 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:53,678 ERROR api_virtual_function 149 67325 140735912027072 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: a8e39133-31d3-4486-b9c1-92609ce5a65a. eng_uuid=15abf200-868e-4cf4-9b9a-ca8155bbec64. checklist_uuid=None"
+2017-06-13 04:52:55,112 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: e0c829f1-fdf3-4007-874b-3e277cb9bc19. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:55,648 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:57,964 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: bd5bfb70-5fb7-4a43-bcc0-5a0eb8192d3f. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,272 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,572 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:53:00,171 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,323 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,465 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:03,171 ERROR api_virtual_function 113 67325 140735912027072 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-06-13 04:53:04,717 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:04,854 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:05,027 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:06,768 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57fdcb6e-0ffe-4e12-b335-791cf926f5f2. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:06,944 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:07,151 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:54:16,348 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:54:24,633 ERROR fe_user 41 67325 140735912027072 Login FAILED: email=STsC0Uf@intl.att.com password=iceusers
+2017-06-13 04:54:24,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 04:54:42,908 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_positive_test
+2017-06-13 04:54:49,940 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_EL
+2017-06-13 04:55:08,953 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_reject
+2017-06-13 04:55:52,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 04:56:07,974 ERROR fe_user 41 67328 140735912027072 Login FAILED: email=STdbaeG@intl.att.com password=iceusers
+2017-06-13 04:56:07,999 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_other_el
+2017-06-13 04:57:09,572 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_page
+2017-06-13 04:57:40,930 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_add_and_remove_deployment_targets
+2017-06-13 04:58:32,368 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 04:59:25,615 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_detailed_view
+2017-06-13 04:59:52,266 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:01:04,362 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:01:41,761 ERROR exception_decor 23 67326 140735912027072 There was an exception in test_next_steps_ordering
+2017-06-13 05:02:25,057 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:03:48,657 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:05:04,051 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:06:30,073 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 05:24:22,541 ERROR fe_user 41 75737 140735912027072 Login FAILED: email=STRNvo6@intl.att.com password=iceusers
+2017-06-13 05:24:22,544 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 05:25:34,689 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 05:26:55,047 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_page
+2017-06-13 05:28:26,040 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 05:29:45,555 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:30:56,754 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:32:08,651 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:33:19,657 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:34:31,266 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:36:42,368 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 08:09:20,588 ERROR exception_decor 23 91365 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-19 01:38:34,920 ERROR exception_decor 23 33979 140736594224064 There was an exception in test_update_status_via_peer_riviewer
+2017-06-19 02:21:28,837 ERROR exception_decor 23 37324 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:30:19,763 ERROR exception_decor 23 38270 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:37:52,382 ERROR exception_decor 23 38929 140736594224064 There was an exception in test_reset_password
+2017-06-19 02:44:14,875 ERROR exception_decor 23 39263 140736594224064 There was an exception in test_reset_password
+2017-07-03 03:59:38,125 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: be48b36b-4153-4fed-87aa-7cd7ada9a7b8. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,232 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,325 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:40,326 ERROR api_virtual_function 149 20728 140736393348032 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 3f3b62cf-a56b-42a2-8b9f-991e83340809. eng_uuid=55fd9ded-15be-4f56-833b-a045c3041a88. checklist_uuid=None"
+2017-07-03 03:59:41,359 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: dff7cf2d-885f-4f6e-a93d-43941ed17a07. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:41,713 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:42,843 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1472ddbb-3705-429f-bc33-54324e96cb4c. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,044 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,241 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:44,314 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,407 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,498 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:46,309 ERROR api_virtual_function 113 20728 140736393348032 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-03 03:59:47,645 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,749 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,846 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:49,246 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 30a5ba22-5af0-4110-a94b-a84db6bdbb28. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,351 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,466 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 04:04:16,834 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_positive_test
+2017-07-03 04:04:51,062 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_reject
+2017-07-03 04:13:46,545 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:14:59,352 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_aic_dropdown_ordering
+2017-07-03 04:17:42,900 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry
+2017-07-03 04:20:32,744 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry_via_standard_user
+2017-07-03 04:21:31,235 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:23:04,512 ERROR exception_decor 23 23594 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:52:48,581 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:54:51,421 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:55:03,502 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_ecomp_dropdown_ordering
+2017-07-03 04:59:22,803 ERROR exception_decor 23 916 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:59:36,290 ERROR exception_decor 23 916 140736051725248 There was an exception in test_aic_dropdown_ordering
+2017-07-03 05:05:15,824 ERROR exception_decor 23 1122 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:07,634 ERROR exception_decor 23 1305 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:38,010 ERROR exception_decor 23 1381 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 01:56:10,566 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 87e1855e-63eb-4e10-94f1-4ec76a72a74d. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,690 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ca63770-3110-4b4c-a2cc-1d51774ffe77. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,795 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:12,380 ERROR api_virtual_function 149 10310 140737189385152 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 301dd474-74fb-4c2a-b731-23842f76e989. eng_uuid=41c45107-1151-4d1d-a552-84ec6915d42c. checklist_uuid=None"
+2017-07-04 01:56:13,260 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 75e4b48c-404a-4bf2-8e43-1aafd1d38aa8. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:13,580 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:14,620 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: cd0f9300-74ee-443f-b66b-08a27e2c4913. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:14,848 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:15,076 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:16,165 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,273 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,376 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:18,201 ERROR api_virtual_function 113 10310 140737189385152 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-04 01:56:19,548 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,664 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,769 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:21,097 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 405ebaeb-6cdb-47f9-9e68-385035b5d99f. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,235 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,378 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:57:31,315 ERROR exception_decor 23 10745 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 02:09:15,075 ERROR exception_decor 23 13333 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 05:24:10,363 ERROR api_user 112 27332 140737189385152 =========== json error ========
+2017-07-04 05:24:10,365 ERROR api_user 114 27332 140737189385152 r1.content = b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.10.3</center>\r\n</body>\r\n</html>\r\n', status=502
+2017-07-04 05:24:10,365 ERROR api_user 115 27332 140737189385152 =========== json error end ========
+2017-07-04 05:24:54,444 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step
+2017-07-04 05:25:07,157 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step_via_pr
+2017-07-04 05:26:40,051 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_delete_next_step
diff --git a/web/settings/logs/ice-requests.log b/web/settings/logs/ice-requests.log
new file mode 100755
index 0000000..fde8b57
--- /dev/null
+++ b/web/settings/logs/ice-requests.log
@@ -0,0 +1,7431 @@
+2017-03-08 04:39:07,861 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:39:16,590 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:39:27,067 ERROR test_dashboard_feature 62 64543 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You () not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:39:31,912 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:39:40,638 ERROR exception_decor 21 64545 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:43:41,165 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:43:49,708 ERROR exception_decor 21 65079 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:45:39,419 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:45:48,091 ERROR exception_decor 21 65325 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:51:01,334 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:51:09,971 ERROR exception_decor 21 65617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:31,667 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:55:38,420 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:55:47,451 ERROR exception_decor 21 65921 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:55:54,946 ERROR exception_decor 21 65922 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:55:56,958 ERROR exception_decor 21 65923 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:56:58,466 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b3f7b020-1887-48db-ab01-02d2d9c7b4ce. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:56:58,586 ERROR api_checklist 85 66223 140736596902848 Failed to add audit log for checklist uuid: 5ed84a71-38f9-46f2-8434-5c6adb047b59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=cc0817c5-a2e9-40e8-b460-9016b3344182. checklist_uuid=5ed84a71-38f9-46f2-8434-5c6adb047b59"'
+2017-03-08 04:57:00,341 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9db690b5-66f3-4d5f-b0aa-aa5696c5eac3. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,516 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:00,536 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:57:00,681 ERROR api_checklist 113 66223 140736596902848 Failed to add next step for checklist uuid: 74c6f281-420e-4f00-80c8-3f0df8f338aa, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=fea7d287-ba70-4d41-b6ac-7f62360351bc. checklist_uuid=74c6f281-420e-4f00-80c8-3f0df8f338aa"'
+2017-03-08 04:57:04,415 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8937ca13-352d-4b6e-894a-fd2e73fc2b1e. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,570 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7c84cfea-dfca-4ece-b78c-c2df93036217. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:04,720 ERROR api_virtual_function 39 66223 140736596902848 Failed to add next step to VF ST7Aspu, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2a57e02e-14c3-4a5c-9c81-5ecb7b7606f3. checklist_uuid=None"'
+2017-03-08 04:57:06,089 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:57:06,238 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1af5c013-5d3c-4967-a22c-6dcd2f28fc9e. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:06,664 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:07,096 ERROR api_checklist 38 66223 140736596902848 Failed to create checklist for VF STaOcJm, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f004bf60-f55b-44b8-b91a-ad4d8013871e. checklist_uuid=None"'
+2017-03-08 04:57:08,726 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:08,853 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:09,015 ERROR api_virtual_function 150 66223 140736596902848 Failed to edit next step uuid: ebf6cfb8-cf28-4c57-ace7-d087149ff2a3, see response >>> 401 Unauthorized
+2017-03-08 04:57:10,620 ERROR api_virtual_function 95 66223 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:57:12,449 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,557 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:12,660 ERROR api_checklist 133 66223 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:57:14,213 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4db9d949-2ce3-4c2c-a46d-f33875d2ca19. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,334 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,487 ERROR api_checklist 64 66223 140736596902848 Failed to create checklist for VF ST7UloY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bb7a1a0d-cd84-4bdf-9db5-19e1a38cab4c. checklist_uuid=None"'
+2017-03-08 04:57:14,674 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:57:22,666 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:57:31,944 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:57:37,019 ERROR fe_user 40 66225 140736596902848 Login FAILED: email=STwjFUb@intl.att.com password=iceusers
+2017-03-08 04:57:37,020 ERROR exception_decor 21 66225 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 04:57:37,024 ERROR exception_decor 21 66226 140736596902848 There was an exception in test_negative_admin_page
+2017-03-08 04:57:37,044 ERROR fe_user 40 66224 140736596902848 Login FAILED: email=STfUHby@intl.att.com password=iceusers
+2017-03-08 04:57:37,045 ERROR exception_decor 21 66224 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:57:37,047 ERROR test_dashboard_feature 62 66223 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (2) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 04:58:51,184 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c4d2ad94-8b11-4664-a7b2-67e45589a930. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:51,302 ERROR api_checklist 85 66766 140736596902848 Failed to add audit log for checklist uuid: a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=117ce389-a3be-4613-baeb-487c564b79be. checklist_uuid=a0a3b0e2-fd0f-4804-a6ad-bfab6ef45293"'
+2017-03-08 04:58:53,113 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 12fcb21a-8d88-44ff-a008-158c72709503. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,158 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 04:58:53,301 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:53,485 ERROR api_checklist 113 66766 140736596902848 Failed to add next step for checklist uuid: accbf4b2-2e47-431a-a280-e1b63a346e59, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=ac61ae7b-b62c-4381-a67d-88a7f3a0cd3e. checklist_uuid=accbf4b2-2e47-431a-a280-e1b63a346e59"'
+2017-03-08 04:58:57,217 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e73993a-1ac6-4885-9325-639eac9d561a. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,349 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:57,490 ERROR api_virtual_function 39 66766 140736596902848 Failed to add next step to VF ST2xlWG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=c01e54bb-5659-4b14-b8bb-db6d9fe27830. checklist_uuid=None"'
+2017-03-08 04:58:58,601 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a025a7bd-338d-4407-af0b-7542ae55f8a1. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,100 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:58:59,242 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 04:58:59,492 ERROR api_checklist 38 66766 140736596902848 Failed to create checklist for VF ST7Sqh8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6d403474-06a3-4375-9d27-947d2efbdeed. checklist_uuid=None"'
+2017-03-08 04:59:01,192 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,321 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:01,480 ERROR api_virtual_function 150 66766 140736596902848 Failed to edit next step uuid: 64beb121-d4de-476d-b96f-4d95c551e6dc, see response >>> 401 Unauthorized
+2017-03-08 04:59:03,016 ERROR api_virtual_function 95 66766 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 04:59:04,916 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,038 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:05,150 ERROR api_checklist 133 66766 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 04:59:06,747 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2dc6c0b9-5fad-460c-80a0-3041594dd071. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:06,888 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,001 ERROR api_checklist 64 66766 140736596902848 Failed to create checklist for VF STNjG8W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b7bddbd-d652-4533-a8da-f4a90090fea7. checklist_uuid=None"'
+2017-03-08 04:59:07,826 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 04:59:15,062 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_page
+2017-03-08 04:59:24,139 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 04:59:31,049 ERROR exception_decor 21 66767 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 04:59:33,182 ERROR fe_user 40 66768 140736596902848 Login FAILED: email=ST2mkpL@intl.att.com password=iceusers
+2017-03-08 04:59:33,187 ERROR exception_decor 21 66768 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:02:17,841 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4b2740ee-5754-4490-abdd-dcfd7a9e4fe8. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:17,955 ERROR api_checklist 85 67425 140736596902848 Failed to add audit log for checklist uuid: 70c27073-f344-46a8-84c5-1582f86c070d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=714af322-4a1e-4533-aa4f-2635d6b44e73. checklist_uuid=70c27073-f344-46a8-84c5-1582f86c070d"'
+2017-03-08 05:02:19,642 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6ab496ae-2964-4bd7-9342-3faac83d530c. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,772 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:19,821 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_Announcement_validate_toast
+2017-03-08 05:02:19,946 ERROR api_checklist 113 67425 140736596902848 Failed to add next step for checklist uuid: 1692c899-39d0-43c5-9e20-b9b44ccab7b8, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e2d9ce7e-7b71-40a4-b6a7-1e2efd6bce08. checklist_uuid=1692c899-39d0-43c5-9e20-b9b44ccab7b8"'
+2017-03-08 05:02:22,896 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c21908b2-d9a1-4c8c-b6a5-71bb10ab61cd. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,136 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:23,414 ERROR api_virtual_function 39 67425 140736596902848 Failed to add next step to VF STfm4Pd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e24f9009-ca73-49e2-9264-6ed6bcb88501. checklist_uuid=None"'
+2017-03-08 05:02:24,644 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 5ff095d3-2cc3-4df7-9ae5-a1037e318400. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:24,989 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:25,418 ERROR api_checklist 38 67425 140736596902848 Failed to create checklist for VF ST1nCwK, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=2fa6faa1-d5b7-4d86-b34b-a6d7c69adc23. checklist_uuid=None"'
+2017-03-08 05:02:26,446 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:02:27,261 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,565 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:27,770 ERROR api_virtual_function 150 67425 140736596902848 Failed to edit next step uuid: 71884ae1-631a-49e9-bd7a-867f9917a43e, see response >>> 401 Unauthorized
+2017-03-08 05:02:29,970 ERROR api_virtual_function 95 67425 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:02:31,697 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:31,993 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:32,168 ERROR api_checklist 133 67425 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:02:33,378 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3774213c-72b8-4ad3-80cd-21998b21fc2a. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,497 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:33,685 ERROR api_checklist 64 67425 140736596902848 Failed to create checklist for VF ST91Chn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e1c1fe33-8f07-493d-8261-bea6c933fb0d. checklist_uuid=None"'
+2017-03-08 05:02:35,952 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:02:43,277 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_page
+2017-03-08 05:02:52,337 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_Reject
+2017-03-08 05:02:59,084 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_E2EChecklist_UpdateAddNextStep_Test
+2017-03-08 05:03:02,372 ERROR test_dashboard_feature 62 67425 140736596902848 _-_-_-_-_- Unexpected error: ('Text - Assigned To You (3) not found in ID next-steps-header', 'next-steps-header')
+2017-03-08 05:03:02,543 ERROR fe_user 40 67427 140736596902848 Login FAILED: email=STzUsJ2@intl.att.com password=iceusers
+2017-03-08 05:03:02,544 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_Announcement
+2017-03-08 05:03:21,559 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_FAQ
+2017-03-08 05:03:40,417 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_insert_post_News
+2017-03-08 05:03:45,362 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_clone_decision_auditlogs
+2017-03-08 05:03:59,075 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_checklist_without_files
+2017-03-08 05:04:04,804 ERROR test_cms_news_and_announcementsion 64 67427 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to go to Announcement page.', Exception('Text - title_Of_Page_STm6YEj not found in ID title_Of_Page_STm6YEj', 'title_Of_Page_STm6YEj'))
+2017-03-08 05:04:04,804 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_search_documentation
+2017-03-08 05:04:09,172 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_5_last_Announcement_displayed
+2017-03-08 05:04:13,703 ERROR exception_decor 21 67427 140736596902848 There was an exception in test_validate_expired_post_Announcement
+2017-03-08 05:04:19,562 ERROR test_checklist_validations 276 67426 140736596902848 _-_-_-_-_- Unexpected error: ('Failed to reject checklist.', AttributeError("type object 'Dashboard' has no attribute 'DBChecklist'",))
+2017-03-08 05:04:19,562 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reject_anytime_checklist
+2017-03-08 05:04:22,032 ERROR fe_user 40 67425 140736596902848 Login FAILED: email=admin_ro@att.com password=iceusers
+2017-03-08 05:04:58,644 ERROR test_left_nav_panel 142 67427 140736596902848 _-_-_-_-_- Unexpected error: id() takes 1 positional argument but 2 were given
+2017-03-08 05:05:48,749 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_delete_next_step
+2017-03-08 05:06:00,201 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_filtering_by_files_states
+2017-03-08 05:06:02,144 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_notification_page_sanity
+2017-03-08 05:06:08,604 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_next_steps_for_new_user
+2017-03-08 05:06:14,727 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_validate_notifications
+2017-03-08 05:06:22,022 ERROR test_login_with_new_user 513 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:33,147 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_reset_password
+2017-03-08 05:06:45,786 ERROR test_login_with_new_user 268 67427 140736596902848 _-_-_-_-_- Unexpected error: 'TestLoginPageWithNewUser' object has no attribute 'email'
+2017-03-08 05:06:46,412 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:46,413 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_invalid
+2017-03-08 05:06:54,056 ERROR helper 41 67428 140736596902848 Failed to generate SSH Public Key.
+2017-03-08 05:06:54,587 ERROR exception_decor 21 67428 140736596902848 There was an exception in test_ssh_key_valid
+2017-03-08 05:07:00,765 ERROR fe_user 40 67426 140736596902848 Login FAILED: email=STJquxF@intl.att.com password=iceusers
+2017-03-08 05:07:00,766 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_create_and_activateUser
+2017-03-08 05:07:05,184 ERROR exception_decor 21 67426 140736596902848 There was an exception in test_signup_page_sanity
+2017-03-08 05:33:01,324 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4640f0cf-381d-4449-addb-ba1115167372. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:01,444 ERROR api_checklist 85 70950 140736596902848 Failed to add audit log for checklist uuid: fe403eae-36d9-4fde-b524-528a941a3196, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=e450d977-2a20-4720-a82e-bed35dee2514. checklist_uuid=fe403eae-36d9-4fde-b524-528a941a3196"'
+2017-03-08 05:33:03,486 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 95e44d2e-5ffc-41b4-a010-18c7289ae351. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,651 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:03,805 ERROR api_checklist 113 70950 140736596902848 Failed to add next step for checklist uuid: 232ead98-98b3-47d4-b7e5-675a5fd20038, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=8b0756e9-6514-416f-92fd-4348dc603e44. checklist_uuid=232ead98-98b3-47d4-b7e5-675a5fd20038"'
+2017-03-08 05:33:06,174 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: cc322add-40f6-4712-8926-db241238706e. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,346 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8fcbfb95-c578-465b-a04e-ad1196c921b4. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:06,735 ERROR api_virtual_function 39 70950 140736596902848 Failed to add next step to VF ST1q9FQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=f96e4bfa-5cc8-4139-9693-6ee54f3e3a64. checklist_uuid=None"'
+2017-03-08 05:33:08,062 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e7863506-0dee-47b3-8d5b-cc4cecb89e25. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,303 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 513b9bfb-df9c-401f-933d-8bf6a4a08eee. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:08,781 ERROR api_checklist 38 70950 140736596902848 Failed to create checklist for VF STfg46U, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=bd03ee59-85ff-4368-b545-099fe24bd278. checklist_uuid=None"'
+2017-03-08 05:33:09,351 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-08 05:33:11,798 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,031 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:12,301 ERROR api_virtual_function 150 70950 140736596902848 Failed to edit next step uuid: 52b6db06-19b6-4dec-a6c0-0138a09468af, see response >>> 401 Unauthorized
+2017-03-08 05:33:14,399 ERROR api_virtual_function 95 70950 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-08 05:33:16,322 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,468 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:16,597 ERROR api_checklist 133 70950 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-08 05:33:18,319 ERROR exception_decor 21 70951 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-08 05:33:18,751 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2804b8d0-12e6-47f4-a1da-0d3cf70c18a0. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:18,918 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-08 05:33:19,084 ERROR api_checklist 64 70950 140736596902848 Failed to create checklist for VF STiLpxO, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a872882e-1374-49d2-bd6c-fbf217c239aa. eng_uuid=6c1243a3-0638-49c4-92fd-f4b0866e18a1. checklist_uuid=None"'
+2017-03-16 09:57:39,553 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b6fc588a-05f4-4b0d-b653-7c3f5180512c. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:40,031 ERROR api_checklist 85 74172 140736596902848 Failed to add audit log for checklist uuid: 5ac069ab-5ef5-448f-92ff-ef015e543b90, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=eaef0d66-6c63-479b-9498-518cb09b8a0c. checklist_uuid=5ac069ab-5ef5-448f-92ff-ef015e543b90"'
+2017-03-16 09:57:43,179 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f1b370aa-1971-4d6a-863f-3dc42995b001. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,370 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:43,554 ERROR api_checklist 113 74172 140736596902848 Failed to add next step for checklist uuid: 0579f1e0-95c1-4a29-bbc6-22a3e0231024, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=6d6f8a95-ae4b-4bed-b8d6-b2a75381b7d5. checklist_uuid=0579f1e0-95c1-4a29-bbc6-22a3e0231024"'
+2017-03-16 09:57:48,926 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9d6663e-d40a-49fc-8c7f-69f5a4838706. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,234 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,504 ERROR api_virtual_function 39 74172 140736596902848 Failed to add next step to VF ST0MRd4, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=baf5a964-a332-4124-9d1e-7e87e92cc8e0. checklist_uuid=None"'
+2017-03-16 09:57:49,820 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 09:57:52,045 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e4a2b425-36f9-4cdc-8f78-34dc3343c212. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,606 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:52,994 ERROR api_checklist 38 74172 140736596902848 Failed to create checklist for VF ST5fjY0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8e7f733d-ac68-440d-852f-d7023f8d03b5. checklist_uuid=None"'
+2017-03-16 09:57:55,127 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,328 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:55,549 ERROR api_virtual_function 150 74172 140736596902848 Failed to edit next step uuid: fcdc58cd-aca3-47b7-b1ed-4da0a162a3bd, see response >>> 401 Unauthorized
+2017-03-16 09:57:58,497 ERROR api_virtual_function 95 74172 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 09:57:59,791 ERROR exception_decor 21 74174 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 09:58:01,866 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:01,928 ERROR fe_user 41 74173 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:01,930 ERROR exception_decor 21 74173 140736596902848 There was an exception in test_admin_page
+2017-03-16 09:58:02,262 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 09:58:02,406 ERROR fe_user 41 74175 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 09:58:02,407 ERROR exception_decor 21 74175 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 09:58:03,144 ERROR api_checklist 133 74172 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:17,239 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89c0ed03-6aef-4d64-b86b-0a0fd1778938. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:17,390 ERROR api_checklist 85 74623 140736596902848 Failed to add audit log for checklist uuid: f83096a3-408c-4987-84d1-b9e707092f05, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=db01b9e7-dfb8-45a1-ba3e-6fe3c17a9427. checklist_uuid=f83096a3-408c-4987-84d1-b9e707092f05"'
+2017-03-16 10:00:19,214 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 193961e3-3411-4b0e-9e9d-ca89dae08a8b. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,463 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9624dafc-1607-40c6-9451-aac8340ba2ec. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:19,719 ERROR api_checklist 113 74623 140736596902848 Failed to add next step for checklist uuid: 51c6aa73-834a-49ad-913e-f196825baeaf, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=e8e7c3b3-2626-45c4-937e-5ee6507eb583. checklist_uuid=51c6aa73-834a-49ad-913e-f196825baeaf"'
+2017-03-16 10:00:23,186 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 3fa54f75-1452-4b9c-beeb-04864895e857. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,387 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:23,878 ERROR api_virtual_function 39 74623 140736596902848 Failed to add next step to VF STlRKCt, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=43662b1b-b9c3-4abb-9574-e982ab40aca7. checklist_uuid=None"'
+2017-03-16 10:00:27,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 89df5960-23ba-4240-b184-2b6d6cc3da9e. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:27,274 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:00:27,650 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:28,125 ERROR api_checklist 38 74623 140736596902848 Failed to create checklist for VF STlcuRy, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=648976a3-5af8-4af4-a371-10d46fe7ed8e. checklist_uuid=None"'
+2017-03-16 10:00:30,219 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,405 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:30,648 ERROR api_virtual_function 150 74623 140736596902848 Failed to edit next step uuid: 5f8280c6-c798-427b-849a-a902538da93b, see response >>> 401 Unauthorized
+2017-03-16 10:00:33,515 ERROR api_virtual_function 95 74623 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:00:35,984 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,165 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:36,352 ERROR api_checklist 133 74623 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:00:37,105 ERROR exception_decor 21 74625 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:00:39,131 ERROR fe_user 41 74624 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:39,132 ERROR exception_decor 21 74624 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:00:39,948 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7bb10e50-48db-4d16-a9be-ab8aba0bfee9. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,075 ERROR fe_user 41 74626 140736596902848 Login FAILED: email=admin@att.com password=iceusers
+2017-03-16 10:00:40,076 ERROR exception_decor 21 74626 140736596902848 There was an exception in test_archive_engagement
+2017-03-16 10:00:40,559 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 792a02e4-ab06-45fe-a72a-eb7ecb940c38. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:00:40,857 ERROR api_checklist 64 74623 140736596902848 Failed to create checklist for VF STocY1i, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=4c6f77a1-6247-42c2-8fe8-6562730ca820. checklist_uuid=None"'
+2017-03-16 10:01:27,878 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 63cd77b4-21ab-4ab4-b6dd-0f1f355ca353. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:28,110 ERROR api_checklist 85 75090 140736596902848 Failed to add audit log for checklist uuid: e3b2eec1-c270-4884-ad4d-83974b3a626e, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=7ee6ec1e-189f-4510-ba1f-e3abf09f9b76. checklist_uuid=e3b2eec1-c270-4884-ad4d-83974b3a626e"'
+2017-03-16 10:01:30,096 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e9cf42eb-c7f2-42e5-aa0b-9eae34225aff. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,339 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:30,526 ERROR api_checklist 113 75090 140736596902848 Failed to add next step for checklist uuid: 42481f84-3368-4610-809d-2fdca3b07e83, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=74b3f4ad-28ee-4e48-a02d-f65f0d55f2a0. checklist_uuid=42481f84-3368-4610-809d-2fdca3b07e83"'
+2017-03-16 10:01:34,779 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f2250a09-0016-4a7b-9f9c-8fb54d33a4a8. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,017 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:35,256 ERROR api_virtual_function 39 75090 140736596902848 Failed to add next step to VF STqX0d7, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=07e849a7-5324-458c-a8dc-46995e818b32. checklist_uuid=None"'
+2017-03-16 10:01:36,622 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_Create_New_Checklist
+2017-03-16 10:01:37,194 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 6c8fc440-fab6-4e18-b346-68ed5f368a88. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:37,615 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:38,034 ERROR api_checklist 38 75090 140736596902848 Failed to create checklist for VF STfVq1G, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=71d6d0ed-d488-42ab-8069-68f943158f78. checklist_uuid=None"'
+2017-03-16 10:01:39,842 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,046 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:40,278 ERROR api_virtual_function 150 75090 140736596902848 Failed to edit next step uuid: fef8e225-0344-4621-8eb2-67463fc8fa10, see response >>> 401 Unauthorized
+2017-03-16 10:01:42,921 ERROR api_virtual_function 95 75090 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:01:45,093 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,335 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:01:45,412 ERROR exception_decor 21 75092 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:01:45,616 ERROR api_checklist 133 75090 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:47,629 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8e056288-0ded-44d4-afdf-471fdff30aea. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:47,736 ERROR api_checklist 85 75472 140736596902848 Failed to add audit log for checklist uuid: 1311c3e9-9021-4771-b574-9d8041c556ab, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3aa37aeb-313d-4ff4-a35b-29f25b538949. checklist_uuid=1311c3e9-9021-4771-b574-9d8041c556ab"'
+2017-03-16 10:03:48,841 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f12516d0-6ffb-4c33-bf30-ac7651e223ba. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:48,950 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:49,051 ERROR api_checklist 113 75472 140736596902848 Failed to add next step for checklist uuid: 6994ddac-9303-4b73-8bd6-c8057f5644be, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=fa4eb377-febc-4113-865d-522f7cb25d75. checklist_uuid=6994ddac-9303-4b73-8bd6-c8057f5644be"'
+2017-03-16 10:03:50,824 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d7be35b4-8d6d-46af-b3c4-7a247c28a3e8. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:50,928 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2358b242-de97-4db6-83ee-ce6f73af58c5. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,032 ERROR api_virtual_function 39 75472 140736596902848 Failed to add next step to VF STWDXFC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=b062e7db-4822-4518-bfb1-d79662e45be3. checklist_uuid=None"'
+2017-03-16 10:03:51,769 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2999c76-9605-439a-a4a0-c2f9ee07375e. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:51,978 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,199 ERROR api_checklist 38 75472 140736596902848 Failed to create checklist for VF STwzecX, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a099af5f-17f5-4850-8ac3-e70944aee472. checklist_uuid=None"'
+2017-03-16 10:03:52,973 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,075 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:53,187 ERROR api_virtual_function 150 75472 140736596902848 Failed to edit next step uuid: c5cbaae0-001e-46d2-bf3a-17d9bd8b3f77, see response >>> 401 Unauthorized
+2017-03-16 10:03:54,247 ERROR api_virtual_function 95 75472 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:03:55,262 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,366 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:55,469 ERROR api_checklist 133 75472 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:03:56,491 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7edd3ec4-0df2-476f-af32-a3254c694619. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,598 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 10079e08-8b20-4b7f-8bbe-4c4542ad6688. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:03:56,706 ERROR api_checklist 64 75472 140736596902848 Failed to create checklist for VF STrhSns, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=2fb3c5a3-8701-4230-81c6-b3c55a7000f3. checklist_uuid=None"'
+2017-03-16 10:19:50,088 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5f46498-4933-45c9-a492-644f822ee589. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:50,195 ERROR api_checklist 85 76178 140736596902848 Failed to add audit log for checklist uuid: 72841328-60de-4240-9d7d-c2f78972c01d, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=8d394bc8-c25e-4edf-92c6-140c17c4eb94. checklist_uuid=72841328-60de-4240-9d7d-c2f78972c01d"'
+2017-03-16 10:19:51,205 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 547c5334-885a-47b1-b459-5c3ffee98419. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,313 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c5621915-0403-40f6-b3b9-bdcdcc31db46. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:51,420 ERROR api_checklist 113 76178 140736596902848 Failed to add next step for checklist uuid: 28a09ee5-d569-408a-9e4c-baf866a70f33, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=a2315478-0187-4a5c-af30-7270ca76a898. checklist_uuid=28a09ee5-d569-408a-9e4c-baf866a70f33"'
+2017-03-16 10:19:53,160 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 88afb9fd-583b-4569-a843-d377162fbead. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,265 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:53,379 ERROR api_virtual_function 39 76178 140736596902848 Failed to add next step to VF STtmUjZ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=652e9491-dd13-4534-8a74-64d1cad41732. checklist_uuid=None"'
+2017-03-16 10:19:54,184 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a2007ab0-7b9c-442e-aa6c-237596421cc2. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,406 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 9189fdfd-9458-4700-8940-a9bb4c27ffb4. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:54,621 ERROR api_checklist 38 76178 140736596902848 Failed to create checklist for VF STYtKol, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=3c817f83-6791-4d74-b178-b5e0078d99e7. checklist_uuid=None"'
+2017-03-16 10:19:55,416 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,524 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:55,632 ERROR api_virtual_function 150 76178 140736596902848 Failed to edit next step uuid: f3e9cb2e-0947-4694-a62a-7b02f42b527b, see response >>> 401 Unauthorized
+2017-03-16 10:19:57,008 ERROR api_virtual_function 95 76178 140736596902848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-03-16 10:19:58,027 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,144 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:58,252 ERROR api_checklist 133 76178 140736596902848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-03-16 10:19:59,300 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e329fc56-e8db-4565-9cdb-3f8d3d4285b1. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,414 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 888f6d9d-2ca4-44af-9e26-6e4a6b96f4f9. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:19:59,523 ERROR api_checklist 64 76178 140736596902848 Failed to create checklist for VF STH7Oqn, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7268211a-5663-443f-86dd-9f1dcf0e0590. eng_uuid=45b8611e-fabe-4ec9-b060-5a9ba7998dc5. checklist_uuid=None"'
+2017-03-16 10:20:48,140 ERROR exception_decor 21 76444 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:25:23,757 ERROR exception_decor 21 76570 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:34:43,466 ERROR exception_decor 21 76723 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:21,852 ERROR exception_decor 21 77084 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:36:49,648 ERROR exception_decor 21 77179 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:37:25,340 ERROR exception_decor 21 77248 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:38:38,101 ERROR exception_decor 21 77336 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:39:04,627 ERROR exception_decor 21 77395 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:41:14,642 ERROR exception_decor 21 77468 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:42:51,636 ERROR exception_decor 21 77617 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:43:51,171 ERROR exception_decor 21 77683 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:46:28,004 ERROR exception_decor 21 77781 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:47:27,278 ERROR exception_decor 21 77889 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:53:53,757 ERROR exception_decor 21 78186 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 10:58:28,199 ERROR exception_decor 21 78430 140736596902848 There was an exception in test_admin_page
+2017-03-16 10:59:11,698 ERROR exception_decor 21 78471 140736596902848 There was an exception in test_admin_page
+2017-03-16 11:01:19,364 ERROR exception_decor 21 78599 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:02:44,720 ERROR exception_decor 21 78674 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:05:58,948 ERROR exception_decor 21 78814 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:07:24,431 ERROR exception_decor 21 78880 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:12:02,673 ERROR exception_decor 21 78957 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:13,940 ERROR exception_decor 21 79171 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:16:32,677 ERROR exception_decor 21 79357 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:25:37,571 ERROR exception_decor 21 79421 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:00,034 ERROR exception_decor 21 79779 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:26:50,973 ERROR exception_decor 21 79831 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-16 11:31:43,256 ERROR exception_decor 21 79963 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:38:03,931 ERROR exception_decor 21 84343 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:40:00,364 ERROR exception_decor 21 84458 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-03-19 01:42:21,726 ERROR exception_decor 21 84577 140736596902848 There was an exception in test_E2EChecklist_AddNextStep_Test
+2017-04-05 07:40:05,472 ERROR exception_decor 21 28611 140736398640064 There was an exception in test_update_status_via_other_el
+2017-04-05 07:45:13,551 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:13,647 ERROR api_checklist 85 28986 140736398640064 Failed to add audit log for checklist uuid: 64d074c1-1037-4d43-81cb-8bec29218aaf, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/64d074c1-1037-4d43-81cb-8bec29218aaf/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:14,571 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 8487f083-0cb0-4ee9-a613-5cd6afb6c1ec. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,673 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:14,769 ERROR api_checklist 113 28986 140736398640064 Failed to add next step for checklist uuid: 46ed7bff-0ec2-430d-b02e-1178ce266eb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=1cb698c4-3f48-448a-9c02-92595bec66e0. checklist_uuid=46ed7bff-0ec2-430d-b02e-1178ce266eb9"'
+2017-04-05 07:45:25,987 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:26,200 ERROR api_checklist 85 29043 140736398640064 Failed to add audit log for checklist uuid: d43dd406-d2d3-427f-a7ca-8c0ef131b372, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/d43dd406-d2d3-427f-a7ca-8c0ef131b372/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:45:28,353 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 82dfe31e-aaa5-40c6-8d1b-debf73599f78. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,613 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fcd63d13-a633-4155-a394-a2cc047796d7. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:28,845 ERROR api_checklist 113 29043 140736398640064 Failed to add next step for checklist uuid: 1f753bf1-79de-41f1-9351-f1ed50ee95e0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=c014fd61-0bbc-4be8-a7c6-4aad9712a696. checklist_uuid=1f753bf1-79de-41f1-9351-f1ed50ee95e0"'
+2017-04-05 07:45:32,669 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f3bdf161-cc8f-439a-aeda-a7956545dd79. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:33,164 ERROR api_virtual_function 39 29043 140736398640064 Failed to add next step to VF SThXGSC, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=4da408fd-933f-488e-97cc-8f938d88d7b5. checklist_uuid=None"'
+2017-04-05 07:45:34,553 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b20c2095-0529-46dc-9948-b7b795fb3e4f. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:34,944 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:35,225 ERROR api_checklist 38 29043 140736398640064 Failed to create checklist for VF STwihO5, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=76b57d96-5127-44b9-bca8-1f48c3722ed0. checklist_uuid=None"'
+2017-04-05 07:45:36,590 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,726 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:36,867 ERROR api_virtual_function 150 29043 140736398640064 Failed to edit next step uuid: f0081f2a-715a-466e-a6e7-f0b37cab73a0, see response >>> 401 Unauthorized
+2017-04-05 07:45:38,776 ERROR api_virtual_function 95 29043 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:45:40,717 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,835 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:40,953 ERROR api_checklist 133 29043 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:45:42,386 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: d2dd495c-632d-49f2-8b16-0a5bf76931ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,526 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: dbe60237-b317-4506-8508-b1b6be3599fe. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:45:42,823 ERROR api_checklist 64 29043 140736398640064 Failed to create checklist for VF STIqvRA, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: adc253fa-9e0a-4d41-b2dc-ed52451194ae. eng_uuid=d1cdd55e-a73d-4dbe-b537-880ec322228b. checklist_uuid=a9808646-8d0c-4095-a9a5-c44db7ce4fc3"'
+2017-04-05 07:46:16,721 ERROR exception_decor 21 29043 140736398640064 There was an exception in test_detailed_view
+2017-04-05 07:47:51,801 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:52,012 ERROR api_checklist 85 30030 140736398640064 Failed to add audit log for checklist uuid: 4b1b5b56-c322-4276-9f81-3a6648d82b11, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/4b1b5b56-c322-4276-9f81-3a6648d82b11/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:47:53,790 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: f03a3735-6e92-4bcc-948e-00875502add4. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,115 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:54,315 ERROR api_checklist 113 30030 140736398640064 Failed to add next step for checklist uuid: 6041c6f2-d2a8-4f02-863d-2944244c4a0c, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=a3800991-434c-4b8a-865a-958b0a8ccf8d. checklist_uuid=6041c6f2-d2a8-4f02-863d-2944244c4a0c"'
+2017-04-05 07:47:57,474 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 4cfc1d1c-02a0-43d8-9575-a172c204ebcf. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:47:58,628 ERROR api_virtual_function 39 30030 140736398640064 Failed to add next step to VF STzbC8P, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=1c8d133f-174d-443c-923a-c8d7a99e4fe6. checklist_uuid=None"'
+2017-04-05 07:48:00,793 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7320ab3e-3376-4862-89f6-2a34ff33485f. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,095 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:01,472 ERROR api_checklist 38 30030 140736398640064 Failed to create checklist for VF STDIseF, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=51eac48f-5bd6-421d-830b-de1f8c1f4358. checklist_uuid=None"'
+2017-04-05 07:48:04,863 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,027 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:05,360 ERROR api_virtual_function 150 30030 140736398640064 Failed to edit next step uuid: b71aa70c-d663-4891-834f-f32b36e19932, see response >>> 401 Unauthorized
+2017-04-05 07:48:09,554 ERROR api_virtual_function 95 30030 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:48:11,782 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:11,958 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:12,115 ERROR api_checklist 133 30030 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:48:14,621 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b9982b65-f971-4b20-9643-f4d569853900. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,737 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:14,855 ERROR api_checklist 64 30030 140736398640064 Failed to create checklist for VF STcB4p0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=d4647b3c-83c2-4692-b1fd-63021861bc3d. checklist_uuid=68b70352-0f79-48bc-99de-1bf12dd7b8ee"'
+2017-04-05 07:48:24,275 ERROR exception_decor 21 30032 140736398640064 There was an exception in test_Create_New_Checklist
+2017-04-05 07:49:02,473 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:02,592 ERROR api_checklist 85 30558 140736398640064 Failed to add audit log for checklist uuid: c7b2be75-e84a-4a2c-b80c-4e60c36b25c2, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/c7b2be75-e84a-4a2c-b80c-4e60c36b25c2/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:49:04,500 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 15fb69ab-c390-446b-99d3-4adbdd222d33. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,719 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bb080337-8164-4329-95c6-f4112489be0c. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:04,867 ERROR api_checklist 113 30558 140736398640064 Failed to add next step for checklist uuid: b48be874-20e4-4961-8562-f48cfb14bc6a, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=adc899c8-3b66-47ce-b7d3-1906a7b76fa0. checklist_uuid=b48be874-20e4-4961-8562-f48cfb14bc6a"'
+2017-04-05 07:49:08,353 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1ee2038c-0e04-4151-8971-5a6c67878414. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:09,078 ERROR api_virtual_function 39 30558 140736398640064 Failed to add next step to VF STkcj6z, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=eabf7ae6-d6bc-40a0-a53a-95ce631e4e14. checklist_uuid=None"'
+2017-04-05 07:49:11,018 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b89f9946-3d4d-43d3-bd82-a8ebd04ea414. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,362 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:11,721 ERROR api_checklist 38 30558 140736398640064 Failed to create checklist for VF STSgRJD, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=59e46ca9-30a2-44cc-843d-29f3d3097b3c. checklist_uuid=None"'
+2017-04-05 07:49:13,547 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,719 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:13,859 ERROR api_virtual_function 150 30558 140736398640064 Failed to edit next step uuid: 233c9c04-86ef-46f7-a957-0a472ad61109, see response >>> 401 Unauthorized
+2017-04-05 07:49:16,570 ERROR api_virtual_function 95 30558 140736398640064 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:49:18,606 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,752 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:18,868 ERROR api_checklist 133 30558 140736398640064 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:49:21,827 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c0a017b8-2b74-4314-820c-fafcc1ebd271. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,012 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c54e658b-a7a5-4a83-86e8-9a17869b9d07. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:49:22,234 ERROR api_checklist 64 30558 140736398640064 Failed to create checklist for VF STyqLXG, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 660a4ec6-cecd-43ea-b158-29520b7a9649. eng_uuid=6ecedd99-1b69-46cb-aa7e-993573ca3a8f. checklist_uuid=702f8750-363b-42e1-829a-dd55af77d1b2"'
+2017-04-05 07:54:43,019 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:43,148 ERROR api_checklist 85 908 140736510014400 Failed to add audit log for checklist uuid: 0aa1662b-036c-4d81-a8f3-170ca28ae26d, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/0aa1662b-036c-4d81-a8f3-170ca28ae26d/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 07:54:44,857 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ae68181a-3cd0-4f8c-a178-260562679301. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:44,960 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:45,051 ERROR api_checklist 113 908 140736510014400 Failed to add next step for checklist uuid: 134882a0-93c6-41f2-97f7-a70bd2f2cfb9, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=4d228ea7-78c1-46e7-9038-fb9894776705. checklist_uuid=134882a0-93c6-41f2-97f7-a70bd2f2cfb9"'
+2017-04-05 07:54:47,846 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 623d9939-adde-4b99-827a-a8d58a7a720d. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:48,115 ERROR api_virtual_function 39 908 140736510014400 Failed to add next step to VF STtwELQ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=0e52185f-fca0-4002-9a6f-555cb9fbd61d. checklist_uuid=None"'
+2017-04-05 07:54:49,373 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: caebf2d0-0514-4995-9061-865aa7804633. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:49,665 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 414b62ec-c5f9-4a11-9f5d-3f73ba740500. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:50,017 ERROR api_checklist 38 908 140736510014400 Failed to create checklist for VF STlhEaH, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=344d9254-0ad5-4dd4-b14a-2bd97d371aad. checklist_uuid=None"'
+2017-04-05 07:54:51,935 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,090 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:52,218 ERROR api_virtual_function 150 908 140736510014400 Failed to edit next step uuid: fa8eac9f-8342-4569-bf40-a5552f199fe6, see response >>> 401 Unauthorized
+2017-04-05 07:54:53,981 ERROR api_virtual_function 95 908 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 07:54:55,489 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,635 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:55,764 ERROR api_checklist 133 908 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 07:54:57,097 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1129d8c5-f083-4588-ab13-db49dc4916ee. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,216 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: eece2a8f-b8d6-43bc-90a7-acc024742671. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:54:57,330 ERROR api_checklist 64 908 140736510014400 Failed to create checklist for VF STBdL2W, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: c747c237-be98-4095-b95a-d20d468889b1. eng_uuid=d83525ff-1a9e-42b7-ab78-5c9ee130dd03. checklist_uuid=4803925a-16ad-4728-88bd-765ffd46a8f1"'
+2017-04-05 07:55:15,548 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STr840Q@intl.att.com password=iceusers
+2017-04-05 07:55:15,549 ERROR exception_decor 21 908 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 07:55:37,721 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 07:55:56,185 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_page
+2017-04-05 07:56:14,335 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STG8HdB@intl.att.com password=iceusers
+2017-04-05 07:56:14,336 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 07:56:32,830 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 07:56:50,483 ERROR exception_decor 21 908 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 07:57:10,358 ERROR exception_decor 21 908 140736510014400 There was an exception in test_search_documentation
+2017-04-05 07:57:28,356 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STUOS9w@intl.att.com password=iceusers
+2017-04-05 07:57:28,357 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 07:57:46,378 ERROR fe_user 42 908 140736510014400 Login FAILED: email=STbjfMq@intl.att.com password=iceusers
+2017-04-05 07:57:46,379 ERROR exception_decor 21 908 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:17:40,982 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:41,098 ERROR api_checklist 85 6533 140736510014400 Failed to add audit log for checklist uuid: 5b89d5f1-f448-420f-b589-2e68abaf45e8, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/5b89d5f1-f448-420f-b589-2e68abaf45e8/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:17:42,794 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 51121644-4190-40b9-b381-beb0a6b9e008. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:42,948 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:43,117 ERROR api_checklist 113 6533 140736510014400 Failed to add next step for checklist uuid: 27c30051-0fb9-47e3-a860-66458c6fe4f0, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e4f9b312-2634-4ad9-9273-c870d0e81b17. checklist_uuid=27c30051-0fb9-47e3-a860-66458c6fe4f0"'
+2017-04-05 08:17:45,749 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: fc891ac3-b3b9-49c6-90ca-c4c3b138eb73. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:46,240 ERROR api_virtual_function 39 6533 140736510014400 Failed to add next step to VF STjlYd6, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=e492ed11-86f6-423a-a9f4-e05fa310709a. checklist_uuid=None"'
+2017-04-05 08:17:47,345 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: e089b07a-fd99-40e7-a744-650056d1d06a. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,599 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:47,887 ERROR api_checklist 38 6533 140736510014400 Failed to create checklist for VF SThfSdi, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=69aa2101-b2d9-403a-bba3-19f42f964fde. checklist_uuid=None"'
+2017-04-05 08:17:49,383 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,555 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:49,729 ERROR api_virtual_function 150 6533 140736510014400 Failed to edit next step uuid: 606c0dda-4807-47cb-a8bc-374c279036e0, see response >>> 401 Unauthorized
+2017-04-05 08:17:51,961 ERROR api_virtual_function 95 6533 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:17:54,073 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,225 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:54,365 ERROR api_checklist 133 6533 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:17:56,047 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 121827ca-bc42-4236-ad4e-40417064254b. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,158 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:17:56,300 ERROR api_checklist 64 6533 140736510014400 Failed to create checklist for VF STgZvhd, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=c5209d0d-b1a9-4466-b7e4-bc29a568d0d5. checklist_uuid=915e5b9f-54e4-4da8-94b7-43c65e8f4b4d"'
+2017-04-05 08:18:08,022 ERROR exception_decor 21 6533 140736510014400 There was an exception in test_discard_checklist_tamplate_with_changes
+2017-04-05 08:18:30,786 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:30,910 ERROR api_checklist 85 6981 140736510014400 Failed to add audit log for checklist uuid: 83e9223b-2e33-48d9-b6c7-b691844b9eaa, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/83e9223b-2e33-48d9-b6c7-b691844b9eaa/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:32,581 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: aa37aae3-a7d1-4ad2-a6f1-52126a10000c. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,718 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:32,839 ERROR api_checklist 113 6981 140736510014400 Failed to add next step for checklist uuid: 286dc80d-cab0-4928-b484-da5753a35e93, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=20632696-836f-4f0f-ab6d-0f3d30f3f1d4. checklist_uuid=286dc80d-cab0-4928-b484-da5753a35e93"'
+2017-04-05 08:18:35,932 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 7f49f080-40c9-4e72-8c00-55820fb5571c. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,414 ERROR api_virtual_function 39 6981 140736510014400 Failed to add next step to VF ST4cE7A, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=66916553-a3e9-4837-b064-b4fde187b0c6. checklist_uuid=None"'
+2017-04-05 08:18:36,444 ERROR fe_user 42 6983 140736510014400 Login FAILED: email=STXlji6@intl.att.com password=iceusers
+2017-04-05 08:18:36,445 ERROR exception_decor 21 6983 140736510014400 There was an exception in test_Create_New_Checklist
+2017-04-05 08:18:49,912 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:49,999 ERROR api_checklist 85 7122 140736510014400 Failed to add audit log for checklist uuid: 68f00d16-295b-44c6-ac6e-81665848d7bc, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/68f00d16-295b-44c6-ac6e-81665848d7bc/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:18:50,915 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 483e6432-c9c3-41c4-8f82-c8fea809266d. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,009 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:51,099 ERROR api_checklist 113 7122 140736510014400 Failed to add next step for checklist uuid: 00fdd8cb-a963-4891-ab9f-c7c27ce62b58, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6521c09c-1c52-4bc8-b575-5baac369a773. checklist_uuid=00fdd8cb-a963-4891-ab9f-c7c27ce62b58"'
+2017-04-05 08:18:52,669 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: ff3964f3-3ecc-41e2-b447-792131afe274. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:52,902 ERROR api_virtual_function 39 7122 140736510014400 Failed to add next step to VF STAjiUl, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=cbbbfc4b-0861-41f6-be7a-c6dfa80d5aff. checklist_uuid=None"'
+2017-04-05 08:18:53,580 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: a3726a3f-947f-491a-a30f-91434134729c. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,773 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:53,969 ERROR api_checklist 38 7122 140736510014400 Failed to create checklist for VF SThL5yw, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=ea425b57-c8ea-4a6e-bea3-431da0e9e238. checklist_uuid=None"'
+2017-04-05 08:18:54,683 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,775 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:54,866 ERROR api_virtual_function 150 7122 140736510014400 Failed to edit next step uuid: d12bfda7-6a5e-4e34-b62b-f023c2b58d0f, see response >>> 401 Unauthorized
+2017-04-05 08:18:55,842 ERROR api_virtual_function 95 7122 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:18:56,756 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,851 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:56,943 ERROR api_checklist 133 7122 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:18:57,859 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 2530326a-5eb2-4dca-b5d1-24ef2ad49555. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:57,958 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:18:58,058 ERROR api_checklist 64 7122 140736510014400 Failed to create checklist for VF STbigCY, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=3d0af371-fce7-4d83-aea7-3b403186232d. checklist_uuid=4b6c48cc-5c60-4aee-9abc-8b11a0ec1260"'
+2017-04-05 08:26:29,329 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STtlgme@intl.att.com password=iceusers
+2017-04-05 08:26:29,330 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:26:49,762 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:27:07,103 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:27:24,258 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STkrye2@intl.att.com password=iceusers
+2017-04-05 08:27:24,259 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:27:41,132 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:27:58,060 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:28:16,641 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:28:34,103 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=ST8Dv3t@intl.att.com password=iceusers
+2017-04-05 08:28:34,104 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:28:51,069 ERROR fe_user 42 7122 140736510014400 Login FAILED: email=STw3hdJ@intl.att.com password=iceusers
+2017-04-05 08:28:51,070 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:30:39,107 ERROR exception_decor 21 7122 140736510014400 There was an exception in test_validate_filtering_by_stage_completed
+2017-04-05 08:49:40,507 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:40,608 ERROR api_checklist 85 9808 140736510014400 Failed to add audit log for checklist uuid: 13cae5ba-0186-422c-8dd2-bcd1d0961909, see response >>> 404 Not Found.
+Content: b'\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta http-equiv="content-type" content="text/html; charset=utf-8">\n <title>Page not found at /ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</title>\n <meta name="robots" content="NONE,NOARCHIVE">\n <style type="text/css">\n html * { padding:0; margin:0; }\n body * { padding:10px 20px; }\n body * * { padding:0; }\n body { font:small sans-serif; background:#eee; }\n body>div { border-bottom:1px solid #ddd; }\n h1 { font-weight:normal; margin-bottom:.4em; }\n h1 span { font-size:60%; color:#666; font-weight:normal; }\n table { border:none; border-collapse: collapse; width:100%; }\n td, th { vertical-align:top; padding:2px 3px; }\n th { width:12em; text-align:right; color:#666; padding-right:.5em; }\n #info { background:#f6f6f6; }\n #info ol { margin: 0.5em 4em; }\n #info ol li { font-family: monospace; }\n #summary { background: #ffc; }\n #explanation { background:#eee; border-bottom: 0px none; }\n </style>\n</head>\n<body>\n <div id="summary">\n <h1>Page not found <span>(404)</span></h1>\n <table class="meta">\n <tr>\n <th>Request Method:</th>\n <td>POST</td>\n </tr>\n <tr>\n <th>Request URL:</th>\n <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</td>\n </tr>\n \n </table>\n </div>\n <div id="info">\n \n <p>\n Using the URLconf defined in <code>ice.urls</code>,\n Django tried these URL patterns, in this order:\n </p>\n <ol>\n \n <li>\n \n ^admin/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/engagementleads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/ssh/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/account/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/reset-instructions/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/pwd/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activation-mail/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^single-engagement/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/user/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/starred_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/recent_eng/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/engagement-team/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/expanded/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/export/\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^deployment-targets/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^ecomp-releases/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^dtsites/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vendors/(?P&lt;uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vfcs/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^nextsteps/(?P&lt;ns_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^login(?P&lt;param&gt;.*)?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^signup/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^addvf/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^add-contact/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^invite-team-members/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/reset/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/num/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/(?P&lt;notif_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^notifications/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-engagement-leads/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^load-companies/?$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/template/(?P&lt;templateUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/templates/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/(?P&lt;checklistUuid&gt;.*)$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^checklist/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/posts/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/$\n \n \n </li>\n \n <li>\n \n ^ice/v1/engmgr/\n \n \n ^cms/pages/(?P&lt;id&gt;.*)/$\n \n \n </li>\n \n <li>\n \n ^v/\n \n \n </li>\n \n <li>\n \n ^api-auth/\n \n \n </li>\n \n </ol>\n <p>The current URL, <code>ice/v1/engmgr/engagement/13cae5ba-0186-422c-8dd2-bcd1d0961909/auditlog/</code>, didn\'t match any of these.</p>\n \n </div>\n\n <div id="explanation">\n <p>\n You\'re seeing this error because you have <code>DEBUG = True</code> in\n your Django settings file. Change that to <code>False</code>, and Django\n will display a standard 404 page.\n </p>\n </div>\n</body>\n</html>\n'
+2017-04-05 08:49:42,340 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b5ab5e46-d21e-4168-992e-84cbb5f831cb. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,478 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:42,636 ERROR api_checklist 113 9808 140736510014400 Failed to add next step for checklist uuid: a3a235c1-cbfa-44a1-91c1-2eee016601b1, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=19d25478-f119-41d9-80fc-fb26380e905d. checklist_uuid=a3a235c1-cbfa-44a1-91c1-2eee016601b1"'
+2017-04-05 08:49:44,891 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: bdad506b-ab31-4002-bc5d-1ec003e3a4dc. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:45,402 ERROR api_virtual_function 39 9808 140736510014400 Failed to add next step to VF STFeC6k, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=6c1700f7-6bc6-4901-83e7-92e2e514b1bd. checklist_uuid=None"'
+2017-04-05 08:49:46,881 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1e269ee6-87e1-41c6-96fb-32b0f53abf3f. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,082 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 1334e82e-ded3-4c1e-a5db-2ad3aec4d1b8. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:47,276 ERROR api_checklist 38 9808 140736510014400 Failed to create checklist for VF STjHbsJ, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=50518962-815a-4dac-9cb7-eaa4ed2acdb5. checklist_uuid=None"'
+2017-04-05 08:49:48,567 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,724 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:48,931 ERROR api_virtual_function 150 9808 140736510014400 Failed to edit next step uuid: 3133c711-cb56-4d6b-95ea-e7d61818b065, see response >>> 401 Unauthorized
+2017-04-05 08:49:51,299 ERROR api_virtual_function 95 9808 140736510014400 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-04-05 08:49:53,223 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,363 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:53,474 ERROR api_checklist 133 9808 140736510014400 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-04-05 08:49:54,873 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 83a088e6-8247-4506-869e-a49dca4b2fb4. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,073 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: b54e6a9d-9e52-4d7c-9e39-f38429b7dc30. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:49:55,233 ERROR api_checklist 64 9808 140736510014400 Failed to create checklist for VF STf7waz, see response >>> 401 Unauthorized.
+Content: b'"User not authorized: 33795543-c94f-4a67-ad57-d58a4d9fa663. eng_uuid=38d30d86-3851-45b5-8688-8f27b476e16e. checklist_uuid=95ce9d3e-d5b8-45dc-9949-a16b1da8959d"'
+2017-04-05 08:50:13,495 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STBsnTf@intl.att.com password=iceusers
+2017-04-05 08:50:13,496 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_Announcement_validate_toast
+2017-04-05 08:50:35,789 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_grandchild_page
+2017-04-05 08:50:54,181 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_page
+2017-04-05 08:51:13,258 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=ST7GqYI@intl.att.com password=iceusers
+2017-04-05 08:51:13,259 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_Announcement
+2017-04-05 08:51:32,502 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_FAQ
+2017-04-05 08:51:51,400 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_insert_post_News
+2017-04-05 08:52:11,201 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_search_documentation
+2017-04-05 08:52:30,442 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STDNLGM@intl.att.com password=iceusers
+2017-04-05 08:52:30,443 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_5_last_Announcement_displayed
+2017-04-05 08:52:48,925 ERROR fe_user 42 9808 140736510014400 Login FAILED: email=STaCK2c@intl.att.com password=iceusers
+2017-04-05 08:52:48,926 ERROR exception_decor 21 9808 140736510014400 There was an exception in test_validate_expired_post_Announcement
+2017-04-05 08:55:07,674 ERROR api_user 218 9809 140736510014400 POST request failed to sign up the invited team member, see response >>> 200 OK
+b'{"full_name":"ST0rcUV","email":"ST94rvY@att.com","uuid":"51bca254-da3c-4466-9628-aeeadbfe6228","role":{"id":1,"uuid":"7dcafa0c-9b8a-4408-a4e6-e228fd5378e5","name":"standard_user"},"user":{"is_active":false,"email":"ST94rvY@att.com","activation_token":"8cd310c7d4e74566bf803ef6e6ca468a"},"company":{"id":1,"uuid":"8096266d-ddf0-4f14-ac4b-05f0d70c5cad","name":"AT&T","public":true},"phone_number":"+12017992776","eng_uuid":"a17b2446-079d-41ea-9970-eb01a9d360a4","token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo0MzksImVtYWlsIjoiU1Q5NHJ2WUBhdHQuY29tIiwidXNlcm5hbWUiOiJTVDk0cnZZQGF0dC5jb20iLCJleHAiOjE0OTE0ODY5MDd9.TxDfI0iVd4zYCUorGkj_WL5ECKeml0lC1Ulqw786GSQ"}'
+2017-04-05 08:55:07,674 ERROR exception_decor 21 9809 140736510014400 There was an exception in test_add_att_sposnsor
+2017-04-19 09:42:32,552 ERROR exception_decor 23 62099 140736103490496 There was an exception in test_admin_page
+2017-04-19 09:42:57,515 ERROR exception_decor 23 62137 140736103490496 There was an exception in test_admin_page
+2017-04-19 10:06:21,270 ERROR exception_decor 23 63062 140736103490496 There was an exception in test_negative_admin_page
+2017-04-23 23:50:47,560 ERROR exception_decor 23 9199 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:52:45,316 ERROR exception_decor 23 9242 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:53:36,300 ERROR exception_decor 23 9291 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:03,302 ERROR fe_user 42 9389 140736342762432 Login FAILED: email=STcYjJ6@intl.att.com password=iceusers
+2017-04-23 23:59:03,306 ERROR exception_decor 23 9389 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-23 23:59:52,749 ERROR exception_decor 23 9473 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:05:42,518 ERROR exception_decor 23 9566 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:14:26,370 ERROR exception_decor 23 9838 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:15:13,160 ERROR exception_decor 23 9896 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 00:35:31,486 ERROR exception_decor 23 10924 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_progress_bar
+2017-04-24 01:03:36,073 ERROR exception_decor 23 12071 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:04:49,391 ERROR exception_decor 23 12132 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:12:58,468 ERROR exception_decor 23 12375 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:14:54,362 ERROR exception_decor 23 12559 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:16:21,833 ERROR exception_decor 23 12612 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:17,254 ERROR exception_decor 23 12780 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:21:59,846 ERROR exception_decor 23 12839 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:00,955 ERROR exception_decor 23 12942 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:25:52,304 ERROR exception_decor 23 13008 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:26:27,580 ERROR fe_user 42 13025 140736342762432 Login FAILED: email=hs0007@att.com password=iceusers
+2017-04-24 01:26:27,583 ERROR exception_decor 23 13025 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:27:17,586 ERROR fe_user 42 13055 140736342762432 Login FAILED: email=dd1122@att.com password=iceusers
+2017-04-24 01:27:17,589 ERROR exception_decor 23 13055 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-24 01:30:44,151 ERROR exception_decor 23 13188 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:32:09,465 ERROR exception_decor 23 13260 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 01:34:14,110 ERROR exception_decor 23 13324 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-24 06:31:52,038 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-24 06:31:55,761 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_XSS_script
+2017-04-24 06:32:19,967 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_att_sposnsor
+2017-04-24 06:32:43,740 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vendor_contact
+2017-04-24 06:32:47,463 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_add_vf
+2017-04-24 06:33:12,970 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_current_status
+2017-04-24 06:33:16,575 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_existing_user
+2017-04-24 06:33:40,717 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user
+2017-04-24 06:34:05,200 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_invite_new_user_att_sposnsor
+2017-04-24 06:34:45,044 ERROR exception_decor 23 21317 140736342762432 There was an exception in test_validate_account_form
+2017-04-25 02:08:31,725 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_Validate_SSHkeyNS
+2017-04-25 02:08:35,458 ERROR exception_decor 23 38928 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:14:15,782 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_detailed_view
+2017-04-25 02:14:19,466 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_edit_ecomp_release_and_aic
+2017-04-25 02:14:23,221 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_negative_role_for_deployment_targets
+2017-04-25 02:14:26,905 ERROR exception_decor 23 39085 140736342762432 There was an exception in test_role_for_deployment_targets
+2017-04-25 02:17:11,621 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_progress_bar_ui
+2017-04-25 02:17:15,344 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_dashboard_progress_bar
+2017-04-25 02:17:19,034 ERROR exception_decor 23 39170 140736342762432 There was an exception in test_vnf_version_with_value_appears_in_overview_progress_bar
+2017-04-25 02:34:47,836 ERROR exception_decor 23 40729 140736342762432 There was an exception in test_XSS_script
+2017-04-25 02:39:34,978 ERROR exception_decor 23 41585 140736342762432 There was an exception in test_XSS_script
+2017-04-25 03:52:48,418 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step
+2017-04-25 03:53:09,734 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 03:53:42,825 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 03:54:24,439 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 03:54:45,092 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 03:55:26,237 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 03:55:46,984 ERROR exception_decor 23 42720 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 04:02:16,483 ERROR exception_decor 23 43248 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:04:38,198 ERROR exception_decor 23 43301 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:05:23,322 ERROR exception_decor 23 43379 140736342762432 There was an exception in test_add_next_step
+2017-04-25 04:06:33,086 ERROR exception_decor 23 43465 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:12:10,585 ERROR exception_decor 23 43632 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 04:18:19,802 ERROR exception_decor 23 43746 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:28:54,089 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_add_next_step_via_pr
+2017-04-25 05:29:27,373 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:30:08,405 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:30:29,185 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:31:11,432 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:31:31,416 ERROR exception_decor 23 45541 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 05:32:35,598 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_add_next_step
+2017-04-25 05:33:20,251 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 05:34:01,386 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 05:34:21,931 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 05:34:42,699 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_step_with_empty_associated_files
+2017-04-25 05:35:03,663 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 05:35:24,057 ERROR exception_decor 23 46028 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:25:14,340 ERROR exception_decor 23 47139 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:19,506 ERROR exception_decor 23 47230 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:26:56,931 ERROR exception_decor 23 47282 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:27:56,379 ERROR exception_decor 23 47326 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:29:10,246 ERROR exception_decor 23 47391 140736342762432 There was an exception in test_add_next_step
+2017-04-25 06:31:29,013 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_complete_next_steps
+2017-04-25 06:32:11,148 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:32:31,375 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:33:12,830 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 06:33:33,250 ERROR exception_decor 23 47454 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:39:40,707 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:40:01,589 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:40:57,657 ERROR exception_decor 23 48139 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:43:04,932 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:43:25,304 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:43:45,170 ERROR exception_decor 23 48404 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 06:46:05,177 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 06:46:25,542 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 06:46:45,473 ERROR exception_decor 23 48560 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:44:43,269 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:45:11,962 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:48:25,954 ERROR exception_decor 23 49673 140736342762432 There was an exception in test_next_steps_ordering_via_pr
+2017-04-25 07:51:41,178 ERROR exception_decor 23 49996 140736342762432 There was an exception in test_filter_next_steps_by_associated_files
+2017-04-25 07:56:15,776 ERROR exception_decor 23 50124 140736342762432 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-04-25 07:59:41,619 ERROR exception_decor 23 50364 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:03:35,661 ERROR exception_decor 23 51056 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:04:21,770 ERROR exception_decor 23 51083 140736342762432 There was an exception in test_next_steps_ordering
+2017-04-25 08:05:30,899 ERROR exception_decor 23 51134 140736342762432 There was an exception in test_next_steps_ordering
+2017-05-01 04:16:51,893 ERROR exception_decor 23 8219 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:21:56,239 ERROR exception_decor 23 8429 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:28:03,047 ERROR exception_decor 23 8749 140736342762432 There was an exception in test_save_checklist_tamplate_after_lineitem_added
+2017-05-01 04:50:41,478 ERROR exception_decor 23 9683 140736342762432 There was an exception in test_save_checklist_tamplate_after_edit_section_name
+2017-05-03 09:15:14,564 ERROR fe_user 42 8760 140735693222848 Login FAILED: email=ST65ysV@intl.att.com password=iceusers
+2017-05-03 09:15:14,567 ERROR exception_decor 23 8760 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-03 09:16:08,573 ERROR exception_decor 23 8833 140735693222848 There was an exception in test_validate_expired_post_Announcement
+2017-05-04 02:48:30,881 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_audit_log
+2017-05-04 02:48:31,406 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_add_checklist_next_step
+2017-05-04 02:48:31,837 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_contact
+2017-05-04 02:48:32,585 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_add_next_step
+2017-05-04 02:48:33,099 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_create_checklist
+2017-05-04 02:48:33,568 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_edit_next_step
+2017-05-04 02:48:33,734 ERROR exception_decor 23 24218 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:48:33,737 ERROR exception_decor 23 24220 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:48:33,967 ERROR exception_decor 23 24219 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:48:34,044 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_invite_member
+2017-05-04 02:48:34,807 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_set_checklist_state
+2017-05-04 02:48:35,453 ERROR exception_decor 23 24217 140735693222848 There was an exception in test_negative_update_checklist
+2017-05-04 02:49:55,711 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:55,821 ERROR api_checklist 107 24446 140735693222848 Failed to add audit log for checklist uuid: 411a8c49-cb12-43be-9d61-614c4af62a54, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/411a8c49-cb12-43be-9d61-614c4af62a54/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 02:49:57,888 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: a8c93c08-fd41-44ad-bb97-1c90467c1ecf. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,068 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:58,253 ERROR api_checklist 141 24446 140735693222848 Failed to add next step for checklist uuid: b37f468d-591c-4369-8e7d-16a7763f695c, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=18d9fa6d-3f87-4e2b-b1b0-2fcd6e67c1f0. checklist_uuid=b37f468d-591c-4369-8e7d-16a7763f695c"
+2017-05-04 02:49:59,646 ERROR api_virtual_function 148 24446 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 4ec336e1-ac1a-488f-90ee-f3aa4f8bf216. eng_uuid=08064b4f-3382-4ed9-af63-e67d789663d7. checklist_uuid=None"
+2017-05-04 02:50:00,305 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: a67d053c-2c20-4fd4-bebd-e832e78dbe5e. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:00,544 ERROR api_virtual_function 49 24446 140735693222848 Failed to add next step to VF STc0wAX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=40e7b867-63aa-46bb-84e8-99ed46ae49a8. checklist_uuid=None"
+2017-05-04 02:50:01,240 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: dd21b3ee-9421-497e-9602-0168bd961bcb. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,451 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:01,647 ERROR api_checklist 51 24446 140735693222848 Failed to create checklist for VF STLWveP, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b6787c39-47b7-4cd2-b2c0-d2d6732a7f36. checklist_uuid=None"
+2017-05-04 02:50:02,367 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,464 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:02,558 ERROR api_virtual_function 176 24446 140735693222848 Failed to edit next step uuid: a7c9bed5-efbf-413c-a219-2d6f9de8caf5, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,011 ERROR api_virtual_function 112 24446 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 02:50:04,970 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,067 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:05,164 ERROR api_checklist 163 24446 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 02:50:06,107 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 41143827-2582-4c9e-ae28-db98ac6b3a87. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,209 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:06,314 ERROR api_checklist 82 24446 140735693222848 Failed to create checklist for VF ST2Xqk7, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ba70d350-edd6-4c94-a3b6-ea9237b9cbdc. checklist_uuid=c07e62cc-56d7-4c81-8b46-40db9c4a458d"
+2017-05-04 02:50:08,852 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,853 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_admin_page
+2017-05-04 02:50:08,860 ERROR fe_user 42 24449 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 02:50:08,860 ERROR exception_decor 23 24449 140735693222848 There was an exception in test_archive_engagement
+2017-05-04 02:50:10,182 ERROR fe_user 42 24448 140735693222848 Login FAILED: email=SThlxSC@intl.att.com password=iceusers
+2017-05-04 02:50:10,183 ERROR exception_decor 23 24448 140735693222848 There was an exception in test__multi_el
+2017-05-04 02:50:13,418 ERROR fe_user 42 24447 140735693222848 Login FAILED: email=STZp2Bb@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR fe_user 42 24446 140735693222848 Login FAILED: email=STnhe74@intl.att.com password=iceusers
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24447 140735693222848 There was an exception in test_negative_admin_page
+2017-05-04 02:50:13,419 ERROR exception_decor 23 24446 140735693222848 There was an exception in test_Announcement_validate_toast
+2017-05-04 03:01:33,826 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:34,013 ERROR api_checklist 107 25560 140735693222848 Failed to add audit log for checklist uuid: 3cd35a38-e8e9-490f-9851-377022f56587, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/3cd35a38-e8e9-490f-9851-377022f56587/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:01:35,656 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: a6502173-8377-4465-b443-d5f825881b56. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,787 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:35,950 ERROR api_checklist 141 25560 140735693222848 Failed to add next step for checklist uuid: a9855342-0d41-4ad8-9115-7b2c20cdaf4e, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=ea699200-0810-419c-8ddd-e8809e63cd02. checklist_uuid=a9855342-0d41-4ad8-9115-7b2c20cdaf4e"
+2017-05-04 03:01:37,589 ERROR api_virtual_function 148 25560 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: f5165e81-de9c-4ac7-a3fd-f47b73251e1a. eng_uuid=f5021fe1-c7de-454a-8ad7-b5c82603374c. checklist_uuid=None"
+2017-05-04 03:01:39,012 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: 327c2b83-c90d-4e1f-ad0f-b3d9d0a8f701. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:39,269 ERROR api_virtual_function 49 25560 140735693222848 Failed to add next step to VF STu7jTb, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b397f9d2-5ae7-4743-a892-ad42911955de. checklist_uuid=None"
+2017-05-04 03:01:40,516 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: cff09816-8a86-4c9e-810e-e3c143faec9b. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:40,959 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:41,426 ERROR api_checklist 51 25560 140735693222848 Failed to create checklist for VF ST9rKjR, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=17f4691a-926d-4d56-9c6b-0b2e61cf7dee. checklist_uuid=None"
+2017-05-04 03:01:43,437 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:43,700 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:44,130 ERROR api_virtual_function 176 25560 140735693222848 Failed to edit next step uuid: 69143da5-2ce7-4e8d-89fd-9e1ce748ba2d, see response >>> 401 Unauthorized
+2017-05-04 03:01:45,965 ERROR api_virtual_function 112 25560 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:01:47,602 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,750 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:47,888 ERROR api_checklist 163 25560 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:01:49,532 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: fbd75b2b-daa1-4c64-95e2-dfda7e917dd1. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,662 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:01:49,794 ERROR api_checklist 82 25560 140735693222848 Failed to create checklist for VF STX2aMo, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=99de811b-a851-428d-885e-c79af1955539. checklist_uuid=9ff0068d-500c-44da-9e63-6cfd77e8e843"
+2017-05-04 03:06:56,375 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:08:03,784 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:08:22,425 ERROR exception_decor 23 25562 140735693222848 There was an exception in test_validate_notifications
+2017-05-04 03:12:49,066 ERROR exception_decor 23 32363 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:18:04,258 ERROR exception_decor 23 32581 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:21:37,361 ERROR exception_decor 23 32808 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 03:27:16,462 ERROR exception_decor 23 33456 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:28:56,552 ERROR exception_decor 23 33514 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:30:42,215 ERROR exception_decor 23 33587 140735693222848 There was an exception in test_notification_page_sanity
+2017-05-04 03:35:37,146 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:37,266 ERROR api_checklist 107 33824 140735693222848 Failed to add audit log for checklist uuid: 55bd742b-4cf1-4479-ae56-35c5588e30c0, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/55bd742b-4cf1-4479-ae56-35c5588e30c0/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:35:39,199 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3fa74abc-6284-406f-a193-02f5cdf97afd. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,403 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:39,593 ERROR api_checklist 141 33824 140735693222848 Failed to add next step for checklist uuid: 98d6aae4-d619-4345-ac39-48a7fae99653, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b2be60f2-1f16-4921-a772-0496cd17ade4. checklist_uuid=98d6aae4-d619-4345-ac39-48a7fae99653"
+2017-05-04 03:35:41,400 ERROR api_virtual_function 148 33824 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 38fe6431-5302-499d-8de9-8b77d894ad37. eng_uuid=10273408-42f7-46c1-a7f9-ba57f8c60653. checklist_uuid=None"
+2017-05-04 03:35:42,685 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: ba03eb8a-2535-4fc3-9b4e-290d665109dc. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:43,062 ERROR api_virtual_function 49 33824 140735693222848 Failed to add next step to VF STEoNSp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=00b49495-c665-4eb8-a6b7-d5f5bd38edbb. checklist_uuid=None"
+2017-05-04 03:35:44,300 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: aa20e348-9ba3-4760-9177-ec28fc2bc2da. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,602 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:44,954 ERROR api_checklist 51 33824 140735693222848 Failed to create checklist for VF STV43vC, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=43cef32f-934e-4d53-8eb8-1b69142c8210. checklist_uuid=None"
+2017-05-04 03:35:46,975 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,446 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:47,774 ERROR api_virtual_function 176 33824 140735693222848 Failed to edit next step uuid: 7d06d39a-a0b3-489c-9abf-f303cb1d5d21, see response >>> 401 Unauthorized
+2017-05-04 03:35:49,922 ERROR api_virtual_function 112 33824 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:35:51,625 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,735 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:51,832 ERROR api_checklist 163 33824 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:35:53,531 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: ff0b7815-bd18-47d8-b79b-e7744078380d. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,703 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7635b2e-5f53-48dd-823c-12f39ba80da5. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:35:53,823 ERROR api_checklist 82 33824 140735693222848 Failed to create checklist for VF STtoIJH, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8766aa4f-663b-42d7-bd90-9a501f938fea. checklist_uuid=9b4afd22-40b9-4568-b915-0a1e055ade9d"
+2017-05-04 03:37:10,748 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_create_new_checklist
+2017-05-04 03:40:22,827 ERROR exception_decor 23 33826 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 03:43:47,372 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 03:44:26,023 ERROR exception_decor 23 33827 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 03:46:39,056 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:39,160 ERROR api_checklist 107 40543 140735693222848 Failed to add audit log for checklist uuid: 64124517-0696-49c9-8097-c347dc764429, see response >>> 404 Not Found.
+Content:
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Page not found at /ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</title>
+ <meta name="robots" content="NONE,NOARCHIVE">
+ <style type="text/css">
+ html * { padding:0; margin:0; }
+ body * { padding:10px 20px; }
+ body * * { padding:0; }
+ body { font:small sans-serif; background:#eee; }
+ body>div { border-bottom:1px solid #ddd; }
+ h1 { font-weight:normal; margin-bottom:.4em; }
+ h1 span { font-size:60%; color:#666; font-weight:normal; }
+ table { border:none; border-collapse: collapse; width:100%; }
+ td, th { vertical-align:top; padding:2px 3px; }
+ th { width:12em; text-align:right; color:#666; padding-right:.5em; }
+ #info { background:#f6f6f6; }
+ #info ol { margin: 0.5em 4em; }
+ #info ol li { font-family: monospace; }
+ #summary { background: #ffc; }
+ #explanation { background:#eee; border-bottom: 0px none; }
+ </style>
+</head>
+<body>
+ <div id="summary">
+ <h1>Page not found <span>(404)</span></h1>
+ <table class="meta">
+ <tr>
+ <th>Request Method:</th>
+ <td>POST</td>
+ </tr>
+ <tr>
+ <th>Request URL:</th>
+ <td>http://127.0.0.1:8000/ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</td>
+ </tr>
+
+ </table>
+ </div>
+ <div id="info">
+
+ <p>
+ Using the URLconf defined in <code>ice.urls</code>,
+ Django tried these URL patterns, in this order:
+ </p>
+ <ol>
+
+ <li>
+
+ ^admin/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/engagementleads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/ssh/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/account/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/reset-instructions/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/pwd/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activation-mail/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^iceusers/activate/(?P&lt;uu_id&gt;.*)/(?P&lt;token&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)/stage/(?P&lt;stage&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^single-engagement/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/user/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/starred_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/recent_eng/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/engagement-team/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/status/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/order_next_steps$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/(?P&lt;eng_stage&gt;.*)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/nextsteps/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/progress/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/target_date/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/archive/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/reviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)/peerreviewer/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagements/(?P&lt;eng_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/expanded/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/export/
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/activities/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/deployment-targets/(?P&lt;dt_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^deployment-targets/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;engagement_uuid&gt;.*)/ecomp-releases/(?P&lt;ecomp_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^ecomp-releases/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/(?P&lt;dts_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/dtsites/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^dtsites/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vendors/(?P&lt;uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vfcs/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^vf/(?P&lt;vf_uuid&gt;.*)/vfcs/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/engagement/(?P&lt;eng_uuid&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)/(?P&lt;attr&gt;state)/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^nextsteps/(?P&lt;ns_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^login(?P&lt;param&gt;.*)?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^signup/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^addvf/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^add-contact/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^invite-team-members/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/reset/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/num/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/(?P&lt;notif_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^notifications/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-engagement-leads/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^load-companies/?$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/auditlog/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/decision/(?P&lt;decision_uuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)/state/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/template/(?P&lt;templateUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/templates/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/(?P&lt;checklistUuid&gt;.*)/nextstep/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^engagement/(?P&lt;eng_uuid&gt;.*)/checklist/new/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/(?P&lt;checklistUuid&gt;.*)$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^checklist/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/posts/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/$
+
+
+ </li>
+
+ <li>
+
+ ^ice/v1/engmgr/
+
+
+ ^cms/pages/(?P&lt;id&gt;.*)/$
+
+
+ </li>
+
+ <li>
+
+ ^v/
+
+
+ </li>
+
+ <li>
+
+ ^api-auth/
+
+
+ </li>
+
+ </ol>
+ <p>The current URL, <code>ice/v1/engmgr/engagement/64124517-0696-49c9-8097-c347dc764429/auditlog/</code>, didn't match any of these.</p>
+
+ </div>
+
+ <div id="explanation">
+ <p>
+ You're seeing this error because you have <code>DEBUG = True</code> in
+ your Django settings file. Change that to <code>False</code>, and Django
+ will display a standard 404 page.
+ </p>
+ </div>
+</body>
+</html>
+
+2017-05-04 03:46:40,883 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: b0233fee-c7be-45ad-94d2-aa6b696b39fb. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,059 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:41,215 ERROR api_checklist 141 40543 140735693222848 Failed to add next step for checklist uuid: 84bed8fd-fa72-4fb4-86c3-54f773fbfd37, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a818d68-9929-4231-8f5e-875f30f8ee8d. checklist_uuid=84bed8fd-fa72-4fb4-86c3-54f773fbfd37"
+2017-05-04 03:46:43,003 ERROR api_virtual_function 148 40543 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 558c9e81-4b46-4e7d-90e9-a4da003c0046. eng_uuid=aaf961d0-58bf-4dfc-9535-ad5948407b3c. checklist_uuid=None"
+2017-05-04 03:46:44,493 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: fe2925bf-1e4f-4192-a20b-5db9516e637a. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:44,923 ERROR api_virtual_function 49 40543 140735693222848 Failed to add next step to VF STEwh59, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0cd67080-c6c3-4941-ad56-21e22d945e30. checklist_uuid=None"
+2017-05-04 03:46:45,925 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: f0a58b21-ed5d-464b-8014-dcfd91d6649f. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,237 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:46,503 ERROR api_checklist 51 40543 140735693222848 Failed to create checklist for VF STZNTSn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=219852c9-2c3a-46de-af9a-6f64c4fb91af. checklist_uuid=None"
+2017-05-04 03:46:48,281 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,500 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:48,674 ERROR api_virtual_function 176 40543 140735693222848 Failed to edit next step uuid: b3afe93d-ff08-49e7-8ad6-fc88f0acf23d, see response >>> 401 Unauthorized
+2017-05-04 03:46:51,327 ERROR api_virtual_function 112 40543 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:46:53,062 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,180 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:53,317 ERROR api_checklist 163 40543 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:46:54,738 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 74f3c01f-247c-493e-9ee1-b46b08902a88. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:54,955 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:46:55,128 ERROR api_checklist 82 40543 140735693222848 Failed to create checklist for VF STK6zH0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d0ccdb2f-357e-466b-a6c7-33448833e75c. checklist_uuid=69e0ccfd-c039-4d24-89f4-ab843f83f34c"
+2017-05-04 03:50:21,005 ERROR exception_decor 23 40546 140735693222848 There was an exception in test_retire_ecomp_release
+2017-05-04 03:59:32,163 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50d4980a-6740-4e44-973c-260d862d7159. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,262 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:32,357 ERROR api_checklist 141 43729 140735693222848 Failed to add next step for checklist uuid: a73bf485-a976-40ef-bd5e-565c41c615f6, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cafe7fb5-bf07-4e60-b0b6-36933280fedb. checklist_uuid=a73bf485-a976-40ef-bd5e-565c41c615f6"
+2017-05-04 03:59:33,357 ERROR api_virtual_function 148 43729 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: df932162-dfbc-4bd7-a52d-698fcfd2904a. eng_uuid=ac73d4be-7094-4b6a-8b48-f92ad2080120. checklist_uuid=None"
+2017-05-04 03:59:33,944 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: 46582fb9-33e7-4de6-b861-b771b247e56b. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,182 ERROR api_virtual_function 49 43729 140735693222848 Failed to add next step to VF STX8uPZ, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6504b83b-1148-4b4f-aa6f-d096285e68b2. checklist_uuid=None"
+2017-05-04 03:59:34,872 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 50e2c3c2-60d0-4095-aa0f-63c3ff6953b4. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,069 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:35,262 ERROR api_checklist 51 43729 140735693222848 Failed to create checklist for VF STkwf4P, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=d53c0709-e2b0-4c5a-86f0-8f88bc09d9d7. checklist_uuid=None"
+2017-05-04 03:59:36,103 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,195 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:36,290 ERROR api_virtual_function 176 43729 140735693222848 Failed to edit next step uuid: 6e1a6cf5-1886-4be3-b195-a48732437d7d, see response >>> 401 Unauthorized
+2017-05-04 03:59:37,299 ERROR api_virtual_function 112 43729 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 03:59:38,209 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,306 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:38,399 ERROR api_checklist 163 43729 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 03:59:39,353 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: b33e0663-827b-4fc1-b99e-f902a645f725. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,455 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 03:59:39,554 ERROR api_checklist 82 43729 140735693222848 Failed to create checklist for VF STqswlc, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42511912-3a90-476e-aa06-8b31832ddc22. checklist_uuid=4f051a58-bfd8-4adf-bd3e-5fbf52ff0a90"
+2017-05-04 04:01:29,694 ERROR exception_decor 23 43936 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:05:07,628 ERROR exception_decor 23 44958 140735693222848 There was an exception in test_next_steps_ordering_via_pr
+2017-05-04 05:15:50,409 ERROR exception_decor 23 45490 140735693222848 There was an exception in test_next_steps_ordering
+2017-05-04 05:30:46,325 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: bbd87d99-42be-4ba0-8f87-7d0ee23915c3. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,510 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:46,706 ERROR api_checklist 141 46495 140735693222848 Failed to add next step for checklist uuid: 9f2a8255-f49e-42c4-84b8-050e76f6d7a0, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=e3416013-02e5-4816-9df6-401e783c358e. checklist_uuid=9f2a8255-f49e-42c4-84b8-050e76f6d7a0"
+2017-05-04 05:30:48,563 ERROR api_virtual_function 148 46495 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: deede0b5-c339-47b7-8888-2cdc1e50bf79. eng_uuid=3685fdbc-ea8c-4b5b-aaa4-bdaf3ce2cc25. checklist_uuid=None"
+2017-05-04 05:30:49,983 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: fd046db1-d12c-4956-8450-b06da182052f. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:50,431 ERROR api_virtual_function 49 46495 140735693222848 Failed to add next step to VF STbZ31F, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=5a3c1034-7985-4c84-acda-6725e513b181. checklist_uuid=None"
+2017-05-04 05:30:51,353 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: e43326c6-0b51-4431-8439-5a9bfb718da9. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,551 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:51,765 ERROR api_checklist 51 46495 140735693222848 Failed to create checklist for VF ST1efim, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1d06fd86-e000-4703-8bfe-e236c9d2777f. checklist_uuid=None"
+2017-05-04 05:30:53,416 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,515 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:53,618 ERROR api_virtual_function 176 46495 140735693222848 Failed to edit next step uuid: b21bcffe-6338-4292-a9b7-1e540df22b1f, see response >>> 401 Unauthorized
+2017-05-04 05:30:55,368 ERROR api_virtual_function 112 46495 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 05:30:56,585 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,742 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:56,866 ERROR api_checklist 163 46495 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 05:30:58,686 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 84ae687d-77d9-4257-a07d-ce9cac7fba73. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:58,891 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:30:59,062 ERROR api_checklist 82 46495 140735693222848 Failed to create checklist for VF STKzC04, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=130b562f-8da8-4b9c-9015-3a5eb9790d00. checklist_uuid=40a5e386-54c0-4c45-928c-482b93189ca7"
+2017-05-04 05:31:32,283 ERROR exception_decor 23 46498 140735693222848 There was an exception in test_change_reviewer
+2017-05-04 05:36:36,989 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_search_bar
+2017-05-04 05:38:53,979 ERROR exception_decor 23 46496 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:55:39,131 ERROR exception_decor 23 53583 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:56:37,494 ERROR exception_decor 23 53646 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 05:59:45,782 ERROR exception_decor 23 53865 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:00:17,291 ERROR exception_decor 23 53919 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:09,624 ERROR exception_decor 23 54003 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:02:34,363 ERROR exception_decor 23 54055 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:08:51,705 ERROR exception_decor 23 54168 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:09:16,843 ERROR exception_decor 23 54233 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:15:15,906 ERROR fe_user 43 54539 140735693222848 Login FAILED: email=hs0007@att.com password=iceusers
+2017-05-04 06:15:15,907 ERROR exception_decor 23 54539 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:19:48,843 ERROR exception_decor 23 54709 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:21:16,577 ERROR exception_decor 23 54797 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:27:25,497 ERROR exception_decor 23 55061 140735693222848 There was an exception in test_filter_next_steps_by_associated_files_via_pr
+2017-05-04 06:37:57,042 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 6b5e00bc-d6d4-4ede-9064-e13da9dd1b54. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,299 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:57,497 ERROR api_checklist 141 56025 140735693222848 Failed to add next step for checklist uuid: 415110e2-3b28-4a58-b456-047e15df8826, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=1a9caf8e-6308-4a6d-8ca3-aa65db4f275d. checklist_uuid=415110e2-3b28-4a58-b456-047e15df8826"
+2017-05-04 06:37:59,302 ERROR api_virtual_function 148 56025 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 9d3ac005-f69a-4ac0-ad5a-dc03c6baab31. eng_uuid=f90d7bbb-22b2-430e-a674-45e22dd561e0. checklist_uuid=None"
+2017-05-04 06:38:00,638 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: 5124a325-3374-445f-b6d6-6a9ffc3bc3f7. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:01,037 ERROR api_virtual_function 49 56025 140735693222848 Failed to add next step to VF STuTeGp, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3f491d7d-2be9-465c-9095-ab718943b00c. checklist_uuid=None"
+2017-05-04 06:38:02,282 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: b38b153e-7a8d-476a-ad61-f0b437fbb79c. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,490 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:02,720 ERROR api_checklist 51 56025 140735693222848 Failed to create checklist for VF STi9zGe, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=21330e0a-6343-459d-b38a-89a2976f4f56. checklist_uuid=None"
+2017-05-04 06:38:03,988 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,135 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:04,296 ERROR api_virtual_function 176 56025 140735693222848 Failed to edit next step uuid: 0ecd8396-fd8f-4156-ba16-a269f73e2791, see response >>> 401 Unauthorized
+2017-05-04 06:38:06,166 ERROR api_virtual_function 112 56025 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:38:07,376 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,474 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:07,570 ERROR api_checklist 163 56025 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:38:10,026 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57718501-8348-4b51-9104-f31fc17efca9. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,281 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:38:10,618 ERROR api_checklist 82 56025 140735693222848 Failed to create checklist for VF STcV6IW, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=3b2dc203-1ae2-4447-bf1e-7fc5d4bdeaa0. checklist_uuid=50dd587b-0ee6-4624-ad27-8e585a30e63e"
+2017-05-04 06:42:17,847 ERROR fe_user 43 56027 140735693222848 Login FAILED: email=ST7aCtE@intl.att.com password=iceusers
+2017-05-04 06:42:17,849 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_positive_test
+2017-05-04 06:42:47,874 ERROR exception_decor 23 56027 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-04 06:42:47,876 ERROR fe_user 43 56026 140735693222848 Login FAILED: email=admin@att.com password=iceusers
+2017-05-04 06:42:47,877 ERROR exception_decor 23 56026 140735693222848 There was an exception in test_validate_statistics_modal_appears_for_admin
+2017-05-04 06:42:47,878 ERROR exception_decor 23 56025 140735693222848 There was an exception in test_validate_export_to_csv
+2017-05-04 06:43:23,664 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3106f0a3-0bbe-4d49-9c53-ddef61ff48aa. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,810 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:23,983 ERROR api_checklist 141 59052 140735693222848 Failed to add next step for checklist uuid: 295b0831-ae92-4109-8a25-55c93adce601, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=257e4a79-519a-4d7a-8027-189b3a54b135. checklist_uuid=295b0831-ae92-4109-8a25-55c93adce601"
+2017-05-04 06:43:25,633 ERROR api_virtual_function 148 59052 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 34a5bb0e-d0c7-41dd-981d-26b634651f46. eng_uuid=a3925a83-1da0-432e-8343-092f7d74eb1f. checklist_uuid=None"
+2017-05-04 06:43:26,592 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: 086eb922-6ecf-4144-80d6-c3bae8778d8c. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:27,418 ERROR api_virtual_function 49 59052 140735693222848 Failed to add next step to VF STQpwxD, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=527cfdff-9b0f-4f75-a393-71d908c89e66. checklist_uuid=None"
+2017-05-04 06:43:28,823 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 14783963-f015-4087-9558-9b0ff42717e6. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,031 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:29,236 ERROR api_checklist 51 59052 140735693222848 Failed to create checklist for VF STqpOQF, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b7d47d9e-d742-4074-aa3d-9ae3e4d23f0e. checklist_uuid=None"
+2017-05-04 06:43:30,546 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,677 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:30,812 ERROR api_virtual_function 176 59052 140735693222848 Failed to edit next step uuid: 047b3afe-b3ac-4cc7-8254-642e7c681285, see response >>> 401 Unauthorized
+2017-05-04 06:43:32,596 ERROR api_virtual_function 112 59052 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 06:43:33,930 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,031 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:34,139 ERROR api_checklist 163 59052 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 06:43:36,146 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: ec99e6a8-e4cf-46dd-b617-65583ff608ea. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,321 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:43:36,472 ERROR api_checklist 82 59052 140735693222848 Failed to create checklist for VF STsUt24, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=8307638b-907a-4310-ab8a-586f059db09b. checklist_uuid=e08660f9-961e-4ab0-bb4e-847c7bafd97e"
+2017-05-04 06:44:51,156 ERROR exception_decor 23 59053 140735693222848 There was an exception in test_assigned_next_steps
+2017-05-04 06:44:51,168 ERROR exception_decor 23 59054 140735693222848 There was an exception in test_create_checklist_without_files
+2017-05-04 07:09:00,487 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1baf8fa4-3e05-4337-9adf-12f079ad1a7b. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,660 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:00,841 ERROR api_checklist 141 66983 140735693222848 Failed to add next step for checklist uuid: 337b4d03-11c3-4806-9f39-f3ce349a52df, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=a3e4706d-f65c-4ca9-b38a-603ac59a2e02. checklist_uuid=337b4d03-11c3-4806-9f39-f3ce349a52df"
+2017-05-04 07:09:02,726 ERROR api_virtual_function 148 66983 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: b1886c34-d63f-4574-acb2-f702986bd154. eng_uuid=80f9416b-1387-495b-8a28-35eeb58ce513. checklist_uuid=None"
+2017-05-04 07:09:04,276 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: b663ff11-8abf-4a0e-8605-c8afd42e62f3. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:04,761 ERROR api_virtual_function 49 66983 140735693222848 Failed to add next step to VF STTUw2v, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=cc8fc40f-549f-476a-90eb-725b9425bb43. checklist_uuid=None"
+2017-05-04 07:09:05,992 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: e34b0abd-93fb-46aa-a6c5-3f7022979ed9. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,229 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:06,502 ERROR api_checklist 51 66983 140735693222848 Failed to create checklist for VF STrXFGf, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=f5f1d659-23f7-4cd7-b03d-99f348a51ce9. checklist_uuid=None"
+2017-05-04 07:09:07,590 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,748 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:07,875 ERROR api_virtual_function 176 66983 140735693222848 Failed to edit next step uuid: 32c0d553-4146-4f03-ba3d-3754eabab19e, see response >>> 401 Unauthorized
+2017-05-04 07:09:10,198 ERROR api_virtual_function 112 66983 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:09:12,272 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,428 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:12,595 ERROR api_checklist 163 66983 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:09:14,333 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: bf501dfb-3370-461f-8fb8-cda5ee6a2a8c. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,458 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:09:14,594 ERROR api_checklist 82 66983 140735693222848 Failed to create checklist for VF ST8TyeX, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=b1e369ac-6fcd-4c2a-93b8-8d84281d4995. checklist_uuid=d0ffc568-0c5f-4e99-b18f-8342437e4e34"
+2017-05-04 07:26:39,211 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4503d1c9-37b1-46c7-ad2e-74efc131711e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,395 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:39,575 ERROR api_checklist 141 74492 140735693222848 Failed to add next step for checklist uuid: 4f343bfa-726a-4714-9aff-fdbc97fa7db9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=0ba17983-99ea-4473-9e43-94273f6fbde6. checklist_uuid=4f343bfa-726a-4714-9aff-fdbc97fa7db9"
+2017-05-04 07:26:41,392 ERROR api_virtual_function 148 74492 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: dff04998-42af-45ae-9e1f-2f06161b61ab. eng_uuid=74f8d922-06a6-47f2-8908-0d9d0d1b5a47. checklist_uuid=None"
+2017-05-04 07:26:42,750 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: b3f9f020-1c15-4599-a3a7-fcd37453c899. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:43,183 ERROR api_virtual_function 49 74492 140735693222848 Failed to add next step to VF STU2yIn, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=14ac4914-f4ab-4a9c-9511-e8d701731f27. checklist_uuid=None"
+2017-05-04 07:26:44,538 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: f528d911-0a8b-4a13-8f09-2750951d88de. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:44,769 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:45,039 ERROR api_checklist 51 74492 140735693222848 Failed to create checklist for VF STpKUgO, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6cf9eb4d-a10e-44cd-9044-9fa970d0d527. checklist_uuid=None"
+2017-05-04 07:26:46,112 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,226 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:46,325 ERROR api_virtual_function 176 74492 140735693222848 Failed to edit next step uuid: f322cfa8-24a0-43e7-909c-2d39c8c8ef05, see response >>> 401 Unauthorized
+2017-05-04 07:26:48,237 ERROR api_virtual_function 112 74492 140735693222848 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-05-04 07:26:49,579 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,678 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:49,774 ERROR api_checklist 163 74492 140735693222848 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-05-04 07:26:51,861 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 3b6c164b-585b-4661-920d-e0aac94b4e96. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,027 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: 383a1729-bc0e-4821-8c0c-cbe81a482a2e. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:26:52,217 ERROR api_checklist 82 74492 140735693222848 Failed to create checklist for VF STzb8J9, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=818f1fb1-c1af-4b0c-a550-ebe4f00dd8ce. checklist_uuid=56c1506b-84cd-46c3-9703-56fb18cdb697"
+2017-05-04 07:36:55,598 ERROR exception_decor 23 74492 140735693222848 There was an exception in test_progress_bar_ui
+2017-05-04 07:37:59,628 ERROR exception_decor 23 74494 140735693222848 There was an exception in test_e2e_checklist_reject
+2017-05-18 08:07:00,947 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: d7911021-ae2e-4cf0-856f-3f84bec18261. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,080 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:01,184 ERROR api_checklist 141 97509 140735693222848 Failed to add next step for checklist uuid: 7069db2f-3f94-46d6-825d-abeab0b13e31, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=6013bbdf-2228-4a43-ba08-c3b8198bd6f0. checklist_uuid=7069db2f-3f94-46d6-825d-abeab0b13e31"
+2017-05-18 08:07:02,340 ERROR api_virtual_function 148 97509 140735693222848 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 98e06af3-9496-426e-8b41-5f281beda7a9. eng_uuid=8bab6c08-2a88-4412-95b8-4837f2f1f457. checklist_uuid=None"
+2017-05-18 08:07:02,957 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: 862e2ab0-8c94-439c-a826-57be908a3bf7. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:03,222 ERROR api_virtual_function 49 97509 140735693222848 Failed to add next step to VF STyCWaE, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=982329a8-a7e1-4197-82f8-44705fe7e7bb. checklist_uuid=None"
+2017-05-18 08:07:04,016 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: d23b3881-b6bb-49d9-b6cd-a22dac6961f0. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,228 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 856c1788-a741-4ce8-8652-34d1bc7fff23. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:04,434 ERROR api_checklist 51 97509 140735693222848 Failed to create checklist for VF STDehzt, see response >>> 401 Unauthorized.
+Content: "User not authorized: df358595-0173-48d6-a136-aa338591aada. eng_uuid=42e93b09-0592-4ec3-a116-69115e2483a5. checklist_uuid=None"
+2017-05-18 08:07:05,298 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,394 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,489 ERROR api_virtual_function 176 97509 140735693222848 Failed to edit next step uuid: f918f049-6878-4b30-9449-a012bffaff55, see response >>> 401 Unauthorized
+2017-05-18 08:07:05,962 ERROR exception_decor 23 97509 140735693222848 There was an exception in test_negative_invite_member
+2017-05-28 03:12:52,489 ERROR exception_decor 23 7254 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:15:46,269 ERROR exception_decor 23 7429 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:25:21,421 ERROR exception_decor 23 7693 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 03:27:50,210 ERROR exception_decor 23 7841 140736541512640 There was an exception in test_e2e_checklist_reject
+2017-05-28 05:39:02,853 ERROR exception_decor 23 1543 140736709428160 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:52:50,738 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 247f4387-5c34-4ead-816c-9bca24ce5ccb. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:50,924 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:51,294 ERROR api_checklist 140 67325 140735912027072 Failed to add next step for checklist uuid: 148265ab-9dd2-4f56-89ea-9586b0f513e7, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=31feaa10-7917-4d8e-adea-d6a0e6f67590. checklist_uuid=148265ab-9dd2-4f56-89ea-9586b0f513e7"
+2017-06-13 04:52:53,678 ERROR api_virtual_function 149 67325 140735912027072 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: a8e39133-31d3-4486-b9c1-92609ce5a65a. eng_uuid=15abf200-868e-4cf4-9b9a-ca8155bbec64. checklist_uuid=None"
+2017-06-13 04:52:55,112 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: e0c829f1-fdf3-4007-874b-3e277cb9bc19. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:55,648 ERROR api_virtual_function 50 67325 140735912027072 Failed to add next step to VF STv9aN2, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=3eba24fb-4561-4283-bb3f-2ec0bdb971ce. checklist_uuid=None"
+2017-06-13 04:52:57,964 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: bd5bfb70-5fb7-4a43-bcc0-5a0eb8192d3f. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,272 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: add4392f-a3ec-41af-bc08-dd5031f48be9. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:52:58,572 ERROR api_checklist 50 67325 140735912027072 Failed to create checklist for VF STHPjQR, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d804aea-8480-467f-9d83-97c49c11e6c8. checklist_uuid=None"
+2017-06-13 04:53:00,171 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,323 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:00,465 ERROR api_virtual_function 177 67325 140735912027072 Failed to edit next step uuid: 05dedabe-45ff-4a9d-bdc6-345349d2e336, see response >>> 401 Unauthorized
+2017-06-13 04:53:03,171 ERROR api_virtual_function 113 67325 140735912027072 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-06-13 04:53:04,717 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:04,854 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:05,027 ERROR api_checklist 161 67325 140735912027072 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-06-13 04:53:06,768 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 57fdcb6e-0ffe-4e12-b335-791cf926f5f2. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:06,944 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:53:07,151 ERROR api_checklist 81 67325 140735912027072 Failed to create checklist for VF ST3rlMx, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b92da9da-8a8a-4f01-a808-eb0bce07cb36. checklist_uuid=f4475db4-4358-489f-846e-a7bde3ad0d31"
+2017-06-13 04:54:16,348 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_add_next_step
+2017-06-13 04:54:24,633 ERROR fe_user 41 67325 140735912027072 Login FAILED: email=STsC0Uf@intl.att.com password=iceusers
+2017-06-13 04:54:24,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 04:54:42,908 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_positive_test
+2017-06-13 04:54:49,940 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_EL
+2017-06-13 04:55:08,953 ERROR exception_decor 23 67327 140735912027072 There was an exception in test_e2e_checklist_reject
+2017-06-13 04:55:52,635 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 04:56:07,974 ERROR fe_user 41 67328 140735912027072 Login FAILED: email=STdbaeG@intl.att.com password=iceusers
+2017-06-13 04:56:07,999 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_update_status_via_other_el
+2017-06-13 04:57:09,572 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_page
+2017-06-13 04:57:40,930 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_add_and_remove_deployment_targets
+2017-06-13 04:58:32,368 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 04:59:25,615 ERROR exception_decor 23 67328 140735912027072 There was an exception in test_detailed_view
+2017-06-13 04:59:52,266 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:01:04,362 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:01:41,761 ERROR exception_decor 23 67326 140735912027072 There was an exception in test_next_steps_ordering
+2017-06-13 05:02:25,057 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:03:48,657 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:05:04,051 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:06:30,073 ERROR exception_decor 23 67325 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 05:24:22,541 ERROR fe_user 41 75737 140735912027072 Login FAILED: email=STRNvo6@intl.att.com password=iceusers
+2017-06-13 05:24:22,544 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_Announcement_validate_toast
+2017-06-13 05:25:34,689 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_grandchild_page
+2017-06-13 05:26:55,047 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_page
+2017-06-13 05:28:26,040 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-13 05:29:45,555 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_FAQ
+2017-06-13 05:30:56,754 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_insert_post_News
+2017-06-13 05:32:08,651 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_content
+2017-06-13 05:33:19,657 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_search_documentation_title
+2017-06-13 05:34:31,266 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_5_last_Announcement_displayed
+2017-06-13 05:36:42,368 ERROR exception_decor 23 75737 140735912027072 There was an exception in test_validate_expired_post_Announcement
+2017-06-13 08:09:20,588 ERROR exception_decor 23 91365 140735912027072 There was an exception in test_insert_post_Announcement
+2017-06-19 01:38:34,920 ERROR exception_decor 23 33979 140736594224064 There was an exception in test_update_status_via_peer_riviewer
+2017-06-19 02:21:28,837 ERROR exception_decor 23 37324 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:30:19,763 ERROR exception_decor 23 38270 140736594224064 There was an exception in test_next_steps_ordering
+2017-06-19 02:37:52,382 ERROR exception_decor 23 38929 140736594224064 There was an exception in test_reset_password
+2017-06-19 02:44:14,875 ERROR exception_decor 23 39263 140736594224064 There was an exception in test_reset_password
+2017-07-03 03:59:38,125 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: be48b36b-4153-4fed-87aa-7cd7ada9a7b8. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,232 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 4634fa32-8d02-4689-81ec-d455b344882f. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:38,325 ERROR api_checklist 140 20728 140736393348032 Failed to add next step for checklist uuid: d6571725-6dd9-43e8-abac-db22fc638852, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=c93c9a48-5c5d-4d42-8025-ad721459a9f7. checklist_uuid=d6571725-6dd9-43e8-abac-db22fc638852"
+2017-07-03 03:59:40,326 ERROR api_virtual_function 149 20728 140736393348032 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 3f3b62cf-a56b-42a2-8b9f-991e83340809. eng_uuid=55fd9ded-15be-4f56-833b-a045c3041a88. checklist_uuid=None"
+2017-07-03 03:59:41,359 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: dff7cf2d-885f-4f6e-a93d-43941ed17a07. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:41,713 ERROR api_virtual_function 50 20728 140736393348032 Failed to add next step to VF STwZe1P, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=84f03c31-293e-47c4-b9c8-bb55acf2789c. checklist_uuid=None"
+2017-07-03 03:59:42,843 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1472ddbb-3705-429f-bc33-54324e96cb4c. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,044 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:43,241 ERROR api_checklist 50 20728 140736393348032 Failed to create checklist for VF STRULNX, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=6d1ed866-8177-411d-b414-21a08a48430c. checklist_uuid=None"
+2017-07-03 03:59:44,314 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,407 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:44,498 ERROR api_virtual_function 177 20728 140736393348032 Failed to edit next step uuid: 591b8a34-afdf-4ae1-9973-95b576cac975, see response >>> 404 Not Found
+2017-07-03 03:59:46,309 ERROR api_virtual_function 113 20728 140736393348032 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-03 03:59:47,645 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,749 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:47,846 ERROR api_checklist 161 20728 140736393348032 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-03 03:59:49,246 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 30a5ba22-5af0-4110-a94b-a84db6bdbb28. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,351 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 73939f65-66aa-4551-9ffc-1acc2fac8c96. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 03:59:49,466 ERROR api_checklist 81 20728 140736393348032 Failed to create checklist for VF STivtjV, see response >>> 401 Unauthorized.
+Content: "User not authorized: 79cc603a-f598-4f74-83c2-5b483ef822ce. eng_uuid=b5cfabd1-64ed-426d-9ab6-85e060fe2519. checklist_uuid=bb200e3e-2902-4ad1-b11a-54bfd8459b19"
+2017-07-03 04:04:16,834 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_positive_test
+2017-07-03 04:04:51,062 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_e2e_checklist_reject
+2017-07-03 04:13:46,545 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:14:59,352 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_aic_dropdown_ordering
+2017-07-03 04:17:42,900 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry
+2017-07-03 04:20:32,744 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_change_target_lab_entry_via_standard_user
+2017-07-03 04:21:31,235 ERROR exception_decor 23 20728 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:23:04,512 ERROR exception_decor 23 23594 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:52:48,581 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:54:51,421 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_detailed_view
+2017-07-03 04:55:03,502 ERROR exception_decor 23 26865 140736393348032 There was an exception in test_ecomp_dropdown_ordering
+2017-07-03 04:59:22,803 ERROR exception_decor 23 916 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 04:59:36,290 ERROR exception_decor 23 916 140736051725248 There was an exception in test_aic_dropdown_ordering
+2017-07-03 05:05:15,824 ERROR exception_decor 23 1122 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:07,634 ERROR exception_decor 23 1305 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-03 05:11:38,010 ERROR exception_decor 23 1381 140736051725248 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 01:56:10,566 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 87e1855e-63eb-4e10-94f1-4ec76a72a74d. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,690 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ca63770-3110-4b4c-a2cc-1d51774ffe77. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:10,795 ERROR api_checklist 140 10310 140737189385152 Failed to add next step for checklist uuid: 4a9bb742-20d4-4d26-b7bb-8e565cb333e0, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=2a07ca6a-76f9-4281-839f-4aebb748e201. checklist_uuid=4a9bb742-20d4-4d26-b7bb-8e565cb333e0"
+2017-07-04 01:56:12,380 ERROR api_virtual_function 149 10310 140737189385152 POST request failed to invite vendor contact, see response >>> 401 Unauthorized
+ "User not authorized: 301dd474-74fb-4c2a-b731-23842f76e989. eng_uuid=41c45107-1151-4d1d-a552-84ec6915d42c. checklist_uuid=None"
+2017-07-04 01:56:13,260 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 75e4b48c-404a-4bf2-8e43-1aafd1d38aa8. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:13,580 ERROR api_virtual_function 50 10310 140737189385152 Failed to add next step to VF STIDpmh, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=7ae29584-9ba6-4488-b53e-f97f1c99e303. checklist_uuid=None"
+2017-07-04 01:56:14,620 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: cd0f9300-74ee-443f-b66b-08a27e2c4913. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:14,848 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:15,076 ERROR api_checklist 50 10310 140737189385152 Failed to create checklist for VF ST9b2Tt, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=b1e322bc-0637-4ca7-8037-851372848a33. checklist_uuid=None"
+2017-07-04 01:56:16,165 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,273 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:16,376 ERROR api_virtual_function 177 10310 140737189385152 Failed to edit next step uuid: 4010ba36-2b86-49c4-b316-328fc2638252, see response >>> 404 Not Found
+2017-07-04 01:56:18,201 ERROR api_virtual_function 113 10310 140737189385152 POST request failed to invite team member, see response >>> 401 Unauthorized
+2017-07-04 01:56:19,548 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,664 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:19,769 ERROR api_checklist 161 10310 140737189385152 PUT request failed to change checklist state >>> 401 Unauthorized
+2017-07-04 01:56:21,097 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 405ebaeb-6cdb-47f9-9e68-385035b5d99f. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,235 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: bafab63b-f775-430d-9e02-9527c4041e9a. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:56:21,378 ERROR api_checklist 81 10310 140737189385152 Failed to create checklist for VF STs0bHf, see response >>> 401 Unauthorized.
+Content: "User not authorized: 1ed9df1a-3478-426c-8d71-53a4d0930d52. eng_uuid=5ac9ca3d-6937-45ae-83ef-c6105c8f1b14. checklist_uuid=a483857a-f84d-4eee-b5d4-499d4ee029ac"
+2017-07-04 01:57:31,315 ERROR exception_decor 23 10745 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 02:09:15,075 ERROR exception_decor 23 13333 140737189385152 There was an exception in test_add_and_remove_deployment_targets
+2017-07-04 05:24:10,363 ERROR api_user 112 27332 140737189385152 =========== json error ========
+2017-07-04 05:24:10,365 ERROR api_user 114 27332 140737189385152 r1.content = b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor="white">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.10.3</center>\r\n</body>\r\n</html>\r\n', status=502
+2017-07-04 05:24:10,365 ERROR api_user 115 27332 140737189385152 =========== json error end ========
+2017-07-04 05:24:54,444 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step
+2017-07-04 05:25:07,157 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_add_next_step_via_pr
+2017-07-04 05:26:40,051 ERROR exception_decor 23 27390 140737189385152 There was an exception in test_delete_next_step
diff --git a/web/urls.py b/web/urls.py
new file mode 100644
index 0000000..e937ac9
--- /dev/null
+++ b/web/urls.py
@@ -0,0 +1,61 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+"""ice-ci URL Configuration
+
+The `urlpatterns` list routes URLs to views. For more information please see:
+ https://docs.djangoproject.com/en/1.9/topics/http/urls/
+Examples:
+Function views
+ 1. Add an import: from my_app import views
+ 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home')
+Class-based views
+ 1. Add an import: from other_app.views import Home
+ 2. Add a URL to urlpatterns: url(r'^$', Home.as_view(), name='home')
+Including another URLconf
+ 1. Import the include() function: from django.conf.urls import url, include
+ 2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls'))
+"""
+from django.conf.urls import include, url
+from django.contrib import admin
+
+urlpatterns = [
+ url(r'^admin/', include(admin.site.urls) ),
+ url(r'^ice-ci/v1/', include('iceci.urls')),
+ url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')),
+]
diff --git a/web/urls.pyc b/web/urls.pyc
new file mode 100755
index 0000000..8d4ee0b
--- /dev/null
+++ b/web/urls.pyc
Binary files differ
diff --git a/web/wsgi.py b/web/wsgi.py
new file mode 100644
index 0000000..d5820d7
--- /dev/null
+++ b/web/wsgi.py
@@ -0,0 +1,54 @@
+
+# ============LICENSE_START==========================================
+# org.onap.vvp/test-engine
+# ===================================================================
+# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+#
+# Unless otherwise specified, all software contained herein is licensed
+# under the Apache License, Version 2.0 (the “License”);
+# you may not use this software except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+# Unless otherwise specified, all documentation contained herein is licensed
+# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
+# you may not use this documentation except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://creativecommons.org/licenses/by/4.0/
+#
+# Unless required by applicable law or agreed to in writing, documentation
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# ============LICENSE_END============================================
+#
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+"""
+WSGI config for ci project.
+
+It exposes the WSGI callable as a module-level variable named ``application``.
+
+For more information on this file, see
+https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/
+"""
+
+import os
+
+from django.core.wsgi import get_wsgi_application
+
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "web.settings")
+
+application = get_wsgi_application()
diff --git a/web/wsgi.pyc b/web/wsgi.pyc
new file mode 100755
index 0000000..d7b2af2
--- /dev/null
+++ b/web/wsgi.pyc
Binary files differ